/*
* SmartWebix
* File include item SmartWebix only specific css
******************************************************************************/

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page { padding-top: 64px !important }

.content-wrapper .navbar { z-index: auto }

.avatar-xxl {
    width: 7rem;
    height: 7rem
}

.display-none { display: none !important }

.color {
    border: 1px solid;
    height: 12px;
    width: 12px;
    margin-right: 10px
}

.custom-option.custom-option-image:hover {
    border-width: 1px !important
}

.card-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: .625rem .625rem 0 0;
    height: 195px
}

li.nav-item.dynamic-logo {
    display: contents
}

h1.site-title {
    font-size: 1.5em;
    line-height: 1.2;
    margin: .5em 0;
    text-align: left;
    display: grid;
}

.nav-link-custom {
    padding: 15px;
    font-size: 13px
}

.close {
    color: rgba(0, 0, 0, .8);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 5px
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.clock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--bs-heading-color);
    letter-spacing: 1px;
    font-size: 0.8rem;
    align-content: space-between;
    align-items: flex-end;
    margin-right: 10px;
}
fieldset {
    min-width: 0;
    padding: revert;
    margin: revert;
    border: 1px solid color-mix(in sRGB,var(--bs-base-color) 22%,var(--bs-paper-bg));
    border-radius: var(--bs-border-radius);
}
legend {
    float: none;
    width: revert;
    padding: revert;
    margin-bottom: revert;
    font-size: revert;
    line-height: revert;
}
.dataTables_processing.card {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    width: auto;
    margin: 0;
}
.dataTables_processing.card>div:last-child>div { background: #666cff; }

div[data-repeater-item] {
    border-bottom: 1px solid color-mix(in sRGB,var(--bs-base-color) 22%,var(--bs-paper-bg));
}
.form-control:focus~.form-label {
    border-color: transparent;
}

thead.table-light{
    background: url("../img/illustrations/green_dvs.svg");
    background-size: 100%;
}

thead.table-light th{
    background: transparent;
}
table.dataTable thead th.sorting:before, table.dataTable thead th.sorting:after {
    color: #FFFFFF !important;
}

@media print {
    @page { margin: 0; }
    body { margin: 1.6cm; }
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

    h1.site-title {
        font-size: 1.3em;
        text-align: left;
        display: grid;
    }
    h1.site-title small, h1.site-title .small {
        font-size: 0.8125rem;
        text-align: left;
    }
    .clock {
        font-size: 0.5rem;
        text-align: right;
    }
}

@media (max-width: 575.98px) {

    h1.site-title {
        font-size: 1.3em;
        text-align: left;
        display: grid;
    }
    h1.site-title small, h1.site-title .small {
        font-size: 0.6125rem;
        text-align: left;
    }
    .clock {
        font-size: 0.5rem;
        text-align: right;
    }
}

@media (max-width: 480px) {

    h1.site-title {
        font-size: 1.1em;
        text-align: left;
        display: grid;
    }
    h1.site-title small, h1.site-title .small {
        font-size: 0.6125rem;
        text-align: left;
    }
    .clock {
        font-size: 0.5rem;
        text-align: right;
    }
}
