﻿:root {
    /*--falcon-body-font-family: Tahoma,Arial,sans-serif !important;
    --falcon-font-sans-serif: Tahoma,Arial,sans-serif !important;*/
    --falcon-navbar-vertical-default-link-color: var(--falcon-gray-700) !important;
    --falcon-navbar-vertical-default-link-hover-color: var(--falcon-gray-900) !important;
    --falcon-nav-link-font-size: 15px !important;
    --falcon-top-nav-height: 50px !important;
}

:root .table, [data-bs-theme=light] .table {
    --falcon-table-border-color: #edf2f9 !important;
    /*--falcon-table-striped-bg: #f9fafd !important;
    --falcon-table-striped-color: #1e1e1e !important;
    --falcon-table-color: #1e1e1e !important;*/
}

.navbar-nav {
    --falcon-nav-link-color:  #212529 !important /*var(--falcon-gray-700) !important*/;
    --falcon-nav-link-font-weight: 600 !important;
}

.nav {
    --falcon-nav-link-font-weight: 600 !important;
}

.modal {
    --falcon-modal-color: #212529 !important /*var(--falcon-gray-900) !important*/;
}

html {
    font-size: 14px;
}



@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn.btn-link:focus {
    box-shadow: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
    text-rendering: optimizeLegibility;
}

tbody tr.hight-light {
    background-color: #fef0e8;
}

.navbar-nav .nav-item a.nav-link.dropdown-indicator {
    color: #212529
}
.navbar-nav ul .nav-item a.nav-link span.nav-link-text.ps-1 {
    color: #535659;
    font-weight: 500;
    font-size: 14px;
}
.navbar-nav ul .nav-item a.nav-link.active span.nav-link-text.ps-1{
    color: var(--falcon-navbar-vertical-default-link-active-color)
}
table tr td.text-wrap .text-800 span, table .text-800, table .text-900 {
    color: #212529 !important;
}

.modal-header {
    padding: 5px 10px;
}

.modal .popover, .modal .tooltip {
    z-index: 99999;
}

/*@media (min-width: 1200px) {*/
.navbar-vertical.navbar-expand-xl + .content .navbar-top {
    min-height: 30px;
    height: 50px;
}

.btn-filter {
    margin-top: 24px;
}

.collapse-filter {
    margin-top: 30px;
}

.search-form .col-12 {
    margin-top: 0;
}

.doc-search-form .col-12 {
    margin-top: 5px;
}

.search-form label {
    margin-bottom: 0;
}

.car-header-padding {
    padding-bottom: 5px;
}
/*}*/

.position-fixed.bottom-0.end-0.p-3 {
    z-index: 999999 !important;
}

span.text-danger.field-validation-error {
    font-size: 13px;
}

.w70 {
    width: 70px;
}

.collapse-filter:hover {
    text-decoration: none;
}

.collapse-filter {
    display: flex;
}

small.filter-text {
    margin-top: 4px;
}

/*.search-form .form-label {
    margin-bottom: 0;
    font-size: small;
}*/
#modalPopup .modal-body, #modalDataPopup .modal-body {
    overflow: auto;
    height: auto !important;
    max-height: calc(100vh - 200px);
}

.modal-fullscreen .modal-body {
    max-height: calc(100vh - 106px) !important;
}

.w1140 {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.sortable-bock-data {
    padding: 10px 20px;
}

.counter {
    font-size: 0.73rem;
}

.fs-0 label {
    font-size: 1rem;
}

.fs-1 label {
    font-size: 1.2rem;
}

#bulk-select-actions {
    padding: 3.5px 0;
}

.wrap {
    overflow: auto;
    position: relative;
}
/*.fix-header {
    top: 51px;
    width: 93%;
    height: 51px;
    margin-top: 6px;
}*/
.fix-header {
    position: fixed;
    top: 48px;
    background: #fff;
    z-index: 999;
    width: 97.8%;
    padding-bottom: 0 !important;
}
/*table header*/
/*start floating label input*/
.sticky-header th.p0 {
    display: none;
}

.did-floating-label-content {
    position: relative;
}

.did-floating-label {
    color: var(--falcon-gray-500) !important;
    font-size: 14px !important;
    font-weight: normal !important;
    position: absolute !important;
    pointer-events: none !important;
    left: 15px !important;
    top: 9px !important;
    padding: 0 5px !important;
    background: var(--falcon-white) !important;
    transition: 0.2s ease all !important;
    -moz-transition: 0.2s ease all !important;
    -webkit-transition: 0.2s ease all !important;
}

.did-floating-input, .did-floating-select, .select2-container--default .select2-selection--single {
    font-size: 14px !important;
    display: block !important;
    width: 100% !important;
    min-height: 36px !important;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-sizing: border-box !important;
}

.did-floating-textarea {
    font-size: 14px !important;
    display: block !important;
    width: 100% !important;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-sizing: border-box !important;
}

    .did-floating-textarea:focus {
        outline: none !important;
        box-shadow: none !important;
    }

        .did-floating-textarea:focus ~ .did-floating-label {
            top: -8px !important;
            font-size: 12px !important;
            color: #212529 !important /*var(--falcon-gray-700) !important*/;
        }

    .did-floating-textarea:not(:placeholder-shown) ~ .did-floating-label {
        top: -8px !important;
        font-size: 12px !important;
        color: #212529 !important /*var(--falcon-gray-700) !important*/;
    }

