﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700); /*!
 * Tabler Icons 1.112.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */

:root {
    --tz-blue: #4489e4;
    --tz-indigo: #409A6B;
    --tz-purple: #716cb0;
    --tz-pink: #f24f7c;
    --tz-red: #d03f3f;
    --tz-orange: #fd7e14;
    --tz-yellow: #edc755;
    --tz-green: #47ad77;
    --tz-teal: #02a8b5;
    --tz-cyan: #3bc0c3;
    --tz-black: #000;
    --tz-white: #fff;
    --tz-gray: #6c757d;
    --tz-gray-dark: #36404c;
    --tz-gray-100: #f8f9fa;
    --tz-gray-200: #f2f2f7;
    --tz-gray-300: #dee2e6;
    --tz-gray-400: #ced4da;
    --tz-gray-500: #adb5bd;
    --tz-gray-600: #6c757d;
    --tz-gray-700: #495057;
    --tz-gray-800: #36404c;
    --tz-gray-900: #212529;
    --tz-primary: #409A6B;
    --tz-secondary: #6c757d;
    --tz-success: #4489e4;
    --tz-info: #33b0e0;
    --tz-warning: #edc755;
    --tz-danger: #d03f3f;
    --tz-purple: #716cb0;
    --tz-pink: #f24f7c;
    --tz-light: #f2f2f7;
    --tz-dark: #212529;
    --tz-primary-rgb: 59, 192, 195;
    --tz-secondary-rgb: 108, 117, 125;
    --tz-success-rgb: 68, 137, 228;
    --tz-info-rgb: 51, 176, 224;
    --tz-warning-rgb: 237, 199, 85;
    --tz-danger-rgb: 208, 63, 63;
    --tz-purple-rgb: 113, 108, 176;
    --tz-pink-rgb: 242, 79, 124;
    --tz-light-rgb: 242, 242, 247;
    --tz-dark-rgb: 33, 37, 41;
    --tz-primary-text-emphasis: #35adb0;
    --tz-secondary-text-emphasis: #616971;
    --tz-success-text-emphasis: #3d7bcd;
    --tz-info-text-emphasis: #2e9eca;
    --tz-warning-text-emphasis: #d5b34d;
    --tz-danger-text-emphasis: #bb3939;
    --tz-pink-text-emphasis: #da4770;
    --tz-purple-text-emphasis: #66619e;
    --tz-light-text-emphasis: #ced4da;
    --tz-dark-text-emphasis: #495057;
    --tz-primary-bg-subtle: #d8f2f3;
    --tz-secondary-bg-subtle: #f8f9fa;
    --tz-success-bg-subtle: #dae7fa;
    --tz-info-bg-subtle: #d6eff9;
    --tz-warning-bg-subtle: #fbf4dd;
    --tz-danger-bg-subtle: #f6d9d9;
    --tz-pink-bg-subtle: #fcdce5;
    --tz-purple-bg-subtle: #e3e2ef;
    --tz-light-bg-subtle: #fcfcfd;
    --tz-dark-bg-subtle: #ced4da;
    --tz-primary-border-subtle: #addff3;
    --tz-secondary-border-subtle: #f2f2f7;
    --tz-success-border-subtle: #b4d0f4;
    --tz-info-border-subtle: #b1e6e7;
    --tz-warning-border-subtle: #f8e9bb;
    --tz-danger-border-subtle: #ecb2b2;
    --tz-pink-border-subtle: #fab9cb;
    --tz-purple-border-subtle: #c6c4df;
    --tz-light-border-subtle: #f2f2f7;
    --tz-dark-border-subtle: #adb5bd;
    --tz-white-rgb: 255, 255, 255;
    --tz-black-rgb: 0, 0, 0;
    --tz-font-sans-serif: "Lato", sans-serif;
    --tz-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --tz-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --tz-body-font-family: var(--tz-font-sans-serif);
    --tz-body-font-size: 0.875rem;
    --tz-body-font-weight: 400;
    --tz-body-line-height: 1.5;
    --tz-body-color: #6c757d;
    --tz-body-color-rgb: 108, 117, 125;
    --tz-body-bg: #eaf1f3;
    --tz-body-bg-rgb: 234, 241, 243;
    --tz-emphasis-color: #000;
    --tz-emphasis-color-rgb: 0, 0, 0;
    --tz-secondary-color: rgba(108, 117, 125, 0.75);
    --tz-secondary-color-rgb: 108, 117, 125;
    --tz-secondary-bg: #fff;
    --tz-secondary-bg-rgb: 255, 255, 255;
    --tz-tertiary-color: #313539;
    --tz-tertiary-color-rgb: 49, 53, 57;
    --tz-tertiary-bg: #f8f9fa;
    --tz-tertiary-bg-rgb: 248, 249, 250;
    --tz-heading-color: inherit;
    --tz-link-color: #3bc0c3;
    --tz-link-color-rgb: 59, 192, 195;
    --tz-link-decoration: none;
    --tz-link-hover-color: #32a3a6;
    --tz-link-hover-color-rgb: 50, 163, 166;
    --tz-code-color: #3bc0c3;
    --tz-highlight-bg: #fbf4dd;
    --tz-border-width: 1px;
    --tz-border-style: solid;
    --tz-border-color: #dee2e6;
    --tz-border-color-translucent: rgba(0, 0, 0, 0.175);
    --tz-border-radius: 0.375rem;
    --tz-border-radius-sm: 0.25rem;
    --tz-border-radius-lg: 0.5rem;
    --tz-border-radius-xl: 1rem;
    --tz-border-radius-xxl: 2rem;
    --tz-border-radius-2xl: var(--tz-border-radius-xxl);
    --tz-border-radius-pill: 50rem;
    --tz-box-shadow: 0 1px 3px rgba(27, 23, 30, 0.1);
    --tz-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--tz-body-color-rgb), 0.15);
    --tz-box-shadow-lg: 0 0 45px 0 rgba(var(--tz-body-color-rgb), 0.2);
    --tz-box-shadow-inset: inset 0 1px 2px rgba(var(--tz-body-color-rgb), 0.075);
    --tz-focus-ring-width: 0.25rem;
    --tz-focus-ring-opacity: 0.25;
    --tz-focus-ring-color: rgba(59, 192, 195, 0.25);
    --tz-form-valid-color: #4489e4;
    --tz-form-valid-border-color: #4489e4;
    --tz-form-invalid-color: #d03f3f;
    --tz-form-invalid-border-color: #d03f3f;
    --b-sidebar-width: 280px !important;
    --b-scrollbar-thumb-background: #bfbfbf;
}


