@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
    --mainColor: #2a3042;
    --primaryColor: #5980f5;
}

/* @charset "UTF-8"; */

/*Responsive Breakpoints
----------------------------------------------------------------------*/
.container-lg {
    padding-right: 30px;
    padding-left: 30px;
}

/*HTML
----------------------------------------------------------------------*/
body {
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
}

.card .card-header {
    background-color: rgb(42 48 66);
    color: white;
}

.card .card-header .text-muted *:not(.text-lighter) {
    color: white !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ced2d8 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ced2d8 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ced2d8 !important;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

/* Force wider datetimepicker popup */
.bootstrap-datetimepicker-widget {
    min-width: 320px !important;
    /* Adjust width */
    padding: 10px;
    font-size: 14px;
     transform: translateX(0%) !important;
}

/* Make sure calendar cells are nicely sized */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    padding: 6px;
}

/* Adjust header alignment */
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    font-weight: bold;
}

a {
    color: #2a84ac;
}

a:hover {
    color: #2b94c3;
}

a.has-line:hover {
    text-decoration: underline;
}

a.no-line:hover,
.no-line {
    text-decoration: none;
}

.row {
    margin: 0;
}

.row .row,
.modal .row {
    margin-right: -15px;
    margin-left: -15px;
}

.modal .row {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter {
    float: unset;
}

/*Core UI Stucture
----------------------------------------------------------------------*/
main {
    width: 100%;
}

main .container {
    max-width: 100%;
}

main {
    min-height: calc(100vh);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 100px !important;
    padding-left: 250px;
    transition: padding-left 0.2s ease;
}

.c-app {
    background-color: #edf2f7;
}

.c-header,
.top-nav {
    /*border-bottom: 3px solid #E5E7EB;*/
    border-bottom: 3px solid #6da3ac3b;
    height: 85px;
}

/* .c-main {
    padding-top: 2rem;
} */

.c-header .logo,
.top-nav .logo {
    height: 85px;
    border-bottom: 3px solid #1d7ba5c4;
    /* margin-bottom: -3px; */
}

.c-header .nav-item a.nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #9297a1;
    text-transform: uppercase;
    padding: 0 30px;
    height: 85px;
    line-height: 85px;
    border-right: 1px solid #e2edef;
}

.c-header .nav-item a.nav-link.user {
    border-left: 1px solid #e2edef;
    border-right: none;
}

.c-header .nav-item a.nav-link:hover {
    color: #40aac7;
    background: #edf2f757;
}

.c-header .nav-item.active a.nav-link {
    color: #40aac7;
}

.avatar-container {}

.avatar {
    color: #79aed4;
    font-size: 1.5em;
}

.avatar-menu {
    margin-top: 15px;
}

.c-footer {
    height: 50px;
    padding: 0 1rem;
    color: #515151;
    border-top: 2px solid #c2d9dcb0;
    background: transparent;
    font-size: 14px;
    margin-top: 60px;
    font-weight: 500;
    text-align: center;
}

/*Components
----------------------------------------------------------------------*/
.divider-line {
    border-bottom: 3px solid #73869f1c;
    display: block;
    margin: 0 0 40px 0;
    height: 1px;
}

.breadcrumb {
    background-color: transparent;
    font-weight: 600;
}

.btn-brand {
    color: #fff;
    background-color: #2292c4;
    border-color: #2292c4;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active {
    color: #fff;
    background-color: #5295e8;
    border-color: #5295e8;
}

.text-brand {
    color: #2292c4;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.accordion.spread .card {
    border-radius: 0.25rem !important;
}

.accordion-title {
    color: #9ca3af;
}

.badge {
    font-weight: 500;
    padding: 6px 6px;
    text-transform: uppercase;
    /* width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.badge.badge-wide {
    width: 100px;
}

.badge.bg-active,
.badge.bg-open {
    color: #2f855a;
    background: #c6f6d5;
}

.badge.bg-closed {
    color: #9ca3af;
    background: #edf2f7;
}

.badge.bg-report {
    width: 75px;
    font-size: 80%;
    padding: 6px;
}

.badge.bg-report.original {
    color: #c46507;
    background: #ff86004a;
}

.badge.bg-report.pmt {
    color: #ac9514;
    background: #ffeb3b73;
}

.badge.bg-report.revised {
    color: #2f855a;
    background: #c6f6d5;
}

.badge.bg-report.none {
    color: #c81516;
    background: #f871713d;
}

.table-hover tbody tr:hover {
    color: #4f5d73;
    background-color: #edf2f747;
}

.table thead th {
    background: #eff2f7;
    color: #4f5d738a;
    border: 0;
    font-size: 14px;
    /*text-transform: uppercase;*/
}

