.input-icon-left {
  position: relative;
}
.input-icon-left .input-custom__input {
  padding-left: 30px;
}

.icon-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-select-left
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 34px;
}

.h-36px .select2-container .select2-selection--single {
  height: 36px;
}

.card-options-modal .card-shadow_body {
  padding: 10px 24px;
}

.card-options-modal .card-shadow_body:last-child {
  padding-bottom: 20px;
}

.card-options-modal .card-shadow_body:first-child {
  padding-top: 20px;
}

.card-options-modal .modal__footer {
  border-top: 1px solid #dddddd;
  padding: 12px 16px;
}

.card-options-modal .modal__header {
  border-bottom: 1px solid #dddddd;
  flex-direction: column;
  align-items: flex-start;
}

.user-ava-42x42 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.contact-lsit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-lsit li + li {
  padding-left: 22px;
  margin-left: 22px;
  border-left: 1px solid #dddddd;
}

.contact-lsit li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 32px;
}

.closing-documents-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #00000029;
  border-radius: 8px;
}

.closing-documents-item + .closing-documents-item {
  margin-top: 20px;
}

.step-wrap {
  height: 6px;
  background-color: #fff;
  position: relative;
  width: 100%;
  background-color: #dedfe2;
  border-radius: 4px;
}

.step-progress-text {
  font-size: 12px;
  line-height: 15px;
  color: #404755;
  display: block;
  margin-left: 5px;
}

.step-progress {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  height: 6px;
  background-color: #35bb3a;
  z-index: 2;
}

.drag-your-file {
  border: 1px dashed #336bb3;
  border-radius: 12px;
  padding: 22px 12px;
}

.payment-methods__accordeon-body {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding-top: 16px;
  margin-top: 12px;
}

.card-shadow-2.active .accordeon-arrow {
  transform: rotate(180deg);
}

.card-shadow-2.active .pill-danger {
  display: none;
}

.check-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  width: 100%;
}

.check-input:checked ~ .check-block .check::after {
  opacity: 1;
}

.radio-item .check-input:checked ~ .check-block {
  background-color: transparent;
}

.check-input:checked ~ .check-block {
  background: #f0f5f9;
}

.check-radio {
  border-radius: 300px !important;
}

.check-input:checked ~ .check-block .check.check-radio {
  border: 4px solid #0068b6 !important;
  background-color: #fff !important;
}

.check-text {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}

.tabs-modal .active-tab a {
  background-color: #eaedf0;
  color: var(--defaultTextColor);
  text-shadow: 0 0 0.15px var(--defaultTextColor);
  pointer-events: none;
}

.card-options-modal .tabs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  padding: 12px 20px 0;
}

.card-options-modal .tabs-list li {
  margin-bottom: 12px;
}

.card-options-modal .tabs-list {
  flex-wrap: wrap;
}

.card-options-modal .tabs-nav {
  margin-bottom: 0;
}

.noUiSlider-slider .noUi-connect {
  background: #336bb3;
}

.noUiSlider-slider {
  height: 8px;
  background: #e7ebee;
  box-shadow: none;
  border: none;
}
.noUiSlider-slider .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 1.67px 3.33px -1.67px #1018280f,
    0px 3.33px 6.67px -1.67px #1018281a;
  border: 1px solid #336bb3;
  background-color: #fff;
}

.noUiSlider-slider .noUi-handle:before,
.noUiSlider-slider .noUi-handle:after {
  display: none;
}

.noUiSlider-slider__range-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.monthly-payments .modal__header {
  border-bottom: 1px solid #dddddd;
}

.list-filtter__btn {
  background-color: #fff;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 8px;
  color: #131515;
}

.list-filtter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list-filtter__item.active-filtter .list-filtter__btn {
  background-color: #336bb3;
  color: #fff;
  font-weight: 600;
}

.credit-score-filtter {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.credit-score-filtter .list-filtter__item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.credit-score-filtter .list-filtter__btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 11px 5px;
  font-weight: 400;
  height: auto;
}

.monthly-payments .modal__footer {
  border-top: 1px solid #dddddd;
}

/* ====================== */


.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content: space-between;
    text-align:center;
    width:5em;
  }
  
  .star-rating input {
    display:none;
  }
  
  .star-rating label {
    color:#ccc;
    cursor:pointer;
  }
  
  .star-rating :checked ~ label {
    color:#f90;
  }
  
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color:#fc0;
  }
  


/* ======================= */

.gx-100 {
  --bs-gutter-x: 100px;
}
