@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}


/* Landing Page E-Registration */

:root {
    --color1: #fff;
    --color2: #00b54c;
    --color3: #000;
    --color4: #00722d;
    --color5: #b7ccb7;
    --color6: #d0d1d4;
    --color7: #1e1e1e;
}

::placeholder {
    color: transparent !important;
    
}
/*Loader*/
/*body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f0f0f0;*/ /* Set your background color here */
/*}*/
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8); /* Set your background color and opacity here */
    z-index: 9999;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Loader End*/

.navbar-brand,
.navbar-collapse ul li a {
    color: var(--color1) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>');
}

.welcome {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./images/Assest_72.png) center/cover;
}

.welcome h1 {
    color: var(--color1);
    font-size: 55px;
}

.welcome h1 span {
    color: var(--color2);
}

.welcome p,
.statsHeading {
    color: var(--color1);
}

.welcome .container button {
    background: rgb(0, 181, 76);
    background: linear-gradient(90deg, rgba(0, 181, 76, 1) 0%, rgba(64, 142, 59, 1) 50%, rgba(24, 117, 58, 1) 100%);
    color: var(--color1);
}

.about h4 {
    font-weight: 400;
}

.about {
    background: url('./images/Asset\ 23.png') center/cover, url('./images/Asset\ 12.png') center/cover;
    background-size: contain;
}

pre {
    font-family: inherit !important;
    font-size: 18px !important;
    overflow: hidden;
}

pre span {
    color: var(--color3);
    font-weight: 700;
}

.readMoreBtn button {
    color: var(--color1);
    background-color: var(--color4);
}

.about img {
    width: 70%;
}

.statsImg {
    height: 80px;
}

.statsDesc {
    height: 55px;
}

.statsCard {
    background-color: var(--color5) !important;
    width: 60%;
    padding: 10px;
}

.statsNum {
    font-weight: 700;
    font-size: 35px;
}

.statistics {
    background: url('./images/statImg1.png') center/cover, url('./images/statImg2.png') center/cover;
}

.testimonials {
    background: url(./images/Asset\ 54.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: -10px 0px 0px -5px;
}

.question {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./images/Asset\ 30.png) center/cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-carousel span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #055d00 !important;
    display: block;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: black !important;
    display: block;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.question input,
.question textarea {
    background-color: var(--color6);
    border-radius: 0px;
}

.question input::placeholder,
.question textarea::placeholder {
    color: var(--color7);
}

.submitBtn,
.submitBtn:hover {
    background-color: var(--color4);
    color: var(--color1);
}

footer p {
    font-size: 12px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* About Page E-registration */

.userImgEregister img {
    width: 40px;
}

.aboutMainEregister {
    background: url('./images/statImg1.png') center/cover, url('./images/statImg2.png') center/cover;
}

.aboutERegisterImages {
    width: 50%;
}

.aboutTextEregister {
    font-size: 15px;
}

.userImgEregister .dropdown-toggle::after {
    color: #fff;
}


/* .eRegisterModalUserLogOut {
    background: linear-gradient(90deg, rgba(0, 181, 76, 1) 0%, rgba(64, 142, 59, 1) 50%, rgba(24, 117, 58, 1) 100%);
    border: none;
} */

.eRegisterModalUserLogOutBtn,
.eRegisterModalUserLogOutBtn:hover {
    background-color: #27AE60;
    border: 1px solid #27AE60;
    color: white;
}

.eRegisterModalUserCloseBtn {
    background-color: transparent;
    color: black;
}

.eRegisterModalUserCloseBtn:hover {
    text-decoration: underline;
    color: black;
}

.userImgEregister .dropdown-item.active,
.dropdown-item:active {
    background-color: #27AE60;
    color: #fff;
}

.backBtn,
.backBtn:hover {
    background-color: var(--color5);
    color: #fff;
}


/* stepper */

ol.stepper {
    --default-b: #E3E4E4;
    --default-c: black;
    --active-b: #fff;
    --active-c: #000;
    --circle: 2.5em;
    /* size of circle */
    --b: 1px;
    /* line thickness */
    display: flex;
    list-style: none;
    justify-content: space-between;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b))/2)/85% var(--b);
    counter-reset: step;
    margin: 20px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    counter-reset: step;
    overflow-y: hidden;
    overflow-x: auto;
}

ol.stepper li {
    display: flex;
    flex-direction: column;
    place-items: center;
    text-align: center;
    font-family: sans-serif;
    position: relative;
}

ol.stepper li::before {
    content: "";
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    height: var(--circle);
    box-sizing: border-box;
    background: var(--active-b);
    /* border: 1px solid #009F8D; */
    border: 1px solid rgba(64, 142, 59, 1);
    color: var(--active-c);
    border-radius: 50%;
    font-family: monospace;
    z-index: 1;
}

ol.stepper li span {
    /* color: #009F8D; */
    color: rgba(64, 142, 59, 1);
    background-color: #ffffff;
    z-index: 1;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

ol.stepper li.active~li span {
    color: #4D4D4D;
}

ol.stepper li.active~li .stepper_count svg path {
    fill: #4D4D4D;
}

ol.stepper li .stepper_count svg path {
    /* fill: #009F8D; */
    fill: rgba(64, 142, 59, 1);
}

ol.stepper li.active~li::before {
    background: var(--default-b);
    color: var(--default-c);
    border: 1px solid var(--default-b);
}

.stepper_count {
    position: absolute;
    z-index: 2;
    transform: translate(0%, 25%);
}

.stepper_count svg {
    width: 25px;
    /* height:50px; */
}

ol.stepper li.active::after {
    content: "";
    position: absolute;
    height: var(--b);
    right: 30%;
    top: calc((var(--circle) - var(--b))/2);
    width: 70vw;
    /* background: var(--active-b); */
    background: #009F8D;
}

.stepper_buttons .nextBtn,
.stepper_buttons .prevBtn {
    border-radius: 5px;
    background: #27AE60;
    color: #FFF;
    font-size: 15.12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
}

.stepper_buttons .prevBtn {
    background-color: transparent;
    color: #000;
}


/* stepper */


/* user Application page */

.eRegisterFeeModalCloseBtn,
.eRegisterFeeModalCloseBtn:hover {
    background-color: rgb(167, 39, 39);
    border: 1px solid rgb(167, 39, 39);
    color: white;
}

.eRegisterFeeModalSaveBtn,
.eRegisterFeeModalSaveBtn:hover,
.eRegisterFeeModalSearchBtn {
    background-color: #27AE60;
    border: 1px solid #27AE60;
    color: #fff;
}

@media screen and (width:1024px) and (height:1366px) {
    .welcome {
        height: 50vh;
    }
}

@media screen and (width:820px) and (height:1180px) {
    .welcome {
        height: 60vh;
    }
}

@media screen and (max-width:768px) {
    p,
    pre {
        font-size: 13px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 16px;
    }
    .welcome h1 {
        font-size: 45px;
    }
    .welcome {
        height: 60vh;
    }
}

@media screen and (max-width:430px) {
    .eRegisterUserMainPageLogo {
        width: 50px;
    }
    .eRegisterUserMainPageImg {
        width: 50%;
    }
    .welcome {
        height: 100vh;
    }
    footer p {
        font-size: 10px !important;
    }
    .welcomeHeading,
    .welcomePara {
        margin-bottom: 30px !important;
    }
    .welcomePara p {
        line-height: 25px;
    }
}