.did-floating-input:focus, .did-floating-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

    .did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
        top: -8px !important;
        font-size: 12px !important;
        color: #212529 !important /*var(--falcon-gray-700) !important*/;
    }

select.did-floating-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

    select.did-floating-select::-ms-expand {
        display: none !important;
    }

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px !important;
    font-size: 12px !important;
    color: #212529 !important /*var(--falcon-gray-700) !important*/;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px !important;
    font-size: 12px !important;
    color: #212529 !important /*var(--falcon-gray-700) !important*/;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 9px !important;
    font-size: 14px !important;
    color: #212529 !important /*var(--falcon-gray-700) !important*/;
}

.did-floating-select:disabled ~ .did-floating-label {
    top: -8px !important;
    font-size: 12px !important;
    color: #212529 !important /*var(--falcon-gray-700) !important*/;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A") !important;
    background-position: right 15px top 50% !important;
    background-repeat: no-repeat !important;
}

.did-error-input .did-floating-input, .did-error-input .did-floating-select {
    border: 2px solid var(--falcon-danger) !important;
    color: var(--falcon-danger) !important;
}

.did-error-input .did-floating-label {
    font-weight: 600 !important;
    color: var(--falcon-danger) !important;
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A") !important;
}

.input-group {
    display: flex !important;
}

    .input-group .did-floating-input {
        border-radius: 0 var(--falcon-border-radius) var(--falcon-border-radius) 0 !important;
        border-left: 0 !important;
        padding-left: 0 !important;
    }

/* Nút mở link nguồn dự thảo / link góp ý ở tab mới */
.did-floating-input.draft-link-input {
    padding-right: 38px !important;
}

.did-floating-label-content .draft-link-open-btn {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
    padding: 2px 6px !important;
    line-height: 1 !important;
    color: var(--falcon-primary) !important;
    cursor: pointer !important;
}

    .did-floating-label-content .draft-link-open-btn.disabled {
        color: var(--falcon-gray-400) !important;
        cursor: not-allowed !important;
    }

.input-group-append {
    display: flex !important;
    align-items: center !important;
}

span#select2-legalId-container {
    display: block;
    line-height: 32px;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-shadow: var(--falcon-box-shadow-inset);
}

span#select2-Query_LegalRelationId-container {
    display: block;
    line-height: 32px;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-shadow: var(--falcon-box-shadow-inset);
}

span#select2-Query_CourtId-container {
    display: block;
    line-height: 32px;
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    box-shadow: var(--falcon-box-shadow-inset);
}
/* margin-left:-1px;
 */
/*.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3d85d8;
    border-radius: var(--falcon-border-radius) 0 0 4px;
    border-right: none;
}*/

/*end floating label input*/




.page-name {
    font-size: 20px !important;
    font-weight: 600;
    color: var(--falcon-gray-900);
    border-left: 2px solid var(--falcon-gray-400);
    padding-left: 10px !important;
}

.btn-favarite {
    border: none !important;
    box-shadow: none !important;
    margin-left: 4px !important;
}

    .btn-favarite:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .btn-favarite * {
        color: var(--falcon-gray-400);
    }

    .btn-favarite.active * {
        color: var(--falcon-primary);
    }

.search-title-container {
    margin-bottom: 10px !important;
}

.search-title-bar {
    font-size: 12px !important;
    line-height: 18px !important;
    color: var(--falcon-gray-600);
    border-bottom: 1px solid var(--falcon-gray-200);
}

.right-radius {
    border-top-right-radius: var(--falcon-border-radius) !important;
    border-bottom-right-radius: var(--falcon-border-radius) !important;
}

.left-radius {
    border-top-left-radius: var(--falcon-border-radius) !important;
    border-bottom-left-radius: var(--falcon-border-radius) !important;
}

tbody td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

thead th {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

thead > tr {
    background: var(--falcon-gray-200) !important;
    --falcon-table-accent-bg: var(--falcon-gray-200) !important;
}
/*#sticky-table {
    border-color: #c3c3c3;
    border-style: solid;
}*/
#sticky-table > thead > tr:first-child, #sticky-table-modal > thead > tr:first-child {
    background: var(--falcon-card-bg) !important;
    --falcon-table-accent-bg: var(--falcon-card-bg) !important;
    border-top: 0px !important;
}

.sticky-header > tr:first-child {
    background: var(--falcon-card-bg) !important;
    --falcon-table-accent-bg: var(--falcon-card-bg) !important;
    border-top: 0px !important;
}

th.fs-0 .form-check {
    margin-left: 8px;
}

.th-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*#sticky-table thead > tr:nth-child(2) > th:first-child .th-inner {
    padding-left: 1.25rem !important;
}*/

#navbarDropdownUser {
    margin-top: 5px !important;
}

.m-input-group-text {
    position: relative;
}

m-input-group-text .form-control {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
}

.m-input-group-text .m-input-group-button {
    position: absolute !important;
    top: var(--falcon-border-width) !important;
    right: var(--falcon-border-width) !important;
    bottom: var(--falcon-border-width) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    width: auto !important;
    background-color: var(--falcon-gray-200);
    border-top-right-radius: var(--falcon-border-radius) !important;
    border-bottom-right-radius: var(--falcon-border-radius) !important;
    align-items: center !important;
    cursor: pointer !important;
}

