* {
    font-family: "Google Sans", Verdana, cursive, sans-serif !important;
}

html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:root body {
    --bs-body-font-size: 0.9rem !important;
}

body {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4f4f4;
}

a {
    text-decoration: none !important;
}

.login-form-wrapper {
    width: 100%;
}

@media (max-width: 575.98px) {
    .login-form-wrapper * {
        font-family: "Google Sans", Verdana, sans-serif !important;
    }

    html {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    :root body {
        --bs-body-font-size: 0.9rem !important;
    }

    body {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        max-height: -webkit-fill-available;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    a {
        text-decoration: none !important;
    }

    .login-form-wrapper {
        width: 100%;
        max-width: 320px;
    }

    @media (max-width: 575.98px) {
        .login-form-wrapper {
            width: 90%;
            max-width: initial !important;
        }
    }

    ::-ms-reveal {
        display: none;
    }

    .wrapper {
        background-color: white;
        width: 450px;
        border-radius: 15px;
        opacity: 1;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }

    .login-form input {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .nav-tabs .nav-link {
        color: white;
    }

    .wrapper-pass {
        background-color: rgba(0, 0, 0, 0.7);
        width: 550px;
        border-radius: 5px;
    }

    .wrapper-pass input {
        background-color: rgba(255, 255, 255, 1);
    }
}

.wrapper {
    background-color: white;
    width: 450px;
    border-radius: 15px;
    opacity: 1;
    color: black;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.login-form input {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-link {
    color: black;
}

.wrapper-pass {
    background-color: rgba(0, 0, 0, 0.7);
    width: 550px;
    border-radius: 5px;
}

.wrapper-pass input {
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 600px) {
    .wrapper {
        width: 90vw;
        border-radius: 5px;
        opacity: 1;
    }
}

nav.navbar {
    background: linear-gradient(135deg, rgb(3, 70, 135) 0%, rgb(0, 195, 121) 100%);
    background-color: rgba(0, 0, 0, 0);
}

.navbar-brand {
    color: white;
}

.navbar-brand:hover {
    color: white;
}

footer {
    background: linear-gradient(135deg, rgb(3, 70, 135) 0%, rgb(0, 195, 121) 100%);
    background-color: rgba(0, 0, 0, 0);
    height: 66px;
}

.slogan {
    font-family: cursive !important;
    background: -webkit-linear-gradient(135deg, #00c379, #034687 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.activeTabs {
    color: #FFF;
}

.btnInfo {
    color: white;
    background: linear-gradient(135deg, rgb(0, 195, 121) 0%, rgb(3, 70, 135) 100%);
    background-color: rgba(0, 0, 0, 0);
}

.btnInfo:hover {
    color: white;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btnInfo:active {
    color: white !important;
}

.btnInfo:active:hover {
    color: white !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

[data-bs-theme="dark"] .btnInfo:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

[data-bs-theme="dark"] .btnInfo:active:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hr {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(-45deg, #034687 0%, #00c379 100%);
}

.wrapper-pass {
    background-color: white;
    color: black;
}

.form-floating input {
    border: none !important;
}

.form-floating input:focus~.bar:before,
.form-floating input:focus~.bar:after {
    width: 50%;
}

.form-floating .bar,
.form-floating .bar {
    background: #fff;
}

.form-floating .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #8d8d8d;
    width: 100%;
    height: 1px;
}

.form-floating .bar:before,
.form-floating .bar:after {
    content: "";
    position: absolute;
    background: linear-gradient(-180deg, #034687 0%, #00c379 100%);
    width: 0;
    height: 2px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.form-floating .bar:before {
    left: 50%;
}

.form-floating .bar:after {
    right: 50%;
}

#nav-ksp-tab,
#nav-student-tab {
    border: none;
}

#nav-ksp-tab:hover,
#nav-student-tab:hover {
    color: #00c379;
}

.link--metis {
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #034687;
    background: linear-gradient(-180deg, #034687 0%, #00c379 100%) left bottom no-repeat;
    background-size: 0% 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.link--metis::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    background-color: #00c379;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.link--metis:hover::before {
    width: 100%;
}

.link--metis:hover {
    background-size: 100% 1px;
    color: #034687;
}

@media screen and (max-width: 991px) {
    .center-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.building {
    height: 64vh;
    min-height: 450px !important;
    min-width: 450px !important;
    object-fit: contain;
}

.col-lg-12 {
    background-color: #f4f4f4 !important;
}

[data-bs-theme="dark"] body {
    background-color: #16191c !important;
}

[data-bs-theme="dark"] .wrapper {
    background-color: #2b3035 !important;
    color: white !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

[data-bs-theme="dark"] .col-lg-12 {
    background-color: #2b3035 !important;
    background-color: #16191c !important;
    color: white !important;
}

[data-bs-theme="dark"] .login-form input {
    background-color: #16191c !important;
}

[data-bs-theme="dark"] .wrapper-pass {
    background-color: #2b3035 !important;
    color: white !important;
}

[data-bs-theme="dark"] #reset_password:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

[data-bs-theme="dark"] button[name="loginStudent"]:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

[data-bs-theme="dark"] .tab-container {
    background-color: #2b3035;
}

[data-bs-theme="dark"] .indicator {
    -webkit-box-shadow: 0px 3px 8px rgba(255, 255, 255, 0.12), 0px 3px 1px rgba(255, 255, 255, 0.04);
    box-shadow: 0px 3px 8px rgba(255, 255, 255, 0.12), 0px 3px 1px rgba(255, 255, 255, 0.04);
}

.tab-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 2px;
    border-radius: 9px;
}

.indicator {
    content: "";
    width: 130px;
    height: 28px;
    background: linear-gradient(-90deg, #034687 0%, #00c379 100%);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 9;
    border-radius: 7px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: .7;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tab {
    width: 130px;
    height: 28px;
    position: absolute;
    z-index: 99;
    outline: none;
    opacity: 0;
}

.tab_label {
    width: 130px;
    height: 28px;
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    font-size: 0.72rem;
    opacity: 0.6;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.tab--1:checked~.indicator {
    left: 2px;
}

.tab--2:checked~.indicator {
    left: calc(130px + 2px);
}

.btn {
    border: none !important;
}

.modal-header {
    border-bottom: none !important;
}

.toggle-password-visiblity {
    cursor: pointer;
}

img.img-fluid {
    height: 50vh !important;
}

.custom-nav-toggle {
    border: 1px solid;
    filter: invert();
}

[data-bs-theme="dark"] button:active:hover {
    color: white !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.grecaptcha-badge {
    -webkit-box-shadow: gray 0px 0px 2px !important;
    box-shadow: gray 0px 0px 2px !important;
}

.grecaptcha-badge,
#recaptcha iframe {
    border-radius: var(--bs-border-radius) !important;
}

.g-recaptcha-desc {
    line-height: 1.2 !important;
    font-size: 11px !important;
}

.toggle-password-visibility {
    cursor: pointer;
}