@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';

/* _content/PN_HDSWeb_Admin/Pages/AD_Dropdown.razor.rz.scp.css */
.btn-group[b-rodw3qlnw4] {
    position: relative;
    cursor: pointer;
    width: 150px;
}

    .btn-group input[b-rodw3qlnw4] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.dropdown-menu[b-rodw3qlnw4] {
    top: 93%;
    max-height: 160px;
    overflow-y: auto;
}

.btn-group > .icon-chevron-down[b-rodw3qlnw4]::before {
    position: absolute;
    font-size: 10px;
    right: 10px;
    top: 34%;
}

.btn-group .icon-close[b-rodw3qlnw4] {
    position: absolute;
    top: 26%;
    font-size: 18px;
    right: 12%;
    margin-right: 3px;
    z-index: 10;
}
/*Responsive*/
@media screen and (max-width: 767px) {
    .dropdown-menu[b-rodw3qlnw4] {
        min-width: 100%
    }
}

@media screen and (min-width: 768px) {
    .dropdown-menu[b-rodw3qlnw4] {
        min-width: 150%;
    }
}
/* _content/PN_HDSWeb_Admin/Pages/Index.razor.rz.scp.css */
.nav-tabs[b-i9mi63yu6g] {
    background-color: #fff;
}
.nav-fill .nav-item .nav-link[b-i9mi63yu6g] {
    height: 100%;
}

.nav-tabs .nav-item .nav-link[b-i9mi63yu6g] {
    background-color: #0C5776;
    color: white;
}

    .nav-tabs .nav-item .nav-link:hover[b-i9mi63yu6g] {
        background-color: #2D99AE !important;
        color: #fff;
    }
.nav-tabs .nav-link.active[b-i9mi63yu6g],
.nav-tabs .nav-item.show .nav-link[b-i9mi63yu6g] {
    background-color: #0081A7 !important;
    color: #fff !important;
    border: none;
}
/* _content/PN_HDSWeb_Admin/Pages/LoginPages.razor.rz.scp.css */
#login-page[b-arwxkqcnbc] {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

    #login-page .card[b-arwxkqcnbc] {
        border-top: 4px solid #0081A7;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        #login-page .card .card-header[b-arwxkqcnbc] {
            justify-content: center;
            border-bottom: 1px solid rgba(99, 99, 99, 0.2);
            height: 100px;
        }
.background[b-arwxkqcnbc] {
    background-image: url("../image/background.jpg");
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    position: relative;
    padding-top: 1px;
    height: 100vh;
}
.background-logo[b-arwxkqcnbc] {
    width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}
.logo-image[b-arwxkqcnbc]{
    width:100%;
    height:300px;
    display: block;
}
input[type="checkbox"][b-arwxkqcnbc]:after {
    visibility: hidden;
}

.input-pass:hover[b-arwxkqcnbc] {
    cursor: pointer;
    opacity: .8;
}


.checkbox-wrapper-1 *[b-arwxkqcnbc],
.checkbox-wrapper-1 [b-arwxkqcnbc]::after,
.checkbox-wrapper-1 [b-arwxkqcnbc]::before {
    box-sizing: border-box;
}

.checkbox-wrapper-1 [type=checkbox].substituted[b-arwxkqcnbc] {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .checkbox-wrapper-1 [type=checkbox].substituted + label[b-arwxkqcnbc]:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        height: 1.15em;
        width: 1.15em;
        margin-right: 0.6em;
        color: rgba(0, 0, 0, 0.275);
        border: solid 0.06em;
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
        border-radius: 0.2em;
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
        background-size: 0;
        will-change: color, border, background, background-size, box-shadow;
        transform: translate3d(0, 0, 0);
        transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label[b-arwxkqcnbc]:before,
    .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active[b-arwxkqcnbc]:before {
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
        background-color: #f0f0f0;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:checked + label[b-arwxkqcnbc]:before {
        background-color: #3B99FC;
        background-size: 0.75em;
        color: rgba(0, 0, 0, 0.075);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label[b-arwxkqcnbc]:before,
    .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active[b-arwxkqcnbc]:before {
        background-color: #0a7ffb;
        color: rgba(0, 0, 0, 0.275);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:focus + label[b-arwxkqcnbc]:before {
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label[b-arwxkqcnbc]:before,
    .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active[b-arwxkqcnbc]:before {
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label[b-arwxkqcnbc]:before {
        opacity: 0.5;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark + label[b-arwxkqcnbc]:before {
        color: rgba(255, 255, 255, 0.275);
        background-color: #222;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label[b-arwxkqcnbc]:before,
    .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active[b-arwxkqcnbc]:before {
        background-color: #444;
        box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label[b-arwxkqcnbc]:before {
        background-color: #a97035;
        color: rgba(255, 255, 255, 0.075);
    }

    .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label[b-arwxkqcnbc]:before,
    .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active[b-arwxkqcnbc]:before {
        background-color: #c68035;
        color: rgba(0, 0, 0, 0.275);
    }
/* _content/PN_HDSWeb_Admin/Shared/MainLayout.razor.rz.scp.css */
.page[b-6z5hrdlpay] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6z5hrdlpay] {
    flex: 1;
    color: black;
}

.sidebar[b-6z5hrdlpay] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6z5hrdlpay] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6z5hrdlpay]  a, .top-row .btn-link[b-6z5hrdlpay] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6z5hrdlpay] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6z5hrdlpay] {
        display: none;
    }

    .top-row.auth[b-6z5hrdlpay] {
        justify-content: space-between;
    }

    .top-row a[b-6z5hrdlpay], .top-row .btn-link[b-6z5hrdlpay] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6z5hrdlpay] {
        flex-direction: row;
    }

    .sidebar[b-6z5hrdlpay] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6z5hrdlpay] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6z5hrdlpay], article[b-6z5hrdlpay] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
