
@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'), url('../fonts/ClashGrotesk-Variable.woff') format('woff'), url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

:root {
    --yellow: #eba819;
    --white: #fff;
    --black: #222;
    --heading-font: 2rem;
    --login-btn-bg: var(--yellow);
    --border-radius: .5rem;
    --primary: #6d3b85;
    --red: #f30f0f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'ClashGrotesk' !important;
    font-size: 1.2rem;
    line-height: 1.5;
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: 100vh;
}

.logo-content span {
    font-size: 1.1rem;
}

.btn-lang {
    background: rgb(114, 26, 26);
    color: #fff;
    border-radius: 6px !important;
    padding: 0.275rem 0.95rem 0.275rem !important;
    font-size: 1.15rem !important;
    text-decoration: none;
    /* height: 36px; */
    /* line-height: 2;*/
}
    .btn-lang:hover {
        border: 1px solid rgb(114, 26, 26);
        color: rgb(114, 26, 26);
        background: #fff;
    }
    .login {
    padding: 1rem 7rem 1rem 7rem;
}

.login-content {
    /* display: flex; */
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.welcometextwo {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.welcome-text {
    color: #fff;
    font-weight: 300;
}

.welcome-para {
    color: #F8F8F8;
    margin-bottom: 3rem;
    opacity: 0.9;
    width: 74%;
    font-size: 1.35rem;
    font-weight: lighter;
}

.imgelementBox {
    margin-top: 2rem;
    /* flex: 1 1 auto; */
    /* max-width: 60%; */
}

.login-container {
    margin-left: auto;
    padding: 2.5rem;
    z-index: 1;
    border: 1px solid #876060;
    /* height: 100vh; */
    border-radius: 20px;
    margin-right: 0;
    color: #fff;
    font-weight: lighter;
    background: rgba(0, 0, 0, 0.5);
    /* flex: 0 0 607px; */
    /* max-width: 100%; */
}

.login-title {
    color: #d52736;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8rem;
    position: relative;
}

    .login-title::after {
        position: absolute;
        content: "";
        width: 117px;
        height: 4px;
        background: #d52736;
        bottom: -19px;
        left: 40%;
        right: 0;
    }

.icon-input-control {
    position: relative;
    margin-bottom: 0.8rem;
    text-align: end;
    width: 100%;
}

.form-content {
    padding: 4rem 0 0rem;
}

.control-label {
    position: absolute;
    left: 1.5rem;
    top: 0.6rem;
    font-size: 1.3rem;
    transition: .3s;
    font-weight: lighter;
    padding: 0 0.3rem;
}

.form-control {
    margin-bottom: 1.5rem;
    height: 45px;
    outline: none;
    width: 100%;
    padding: 0.5rem 1.5rem;
    font-size: var(--body-font);
    color: rgb(0 0 0 / 57%);
    transition: .3s;
    opacity: 1;
    box-shadow: 0px 8px 20px #EF632608;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: #FFFFFF1A;
}

.captcha-text a {
    font-size: 1.8rem;
    color: #fff;
}

    .captcha-text a:hover {
        color: #bcbdbf;
    }

.form-control:focus {
    border: 1px solid #ee8f3b;
    box-shadow: none;
}

    .form-control:focus > span i {
        color: red;
    }

input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 19px;
}

#DataList2 p {
    font-size: 16px !important;
}

input:-moz-placeholder {
    color: #fff !important;
}

input::-moz-placeholder {
    color: #fff !important;
}

input:-ms-input-placeholder {
    color: #fff !important;
}

.icon-input-right i {
    color: #ee8f3b !important;
}

input:-webkit-autofill {
    background-color: #fff !important; /* Desired background */
    color: #000 !important; /* Text color */
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /* Removes yellow/blue bg */
    transition: background-color 5000s ease-in-out 0s; /* Delay autofill style reapply */
}

    input:-webkit-autofill i {
        color: #ee8f3b !important;
    }

    input:-webkit-autofill::first-line {
        color: #000 !important;
    }
