/* extension notice hide */
.fw-brz-dismiss {
    display: none;
}

#fw-extensions-list-wrapper .toggle-not-compat-ext-btn-wrapper,
#fw-ext-brizy, .fw-brz-dismiss {
    display: none;
}

.fw-extensions-list-item {
    display: none !important;
}

#fw-ext-backups {
    display: block !important;
}

.csf-title h4 {
    text-transform: capitalize;
}

// Insurance Plan CSS

.insurance-slider-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 40px;
  .thumbnail {
    font-size: 22px;
    height: 74px;
    width: 74px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 42px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    margin-left: 15px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0px;
      background-color: #fff;
      height: 74px;
      width: 74px;
      border-radius: 50%;
      z-index: 2;
    }

    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: -15px;
      background-color: #d8d8d8;
      height: 74px;
      width: 74px;
      border-radius: 50%;
      z-index: 1;
    }
    i {
      z-index: 9;
      color: $health-insurance-text-color;
    }
  }
  .content-wrapper {
    .plan-title {
      font-size: 24px;
      font-weight: 700;
      color: $helth-insurance-title-color;
      text-transform: capitalize;
      margin-bottom: 15px;
    }

    ul {
      padding: 0;

      li {
        list-style-type: none;
        display: inline-flex;
        padding-bottom: 15px;

        i {
          color: #000;
        }

        .subtitle {
          font-weight: 600;
          color: #0b3948;
        }

        span {
          color: $gray-fourty-color;
          font-size: 14px;
          line-height: 12px;
        }

        .contents {
          padding-left: 7px;
          position: relative;
          top: -3px;
        }
      }
    }

    .know-more-btn {
      background-color: $health-insurance-text-color;
      height: 46px;
      line-height: 42px;
      padding: 0 25px;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 700;
      border: 2px solid $health-insurance-text-color;

      i {
        margin-right: 0;
        margin-left: 17px;
      }

      &:hover {
        color: $health-insurance-text-color;
        background-color: #fff;
      }
    }
  }
}

.swiper-button-next,
.swiper-button-prev {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: $health-insurance-text-color;
  color: #fff;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}


.license-wrap {
  max-width: 650px;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-right: 20px;
  margin-top: 40px;
}

.license-title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
}

.license-desc {
  background: #FFFAF8;
  padding: 15px 20px;
  border: 1px solid #FFD8C9;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.license-desc .notice-icon {
  width: 20px;
  margin-top: 5px;
  margin-right: 15px; 
}

.license-desc p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #3c434a;
}
.license-wrap .form-item {
  position: relative;
  padding: 10px 0;
}
.license-wrap .form-item .regular-text{
  border: 1px solid #DEE0E5;
  padding: 0 18px;
  height: 45px;
  border-radius: 4px;
  background-color: #fff;
  color: #2c3338;
  width: 100%;
}
p.submit {
  padding: 0;
}
.submit .button-primary {
  padding-left: 21px;
  padding-right: 21px;
  font-size: 16px;
  background-color: #5d5dff;
  border: none;
  box-shadow: none !important;
  outline: none;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 26px;
}
.submit .button-primary:hover {
  background-color: #4646d9;
}

.submit .button-primary:focus {
  outline-style: none;
}

.license-instruction {
  background-color: #F7F8FB;
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid #DEE0E5;
  margin-bottom: 20px;
}
.license-link {
  list-style: disc;
  padding-left: 20px;
}
.license-link li {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}