.readonly {
    background-color: #ddd;
}

.file-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

input,
select,
textarea {
    background-color: #f2fbfe;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    padding: 11px 21px;
    width: 100%;
    line-height: 1.9;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

.drag-text {
    font-size: 18px;
    color: #333;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input-container {
    border: 2px dashed #ccc;
    height: 70px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.check_title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #4da5f1;
    padding-top: 10px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    position: relative;
}

.check_title .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.choices__input {
    min-width: 8ch !important;
    width: auto !important;
}

.txt__center {
    text-align: center;
}

.file-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}

.mgl_245 {
    display: flex;
    width: 100%;
    padding-left: 227px;
    gap: 0.5rem;
}

.max_260 {
    max-width: 260px;
}

.max__162 {
    max-width: 162px;
}

.flex__ct {
    display: flex;
    gap: 0.5rem;
}

.form-text {
    min-width: 105px;
}

.col-form-label {
    position: relative;
}

.col-form-label .text-danger {
    position: absolute;
    top: 5px;
    right: 0;
}

.form-control {
    border: 1px solid #ccc;
}

.choices__inner {
    padding: 4px 7.5px 0px !important;
    min-height: 45px !important;
}

.btn_s {
    padding: .6rem .75rem !important;
}

.cs_pt {
    cursor: pointer;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
}

.is-invalid::after {
    content: "";
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../img/exclamation.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.form-select {
    position: relative;
}



#create-bill-data .choices[data-type*=select-one]::after {
    content: "";
    height: 12px;
    width: 16px;
    border-style: 0;
    border-color: 0;
    border-width: 0;
    position: absolute;
    right: 13.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 12px;
}

.sum__bill {
    border-bottom: none;
}

.sum__bill th {
    border-bottom: none;
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-top: 40px;
}

.pagination a {
    padding: 7px 15px !important;
    color: #000;
    border: 1px solid rgba(0, 101, 187, 1) !important;
    margin-right: 10px !important;
    border-radius: 5px;
    background: rgba(235, 246, 252, 1);
    font-weight: 400;
}

.pagination .current {
    background-color: rgba(0, 101, 187, 1) !important;
    color: #fff;
    padding: 7px 15px !important;
    border: 1px solid rgba(0, 101, 187, 1) !important;
    margin-right: 10px !important;
    border-radius: 5px;
    font-weight: 400;
}

.extend {
    border: 0px solid rgba(0, 101, 187, 1) !important;
    margin-right: 10px !important;
    display: inline-block;
}

.table-label {
    background: rgba(0, 101, 187, 1);
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    font-weight: 700;
    width: 280px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.table-single2 {
    background-color: #fff;
}

table.table-single2 tr td:first-child {
    width: 250px;
    font-weight: 700;
}

table {
    width: 100%;
}

table.table-single2 tr td {
    width: calc(100% - 250px);
    padding: 20px;
    border: 1px solid rgba(145, 143, 143, 1);
    vertical-align: middle;
}

.table__sum td {
    vertical-align: middle;
    text-align: center;
}

.table__sum th {
    vertical-align: middle;
    text-align: center;
}


#blog-head {
    /* background-image: url(./bg-blog_head.png); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 10px 25px 0px;
    font-weight: bold;
}

#blog-head h2 {
    font-weight: bold;
}

.h2,
h2 {
    font-size: 2rem;
}

.single-head {
    padding: 10px 0 30px;
}

.single-head-title .job-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.single-head .last-update {
    display: block;
    text-align: right;
}

.single-head-title {
    border-bottom: 1px solid rgba(129, 128, 128, 1);
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}

.h1_page__post {
    line-height: 1.4;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
}

#blog-single2 {
    padding: 50px 0 100px;
    background: url(bg-job-details.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    margin-top: 0px;
}

#blog-single3 {
    padding: 50px 0 100px;
    background: url(bg-job3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    width: 100%;
}

.content__box {
    border: 1px solid rgba(145, 143, 143, 1);
    padding: 20px;
    background-color: #fff;
}

.control-panel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.control-panel .control-panel-item {
    background-color: #DCDDDE;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    width: calc((100% - 20px) / 3);
    position: relative;
    transition: all 0.3s ease-in-out;
    /* cursor: pointer; */
}

