body {
    margin: 8px !important;
    padding: 0px;
}

.divider {
    border-top: 1px solid #e0e0e0;
}

.habitus-logo-section {
    margin-top: 5rem;
}

.logo {
    width: 100px;
    height: auto;
}

.header-image {
    border-radius: 15px 15px 0px 0px !important;
    width: 100%;
}

.card-custom {
    border-radius: 15px !important;
    z-index: 1;
    position: relative;
    margin-top: -14vh;
}

.card-content {
    padding: 48px !important;
    width: 100% !important;
}

.back-icon {
    width: 36px;
    height: 36px;
    background-color: #036665;
    border-radius: 9.173px;
    cursor: pointer;
}

.close-icon {
    width: 36px;
    height: 36px;
    background-color: #036665;
    border-radius: 9.173px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-icon-css {
    margin-top: -2px;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-header-image-bg {
    display: block;
    border-radius: 15px 15px 0 0;
}

.card-title {
    color: #036665;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.title-txt-bold {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.question-text {
    color: #036665;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.text-semi-bold-green {
    color: #036665;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.4px;
}

.description-cnt-green {
    color: #036665;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.description-cnt {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: rgba(0, 20, 20, 0.5);
}

.description-cnt-black {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.input-label-txt {
    color: #172B4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dot-container {
    margin-top: 20px;
    text-align: center;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: rgba(235, 236, 240, 1);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: rgba(3, 102, 101, 1);
}

.button-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-transform: unset !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background: #D3D3D3;
    border-color: #D3D3D3;
}

.nxt-btn {
    width: 100%;
    border-radius: 22px !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    text-transform: unset !important;
    margin-top: 24px !important;
    margin-bottom: 0px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    letter-spacing: -0.4px;
    height: 35px !important;
    align-content: center !important;
}

.nxt-btn:hover {
    background-color: rgba(3, 102, 101, 1);
}

.cntn-btn {
    width: 100%;
    border-radius: 22px !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    text-transform: unset !important;
    margin-top: 24px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    letter-spacing: -0.4px;
    height: 35px !important;
    align-content: center !important;
}

.back-btn {
    width: 100%;
    background: rgba(207, 179, 129, 1) !important;
    color: rgba(0, 0, 0, 0.8) !important;
    border-radius: 20px !important;
    text-transform: unset !important;
    margin-bottom: 0px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 6px 16px !important;
    letter-spacing: -0.4px !important;
    height: 35px !important;
    align-content: center !important;
}

.back-btn:hover {
    background-color: rgba(207, 179, 129, 1);
    color: rgba(0, 0, 0, 0.8)
}

.skip-btn {
    border-radius: 20px !important;
    border: 1px solid #036665 !important;
    background: #fff !important;
    color: #036665 !important;
    text-transform: unset !important;
    margin-top: 24px !important;
    margin-bottom: 0px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    height: 35px !important;
    padding: 6px 16px !important;
}

  .check-input {
      position: relative;
      display: block;
  }

.custom-input-field {
    height: 50px !important;
    font-size: 14px !important;
    font-style: normal;
    border-radius: 50px !important;
    border: 1px solid #E2E8F0 !important;
    background: #FFF !important;
}

.custom-textarea-field {
    min-height: calc(5 * 1.5em) !important;
    padding: 15px 20px !important;
    height: auto !important;
    resize: none;
    border-radius: 25px !important;
    border: 1px solid #E2E8F0 !important;
    background: #FFF;
}

.custom-dropdown {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #E2E8F0 !important;
    background:  #FFF;
    box-sizing: border-box;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    padding: 4px 12px !important;
    background: transparent;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.choice-txt {
    color: rgba(0, 20, 20, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 14px;
    margin-right: 0px;
    width: 75%;

    .custom-control-label:before {
        content: none !important;
    }
}

.form-check-input:checked {
    background: rgba(17, 184, 138, 1) !important;
    background-image: none !important;
}


  .form-switch .form-check-input:checked {
      border-color: rgba(3, 102, 101, 1) !important;
      background-color: #036665 !important;
  }

   .modal-dialog {
       height: 100%;
       top: 5%;
       align-items: center;
   }


@media (min-width: 993px) {
    .header-background {
        height: 45vh !important;
    }

    .habitus-logo-section {
        margin-top: 3rem;
    }

    .card-custom {
        margin-top: -10vh;
    }

    .card-content {
        padding: 48px;
    }
}

@media (max-width: 992px) {
    .header-background {
        height: 40vh !important;
    }

    .habitus-logo-section {
        margin-top: 3rem;
    }

    .card-custom {
        margin-top: -10vh;
    }

    .card-content {
        padding: 48px;
    }
}

@media(max-width:912px) {

    .header-background {
        height: 40vh !important;
    }

    .habitus-logo-section {
        margin-top: 3rem;
    }

    .card-custom {
        margin-top: -10vh;
    }

    .card-content {
        padding: 48px;
    }
}

@media (max-width: 768px) {

    .header-background {
        height: 45vh !important;
    }

    .habitus-logo-section {
        margin-top: 3rem;
    }

    .card-custom {
        margin-top: -10vh;
    }

    .card-content {
        padding: 48px;
    }
}

@media (max-width: 639px) {

    .header-background {
        height: 50vh !important;
    }

    .habitus-logo-section {
        margin-top: 4rem;
    }

    .card-custom {
        margin-top: -15vh;
    }

    .card-content {
        padding: 24px !important;
    }
}

@media (max-width: 479px) {

    .header-background {
        height: 55vh !important;
    }

    .habitus-logo-section {
        margin-top: 3rem;
    }

    .card-custom {
        margin-top: -15vh;
    }

    .card-content {
        padding: 24px !important;
    }
}