@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lexend+Deca:wght@200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,500&family=Raleway: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Arial', sans-serif !important;
    background-image: url(images/ncgmsbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

    body.ncgms-login {
        font-family: 'Arial', sans-serif !important;
        background-image: url(images/ncgmsbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }


.animation__fadein {
    animation: fade-in 2s linear;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.container {
    max-width: 1380px;
    margin: auto;
}

header .login {
    background: #fff !important;
}

header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    position: relative;
    background: transparent;
}

header .header-logo img {
    width: 125px;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation-timing-function: ease-in-out;
}


header .front-logo {
    position: relative;
}

img.front {
    position: relative;
}

img.back {
    position: absolute;
    left: 0;
}

img.third-logo {
    position: absolute;
    left: 0;
}

img.fourth-logo {
    position: absolute;
    left: 0;
}

header .header-logo img.active {
    opacity: 1;
}


header .navbar .flip-logo {
    position: absolute;
    background: var(--text-light-color);
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 30px 20px;
    top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
}

header .nav-action-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

header .nav-action-link .vl {
    height: 30px;
    width: 1px;
    background-color: var(--text-20-color);
}

header .nav-action-link p.reg {
    font-weight: 600;
}

/* ncgms login section */
/* 
section.ncgms-login{
    background-image: url(./images/ncgmsbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
} */
.navatar-logo {
    text-align: center;
}

section.ncgms-login .login-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90vh;
    padding: 50px;
}

section.ncgms-login .login-container .text-content {
    width: 50%;
}

section.ncgms-login .title.atom-m-space {
    width: 300px;
    text-align: center;
}

section.ncgms-login .login-container .text-content h2.atom-h2.txt-light.atom-s-space {
    text-transform: uppercase;
}

section.ncgms-login .login-container .text-content p.atom-p.txt-light {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

section.ncgms-login .ncgms-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

section.ncgms-login .blur-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 39px 47px 82px;
    border-radius: 10px;
    position: relative;
}


section.ncgms-login .remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.ncgms-login i.fa-regular.fa-eye,
section.ncgms-login i.fa-regular.fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #807f7f;
    cursor: pointer;
}


section.ncgms-login .password-input {
    position: relative;
}

section.ncgms-login .atom-inputfields {
    padding: 10px 10px;
    border-radius: 5px;
    outline: none;
    width: 100%;
    background: #fff;
    outline: none;
    border: none;
}

section.ncgms-login .checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.ncgms-login .checkbox-container input[type="checkbox"] {
    height: 17px;
    width: 17px;
}

section.ncgms-login .checkbox-container p.txt-light {
    font-size: 14px;
    letter-spacing: 1px;
}

section.ncgms-login .forget-password a {
    font-size: 14px;
    letter-spacing: 1px;
}

section.ncgms-login button.atom-btn.atom-btn-primary.txt-light {
    width: 100%;
}

.forget-password {
    text-align: center;
}

.login-password {
    width: 50%;
    display: flex;
    align-items: ced;
    align-items: center;
    justify-content: center;
}

/* otp selection */

.login-password .otp.atom-s-space {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    background: rgba(250, 250, 250, 0.50);
    padding: 15px;
    cursor: pointer;
}

/* Register */

section.ncgms-register .container.register {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
}

section.ncgms-register .register-blur-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 62px 47px 82px;
    border-radius: 10px;
    position: relative;
    max-width: 750px;
    width: 100%;
}

.back-btn {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}

section.ncgms-register .register-title {
    text-align: center;
}

section.ncgms-register .register-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}

section.ncgms-register .ncgms-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* Loader Animation */

.loader.atom-m-space {
    display: flex;
    align-items: center;
    justify-content: center;
}