body {
    margin-bottom: 0px;
}

.m-button-hover-info:hover {
    background: var(--falcon-info) !important;
    color: var(--falcon-white) !important;
}

.m-button-hover-success:hover {
    background: var(--falcon-success) !important;
    color: var(--falcon-white) !important;
}

.m-button-hover-warning:hover {
    background: var(--falcon-warning) !important;
    color: var(--falcon-white) !important;
}

.m-button-hover-danger:hover {
    background: var(--falcon-danger) !important;
    color: var(--falcon-white) !important;
}

/*#fix-sticky table thead {
    background: var(--falcon-card-bg) !important;
}*/

.no-focus:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea.did-floating-textarea {
    min-height: 50px !important;
}
/*table header*/
.table {
    --falcon-table-hover-bg-even: rgba(0, 0, 0, 0.03) !important;
}

.table-hover > tbody > tr:nth-of-type(even):hover td {
    --falcon-table-accent-bg: var(--falcon-table-hover-bg-even) !important;
    background: var(--falcon-table-hover-bg-even) !important;
    background-color: var(--falcon-table-hover-bg-even) !important;
}

.hover-opacity {
    opacity: 0.5 !important;
}

    .hover-opacity:hover {
        opacity: 1 !important;
    }



/*X-Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .show-mobile {
        display: block !important;
    }

    .show-desktop {
        display: none !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .show-mobile {
        display: block !important;
    }

    .show-desktop {
        display: none !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .show-mobile {
        display: block !important;
    }

    .show-desktop {
        display: none !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }

    .col-xl-3.fix21 {
        width: 21%;
    }

    .col-xl-2.fix12 {
        width: 12%;
    }

    .modal-xlg {
        max-width: 1112px;
    }

        .modal-xlg .modal-body {
            max-height: calc(75vh) !important;
        }

    .modal-xxlg {
        max-width: 1400px;
    }

        .modal-xxlg .modal-body {
            max-height: calc(75vh) !important;
        }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .show-mobile {
        display: none !important;
    }

    .show-desktop {
        display: block !important;
    }
}

.btn-collapseFilter > .icon-expanded {
    display: block;
}

.btn-collapseFilter > .icon-collapsed {
    display: none;
}

.btn-collapseFilter.collapsed > .icon-expanded {
    display: none;
}

.btn-collapseFilter.collapsed > .icon-collapsed {
    display: block;
}
/*chọn ảnh----------------------*/
.goverlay {
    background: rgb(0 0 0 / 65%) !important;
}

.glightbox-clean .gdesc-inner {
    padding: 0px 20px !important;
}

.btn-hover {
    display: none;
    padding-left: 10px;
    cursor: pointer;
}

td:hover .btn-hover,
td:hover .btn-hover:hover {
    display: inline;
    color: #2362b7;
}

.progress {
    background: aquamarine;
    transition: width 0.5s;
}
/*end--------------------------------------------*/
.text-limit {
    font-size: 12px !important;
    color: var(--falcon-gray-700) !important;
    float: right;
}

.text-limit2 {
    font-size: 12px !important;
    color: var(--falcon-gray-700) !important;
    float: right;
}

.input-eye {
    position: relative;
}

    .input-eye .form-check-input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
    }

.box-eye .form-check {
    position: absolute;
    right: 0;
    top: 7px;
}

.box-eye .did-floating-input {
    padding-right: 44px;
}

.box-eye {
    justify-content: space-between;
    width: 100%;
    position: relative;
}

    .box-eye .did-floating-label-content {
        width: 100%;
    }

.form-profile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .form-profile .modal-body {
        max-height: calc(100vh - 100px) !important;
    }

.box-eye .did-floating-select:not([multiple]):not([size]) {
    background-position: right 45px top 50% !important;
}

.avatar-upload {
    position: relative;
    max-width: 90px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 90%;
}

    .avatar-upload .file-upload {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        opacity: 0;
        cursor: pointer;
    }

    .avatar-upload .upload-button {
        position: absolute;
        bottom: -2px;
        background: #00000066;
        width: 100%;
        margin: auto;
    }

        .avatar-upload .upload-button .fa-camera {
            margin: 3px auto 7px;
            display: flex;
            color: white;
        }

.text-avata {
    text-align: center;
    font-size: .8333333333rem;
    font-weight: 500;
    letter-spacing: .02em;
    display: block;
    cursor: pointer;
}

.profile-pic {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.select2-container .select2-selection--single {
    height: 35px;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}*/

.modal-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    display: block
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-dropdown {
    z-index: 10000;
}

.card-body.items {
    overflow-y: auto;
    height: auto !important;
    max-height: calc(80vh - 50px) !important;
}

.select2-container--default .select2-selection--single {
    border: var(--falcon-border-width) solid var(--falcon-input-border-color);
    border-radius: var(--falcon-border-radius);
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /*display: initial;*/
    background: var(--falcon-white) !important;
    color: var(--falcon-black) !important;
    /*white-space: normal !important;*/
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

[data-bs-theme=dark] .bootstrap-table .fixed-table-container .table thead th:first-child {
    border-left: 0;
    border-right: 0;
}

[data-bs-theme=dark] .bootstrap-table .fixed-table-container .table thead tr:last-child {
    border-left: 1px solid;
}

@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
        width: 13rem;
        height: calc(100vh - var(--falcon-top-nav-height));
        padding: 0.5rem 0 0 0;
    }
}

