body {
    font-family: 'Roboto', sans-serif;
}


/* custom css select 2 */
/*.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1082
}*/

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
}

    .select2-container--default .select2-selection--single:hover {
        border-color: #6366F1;
    }

.select2-container .select2-selection--single {
    height: auto;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 5px 10px 5px 10px;
        color: #6c757d;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

.select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.select2-dropdown {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #ced4da;
    z-index: 1082
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9ecef;
    color: #495057;
}
/* end custom css select 2 */
.mb-1-5em {
    margin-bottom: 1.5em;
}

fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

legend {
    float: unset;
    width: unset;
    font-size: 21px
}

.form-control {
    padding: 5px 10px 5px 10px;
}

.btn {
    min-height: 30px;
    line-height: 1.15;
    padding: 0.25rem 0.45rem
}

.swal2-container {
    z-index: 1090 !important
}
/*table*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table th,
    .table td {
        padding: 4px 10px;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.dtfc-fixed-right {
    background-color: inherit;
}

.td-border-bottom-ddd {
    border-bottom: 1px solid #ddd !important
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 4px 18px;
}

/*disable-select*/
.disable-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.selected-cell {
    background-color: #6aaae7 !important;
    color: white !important;
}

.flex-button {
    display: flex;
    gap: 5px
}

.flex-button-start {
    justify-content: flex-start
}

.flex-button-center {
    justify-content: center
}

.flex-button-end {
    justify-content: flex-end
}
/*card*/
.card {
    margin-bottom: 0.75rem
}

.card-header {
    padding: 8px 10px
}

    .card-header > h4 {
        margin-bottom: 0
    }
/*end card*/

[data-layout=horizontal] .page-title-box {
    padding: 1rem 0;
}

[data-layout=horizontal] .container-fluid, [data-layout=horizontal] .layout-width {
    width: 100%;
    max-width: 100%
}

.jstree-anchor {
    white-space: normal;
    height: auto;
}

.jstree-default .jstree-anchor {
    height: auto;
}

.card-body {
    padding: 0.5rem 1rem;
}

.div-border {
    border: 1px solid #808080;
}

.col-auto {
    padding-right: 0px;
}

.select2-container .select2-selection--multiple {
    height: 64px;
    overflow: scroll;
    overflow-x: hidden;
}

.courier-font {
    font-family: courier;
}

.btn-hidden {
    /*display: none;*/
}

.form-control-color {
    width: 100%
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 3;
    color: #fff !important;
    background: #405189;
    border: 1px solid #405189;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #405189;
    background: #405189;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: .35rem;
    border-radius: .25rem;
    height: 30px;
    padding: 0.25em 0.75em;
}

.error-message {
    --vz-text-opacity: 1;
    color: rgba(var(--vz-danger-rgb),var(--vz-text-opacity)) !important
}

.circle-pill {
    height: 19px;
    padding: 3px 6px;
    border-radius: 25px !important;
    font-weight: bold;
    margin-left: 5px;
}

.btn-a {
    padding: 7px 0.45rem;
}

.fw-600 {
    font-weight: 600
}

.break-word {
    word-break: break-word
}

.text-decoration {
    text-decoration: underline
}

.navbar-menu .navbar-nav .nav-link svg.home {
    width: 25px;
    margin-right: 0px
}

.navbar-menu .navbar-nav .nav-link svg.home {
    width: 25px;
    margin-right: 0px
}

.navbar-menu .navbar-nav .nav-link {
    padding: 0.75rem 0.75rem !important
}

.navbar-menu .navbar-nav li.home {
    background-color: #f3f3f9
}

.navbar-menu .navbar-nav .nav-link.home {
    padding: 0.75rem 1.5rem !important
}

/*progress bar*/
.main-content .box .box-head {
    /* color: #007fdc; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: left;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    /* background: #fffae1; */
    /* border-radius: 3px; */
    border-bottom: 1px solid #ddd;
}

.main-content .box .box-head {
    /* color: #007fdc; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: left;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    /* background: #fffae1; */
    /* border-radius: 3px; */
    border-bottom: 1px solid #ddd;
}

.box .box-head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #c4060f;
    position: relative;
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid #e2e2e2; */
}

