@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*::before,
*,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    /*background-color: #f5f5f5;
    height: 100vh;*/
    width: 100%;
    height: 100vh;
    background:radial-gradient(circle at 30% 20%, #ff993336 0%, #ff99330d 40%, transparent 70%),radial-gradient(circle at center, #FFFFFF 0%, #FFFFFF 50%, #00000000 75%),radial-gradient(circle at 70% 80%, #1388082e 0%, #1388081f 40%, transparent 70%);
    /* background-blend-mode: multiply; */
    background-color: #FFFFFF;
}





header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}



/* ===PM image right-side=== */
.logo-left {
    text-align: center;
}
.logo-left .pm-img {
    width: 130px;
    height: auto;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
}
.logo-left .pm-name {
    font-size: 14px;
    font-weight: 700;
    margin:0;
    line-height:12px;
}
.logo-left .pm-desig {
    font-size: 11px;
    font-weight: 600;
    font-style: italic;
}
/* ===logo image right-side=== */
.logo-right{
    margin-top:10px;
}
.logo-right .logo-img {
    height:70px;
}
/* Main Section Styles */
.login-main {
    flex: 1;
    overflow: hidden;
    /*height: calc(100vh - 100px);*/
    height:100vh;
}
.watermark-map {
    top: 0;
    left: -85px;
    background: url("../img/login/ind.png") no-repeat center center;
    background-size: 38% auto;
    opacity: 0.54;
    z-index: 1;
    pointer-events: none;
}
.watermark-chakra {
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    background: url("../img/login/ashok-chakra.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.tricolor-bg {
    top: 50%;
    transform: translateY(-50%);
    height: 300px;
    /*background: linear-gradient(to bottom, #e19758 33.33%, #ffffff 33.33%, #ffffff 66.66%, #469340 66.66%);*/
    background: linear-gradient(to bottom, #f796419c 33.33%, #ffffff 33.33%, #ffffff 66.66%, #1e951480 66.66%);
    z-index: 0;
}
.gandhi-img {
    height: 100%;
    max-height: 70vh;
    z-index: 3;
    left: -80px !important;
}
.campaign-text {
    z-index: 3;
    margin-left: 450px;
    color: #000;
    margin-top:60px;
}
.campaign-text h2 {
    font-weight: 500;
    font-size: 2.85rem;
    line-height: 1;
    line-height: 30px;
}
.campaign-text h1 {
    font-weight: 700;
    font-size: 3.8rem;
}
.login-card {
    z-index: 3;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 25px !important;
}
.login-card .form-control {
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    padding: 0.6rem 1rem;
    border-radius:10px;
}

.login-card .form-control:focus {
    box-shadow: none;
    border-color: #999;
}

.z-index-2 {
    z-index: 2;
}
.form-label {
    font-weight: 600;
    font-size: 13px;
}
input::placeholder {
    font-size: 12px;
    color: #b1b1b1;
    font-style: italic;
}
.err-msg {
    color: #c62121;
    font-size: 14px;
    text-align: center;
    font-weight: 600
}
.btn-otp {
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    width: 30%;
    padding: 0.76rem 1rem !important;
    background-color: #eed22b;
}
@media (max-width: 768px) {
    .gandhi-img {
        display: none;
    }

    .campaign-text {
        margin-left: 0;
        text-align: center;
    }

    .watermark-chakra {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo-right .logo-img {
        height: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1300px;
    }
    .gandhi-img {
        left: 0px !important;
    }
    .gandhi-img {
        height: auto;
        max-height: 65vh;
        z-index: 3;
    }
    .tricolor-bg {
        top: 55%;
        transform: translateY(-50%);
        height: 280px;
    }
    .watermark-chakra {
        top: 55%;
        left: 30%;
        width: 250px;
        height: 250px;
    }
    .logo-right .logo-img {
        height: 45px;
    }
}
@media (min-width: 1441px) and (max-width: 1600px)  {
    .gandhi-img {
        left: -150px !important;
    }
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1540px;
    }

    .gandhi-img {
        left: 0px !important;
    }

    .gandhi-img {
        height: auto;
        max-height: 70vh;
        z-index: 3;
    }

    .tricolor-bg {
        top: 55%;
        transform: translateY(-50%);
        height: 280px;
    }

    .watermark-chakra {
        top: 55%;
        left: 32%;
        width: 250px;
        height: 250px;
    }
    .campaign-text {
        z-index: 3;
        margin-left: 530px;
        color: #000;
        margin-top: 80px;
    }
    .logo-right .logo-img {
        height: 60px;
    }
}
@media (min-width: 1601px) and (max-width: 1920px)  {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1650px;
    }
    .campaign-text {
        z-index: 3;
        margin-left: 450px;
        color: #000;
        margin-top: 10px;
    }
    .watermark-chakra {
        top: 50%;
        left: 33%;
        width: 300px;
        height: 300px;
    }
}


/* Container fixed position */
.toast-container {
    position: fixed;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Base Toast Styling */
.toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 280px;
    max-width: 400px;
    border-radius: 15px!important;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    transform: translateX(100%);
    animation: toast-in 0.3s ease forwards;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Sliding Entry Animation */
@keyframes toast-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Exit State Triggered By JS */
.toast.toast-out {
    opacity: 0;
    transform: translateX(100%);
}

/* Variant Modifier Themes */
.toast-success {
    border-left: 5px solid #2ecc71;
}

.toast-error {
    border-left: 5px solid #e74c3c;
}

.toast-info {
    border-left: 5px solid #3498db;
}
.btn-nodal {
    /*color: #fff;
    background-color: #3f588d;
    border-color: #3f588d;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-radius: 5px 5px 0 0;
    font-size: 13px;*/
    color: #fff;
    background-color: #3f588d;
    border-color: #3f588d;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border-radius: 55%;
    font-size: 11px;
    width: 80px;
    height: 80px;
}