.channel-am610khz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-danger-color);
    background-color: var(--falcon-badge-subtle-danger-background-color);
}

.channel-fm877mhz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-success-color);
    background-color: var(--falcon-badge-subtle-success-background-color);
}

.channel-fm956mhz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-warning-color);
    background-color: var(--falcon-badge-subtle-warning-background-color);
}

.channel-fm999mhz {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-info-color);
    background-color: var(--falcon-badge-subtle-info-background-color);
}

.online-status-1 {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-danger-color);
    background-color: var(--falcon-badge-subtle-danger-background-color);
}

.online-status-2 {
    height: 16px !important;
    line-height: 14px !important;
    color: var(--falcon-badge-subtle-success-color);
    background-color: var(--falcon-badge-subtle-success-background-color);
}
/*upload podcast*/
.upload-icon {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background: #00000038;
    opacity: 0;
}

.image-hover * {
    transition: 0.3s all;
}

.upload-icon .fa-cloud-upload-alt {
    font-size: 40px;
    color: white;
    background: #03050899;
    border-radius: 30px;
    padding: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.upload-icon .spinner-border.spinner-border-sm {
    font-size: 30px;
    color: white;
    background: #03050899;
    border-radius: 30px;
    padding: 10px;
    left: 43%;
    top: 43%;
    position: absolute;
}

.image-hover:hover .upload-icon {
    opacity: 1;
}

.profile-img {
    width: 40px !important;
    height: 40px !important;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-radio {
    height: 50px;
    width: 80px
}

.radio-img {
    height: 50px !important;
    width: 80px !important;
}

.intro {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.select2-dropdown.select2-dropdown--above {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .navbar-collapse {
        width: 16rem !important;
    }

    .navbar-vertical.navbar-expand-lg .navbar-collapse {
        width: 16rem;
    }

    .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
        width: 16rem;
    }
}

.navbar-vertical.navbar-expand-lg {
    max-width: 16rem;
}


    .navbar-vertical.navbar-expand-lg + .content {
        margin-left: 18rem;
    }

.col-12.did-floating-label-content.fix-label .did-floating-label {
    top: 3px !important;
}

.col-12.did-floating-label-content.fix-label {
    padding-top: 12px;
    background: #fff;
    z-index: 99;
}

li.select2-results__option.select2-results__message, .loading-results {
    line-height: 25px;
    height: 35px;
    font-size: 13px;
}

@media (max-width: 960px) {
    .navbar-vertical.navbar-expand-lg + .content {
        margin-left: 0;
    }
}

.row.profile {
    margin-right: 0;
    margin-left: 0;
}

.pod-radio-status-1 {
    color: var(--falcon-badge-subtle-warning-color);
    background-color: var(--falcon-badge-subtle-warning-background-color);
}

.pod-radio-status-2 {
    color: var(--falcon-badge-subtle-info-color);
    background-color: var(--falcon-badge-subtle-info-background-color);
}

.pod-radio-status-3 {
    color: var(--falcon-badge-subtle-primary-color);
    background-color: var(--falcon-badge-subtle-primary-background-color);
}

.pod-radio-status-4 {
    color: var(--falcon-badge-subtle-success-color);
    background-color: var(--falcon-badge-subtle-success-background-color);
}

.media-img {
    max-height: 90px !important;
    max-width: 120px !important;
}

.recent-activity-body-height {
    height: unset !important;
    max-height: 24rem !important;
}

textarea.did-floating-input {
    min-height: 100px !important;
}

::-webkit-input-placeholder { /* Chrome */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #9DA9CA !important;
    font-size: 13px !important;
}

.js-select-container {
    position: relative;
}

.show-prop:hover + .custom-hover {
    opacity: 1;
    display: block;
}

.show-prop-2:hover + .custom-hover {
    opacity: 1;
    display: block;
}

.custom-hover {
    position: fixed;
    z-index: 1000;
    width: 30%;
    opacity: 0;
    transition: opacity 0.7s;
    display: none;
    max-height: 550px;
    overflow-y: auto;
    left: 12%;
    border: 1px solid var(--falcon-card-border-color);
}

.div1-custom-hover {
    position: fixed;
    height: 0px;
    width: 0px;
    opacity: 0;
}

.div2-custom-hover {
    position: fixed;
    height: 0px;
    width: 0px;
    opacity: 0;
}

label.js-select {
    font-size: 12px !important;
    font-weight: normal !important;
    color: #212529 !important /*var(--falcon-gray-700) !important*/;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
    visibility: hidden;
}

    label.js-select.selected {
        top: -10px;
        transform: translateY(0);
        background: var(--falcon-white) !important;
        visibility: visible;
    }

.select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
    line-height: 25px !important;
}

.select2-container .select2-selection__choice {
    padding: 0.08rem 0.2rem !important;
}

.no-search .select2-results {
    display: none !important;
}

.news-img {
    height: 80px !important;
    width: 120px !important;
}

.ck.ck-powered-by {
    display: none !important;
}

.icon-container {
    position: absolute;
    right: 20px;
    top: 8px;
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}


.autocomplete-result {
    position: absolute;
    z-index: 10000;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #8EA5BB;
    max-height: 300px;
    overflow: auto;
    width: 100%;
}

    .autocomplete-result ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .autocomplete-result ul li {
            padding: 5px;
            cursor: pointer;
        }

            .autocomplete-result ul li:hover {
                background: #eee;
            }

    .autocomplete-result .row {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .autocomplete-result img {
        max-width: 120px;
    }

.voice-status {
    position: absolute;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.5em;
}

.tooltip {
    z-index: 100001;
}

.title-success {
    color: #000;
    background-color: #ccf6e4 !important;
}

.label-success {
    background-color: #ccf6e4 !important;
}

.title-warning {
    color: #000;
    background-color: #fde6d8 !important;
}

.label-warning {
    background-color: #fde6d8 !important;
}

.title-danger {
    color: #000;
    background-color: #fad7dd !important;
}

.label-danger {
    background-color: #fad7dd !important;
}

textarea.seo-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    min-height: 50px !important;
}

#Command_Intro {
    font-size: 20px !important;
    font-weight: 600 !important;
    min-height: 150px !important;
}

