/* /Views/Gallery/GalleryFileAdd.cshtml.rz.scp.css */
/* /Views/Gallery/GalleryFiles.cshtml.rz.scp.css */
/* /Views/Gallery/GallerySectionAdd.cshtml.rz.scp.css */
/* /Views/Gallery/GallerySections.cshtml.rz.scp.css */
/* /Views/Login/Index.cshtml.rz.scp.css */
.login-bg[b-2fad52kovk] {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box[b-2fad52kovk] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 04px 4px rgba(44, 62, 80, 0.10);
    padding: 32px 22px 32px 22px;
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.5px solid #2a9dd6;
}

.login-logo img[b-2fad52kovk] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 18px;
}

.login-title[b-2fad52kovk] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 28px;
    text-align: center;
}

.login-input[b-2fad52kovk] {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 12px 16px;
    font-size: 1rem;
    margin-bottom: 0;
    box-shadow: none;
    transition: border-color 0.2s;
}

.login-input:focus[b-2fad52kovk] {
    border-color: #2c3e50;
    outline: none;
}

.login-btn[b-2fad52kovk] {
    background: #2c3e50;
    color: #fff;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    box-shadow: 02px 8px rgba(44, 62, 80, 0.08);
    transition: background 0.2s;
}

.login-btn:hover[b-2fad52kovk] {
    background: #1a242f;
}

@media (max-width: 600px) {
    .login-box[b-2fad52kovk] {
        padding: 24px 8px 18px 8px;
    }
}
/* /Views/NonTeachingStaff/Add.cshtml.rz.scp.css */
.text-danger[b-nqurxd4cnh] {
    color: red;
}
/* /Views/NonTeachingStaff/Edit.cshtml.rz.scp.css */
.text-danger[b-9zkgrpgjxi] {
    color: red;
}
/* /Views/Notification/Add.cshtml.rz.scp.css */
.text-danger[b-ikjn5kg1ul] {
    color: red;
}
/* /Views/Notification/Edit.cshtml.rz.scp.css */
.text-danger[b-co59701qx6] {
    color: red;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7vk6c03ex3] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-7vk6c03ex3] {
    color: #0077cc;
}

.btn-primary[b-7vk6c03ex3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-nav li:hover > ul.dropdown-menu[b-7vk6c03ex3] {
    display: block;
}

.dropdown-submenu[b-7vk6c03ex3] {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu[b-7vk6c03ex3] {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover[b-7vk6c03ex3]:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


.border-top[b-7vk6c03ex3] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-7vk6c03ex3] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7vk6c03ex3] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7vk6c03ex3] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-7vk6c03ex3] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.sidebar[b-7vk6c03ex3] {
    min-height: 100vh;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

    .sidebar .nav-link[b-7vk6c03ex3] {
        color: #333;
    }

        .sidebar .nav-link.active[b-7vk6c03ex3] {
            background: #e9ecef;
            font-weight: bold;
        }

.topbar[b-7vk6c03ex3] {
    background: #343a40;
    color: #fff;
    padding: 1rem;
}

.main-content[b-7vk6c03ex3] {
    padding-top: 1rem;
}


.tree-children[b-7vk6c03ex3] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.3s cubic-bezier(0.4,0,0.2,1), transform 0.3s cubic-bezier(0.4,0,0.2,1);
    display: block;
    position: relative;
    transform: translateX(-16px);
}

    .tree-children.open[b-7vk6c03ex3] {
        max-height: 1000px;
        opacity: 1;
        transform: translateX(0);
    }
/* /Views/Shared/_LayoutLogin.cshtml.rz.scp.css */
.login-banner[b-ka6vtht9zz] {
    width: 100%;
    background: #2a9dd6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 12px 0;
    box-shadow: 02px 8px rgba(44,62,80,0.08);
}

.banner-logo[b-ka6vtht9zz] {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-right: 18px;
}

.banner-details[b-ka6vtht9zz] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-title[b-ka6vtht9zz] {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.banner-address[b-ka6vtht9zz] {
    font-size: 1rem;
    opacity: 0.85;
}

.login-footer[b-ka6vtht9zz] {
    width: 100%;
    background: #2a9dd6;
    color: #fff;
    text-align: center;
    padding: 10px 10px 0;
    font-size: 1rem;
    border-top: 1px solid #e0e0e0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:600px) {
    .login-banner[b-ka6vtht9zz] {
        flex-direction: column;
        padding: 12px 8px 0;
    }

    .banner-logo[b-ka6vtht9zz] {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .banner-details[b-ka6vtht9zz] {
        align-items: center;
    }

    .login-footer[b-ka6vtht9zz] {
        font-size: 0.95rem;
        padding: 10px 8px 0;
    }
}
/* /Views/Staff/Add.cshtml.rz.scp.css */
.text-danger[b-tfmitga84w] {
    color: red;
}
/* /Views/Staff/Edit.cshtml.rz.scp.css */
.text-danger[b-10gckit5wh] {
    color: red;
}
