.widget-content-area {
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    /* padding: 0; */
}
.no-content:before,
.no-content:after {
    display: none !important;
}
.dataTables_wrapper {
    padding: 0;
}

.dt--bottom-section {
    padding: 15px 0;
}
.table-form {
    display: flex;
    margin: 17px 21px 25px 21px;
    justify-content: space-between;
}
.table-form .form-group {
    margin-bottom: 0;
}
.table-form .form-group label {
    color: #515365;
    font-size: 14px;
    align-self: center;
}
.table-form .form-group input {
    padding: 7px 18px 7px 14px;
    height: auto;
    font-size: 12px;
}

table.dt-table-hover tbody tr:hover {
    background: #fafafa;
}
/* 
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    color: #d3d3d3;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b2e4b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 14px;
    height: 14px;
    content: "";
    right: 0.3rem;
    top: 0.5rem;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b2e4b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 14px;
    height: 14px;
    content: "";
    right: 0.3rem;
    top: 1.3rem;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    color: #0e1726;
} */
table.dataTable {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-collapse: collapse !important;
}
.table > tbody tr {
    border-radius: 4px;
    border-bottom: 1px solid #e0e6ed;
}
.table > thead > tr > th {
    text-transform: initial;
    font-weight: 600;
    border-top: none;
    background: var(--pmis-bg);
    border-right: none;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding: 10px 8px 10px 8px !important;
    color: var(--table-td-color);
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 2;
}
.dataTable.table-striped.table > thead > tr > th {
    background: transparent;
    border-top: 1px solid #e0e6ed !important;
    border-bottom: 1px solid #e0e6ed !important;
}
.dataTable.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa !important;
}

.table
    > tbody
    > tr:last-child
    > td
    .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown)
    .dropdown-menu.show {
    top: 0;
}

.table > tbody > tr > td {
    border: none;
    padding: 0;
    padding: 10px 8px;
    letter-spacing: normal;
    text-transform: capitalize;
    vertical-align: middle;
}
.table.asset-table > tbody > tr > td,
.table.asset-table > thead > tr > th {
    text-align: center;
}
.short-text {
    word-break: auto-phrase;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.table > tfoot > tr > th {
    border: none;
    padding: 10px 21px 10px 21px;
}
.table-hover:not(.table-dark) tbody tr:hover {
    background-color: transparent !important;
}
/* .table-hover.non-hover:not(.table-dark) tbody tr:hover {
    -webkit-transform: none;
    transform: none;
} */
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: normal;
    color: var(--primary-color);
    font-weight: 600;
    border: 1px solid var(--primary-color);
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: var(--pagination-font);
}
div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
    margin-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_filter svg {
    position: absolute;
    top: 5px;
    right: 9px;
    width: 20px;
    color: #d3d3d3;
}
.dataTables_wrapper .form-control {
    background: var(--lt-drk-input);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    padding: 6px 29px 8px 14px;
    height: auto;
    font-size: 12px;
    color: var(--lt-drk-input-text);
}
.dataTables_wrapper .form-control:focus {
    border: 1px solid #888ea8;
}
div.dataTables_wrapper button:hover {
    -webkit-transform: none;
    transform: none;
}
div.dataTables_wrapper .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}
.table > thead > tr > th.dt-no-sorting:before,
.table > thead > tr > th.dt-no-sorting:after {
    display: none;
}
.dataTables_wrapper .form-control::-webkit-input-placeholder {
    color: #bfc9d4;
    font-size: 12px;
}
.dataTables_wrapper .form-control::-ms-input-placeholder {
    color: #bfc9d4;
    font-size: 12px;
}
.dataTables_wrapper .form-control::-moz-placeholder {
    color: #bfc9d4;
    font-size: 12px;
}
/* div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
} */
div.dataTables_wrapper div.dataTables_length label {
    font-size: var(--label-font);
    margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length select.form-control {
    padding: 0 17px 0 14px;
    appearance: none;
    height: 40px;
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}
.page-link {
    margin-right: 5px;
    border-radius: 50%;
    padding: 8px 12px;
    background: rgba(0, 23, 55, 0.08);
    border: none;
    color: #888ea8;
}
.page-link:focus {
    box-shadow: none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 3px 0;
    flex-wrap: wrap;
}
.page-item.disabled .page-link {
    background: #c4c4c4;
}
.page-item.disabled .page-link svg {
    color: #e3e4eb;
}
.page-item:first-child .page-link {
    border-radius: 50%;
    padding: 5px 9px;
}
.page-item:first-child .page-link svg {
    width: 17px;
}
.page-item:last-child .page-link {
    border-radius: 50%;
    padding: 5px 9px;
}
.page-item:last-child .page-link svg {
    width: 17px;
}
.page-item.active .page-link {
    background-color: var(--primary-color);
}
#alter_pagination_next a,
#alter_pagination_previous a {
    border-radius: 50%;
    padding: 5px 9px;
}
#alter_pagination_next a svg,
#alter_pagination_previous a svg {
    width: 17px;
}
.table-cancel {
    margin-right: 6px;
    vertical-align: middle;
    cursor: pointer;
    color: #515365;
    stroke-width: 1.5;
}
.table-hover:not(.table-dark) tbody tr:hover .table-cancel {
    color: #e7515a;
}
@media (max-width: 767px) {
    table.dataTable .form-control {
        min-width: 150px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .dataTables_wrapper .dataTables_length select.form-control {
        background: transparent;
        padding: 8px 10px 8px 14px;
    }
}
