body {
    background-color: #f8f8f8 !important;
}

.scale-90 {
    transform: scale(0.9);
}

:root {
    /* --toneDPM: #44a1a1; */
    --toneDPM: #274452;
    --toneButton: #067446;
    --toneUl: "#117C6F";
    --toneHover: #f16136;
    --childItem: #d1e5e5;
    /* --childItem: #d7ecec; */
    --childItem2: #d1e5e5;
    --infouUser: #f16237ed;
    --btn: #117C6F;
    /* --sidebar: #3d898d; */
    --sidebar: #15283c;

    --sidebar2: #d7ecec;
    --activeSidebarA: #0066cc;
    --activeSidebarA1: #44a1a1;
    --colorSidebarA: #2b323b;
    /* --colorSidebarA1: #57aab6; */
    /* --navbarItemActive: #f49e53; */
    --navbarItemActive: #569259;

    /* --navbarItemActive: #f2f4f7; */
    --sidebarColor: #2b323b;

}

/* #sidebar ul li a,
.footer-custom span {
    color: var(--sidebarColor) !important;
} */

/* Sign Up */
.login_form form .field label.label_field {
    margin: 0 30px 0 0;
    width: 135px;
    line-height: 45px;
    text-align: right;
    height: 45px;
    font-weight: 300;
    font-size: 15px;
}

.login_form form .field input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #ddd 2px;
    width: 375px;
    float: right;
    padding: 10px;
    line-height: normal;
    font-weight: 300;
    transition: ease all 0.5s;
}






/* Step */
.step-list {
    padding: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}


.step-list:before,
.step-list:after {
    content: "";
    display: table;
}

.step-list:after {
    clear: both;
}

.step-item {
    display: inline-block;
    width: 33.333333%;
    /* float: left; */
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: sans-serif;
}

.step-active {
    background: #1F8A70;
    color: #fff;
}

.step-active .step-link {
    font-size: 14px;
}

.step-link {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: block;

}

.step-arrow-right.step-active .step-link:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent transparent #1F8A70;
    right: -40px;

}



.step-arrow-both.step-active .step-link:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    border-color: #1F8A70#1F8A70 #1F8A70 transparent;
    /* Mũi tên dạng khuyết ở bên trái */
    left: -40px;
    /* border: 1px solid #5f3939; */
}

.step-arrow-both.step-active .step-link:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent transparent #1F8A70;
    right: -40px;
}

.step-arrow-left-flat-right.step-active .step-link:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    border-color: #1F8A70 #1F8A70 #1F8A70 transparent;
    /* Mũi tên dạng khuyết ở bên trái */
    left: -40px;
}

.step-arrow-left-flat-right.step-active .step-link:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent #1F8A70 transparent;
    /* Mũi tên dạng bằng ở bên phải */
    right: 0;
    /* chỉnh sửa vị trí */
    top: 0;
}

.th-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.icon-view {
    margin-left: auto;
}

.text-center {
    display: flex;
    justify-content: center;
}

.size-img-success {
    width: 180px;
}

.logo_section img {
    height: 42px;
    padding: 0;
    margin: 6px 2px 0;
}


.my-box {
    height: 420px;
    /* background-color: #d9dfe4; */
    /* color: #fff; */
    /* border: 1px solid #dee2e6; */
    border-radius: 5px;
    padding: 20px;
    display: flex;
    /* Sử dụng Flexbox */
    justify-content: center;
    /* Căn giữa chữ theo chiều ngang */
    align-items: center;
    /* Căn giữa chữ theo chiều dọc */

    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease-in-out;
}

.my-box:hover {
    /* background-color: #f3f7fa; */
}

.my-box span {
    font-size: 48px;
    color: #445069;
    font-weight: bold;
}

.f-24 {
    font-size: 48px !important;
}

.sticky-header th {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f0eaea;
}






.total-box {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    font-size: 24px !important;
}

.social_icon {
    width: 100%;
    text-align: center;
    font-size: 14px;
    background: black;
    padding: 10px 0 10px;
    color: #fcf7f7 !important;
    background: #222;
    /* padding-bottom: 15px;
    height: 55px;
    padding-top: 15px */

}

.my-box-half {
    height: 150px;
    /* background-color: #d9dfe4; */
    /* color: #fff; */
    /* border: 1px solid #dee2e6; */
    border-radius: 5px;
    padding: 20px;
    display: flex;
    /* Sử dụng Flexbox */
    justify-content: center;
    /* Căn giữa chữ theo chiều ngang */
    align-items: center;
    /* Căn giữa chữ theo chiều dọc */

    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease-in-out;
}

.login_section {
    max-width: 640px;
    background: #fff;
    min-height: 540px;
    width: 100%;
    box-shadow: 0px 0 15px -6px #000;
    margin: 0px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.my-box-half:hover {
    /* background-color: #f3f7fa; */
}

.size-img-success {
    pointer-events: none;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: ease all 0.3s;
    position: relative;
    padding: 60px 25px 0px 305px;
    background: #f8f8f8;
}

.controller .social_icon {

    background: #4988ef;
    padding-bottom: 15px;
    height: 55px;
    padding-top: 14px
}

.printhead .social_icon {
    background: #72c05d;
    padding-bottom: 15px;
    height: 55px;
    padding-top: 14px
}

.printer .social_icon {
    background: #ff7170;
    padding-bottom: 15px;
    height: 55px;
    padding-top: 14px
}

.height-82 {
    min-height: 82vh;
}

.color_month {
    color: '#333';
    font-weight: bold
}

.info_people {
    padding: 15px !important;
    display: flex;
}

.my-box-half span {
    font-size: 48px;
    color: #445069;
    font-weight: bold;
}

.white_shd_cus {
    border: 1px solid #dee2e6;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-top: 0;
}

.socile_icons .social_cont {
    float: left;
    text-align: center;
    width: 100%;
    padding: 8px 10px 8px;
}

.color-whiteh5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    /* color: #4dd591; */
    color: #434360;
}

