body {
    background-color:white;
    font-family: "Poppins", sans-serif;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loader {
    border: 6px solid #f3f3f3;  /* Increase border size for a thicker circle */
    border-top: 6px solid #3498db;  /* Match border-top size */
    border-radius: 50%;
    width: 80px;  /* Increase width */
    height: 80px;  /* Increase height */
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* Keyframes for the spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




img {
    max-width: 100%;
}

.color-primary {
    color: #253b75;
}

.color-warn {
    color: #b34e3f;
}

.color-secondary {
    color: #0181bb;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.btn {
    min-height: 44px;
}

.btn-sm {
    min-height: auto;
    font-size: 1rem;
}

.btn-full {
    width: 100%;
}

.form-control,
.form-select {
    height: 44px;
    border: 1px solid #dedede;
}

.table th {
    font-weight: 500;
    font-size: 0.85rem;
    white-space: nowrap;
    min-width: 130px;
}

.table th:nth-child(1) {
    min-width: 30px;
}

.table th:last-child {
    min-width: 50px;
}

.form-label {
    font-size: 0.85rem;
    font-weight: 500;
}

.icon-btn {
    border: none;
    color: #4e97a9;
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-btn i {
    color: #676767;
    font-size: 22px;
}

.sign_up {
    background-color: #0181bb;
    color: white;
    width: max-content;
    margin: auto;
    font-size: 1.2rem;
    padding: 5px 10px;
    border-radius: 6px;
}

.btn-otp {
    background-color: #ae724a;
    color: white;
    width: 100%;
    border: none;
    font-size: 1rem;
}

.btn-otp:hover,
.btn-otp:active {
    background-color: #865230 !important;
    color: white !important;

}

.custom-field {
    background-color: #f2f1ee;
    height: 44px;
}

.btn-green {
    background-color: #00732b;
    color: white;
    width: 100%;
    border: none;
    font-size: 1rem;
}

.btn-green:hover,
.btn-green:active {
    background-color: #015c22 !important;
    color: white !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.custom-shadow {
    box-shadow: 10px 15px 50px rgb(169 171 181 / 75%);
}




#form {
    position: relative;
    margin-top: 20px
}

#form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    text-align: right;
}

.text-left {
    text-align: left;
}

#form fieldset:not(:first-of-type) {
    display: none
}

#form,
.next-step,.next1-step,.next2-step,.next3-step {
    width: 100px;
    border-radius: 4px;
    height: 44px;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    float:right;
}
#form,
.previous-step
 {
    width: 100px;
    border-radius: 4px;
    height: 44px;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    float: left;
   
}

.form,
.previous-step {
    background: #7b7b7b;
}

.form,
.next-step,.next1-step,.next2-step,.next3-step {
    background: #00732b;
}

#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000
}

#form .next-step:hover,
#form .next-step:focus {
    background-color: #2F8D46
}

.text {
    color: #2F8D46;
    font-weight: normal
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
    position: relative;
    z-index: 1;
}

#progressbar .active {
    color: #2F8D46
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar li strong {
    font-size: 0.9rem;
    font-weight: 500;
}

#progressbar li .icon {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 5px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active .icon,
#progressbar li.active:after {
    background: #2F8D46
}

.progress {
    height: 10px;
    margin-bottom: 30px;
}

.progress-bar {
    background-color: #2F8D46
}

.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 0.5cm;
    margin: 0 auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media(max-width:767px) {
    .btn-green {
        font-size: 0.9rem;
    }

    #progressbar {
        display: none;
    }

    #form {
        margin-top: 25px !important;
    }

    .progress {
        margin-bottom: 20px;
    }


}