.row-data {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.row-data .tab-data {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    width: calc((100% - 20px) / 3);
}

.control-panel .control-panel-item:nth-child(1) {
    z-index: 3;
}

.control-panel .control-panel-item:nth-child(2) {
    z-index: 2;
}

.control-panel .control-panel-item:nth-child(3) {
    z-index: 1;
}

.control-panel .control-panel-item:nth-child(1)::after {
    position: absolute;
    top: 0;
    right: -40px;
    content: '';
    border-width: 48px 0 48px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #DCDDDE;
    transition: all 0.3s ease-in-out;
}

.control-panel .control-panel-item:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-width: 48px 0 48px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;

}

.control-panel .control-panel-item:nth-child(2)::after {
    position: absolute;
    top: 0;
    right: -40px;
    content: '';
    border-width: 48px 0 48px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #DCDDDE;
    transition: all 0.3s ease-in-out;
}

.control-panel .control-panel-item:nth-child(3)::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-width: 48px 0 48px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.control-panel .is-active {
    background-color: rgba(102, 185, 255, 1);
    color: #000;
}

.control-panel .control-panel-item.is-active::after {
    border-color: transparent transparent transparent rgba(102, 185, 255, 1);
}



/* .control-panel .control-panel-item:hover {
    background-color: rgba(0, 101, 187, 0.7);
    color: #fff;
}

.control-panel .control-panel-item:hover::after {
    border-color: transparent transparent transparent rgba(0, 101, 187, 0.7);
} */

.list-btn,
.contact-btn {
    width: 300px;
    font-weight: bold;
    font-style: 18px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.list-btn {
    background: rgba(0, 101, 187, 1);
    color: #fff;
    padding: 15px 20px;
    border: 1px solid rgba(0, 101, 187, 1);
    text-align: center;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
}

.list-btn svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    margin-left: 20px;
}

.apply-btn:hover {
    background: rgba(195, 22, 85, 1);
    border: 1px solid rgba(195, 22, 85, 1);
    color: #fff !important;
}

.position-fixed {
    z-index: 1040;
}

.modal-center {
    top: 30vh;

}

.txt-center {
    text-align: center;
}

.file__02,
.max__600 {
    max-width: 600px;
    margin: 0 auto;
}

.toast {
    width: 380px;
}

#blog-single1 {
    margin-bottom: 60px;
}

#blog-single-data {
    margin-bottom: 50px;
}

.form-check-input {
    padding: 0 !important;
}

.potion {
    position: relative;
    padding-left: 0;
    margin-left: 1.5em;
    margin-right: 1em;
}

.potion .form-check-input {
    position: absolute;
    left: 0;
}

.group__list {
    padding: 0em 1em 1em 1em;
    margin: 0 0 2em 0;
    position: relative;
    border: 1px solid #ccc;
}

.check__full {
    display: inline-block;
    background-color: #fff;
    position: relative;
    top: -1em;
    padding: 0em 1em 0 3rem;
}

.form-check-user {
    position: absolute;
    left: -1.5rem;
    padding: 0 !important;
}

.form-check-user:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-user[type=checkbox] {
    border-radius: .25em;
}

.form-check-user {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check .is-invalid::after {
    content: none;
}

.progress {
    height: 25px;
    position: relative;
    z-index: 1;
}

.progress-bar {
    position: relative;

}

.progress-bar__after {
    position: absolute;
    top: 45%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 1000;
    line-height: 1;
}

.pdf__full {
    width: 100%;

}

.modal-full {
    height: calc(100vh - 80px) !important;
}

.nav-link {
    color: #000;
}

.nav-link.active {
    color: #0d6efd !important;
}

.modal-full .modal-content {
    height: 100%;
}

.max__screen {
    overflow-y: auto;
    height: calc(100vh - 400px);
}

.maxl__screen {
    height: calc(100vh - 400px);
}

.iframe__full {
    width: 100%;
    height: 100%;
}

.group__money {
    position: relative;
}

.remaining_amount {
    position: absolute;
    right: 0;
    top: 0px;
    /* font-size: 14px !important; */
}

#openconfirmBillBtn .input__monney {
    /* font-size: 14px !important; */
}