.navbar-close {

    display: flex;

    margin-right: 10px;
    flex-direction: column;

}

/* CSS cho nút tải lên tùy chỉnh */
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #1a73e8;
    color: white;
    border-radius: 4px;
    /* Độ cong của các góc, tùy chỉnh theo ý thích */
    font-family: sans-serif;
    font-size: 14px;
    /* Kích thước phông chữ */
    text-align: center;
    /* Căn chỉnh chữ nằm giữa */
}

.custom-file-upload:hover {
    background-color: #0053bf;
    /* Màu nền khi di chuột qua */
}

.icon_info ul.user_profile_dd>li {
    max-width: 350px;
    min-width: 155px;
    border-radius: 0;
    background: #0066cc;
    margin: 0;
    padding: 12px 0 12px 20px;
    height: auto;
}



.upload-container {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ddd;
    border-radius: 10px;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
}

.upload-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 20px;
}

.upload-button:hover {
    background-color: #0056b3;
}

.icon-list {
    color: #384041;
}


b,
strong {
    font-weight: bold;
}

/* @font-face {
    font-family: 'UTM Avo';
    src: url(./fonts/UTMavo/UTMAvo.ttf) format('truetype');
  } */


/* .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="utm-avo"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="utm-avo"]::before {
  content: 'UTM Avo';
  font-family: 'UTM Avo', sans-serif;
}

.ql-editor {
  font-family: 'UTM Avo', sans-serif;
} */