html, body {
    /*    font-family: 'Poppins', sans-serif;
*/ font-family: Roboto, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    scrollbar-color: var(--b-scrollbar-thumb-background) transparent;
    scrollbar-width: thin;
}
/*MENU*/
.main-sidebar .bb-sidebar2-top-row {
    height: 3.5rem;
    background-color: var(--tz-indigo) !important;
    border: none !important;
}

.main-sidebar.bb-sidebar2 nav .nav-item a.active {
    background-color: var(--tz-primary-bg-subtle) !important;
    color: var(--tz-gray-dark) !important;
    font-weight: 600;
}

.nav-item.show .nav-link {
    color: var(--tz-gray-dark) !important;
    border-color: $nav-tabs-link-active-border-color;
    font-size: 1rem !important;
}

.nav-item a:hover {
    background-color: var(--tz-primary-bg-subtle) !important;
    color: var(--tz-gray-dark) !important;
}

.main-sidebar.bb-sidebar2 nav .nav-item.nav-item-group.active {
    background-color: #ecf3f4 !important;
}

.main-sidebar .bb-sidebar2-content .nav-link a {
    text-transform: uppercase !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--tz-indigo) !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.page-item.active .page-link {
    /* background-color: var(--tz-indigo) !important;
    border-color: var(--tz-indigo) !important;
    color:#ffffff !important;*/
}

.text-success {
    color: var(--tz-indigo) !important;
}
a {
    color: var(--tz-indigo) !important;
    text-decoration:none !important;
}
    a:hover {
        color: var(--tz-red) !important;
    }