#openconfirmBillBtn:hover .progress-bar {
    background-color: rgba(0, 217, 72, 1);
}

.txt-right {
    text-align: right;
}

.content__box .tab-data {
    flex-wrap: wrap;
    display: flex;
}

.group__content {
    width: 100%;
    padding-bottom: 10px;
}

.ct-right {
    text-align: right;
    width: 100%;
    margin-top: auto;
}

.txt-left {
    text-align: left;
}

.table__sum .txt-left {
    text-align: left;
}

.no-hover {
    color: #6c757d;
    border-color: #6c757d !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.border-red {
    border-color: #dc3545;
}

.table__sum .text-warning {
    color: #ff8400 !important;
}

.table__sum .text-success {
    color: #004a14 !important;
}

.control-panel-item .text-success {
    color: #00f92c !important;
}

.control-panel-item .text-warning {
    color: #ff8400 !important;
}

.fs-7 {
    font-size: 10px;
}

.th-1 {
    min-width: 73px;
}

.th-2 {
    min-width: 120px;
}

.th-3 {
    min-width: 55px;
}

.th-4 {
    min-width: 45px;
}


.th-6 {
    min-width: 80px;
}

.th-5,
.th-sum,
.th-7,
.th-8 {
    min-width: 65px;
    width: 160px;
}

.container-xxl.max__1600 {
    max-width: 1600px;
}

.max__11 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th-9 {
    min-width: 100px;

}

.th-10 {
    min-width: 80px;
}

.th-11 {
    width: 200px;
    min-width: 150px;
}

.table__sum {
    text-align: center;
}

.money__danger {
    color: #dc3545 !important;
}

.money__warning {
    color: #dc3545 !important;
    background-color: #ffc107 !important;
}

.money__success {
    color: #000;
    background-color: rgba(102, 185, 255, 1) !important;
}

.tab-data.money__danger,
.tab-data.money__success,
.tab-data.money__warning {
    background-color: transparent !important;
    color: initial !important;
}

.money__danger .progress-bar__after {
    color: #dc3545;
    right: 50%;
    transform: translate(50%, -50%);
}

.money__danger .progress-bar {
    width: 100% !important;
    background-color: rgba(195, 22, 85, 0.2);
}

.money__warning .progress-bar__after {
    color: #dc3545;
    right: 5px;
    transform: translateY(-50%);
}

.money__warning .progress-bar {
    min-width: 30px;
    background-color: #ffc107;
}

.money__success .progress-bar__after {
    color: #000;
    right: 5px;
    transform: translateY(-50%);
}

.money__success .progress-bar {
    background-color: rgba(0, 217, 72, 1);
}

.money__warning .remaining_amount,
.money__danger .remaining_amount {
    color: #dc3545;
}

.money__warning .input__monney,
.money__success .input__monney {
    color: #0d6efd;
}

.customize-support {
    background-color: #fff;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.title__top {
    font-weight: 900;
    color: #0d6efd;
}

.job-type {
    background: rgba(0, 101, 187, 1);
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
}

.single-content-data {

    max-width: 1000px;
    margin: 0 auto;
}

.table-single-data {
    text-align: center;
}

body {
    background-color: #fff;
}

.s_bill_delegate {
    height: 45.5px;
}

.s_bill_delegate_confirm_money {
    height: 45.5px;
}

/* Giữ item chọn trong 1 dòng, không đẩy layout */
.search-form .choices__inner {
    display: flex;
    flex-wrap: nowrap;
    /* Không cho xuống dòng */
    overflow-x: auto;
    /* Nếu dài thì cho cuộn ngang */
    white-space: nowrap;
    width: 100%;
}