.btn-link-fix {
    --falcon-btn-font-weight: 400;
    --falcon-btn-bg: transparent;
    --falcon-btn-border-color: transparent;
    --falcon-btn-hover-border-color: transparent;
    --falcon-btn-disabled-color: #748194;
    --falcon-btn-disabled-border-color: transparent;
    --falcon-btn-box-shadow: 0 0 0 #000;
    --falcon-btn-focus-shadow-rgb: 76, 143, 233;
    text-decoration: none;
}

    .btn-link-fix:focus, .btn-link-fix:active:focus {
        box-shadow: none;
    }

.row.fix {
    --falcon-gutter-x: 0;
}

.profile-selected-0, .profile-selected-1 {
    background-color: #ffe4ad !important;
    color: #000 !important;
}

.profile-selected-2 {
    background-color: #B8E1FF !important;
    color: #000 !important;
}

.profile-selected-3 {
    background-color: #838BED !important;
    color: #000 !important;
}

#news-content {
    float: left;
    width: 100%;
}

#select2-Command_Tags-results .select2-results__option--selected {
    color: red !important;
}

a.active {
    color: #cd631a
}

.no-border {
    border-width: 0 !important;
}

.div-stats {
    height: 50px;
}

#tooltip-doc-props {
    position: absolute;
    width: 500px;
    padding: 5px;
    background-color: #fff;
    transition: opacity 0.7s;
    border: 1px solid var(--falcon-card-border-color);
    display: none;
    z-index: 9999999;
}

    #tooltip-doc-props tr td {
        padding: 5px;
        border: 1px solid #c1c1c1;
    }

.bg-original {
    background-color: #d6d8dc !important
}

.item-selected {
    background-color: #F3F781 !important;
}

    .item-selected .matchitem {
        background-color: lawngreen !important;
    }

.matchitem {
    background-color: lawngreen !important;
}

.docitem-17 {
    background-color: #afddf5 !important;
}

.docitem-1, .docitem-2, .docitem-3, .mucluclv1, .mucluclv2, .mucluclv3 {
    text-align: center !important;
}

.mucluclv1, .mucluclv2, .mucluclv3, .mucluclv4, .mucluclv5, .mucluclv10, .mucluclv23 {
    font-weight: bold;
}

.item-article {
    margin: 6px 0;
    font-size: 16px;
    cursor: pointer;
}

.item-relate {
    width: 45%;
    max-width: 600px
}

td.item-relate {
    overflow-x: auto;
}

    td.item-relate > img {
        max-width: 550px !important;
    }

    td.item-relate > * > img {
        max-width: 550px !important;
    }

    td.item-relate > * > * > img {
        max-width: 550px !important;
    }



    td .item-relate > table {
        /*table-layout: fixed;*/
        max-width: 550px !important;
        overflow-x: auto;
    }

    td.item-relate > * > table {
        /*table-layout: fixed;*/
        max-width: 550px !important;
        overflow-x: auto;
    }

    td.item-relate > * > * > table {
        /*table-layout: fixed;*/
        max-width: 550px !important;
        overflow-x: auto;
    }

.text-warning-props {
    color: #cd631a;
}