.table thead tr.bg-white th {
    background: #ffffff;
}

.table thead th.sub-header {
    font-weight: 500;
    color: #4f5d73bf;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff !important;
}

.accodion-title {
    color: #000;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.accodion-title:hover,
.accodion-title:focus {
    text-decoration: none;
}

.accordion .card .table-responsive {
    padding: 0 12px;
}

.accordion .card .card-header .text-muted {
    color: white !important;
    background: var(--mainColor);
    width: 25px;
    height: 25px;
    padding: 0 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tab-menu-left {
    border-right: 1px solid #e5e7eb;
    margin-right: 15px;
    padding-right: 0;
}

.tab-menu-left a.nav-link {
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 0 16px;
    line-height: 3.5;
}

.tab-menu-left a.nav-link.active {
    color: #2c528c;
    background-color: transparent;
    font-weight: 600;
}

.file-download {
    display: block;
    margin-bottom: 10px;
}

.file-download:before {
    content: "\f15b";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    color: #dbeafe;
}

.no-file.file-download {
    color: #caced5;
}

.no-file.file-download:before {
    color: #e5e7eb;
}

.text-lighter {
    color: #9fa7ae !important;
}

.text-lightest {
    color: #9fa7ae5e !important;
}

.list-label {
    font-weight: 500;
    color: #aab1bc;
}

.table.inner-content tbody td {
    padding: 15px 0;
}

.table.inner-content.slim tbody td {
    padding: 12px 0;
}

.table.inner-content thead th {
    background: transparent;
    border-top: none;
    padding: 20px 0;
}

table.inner-content thead th .header {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 21px;
    color: #2c528c;
}

/* .entry-row {
    height: 24px;
} */

table.table-outline {
    border: 1px solid #d8dbe0;
}

.table-outline-right {
    border-right: 1px solid #d8dbe0;
}

a.table-edit-button i {
    font-size: 20px;
    font-weight: 600;
}

a.table-edit-button.add i {
    font-size: 25px;
    font-weight: 400;
    margin-left: -5px;
}

a.table-edit-button,
a.table-edit-button:hover,
a.table-edit-button:active {
    text-decoration: none;
}

.shadow-sm {
    border: 0 !important;
    box-shadow: 0 1px 1px 0 rgba(60, 75, 100, 0.14),
        0 2px 1px -1px rgba(60, 75, 100, 0.12),
        0 1px 3px 0 rgba(60, 75, 100, 0.2) !important;
}

.shadow-sm.border {
    /*border: 1px white solid !important;*/
}

/*utilities*/
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.form-control {
    border-color: #d4d9dd;
    height: calc(1.75em + 0.75rem + 2px);
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c6ccd2;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c6ccd2;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c6ccd2;
}

.datatable .btn-ghost-secondary,
.datatable .btn-success {
    font-size: 13px;
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/sort_asc.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/sort_desc.png);
}

table.dataTable thead .sorting {
    background-image: url(../img/sort_both.png);
}

.btn-ghost-secondary,
.btn-success {
    color: #fff !important;
    background: var(--mainColor);
    border-color: #5c5c5c;
    box-shadow: none !important;
    display: inline-flex;
}

.btn-ghost-secondary .material-symbols-rounded {
    font-size: 19px !important;
}

.btn-ghost-secondary:hover,
.btn-success:hover,
.btn-success:active {
    background: var(--mainColor) !important;
    opacity: 0.9 !important;
}

hr.form-divider {
    margin: 0 0 1.25rem 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #546e7a;
    background-color: #eceff1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 7px;
}

.post-element {
    display: none;
}

.badge.badge-table {
    border: none;
    color: #475c66;
    background-color: #eceff1;
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 400;
}

.line-2 {
    font-size: 90%;
    opacity: 0.8;
    margin-top: 5px;
    font-weight: 300;
}

/*General
----------------------------------------------------------------------*/

h1.page-header {
    color: #2c5282;
    font-size: 24px;
    font-weight: 600;
}

.switch-nav i {
    font-size: 24px;
    color: #d1d5db;
}

.switch-nav.active {
    color: #d1d5db;
}

.w-auto {
    width: auto !important;
}

.w-20 {
    min-width: 20% !important;
}

tr.inactive-row td {
    background-color: #ccc !important;
}

hr.card-divider {
    margin: 35px -18px 25px;
}

.dropdown-menu {
    border-radius: 0;
    min-width: 100%;
    margin-top: -3px !important;
    padding: 0;
    border-color: #c8dadd;
    border-top: none;
    font-size: 98%;
}

.dropdown-item {
    padding: 12px 24px;
    color: #9297a1;
    border-bottom: 1px solid #e0ecee;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #edf2f77a;
}

/*CMS
----------------------------------------------------------------------*/
.ck-editor__editable,
textarea {
    min-height: 150px;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

/* table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
} */

.sidebar .nav-item {
    list-style: none;
    cursor: pointer;
}

.btn-default {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none;
}

.btn-default:hover {
    opacity: 0.8;
    color: #fff;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

/*datatables 
-------------------------------------------------------------*/

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.datatable {
    width: 100% !important;
}

/* .dataTables_wrapper .dataTables_filter {
    float: left;
    margin-left: 10px;
} */

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    /* margin-bottom: 0.333em; */
    /* margin-top: .2rem; */
    margin-top: 15px !important;
}

/* .dataTables_length {
    float: right !important;
    margin-right: 15px;
} */

.dataTables_filter {
    margin-right: 0.2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

/* 
table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
} */

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.dataTables_length select,
.dataTables_filter input {
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;*/
    font-weight: 300;
    /*background-color: #f8fafc;*/
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

.dataTables_length select,
.dataTables_filter input {
    font-size: 14px;
}

.table.datatable .btn {
    margin-left: 0.5rem;
}

.dt-button-collection a {
    display: block;
    text-align: left;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-right: 15px;
}

.dt-buttons .btn {
    margin-left: 0.5em;
    border-radius: 0;
    font-size: 1rem;
}

table.dataTable thead th {
    border-color: #c8ced3;
    color: #495057;
    /* background: transparent; */
}

table.dataTable tbody td {
    padding: 11px 12px;
    font-size: 13px;
    white-space: nowrap;
    border: 0;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* table.dataTable tbody td.select-checkbox:before {
    top: auto;
} */
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: auto;
}

div.dataTables_scrollBody table tbody tr td:last-child {
    padding-right: 5px;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #e6edf0;
}

.dataTables_wrapper {
    padding: 0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

div.dataTables_wrapper div.dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 1rem;
    margin-left: 15px;
}

/*ckeditor
-------------------------------------------------------------*/

.ck-editor__editable,
textarea {
    min-height: 177px;
}

.ck-editor__editable.long,
textarea.long {
    min-height: 450px;
}

figcaption.ck-editor__editable {
    min-height: auto;
}

.ckeditor.payments .ck .ck-content .ck-editor__editable {
    height: 340px;
}

/*dropzone
-------------------------------------------------------------*/

.dropzone {
    border: 2px dashed #d4d9dd;
    padding: 0;
    border-radius: 0.5rem;
    min-height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-message {
    color: #90a4ae;
    font-size: 1rem;
}

.dropzone .dz-preview .dz-image {
    /*width: auto;*/
}

.dropzone .dz-preview {
    width: 160px;
}

.dropzone.compact {
    min-height: 40px;
}

.dropzone.compact .dz-message {
    text-align: center;
    margin: 1em 0;
}

.dropzone.compact .dz-preview .dz-image {
    display: none;
}

.dropzone.compact .dz-preview .dz-details .dz-filename {
    display: inline;
    float: left;
}

.dropzone.compact .dz-preview .dz-details .dz-size {
    display: none;
}

.dropzone.compact .dz-preview.dz-file-preview .dz-details {
    padding: 0;
}

.dropzone.compact .dz-remove {
    margin-top: 25px;
}

.dropzone.compact .dz-preview {
    min-height: auto;
}

a.download {
    font-weight: bold;
}

.dropzone.compact.hide-dz-filename .dz-preview.dz-file-preview.dz-complete .dz-details {
    display: none;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    border-color: #d4d9dd;
    min-height: calc(1.75em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    padding-left: 12px;
    padding-right: 20px;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.select2-container--open .select2-dropdown {
    padding: 12px;
}

.select2-search--dropdown {
    display: block;
    padding-bottom: 5px;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

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 {
    content: "";
    display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "";
    display: none;
}

/* table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    border: 1px solid #ccc;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    text-shadow: none;
} */

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    margin-left: 15px;
    /* height: 36px; */
    /* display: inline-block; */
    margin-top: 8px;
}

.breadcrumb-menu {
    float: right;
}

.breadcrumb-menu .btn {
    margin-left: 1rem;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}

.breadcrumb-menu .btn i {
    margin-right: 0.25rem;
    color: #abb5bf;
}

.breadcrumb-menu .btn {
    color: #20a8d8;
}

.breadcrumb-menu .btn.active,
.breadcrumb-menu .btn:hover {
    color: #167495;
    background-color: #454e68;
    border-color: #e9eff2;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0 15px 15px;
    white-space: nowrap;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child,
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    width: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    border: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 4px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    gap: 12px;
}

.datatable.hide-filter .dataTables_filter {
    display: none;
}

.page-item.disabled .page-link {
    color: #cbcbcb;
}

.table-hover>tbody>tr:hover>* {
    background-color: #f5f7fa;
}

.custom-toolbar-element {
    position: absolute;
    right: 20px;
    top: 32px;
    /* margin: 37px 47px; */
    width: 250px;
    z-index: 7;
}

/*Settings Sidebar Nav*/
.settings-nav .c-sidebar-nav-link {
    padding: 9px !important;
}

/* .settings-nav .sub-menu {
    margin-left: 30px;
    margin-bottom: 20px;
}

.settings-nav .sub-menu .c-sidebar-nav-link i {
    display: none;
}
.settings-nav .sub-menu .c-sidebar-nav-link {
    padding: 4px !important;
} */

.dz-filename {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.dz-details {
    position: relative;
}

.dropzone .dz-preview .dz-details {
    opacity: 1 !important;
}

.dropzone .dz-preview .dz-details .dz-size {
    display: none;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    display: none;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: transparent !important;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.dz-progress {
    display: none;
}

.dz-success-mark {
    display: none !important;
}

.dropzone .dz-preview .dz-remove {
    padding-top: 70px;
}

.dropzone .dz-preview .dz-image {
    display: none !important;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: unset !important;
}

.dropzone .dz-preview .dz-details .dz-filename span {
    word-break: break-all;
}

.center-space {
    text-align: center;
}

.center-space>td {
    color: red;
    font-weight: 600;
}

.discript {
    margin-bottom: 0;
    word-break: break-all;
}

.center-link {
    display: inline-block;
    width: 30%;
}

.all-links {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    text-align: center;
}

.btn-style {
    display: inline !important;
}

/* Media query */

@media (min-width: 1280px) {
    .container-lg {
        max-width: 1270px;
    }
}

@media (min-width: 1536px) {
    .container-lg {
        max-width: 1475px;
    }
}

@media (min-width: 1800px) {
    .container-lg {
        max-width: 1845px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px !important;
    }
}

@media (max-width: 1000px) {
    .bootstrap-datetimepicker-widget {
        transform: translateX(50%) !important;
    }

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        padding: 6px;
        font-size: 14px;
    }

    .table.inner-content thead th.text-right .h6 {
        margin: 5px !important;
    }
}

@media (max-width: 550px) {
    .bootstrap-datetimepicker-widget {
        transform: translateX(0%) !important;
    }
}

@media (max-width: 640px) {
    .accordion .accodion-title h5 {
        width: 280px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .custom-toolbar-element {
        position: unset;
        width: 100% !important;
        padding: 20px;
        padding-bottom: 0;
    }

    .c-main .dataTables_wrapper .dataTables_length,
    .c-main .dataTables_wrapper .dataTables_filter,
    .c-main .dataTables_wrapper .dt-buttons {
        float: inline-start !important;
    }

}

@media (max-width: 610px) {
    table.inner-content thead th .header {
        font-size: 17px !important;
    }
}

@media (max-width: 440px) {
    .accordion .accodion-title {
        padding: 0;
    }

    .accordion .accodion-title h5 {
        width: 220px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
    }
}

#filters label,
.auditLog-filter label {
    font-weight: bold;
    margin-top: 10px;
}