/* Giữ mỗi tag trên 1 dòng không bị bẻ chữ */
.search-form .choices__list--multiple .choices__item {
    white-space: nowrap;
}

.search-form .choices__inner::-webkit-scrollbar {
    height: 6px;
    /* thanh ngang mảnh */
    position: absolute;
    /* chỉ hiển thị nổi */
}

.search-form .choices__inner::-webkit-scrollbar-track {
    background: transparent;
    /* trong suốt */
}

.search-form .choices__inner::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.search-form .choices__inner::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.search-form .choices__inner {
    max-height: 45px;
}

.row__cs {
    display: flex;
    flex-wrap: wrap;
}

.col-s5 {
    width: 40%;
    padding-right: calc(var(--bs-gutter-x) * 1);
}

.col-s2 {
    width: 20%;
}

.search-form {
    position: relative;
    z-index: 1000;
}

.table-single-data tr .th-1 {
    width: 170px;
}

.table-single-data tr .th-2 {}

.table-single-data tr .th-3 {
    width: 170px;
}

.table-single-data tr .th-4 {
    width: 170px;
}

.table-single-data tr .th-5 {
    width: 170px;
}

.table-single-data tr .th-6 {
    width: 120px;
}

.w-100 {
    width: 100%;
}

.fs-100 {
    font-size: 50px;
}

.fix_top .br-2 th {
    position: relative;
    padding-bottom: 15px !important;
}

.sum__bill th {
    padding-top: 15px !important;
}

.fix_top .br-2 th::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #212529;
    border-radius: 9px;
}

#choices--s_bill_delegate-item-choice-1 {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}


.contact-profile {
    width: 100%;
    border-bottom: 1px solid #0d6efd;
    margin-bottom: -1px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.messages {
    border-top: 1px solid #0d6efd;
}

.messages li {
    border-bottom: 1px solid #0d6efd;
    border-left: 1px solid #0d6efd;
    border-right: 1px solid #0d6efd;
    padding: 20px;
}

.single-content3 {
    margin-bottom: 60px;
}

.comment_name {
    font-weight: bold;
    font-size: 20px
}

.mes__chat {
    height: 150px;
}

.message-input {
    position: relative;
    margin-bottom: 20px;
}

.message-input .submit {
    padding: 19px 15px !important;
    width: 100%;
    display: block;
}

.col-sa9 {
    width: 80%;
}

.col-sa3 {
    width: 20%;
}

.row_sa {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.fw4 {
    font-weight: 400;
}

.btn-delete {
    position: absolute;
    right: 0;
    top: -50px;
}

.btn-delete svg {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.btn-delete:hover svg {
    color: #fff !important;
}

.max__11 span {
    display: inline-block;
    position: relative;
}

.max__11 span::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 10px);
    height: 2px;
    background-color: #0d6efd;
    border-radius: 99px;
}

.table-tax .th-1 {
    width: 60px;
}

.table-tax .th-2 {
    width: calc(100% - 60px);
}

/*  */
header {
    margin-top: 50px;
}

/* .fix_top {
    position: sticky;
    top: 50px;
    background: #fff;
    z-index: 999;
} */
/* .table__wrap {
    overflow-x: hidden;
}
.table__sum {
    min-width: 1290px;
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
} */
.table__sum thead.fix_top tr.sum__bill th {
    position: sticky;
    top: 50px;
    background: #fff;
    z-index: 999;
}

.table__sum thead.fix_top tr:nth-child(2) th {
    position: sticky;
    top: 100px;
    background: #fff;
    z-index: 999;
}



/* .min__120{
    min-width: 1200px;
} */
.modal-dialog {
    margin: 3.5rem auto 1.75rem;
}

.custom-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #1d2327;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 9999;
    font-size: 15px;
}

.left-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.right-menu a:hover {
    text-decoration: underline;
}

.custom-topbar a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.custom-topbar a:hover {
    color: #00b4ff;
}

