﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}
 h6 {
     font-size: 1.1rem;
 }

.w-full {
    width: 100%;
}

.w-40 {
    min-width: 40px !important;
}

.w-50 {
    min-width: 50px !important;
}

.w-60 {
    min-width: 60px !important;
}

.w-70 {
    min-width: 70px !important;
}

.w-80 {
    min-width: 80px !important;
}

.w-90 {
    min-width: 90px !important;
}

.w-100 {
    min-width: 100px !important;
}

.w-110 {
    min-width: 110px !important;
}

.w-120 {
    min-width: 120px !important;
}

.w-130 {
    min-width: 130px !important;
}

.w-135 {
    min-width: 135px !important;
}

.w-140 {
    min-width: 140px !important;
}

.w-145 {
    min-width: 145px !important;
}

.w-150 {
    min-width: 150px !important;
}

.w-160 {
    min-width: 160px !important;
}

.w-165 {
    min-width: 165px !important;
}

.w-170 {
    min-width: 170px !important;
}

.w-180 {
    min-width: 180px !important;
}

.w-190 {
    min-width: 190px !important;
}

.w-185 {
    min-width: 185px !important;
}

.w-200 {
    min-width: 200px !important;
}

.w-215 {
    min-width: 215px !important;
}

.w-220 {
    min-width: 220px !important;
}

.w-230 {
    min-width: 230px !important;
}

.w-300 {
    min-width: 300px !important;
}

.w-380 {
    min-width: 380px !important;
}

a, .btn-link {
    color: #0366d6;
}

    a:hover {
        text-decoration: none !important;
        color: #fe9365;
    }

.table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .table td, .table th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.highlight label, .highlight {
    color: #ff6363;
    font-weight: bold;
}

    .highlight .k-input {
        border-color: #ff6363;
    }

#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;
    }

.invisible {
    display: none !important;
}

.flex-right {
    margin-left: auto;
    margin-right: 0;
}

.blazored-toast-container {
    z-index: 99999 !important;
}

.card-header {
    font-size: 1.2em;
    background: white;
}

.card-body {
    overflow: auto;
    padding: .9rem;
    overflow-x: hidden;
}

.card {
    border-radius: 5px;
}

.card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.card-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.card-body::-webkit-scrollbar-thumb {
    background-color: #696f83;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    display: flex;
    flex-direction: row;
    margin-top: 49px;
    position: relative;
}

    .main > div {
        padding-left: 0em !important;
        padding-right: 0rem !important;
    }

.right-content {
    flex: 1;
}

.page-content {
    flex: 1;
    padding: 15px;
    margin-top: 40px;
    height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
}

.no-header table thead {
    display: none;
}

