.grouped-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(8, 20, 44, 0.55);
}

.grouped-table {
    width: 100%;
    min-width: 1320px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.grouped-table th,
.grouped-table td {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.35;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.grouped-table thead th {
    font-weight: 700;
    color: #f3f4f6;
}

.grouped-table__head-main th {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.grouped-table__head-sub th {
    font-size: 12px;
    font-weight: 600;
    color: #cbd5e1;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.grouped-table tbody td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e5e7eb;
}

.grouped-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.grouped-table .text-left {
    text-align: left;
}

.grouped-table .is-id {
    width: 72px;
}

.grouped-table .is-name {
    width: 320px;
}

.grouped-table .is-category {
    width: 140px;
}

.grouped-table .is-forecast {
    width: 120px;
}

.grouped-table tbody td:nth-child(n+5),
.grouped-table thead tr:nth-child(2) th {
    width: 110px;
}

.grouped-table .group-start {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.grouped-table a {
    color: #dbeafe;
    text-decoration: none;
}

.grouped-table a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.grouped-table select {
    width: 100%;
    min-width: 160px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #fff;
    font-size: 13px;
}

.grouped-table select option {
    color: #111;
}
.grouped-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(8, 20, 44, 0.55);
    padding-bottom: 6px;
    scrollbar-gutter: stable;
}

.grouped-table-wrap::-webkit-scrollbar {
    height: 10px;
}

.grouped-table-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
}

.grouped-table-wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

.grouped-table-wrap::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
.grouped-table {
    width: 100%;
    min-width: 1500px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.grouped-table th,
.grouped-table td {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.35;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.grouped-table td {
    position: relative;
}

.grouped-table td select,
.grouped-table td .select2,
.grouped-table td .select2-container,
.grouped-table td .ts-wrapper {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.grouped-table col.col-id {
    width: 70px;
}

.grouped-table col.col-name {
    width: 340px;
}

.grouped-table col.col-category {
    width: 150px;
}

.grouped-table col.col-forecast {
    width: 130px;
}

.grouped-table col.col-shift {
    width: 150px;
}