.user-menu {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    transition: 0.2s;
}

.user-menu:hover {
    background: rgba(255, 255, 255, 0.15);
}

.user-menu .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #2c3338;
    border-radius: 6px;
    min-width: 160px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.user-menu:hover .dropdown {
    display: block;
}

.user-menu .dropdown a {
    display: block;
    padding: 8px 14px;
    color: #fff;
    white-space: nowrap;
}

.user-menu .dropdown a:hover {
    background: #3c434a;
}

/* Giúp nội dung không bị che */
body {
    padding-top: 50px;
}

/* Responsive nhỏ gọn cho mobile */


.table__user {
    table-layout: fixed;
    width: 100%;
    /* Đảm bảo bảng chiếm toàn bộ chiều rộng */
}

.w-100 {
    width: 100%;
}

.table__user .th-1 {
    width: 60px;
}

.table__user .th-2 {
    width: calc(100% - 900px);
}

.table__user .th-3 {
    width: 200px;
}

.table__user .th-4 {
    width: 300px;
}

.table__user .th-5 {
    width: 200px;
}

.table__user .th-6 {
    width: 140px;
}

.mtxp-5 {
    position: relative;
    top: 3px;
}

.hx__400 {
    height: 300px;
}

.text__thanks {
    font-size: 18px;
    font-weight: 500;
}

.modal-top {
    top: 10vh !important;
}

.group__data_usser .list-group-item strong {
    display: inline-block;
    width: 120px;
}

.group__data_usser .list-group-item span {
    display: inline-block;
    padding-right: 10px;
}

.group__data_usser .list-group-item span:last-child {
    padding-right: 0;
}

.d-inlineblock {
    display: inline-block;
}

.csi {
    cursor: initial;
}

.time__chat {
    color: #6c757d;
    font-weight: 500;
    font-size: 15px;
}

.name__user {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 2px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

.modal .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    /* không xuống hàng */
    overflow-x: auto;
    /* cuộn ngang */
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    /* giúp cuộn dừng đúng vị trí */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    border-bottom: none;
    /* tùy chọn: bỏ đường viền bootstrap mặc định */
}



.modal .nav-item {
    flex: 0 0 auto;
    /* giúp mỗi tab có kích thước cố định, không co giãn */
    scroll-snap-align: center;
    margin-right: 8px;
}

.breadcrumb {}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item {
    font-weight: bold;
}

.breadcrumb-item.active {
    font-weight: 400;
}

.col-f {
    flex: 0 0 auto;
    width: auto;
    padding-right: 0;
}

.pdr-0 {
    padding-right: 0 !important;
}

#user_note_send_email {
    resize: none;
}

.t_3 {
    position: relative;
    top: -3px;
}

.maxh_pdf {
    height: calc(100vh - 200px);
}

.w__auto {
    width: 100%;
    overflow-x: auto;
    /* Cho phép cuộn ngang nếu bảng quá rộng */
    margin: 20px 0;
}

.max_table {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    /* Tự điều chỉnh độ rộng cột */
}

.max_table th,
.max_table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
    white-space: nowrap;
    background-color: #fff;
}

.max_table td {
    min-height: 44px;
}

.max_table th {
    background: #f7f7f7;
    font-weight: bold;
}

.max_table tr:nth-child(even) {
    background-color: #fafafa;
}

.contact-profile .btn:hover {
    cursor: initial;
}

/* RWD */
.view-sp {
    display: none;
}

.min__1200 {
    min-width: 1200px;
}

.scroll__min {
    overflow-x: auto;
    width: 100%;
}

.form-text {
    word-break: break-word;
}

@media (max-width: 1279px) {
    .table__sum thead.fix_top tr.sum__bill th {
        position: relative;
        top: 0;
    }

    .table__sum thead.fix_top tr:nth-child(2) th {
        position: relative;
        top: 0;
    }

    .table__wrap {
        overflow-x: scroll;
    }

    .table__sum {
        width: 1250px;
    }
}