main-content .box .box-head {
    /* color: #007fdc; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: left;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    /* background: #fffae1; */
    /* border-radius: 3px; */
    border-bottom: 1px solid #ddd;
}

.main-content .box .box-head {
    /* color: #007fdc; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px 0px;
    text-align: left;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    /* background: #fffae1; */
    /* border-radius: 3px; */
    border-bottom: 1px solid #ddd;
}

.box.-steps .box-body {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-content .box .box-body {
    border-radius: 5px;
    /* padding: 15px; */
}

.main-content .box .box-body {
    border-radius: 5px;
    /* padding: 15px; */
}

.box.-steps .box-body .item {
    width: 20%;
    float: left;
    /*font-size: 12px;*/
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #299cdb;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

    .box.-steps .box-body .item .icon {
        width: 60px;
        height: 60px;
        padding: 13px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        z-index: 10;
        margin: 0px auto;
        margin-bottom: 10px;
        color: white;
        font-size: 25px;
    }

        .box.-steps .box-body .item .icon.icon-info {
            background: #299cdb;
            color: white
        }

        .box.-steps .box-body .item .icon.icon-primary {
            background: #405189;
            color: white
        }

        .box.-steps .box-body .item .icon.icon-light {
            background: #d9dee3;
            color: #299cdb;
        }

        .box.-steps .box-body .item .icon img {
            max-width: 100%;
        }

    .box.-steps .box-body .item .text {
        line-height: 18px;
        padding: 0 5px;
    }

    .box.-steps .box-body .item .number {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .box.-steps .box-body .item:not(:first-child):before {
        position: absolute;
        content: "";
        height: 3px;
        /*background: #299cdb;*/
        right: 50%;
        top: 30px;
        width: 100%;
    }

    .box.-steps .box-body .item.item-info:not(:first-child):before {
        background: #299cdb;
    }

    .box.-steps .box-body .item.item-primary:not(:first-child):before {
        background: #405189;
    }

    .box.-steps .box-body .item.item-light:not(:first-child):before {
        background: #d9dee3;
    }

    .box.-steps .box-body .item:not(:first-child) .icon:before {
        content: "\ea50";
        position: absolute;
        font-family: boxicons !important;
        top: 0px;
        bottom: 0px;
        left: -23px;
        margin: auto;
        font-size: 35px;
        height: 40px;
        line-height: 44px;
    }

    .box.-steps .box-body .item.item-info:not(:first-child) .icon:before {
        color: #299cdb
    }

    .box.-steps .box-body .item.item-primary:not(:first-child) .icon:before {
        color: #405189
    }

    .box.-steps .box-body .item.item-light:not(:first-child) .icon:before {
        color: #d9dee3
    }
/*end progress bar*/
.dynamic-pagination .swiper-pagination-bullet {
    background-color: #299cdb;
}
/*text-color*/
.text-primary {
    color: #405189
}

.text-info {
    color: #299cdb
}

.text-warning {
    color: #f7b84b
}

.text-secondary {
    color: #3577f1
}

.text-danger {
    color: #f06548
}

.text-success {
    color: #099885
}

.text-dark {
    color: #000
}

.text-dark {
    color: #fff
}
/*legend text-color*/
/*background-color*/
.bg-primary, .bg-secondary, .bg-info, .bg-danger {
    color: white !important;
}
/*end background-color*/
.vt-thang {
    display: inline-block;
    background-color: white;
    font-size: medium;
    font-weight: bold;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

.khoang-trang {
    display: inline-block;
    width: 25px;
}
.pt-thang {
    font-size: x-large;
    font-weight: bolder;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}