#myTabContent {
    position: relative;
    z-index: 999;
    margin-top: -180px;
}

.table-container {
    background-color: var(--main-text);
    border-radius: 25px;
}

.table-tab {
    position: relative;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--dark-text) !important;
    padding: 8px 20px !important;
    border: none !important;
}

.table-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--green-text);
    transition: width 0.3s ease;
}

.table-tab.active {
    font-weight: 700 !important;
    background-color: var(--dark-accent-color) !important;
}

.table-tab.active::after {
    width: 100%;
}

#myTabs .nav-link {
    padding: 0;
    background-color: transparent;
    margin-right: 32px;
    font-size: 18px!important;
    font-weight: 700;
    border: none!important;
    color: #808080;
}

#myTabs .nav-link:hover {
    color: var(--main-text);
}

#myTabs .nav-link.active {
    color: var(--green-text);
}

.commonSearch {
    max-width: 334px;
    height: 50px;
    border-radius: 30px!important;
    background: url('/svg/search.svg') no-repeat 20px center;
    background-size: 24px 24px;
    padding-left: 52px!important;
    padding-right: 24px!important;
    border: 1px solid #EEEEEE;
}


/* table.table.dataTable> :not(caption)>*>* {
    background-color: transparent;
}

table.table.dataTable>tbody>tr:nth-child(even) {
    background-color: #ffffff0d !important;
} */


/* table.dataTable thead th {
    background-color: var(--dark-accent-color) !important;
    border: 1px solid var(--dark-accent-color);
    color: var(--main-text) !important;
    text-align: left !important;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 28px;
    padding-right: 28px;
    height: 54px;
}

.table-responsive .tab-content .tab-pane:first-child.active table thead th:first-child {
    border-top-left-radius: 0;
}

table.dataTable thead th:first-child {
    border-top-left-radius: 12px;
}

table.dataTable thead th:last-child {
    border-top-right-radius: 12px;
} */


/* .dataTable td {
    color: var(--main-text) !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    height: 54px;
    text-align: left !important;
    vertical-align: middle;
}

.dataTable th {
    padding-left: 28px !important;
    padding-right: 28px !important;
} */


/* table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
    text-align: center !important;
    vertical-align: middle;
    height: 70px;
}

table.dataTable td.dataTables_empty {
    text-align: center !important;
} */

.dataTable.table th:first-child,
#holiday-schedule-section-1 th:first-child {
    border-top-left-radius: 12px;
}

.dataTable.table th:last-child,
#holiday-schedule-section-1 th:last-child {
    border-top-right-radius: 12px;
}

.tab-pane:not(.active) {
    display: none;
}


/* div.dataTables_wrapper .dataTables_paginate .paginate_button .paginate_button,
div.dataTables_wrapper .dataTables_paginate .paginate_button .paginate_button:focus,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled .paginate_button {
    font-size: 18px;
    line-height: 22px;
    color: var(--main-text);
    background-color: transparent !important;
    box-shadow: none !important;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: 0 10px!important;
    margin: 0!important;
} */


/* .paginate_button.disabled .paginate_button {
    color: var(--muted-text);
} */


/* .paginate_button:hover .paginate_button {
    color: inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: not-allowed !important;
}

.paginate_button.active .paginate_button {
    font-weight: 700 !important;
}
 */


/* a.paginate_button.previous,
a.paginate_button.next {
    color: #5f6368 !important;
} */

.table-search {
    max-width: 163px;
}

.dataTables_empty {
    text-align: center !important;
}

.commonHeader {
    margin-bottom: 40px!important;
}

.dataTables_paginate {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F9F9F9!important;
    border: none!important;
    border-radius: 6px!important;
    margin-right: 4px!important;
    color: var(--dark-text)!important;
    font-size: 14px!important;
    padding: 0!important;
    width: 38px!important;
    height: 38px!important;
    box-shadow: none!important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
    background: #EFEFEF !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button:active {
    background: #E2E2E2 !important;
}

.section-full .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current {
    color: var(--main-text)!important;
    background: var(--green-text)!important;
}

@media (min-width: 992px) {
    .dataTable.table th,
    .dataTable.table td {
        width: 16%;
    }
    .dataTable.table th:first-child,
    .dataTable.table td:first-child {
        width: 20%;
    }
    #holiday-schedule-section-1 th,
    #holiday-schedule-section-1 td {
        width: 16%;
    }
    #trading-hours-section-3 .dataTable.table th,
    #trading-hours-section-3 .dataTable.table td {
        width: 25%;
    }
}

@media (max-width: 991px) {
    #commonHeader {
        flex-wrap: wrap;
    }
    .table-search {
        max-width: 180px;
    }
}


/* .dt-container,
div.dt-scroll {
    min-width: 700px;
} */

.dt-scroll-body * {
    overflow: visible !important;
}

.dt-scroll-body,
.dataTable {
    overflow: hidden !important;
    border: none !important;
}

.dt-container div.row {
    margin: 0;
}

