@charset "UTF-8";
/* MOD:- ADVANCED FORMS W/ STEPS */
.currency-selector-dropdown .feather {
  width: 18px;
  height: 18px; }
.currency-selector-dropdown > .btn {
  background-color: transparent; }
  .currency-selector-dropdown > .btn:hover, .currency-selector-dropdown > .btn:focus {
    box-shadow: none; }
.currency-selector-dropdown .dropdown-menu {
  width: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 90%; }
  @media (max-width: 575.98px) {
    .currency-selector-dropdown .dropdown-menu {
      width: 100%; } }
  .currency-selector-dropdown .dropdown-menu .badge {
    width: 40px; }

.hpt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

.form-steps-header-wrapper {
  background-color: #f8f9fa;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 15px 0 7.5px;
  z-index: -2;
  position: relative; }

#form-steps-header {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0;
  margin: 0; }
  #form-steps-header li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    position: relative;
    letter-spacing: 0.7px;
    text-align: center; }
  #form-steps-header.steps-3 li {
    width: 33.33%; }
  #form-steps-header.steps-4 li {
    width: 25%; }
  #form-steps-header.steps-5 li {
    width: 20%; }
  #form-steps-header.steps-6 li {
    width: 16.65%; }
  #form-steps-header li:before {
    content: counter(step);
    counter-increment: step;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #6c757d;
    border-radius: 32px;
    margin: 0 auto 10px auto; }
  #form-steps-header li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #6c757d;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
    /*put it behind the numbers*/ }
  #form-steps-header li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }
  #form-steps-header li.prev:before,
  #form-steps-header li.prev:after {
    background: #007bff;
    color: #fff; }
  #form-steps-header li.active:before,
  #form-steps-header li.active:after {
    background: #28a745;
    color: #fff; }

@media (min-width: 992px) {
  .form-listing {
    margin-left: 150px;
    margin-right: 150px; } }
.form-listing .form-check {
  display: inline-block;
  margin-right: .5rem; }
.form-listing > ul:not(.nav) {
  list-style-type: none;
  position: relative;
  padding-left: 25px; }
  .form-listing > ul:not(.nav) li {
    margin-bottom: .5rem; }
    .form-listing > ul:not(.nav) li:before {
      content: '✓';
      position: absolute;
      left: 5px; }
  .form-listing > ul:not(.nav) li li:before {
    content: 'o'; }
.form-listing .buttons-sticky-bottom {
  background-color: rgba(255, 255, 255, 0.8) !important; }
.form-listing .form-tabs .buttons-sticky-bottom {
  bottom: 73px; }
.form-listing .form-tabs .nav-pills .nav-link {
  border: 1px solid #5a696d; }
  .form-listing .form-tabs .nav-pills .nav-link.invalid-pill {
    border-color: #dc3545; }
.form-listing .form-tabs .nav-pills .nav-item {
  margin-bottom: .2rem;
  margin-right: .2rem; }

.form-buttons input {
  margin-right: 10px; }
.form-buttons input:last-child {
  margin-left: auto;
  margin-right: 0; }

.form-check small, .form-group small {
  font-size: 95%;
  color: #4d5358 !important; }

.input-group {
  display: flex !important; }
  .input-group .input-group-text {
    font-size: inherit; }

.invalid-pill {
  color: #dc3545 !important; }
  .invalid-pill.active {
    background-color: #dc3545 !important;
    color: #fff !important; }

/*# sourceMappingURL=mods.css.map */