@media (max-width: 999px) {
    .modal-center {
        top: 15vh;
    }

    .custom-topbar {
        align-items: flex-start;
        height: auto;
        padding: 10px;
    }

    .left-menu {
        flex-wrap: wrap;
        gap: 5px;
    }

    .view-pc {
        display: none;
    }

    .right-menu {
        font-size: 14px;
        /* gap: 10px; */
    }

    .right-menu button {
        /* border: 1px solid #fff; */
        padding: 5px;
    }

    .t_3 {
        top: -1px;
    }

    .content__box {
        padding: 20px 10px;
    }

    .comment_name {
        position: relative;
    }

    .time__chat {
        display: block;
        font-size: 13px;
        position: absolute;
        top: 0px;
        left: 0;
    }

    .name__user {
        padding-top: 30px;
    }

    .drag-text {
        font-size: 13px;
    }

    .message-input .submit {
        padding: 10px !important;
        font-size: 16px;
        width: 120px;
        margin-left: auto;
    }

    .table-single-data th,
    .table-single-data td {
        width: 100%;
        float: left;
        text-align: left;
    }

    .table-single-data th {
        padding-bottom: 0;
    }

    .table-single-data td {
        padding-top: 0;
    }

    .view-sp {
        display: block;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .job-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .row-data .control-panel-item {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .row-data .tab-data {
        width: 100%;
    }

    .control-panel-item.is-active {
        background-color: rgba(102, 185, 255, 1);
        color: #000;
        font-weight: bold;
    }

    .control-panel-item {
        background-color: #DCDDDE;
    }

    #s-bill .col-2 {
        width: 100%;
    }

    #s-bill .col-1 {
        width: 50%;
    }

    #s-bill .col-3 {
        width: 100%;
    }

    #s-bill .col-5 {
        width: 100%;
    }

    #s-bill .col-7 {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .col-form-label .text-danger {
        position: initial;
    }

    .max_260 {
        max-width: 100%;
    }

    .mgl_245 {
        padding-left: 0;
    }

    .table-single-data tr:nth-child(2) td:nth-child(1) {
        padding-top: 8px;
    }
}

.help-menu {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 6px;
    transition: 0.2s;

}

.help-menu:hover {
    background: rgba(255, 255, 255, 0.15);
}

.help-menu .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #2c3338;
    border-radius: 6px;
    min-width: 160px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.help-menu:hover .dropdown {
    display: block;
}

.help-menu .dropdown button:hover {
    color: #00b4ff !important;
    opacity: 1 !important;
}

.help-menu .dropdown button {
    width: 100%;
}

.explanation .nav {
    padding: 20px 0;
    border-right: 1px solid #cecece;
    border-bottom: 0;
    height: 100%;
}

.explanation .nav-link:first-child.active {
    border-top: 1px solid #cecece !important;
}

.explanation .nav-link.active {
    background-color: #fff;
}

.nav .nav-link {
    position: relative;
    color: #2c2b2b;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    padding: 10px 0;
    padding: 15px 15px 15px 20px;
    text-align: left;
    min-width: 200px;
    font-size: 16px;
    font-weight: bold;
}

.nav .nav-link:first-child {
    border-top: 1px solid #cecece;
}

.explanation .nav-link:first-child.active::before {
    height: 100%;
    top: 0;
}

.explanation .nav-link.active::before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% + 1px);
    left: 0;
    top: -1px;
    background-color: #0d6efd;
}

.explanation .nav-link.active::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background-color: #fff;
}

@media (max-width: 999px) {
    .nav .nav-link {
        min-width: auto;
        padding: 10px 5px 10px 10px;
    }

    .modal-dialog {
        max-width: calc(100% - 15px);
    }
}

.hv-o:hover {
    cursor: pointer !important;
}

.check_danger.text-danger input {
    border: 1px solid #dc3545;
}

.fix__center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-header {
    justify-content: flex-end;
}

.toast:not(.showing):not(.show) {
    pointer-events: none;
}