.input-group .select2-container {
    flex: 1 1 auto;
    width: 1% !important; /* Đảm bảo phù hợp với layout flex */
    min-width: 0; /* Ngăn hiện tượng tràn */
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

body[data-layout=horizontal] .page-content {
    margin-top: 5px;
}

.page-title-box {
    padding-bottom: 15px;
}

.table > :not(caption) > * > * {
    padding: 0.4rem;
}

.list-functions {
    width: 100%;
    display: flex;
    padding-left: 0;
}

.list-button {
    margin-bottom: 0;
}

.list-button > li,
.list-functions > li {
    display: inline-block;
    margin-right: 3px;
}

.list-functions > li > a {
    padding: 6px 12px;
    color: white;
    display: inline-block;
    border-radius: 3px;
    line-height: 18px;
    height: 30px;
}

.list-button > li button,
.list-functions > li button {
    white-space: nowrap;
}

.badge-status {
    font-size: 100%;
    width: 24px;
    height: 24px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}

.tbl-receipt .expand-receipt {
    border-left: 1px solid #19669a !important;
    border-right: 1px solid #19669a !important;
    outline: 1px solid #19669a !important;
}

.tbl-receipt .focus-receipt {
    background: rgba(0, 0, 0, 0.05) !important;
}