.cell-log {
    max-width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell-ver {
    /* max-width: 380px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon {
    font-size: 50px;
    margin-right: 20px;
    color: #ccc;
    margin-bottom: 10px;
    align-self: center;
}

.instructions {
    color: #888;
    margin-top: 10px;
    text-align: center;
    align-self: center;
}

.input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

ol li a {
    color: #2970f5 !important;
}

.ql-container {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    background: #fefcfc;
}

.ql-snow.ql-toolbar {
    display: block;
    background: #eaecec;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}


.statistic-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    width: 100%;
}

.statistic-container .statistic-title {
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}


.statistic-container .statistic-value {
    font-weight: 700;
    font-size: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.statistic-container .faIcon {
    margin-right: 5px;
}

.statistic-container span {
    margin-left: 4px;
}



@media (max-width: 768px) {
    .statistic-container {
        justify-content: flex-start;
    }

    .statistic-container div {
        flex-direction: column;
        align-items: flex-start;
    }
}






/* p img {
    width: 100px !important;
 } */

/* end step */
.fixed-height {
    height: 15px;
    display: block;
}

.user_profile_dd .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    /* padding: 10px 0px; */
    margin: 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    width: 100%;
    box-shadow: -1px 1px 4px -2px rgba(0, 0, 0, 0.2);
    border: none;
}







.full_profile {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


.user-card {
    background-color: #f9f9f9;
    /* Light gray background */
    transition: all 0.3s ease;
}

.user-card:hover {
    transform: scale(1.03);
    /* Slight zoom in effect on hover */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.info_people {
    display: flex;
    align-items: center;
}

.user_info_cont h5 {
    margin-bottom: 10px;
    font-weight: bold;
}

.user_info_cont p {
    margin-bottom: 5px;
    font-size: 14px;
}

.user_info_cont a {
    color: #007BFF;
    /* Blue color for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.user_info_cont a:hover {
    color: #0056b3;
    /* Darker blue color on hover */
}



.italic {
    font-style: italic;
}

.italic-non {
    font-style: normal;
}


.size-32 {
    font-size: 32px;
}

.size-16 {
    font-size: 16px;
}


.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}


.color-black {
    color: #000;
}

.pl-10 {
    padding-left: 10px !important;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.p-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.error-group {
    margin-top: 10px;
}

.title-error {
    color: #fe402b;
    font-size: 14px;
}

.list-error {
    color: #fe402b;
    font-size: 14px;
}

.list-error::before {
    content: "•";
    font-size: 18px;
}



/* th.header-cell, */
td {
    padding: 8px 10px;
    /* Giảm padding để tạo thêm không gian */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.cell {
    /* min-width: 250px;  */
    max-width: 380px;
    /* width: 380px;  */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-cell {
    /* min-width: 250px;  */
    /* max-width: 380px; */
    /* width: auto;  */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}


.cell-key {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    user-select: none;
    pointer-events: none;
}

.error-text {
    color: red;

}


.graph_head {
    padding: 10px 25px 10px;
    float: left;
    width: 100%;
    /* border-bottom: 1px solid #dee2e6; */

}

.graph_head_cus {
    padding: 10px 25px 10px;
    float: left;
    width: 100%;
    /* border-bottom: 1px solid #dee2e6; */
}

.circle-image_list_user {
    border-radius: 100%;
    width: 32px;
}

.profile_contacts_list_user {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3px;
    padding-bottom: 1px;
    /* min-height: 50px; */
    display: inline-block;
    vertical-align: middle;

}

.copy-alert {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.copy-alert i {
    color: #4CAF50;
    margin-right: 5px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.scrollable {
    max-height: 415px;
    overflow-y: auto;
}

.scrollable_user {
    max-height: 600px;
    overflow-y: auto;
    box-shadow: 0 -5px 20px rgba(250, 247, 247, 0.09), 0 5px 20px rgba(250, 247, 247, 0.09);
}

.scrollable_user.no_shadow {
    box-shadow: none;
}

#sidebar ul.components ul {
    /* background: #214162; */
    background-color: #274452;
    /* padding: 10px 0; */
}




#sidebar ul.components ul li a {
    /* font-size: 13px; */
    /* color: rgba(255, 255, 255, .7); */
    /* padding: 7px 35px; */
    /* padding: 15px 25px;
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300; */
}





.pie-container {
    display: flex;
    height: 350px;
    width: 100%;
}

.pie-chart-container {
    width: 60%;
}

.pie-legend-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.color-box {
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .pie-container {
        flex-direction: column;
    }

    .pie-chart-container,
    .pie-legend-container {
        width: 100%;
    }
}



.bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-chart-container {
    flex: 1;
}

.bar-legend-container {
    margin-left: 15px;
    margin-right: 2px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.color-box {
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-right: 10px;
}








.tab-content {
    padding: 5px 0;
}

.color-tr {
    background-color: #f0eaea;
}

.custom-container {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 3px;
    margin: 5px 0px;
}



.table-outer {
    position: relative;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
}

.table-head {
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    background-color: #f0eaea;

}

.table-body {
    min-height: 292px;
    height: 292px;
    overflow-y: auto;

}

.p-l-5 {
    padding-left: 5px;
}

.table-head,
.table-body table {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 5px 0 -5px 0px;
}

.scrollbar-measure {
    width: 20px;
    height: 30px;
}



.my-confirm-button-class {
    background-color: rgb(209, 72, 81);
}

.swal2-styled.swal2-confirm {
    border: 0 !important;
    border-radius: .25em !important;
    background: initial !important;
    background-color: rgb(209, 72, 81) !important;
    color: #fff !important;
    font-size: 1em !important;
}

.swal2-styled.swal2-confirm.my-confirm-button-class {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: rgb(209, 72, 81);
    color: #fff;
    font-size: 1em;
}

.sidebar_user_info_custom {
    padding: 0px 15px;
    padding-top: 6px;
    background: #15283c;
    padding-bottom: 6px;
}

.name_user {
    display: block;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.topbar .navbar {
    /* background-image: url(images/layout_img/header-green-dots.png); */
    padding: 0;
    background: #274452;
    border: none;
    border-radius: 0;
}

.topbar.public {
    padding-left: 0 !important;
    display: flex;
    justify-content: center;
}

.topbar.public nav {
    width: 70%;
}

.topbar.public.error {
    display: none;
}

.topbar.public,
.topbar.public .navbar {
    background: white !important;
}

.select-container {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 1;
}

.table-hover-custom tbody tr:hover,
.table-hover-custom tbody tr:focus {
    background-color: #ddd !important;
    color: #fff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-custom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-custom p {
    color: white;
    font-size: 14px;
}

.circle-image {
    border-radius: 100%;
    width: 48px;
}

.description-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}



/* CSS */

.container-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

.table-wrapper {
    border: 1px solid #ced4da;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: calc(50% - 10px);
    max-height: 120px;
    overflow-y: auto;
}

.table-label {
    display: block;
    border-bottom: 1px solid #ced4da;
    font-weight: 600;
    margin-bottom: 10px;
}

.table-rounded {
    border-radius: 3px;
    /* Adjust as needed */
    overflow: hidden;
}

.table-scrollable tbody {
    display: block;
    height: 250px;
    /* Adjust as necessary for 5 lines to display */
    overflow-y: auto;
}

.table-scrollable thead,
.table-scrollable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}



.view-more-link a {
    color: blue;
}

.description-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-more-link {
    min-width: 85px;
    padding-top: -15px;

}

.align-center {
    text-align: center;
}

.btn-header {
    padding: 3px 3px 1px 4px;
}

.circle-image-project {
    border-radius: 100%;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    position: relative;
    padding: 0px 2px;
    color: #000;
    font-weight: 600;
}


.circle-image-project::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}

.extra-images-cus-p {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-weight: bold;
}

.extra-images {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    background-color: #8884d8;
    color: white;
    font-weight: bold;
    margin-left: 1px;
}

.extra-images-cus {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    color: white;
    font-weight: bold;
    margin-left: 2px;
    padding: 0px 2px;
}

.extra-images-cus-p {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-weight: bold;
    margin-left: 2px;
    padding: 0px 2px;
}

.ellipsis {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom_list {
    float: left;
    width: 100%;
    border-top: solid #ddd 1px;
    margin-top: 3px;
    padding: 10px 0px 0px 0px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 10px;
    padding-left: 1.25rem;
}

.circle-image-cus {
    border-radius: 100%;
    width: 36px;
    padding: 0px 2px;

}

.circle-image-member {
    width: 80px;
}

.circle-image-list {
    border-radius: 100%;
}

.language-custom {
    color: white;
}

.custom-pagination-btn {
    margin-right: 5px;
}


.navbar-item .active {
    /* background-color: #569259; */
    background-color: var(--navbarItemActive);
    /* Màu nền xanh lá cây */
    /* color: var(--sidebarColor) !important; */
    /* Màu chữ trắng */
}

.contact_inner .left-cus {
    width: 70%;
    float: left;
    padding-right: 20px;
}

.right_button button {
    margin-right: 10px;
}

.right_button button:last-child {
    margin-right: 0;
}

.icon-margin {
    margin-right: 8px;
}

.user-checkbox-container {
    display: flex;
    flex-wrap: wrap;
}

.user-checkbox-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.user-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    /* Adjust as needed */
    overflow-y: auto;
    /* Will cause scroll bar to appear when needed */
    border: 1px solid #ddd;
    /* Add border for the box */
    padding: 10px;
    border-radius: 4px;
}

.error-message {
    color: red;
}

.red_star {
    color: red;
}

.blue_color_custom {
    color: #34a83e !important;
}

/* NAV */
.icon-home {
    color: rgb(253, 253, 253);
}



.icon-user {
    /* color: #386fc1; */
}

.icon-privileges {
    /* color: #e91e63 */
}









.modal-dialog-left {
    position: absolute;
    left: 0;
    margin-left: 0;
    transform: none;
}

/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
} */
.table {
    border: 1px solid #686565;
}

.table td,
.table th,
table tr {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}

.price_table table th {
    font-weight: bold;
}

.price_table table th {
    border: 1px solid #ced4da;
    padding: 13px;
    font-size: 14px;
    color: #888787;
    vertical-align: middle;
    border-bottom: 2px solid #ced4da;
}

.price_table table td {
    border: 1px solid #ced4da;
    padding: 4px 18px;
    font-size: 14px;
    color: #888787;
    vertical-align: middle;
}

.modal-dialog {
    margin-top: 4.7rem;
    height: 100%;
    /* Chiều cao của modal bằng chiều cao của viewport */
}

/* .form-group {
    width: 100%;
    padding: 0px 100px;
} */

.progress-cus {
    padding-bottom: 5px;
}

.member-cus .msg_list_main ul li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    border-bottom: solid #eee 0px;
    line-height: normal;
    font-size: 14px;
    border-left: solid 5px #ffffff;
    float: left;
    width: 100%;
    display: flex;
    position: relative;
}

.page_title {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    margin-left: -40px;
    margin-right: -40px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 25px 1px;
}

.case-box h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    /* color: #4dd591; */
    color: #434360;
}

#sidebar h4 {
    background: #274452;
    margin: 0;
    padding: 19px 25px 16px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-bottom: solid #0066cc 1px;
    /* border-top: solid #0066cc 1px; */
}