@media screen and (min-width: 767px) {
    .container-fluid[b-6z5hrdlpay] {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}




/* _content/PN_HDSWeb_Admin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ky02en4pmj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ky02en4pmj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ky02en4pmj] {
    font-size: 1.1rem;
}

.oi[b-ky02en4pmj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ky02en4pmj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}


    .nav-item:first-of-type[b-ky02en4pmj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ky02en4pmj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ky02en4pmj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ky02en4pmj]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ky02en4pmj]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-ky02en4pmj] {
        display: none;
    }

    .collapse[b-ky02en4pmj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ky02en4pmj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.flex-container[b-ky02en4pmj] {
    display: flex;
    align-items: center; /* căn giữa theo chiều dọc */
}

.image-container[b-ky02en4pmj] {
    width: 40px; /* Đặt chiều rộng bạn muốn */
    height: 40px; /* Đặt chiều cao bạn muốn */
}

    .image-container img[b-ky02en4pmj] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Đảm bảo hình ảnh không bị méo khi đặt vào container */
    }

.nav-text[b-ky02en4pmj] {
    margin-left: 10px; /* Khoảng cách giữa ảnh và văn bản */
}

/* _content/PN_HDSWeb_Admin/Shared/TopNavbar.razor.rz.scp.css */
/*Responsive*/
@media screen and (max-width: 767px) {
    .nav-header[b-dgjiytbfcj] {
        width: 80px;
    }

    .image-container[b-dgjiytbfcj] {
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
}
.hamburger .line[b-dgjiytbfcj]{
    background: white;
}
.nav-header[b-dgjiytbfcj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #20558a;
}
.header-content[b-dgjiytbfcj] {
    background-color: #20558a;
    box-shadow: 0 4px 10px #ccc;
}

.image-container[b-dgjiytbfcj] {
    width: 70px; 
    /*height: 70px;*/
    margin-right: 10px; /* Đặt chiều cao bạn muốn*/
}

    .image-container img[b-dgjiytbfcj] {
        object-fit: cover;
        width: 50%;
        height: inherit;
        border-radius: 50%;
    }

.dropdown-menu[b-dgjiytbfcj]{
    left: auto;
}
.menu[b-dgjiytbfcj]{
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.menu div:hover[b-dgjiytbfcj]{
    opacity: .7;
}
.nav-menu[b-dgjiytbfcj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: #fff;
}

.nav-item[b-dgjiytbfcj] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.nav-item:not(:first-child)[b-dgjiytbfcj] {
    border-left: 2px solid #fff; 
}

.nav-item i[b-dgjiytbfcj] {
    font-size: 20px;
    margin-right: 5px;
}

.nav-item span[b-dgjiytbfcj] {
    font-size: 13px;
}
.nav-item .logout[b-dgjiytbfcj]{
    margin-left: 8px;
}
.logout[b-dgjiytbfcj] {
    color: red;
    padding: 2px 4px; /* add padding by default */
}

    .logout:hover[b-dgjiytbfcj] {
        color: #fff;
        background-color: red;
        border-radius: 5px;
        padding: 2px 4px; /* keep the same padding on hover */
    }


.list-inf[b-dgjiytbfcj] {
    position: relative;
}
.list-student[b-dgjiytbfcj] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.list-inf:hover .list-student[b-dgjiytbfcj] {
    display: block;
}