.navbar-brand-text {
    font-weight: 300 !important;
    font-size: 12px;
}
/*END MENU*/
h1:focus {
    outline: none;
}

button:focus {
    outline: none !important;
    box-shadow: none;
}

a, .btn-link {
    color: var(--tz-indigo);
}

.btn-primary {
    color: #fff;
    background-color: var(--tz-indigo) !important;
    border-color: rgba(2, 168, 181, 0.5) !important;
   
}
    .btn-primary:hover {
        background-color: var(--tz-red) !important;
        border-color: rgba(2, 168, 181, 0.5) !important;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.bg-success {
    background-color: var(--tz-primary) !important;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.p-tools
{
    margin-bottom:10px;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
/* Tổng quát */


.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 10px;
    color: #3A4752;
    flex-wrap: wrap;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03), 0 0 1px 0 rgba(0, 0, 0, .1);
}

.logo-menu {
    display: flex;
    align-items: center;
}

.logo {
    width: 250px;
    margin-right: 10px;
    margin-top: 10px;
}

.logo-login {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
      max-width: 60px;
    margin: 20px auto;
}


.bg-login-ln {
    display: flex; /* Đảm bảo dùng Flexbox */
    flex-direction: column; /* Hướng sắp xếp theo cột */
    justify-content: center; /* Căn giữa theo chiều dọc */
    align-items: center; /* Căn giữa theo chiều ngang */
    background-color: rgba(250, 250, 250); /* Màu nền */
    max-width: 450px; /* Chiều rộng tối đa */
    width: 100%; /* Chiều rộng đầy đủ trong container */
    max-height: 600px; /* Chiều cao tối đa */
    height: auto; /* Tự điều chỉnh chiều cao theo nội dung */
    padding: 30px; /* Khoảng cách bên trong */
    border-radius: 15px; /* Bo góc */
    text-align: left; /* Căn giữa văn bản */
    border: 1px solid gray; /* Viền */
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); /* Đổ bóng */
    margin: auto; /* Căn giữa theo cả hai chiều khi không có flexbox ở cha */
}



/* Optional: Add responsive adjustments */
@media (max-width: 768px) {
    .bg-login-ln {
        padding: 20px;
    }
}
/*.bg-login-ln {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/ /* Full viewport height */
    /*background-color: rgba(250,250,250,0.6);*/ /* Xám với độ mờ 20% */
    /*margin-top: 15vh;
    max-width: 450px;
    max-height: 6000px;
    border: 1px solid gray;
    border-radius: 15px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}*/
.bg-login {
    background-image: url("/img/bg-lamnghiep.png");
    background-size:cover;
   /* opacity: 0.4;*/
}

.menu-icon {
    font-size: 24px;
    background: none;
    border: none;
    color: #3A4752;
    margin-right: 10px;
    cursor: pointer;
}
.text-dashboard {
    max-width: 150px;
}
.navbar-brand-image img {
    width: 80px !important;
}

.navbar-brand-badge {
    color: #d03f3f !important;
}

.badge {
    font-size: .65em !important;
    font-weight: 600 !important;
}

.navbar {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03), 0 0 1px 0 rgba(0, 0, 0, .1);
}

.top-menu {
    display: flex;
    align-items: center;
    /*    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);*/
}

    .top-menu .fa-solid, .fas {
        margin-right: 0.5rem;
    }

    .top-menu .dropdown {
        position: relative;
        margin: 0 5px;
    }

    .top-menu a {
        color: #3A4752;
        text-decoration: none;
        padding: 10px;
        display: flex;
        align-items: center;
        font-size: 15px;
        white-space: nowrap;
        align-items: center;
        line-height: 25px;
        position: relative;
        padding: 12px 16px;
        text-decoration: none;
        font-weight: 400;
        color: var(--bs-heading-color) !important;
        border-radius: .65rem;
        gap: 12px;
    }

    .top-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .top-menu .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

    .top-menu .active {
        background-color: var(--tz-indigo);
        border-color: var(--tz-gray-100);
        color: var(--tz-white) !important;
    }

    .top-menu .dropdown-menu a {
        padding: 10px 15px;
        width: 100%;
        box-sizing: border-box;
        color: white;
    }

        .top-menu a:hover,
        .top-menu .dropdown-menu a:hover {
            /*            background-color: #e36828;  
*/ color: #43ced7;
            transition: color .2s ease;
            border-radius: .65rem;
        }