/* .form-control i:focus {
        color: #ee8f3b;
    } */
.form-control:focus + .control-label,
.form-control:not(:placeholder-shown) + label,
.form-control:focus + label {
    top: -1.1rem;
    background: #fff;
    color: #ee8f3b;
    font-weight: 400;
    border-radius: 3px;
}



.icon-input-control .icon-input-right {
    top: 0.9rem;
    right: 1.5rem;
    z-index: 2;
}

.icon-input-control .icon-input-right {
    position: absolute;
    font-size: 1.4rem;
    color: #ccc !important;
}

.icon-input-right:hover, .captcha-img .icon-input-right:hover {
    cursor: pointer;
    color: var(--login-btn-bg);
}

.captcha-inputs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
    flex-direction: column-reverse;
}

    .captcha-inputs .form-control {
        width: 100% !important;
    }

/* .captcha-inputs .icon-input-control {
        flex-grow: 1;
    } */
.captcha-text {
    gap: 1rem;
    align-items: center;
}

    .captcha-text label {
        font-size: 1.75rem;
    }

.captcha-control {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--red);
    text-decoration: 2px line-through var(--red);
}

.submitBtnBox .btn {
    min-width: 125px;
}

.mandatory {
    color: #f00;
}


.form-control {
    margin-bottom: 0.5rem;
    height: 56px;
    border-radius: var(--border-radius);
    outline: none;
    border: 1px solid #c9c9c9;
    width: 100%;
    padding: 0.6rem 1.5rem 0.5rem;
    font-size: 19px;
    color: #fff;
    transition: .3s;
}

.welcome-text {
    font-size: 1.5rem;
}

.btn.login-btn {
    background: #ee8f3b !important;
    border: none;
    outline: none;
    padding: 1.1rem 1.8rem;
    text-align: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 13px;
    color: var(--white);
    font-weight: 500;
    font-size: var(--body-font);
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
}

    .btn.login-btn:hover {
        transition: all .5s;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%);
    }

.forgot-link {
    color: inherit;
    /* margin-left: 2.5rem;*/
    text-decoration: none;
    font-weight: 500;
}


    .forgot-link:hover, .registe-link:hover {
        text-decoration: none;
        color: #d52736;
    }





.text-muted {
    color: #949495;
}




.forgetpsw {
    display: flex;
    align-items: center;
    margin-left: 2.5rem;
    text-decoration: none;
}

/*input::placeholder {
    color: transparent !important;
    opacity: 0;
    display: none;
}*/


/* Minister List  */
.ministerscontent-img {
    background-color: #fff;
    border-radius: 100%;
    width: 93px;
    height: 95px;
}

    .ministerscontent-img img {
        width: 93px;
    }

.ministers-content {
    display: flex;
    gap: 1.3rem;
    flex-direction: column;
}

.minister-list {
    /* width: 258px; */
    position: relative;
    display: flex;
    gap: 1.1rem;
    align-items: center;
}

    /*  .minister-list::after {
        position: absolute;
        content: "";
        background-color: #af978d;
        top: 7px;
        right: -21px;
        width: 1px;
        opacity: 0.7;
        height: 111px;
    }

    .minister-list:last-child::after {
        display: none;
    }*/

    .minister-list h6 {
        color: #fff;
        font-size: 1.325rem;
        margin-bottom: 0;
    }

    .minister-list small {
        color: #fff;
        opacity: 0.8;
        font-weight: 200;
        font-size: 1.075rem;
    }
/* Minister List  */


.custom-radio-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff; /* Label text color */
    cursor: pointer;
}

    .custom-radio-btn .form-check-input {
        appearance: none;
        -webkit-appearance: none;
        width: 21px;
        height: 21px;
        border: 1px solid #9D9D9D;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        margin-top: 0; /* align center with text */
        transition: all 0.2s ease-in-out;
        background-color: transparent;
    }

        .custom-radio-btn .form-check-input:checked {
            background-color: #f7b500; /* Active color like your login button */
            border-color: #f7b500;
        }

    .custom-radio-btn .form-check-label {
        cursor: pointer;
        font-size: 1.125rem;
        user-select: none;
    }

