﻿/*you are here*/
.breadcrumbs .breadcrumb-item, .breadcrumbs .page-item {
    margin: -20px 4px -11px 8px !important;
}
/*scrollbar*/
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

::-webkit-scrollbar-track {
    background: #222d32 !important;
}

::-webkit-scrollbar-thumb {
    background: #a0f !important; /*edit*/
}

    ::-webkit-scrollbar-thumb:hover {
        background: #a0f !important; /*edit*/
    }

.navview .navview-menu li.active::before { /*edit*/
    background-color: #a0f !important;
}

body {
    height: 100vh;
}
/*navview*/
.bg-navview-left-bc {
    background-color: #a0f !important /*edit*/
}

.bg-navview-foot-bc {
    background-color: #4e0075 !important; /*edit*/
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 11px
}

.bg-navview-left-bc-hover:hover {
    background-color: #7700b3 !important /*edit*/
}

.bg-nmenutop-bc {
    background-color: #7700b3 !important; /*edit*/
    z-index: 5 !important;
}

.navview {
    height: 100%;
}

    .navview .navview-pane {
        background-color: #222D32;
        color: #b8c7ce;
        font-size: 14px;
    }

    .navview .navview-content {
        padding-top: 52px;
        background-color: #ffffff;
    }

    .navview .pull-button {
        height: 52px;
        width: 52px;
    }

    .navview .navview-menu {
        background-color: #222D32;
    }

        .navview .navview-menu li a:hover {
            color: #fff;
            background: #1e282c;
        }

        .navview .navview-menu li.active a {
            color: #fff;
            background: #1e282c;
        }

        .navview .navview-menu .dropdown-toggle::after {
            border-bottom-color: white !important;
        }

        .navview .navview-menu .item-header {
            color: #4b646f;
            background: #1a2226;
            font-size: 12px;
        }

    .navview .suggest-box .holder:hover {
        color: #fff;
        background: #1e282c;
    }

    .navview .suggest-box .data-box {
        display: flex;
        padding: 8px 8px 0;
    }

    .navview .suggest-box img.holder {
        width: 32px !important;
        height: auto !important;
    }

    .navview .navview-menu .navview-menu {
        background-color: #1a2226;
    }

.avatar-title {
    line-height: 1.2;
}

.navview .pull-button + .app-title,
.navview.compacted .pull-button + .app-title {
    display: none;
}

.navview.expand .pull-button + .app-title,
.navview-pane.open .pull-button + .app-title {
    display: flex;
}

@media screen and (min-width: 1200px) {
    .navview .pull-button + .app-title {
        display: flex;
    }
}

.navview-pane .avatar,
.app-bar .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.navview-pane ::-webkit-scrollbar-track {
    background-color: #4b646f !important;
}





/*BEGIN TABLE FIX*/
/*BEGIN TABLE FIX*/
.bcorn-fix-title-table-container {
    max-height: 600px;
    overflow-x: auto;
}

.bcorn-fix-title-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .bcorn-fix-title-table th,
    .bcorn-fix-title-table td {
        border: 1px solid #ddd;
        padding: 5px 8px;
    }

    .bcorn-fix-title-table th { /*cố định tiêu đề ngang*/
        position: sticky;
        top: -1px;
        z-index: 1 !important;
        font-weight: 600;
        background-color: #3c005b;
        color: white !important;
    }

        /*cố định cột đầu tiên k có dấu phẩy ở cuối bcorn-fix-title-table td:nth-child(3)*/
        .bcorn-fix-title-table th:nth-child(1),
        .bcorn-fix-title-table td:nth-child(1) {
            position: sticky;
            left: 0;
            z-index: 2 !important;
            background-color: #3c005b;
            color: white;
        }

    .bcorn-fix-title-table tbody {
        overflow: auto;
        height: auto; /* Điều chỉnh chiều cao của tbody theo nhu cầu của bạn */
    }

        /* Phân biệt màu cho các dòng */
        .bcorn-fix-title-table tbody tr:nth-child(odd) { /*dòng lẻ*/
            background-color: #ffffff;
        }

        .bcorn-fix-title-table tbody tr:nth-child(even) { /*dòng chẵn*/
            background-color: #f9f9f9;
        }

        /* Hiệu ứng khi rê chuột vào dòng */
        .bcorn-fix-title-table tbody tr:hover {
            background-color: #e8f8fd; /* Thay đổi màu nền khi rê chuột vào dòng */
        }

/* Hiệu ứng khi rê chuột vào ô (cell) */
/*.bcorn-fix-title-table tbody td:hover {
            background-color: #cff4ff;*/ /* Thay đổi màu nền khi rê chuột vào ô (cell) */
/*}*/
/*END TABLE FIX*/