.textthamchieu {
    background-color: yellow;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.table-container {
    max-height: 300px;
    overflow-y: auto;
    position: relative;
}

/* Đảm bảo header sticky hoạt động */
.table .sticky-header {
    position: sticky !important;
    top: 0;
    z-index: 10;
}

.form-check-file[type=checkbox] {
    border-radius: .25em;
}

.form-check .form-check-file {
    float: left;
    margin-left: -1.5em;
}

.form-check-file {
    --falcon-form-check-bg: transparent;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--falcon-form-check-bg);
    background-image: var(--falcon-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--falcon-form-check-input-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}

    .form-check-file:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

    .form-check-file:checked {
        background-color: #2c7be5;
        border-color: #2c7be5;
    }

.docitemcontent {
    cursor: pointer;
}

.have-content-compare {
    background: yellow !important;
}

.no-comparison-content-left * {
    background: #FFD99D !important;
    color: #000 !important;
}

.no-comparison-content-left1 * {
    background: gold !important;
    color: #000 !important;
}

.no-comparison-content-right * {
    background: #d8ffac !important;
    color: #000 !important;
}

.no-comparison-content-right1 * {
    background: gold !important;
    color: #000 !important;
}

.docitem1, .docitem2, .docitem3, .docitem4 {
    font-weight: bold;
    text-align: center;
}

.docitem5::first-line {
    font-weight: bold;
}

.mixitem {
    color: green;
}

.related55 {
    background-color: #cacaca;
    color: #000;
}

.max-width-300 {
    max-width: 300px !important;
}

.max-width-250 {
    max-width: 250px !important;
}

.max-width-200 {
    max-width: 200px !important;
}

.max-width-100 {
    max-width: 100px !important;
}

.toggle-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: black;
    border: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0px 0px 5px 2px #0036ff38;
}

.toggle-change {
    position: absolute;
    top: 400px;
    right: -20px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: black;
    border: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0px 0px 5px 2px #4caf504f;
}

    .toggle-change a {
        color: lawngreen !important;
    }

.collapsed .collap-item {
    visibility: hidden;
}

.input-col {
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

    .input-col #docContents {
        padding: 10px;
    }

    .input-col.collapsed #docContents {
        display: none;
    }

.bg-warning-subtle {
    background-color: #fef0e8 !important;
    transition: background-color 0.3s ease;
}

.blink {
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

.approve-doc-btn {
    position: absolute;
    top: 100px;
    right: -20px;
    background-color: #2c7be5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: black;
    border: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0px 0px 5px 2px #4caf504f;
}

    .approve-doc-btn svg {
        margin-top: 6px;
        color: #fff;
    }

    .approve-doc-btn span.spinner-border {
        margin-top: 6px;
        color: #fff;
    }

.offcanvas-bottom {
    height: 100vh !important;
}

.bind-flash-effect {
    background-color: #fff8c5 !important;
    border: 2px solid #ffd33d !important;
    transition: all 0.5s ease;
}

.spc {
    background: #fff88f;
}

.spw {
    background: orange;
}

.spd {
    background: salmon;
}

.spi {
    background: lightgreen;
}

.spellcheck3 {
    border-width: 2px !important;
    border-color: orangered;
    border-style: solid;
}

.highlight {
    background-color: #fff9c4;
    padding: 0 2px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: inline;
    line-height: 1;
}

.draggable-table {
    cursor: move;
    border: 1px dashed #aaa;
}
/* select-group*/

.smart-select {
    display: block;
    position: relative;
}

.select-dropdown {
    border: solid 1px #e0e0e0;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #333;
    padding: 0 20px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    z-index: 9;
}

.select-wrapper {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    width: 100%;
}

.select-content {
    max-height: 260px;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}

.ul-option {
    margin: 0;
    padding: 0;
}

    .ul-option li {
        list-style: none;
        padding: 6px 16px;
        color: #333;
        cursor: pointer;
    }

        .ul-option li:hover {
            background: #f2f2f2;
        }

.icon-select {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.search-group {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    top: 0
}

.input:focus, .select:focus, .textarea:focus {
    border: solid 1px #eaeaea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, 0.6);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input {
    height: 36px;
    padding: 0 10px;
    display: inline-block;
    border: solid 1px #e0e0e0;
}

.full {
    width: 100%;
}

.smart-select.is-invalid .select-dropdown {
    border-color: #dc3545;
}

.smart-select.loading .icon-select {
    border: none; /* Ẩn mũi tên khi loading */
    width: 16px;
    height: 16px;
}

.smart-select .icon-select {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
}

    .smart-select .icon-select .loading-spinner {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        margin-left: -8px;
        border: 2px solid #999;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spin 0.6s linear infinite;
        z-index: 1;
    }

.smart-select.loading .icon-select .loading-spinner {
    display: block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.selected-items-container {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 0;
}

.selected-items {
    display: inline-block;
}

.selected-item {
    display: inline-block;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 2px 8px;
    margin-right: 4px;
    font-size: 0.875rem;
    cursor: default;
}

    .selected-item .remove-selected {
        margin-left: 5px;
        cursor: pointer;
        color: red;
    }

.ul-option li.active {
    background-color: #007bff;
    color: white;
}

.select-footer {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
}

.did-floating-label.floating {
    top: -11px !important;
    font-size: 12px !important;
    color: #212529 !important /*var(--falcon-gray-700) !important*/;
    z-index: 9;
}
/*End Select-Group*/

.form-check-inline {
    margin-right: 0.5rem;
    margin-bottom: 0;
    font-size: 0.925rem;
}

.form-check-label {
    margin-bottom: 0 !important;
}

.form-check-input {
    margin-right: 0.35rem;
    margin-top: 0.1rem;
    min-width: 14px;
}

.did-floating-label-content {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.form-select.d-none {
    display: none !important;
}

.select-index {
    border: var(--falcon-border-width) solid var(--falcon-input-border-color) !important;
    border-radius: var(--falcon-border-radius) !important;
    box-shadow: var(--falcon-box-shadow-inset) !important;
    padding: .1125rem 0.5rem .1125rem 0.5rem !important
}

.checkIndex {
    margin-top: 5px;
}

.modal .modal-body {
    overflow: auto;
    height: auto !important;
    max-height: calc(100vh - 200px);
    scrollbar-width: thin;
}

.modal-body p {
    margin: auto;
}

.content p {
    margin: auto;
}

.table-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: block;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #94a3b8 #f8fafc;
}

    /* Webkit (Chrome, Edge, Safari) */
    .table-scroll-wrapper::-webkit-scrollbar {
        height: 14px; /* tăng kích thước để dễ kéo hơn */
    }

    .table-scroll-wrapper::-webkit-scrollbar-track {
        background: #f8fafc;
        border-radius: 8px;
    }

    .table-scroll-wrapper::-webkit-scrollbar-thumb {
        background-color: #94a3b8;
        border-radius: 8px;
        border: 3px solid #f8fafc; /* tạo khoảng đệm để dễ nhìn và kéo */
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

        .table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: #64748b;
        }


    .table-scroll-wrapper table {
        width: max-content;
        min-width: 100%;
        border-collapse: collapse;
    }

.demuc1 {
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
}

.demuc2 {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}

.demuc3 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.demuc4 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.demuc5 {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.danhsachdemuc1 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.danhsachdemuc2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}

.danhsachdemuc3 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-left: 10px;
}

.danhsachdemuc4 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-left: 15px;
}

.danhsachdemuc5 {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
}
/*Tag autocomplete*/
.tag-container {
    /*display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
    cursor: text;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #f8f9fa;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 7px;
    background-color: #fff;
}

.tag {
    background-color: #0d6efd;
    color: #fff;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
}

    .tag .remove {
        margin-left: 0.5rem;
        cursor: pointer;
        font-weight: bold;
        color: #fff;
        transition: color 0.2s ease;
    }

        .tag .remove:hover {
            color: #ffc107;
        }

.autocomplete-input {
    border: none;
    outline: none;
    flex-grow: 1;
    min-width: 120px;
    font-size: 0.875rem;
    background-color: transparent;
}

.suggestions {
    border: 1px solid #ced4da;
    border-top: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.suggestions div {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
}

/*.suggestions div:hover {
            background-color: #e9ecef;
}*/

/* Optional: container wrapper for positioning */
.autocomplete-wrapper {
    position: relative;
    max-width: 500px;
}
.tag-item .remove {
    margin-left: 6px;
    font-weight: bold;
    cursor: pointer;
}
.suggestions{
    z-index: 999 !important;
}
/*End Tag autocomplete*/
.doc-col-1, .doc-col-2 {
    width: calc((100% - 60px) / 2);
    min-width: 0;
}

.doc-col-actions {
    width: 60px;
    flex-shrink: 0;
}
.editor-hide-border {
    border: none !important;
    box-shadow: none !important;
}
#docLoading {
    opacity: 1;
    transition: opacity 300ms ease;
}
#docLoading.fade-out {
    opacity: 0;
    pointer-events: none;
}
.viewer-embed {
    opacity: 0;
    transition: opacity 400ms ease;
}
.viewer-embed.visible {
    opacity: 1;
}


