body {
    background-color: #e9eef7;
}

h5 {
    font-size: 16px;
    font-weight: 600;
}

.btn-primary {
    background-color: #0058ff;
    border-color: none;
}

.btn-primary:hover {
    background-color: #0058ff;
    border-color: #d7dbec;
}

input:focus,
input[type="submit"]:focus {
    outline: none !important;
}

.btn-warning {
    background-color: #2ec4b6;
    border-color: #2ec4b6;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #2ec4b6;
    border-color: #2ec4b6;
    outline:none!important;
}

.btn-archive
{
    color:#FFF;
    background-color: #0058ff;
    border-color: #0058ff;
}

.btn-archive:hover,.btn-archive:focus, .btn-archive:active, .btn-archive:focus-visible
{
    color:#FFF;
    opacity:0.8;
    outline:none!important;
}

.btn-download
{
    color:#FFF;
    background-color: #2ec4b6;
    border-color: #2ec4b6;
}

.btn-download:hover,.btn-download:focus, .btn-download:active, .btn-download:focus-visible
{
    color:#FFF;
    opacity:0.8;
    outline:none!important;
}

.alert-info {
    background-color: #f8ffff !important;
    border: 1px solid #bedfe6 !important;
    color: #0e566c !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

.user-icon {
    font-size: 25px;
}

.navbar-top-links > li > a:hover,
.navbar-top-links > li > a:focus,
.navbar-top-links > .open > a,
.navbar-top-links > .open > a:hover,
.navbar-top-links > .open > a:focus {
    background-color: transparent !important;
    color: #222 !important;
}

.navbar-header {
    width: 300px;
    display: flex;
    align-items: end;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

#page-wrapper {
    background-color: #f4f7fc;
    min-height: 110vh !important;
    border-left: none;
}

.sidebar {
    margin-top: 57px;
}

.sidebar ul li {
    border-bottom: none;
}

.sidebar ul li a {
    padding: 15px;
    background-color: #e9eef7;
    color: #171725;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar ul li a.active {
    background-color: #e9eef7 !important;
}

.sidebar ul li a.active-menu {
    background-color: #dde7f8 !important;
    color: #0058ff;
}

.sidebar ul li a:hover {
    background-color: #0062ff28;
}

.sidebar-icon {
    font-size: 22px;
    color: #7e84a3;
}

.page-header {
    margin: 80px 0 20px;
    font-size: 26px;
    font-weight: 600;
    border-bottom: none;
}

.panel-default {
    border-color: #7070702b;
}

.panel-default > .panel-heading {
    background-color: #bfccdb;
    border-color: #ddd;
    padding: 6px 15px;
}

#dataTables-example_wrapper .row:last-child {
    position: absolute;
    bottom: -150px;
    width: 100%;
}

.panel-body {
    padding: 30px 40px;
    color: #7e84a3;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: none;
    border-bottom: 1.5px solid #f1f1f5;
    color: #000;
}

#dataTables-example_wrapper .row:first-child {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.table thead {
    background-color: #e9eef7;
}

.table thead th {
    font-size: 12px;
    text-transform: uppercase;
    color: #5a607f;
}

.actions-buttons-container {
    display: flex;
    justify-content: end;
}

.actions-buttons {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.actions-buttons a {
    margin-top: 5px;
    margin-bottom: 5px;
}

#dataTables-example_filter label {
    color: transparent;
}

#dataTables-example_filter .input-sm {
    min-width: 300px;
    width: 100%;
}

#dataTables-example_wrapper .pagination a {
    background-color: transparent !important;
    border: none !important;
    color: #7e84a3;
    font-size: 16px;
}

#dataTables-example_wrapper .pagination .active a {
    background-color: #0058ff !important;
    color: #fff;
    border-radius: 5px;
}

#dataTables-example_wrapper .pagination .fa-angle-left,
#dataTables-example_wrapper .pagination .fa-angle-right {
    font-size: 20px;
}

.cell_table {
    min-width: 500px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s;
}

#loader-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
}

.gjs-am-preview {
    background-size: contain;
}

.image-container {
    position: relative;
    height: 70px;
    width: auto;
    overflow: hidden;
}

.image-preview {
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.status-tag
{
    padding:3px 5px;
    border-radius:3px;
    width:max-content;
    margin-bottom:3px;
}

.btn-filter
{
    color:#000;
    background-color:#e8e8e8;
    border-color:#e8e8e8;
}

.btn-filter:hover, .btn-filter:focus, .btn-filter:active, .btn-filter:focus-visible
{
    color:#000;
    opacity:0.8;
    outline:none!important;
}

.btn-danger:hover, .btn-danger:focus,.btn-danger:active, .btn-danger:focus-visible
{
    outline:none!important;
}

.filter_main_container
{
    margin-bottom:30px;
}

.filter_container
{
    background-color:#f8f8f8;
    border:1px solid #e8e8e8;
    padding:15px;
}

.filter_checkbox_container
{
    max-height: 100px; 
    overflow-y: auto; 
    border: 1px solid #ddd; 
    padding: 5px;
    background-color:#FFF
}

.filter_checkbox_container_2
{
    overflow-y: unset;
}

.filter_checkbox_container .checkbox
{
    margin: 2px 0;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin-left: 170px!important;
    }

    .sidebar {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default {
        margin-top: 57px;
    }

    .page-header {
        margin: 0 0 20px;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        min-width: 250px;
    }

    .actions-buttons-row {
        min-width: 600px !important;
    }

    #dataTables-example_wrapper .row:first-child {
        flex-direction: column;
        padding: 20px;
    }

    #dataTables-example_wrapper .row:last-child {
        position: relative;
        padding: 20px;
        bottom: 0;
    }

    .actions-buttons {
        gap: 20px;
    }
}

@media screen and (max-width: 440px) {
    .navbar-default {
        margin-top: 106px;
    }
}