.function {
    width: 650px;
    padding: 1rem; /* Thêm khoảng cách padding */
}

.dropdown-item {
    padding: 10px;
}

    .dropdown-item .d-flex {
        align-items: center; /* Căn giữa icon và nội dung theo chiều dọc */
    }

    .dropdown-item i {
        font-size: 16px;
        display: inline-block;
        width: 40px;
        text-align: center;
    }

    .dropdown-item strong {
        font-size: 14px; /* Tùy chỉnh kích thước tiêu đề */
    }

    .dropdown-item p {
        font-size: 12px; /* Tùy chỉnh kích thước mô tả */
        color: #6c757d; /* Màu sắc mô tả */
        margin-bottom: 0; /* Xóa khoảng cách bên dưới */
    }

.dropdown-menu a:hover {
    color: var(--bs-primary) !important;
    transition: color .2s ease;
    border-radius: .65rem;
}



.right-section {
    display: flex;
    align-items: center;
}

.profile {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.profile-img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.fs-3 {
    font-size: .875rem !important;
}
/* Phần nội dung chính */
.body-content {
    padding: 20px;
    background-color: #f9f9f9;
    min-height: calc(100vh - 160px); /* Trừ đi chiều cao của header và footer */
}

/* Phần chân trang */
.footer {
    background-color: var(--tz-indigo);
    color: white;
    text-align: center;
    padding: 10px 0;
}

.footer-nav {
    margin: 10px 0;
}

    .footer-nav a {
        color: white;
        text-decoration: none;
        margin: 0 15px;
    }

        .footer-nav a:hover {
            color: #e36828; /* Màu hover của link trong footer */
        }




.bb-sidebar-content {
    width: 250px;
}
/* Responsive cho mobile */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-menu {
        flex-direction: column;
        width: 100%;
    }

        .top-menu .dropdown {
            width: 100%;
        }

    .right-section {
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-nav {
        flex-direction: column;
    }
}


.Breadcrumb-item + .Breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-Breadcrumb-item-padding-x);
    color: var(--bs-Breadcrumb-divider-color);
    content: var(--bs-Breadcrumb-divider, ">");
}

#main-wrapper {
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #eef5f9;
}


.scroll-sidebar {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.bg-secondary-subtle {
    background: var(--tz-white) !important;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--tz-gray-dark) !important;
    font-weight: 500;
}

.h4, h4 {
    font-size: 1.125rem;
}
/*Home CSS*/
:root {
    --tz-logo-lg-height: 18px;
    --tz-logo-sm-height: 22px;
    --tz-leftbar-width: 240px;
    --tz-leftbar-width-md: 160px;
    --tz-leftbar-width-sm: 70px;
    --tz-leftbar-condensed-height: 1500px;
    --tz-topbar-height: 70px;
    --tz-menu-item-icon-size: 1.1rem;
    --tz-menu-item-icon-width: 40px;
    --tz-menu-item-font-size: 0.925rem;
    --tz-menu-item-padding-x: 10px;
    --tz-menu-item-padding-y: 10px;
    --tz-footer-height: 60px;
    --tz-theme-card-border-width: 0px;
}

.widget-flat {
    position: relative;
    overflow: hidden;
}

.widget-icon {
    color: var(--tz-white);
    font-size: 36px;
    background-color: rgba(var(--tz-white-rgb), .25);
    text-align: center;
    border-radius: 0 3px 3px 0;
    position: absolute;
    min-width: 100px;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    line-height: 130px !important;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5em;
    color: var(--tz-white);
}

    .card-body .form-label {
        color: var(--tz-black) !important;
    }

