/* width */
.dataTables_wrapper::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {

    height: 5px;
}

/* Track */
.dataTables_wrapper::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {

}

/* Handle */
.dataTables_wrapper::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb  {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.dataTables_wrapper::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #f99e23 ;
}
.dataTables_length select {
    background: #062536 !important;
    border: none !important;
    color: #fff !important;
    padding: 0 10px !important;
    margin: 0 5px;
    border-radius: 0;
}
.dataTables_wrapper {
    overflow: auto;
    background: #185373;
    border: 1px solid #dfdfdf;
}
table.dataTable {
    font-size: 1rem;
    color: #333;
    border-top: 1px solid #dfdfdf !important;
    border-bottom: 1px solid #dfdfdf !important;
    box-sizing: border-box;
}

table.dataTable thead th, table.dataTable thead td {
    background: #185373;
    color: #fff;
    border-bottom:5px solid #f99e23 !important;
    white-space: nowrap;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    background: #185373;
    color: #fff;
    border-top:5px solid #f99e23 !important;
    white-space: nowrap;
}
table.dataTable tbody th, table.dataTable tbody td {
    white-space: nowrap;
}

table.dataTable tbody th:nth-child(1), table.dataTable tbody td:nth-child(1) {
    background: inherit;
}
table.dataTable tr th:nth-child(1), table.dataTable tr td:nth-child(1) {
    z-index: 9 !important;
    border-right: 1px solid #ededed;
    position: sticky;
    left:0;
    white-space: nowrap;
    min-width: min-content;
    max-width: max-content;
    text-align: left !important;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
    position: sticky;
    left: 0;
    background: #ffffff;
    color: #fff;
    margin: 0;
    z-index: 9;
    padding: 10px 20px;

}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
    position: sticky;
    right: 0;
    left: 0;
    background: #ffffff;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
float:none;
}
.dataTables_wrapper label {
    margin: 0;
}
.dataTables_wrapper .dataTables_filter input, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="city"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, select, textarea {
    background: #062536;
    border: none;
    color: #fff;
    padding: 0 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
    padding: 5px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    border-color: #fff;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .page-link {
    background: transparent;
    color: #fff;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .pagination {
    justify-content: flex-end;
}
.dataTables_wrapper > .row {
    display: initial;
    margin: 0;
}
.dataTables_wrapper > .row > div {
    padding: 0 !important;
    flex: initial;
    max-width: none;
    position: initial;
}


table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #e9e9e9!important;
}
table.dataTable.hover tbody tr:hover td, table.dataTable.display tbody tr:hover td {

}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: inherit;
}
table a:hover {
    color: #185373;
}
table .btn {
    background: transparent;
    border: 1px solid #c5c5c5;
    padding: 5px;
    color: #2c2c2c;
    border-radius: 0;
}
table .btn i {
    color: #2c2c2c;
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
}
table .btn:hover i {
    color: #fff;
}
table .btn-group .btn {
    border-radius: 0 !important;
}
table input {
    padding: 0 10px !important;
}
table input[type="file" i] {
    padding: 0 !important;
}
table select {
    padding: 5px 25px 5px 10px !important;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    max-width: max-content;
}
table img {
    width: 50px !important;
    height: 50px !important;
}
table .form-group {
    margin: 0 !important;
}
table .badge {
    padding: 10px;
}



.dataTables_wrapper label {
    color: #fff !important;
}
@media only screen and (max-width: 768px) {

    table.dataTable tr th:nth-child(1), table.dataTable tr td:nth-child(1) {
        position: relative;
    }


}


/** page css /keyword-report/admin  ***/
#filter_without_console {
    color: #fff;
}
