.main-content {
    top: clamp(40px, 5vw, 50px);
}

.nav {
    height: clamp(40px, 5vw, 50px);
}

.nav--item {
    padding: 10px;
    cursor: pointer;
    font-size: clamp(13px, 2vw, 16px);
    height: 100%;
}

.nav--link:has(.nav--item.active) {
    pointer-events: none;
}

.nav--item.active {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(162.63deg, #8d4df3 0%, #0120d4 98.99%);
    border-image-slice: 1;
    width: 100%;
    background: linear-gradient(162.63deg, #8d4df3 0%, #0120d4 98.99%);
    background-clip: text;
    color: transparent;
}

.nav--item:not(.active):hover {
    background: linear-gradient(162.63deg, #8D4DF3 0%, #0120D4 98.99%);
    background-clip: text;
    color: transparent;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(162.63deg, #8D4DF3 0%, #0120D4 98.99%);
    border-image-slice: 1;
    width: 100%;
    transition: all 0.1s ease;
}

.content-header {
    margin: 20px;
}

.nav__list {
    display: flex;
    background: #FFFFFF;
    gap: 24px;
    opacity: 1;
    border-radius: 8px;
    padding: 8px;
}

.nav-list-item.active {
    background: linear-gradient(119.16deg, #8D4DF3 0%, #0120D4 100%);
    padding: 8px 16px;
    gap: 10px;
    opacity: 1;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.nav-list-item {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    opacity: 1;
    border-radius: 4px;
    color: #0120D4;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
}

.search-group {
    background: #FFFFFF;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ddd;
    width: 100%;
}

.search-group i {
    color: #888;
    font-size: 16px;
}

.search-group input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
}

.btn-filter {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 12px;
    border: none;
    font-weight: 400;
    font-size: 14px;
}

.content-body {
    background-color: #FFFFFF;
    margin: 20px;
    border-radius: 8px;
    border-width: 1px;
    padding: 32px 24px;
    gap: 32px;
    opacity: 1;

}

.order-count-text{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #202224;
}

.order-count{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    vertical-align: bottom;
    color: #202224;
}

.order-count span{
    color: #848484;
}

.tbl-data {
    table-layout: fixed !important;
    width: 100%;
}

.tbl-data thead tr {
    padding: 16px 4px;
    border-bottom: 1px solid #D8D8D8;
}

.tbl-data thead tr th {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 8px;
    white-space: nowrap;
}

.tbl-data th, .tbl-data td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.tbl-data-img {
    border-radius: 6px;
    object-fit: cover;
}

.tbl-data-text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.tbl-data-checked {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 10px;
    opacity: 1;
    background: #4880FF;
    border: none;
}

.tbl-data-checked i{
    color: #FFFFFF;
}

.tbl-data-cancel {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    gap: 10px;
    opacity: 1;
    border: 1px solid #EF3826
}

.tbl-data-cancel i{
    color: #EF3826;
}

.ez-pagination-wrapper {
    background-color: #FFFFFF;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}

.ez-pagination-wrapper-left {
    display: flex;
}

.ez-pagination-wrapper-left > span {
    align-self: center;
    font-size: 0.85rem;
}

.ez-pagination-wrapper-right {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}