:root {
    --tbl_header: #33a4ab;
    --tbl_select_row_bg: #e6e6e6;
    --new-clr: #404040;
    --table-text: #3751a1;
    --table-text-hover: #000;
    --table-media-icon: #000;
}

/*.dataTables_wrapper .dataTables_scroll {
    WIDTH: 93VW;
}
.dataTables_scrollHead ,.dataTables_scrollBody {
    width:100%
}*/
table.table.dataTable,
.dataTables_scrollHeadInner {
    min-width: 100%;
}

.dataTables_wrapper .dataTable thead th,
.table thead th {
    border-bottom-width: 0;
    border: 1px solid var(--tbl_select_row_bg);
    font-weight: 400;
    white-space: nowrap;
    background-color: var(--new-clr);
    color: #fff;
    text-align: center;
    padding: 0 15px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.dataTables_wrapper .dataTable tbody tr td, .table td {
    border: 1px solid rgba(151, 151, 151, 0.18);
    color: #404040;
    white-space: nowrap;
    font-weight: 500;
    padding: 3px 15px;
    text-align: left;
    text-align: center;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right,
table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right {
}

.dataTables_wrapper .dataTable tbody tr td.dtfc-fixed-left:not(.select-checkbox):before,
.dataTables_wrapper .dataTable tbody tr td.dtfc-fixed-left:not(.select-checkbox):after,
.dataTables_wrapper .dataTable thead tr th.dtfc-fixed-left:not(.select-checkbox):before,
.dataTables_wrapper .dataTable thead tr th.dtfc-fixed-left:not(.select-checkbox):after {
    content: "";
    --left: -2px;
    height: 100%;
    width: 2px;
    /*background-color: var(--tbl_select_row_bg);*/
    background-color: #dddddd;
    position: absolute;
    top: 0rem;
    left: calc(var(--left));
}

.dataTables_wrapper .dataTable thead tr th.dtfc-fixed-left:not(.select-checkbox):after,
.dataTables_wrapper .dataTable tbody tr td.dtfc-fixed-left:not(.select-checkbox):after {
    left: calc(100% + var(--left) - -2px);
}

a {
    color: #5a5a5a;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #5a5a5a;
        text-decoration: none;
    }

.custom_btn {
    padding: 10px 14px;
    background-color: #707070;
    border-radius: 0px;
    color: white;
    box-shadow: none;
}

table.dataTable.display tbody tr > .sorting_1 {
    transform: scale(1) !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected,
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .sorting_1.selected {
    background-color: var(--tbl_select_row_bg) !important;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.selected > .sorting_1 {
    background-color: var(--tbl_select_row_bg) !important;
}


.memo_table_wrap.Purchase tr td {
    line-height: 27px;
}

.memo_table_wrap.Purchase th {
    line-height: 18px;
}

.dataTables_empty {
    text-align: left !important;
    transform: scale(1);
    font-weight: 500;
}

.table2 tr, .table2 td {
    border: none;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    width: 100%;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
    overflow: overlay;
}

.clsImageURL a i {
    color: var(--table-media-icon) !important;
}

.dtfc-fixed-left a {
    color: var(--table-text);
    transition:all 0.25s ease;
}

    .dtfc-fixed-left a:hover {
        color: var(--table-text-hover);
        /*opacity: 0.8*/
    }

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
    z-index: 1;
    background-color: var(--new-clr);
}

table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    z-index: 1;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #f9f9f9;
}

.dtfc-fixed-left.selected {
    background-color: #e6e6e6 !important;
}
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #fff;
}

/*.dataTables_wrapper .dataTable tbody tr:nth-child(odd):not(.selected):not(:hover),
table.dataTable.stripe tbody tr.odd:not(.selected):not(:hover),
table.dataTable.display tbody tr.odd:not(.selected):not(:hover),
.table-striped tbody tr:nth-of-type(odd):not(.selected):not(:hover),
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #f9f9f9 !important;
}

.dataTables_wrapper .dataTable tbody tr:nth-child(even):not(.selected):not(:hover),
table.dataTable.stripe tbody tr.even:not(.selected):not(:hover),
table.dataTable.display tbody tr.even:not(.selected):not(:hover),
.table-striped tbody tr:nth-of-type(even):not(:hover),
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #fff;
}*/
table.dataTable tbody tr.odd:hover > .dtfc-fixed-left,
table.dataTable tbody tr.odd:hover > .dtfc-fixed-right {
    background-color: #f6f6f6;
}

table.dataTable tbody tr.even:hover > .dtfc-fixed-left,
table.dataTable tbody tr.even:hover > .dtfc-fixed-right {
    background-color: #fff;
}

table.dataTable tbody tr.selected > .dtfc-fixed-left,
table.dataTable tbody tr.selected > .dtfc-fixed-right,
table.dataTable tbody tr.selected:hover > .dtfc-fixed-left,
table.dataTable tbody tr.selected:hover > .dtfc-fixed-right,
tr.selected {
    background-color: var(--tbl_select_row_bg);
}


div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
    background-color: white;
}
table.dataTable tbody tr td, table.dataTable thead tr th {
    height: 27px;
}

table.dataTable thead tr th {
    height: 18px;
}

table.dataTable tbody tr.selected td{
    background:#E6E6E6;
}
table.dataTable tbody tr.selected {
    border: 0px solid #0000009e;
    border-left: 0px solid #0000009e;
}

.Dropdownbtn {
    /*position: absolute;
    top: -29px;
    right: 94px;*/
    text-decoration: underline;
    width: max-content;
    padding-right: 15px;
    position: relative;
    top: 30px;
}
.ShapeUl {
    flex-wrap: wrap !important;
    overflow: hidden;
    height: 90px;
}
.ShapeWrap {
    height: auto !important;
}

/*@media screen and (max-width:1600px){
    .Dropdownbtn{
        right:30px;
    }
}
@media screen and (max-width:1440px) {
    .Dropdownbtn {
        right: 95px;
    }
}
@media screen and (max-width:1400px) {
    .Dropdownbtn {
        right: 58px;
    }
}
@media screen and (max-width:1366px) {
    .Dropdownbtn {
        right: 30px;
    }
}
@media screen and (max-width:1280px) {
    .Dropdownbtn {
        right: 52px;
    }
}
@media screen and (max-width:1024px) {
    .ShapeUl {
        height: 80px;
    }
}*/
@media screen and (max-width:768px){
    .ShapeUl {
        height: auto;
        overflow: auto;
        flex-wrap: nowrap !important;
    }
    .Dropdownbtn{
        display:none;
    }
}
/*.NoImgWidth{
    width:300px!important;
}*/

/*Krutik 16/08/2024*/

.Shape_List_Container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /*align-items: baseline;*/
}

@media screen and (max-width:1199px) {
    .ShapeUl {
        height: 80px;
    }
}

@media screen and (min-width:1688px){
    .Dropdownbtn {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .scroll {
        overflow-x: auto !important;
    }
}