td.item-relate > img {
    max-width: 550px;
}

td.item-relate > * > img {
    max-width: 550px;
}

td.item-relate > * > * > img {
    max-width: 550px;
}

td.item-relate {
    overflow-x: auto;
}

    td.item-relate > table {
        /*table-layout: fixed;*/
        max-width: 100% !important;
        overflow-x: auto;
    }

    td.item-relate > * > table {
        /*table-layout: fixed;*/
        max-width: 100% !important;
        overflow-x: auto;
    }

    td.item-relate > * > * > table {
        /*table-layout: fixed;*/
        max-width: 100% !important;
        overflow-x: auto;
    }
.keepheight {
    max-height: calc(100vh - 200px);
}
.keepheighteng {
    max-height: calc(100vh - 229px);
}
.bg_yelow {
    background: #ffff00 !important;
}

/* Dùng cho cột số thứ tự (STT) */
.col-stt {
    width: 60px;
    min-width: 40px;
    max-width: 80px;
}

/* Dùng cho cột Thứ tự hiển thị */
.col-order {
    width: 80px;
    min-width: 50px;
    max-width: 100px;
}

/* Dùng cho cột thao tác */
.col-action {
    width: 80px;
    min-width: 60px;
    max-width: 100px;
    text-align: center;
}

/* Dùng cho cell cần thu gọn, hiển thị ... nếu quá dài */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 180px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3; /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
}

.col-info {
    min-width: 140px;
    max-width: 180px;
    width: 180px;
    white-space: normal;
}

 .col-info .info-sub {
        display: flex;
        align-items: center;
        gap: 4px;
    }