.page_title h4 {
    font-size: 18px;
    /* color: #434360; */
    color: var(--toneDPM);
    /* color: #4dd591; */
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
}

.heading1 h4 {

    font-size: 18px;
    color: #000;
    line-height: normal;
    font-weight: 700;



}





.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}


.row .cus {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.row .col-md-12-cus {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.ml-15 {
    margin-right: 15px;
}

.mr-15 {
    margin-left: 15px;
}

.row .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

/* search */
.search-bar {
    display: flex;
    align-items: center;
}

.search-bar input[type="text"] {
    width: 100%;
    padding: 5px;
}

.search-bar button {
    padding: 5px 10px;
}


.square {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%;
}




.custom-button {
    border-radius: 20px;
}

.group {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px 2px hsla(0, 0%, 66%, .2);
}


.contact_blog {
    float: left;
    width: 100%;
    border: solid #ddd 1px;
    border-radius: 8px;
    padding: 10px;
}

.cross-hide {
    display: none;
}

.card-body:hover .cross-hide {
    display: block;
}

.pointer {
    cursor: pointer;
}

.scaled-hover-target {
    transition: ease-in-out 0.25s;
}

.scaled-hover:hover .scaled-hover-target {
    transform: scale(1.1);
}


.icon-hover:hover .scaled-hover-target {
    transform: scale(1.1);
}

/* CSS cho 3 khối */
.options-container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.option {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.option h5 {
    margin-bottom: 10px;
}

.box-table {
    background-color: #FFF2CC;
}

.box-api {
    background-color: #dae8fc;
}

.box-ui {
    background-color: #d5e8d4;
}

.custom-buttonadd {
    border-radius: 100%;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;

}

.add-option:hover {
    background-color: #0056b3;
}

.checkboxes-grid {
    /* thinh this is check grid */
    /* color: red; */
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(20px, auto);
    grid-gap: 10px; */
    /* max-height: 100%;
    overflow-y: auto; */

}

.excel-preview {
    border-collapse: collapse;
}

.excel-preview th,
.excel-preview td {
    border: 1px solid #000;
    padding: 5px;
}

.excel-preview th {
    background-color: #008000;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.excel-preview td {
    text-align: left;
}

.error-row {
    background-color: #f8d7da;
    color: #1a1919;
}

.foreign-error {
    background-color: #f8d7da;
    color: #1a1919
}


.icon-export {
    color: #269c1b;
    font-size: 25px
}

.icon-export-ex {
    color: #9c2e1b;
    font-size: 24px;
    width: 27px;
    height: 24px;
}

.icon-import {
    color: #ff6655;
    font-size: 2em;
    margin-bottom: 1px;
}

.icon-table {
    display: flex;
    justify-content: center;
}

.rdw-option-active {
    box-shadow: 1px 1px 1px 1px #5F5254 inset !important;
}

select:required:invalid {
    color: #666;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: #000;
}

.icon-table .icon-table-line {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    padding: 0em;
    font-size: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid;
    margin: 0 2px;
    border-radius: 3px;
}

/* .icon-table :hover {
    background-color: rgb(214, 206, 206)
} */
.icon-table-line:hover {
    background-color: rgb(214, 206, 206)
}

.block-image {
    background-color: #eee0e0;
}

.padding_infor_info_p-d-5 {
    padding: 5px 10px 5px 10px;
    float: left;
    width: 100%;
    /* height: auto; */
    min-height: 92vh;
}

.image-container {
    cursor: pointer;
    position: relative;
    width: fit-content;
    /* Hoặc cố định, tùy theo yêu cầu của bạn */
    display: inline-block;
    /* Để img và icon cùng chia sẻ không gian */
}

.image-container:hover .selected-image-add {
    opacity: 0.5;
    /* Làm mờ hình ảnh khi hover */
}

.download-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/icon/download.svg') center center no-repeat;
    background-size: 80%;
    /* Kích thước của icon */
    opacity: 0;
    /* Mặc định là không hiển thị */
    transition: opacity 0.3s ease;
    /* Hiệu ứng chuyển đổi mượt mà */
}

.image-container:hover .download-icon {
    opacity: 1;
    /* Hiển thị icon khi hover */
}

.image-detail {
    width: 50px;
    /* Chiều rộng của hình ảnh */
    height: 50px;
    /* Chiều cao của hình ảnh */
    object-fit: cover;
    /* Đảm bảo hình ảnh phủ đầy không gian mà không mất tỉ lệ */
    border-radius: 10px;
    /* Bo góc cho hình ảnh */
}

#sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* Chiều cao toàn màn hình */
    overflow: hidden;
    /* Ngăn chặn scrollbar xuất hiện ở ngoài cùng */
}

/* Định nghĩa cho phần đầu trang và thông tin người dùng */
.sidebar_blog_1,
.sidebar_user_info_custom {
    flex-shrink: 0;
    /* Đảm bảo rằng các phần này không bị thu nhỏ */
    /* Thêm bất kỳ styles cố định nào bạn muốn ở đây */
}

/* Định nghĩa cho phần có thể scroll */
.block-nav {
    flex-grow: 1;
    /* Cho phép phần này chiếm dụng không gian còn lại */
    overflow-y: auto;
    /* Cho phép scroll theo chiều dọc */
    max-height: calc(100vh - 100px);
}


.scrollable-nav {
    max-height: 100%;
    /* Đặt chiều cao tối đa là 100% của phần tử cha */
    /* Thêm các styles cho phần scrollable ở đây nếu cần */
}

/* Định nghĩa cho footer */
.footer-custom {
    flex-shrink: 0;
    /* Đảm bảo rằng footer không bị thu nhỏ */
    /* Thêm bất kỳ styles cố định nào bạn muốn ở đây */
}


.custom-tooltip {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 10px;
    border-bottom: none;
}

.table-custom thead td {
    font-weight: bold;
    background-color: #f0eaea;


}

.icon-import-nav {
    /* color: #ddda31; */
    font-size: 24px;
}

.graph_head_cus {
    padding: 0px 25px 0px 0px;
    /* padding: 18px 25px 18px 25px; */
    float: left;
    width: 100%;
    border-bottom: solid #f3f3f3 2px;
}

.nav .nav-tabs .h5 {
    color: white;
}


.padding_infor_info_user {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 100%;
    min-height: 560px;
}

.sticky-header {
    position: sticky;
    top: 0;
    background-color: white;
    /* box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); */
    /* box-shadow: 0 -41px 14px 38px black; */
    box-shadow: 0 -5px 6px -5px rgba(0, 0, 0, 1), 0 6px 11px -7px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.no-select-modal {
    pointer-events: none;
}

.sticky-header-log {
    position: sticky;
    top: 0;
    background-color: white;

    box-shadow: 0 -5px 6px -5px rgba(0, 0, 0, 1), 0 6px 11px -7px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.cell_user {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offline_animation {
    width: 12px;
    height: 12px;
    background: #ca1414;
    border-radius: 100%;
    margin-top: 0;
    position: relative;
    top: 1px;
    /* -webkit-animation: online 2s infinite;
    animation: online 2s infinite; */
}

.table-scrollable {
    display: block;
    max-height: 400px;
    /* Hoặc chiều cao khác tùy thuộc vào nhu cầu của bạn */
    overflow-y: auto;
    overflow-x: hidden;
}



.tab_style2 .tabbar nav div.nav-tabs .nav-link.active {
    background: #d4e0ec;
    color: #fff;
    border-color: #ced4da;
    border-bottom: none;
    /* padding: 18px 25px 18px 25px; */
}

.heading1_cus {
    float: left;
    padding: 0;
    width: 100%;
    margin-top: 50px;
}

.tabbar .nav-tabs {
    border-bottom: solid #ffffff 0px !important;
}

.icon-ui {
    color: #0056b3;
    font-size: 24px;
}

.icon-add {
    color: #0056b3;
    font-size: 2em
}

.icon-database {
    /* color: #f09393; */
    font-size: 24px;
}

.icon-view {
    color: #34a83e
}

.icon-link {
    color: #31cce0
}

.icon-delete {
    color: #c13a38
}

.label-container {
    display: flex;
    flex-wrap: wrap;
}

.label-container>div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    /* Điều chỉnh padding nếu cần */
}

.icon-edit {
    color: #386fc1
}

.icon-check {
    color: #ec840c
}

.icon-close {
    color: #a11189
}

.icon-toggle {
    color: #6b9ae0
}

.status-label {
    display: inline-block;
    padding: 5.25px 10.5px;
    color: rgb(255, 255, 255);
    border-radius: 0.25rem;

}


/* CSS cho phần popup */
.user-popup {
    position: fixed;
    font-size: 14px;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;

    color: #333;
    display: flex;
    flex-direction: column;

}

.user-popup2 {
    position: fixed;
    font-size: 14px;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;

    color: #333;
    display: flex;
    flex-direction: column;
}

.user-popup3 {
    position: fixed;
    font-size: 14px;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;

    color: #333;
    display: flex;
    flex-direction: column;
}

.user-popup4 {
    position: fixed;
    font-size: 14px;
    top: 35%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;

    color: #333;
    display: flex;
    flex-direction: column;
}


.user-popup-content {

    padding: 5px;
    max-height: 10em;
    overflow-y: auto;
    border-bottom: 1px solid #999595;

}


.div-to-scroll::-webkit-scrollbar {
    width: 5px;
    min-height: 140px;
}

.user-list-content {
    max-height: 200px;
    overflow-y: auto;
}


.user-popup-actions {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
}

.margin_bottom_30 {
    margin-bottom: 15px;
}

.user-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-checkbox {
    margin-right: 10px;
}

.user-image {
    margin-right: 10px;
}


.user-popup button {

    margin: 0 auto;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.container-custom {
    display: flex;
    justify-content: space-between;
}

.container-custom p:first-child {
    margin-right: 30px;
}


.bordered {
    border: 1px solid #ced4da;
    padding: 10px 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-radius: 0.25rem;

}

.bordered-non {



    margin-left: 0px;
    border-radius: 0.25rem;

}

.border-custom {
    border-radius: 100%;
    border: 1px solid #ddd;
    padding: 4px;
}

.profile_contacts {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3px;
    padding-bottom: 5px;
}

.dash_head {
    background-image: url();
    font-weight: normal;
    height: auto;
    border-radius: 5px 5px 0 0;

    background-size: cover;
    background-color: white;
    position: relative;
    border-bottom: solid #f3f3f3 2px;
    padding: 3px 15px 1px;
}

.plus_green_bt {
    position: absolute;
    right: 0;
    bottom: -10px;
}

.breadcrumb {
    font-size: 14px;
    font-family: "UTM Avo", sans-serif !important;
    line-height: normal;
    font-weight: 300;
}

.plus_green_bt a {
    background: #bff3de;
    color: #fff;
    width: 45px;
    height: 45px;
    float: right;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 28px;
    font-weight: 500;
}

.progress.skill-bar {
    background: #e9ecef;
    border-radius: 0;
    height: 15px;
    margin-top: 5px;
    margin-bottom: 3px;
    border-radius: 10px;
}

.dash_blog {
    min-height: 280px;
    height: calc(100% - 16px);
}

.tab-content-data .padding_infor_info {
    padding: 5px 35px 5px 35px;
    float: left;
    width: 100%;
    min-height: 560px;
    max-height: 91vh !important;

}

.padding_infor_info_ver {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 100%;
    min-height: 560px;

}

.padding_infor_info {
    padding: 5px 35px 5px 35px;
    float: left;
    width: 100%;
    min-height: 560px;

}

.layout2 .tabbar nav div.nav-tabs .nav-link {
    border-radius: 0;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 300;
}

.padding_infor_info_layout2 {
    padding: 5px 20px 5px 20px;
    float: left;
    width: 100%;
    min-height: 560px;

}

.padding_infor_info_layout_chart {
    padding: 5px 20px 5px 20px;
    float: left;
    width: 100%;
    min-height: 480px;

}

.padding_infor_info_layout_chart_half {
    padding: 5px 20px 5px 20px;
    float: left;
    width: 100%;
    min-height: 250px;

}

.padding_infor_info-logs {
    padding: 10px 35px;
    float: left;
    width: 100%;
    min-height: 125px;
}

.icon::before {
    content: "";
    display: inline-block;
    width: 20px;

    height: 20px;

    background: url('path-to-your-image.jpg') no-repeat center center;
    background-size: contain;

}

.padding_infor_info-cus {
    padding: 10px 35px;
    float: left;
    width: 100%;
    min-height: 435px;

}

.end-page-cus {

    min-height: 435px;

}


.btn-log {
    padding: 5.25px 18px;
}

.padding_infor_info h3,
.padding_infor_info p,
.padding_infor_info span.status-label {
    margin-bottom: 1px;
    font-size: 14px;
}

.align-items-flex-end {
    align-items: flex-end;
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.checkbox-item {
    margin-right: 1px;
}



/* TableList.css */

.outerBox {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.innerBox {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;

    width: calc(50% - 10px);
    margin-bottom: 5px;
}


.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}

/* .span-hover:hover{
    background-color: #f3eded !important;
    color: #050505;
    margin-right: -15px;
    margin-left: -15px;
} */

/* .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
} */

.size-18 {
    font-size: 18px !important;
}

.size-24 {
    font-size: 24px;
}

.size-search {
    font-size: 20px;
}

.size-status {
    font-size: 18px;
}

.size-bg {
    font-size: 25px;
}

.size-log {
    font-size: 22px;
}

.table td,
.table th {
    padding: 0.28rem 0.37rem 0.28rem 0.37rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.msg_list {
    max-height: 400px;
    /* Chiều cao của mỗi dòng là 100px */
    overflow-y: auto;
}

.msg_list li {
    position: relative;
    /* Bắt buộc cho 'position: absolute' hoạt động trong .close-button */

}

.close-button {
    position: absolute;
    right: 0;
    top: 1em;
    /* Chuyển hình ảnh xuống 10% */
    transform: translateY(-50%);
    opacity: 0;
    padding-top: 15px;
    padding-right: 15px;
    transition: opacity 0.2s ease-in-out;


}

.close-button .abc {
    width: 18px;
    border-radius: 100%;

}

.input-group {
    display: flex;
    align-items: center;
}

.input-group-text {
    margin-bottom: 0;/
}

.blur-modal {
    filter: blur(3px);
    pointer-events: none;
}

.icon-active {
    transform: scale(0.9);
    transition: transform 0.3s;
}


.no-select-modal {

    pointer-events: none;
}



.error-login {
    border-top: none;
    border-left: none;
    border-right: none;

    width: 100%;
    /* float: right; */
    padding-left: 20px;
    line-height: normal;
    font-weight: 300;
    transition: ease all 0.5s;
}


.msg_list_main ul li>span img {
    width: 70px;
    border-radius: 100%;
}



.msg_list li:hover .close-button {
    opacity: 1;
}

.dash_blog_inner .list_cont p {
    font-size: 14px;
}

.dash_blog-cus {
    min-height: 650px;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.dash_blog-cus-log {

    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.msg_list_main ul li {
    padding: 22px 40px;
    border-bottom: solid #eee 1px;
    line-height: normal;
    font-size: 14px;
    border-left: solid 5px #ffffff;
    float: left;
    width: 100%;
    display: flex;
    position: relative;
}

.table-hover tr:hover {
    background-color: #f0eaea;
}

.user-popup-content {
    max-height: 200px;

    overflow-y: auto;

}


.custom-dropdown {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.dropdown-item {
    padding: 10px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #e6e6e6;
}



.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading {
    position: relative;
}

.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.loading-image {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.import-status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

form .form-group .css-b62m3t-container {
    /* width: 60%; */
    /* margin-left: 10px; */
}

/* form .form-group{
    display: flex;
    margin: 10px 10px 10px 25px;
} */

/* form .form-group .mt-2{
     margin-right: 20px; 
} */


.table {
    border-collapse: collapse;
}

.table-responsive thead tr td.align-center,
.table-responsive tbody tr td.align-center {
    width: 2em;

}

.table {
    border-spacing: 0;
    border: none;
    border-bottom-width: 0px;
}

.table-responsive tbody tr th.align-center {

    border-right-width: 1px !important;
}

.style-btn svg {
    height: 19px;
    color: white;
}

.style-btn {
    /* margin-right: 6px; */
    margin-top: 0px !important;
    justify-content: end;
    /* background-color: #198754;
    border-color: #198754; */
    border-color: var(--toneButton);
    background-color: var(--toneButton);
}

.page-title {
    font-weight: bold;
    /* border-bottom: 1px solid #ddd; */
    padding: 5px 0px;
    margin-bottom: 3px;
}

.table.table-bordered thead {
    height: 50px;
    border: 1px solid red;
}

.table tbody tr td {
    height: 20px;
}

#sidebar ul.components ul li a:hover {
    background: transparent;
    padding-left: 35px !important;
}

.table-custom thead td,
.table-custom thead th,
.color-tr {
    background-color: #e9ecef;
}

.table td,
.table th,
table tr {
    border-collapse: collapse !important;
}

/* #sidebar, */
.topbar .navbar {
    background-color: #15283c !important;
}

.sidebar_user_info_custom {
    /* Style 1 */
    /* background: #274452; */
    /* Style 1 */
    /* End Style 1 */
    /* --- */
    /* Style 2 */
    /* background: #3c8e91; */
    /* Style 2 */
    /* opacity: 50%; */
    /* Style 2 */
    /* End Style 2 */
    background: white;

    /* background: #3c8e91; */
}

._flex-wrap {
    justify-content: center;
}

.child-item {
    background-color: var(--childItem) !important;
    /* background-color: #214162 !important; */
}

.table-custom thead td,
.table-custom thead th,
.color-tr {
    padding: 13px;
    border-bottom: 2px solid #ced4da
}

/* .white_shd {
    height: 100vh;
} */

.charts .title h5,
.table-responsive .title h5 {
    /* color: rgb(31, 155, 209); */
    color: var(--toneDPM);
    font-size: 18px;
}

/* .content {
    position: absolute;
    top: 0;
    transition: opacity 1.5s ease;
  }
   */

.apexcharts-legend-series {
    align-items: center !important;
}

.apexcharts-datalabels {
    margin-left: 10px !important;
}

.design-table {
    height: 80vh;
}

.design-table::-webkit-scrollbar-track-piece:start {
    margin-top: 6.4em;
}

.design-table::-webkit-scrollbar-track-piece:end {
    margin-bottom: 14px;
}

.design-table .actions {
    position: sticky;
    right: -2px !important;
    /* z-index: 8; */
}

.design-table thead tr .index,
.design-table tbody tr .index {
    position: sticky;
    left: -2px !important;
    /* border-left: 1px solid #dee2e6 !important; */
}

.design-table thead tr .position-sticky {
    right: -1px !important;
}

.design-table thead tr td.index {
    z-index: 1;
}

.design-table tbody tr td.index {
    background-color: #ffffff;
    /* z-index: 9; */
}

.design-table thead tr td {
    position: sticky;
    top: -1px;
    z-index: 1;
}


.design-table tbody .sticky {
    position: sticky;
    top: 45px;
    z-index: 1;
    background-color: #ffffff;
}

.design-table tbody tr td p span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 35vh;
}

.table-responsive::-webkit-scrollbar:vertical {
    display: none;
}

.none-hover {
    pointer-events: none;
}

#nav {
    flex-direction: column;
}

#nav li a {
    padding: 15px 25px 15px 10px;
    display: block;
    font-size: 18px;
    color: #58718a;
    font-weight: 300;
    background-color: rgb(255, 255, 255);
}

#nav .navbar-item p {
    font-size: 16px;
}

#nav .navbar-item .pointer {
    font-size: 15px;
}

.table-display {
    flex-direction: column;
    min-height: 78vh;
    /* justify-content: space-between; */
}

.cell-log {
    text-transform: lowercase;
}

.input-search .form-control {
    border-radius: 5px !important;
}

.table_section.padding_infor_info.input_post,
.table_section.padding_infor_info.input_put {
    height: 78.1vh;
    margin-bottom: 0;
}

.header-filter {
    font-weight: 700 !important;
    text-align: center;
}

.apexchart::-webkit-scrollbar {
    display: none;
}

/* 
.input-post,
.input-put {
    max-height: 75vh;
    overflow-x: auto;
} */

.input_post::-webkit-scrollbar,
.input_put::-webkit-scrollbar,
.input-post::-webkit-scrollbar,
.input-put::-webkit-scrollbar {
    display: none;
}

.apexcharts-legend-series {
    display: flex;
}

.table_section.padding_infor_info.input_post,
.table_section.padding_infor_info.input_put {
    overflow: auto;
}

.button_link .icon-table-line {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    padding: 0em;
    font-size: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid;
    margin: 0 2px;
    border-radius: 3px;
}

.cell p p {
    color: #000;
}

.detail_text span p {
    color: unset;
}

.table-responsive thead tr td:last-child,
.table-responsive tbody tr td:last-child,
.table-responsive thead tr td:first-child,
.table-responsive tbody tr td:first-child {
    width: 1%;
}

.apexcharts-tooltip.apexcharts-theme-light {
    top: 5% !important;
}

.modal-open .modal {
    overflow: unset;
}

.modal .modal-content.custome .modal-body::-webkit-scrollbar {
    display: none;
}

.quill .ql-editor {
    height: 20em;
}

/* Set content for font-families */
.ql-font-arial,
.ql-font span[data-value="arial"]::before {
    font-family: Arial, sans-serif;
}

.ql-font-comic-sans,
.ql-font span[data-value="comic-sans"]::before {
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.ql-font-courier-new,
.ql-font span[data-value="courier-new"]::before {
    font-family: "Courier New";
}

.ql-font-georgia,
.ql-font span[data-value="georgia"]::before {
    font-family: Georgia, serif;
}

.ql-font-helvetica,
.ql-font span[data-value="helvetica"]::before {
    font-family: Helvetica, sans-serif;
}

.ql-font-lucida,
.ql-font span[data-value="lucida"]::before {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.ql-font-utm-avo,
.ql-font span[data-value="utm-avo"]::before {
    font-family: "UTM Avo", sans-serif;

}

.ql-font-times-new-roman,
.ql-font span[data-value="times-new-roman"]::before {
    font-family: "Times New Roman", Times, serif;
}

.ql-toolbar.ql-snow .ql-picker-label {
    margin-right: 15px;
}

.card.shelft .card-body div {
    display: flex;
    max-width: 200px;
    flex-wrap: wrap;
    white-space: normal;
}

.table-shelf-detail tbody tr td p {
    width: fit-content;
    color: rgb(70, 67, 67) !important;
    margin-bottom: 5px;
}

.table-shelf-detail tbody tr td p span {
    width: fit-content;
}

.modal-dialog.modal-dialog-center.modalShelft {
    max-width: 70%;
}

/* .table-responsive .table-permission thead tr td:last-child,
.table-responsive .table-permission tbody tr td:last-child,
.table-responsive .table-permission thead tr td:first-child,
.table-responsive .table-permission tbody tr td:first-child, */
.table-responsive .table-shelf thead tr td:last-child,
.table-responsive .table-shelf tbody tr td:last-child,
.table-responsive .table-shelf thead tr td:first-child,
.table-responsive .table-shelf tbody tr td:first-child,
.table-responsive .table-shelf-detail thead tr td:last-child,
.table-responsive .table-shelf-detail tbody tr td:last-child,
.table-responsive .table-shelf-detail thead tr td:first-child,
.table-responsive .table-shelf-detail tbody tr td:first-child {
    width: unset !important;
}

.leaflet-container {
    height: 100%;
}

.fold-content>table {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 10px;
    box-shadow: 0px 3px 10px #888888;
}

.fold-content>table>thead>tr>td,
.fold-content>table>tbody>tr>td.actions {
    position: unset !important;
}

.fold-content>table>thead>tr>td {
    text-align: center;
    color: #4e95c6;
    font-weight: 600;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 2px solid #dee2e6;
    width: unset !important;
    background-color: #ebeef1 !important;
}

.fold-content>table>tbody>tr>td {
    text-align: center;
    width: unset !important;
    /* border: 1px solid black !important; */
}

.quill .ql-editor p {
    color: #000;
}

.font-size-11 {
    font-size: 11px;
}

.ul_infor {
    border-bottom: 1px solid #ddd;
}

.ul_infor li {
    float: left;
}

.ul_infor li a.active {
    border: 1px solid #ddd;
    border-bottom-color: #00000000;
    background-color: #fff
}

.ul_infor li a {
    /* border: 1px solid #d0d0d0; */
    padding: 10px 15px;
}

table tbody tr td.custom_td {
    color: red;
    height: 20px !important;
}

.full-navbar-custom {
    background-color: var(--toneDPM) !important;
    /* background-color: var(--sidebar); */
}

#sidebar {
    /* background: var(--sidebar) !important; */
}

#sidebar ul li a:hover {
    /* color: var(--toneHover); */
}

#sidebar ul.components ul li a:hover {
    color: var(--childItem) !important;
    background: var(--activeSidebarA);
}

#sidebar ul.components ul li a:hover svg {
    color: var(--childItem) !important;
}

.btn-custom {
    border-color: var(--toneDPM);
    background-color: var(--toneDPM);
}

#sidebar ul.components ul li a {
    color: var(--colorSidebarA) !important;
}

.navbar-item .child-item .active {
    background: var(--activeSidebarA) !important;
}


.navbar-item .child-item .active div,
.navbar-item .child-item .active svg {
    color: var(--childItem) !important;
}

#sidebar.active .sidebar_user_info_custom {
    display: none !important;
}

/* .sidebar_toggle {
    background: var(--infouUser) !important;
} */
._custom-width {
    max-width: 13%;
}

._table-custom thead tr td:last-child,
._table-custom tbody tr td:last-child {
    /* width: auto; */
}

.modal.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


/* ._table-custom th {
    white-space: nowrap !important;
} */

._table-custom td {
    white-space: pre;
}

/* ._table-custom tr td:first-child {
    width: 5% !important;
    white-space: pre-line
} */

.sticky-col {
    position: sticky;
    background-color: white;
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

.sticky-col.last-td {
    border-bottom: 1px solid #ddd !important;
}

.sanpham-col {
    left: -1px;
}

.apexcharts-tooltip-y-group {
    display: flex;
    align-items: center;
}

.modal-80w {
    max-width: 80% !important;
}