.check-list {
    display: flex;
    margin-top: 1.5rem;
}

.forgot-link {
    font-weight: normal;
}

.form-control:focus {
    background-color: #FFFFFF1A;
    border: 1px solid #c9c9c9;
    color: #fff;
}

.logo-content {
    color: #fff;
}

.login-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .login-logo img {
        height: 92px;
    }

.logo-text {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
}

.login-heading {
    font-size: 1.5rem;
    margin-top: 2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    color: #fff;
}

.main-logo {
    display: flex;
    align-items: center;
}


.hamburger-menu {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

    .hamburger-menu span {
        display: block;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s ease;
    }

    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(318deg) translate(9px, -10px);
    }

/* Side Menu Styling */
.side-menu {
    position: fixed;
    top: 97px;
    right: 88px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 1000;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

    /* Triangle pointer */
    .side-menu::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 25px;
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    /* Visible state */
    .side-menu.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu-content ul li {
        padding: 0.8rem 0;
        color: #333;
        font-size: 16px;
        cursor: pointer;
    }

        .menu-content ul li a {
            color: #000;
            text-decoration: none;
        }

            .menu-content ul li a:hover {
                color: #ee8f3b;
            }

        .menu-content ul li:last-child {
            border-bottom: none;
        }

.custome-list {
    position: relative;
    padding-left: 0;
}

    .custome-list li {
        position: relative;
        list-style: none;
        line-height: 2.2;
        padding-left: 1.7rem;
    }

        .custome-list li::after {
            content: "";
            position: absolute;
            left: 0;
            top: 13px;
            width: 16px;
            height: 16px;
            background-image: url('../img/right-arrow.png');
            background-size: contain;
            background-repeat: no-repeat;
        }


.modal-content {
    border-radius: 30px;
}

.modal-header {
    padding: 1.5rem 1.9rem 1rem 1.9rem;
}

.modal-title {
    color: #F6911E;
    font-size: 1.75rem;
}

.modal-body {
    padding: 1.9rem;
}

    .modal-body p {
        line-height: 1.7;
    }

.btn-close {
    opacity: .3;
    color: #D9D9D9;
    border: 2px solid #D9D9D9;
}

@media (max-width:1680px) {

    .login-container {
    }

    .welcome-para {
        width: 68%;
    }

    .ministers-content {
        gap: 1rem;
    }

    .minister-list::after {
        right: 0px;
    }
}

@media (max-width:1600px) {
    .login-title {
        font-size: 1.9rem;
    }

    .login-container {
        padding: 2.4rem 2.5rem 2.3rem 2.5rem;
    }

    .form-content {
        padding: 3rem 0 0rem;
    }

    .login {
        padding: 1rem 5rem 1rem 5rem;
    }

    .custom-radio-btn .form-check-label {
        cursor: pointer;
        font-size: 1.025rem;
        user-select: none;
    }

    .login-content {
        margin-top: -1rem;
    }
}

@media (max-width:1440px) {
    .welcome-para {
        width: 100%;
        font-size: 1.15rem;
    }

    .ministers-content {
        /* gap: 0rem; */
    }

    .minister-list h6 {
        font-size: 1.025rem;
    }

    .login-container {
        padding: 2.4rem 2.3rem 2.3rem 2.3rem;
    }

    .custom-radio-btn .form-check-label {
        font-size: 0.925rem;
    }
}

@media (max-width:1366px) {
    .custom-radio-btn .form-check-label {
        font-size: 0.925rem;
    }
    .modal-title {
        color: #F6911E;
        font-size: 1.55rem;
    }
    .captcha-inputs {
        gap: 0.1rem;
    }

    .login-logo img {
        height: 67px;
    }

    .icon-input-control {
        margin-bottom: 0.6rem;
    }

    .imgelementBox h2 {
        font-size: 1.6rem;
        color: #fff;
        margin-bottom: 0.8rem;
    }

    .imgelementBox h3 {
        font-size: 1.3rem;
    }

    .form-control:focus + .control-label, .form-control:not(:placeholder-shown) + label, .form-control:focus + label {
        font-size: 0.9rem;
    }

    .custom-radio-btn {
        margin-right: 0.6rem;
    }

    .form-content {
        padding: 1.5rem 0 0rem;
    }

    .forgot-link {
        font-weight: normal;
        font-size: 0.8rem;
    }

    .check-list {
        margin-top: 0.9rem;
    }

    .captcha-inputs .form-control {
        width: 210px;
    }

    .custom-radio-btn .form-check-input {
        width: 18px;
        height: 18px;
    }

    .imgelementBox p {
        font-size: 1.05rem;
    }

    .ministerscontent-img {
        width: 64px;
        height: 64px;
        padding: 0.1rem;
    }

        .ministerscontent-img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .icon-input-control .icon-input-right {
        top: 0.5rem;
    }

    .login-container {
        padding: 1.5rem 1.3rem;
        /*   flex: 0 0 461px;*/
        margin-top: 1.2rem;
    }

    .imgelementBox {
        margin-top: 2.2rem;
    }

    .imgelementBox-text {
        max-width: 67%;
    }

    .imgelementBox p {
        color: #F8F8F8;
        margin-bottom: 3rem;
        font-size: 0.9rem;
    }

    .login-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .welcome-text {
        font-size: 1.2rem;
    }


    body.usmloginPortal {
        background-position: 42% 30%;
    }

    .login-btn {
        width: 45%;
        padding: 0.8rem 1.2rem;
    }


    .control-label {
        top: 0.4rem;
        font-size: 1.1rem;
    }

    .minister-list small {
        font-size: 0.975rem;
        display: block;
    }

    .form-control {
        height: 40px;
        margin-bottom: 0.3rem;
        font-size: 16px;
        padding: 0.6rem 0.7rem 0.5rem;
    }

    .minister-list::after {
        height: 87px;
    }

    .btn.login-btn {
        padding: 0.4rem 1.8rem;
        margin: 0.6rem 0 1rem;
    }
}

@media (max-width:1280px) {
    .login-title {
        font-size: 1.4rem;
    }

    .imgelementBox {
        margin-top: 5rem;
   
    }
    .login {
        padding: 1rem 2rem 0rem 2rem;
    }
    .login-title::after {
        bottom: -15px;
        left: 35%;
    }
}

@media (max-width:1200px) {
    .login-title {
        font-size: 1.3rem;
    }
    .form-content {
        padding: 1rem 0rem 0rem;
    }
    .custom-radio-btn .form-check-label {
        font-size: 0.825rem;
    }
    .login-container {
        padding: 1.5rem 1.4rem 1.2rem 1.4rem;
    }
}

@media (max-width:1024px) {
    .imgelementBox {
        margin-top: 2.3rem;
        margin-bottom: 3rem;
        max-width: 100%;
    }

    .login-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:768px) {
    .captcha-inputs .form-control {
        width: 380px;
    }

    .imgelementBox {
        margin-top: 3rem;
        width: auto;
        margin-top: 2rem !important;
    }

    .captcha-text a {
        font-size: 0;
    }

    .welcome-para {
        margin-bottom: -2rem;
        width: 100%;
        font-size: 0.85rem;
    }

    .welcometextwo {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .login-container {
        flex: inherit;
    }

    .imgelementBox-text {
        max-width: 100%;
        margin-top: 3rem;
    }

    .form-control {
        height: 41px;
        margin-bottom: 0.3rem;
    }

    body {
        height: 100%;
    }

    .login {
        margin: 1rem 2rem;
        padding: 0;
    }

    .btn.login-btn {
        padding: 0.5rem 1.8rem;
        font-size: 18px;
    }

    .login-container {
        width: 100%;
        border-radius: 0.5rem;
        height: auto;
        padding: 1.5rem 1.8rem;
        margin-top: 3rem;
        flex: 100%;
    }

    .login-title {
        font-size: 1.6rem;
    }

    .form-content {
        padding: 2rem 0 0rem;
    }

    body.usmloginPortal {
        background-position: 20% 86%;
    }
}

@media (max-width:630px) {
    .login {
        margin: 1rem 5rem 1rem 3rem;
    }

    .logo-text {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .login-logo img {
        height: 62px;
    }

    .side-menu {
        position: fixed;
        top: 97px;
        right: 34px;
    }

    .captcha-inputs .form-control {
        width: 301px;
    }
}

@media (max-width:576px) {
    .login {
        margin: 2rem 2rem 0;
    }

    .login-title {
        font-size: 1.4rem;
    }

    .captcha-inputs .form-control {
        width: 235px;
    }
}

@media (max-width:530px) {
    .form-content {
        padding: 2rem 0rem 0rem;
    }

    .captcha-text a {
        font-size: 0;
    }

        .captcha-text a i {
            font-size: 1rem;
        }
}

@media (max-width:480px) {
    .login-title {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    input::-webkit-input-placeholder {
        color: #fff !important;
        font-size: 14px;
    }

    .check-list {
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }

    .login-container {
        padding: 1.7rem;
        border-radius: 0.5rem;
    }

    .form-control {
        height: 35px;
        font-size: 13px;
    }

    .btn.login-btn {
        padding: 0.3rem 1.8rem;
    }

    .minister-list small {
        font-size: 0.775rem;
        display: block;
    }

    .minister-list h6 {
        font-size: 0.925rem;
    }

    .ministerscontent-img {
        width: 54px;
        height: 54px;
        padding: 0.1rem;
    }

    .imgelementBox {
        margin-top: 2rem;
        margin-bottom: 0rem;
        max-width: 100%;
    }

    .control-label {
        left: 1rem;
        top: 0.6rem;
    }



    .form-btns {
        display: block;
    }

    .login-btn {
        width: 100%;
        margin-bottom: 1rem;
        padding: 0.99rem 1.19rem;
    }
}

@media (max-width:430px) {
    .login-title {
        font-size: 1.1rem;
    }

    .login-logo img {
        height: 42px;
    }

    .login-title::after {
        bottom: -16px;
        left: 33%;
    }

    .form-content {
        padding: 1rem 0rem 0rem !important;
    }

    .logo-text {
        font-size: 1rem;
        font-weight: 600;
    }

    .logo-content span {
        font-size: 0.9rem;
    }

    .captcha-inputs .form-control {
        width: 189px;
    }

    .login-logo {
        gap: 0.7rem;
    }

    .main-logo .me-3 {
        margin-right: 0.5rem !important;
    }
}

@media (max-width:375px) {
    .login {
        margin: 2rem 1rem 0;
    }

    .hamburger-menu {
        width: 23px;
        height: 21px;
    }

    .logo-text {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .logo-content span {
        font-size: 0.8rem;
    }

    .logo-content {
        color: #fff;
        line-height: 1;
    }

    .captcha-inputs .form-control {
        width: 158px;
    }

    .login-title {
        font-size: 1rem;
    }

        .login-title::after {
            left: 31%;
        }

    .welcome-text {
        font-size: 0.9rem;
    }

    .login-container {
        padding: 1rem;
    }
}

@media (max-width:320px) {
    .logo-content span {
        font-size: 0.7rem;
    }

    .login-logo img {
        height: 36px;
    }

    .login-title {
        font-size: 0.9rem;
    }

    .captcha-inputs .form-control {
        width: 136px;
    }

    .logo-text {
        font-size: 0.7rem;
        font-weight: bold;
    }
}

/*added by aditya kuamr */
.hiddenlogin-btn {
    display: none !important;
}


.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