.commonSearch::placeholder {
    color: #727171 !important;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7374 14.5002L0.197266 13.1002L6.35779 7.50018L0.197266 1.90018L1.7374 0.500183L7.89792 6.10018L14.0584 0.500183L15.5986 1.90018L9.43805 7.50018L15.5986 13.1002L14.0584 14.5002L7.89792 8.90018L1.7374 14.5002Z' fill='%23B7B7B7'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    width: 15px;
    height: 14px;
    cursor: pointer;
}

.tableTabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}


/* Hide scrollbar for Chrome, Safari, and Opera */

.tableTabs::-webkit-scrollbar {
    display: none;
}


/* Responsive styles for small screens */

@media (max-width: 767px) {
    #myTabs .nav-link {
        font-size: 16px!important;
        margin-right: 16px!important;
    }
    table.dataTable tbody tr {
        padding-left: 0 !important;
        padding-right: 0!important;
    }
    table.dataTable tbody tr:first-child,
    #holiday-schedule-section-1 tbody tr:first-child {
        padding-top: 0!important;
    }
    .dataTable tr td,
    #holiday-schedule-section-1 tr td {
        border-left: none!important;
        border-right: none!important;
        border-top: 1px dashed var(--medium-border-color)!important;
        border-bottom: 1px dashed var(--medium-border-color)!important;
    }
    .commonHeader {
        margin: 0 16px;
    }
    .table-container p,
    .holiday-schedule-container p {
        font-size: 14px!important;
        margin: 0;
    }
    .table-container {
        padding: 16px 0 !important;
    }
    .holiday-schedule-container {
        overflow: hidden;
        padding: 24px 0 !important;
    }
    .table thead,
    .holiday-table thead {
        display: none;
    }
    .table tr {
        padding: 16px!important;
    }
    #holiday-schedule-section-2 .holiday-table tr td {
        padding-right: 16px!important;
    }
    .table tbody tr,
    .holiday-table tbody tr {
        display: block;
    }
    .table tbody td,
    .holiday-table tbody td {
        display: flex;
        justify-content: end;
        align-items: center;
        position: relative;
        padding: 0!important;
        font-size: 14px;
        padding-left: 110px!important;
    }
    .table tbody td::before,
    .holiday-table tbody td::before {
        content: attr(data-header);
        position: absolute;
        left: 16px;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
    }
    .holiday-table tbody td::before {
        left: 16px;
    }
    .table tbody td>*,
    .holiday-table tbody td>* {
        display: block;
    }
    table.dataTable td.dataTables_empty {
        text-align: center!important;
        justify-content: center;
        padding: 0 !important;
    }
    table.dataTable td.dataTables_empty {
        text-align: center !important;
    }
}

.dataTable.table #holiday-schedule-section-1 .table {
    border-collapse: collapse;
}


/* .dataTable.table thead th {
    text-align: center;
    font-size: 24px;
    color: var(--dark-text)!important;
    font-weight: 600;
    padding: 30px 16px;
    vertical-align: middle;
} */

.dataTable.table td,
#holiday-schedule-section-1 .table td {
    font-size: 14px;
    text-align: center;
    color: var(--dark-text)!important;
    border: 1px dashed var(--medium-border-color);
    padding: 0 16px!important;
    vertical-align: middle;
    background-color: #F9F9F9!important;
}

.dataTable.table tr:first-child td,
#holiday-schedule-section-1 tr:first-child td {
    border-top: none;
}

.dt-paging nav ul.pagination {
    margin: 0;
}


/* .dataTable.table tr:last-child td {
    border-bottom: none;
} */


/* .dataTable.table tr:first-child td:first-child {
    border-top-left-radius: 12px;
}

.dataTable.table tr:first-child td:last-child {
    border-top-right-radius: 12px;
}

.dataTable.table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.dataTable.table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
} */

.dataTable.table tr td:first-child,
#holiday-schedule-section-1 .table tr td:first-child {
    border-left: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.dataTable.table tr td,
#holiday-schedule-section-1 .table tr td {
    height: 62px;
}

.table tr td:last-child,
.table tr td:last-child,
#holiday-schedule-section-1 .table tr td:last-child {
    border-right: none;
}

table.dataTable thead th,
#holiday-schedule-section-1 thead th {
    background-color: #F9F9F9!important;
    border: 1px dashed var(--medium-border-color)!important;
    border-top: none!important;
    vertical-align: middle;
    text-align: center!important;
    height: 62px;
}

table.dataTable thead th:first-child,
#holiday-schedule-section-1 thead th:first-child {
    border-left: none!important;
}

table.dataTable thead th:last-child,
#holiday-schedule-section-1 thead th:last-child {
    border-right: none!important;
}

.table th span,
#holiday-schedule-section-1 .table th span {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-text);
}

@media (max-width: 615px) {
    #myTabs {
        display: flex;
        flex-direction: column;
    }
    #myTabs .nav-link {
        margin-bottom: 12px !important;
    }
}