.circle-loader {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: var(--text-light-color);
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.load-complete {
    animation: none;
    border-color: var(--text-light-color);
    transition: border 500ms ease-out;
}

.checkmark {
    display: block;
    opacity: 0;
}

.checkmark.draw:after {
    animation: checkmark 300ms ease forwards 1s;
    /* Delay the start of the animation */
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid var(--text-light-color);
    border-top: 3px solid var(--text-light-color);
    content: '';
    left: 22px;
    top: 3.5em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

/* Loader Animation */


/*  ncgms footer */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

footer .container {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: end;
}

footer .copyright {
    width: 60%;
}

footer .icon-list {
    width: 25%;
    display: flex;
    column-gap: 20px;
    justify-content: end;
}

/* Ncgms Systems */

header.nspire-system .navbar .header-logo img {
    border-radius: 0px 0px 10px 10px;
    background: #fff;
}

section.ncgms-slider .system-title-logo img {
    width: 77px;
    height: auto;
}

.open-btn {
    display: flex;
    column-gap: 20px;
    justify-content: end;
    align-items: center;
}

.system-content-container .title {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.open-btn button.atom-btn.atom-btn-primary.txt-light.details {
    padding: 0.5rem 2rem;
}

.open-btn button.atom-btn.atom-btn-outline-primary img {
    width: auto;
    height: 17px;
}

.open-btn button.atom-btn.atom-btn-outline-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 0.5rem 2.1rem;
    display: none;
}

.open-btn button.atom-btn.atom-btn-outline-primary.lock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-content-container .system-title-logo {
    display: none;
}

section.ncgms-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

h1.atom-lg-title.txt-info {
    text-transform: uppercase;
}

section.ncgms-slider .system-list {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
}

section.ncgms-slider .system-logo img {
    width: 103%;
    height: auto;
}

section.ncgms-slider .modules {
    background: #5072A0;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s ease;
}

section.ncgms-slider .modules:hover {
    background: #0183DA;
}

section.ncgms-slider .system-modules-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

section.ncgms-slider .system-logo {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    width: 30%;
}

section.ncgms-slider .system-content-container {
    width: 50%;
}

p.atom-p.txt-light.shortname {
    text-transform: uppercase;
}

p.atom-p.txt-disabled-color.description {
    height: 250px;
    cursor: pointer;
    overflow-x: auto;
    padding-right: 20px;
}

p.atom-p.txt-disabled-color.description:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: transparent;
}

p.atom-p.txt-disabled-color.description::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

p.atom-p.txt-disabled-color.description::-webkit-scrollbar-thumb {
    background-color: rgba(80, 80, 80, 0.2);
    transition: 0.3s ease;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, 0.3)),
            color-stop(.5, transparent), to(transparent));
}

p.atom-p.txt-disabled-color.description:hover:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: transparent;
    opacity: 1;
}

p.atom-p.txt-disabled-color.description:hover::-webkit-scrollbar {
    width: 3px;
    opacity: 1;
}

p.atom-p.txt-disabled-color.description:hover::-webkit-scrollbar-thumb {
    background-color: rgba(80, 80, 80, 1);
    border-radius: 10px;
    opacity: 1;
}

/* Welcome */

.welcome-message {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    flex-direction: column;
}

.welcome-message h1.atom-h1.txt-disabled-color {
    text-transform: uppercase;
}

.hide {
   /* display: none;*/
}

/* footer */

footer.ncgms {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D9D9D9;
    width: 100%;
}

section.logo-slider {
    background: #001C33;
    padding: 23px 31px 10px 26px;
    width: 100%;
    bottom: 57px;
    overflow: auto;
    position: absolute;
}

section.logo-slider::-webkit-scrollbar {
    width: 0;
}

.system-content-container .atom-h1 {
    font-size: var(--atom-h1);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 800;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    line-height: 1;
    color: #5072A0;
}

section.logo-slider img {
    width: 50px;
    height: auto;
}

section.logo-slider .logo {
    width: 70px;
    height: 70px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

section.logo-slider .logo-list .logo:last-child {
    margin-right: 30px;
}

section.logo-slider .logo.active {
    box-shadow: 0px 0px 24px 0px #0097D6;
}

section.logo-slider .logo-list {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

section.logo-slider .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
}


/* Responsive */

@media (max-width: 1439px) {
    .container {
        padding: 0 30px;
    }
}


@media (max-width: 992px) {

    section.ncgms-login .login-container .text-content {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        display: none;
    }

    section.ncgms-login .login-container {
        flex-direction: column;
        justify-content: center;
    }
}


@media (max-width: 768px) {

    :root {
        --atom-lg-text: 3.313rem;
        --atom-md-text: 2.438rem;
        --atom-h1: 1.75rem;
        --atom-h2: 2.188rem;
        --atom-h3: 1.75rem;
        --atom-h4: 1.438rem;
        --atom-label: 0.875rem;
        --atom-p: 1rem;
        --atom-tiny: 0.75rem;
        --atom-btn-text: 1rem;
    }

    section.ncgms-slider .system-logo {
        display: none;
    }

    section.ncgms-slider .system-content-container {
        width: 100%;
    }

    .system-content-container .system-title-logo {
        display: block;
    }

}


@media (max-width: 562px) {

    section.ncgms-register .register-fields {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }

    section.logo-slider .logo-list {
        justify-content: start;
    }

    section.ncgms-login .title.atom-m-space {
        width: 260px;
    }

    section.ncgms-login .blur-bg {
        padding: 62px 40px 82px;
        width: 100%;
    }

    section.ncgms-login .login-container {
        flex-direction: column;
        padding-top: 20%;
        padding-bottom: 100px;
    }

    section.ncgms-login .ncgms-login {
        width: 100%;
    }

    footer .container {
        flex-direction: column;
        text-align: center;
    }

    footer .copyright {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .icon-list {
        width: 100%;
        justify-content: center;
    }

    section.logo-slider {
        bottom: 100px;
    }

    /* section.ncgms-login {
        height: 100vh;
    } */

    .container {
        padding: 0 10px;
    }
}