.info-block-responsive {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.col-checkbox {
    width: 44px;
    min-width: 36px;
    max-width: 56px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.w-400 {
    width: 400px;
}
@media (max-width: 767.98px) {
    .w-400{
        width: auto;
    }
    .col-stt,
    .col-order,
    .col-action,
    .text-ellipsis {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .col-info {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .info-block-responsive {
        gap: 2px;
    }

    /* Ẩn các hàng tiêu đề cột sticky, chỉ giữ hàng đầu */
    .sticky-header tr:not(:first-child),
    .sticky-header thead tr:not(:first-child) {
        display: none !important;
    }

    .sticky-header tr:first-child,
    .sticky-header thead tr:first-child {
        display: table-row !important;
    }

    .sticky-header {
        display: table-header-group !important;
    }

    /* Bảng responsive: stack cell, không scroll ngang */
    table.responsive-table,
    table.responsive-table tbody,
    table.responsive-table tr,
    table.responsive-table td {
        display: block;
        width: 100%;
    }

    table.responsive-table {
        border: 0;
    }

        table.responsive-table tr {
            margin-bottom: .75rem;
            border: 1px solid rgba(0,0,0,.08);
            border-radius: .25rem;
        }

        table.responsive-table td {
            position: relative;
            padding-left: 50% !important;
            text-align: left !important;
            white-space: normal !important;
            background: transparent !important;
        }

            table.responsive-table td::before {
                content: attr(data-label);
                position: absolute;
                left: .75rem;
                top: 50%;
                transform: translateY(-50%);
                width: calc(50% - 1rem);
                font-weight: 600;
                color: #495057;
                text-align: left;
                white-space: normal;
            }

            table.responsive-table td.text-nowrap,
            table.responsive-table td.white-space-nowrap {
                white-space: normal !important;
            }

            table.responsive-table td.p-0 {
                padding: .5rem .75rem !important;
            }

        /* Tổng số bản ghi + Button Thêm: full width, căn đều, phân biệt filter */
        table.responsive-table thead tr:first-child th,
        .sticky-header tr:first-child th {
            width: 100vw !important;
            min-width: 0 !important;
            box-sizing: border-box !important;
            padding: 12px 16px !important;
            background: #fff !important;
            border-right: none !important;
            border-top: 2px solid #e9ecef !important;
            margin-top: 8px !important;
        }

            table.responsive-table thead tr:first-child th .th-inner,
            .sticky-header tr:first-child th .th-inner {
                width: 100%;
                display: flex !important;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                gap: 8px;
                padding: 0;
            }

            table.responsive-table thead tr:first-child th .row,
            .sticky-header tr:first-child th .row,
            table.responsive-table thead tr:first-child th .col-auto,
            .sticky-header tr:first-child th .col-auto {
                display: contents !important;
                margin: 0 !important;
                padding: 0 !important;
            }

    .bulk-select-replace-element {
        margin-left: 0 !important;
    }

    /* Loại bỏ border phải của cell khi responsive */
    table.responsive-table td,
    table.responsive-table th {
        border-right: none !important;
    }

    /* Màu nền row luân phiên, toàn bộ cell nhận màu từ <tr> */
    table.responsive-table tbody tr {
        background: #f8f9fa !important;
    }

        table.responsive-table tbody tr:nth-child(odd) {
            background: #fff !important;
        }

    table.responsive-table tbody td,
    table.responsive-table tbody td * {
        background: transparent !important;
        box-shadow: none !important;
    }

    table.responsive-table thead tr:first-child th .th-inner .total-rows {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    /* Tạo khoảng cách giữa tổng số bản ghi và row đầu tiên */
    table.responsive-table thead tr:first-child th {
        margin-bottom: 8px !important;
        border-bottom: 1px solid #e9ecef !important;
    }

    th.col-checkbox,
    td.col-checkbox {
        display: none !important;
    }
}
.dropdown-hover:hover .dropdown-menu {
    display: block;
}
.doclink {
    color: #3421cc;
}
.textthamchieu {
    background-color: yellow;
}
.treeview {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    max-height: 350px;
    overflow: auto;
    scrollbar-width: none;
}
#sppointSeo {
    font-size: 20PX;
}

.btnDetailPointSeo:hover {
    cursor: pointer;
}
.div_kf {
    font-size: 14px;
}

.div_kf2 {
    margin-left: 20px;
}

.c_Yes_K {
    color: green;
    font-weight: bold;
}

.c_No_K {
    color: red;
    font-weight: bold;
}

.flatpickr-current-month {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px; 
}

    .flatpickr-current-month .numInputWrapper {
        display: inline-block !important;
        width: 65px !important; 
    }

        .flatpickr-current-month .numInputWrapper input.cur-year {
            display: inline-block !important;
        }

.flatpickr-monthSelector-months {
    flex: 0 1 auto !important;
    width: auto !important;
}
.star-icon {
    color: #666;
    font-size: 1.2em;
    position: relative;
}

    .star-icon.full:before {
        text-shadow: 0 0 2px rgba(0,0,0,0.7);
        color: orange;
        content: '\2605'; /* Full star in UTF-8 */
        position: absolute;
        left: 0;
    }

    .star-icon.half:before {
        text-shadow: 0 0 2px rgba(0,0,0,0.7);
        color: orange;
        content: '\2605'; /* Full star in UTF-8 */
        position: absolute;
        left: 0;
        width: 50%;
        overflow: hidden;
    }
@-moz-document url-prefix() { /* Firefox Hack :( */
    .star-icon {
        font-size: 50px;
        line-height: 34px;
    }
}
.levelnames {color:darkgray; font-style:italic;}