/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
.bus_logo {
    width: 120px;
    content: url("../img/dalfatek_small.png");
}

#logo {
    padding-top: 50px;
}

/* .leren_logo{
    padding-top: 50px;
    width: 180px;
    content:url("../img/leren.png");
} */

.subject_holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    bottom: 0;
    /* Changed to 0 for exact positioning */
    left: 0;
    background-size: contain;
    /*Option 1 */
    /* OR */
    /*background-size: contain;  Option 2 (use with transparent background image) */
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 1;
}

.input-block {
    position: relative;
    margin-top: 20px;
}

.input-block .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.input-block .input-label {
    position: absolute;
    left: 50px;
    top: 30%;
    color: #888;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0px 5px;
    background-color: #eee;
}

.input-block input {
    padding: 10px 55px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease;
    width: 100%;
    background-color: #eee;
}

.input-block input:focus,
.input-block input:not(:placeholder-shown) {
    padding-top: 35px;
    padding-bottom: 5px;
    background-color: #fff;
    outline: none;
}

.input-block input:focus+.input-label,
.input-block input:not(:placeholder-shown)+.input-label {
    top: 15px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
}

.input-block input:focus+.icon {
    color: #333;
}

/*    ***************  */
.input-block-pwd {
    position: relative;
    margin-bottom: 20px;
}

.input-block-pwd .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.input-block-pwd .input-label {
    position: absolute;
    left: 50px;
    top: 30%;
    color: #888;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0px 5px;
    background-color: #eee;
}

.input-block-pwd input {
    padding: 10px 55px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease;
    width: 100%;
    background-color: #eee;
}

.input-block-pwd input:focus,
.input-block-pwd input:not(:placeholder-shown) {
    padding-top: 35px;
    padding-bottom: 5px;
    background-color: #fff;
    outline: none;
}

.input-block-pwd input:focus+.input-label,
.input-block-pwd input:not(:placeholder-shown)+.input-label {
    top: 15px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
}

.input-block-pwd input:focus+.icon {
    color: #333;
}

.login-title p {
    font-size: 12px;
}

.mb-3 button {
    margin-left: 0 !important;
    margin-top: 15px !important;
}

.login_btn {
    margin-left: 15px;
    border-radius: 4px;
    background-color: #5ca1e1;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 40%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 7px 10px -8px rgba(0, 0, 0, .7);
}

.login_btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.login_btn:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 2px;
    right: -5px;
    transition: 0.5s;
    font-size: 24px;
}

.login_btn:hover {
    padding-right: 24px;
    padding-left: 8px;
    background-color: #5ca1e1 !important;
    color: white !important;

}

.login_btn:hover:after {
    opacity: 1;
    right: 10px;
}

.apply_btn {
    float: right;
    margin-top: 15px;
    width: 40%;
    background-color: #83a6e7 !important;
    border: none;
    color: white !important;
    font-size: small;
}

.apply_btn:hover {
    background-color: #2b5194 !important;
    color: white !important;
}

.validation-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: green !important;
    /* Green color for valid email */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.validation-icon.valid {
    opacity: 1;
}

/* Toggle Password Visibility Styles */
.input-block-pwd .toggle-password {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 10;
}

.input-block-pwd .toggle-password:hover {
    color: #333;
}

/* Premium Full-Screen Session Splash Overlay */
#login-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, background-color 0.3s ease;
}

/* Button Loading Block Multiple Clicks Styles */
.login_btn.loading {
    pointer-events: none;
    opacity: 0.85;
}

.login_btn.loading::after {
    display: none !important;
}

/* Premium Glassmorphic Welcome Card Styling */
#welcome-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 440px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding: 40px 30px;
    animation: welcomeZoomIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    overflow: hidden;
}

/* Dark theme support for Welcome Card */
body.dark #welcome-card {
    background: rgba(11, 23, 39, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* Animation keyframes for the card zoom-in entrance */
@keyframes welcomeZoomIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* User avatar container with premium HSL glow */
#welcome-card .avatar-glow {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #5ca1e1, #83a6e7);
    box-shadow: 0 8px 24px rgba(92, 161, 225, 0.4);
    animation: borderPulse 3s ease-in-out infinite alternate;
}

#welcome-card #welcome-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
}

body.dark #welcome-card #welcome-avatar {
    border: 3px solid #0b1727;
    background: #0b1727;
}

@keyframes borderPulse {
    0% {
        box-shadow: 0 8px 20px rgba(92, 161, 225, 0.3);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 8px 30px rgba(92, 161, 225, 0.6);
        transform: scale(1.03);
    }
}

/* Welcome name style with subtle gradient */
#welcome-name {
    background: linear-gradient(135deg, #2b5194, #5ca1e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
}

body.dark #welcome-name {
    background: linear-gradient(135deg, #ffffff, #83a6e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Micro-loader progress indicator */
.progress-bar-placeholder {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
}

body.dark .progress-bar-placeholder {
    background: rgba(255, 255, 255, 0.08);
}

.progress-bar-value {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #5ca1e1, #2b5194);
    border-radius: 2px;
    animation: loaderProgress 3.5s linear forwards;
}

@keyframes loaderProgress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}