/* account locked */
.account-locked.text-center {
    max-width: 800px;
    margin: 0 auto;
    min-height: 500px;
    color: white;
    background-image: linear-gradient(#003366, #bfdffe);
    box-shadow: -1px 10px 20px 3px #6b6b6b;
}
/* end account locked */

/*#region menu top & menu left*/

.topbar {
    display: flex;
    flex-direction: row;
    color: #d2e8e3;
    background: #003366;
    position: fixed;
    top: 0;
    height: 49px;
    width: 100%;
    z-index: 999;
    align-items: center;
}

    .topbar a, .topbar .k-menu-link-text {
        color: white !important;
    }

        .topbar a svg, .topbar span.oi {
            color: #dbdbdb;
            width: 25px;
            height: 25px;
            font-size: 20px;
        }

    .topbar .toggle-menu {
        padding: 0.6em;
        border-radius: unset;
        display: none;
        box-shadow: none;
    }

    .topbar .toggle-menu-second {
        display: flex;
    }

    .topbar .toggle-menu:hover,
    .topbar .toggle-menu:focus,
    .topbar .toggle-menu:active {
        color: #dbdbdb;
        background: #ffffff1c;
    }

.topbar-menu {
    flex: 1;
}

    .topbar-menu > div {
        height: 100%;
    }

    .topbar-menu .nav {
        display: flex !important;
    }

        .topbar-menu .nav .dx-nav-menu-bar > a > svg {
            width: 25px !important;
            height: 25px !important;
        }

.topbar .logo {
    width: 250px;
    justify-content: center;
    padding: 0;
}

.sidebar .k-menu-link:hover, .topbar .k-menu-link:hover,
.k-menu-link:hover .menu-item a, .dropdown-item:hover,
.dropdown-toggle:hover {
    background: #1661ab;
}

.k-menu-link:hover .menu-item.menu-item-actions {
    background: white;
}

.sidebar > * {
    min-width: 230px;
}

.sidebar a {
    color: white !important;
}

.search-menu-dropdown input {
    padding-right: 7px !important;
    height: auto !important;
}

.search-menu-dropdown .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-content .search-menu-dropdown {
    width: 500px;
    position: fixed !important;
    right: 15px;
    margin-top: 7px;
    display: flex;
    z-index: 11;
}

    .right-content .search-menu-dropdown input:focus,
    .right-content .search-menu-dropdown input:active {
        outline: none !important;
        box-shadow: unset !important;
    }

.sidebar .search-menu-dropdown input {
    background-color: #495c7c;
    color: white;
    border-color: #3c4b64;
}

.sidebar .search-menu-dropdown .input-group-append .input-group-text {
    background-color: #495c7c !important;
    color: white !important;
    border-color: #3c4b64 !important;
}

.sidebar .search-menu-dropdown input:focus,
.sidebar .search-menu-dropdown input:active {
    outline: none !important;
    box-shadow: unset !important;
}

.sidebar .search-menu-dropdown input::placeholder {
    color: #b5b5b5;
}

.sidebar .search-menu-dropdown div {
    background-color: #3c4b64 !important;
    font-size: 1em !important;
}

.sidebar .search-menu-dropdown table td,
.sidebar .search-menu-dropdown table th {
    color: white;
    background-color: #495c7c;
    border-color: #3c4b64;
}

.sidebar {
    width: 0;
    height: calc(100vh - 47px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #003366 !important;
    color: #e7e7e7;
    z-index: 10;
    position: initial;
}

    .sidebar ~ div {
        -webkit-transition: padding 0.1s linear;
        -moz-transition: padding 0.1s linear;
        -o-transition: padding 0.1s linear;
        transition: padding 0.1s linear;
    }

    .sidebar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sidebar::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background-color: #696f83;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
    }

    .sidebar .nav-module {
        border-bottom: 1px solid #8a8a8b;
        height: 40px;
        position: fixed;
        z-index: 999;
        background: #003366;
        width: 0;
        overflow: hidden;
    }

        .sidebar .nav-module .dx-menu-item-text {
            padding-top: 1px;
        }

        .sidebar .nav-module ul {
            display: block !important;
        }

        .sidebar .nav-module a {
            color: inherit;
        }

            .sidebar .nav-module a > span {
                margin-right: .75rem;
            }

    .sidebar .k-treeview-toggle {
        order: 2;
        margin-left: 0;
        justify-content: center;
    }

        .sidebar .k-treeview-toggle .k-icon {
            width: 30px;
        }

    .sidebar .k-treeview-leaf {
        order: 1;
    }

    .sidebar .k-treeview-lines > .k-treeview-item {
        padding: 0 5px 0 0;
    }

    .sidebar ul.k-treeview-group ul.k-treeview-group {
        background-color: #2b4f85;
    }

    .sidebar ul li.nav-item:not(.dx-menu-item) a {
        flex-direction: row-reverse;
        padding: .4em !important;
    }

    .sidebar ul.nav ul.nav {
        margin: 0.2em 0 0.2em 1em !important;
    }

    .sidebar ul li a > span {
        margin: 0 !important;
    }

.post-content p {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.post-header {
    display: flex;
    justify-content: space-between;
}

    .post-header .post-title {
        width: calc(100% - 80px);
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
    }

    .post-header time {
        color: gray;
        font-size: 0.8rem;
    }

.k-menu-popup ul li:hover *,
.k-menu-popup ul li:active * {
    background-color: #1661ab !important;
    color: white;
}

.k-menu-popup a {
    color: black;
}

.sidebar .k-treeview-leaf:hover {
    background-color: #1661ab !important;
    color: white;
}

.sidebar .k-treeview {
    color: white;
}

.k-menu-link {
    gap: 0;
    padding: 0;
}

.k-menu-group .k-menu-link {
    /*padding: 0 !important;*/
}

.k-menu-popup {
    border: 1px solid #ebebeb;
}

.k-menu-group .k-separator {
    margin: 0 !important;
    border: none;
    padding: 0;
}

.k-menu:not(.k-context-menu) > .k-item.k-focus, .k-menu:not(.k-context-menu) > .k-item:focus {
    box-shadow: none;
}

.dropdown-menu, .dropdown-toggle {
    background: #123262;
    border: none;
}

    .dropdown-toggle.bell-notification:after {
        display: none !important;
    }

.menu-item {
    width: 100%;
}
.k-menu-link:has(>.menu-item) {
    background: #123262;
    padding: 6px 12px !important;
}
.menu-item > * {
    /*padding: 6px 12px;*/
    width: 100%;
    color: white !important;
    display: block;
}

    .menu-item + * a {
        padding-right: 6px;
    }

    .menu-item.menu-item-actions {
        background: white;
        color: black;
    }

@media (max-width: 640.98px) {
    .main {
        flex-direction: column;
    }

    .sidebar {
        position: absolute;
        height: 100vh;
        z-index: 9990;
    }

        .sidebar.open, .sidebar.open .nav-module {
            width: 80vw;
        }
}

@media (min-width: 641px) {
    .sidebar.open ~ .right-content {
        padding-left: 250px;
    }

    .sidebar.open, .sidebar.open .nav-module {
        min-width: 250px;
        top: 47px;
    }

    .right-content {
        width: calc(100% - 250px);
    }
}

@media (max-width: 600px) {
    .topbar .logo {
        flex: 1;
    }

    .topbar-menu {
        flex: unset;
    }

        .topbar-menu .dropdown-menu {
            width: 80vw !important;
            left: -68.6vw !important;
        }

    .topbar .toggle-menu {
        display: flex;
    }

    .topbar .toggle-menu-second {
        display: none;
    }

    .sidebar > * {
        width: 80vw !important;
    }
}
/*#endregion top & sidebar*/

.input-style {
    border-color: #bee0ec;
}

/*#region dxgrid*/
.dxbs-gridview > .card > .card-header {
    background: white !important;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dxbs-grid-cols-togglebtn {
    width: 25px !important;
    min-width: 25px !important;
}

.dxbs-gridview .dxbs-fixed > thead > tr > th {
    white-space: pre-wrap;
}

.dxbs-gridview-row-details {
    padding: 0 !important;
    border: none !important;
}
/*#endregion dxgrid*/

/*#region tabs*/
.k-tabstrip-items-wrapper {
    border-color: rgb(68 107 182);
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active,
    .k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item:active {
        border: none;
        box-shadow: none;
        background: #446bb6;
        color: white;
    }

    .k-tabstrip-items-wrapper .k-item {
        border: none;
        box-shadow: none;
        color: #446bb6;
        font-weight: bold;
    }

.k-tabstrip-content, .k-tabstrip > .k-content {
    border: none;
    padding: 0 !important;
    padding-top: 15px !important;
    overflow: visible !important;
    max-height: calc(100vh - 150px);
    margin-bottom: 600px;
}

.btn-group-save-top {
    position: absolute;
    top: -35px;
    right: 0px;
    z-index: 999999;
}

.btn-group-save-bottom {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999999;
}

    .btn-group-save-top .k-menu, .btn-group-save-bottom .k-menu {
        display: inline-block;
        border: 1px solid #ddd;
    }

        .btn-group-save-top .k-menu .k-menu-link, .btn-group-save-bottom .k-menu .k-menu-link {
            color: black;
            background: white;
        }


.k-tabstrip, .k-tabstrip-items-wrapper {
    z-index: 0 !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    margin-bottom: 0 !important;
}
/*#endregion tabs*/
/*#region modal*/
.modal {
    overflow: auto;
}

.modal-dialog {
    width: 600px;
    max-width: 95%;
}

.modal-header, .modal-footer {
    padding: .5rem 1rem;
}
/*#endregion modal*/

/*#region breadcrumbs*/
.breadcrumb-wrapper {
    position: fixed;
    width: 100%;
    background: gainsboro;
    z-index: 10;
    height: 40px;
    display: flex;
    align-items: center;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    flex: 1;
    align-items: center;
}

    .breadcrumb > *:last-child {
        font-size: 1.2rem;
        font-weight: bold;
        color: red;
    }

/*#endregion breadcrumbs*/

/*#region dashboard*/
.dashboard-box {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    border: none !important;
}

    .dashboard-box .oi {
        font-size: 24px;
    }

    .dashboard-box .dashboard-box-text {
        font-weight: bold;
    }

    .dashboard-box.yellow .dashboard-box-text {
        color: #fe9365;
    }

    .dashboard-box.yellow .dashboard-box-bg {
        background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
        background: linear-gradient(to right, #fe9365, #feb798);
    }

    .dashboard-box.blue .dashboard-box-text {
        color: #01a9ac;
    }

    .dashboard-box.blue .dashboard-box-bg {
        background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
        background: linear-gradient(to right, #01a9ac, #01dbdf);
    }

    .dashboard-box.pink .dashboard-box-text {
        color: #fe5d70;
    }

    .dashboard-box.pink .dashboard-box-bg {
        background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
        background: linear-gradient(to right, #fe5d70, #fe909d);
    }

    .dashboard-box.green .dashboard-box-text {
        color: #0ac282;
    }

    .dashboard-box.green .dashboard-box-bg {
        background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
        background: linear-gradient(to right, #0ac282, #0df3a3);
    }

.chart-wrapper {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.dx-chart-title {
    font-size: 1.2em;
    text-align: center;
    padding: .3em;
}
/*#endregion dashboard*/
/*#region bootstrap*/
.progress {
    background-color: #afafaf;
}
/*#endregion bootstrap*/

.post-meta {
    font-style: italic;
    color: dimgray;
    margin-bottom: 0.5em;
    display: block;
}

.wrapper-notifications {
    list-style: none;
    padding-left: 0;
}

    .wrapper-notifications li {
        padding: .3em .3em;
        display: flex; /*li cùng 1 line*/
        justify-content: space-between;
    }

        .wrapper-notifications li a {
            width: 90%;
            overflow: clip; /*item xuống dòng*/
        }
        .wrapper-notifications li .notify-time {
            width: 10%;
            color: dimgray;
            font-style: italic;
            white-space: nowrap;
        }

.wrapper-messages {
    list-style: none;
    padding: 0;
}


    .wrapper-messages li {
        display: flex;
        margin-bottom: .7em;
        width: 100%;
    }

    .wrapper-messages .mess-avatar {
        width: 50px;
        height: 50px;
        margin-right: .5em;
    }

        .wrapper-messages .mess-avatar img {
            width: 100%;
            height: 100%;
        }

    .wrapper-messages .mess-body {
        flex: 1;
    }

    .wrapper-messages .mess-name {
        margin-bottom: .3em;
        justify-content: space-between;
        display: flex;
    }

        .wrapper-messages .mess-name a {
            color: black;
            font-weight: bold;
        }

.ToolbarItemCss {
    background-color: transparent;
    border-color: mediumpurple;
}

@media (min-width: 600px) {
    .nav-link .dx-image.oi.oi-menu {
        display: none;
    }
}

.sidebar[b-crnigerrf1] {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); */
}
/*.k-menu-link .oi {
    color: #dbdbdb;
    width: 25px;
    height: 20px;
    font-size: 20px;
}*/

/*begin kendo*/
.sidebar .k-icon, .topbar .k-icon {
    color: white;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
    padding: 15px;
}

.k-filtercell-operator > *:not(.k-dropdownlist) {
    display: none;
}

.k-floating-label-container {
    padding-top: 2rem;
}

.k-icon-button.k-button-md > .k-button-icon {
    min-width: 1rem;
    min-height: 1rem;
}

.k-grid td, .k-grid th, .k-grid .k-command-cell, .k-grid .k-edit-cell, .k-grid .k-grid-edit-row td {
    padding: .2rem;
}

.k-menu-link img, .k-treeview-leaf .k-image {
    width: 16px;
}

.k-treeview-leaf a {
    color: white;
}

.k-treeview-md .k-treeview-leaf {
    padding: 3px 0;
    width: 100%;
}

    .k-treeview-md .k-treeview-leaf a {
        color: white;
        width: 100%;
        padding: 4px 8px;
    }

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 2px 7px;
}

.k-list-item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.k-grid-header thead > tr:first-child {
    background: #366cbc;
    color: white;
    font-weight:bold;
}

.k-filter-row > td, .k-filter-row > th {
    background: rgb(68 107 182 /80%);
}

.k-filter-row > td, .k-filter-row > th, .k-grid td, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, th.k-header {
    border-color: rgb(223 223 223 / 49%);
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: white;
}

.k-grid-header .k-grid-filter:hover, .k-grid-header .k-header-column-menu:hover, .k-grid-header .k-hierarchy-cell .k-icon:hover {
    background: inherit;
    color: #d4d4d4;
}

tr.k-filter-row th {
    padding: 0;
}

.k-filtercell-operator {
    display: none;
}

.k-filtercell .k-input, .k-filtercell .k-picker, .k-input-md .k-input-button {
    border-radius: unset;
    border: unset;
}

.k-filter-row {
    border: 1px solid #ddd;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td, .k-selected {
    background-color: rgb(244 255 0 / 72%) !important;
    color: black !important;
}

.k-grid-header .k-header {
    vertical-align: middle;
}

.k-column-title {
    white-space: initial;
}

.k-picker {
    background: transparent;
}

.k-disabled, .k-state-disabled, .k-widget[disabled] {
    background: #e9ecef;
    opacity: 1;
}

.k-link.btn:hover {
    color: white !important;
}

/*Đối với ListView*/
.k-table-md .k-table-td, .k-table-md .k-table-th {
    padding: 5px 5px !important;
    border: 1px solid #dddddd;
}

/*Đối với TreeList*/
.k-grid .k-table-td, .k-grid .k-table-th {
    padding: 5px 5px !important;
    border: 1px solid #dddddd;
}

.k-pager-md .k-pager-info, .k-pager-sm .k-pager-info, .k-pager-sm .k-pager-numbers, .k-pager-sm .k-pager-sizes {
    display: block;
}
/*end kendo*/
/*color code*/
.text-white {
    color: white;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.text-yellow {
    color: yellow;
}

.bg-red {
    background-color: red;
}

.bg-blue {
    background-color: blue;
}

.bg-yellow {
    background-color: yellow;
}

.bold {
    font-weight: bold;
}

/*end color code*/

/* timeline */
clr-icon {
    display: inline-block;
    margin: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    fill: currentColor;
}

    clr-icon .transparent-fill-stroke {
        stroke: currentColor;
    }

    clr-icon.is-green,
    clr-icon.is-success {
        fill: #2f8400;
    }

        clr-icon.is-green .transparent-fill-stroke,
        clr-icon.is-success .transparent-fill-stroke {
            stroke: #2f8400;
        }

    clr-icon .clr-i-badge,
    clr-icon.is-danger,
    clr-icon.is-error,
    clr-icon.is-red {
        fill: #e12200;
    }

        clr-icon.is-danger .transparent-fill-stroke,
        clr-icon.is-error .transparent-fill-stroke,
        clr-icon.is-red .transparent-fill-stroke {
            stroke: #e12200;
        }

    clr-icon.is-warning {
        fill: #fac400;
    }

        clr-icon.is-warning .transparent-fill-stroke {
            stroke: #fac400;
        }

    clr-icon.is-blue,
    clr-icon.is-info {
        fill: #0079b8;
    }

        clr-icon.is-blue .transparent-fill-stroke,
        clr-icon.is-info .transparent-fill-stroke {
            stroke: #0079b8;
        }

    clr-icon.is-inverse,
    clr-icon.is-white {
        fill: #fff;
    }

        clr-icon.is-inverse .transparent-fill-stroke,
        clr-icon.is-white .transparent-fill-stroke {
            stroke: #fff;
        }

    clr-icon.is-highlight {
        fill: #0079b8;
    }

        clr-icon.is-highlight .transparent-fill-stroke {
            stroke: #0079b8;
        }

    clr-icon[dir="up"] svg,
    clr-icon[shape$=" up"] svg {
        transform: rotate(0deg);
    }

    clr-icon[dir="down"] svg,
    clr-icon[shape$=" down"] svg {
        transform: rotate(180deg);
    }

    clr-icon[dir="right"] svg,
    clr-icon[shape$=" right"] svg {
        transform: rotate(90deg);
    }

    clr-icon[dir="left"] svg,
    clr-icon[shape$=" left"] svg {
        transform: rotate(270deg);
    }

    clr-icon[flip="horizontal"] svg {
        transform: scale(-1) rotateX(180deg);
    }

    clr-icon[flip="vertical"] svg {
        transform: scale(-1) rotateY(180deg);
    }

    clr-icon .clr-i-badge .transparent-fill-stroke {
        stroke: #e12200;
    }

    clr-icon > * {
        height: 100%;
        width: 100%;
        display: block;
        pointer-events: none;
    }

    clr-icon > svg {
        transition: inherit;
    }

        clr-icon .clr-i-solid,
        clr-icon .clr-i-solid--alerted,
        clr-icon .clr-i-solid--badged,
        clr-icon > svg title {
            display: none;
        }

    clr-icon .clr-i-outline--alerted:not(.clr-i-outline),
    clr-icon .clr-i-outline--badged:not(.clr-i-outline),
    clr-icon.is-solid .has-solid .clr-i-solid--alerted:not(.clr-i-solid),
    clr-icon.is-solid .has-solid .clr-i-solid--badged:not(.clr-i-solid),
    clr-icon[class*="has-alert"]
    .can-alert
    .clr-i-outline:not(.clr-i-outline--alerted),
    clr-icon[class*="has-badge"]
    .can-badge
    .clr-i-outline:not(.clr-i-outline--badged) {
        display: none;
    }

    clr-icon.is-solid .has-solid .clr-i-solid,
    clr-icon.is-solid[class*="has-badge"] .can-badge.has-solid .clr-i-solid--badged,
    clr-icon[class*="has-alert"] .can-alert .clr-i-outline--alerted,
    clr-icon[class*="has-badge"] .can-badge .clr-i-outline--badged {
        display: block;
    }

    clr-icon.is-solid .has-solid .clr-i-outline,
    clr-icon.is-solid .has-solid .clr-i-outline--badged {
        display: none;
    }

    clr-icon.is-solid[class*="has-badge"] .can-badge.has-solid .clr-i-outline,
    clr-icon.is-solid[class*="has-badge"]
    .can-badge.has-solid
    .clr-i-outline--badged,
    clr-icon.is-solid[class*="has-badge"]
    .can-badge.has-solid
    .clr-i-solid:not(.clr-i-solid--badged) {
        display: none;
    }

    clr-icon.is-solid[class*="has-alert"]
    .can-alert.has-solid
    .clr-i-solid--alerted {
        display: block;
    }

    clr-icon.is-solid[class*="has-alert"] .can-alert.has-solid .clr-i-outline,
    clr-icon.is-solid[class*="has-alert"]
    .can-alert.has-solid
    .clr-i-outline--alerted,
    clr-icon.is-solid[class*="has-alert"]
    .can-alert.has-solid
    .clr-i-solid:not(.clr-i-solid--alerted) {
        display: none;
    }

    clr-icon.has-badge--success .clr-i-badge {
        fill: #2f8400;
    }

        clr-icon.has-badge--success .clr-i-badge .transparent-fill-stroke {
            stroke: #2f8400;
        }

    clr-icon.has-badge--error .clr-i-badge {
        fill: #e12200;
    }

        clr-icon.has-badge--error .clr-i-badge .transparent-fill-stroke {
            stroke: #e12200;
        }

    clr-icon.has-badge--info .clr-i-badge {
        fill: #0079b8;
    }

        clr-icon.has-badge--info .clr-i-badge .transparent-fill-stroke {
            stroke: #0079b8;
        }

    clr-icon.has-alert .clr-i-alert {
        fill: #fac400;
    }

        clr-icon.has-alert .clr-i-alert .transparent-fill-stroke {
            stroke: #fac400;
        }

    clr-icon .is-off-screen {
        position: fixed !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        left: 0 !important;
        top: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 0 -1px !important;
    }

.clr-timeline-wrapper {
    display: flex;
    font-size: 1rem;
    margin-bottom: 10px;
}

    .clr-timeline-wrapper > *:first-child {
        border: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .clr-timeline-wrapper > *:last-child {
        padding: 0 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 1px dashed #ddd;
    }

    .clr-timeline-wrapper .clr-content {
        font-size: 1em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .clr-timeline-wrapper .clr-content-title {
        font-weight: bold;
        font-size: 1em;
    }

    .clr-timeline-wrapper .clr-content-box {
        line-height: 1.2;
        font-size: .9em;
        display: flex;
    }

    .clr-timeline-wrapper .clr-content-box-item {
        margin-right: 15px;
    }

        .clr-timeline-wrapper .clr-content-box-item small {
            display: block;
            color: dimgray;
        }

.clr-timeline {
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

.clr-timeline-step {
    display: flex;
    position: relative;
}

    .clr-timeline-step clr-icon {
        min-width: 2em;
        min-height: 2em;
        margin-left: 3em;
    }

        .clr-timeline-step clr-icon[shape="spinner"] {
            animation: spin 1s linear infinite;
        }

        .clr-timeline-step clr-icon[shape="circle"] {
            color: #737373;
        }

        .clr-timeline-step clr-icon[shape="dot-circle"] {
            color: #0079b8;
        }

        .clr-timeline-step clr-icon[shape="success-standard"] {
            color: #60b515;
        }

        .clr-timeline-step clr-icon[shape="error-standard"] {
            color: #c92100;
        }

.clr-timeline-step-header {
    font-size: .8em;
    color: #737373;
    line-height: 0.75em;
    height: 0.8em;
    width: 10em;
    text-align: center;
}

.clr-timeline-step-title {
    font-size: .9em;
    font-weight: 500;
    color: #565656;
    line-height: 0.75em;
    margin-bottom: 0.25em;
    width: 9em;
    text-align: center;
}

.clr-timeline-step-description {
    font-size: .8em;
    color: #565656;
    line-height: 0.66667em;
}

    .clr-timeline-step-description button {
        display: block;
        margin-top: 0.33333em;
    }

    .clr-timeline-step-description img {
        width: 100%;
        margin-top: 0.33333em;
    }

.clr-timeline.clr-timeline-horizontal .clr-timeline-step {
    flex-direction: column;
    width: 100%;
    min-width: 7.29167em;
    margin-left: 0.5em;
}

    .clr-timeline.clr-timeline-horizontal .clr-timeline-step:last-child {
        width: auto;
    }

    .clr-timeline.clr-timeline-horizontal
    .clr-timeline-step:not(:last-of-type)
    .clr-timeline-step-body::before {
        content: "";
        position: absolute;
        background: #9a9a9a;
        height: 0.08333em;
        width: calc(100% - 1.5em);
        left: 5em;
        top: 2em;
    }

.clr-timeline.clr-timeline-horizontal .clr-timeline-step-header {
    white-space: nowrap;
    margin-bottom: 0.33333em;
}

.clr-timeline.clr-timeline-horizontal .clr-timeline-step-body {
    display: flex;
    flex-direction: column;
}

.clr-timeline.clr-timeline-horizontal .clr-timeline-step-title {
    margin-top: 0.33333em;
}

.clr-timeline.clr-timeline-vertical {
    flex-direction: column;
    min-width: 13.33333em;
}

    .clr-timeline.clr-timeline-vertical .clr-timeline-step {
        flex-direction: row;
    }

        .clr-timeline.clr-timeline-vertical .clr-timeline-step:not(:last-of-type) {
            margin-bottom: 1.2em;
        }

            .clr-timeline.clr-timeline-vertical
            .clr-timeline-step:not(:last-of-type)
            .clr-timeline-step-body::before {
                content: "";
                position: absolute;
                background: #9a9a9a;
                width: 0.08333em;
                height: calc(100% + 2 * 0.08333em);
                transform: translate(-1.29167em, 1.16667em);
            }

    .clr-timeline.clr-timeline-vertical .clr-timeline-step-header {
        text-align: right;
        min-width: 2.5em;
        width: 2.5em;
        margin-right: 0.5em;
        margin-top: 0.25em;
    }

    .clr-timeline.clr-timeline-vertical .clr-timeline-step-body {
        display: flex;
        flex-direction: column;
        min-width: 7.33333em;
        margin-left: 0.5em;
        margin-top: 0.25em;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* end timeline */

/* notifications */
.bell-notification.ring .k-i-bell {
    animation: notification 1.8s infinite;
}

@keyframes notification {
    5% {
        transform: rotate(15deg);
    }

    10% {
        transform: rotate(-15deg);
    }

    15% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(0deg);
    }
}
/* end notifications */
.info {
    position: sticky;
    top: 0;
    z-index: 1;
}
.fix-voucherlist {
    overflow-x: hidden;
    overflow-y: auto; /* Cho phép nội dung cuộn khi vượt quá kích thước */
    max-height: calc(100vh - 60px); /* Điều chỉnh chiều cao tối đa của nội dung */
}
.fix-voucheredit {
    overflow-x: hidden;
    overflow-y: auto; /* Cho phép nội dung cuộn khi vượt quá kích thước */
    max-height: calc(100vh - 160px); /* Điều chỉnh chiều cao tối đa của nội dung */
}

.notification-group-left {
    flex: 0 0 auto; /* Cột bên trái không co dãn */
    text-align: left; /* Căn lề về bên trái */
}

.notification-group-right {
    flex: 1; /* Cột bên phải co dãn */
    text-align: center; /* Căn lề về giữa */
}
img.logoLogin {
    width: 50%; /* Đặt chiều rộng của logo theo % của cha */
    height: auto; /* Tự động tính toán chiều cao dựa trên chiều rộng */
}
.duyet-file-container {
    display: flex;
    align-items: flex-start;
}

.duyet-file-label {
    font-family: Arial;
    font-size: 16px;
    color: blue;
    font-weight: bold;
    margin-right: 10px;
    display: inline;
}

.duyet-file-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.duyet-file-item {
    margin-left: 0;
    padding-left: 15px; /* Indentation for list items */
    text-indent: -15px; /* Negative indent to bring the bullet in line */
}
