.table thead tr {
    background-color: #F5F8FA;
}
.dark-mode .table thead tr {
    background-color: #1b1b28!important;
}

.table thead tr th {
    color: #A1A5B7;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.52px;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
    padding-left: 10px;
}
.dark-mode .table thead tr th {
    background-color: #1b1b28!important;
}

.table thead tr.filter-row td {
    padding: 0 8px 8px!important;
}

.table.with-filters-row thead tr:not(.filter-row) {
    border: none!important;
}
.table.with-filters-row thead tr:not(.filter-row) th {
    padding-bottom: 0.25rem!important;
    color: #A1A5B7;
    font-weight: 500;
}
.table.with-filters-row > thead .sorting:after {
    top: 65% !important;
}
.table > thead .sorting:after {
    content: "" !important;
}
.table thead input:not(.form-check-input),
.table thead select {
    background: url('/img/filter-icon.svg') no-repeat scroll 7px 7px;
    background-color: #ffffff;
    padding-left:30px;
    max-height: 26px;
    border-radius: 2px;
    font-size: 12px;
}

.table thead select {
    padding: 3px;
    padding-left: 21px;
    max-height: 24px;
}

.dark-mode .table thead input {
    background-color: #1b1b28!important;
}
.minicolors-theme-bootstrap .minicolors-input {
    padding-left: 53px!important;
}
.minicolors-theme-bootstrap .minicolors-swatch {
    top: 4px!important;
    left: 6px!important;
    width: 40px!important;
    height: 37px!important;
    border-radius: 6px!important;
}

.image-input .image-input-wrapper,
.image-input {
    background-position: center;
}
.image-input.image-contain .image-input-wrapper {
    background-size: contain;
}

.tox-tinymce {
    height: 300px;
}

.filter-btn {
    background: url('/img/filter-icon.svg') no-repeat scroll 7px 7px;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 12px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    border: 1px solid #E4E6EF!important
}

.always-aside-dark {
    color: #B5B5C3;
    background-color: rgba(63, 66, 84, 0.35);
    border: none!important;
}