.l-nav-bar > ul:nth-child(1) > li:first-child > a::after,
.l-nav-bar > ul:nth-child(1) > li:last-child > a::after {
    content: none;
}

.ReactModal__Overlay{
    background-color: rgb(0 0 0 / 75%) !important;
}

.ReactModal__Content{
    border-radius: 10px !important;
}

.css-13cymwt-control {
    min-height: 46px !important;
}

.css-t3ipsp-control {
    min-height: 46px !important;
}
.data_tableUs .dt-layout-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px;
    align-items: center;


}
.dt-layout-cell.dt-end .dt-search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.data_tableUs  .dt-layout-row.dt-layout-table {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    border-radius: 8px;
    /* max-height: 600px; */
    width: 100%;
    overflow-y: auto;
    padding: 0px;
}
.data_tableUs .dt-layout-row.dt-layout-table .dt-layout-cell {
    width: 100%;
}

.data_tableUs  .dt-layout-cell.dt-start .dt-length {
    display: flex;
    gap: 10px;
}

.data_tableUs  .dt-search input[type=search]{
    border-radius: 5px;
    border: 1px solid #2021244d;
}
.data_tableUs .dt-layout-cell.dt-end .paging_full_numbers button{
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
      border-top-color: rgb(204, 204, 204);
      border-right-color: rgb(204, 204, 204);
      border-bottom-color: rgb(204, 204, 204);
      border-left-color: rgb(204, 204, 204);
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    color: #888;
}
.data_tableUs .dt-layout-cell.dt-end .paging_full_numbers{
    display: flex;
    gap: 10px;
}

.data_tableUs .dt-layout-cell.dt-end .paging_full_numbers .current{
    background: #9F3325 !important;
    color: #fff;
    border-color: #9F3325 !important;
}

.data_tableUs colgroup {
    display: none;
}
.data_tableUs{

    box-shadow: unset;
    border-radius: unset;
    max-height: unset;
    padding: 5px;

}
select[name="myTable_length"] {
    word-wrap: normal;
    border: 1px solid #2021244d;
    border-radius: 3px;
    background-color: #ffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	display: none !important;
}