.profile .profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile .profile__header .profile__header__img {
  cursor: pointer;
}

.profile .profile__header .profile__header__text {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.profile .profile__header .profile__header__phone-details {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.profile .profile__accordion {
  border-radius: 12px;
  border: 0;
}

.profile .profile__accordion__item {
  border: 1px solid #bbb;
  margin-bottom: 15px;
  border-radius: 12px;
}

.profile .profile__accordion__btn {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  background-color: #fff;
  border-radius: 12px !important;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  color: #000;
 
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.profile .profile__accordion__btn::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8rem;
  height: 0.5rem;
  margin-right: auto;
  content: "";
  background-image: url("../images/bimeh/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.profile .profile__form {
  min-height: calc(100vh - 163px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.profile .profile__form .profile__form__form-group {

  position: relative;
}

.profile .profile__form .profile__form__icon {
  position: absolute;
  left: 8px;
  top: calc(23px - 12px);
}

.profile .profile__form .profile__form__form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  border: 1px solid #bbb !important;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 36px;
  font-size: 14px !important;
}

.profile .profile__form .gender-selector .form-check-label {
  height: 45px !important;
  line-height: 45px !important;
}

.profile .profile__form .gender-selector .title {
  font-size: 14px;
}

.smart-reports .smart-reports__header {
  font-size: 14px !important;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #000;
}

.smart-reports .smart-reports__content .smart-reports__section {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  margin-bottom: 20px;
}

.smart-reports .smart-reports__content .smart-reports__section .smart-reports__section__body {
  height: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  line-height: 95px;
  padding-right: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}

.smart-reports .smart-reports__content .smart-reports__section .smart-reports__section__body.smart-reports__section__body--first {
  background-image: url("../images/bimeh/smart-reports-1.png");
  text-shadow: 0 3px 10px #c5356e;
}

.smart-reports .smart-reports__content .smart-reports__section .smart-reports__section__body.smart-reports__section__body--second {
  background-image: url("../images/bimeh/smart-reports-2.png");
  text-shadow: 0 3px 10px #1a4484;
}

.smart-reports .smart-reports__content .smart-reports__section .smart-reports__section__footer {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  padding: 10px 15px;
}
.mt10x{
  margin-top:10px !important; 
}
.main-style {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#89dfbf), to(#20805b)); */
  /* background: -o-linear-gradient(top, #89dfbf 0%, #20805b 100%); */
  /* background: linear-gradient(180deg, #89dfbf 0%, #20805b 100%); */
}



.home-footer-wrapper .active svg path {
  fill: #ffba00 !important;
}

.wallet {
  min-height: calc(90vh ) !important;
  margin-top: 3.45rem;
}

.wallet .wallet__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
  position: relative;
  border-radius: 17px;
  background-color: #38a58f;
  padding: 0 5px;
}

.wallet .wallet__header .wallet__header__bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  line-height: 16px;
}

.wallet .wallet__header .wallet__header__bullet .wallet__header__bullet__inner {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 100%;
  background: #ffbb00;
  background: -webkit-gradient(linear, left top, right top, from(#ffbb00), to(#ff8000));
  background: -o-linear-gradient(left, #ffbb00 0%, #ff8000 100%);
  background: linear-gradient(90deg, #ffbb00 0%, #ff8000 100%);
}

.wallet .wallet__header .wallet__header__icon {
  margin-right: 10px;
}

.wallet .wallet__header .wallet__header__content {
  width: 266px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 13px;
}

.wallet .wallet__header .wallet__header__content .wallet__header__content__text {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  opacity: 0.6;
  margin-bottom: 4px;
}

.wallet .wallet__header .wallet__header__content .wallet__header__content__price {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.wallet .wallet__header .wallet__header__content .wallet__header__content__price span {
  font-size: 16px;
  font-weight: 400;
}

.wallet .wallet__item {
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 17px;
  border: 2px solid rgba(129, 216, 184, 0.6);
  -webkit-box-shadow: 0 8px 20px rgba(44, 156, 114, 0.16);
          box-shadow: 0 8px 20px rgba(44, 156, 114, 0.16);
  cursor: pointer;
}

.wallet .wallet__item .wallet__item__text {
  font-size: 12px;
  font-weight: 300;
  color: #22825d;
  margin-top: 10px;
}

.wallet .wallet__footer {
  text-align: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.wallet .wallet__form-group {
  height: 72px;
  border: 1px solid #bbbbbb;
  border-radius: 12px;
  padding: 10px;
}

.wallet .wallet__form-group .wallet__form-group__inner {
  position: relative;
}

.wallet .wallet__form-group .wallet__form-group__inner input {
  border: 0;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #bbb;
  border-radius: 0 !important;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  padding: 0 35px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.wallet .wallet__form-group .wallet__form-group__inner input::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 300;
}

.wallet .wallet__form-group .wallet__form-group__inner input:-ms-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 300;
}

.wallet .wallet__form-group .wallet__form-group__inner input::-ms-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 300;
}

.wallet .wallet__form-group .wallet__form-group__inner input::placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 300;
}

.wallet .wallet__form-group .wallet__form-group__inner input:focus {
  border-color: #20805b;
}

.wallet .wallet__form-group .wallet__form-group__inner span {
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 300;
}

.wallet .wallet__form-group .wallet__form-group__text {
  display: block;
  margin-top: 5px !important;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 300;
}

.wallet-increase-credit {
  min-height: calc(100vh - +3.45rem) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wallet-increase-credit .wallet-increase-credit__form {
  min-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wallet-increase-credit .wallet-increase-credit__form .wallet-increase-credit__form__title {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin-bottom: 12px;
}

.wallet-increase-credit .wallet-increase-credit__form .form-check {
  height: 42px;
  border-radius: 12px;
  padding: 0 !important;
  overflow: hidden;
}

.wallet-increase-credit .wallet-increase-credit__form .form-check-label {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 300 !important;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #bbbbbb;
  border-radius: 12px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wallet-increase-credit .wallet-increase-credit__form .form-check-input {
  display: none;
}

.wallet-increase-credit .wallet-increase-credit__form .form-check-input:checked + label {
  background-color: rgba(129, 216, 184, 0.6);
  border-color: #20805b !important;
}

.wallet-money-transfer {
  min-height: calc(100vh - +3.45rem) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wallet-money-transfer .wallet-money-transfer__form {
  min-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__input {
  text-align: center;
  font-size: 14px;
  height: 45px;
  border-radius: 12px;
  border: 1px solid #959595;
  color: #000;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__input::-webkit-input-placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__input:-ms-input-placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__input::-ms-input-placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__input::placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.wallet-money-transfer .wallet-money-transfer__form .wallet-money-transfer__form__icon {
  min-width: 45px;
  margin-right: 8px;
  height: 45px;
  border-radius: 12px;
  background: #ffbb00;
  background: -o-linear-gradient(45deg, #ffbb00 0%, #ff8000 100%);
  background: linear-gradient(45deg, #ffbb00 0%, #ff8000 100%);
  text-align: center;
  line-height: 45px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}

.wallet-withdraw {
  min-height: calc(100vh - 68px) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wallet-withdraw .wallet-withdraw__form {
  /* min-height: calc(100vh - 200px); */
  display: -webkit-box;
  display: -ms-flexbox;
  padding-bottom: 0 !important;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wallet-withdraw .wallet-withdraw__form .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #98e9c8;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wallet-withdraw .wallet-withdraw__form .form-check-input:checked {
  background-color: #98e9c8;
}

.wallet-withdraw .wallet-withdraw__form .form-check-input + .form-check-label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bbb;
  border-radius: 12px;
  overflow: hidden;
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group.wallet-withdraw__form__form-group--simple input {
  border: 0 !important;
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group input {
  border: 0;
  border-left: 1px solid #1d6449;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.wallet-withdraw .wallet-withdraw__form .wallet-withdraw__form__form-group span {
  border: 0 !important;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

.transactions {
  min-height: calc(100vh - 68px) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.transactions .bim-tabs .bim-tab-runner {
  width: 50% !important;
}

.transactions .bim-tabs .nav-link {
  width: 50% !important;
}

.transactions .bim-tabs .nav-link:nth-of-type(2).active ~ .bim-tab-runner {
  right: calc(50% - 0.3rem);
}

.transactions .transactions__form .transactions__form__label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.transactions .transactions__form .transactions__form__input {
  text-align: center;
  font-size: 14px;
  height: 45px;
  border-radius: 12px;
  border: 1px solid #959595;
  color: #000;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.transactions .transactions__form .transactions__form__input::-webkit-input-placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.transactions .transactions__form .transactions__form__input:-ms-input-placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.transactions .transactions__form .transactions__form__input::-ms-input-placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.transactions .transactions__form .transactions__form__input::placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.transactions .transactions__form .transactions__form__icon {
  min-width: 45px;
  margin-right: 8px;
  height: 45px;
  border-radius: 12px;
  background: #ffbb00;
  background: -o-linear-gradient(45deg, #ffbb00 0%, #ff8000 100%);
  background: linear-gradient(45deg, #ffbb00 0%, #ff8000 100%);
  text-align: center;
  line-height: 45px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}

.transactions .transactions__form .transactions__form__form-group {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bbb;
  border-radius: 12px;
  overflow: hidden;
}

.transactions .transactions__form .transactions__form__form-group input {
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

.transactions .transactions__form .transactions__form__form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.transactions .transactions__form .transactions__form__form-group input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.transactions .transactions__form .transactions__form__form-group input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.transactions .transactions__form .transactions__form__form-group input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.transactions .transactions__form .transactions__form__form-group span {
  border: 0 !important;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

.transactions .transactions__item {
  background-color: #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
}

.transactions .transactions__item.transactions__item--more-info {
  background-color: #d9f2e9;
}

.transactions .transactions__item .transactions__item__title {
  font-size: 14px;
  color: #343434;
}

.transactions .transactions__item .transactions__item__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.transactions .transactions__item .transactions__item__secondary .transactions__item__secondary__text {
  font-size: 10px;
  color: #484848;
}

.transactions .transactions__item .transactions__item__status {
  font-size: 10px;
}

.transactions .transactions__item .transactions__item__status.transactions__item__status--success {
  color: #32ae6c;
}

.transactions .transactions__item .transactions__item__status.transactions__item__status--fail {
  color: #c40000;
}

.transactions .transactions__item .transactions__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.transactions .transactions__item .transactions__item__icon {
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  margin-left: 15px;
  background-color: #82c2aa;
  text-align: center;
  line-height: 52px;
}

.transactions .transactions__item .transactions__item__content {
  width: 100%;
}

.transactions .transactions__item .transactions__item__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.transactions .transactions__item .transactions__item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transactions .transactions__item .transactions__item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.transactions .transactions__item .transactions__item__left span {
  text-align: left;
}

.transactions .transactions__item .transactions__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b8dfd0;
  padding: 10px 15px;
}

.transactions .transactions__item .transactions__item__footer span {
  cursor: pointer;
}

.navbar-filters.show {
  bottom: -38px !important;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__title {
  font-size: 18px;
  color: #000;
  margin: 0 !important;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__reset-btn {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: unset !important;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item {
  border: 1px solid #1d6449;
  border-radius: 17px;
  background-color: #fff !important;
  overflow: hidden;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item .radiobuton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item .radiobuton .radiobuton__label {
  font-size: 12px;
  color: #000;
  margin-left: 7px;
  white-space: nowrap;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item .radiobuton .radiobutton-special {
  margin: 0 !important;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item .navbar-filters__form__item__title {
  font-size: 12px;
  color: #000;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item .navbar-filters__form__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #e9e9e9;
  padding: 15px;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__item .navbar-filters__form__item__body {
  padding: 15px;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  overflow: hidden;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input {
  height: 45px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #1d6449;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input:disabled {
  background-color: unset !important;
  opacity: 0.5;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input:disabled + span {
  background-color: unset !important;
  opacity: 0.5;
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.navbar-filters .navbar-filters__form .navbar-filters__form__form-group span {
  height: 45px;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  border-bottom: 1px solid #1d6449 !important;
}

#change-profile-image-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}

#change-profile-image-modal .modal-wrapper {
  z-index: 111;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  padding: 1rem;
  border-radius: 12.5px;
  color: #22825d;
  background: -webkit-gradient(linear, left top, left bottom, from(#89dfbf), to(#20805b));
  background: -o-linear-gradient(top, #89dfbf, #20805b);
  background: linear-gradient(180deg, #89dfbf, #20805b);
}

#change-profile-image-modal .profile-modal-header {
  margin-bottom: 0.375rem;
}

#change-profile-image-modal .profile-modal-header .title {
  font-size: 14px;
}

#change-profile-image-modal .modal-inner {
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
}

#change-profile-image-modal .modal-inner .modal-inner-info {
  font-size: 14px;
  color: #000;
}

#change-profile-image-modal .modal-inner .modal-inner-info .title {
  font-size: 13px;
  margin-bottom: 0.5rem !important;
}

#change-profile-image-modal .modal-inner .bim-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem !important;
}

#change-profile-image-modal .modal-inner .bim-form .bim-cancel-btn,
#change-profile-image-modal .modal-inner .bim-form .bim-btn {
  height: 45px !important;
  margin-top: 1rem !important;
  font-size: 13px;
}

#change-profile-image-modal .modal-inner .bim-form .bim-btn {
  margin-left: 12px;
  line-height: 20px;
  color: #fff;
}

#change-profile-image-modal .modal-inner .bim-form .bim-cancel-btn {
  background-color: #e5e5e5 !important;
  border: 0 !important;
  color: #c1c1c1 !important;
  line-height: 22px;
}


::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: #BBBBBB;
}
.share-level-btn {
    background: linear-gradient(135deg,#6366f1,#4f46e5) !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    padding: 10px 14px !important;
    box-shadow: 0 6px 16px rgba(79,70,229,.25);
}

.share-close-btn {
    background: #f1f5f9 !important;
    color: #334155 !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    padding: 10px 14px !important;
}
.swal-exit-btn {
    background: #e53935 !important;
    color: #fff !important;
    border-radius: 8px;
}

.swal-cancel-btn {
    background: #e0e0e0 !important;
    color: #333 !important;
    border-radius: 8px;
}
.services-wrapper {
    padding-top: 10px;
}

.review-card {
    border-radius: 20px;
    border: none;
   
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.backhead {
    overflow: hidden;
}

.review-card__items {
    border-radius: 18px;
}

.review-card__item {
    transition: all .25s ease;
}

    .review-card__item:hover {
        transform: translateY(-3px);
    }

.review-card__item-title {
    color: #0f172a;
}

.review-card__item-value {
    color: #334155;
}

.services {
    border: none;
    border-radius: 22px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

    .services a {
        text-decoration: none;
    }

        .services a:hover {
            text-decoration: none;
        }

.services-image {
    border-radius: 16px;
    background: linear-gradient(135deg,#f0fdf7,#ecfdf5);
    border: 1px solid rgba(16,185,129,.12);
    transition: all .25s ease;
}

    .services-image:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(16,185,129,.15);
    }

.services-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.other-items {
    border-radius: 22px;
}

.other-item {
    border: none;
    border-radius: 18px;
    height: 110px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all .25s ease;
}

    .other-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.08);
    }

.other-item__title {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}

.clickable {
    cursor: pointer;
}

video {
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