.card {
    --tz-card-spacer-y: 1.5rem;
    --tz-card-spacer-x: 1.5rem;
    --tz-card-title-spacer-y: 0.75rem;
    --tz-card-border-width: var(--tz-theme-card-border-width);
    --tz-card-border-color: var(--tz-border-color);
    --tz-card-border-radius: var(--tz-border-radius-sm);
    --tz-card-box-shadow: var(--tz-box-shadow);
    --tz-card-inner-border-radius: calc(var(--tz-border-radius-sm) -(var(--tz-theme-card-border-width)));
    --tz-card-cap-padding-y: 1.125rem;
    --tz-card-cap-padding-x: 1.5rem;
    --tz-card-cap-bg: var(--tz-tertiary-bg);
    --tz-card-bg: var(--tz-secondary-bg);
    --tz-card-img-overlay-padding: 1.5rem;
    --tz-card-group-margin: 0.625rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--tz-card-height);
    color: var(--tz-body-color);
    word-wrap: break-word;
    background-color: var(--tz-card-bg);
    background-clip: border-box;
    border: var(--tz-card-border-width) solid var(--tz-card-border-color);
    border-radius: var(--tz-card-border-radius);
}

.float-end {
    float: right !important;
}

.my-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.text-bg-pink {
    color: #fff !important;
    background-color: RGBA(242, 79, 124, var(--tz-bg-opacity, 1)) !important;
}

