html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    color: #0c0c0dbd;
    font-family: "Inter", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
}

.header-top {
    height: 32px;
    background-color: #F7F7F7;
    vertical-align: middle;
}

footer {
    border: none;
    background-color: #FAFBFC;
}

ul.sub-menu, ul.sub-menu li a {
    background: #FAFBFC;
}

ul.sub-menu li a {
    padding: 10px 20px 4px;
    display: inline-block;
    opacity: .3;
    font-size: 12px;
}

.m-table {
    position: static;
    margin: 0 15px;
    min-width: 96%;
    overflow-x: auto;
    overflow-y: auto;
    border-radius: 16px;
    border: 1px solid #E3E8EF;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .05);
}

ul.css-menu li a {
    border: none !important;
    background: #F7F7F7;
}

.ref {
    border: none !important;
}

.btn, ul.css-menu {
    font-family: "Inter", Arial, sans-serif !important;
}

.simple-table tr:hover td {
    border: none !important;
}

.simple-table th {
    border-top: none !important;
}

.simple-table tr:last-child td {
    border-bottom: none !important;
}

div.btn-group div.filter-ld, div.btn-group div.filter-dr, div.filter-dr {
    display: none;
}

input.filter-dp {
    border-radius: 8px;
    border: none;
    font-size: 12px;
    background: #907f6f1a;
    outline: none;
}

.datefilter {
    height: 29px !important;
    top: 0;
    margin-right: 6px;
}

.simple_filters > div {
    margin: 6px 15px 6px 0 !important;
}

a.logo:hover {
    background: #F7F7F7 !important;
}