.text-bg-purple {
    color: #fff !important;
    background-color: RGBA(113, 108, 176, var(--tz-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #fff !important;
    background-color: #3bc0c3 !important;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #409A6B !important;
}
.bg-chart {
    color: #fff !important;
    background-color: #e6f3ec !important;
}
.card {
    -webkit-box-shadow: var(--tz-box-shadow);
    box-shadow: var(--tz-box-shadow);
    margin-bottom: 1.25rem;
}
.sidebar, .sidebar-content {
    background-color: #62c390 !important;
}
.sidebar {
    min-width: 280px;
    --bsb-dark: none !important;
    --bsb-dark-dark: none !important;
}
.sidebar-item {
    background: #62c390 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
/*.sidebar-content ul > li:not(ul li) {
    text-transform: uppercase;
}*/
.sidebar-link, a.sidebar-link {
    color: #ffffff !important;
}
.top-menu .fa-solid, .top-menu .fas {
    margin-right: 0.5rem !important;
}
.sidebar-subitem .fas {
    font-size: 12px !important;
    font-weight: 200 !important;
    -webkit-font-smoothing: antialiased;
}
.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.profile-menu
{
    padding:5px !important;
}
.profile-menu i{
    width:20px !important;
}
.profile-menu {
    padding: 5px !important;
}
.profile-menu a:focus, a:active {
    background-color: transparent !important; /* Loại bỏ màu nền */
    outline: none; /* Loại bỏ viền */
}
.card .header-title {
    margin-bottom: .5rem;
    font-size: 1rem;
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.bb-grid-filter {
    display: none !important;
}


.main-sidebar.bb-sidebar2 nav .nav-item[b-3gpeuglz5y] a:hover {
    background-color: var(--bb-sidebar2-nav-item-background-hover-color);
    color: var(--bb-sidebar2-nav-item-text-hover-color);
}

.meet-document .nav-item-group.active, .meet-document .bb-sidebar2-top-row {
    background-color: unset !important;
}

.meet-document .bb-sidebar2-top-row {
    border: none !important;
}

.meet-document .navbar-brand > span {
    color: inherit !important;
    font-size: large !important;
}

.blazored-typeahead__results, .blazored-typeahead__input-mask {
    color: black;
}


.brief-document {
    font-style: normal;
    font-weight: 400;
    font-size: 0.7rem;
}

.brief-header-content {
    font-size: 0.5rem;
}

    .brief-header-content p {
        margin: 0 !important;
        padding: 0 !important;
    }

    .brief-header-content .header-title-1 {
        font-size: 0.8rem;
    }

    .brief-header-content .header-title-2 {
        font-size: 0.55rem;
    }

.brief-body-heading {
    font-size: 1.15rem;
}

.brief-body-subheading1 {
    font-size: 1.3rem;
}

.brief-body-subheading2 {
    font-size: 1.15rem;
}

.brief-body-subheading-line1 {
    width: 50%;
    height: 2px;
    background: #FFA0A0;
}

.brief-body-heading-line {
    width: 80%;
    height: 2px;
    background: #FFA0A0;
}

.brief-body-subheading-line {
    width: 30%;
    height: 2px;
    background: #FFA0A0;
}

.brief-body-footer {
    font-size: 0.7rem;
}

.font-bold {
    font-weight: bold;
}

.brief-table-fix-size-1 {
    width: 5%;
}

.brief-table-fix-size-2 {
    width: 10%;
}

.brief-table-fix-size-3 {
    width: 15%;

}

.brief-table-fix-size-4 {
    width: 20%;
}


.countdown-content {
    font-size: 2rem;
    border-radius: 1.5rem;
    background-color: white;
    box-shadow: -10px 10px red;
}

.countdown-timer {
    font-size: 4rem;
    color: red !important;
}

.text-yellow-gradiant {
    background: radial-gradient(#dcf17d 10%, #f9ff00 40%, #fe0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gray-gradiant {
    background: radial-gradient(#ffffff 10%, #d9d9cb 40%, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-vote {
    background: #FDF8E9;
}

.card-election {
    background: #DCFCC3;
}

.fs-10 {
    font-size: 2rem !important;
}

.remove-margin-padding {
    margin: 0 !important;
    padding: 0 !important;
}

.flatpickr-calendar.static {
}

.min-h-100 {
    min-height: 100% !important;
}

.document-sidebar, .document-sidebar .sidebar-content, .document-sidebar .sidebar-content a {
    background-color: azure !important;
    color: black !important;
}

.card-vote .active, .card-election .active {
    top: -0.5rem;
    right: -0.5rem;
}


.avartar-img {
    width: 5rem !important;
    height: 5rem !important;
}


.blazored-typeahead__input,
.blazored-typeahead__input-mask{
        padding: .35rem !important; 
}

.blazored-typeahead__input-icon,
.blazored-typeahead__clear{
    padding: .35rem !important; 
}

.sidebar-brand a{
    color: #f8f9fa !important;
}

/* 
.sidebar-brand a::before {
    content: '';
    display: inline-block;
    width: 32px; 
    height: 32px;
    background-image: url('/img/logo.png');
    background-size: contain; 
    background-repeat: no-repeat;
    margin-right: 8px; 
    vertical-align: middle; 
}  */
.b-tree-view {
    border: #409A6B 1px solid;
    padding: 20px;
    background: #d5f8f3;
}
@media (min-width: 1px) and (max-width: 767.98px) {
    .sidebar:not(.sidebar-collapsed) {
        margin-left: calc(var(--b-sidebar-width, 280px)* -1) !important;
    }
    .navbar-toggler-icon {
        right: 5px;
        position: absolute;
    }
    .b-loading-indicator-wrapper
    {
        padding:10px;
    }
}

@media (min-width: 1px) and (max-width: 767.98px) {
    .sidebar:not(.sidebar-collapsed).show {
        margin-left: 0 !important;
    }
}

.m-show {
    display:  none !important;
}
.m-hide {
    display:  block !important;
}
@media only screen and (max-width: 767px) {
    .m-show {
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .m-hide {
        display: none !important;
    }
}

.toast-container {
    top: 0 !important;
}

.table-fixed-columns .table {
    white-space: normal !important;
}

.table>:not(caption)>*>*
{
    border: 0.5px solid #dee2e6 !important;
}
td button i{
    margin-right: 0 !important;
}


.table-fixed-columns .table .table-header-cell-fixed-end,
.table-fixed-columns .table .table-row-header-fixed-end,
.table-fixed-columns .table .table-row-cell-fixed-end{
    z-index: 9 !important;
}
.sub-menu
{
  /*  background:#c6dbd0 !important;*/
    border-radius:5px !important;
    
}