/* Global css */
.required:not(span)::before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}
.bg-danger-light {
    background-color:#F5E0E2 !important;
}
.bold {
    font-weight: bold !important;
}
body {
    font-size: 100%;
}
.badge {
    vertical-align: middle;
}
.btn-danger {
    background-color: var(--danger) !important;
}
.swal2-styled.swal2-confirm {
    background-color: var(--primary) !important;
}
.fs-7 {
    font-size: .875em;
}
.fs-8 {
    font-size: .75em;
}

/* Navbar */
html[data-placement=horizontal] .nav-container, html[data-placement=vertical] .nav-container {
    background-image: none;
    background-color: #1c9cd7;
}
html[data-placement=vertical] .nav-container .user-container .user:hover {
    box-shadow: none !important;
    background: none !important;
}
html[data-placement=horizontal] .nav-container.mobile-side-ready .nav-content .logo, html[data-placement=vertical] .nav-container .nav-content .logo, html[data-placement=vertical] .nav-container.mobile-side-ready .nav-content .logo {
    margin-bottom: 5px !important;
}
html[data-placement=vertical][data-behaviour=unpinned]:not([data-menu-animate=show]) .nav-container .nav-content .nav-logo {
    width: 30px !important;
    height: auto;
}
html[data-placement=vertical] .nav-container .nav-content .nav-logo {
    width: 77px !important;
    height: auto;
}
html[data-placement=horizontal] .nav-container .logo img {
    width: 42px;
    height: auto;
}
html[data-placement=horizontal] .nav-container.mobile-side-ready .nav-content .user-container .user .profile, html[data-placement=vertical] .nav-container .nav-content .user-container .user .profile, html[data-placement=vertical] .nav-container.mobile-side-ready .nav-content .user-container .user .profile {
    width: 60px;
    height: 60px;
}
.menu-container .label, .user-container .name {
    font-size: 16px;
}
html[data-placement=vertical][data-behaviour=pinned] #menu, html[data-menu-animate=show] #menu {
    padding-left: 0;
    padding-right: 0;
}
html[data-placement=horizontal] .nav-container .menu-icons i, html[data-placement=vertical] .nav-container .menu-icons i {
    font-size: 13px !important;
}
.menu-icon {
    width: 20px;
}

/* Select2 */
.select2{
    width: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: #0000004a !important;
    border: none;
    font-size: 1em;
}
.select2-container--bootstrap4 .select2-selection__clear {
    margin-top: .4em;
    margin-right: .7em;
}
/* .select2-container--classic .select2-dropdown, .select2-container--default .select2-dropdown {
    width: 450px !important;
    height: 400px !important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 335px !important;
} */

/*Modal*/
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}

/* sweetalert */
.swal2-title {
    font-size: 1.4em !important;
}

/* Datatable Boxed */
.data-table-boxed table.dataTable {
    padding-top: 0;
}
.data-table-boxed table td {
    border-top: 1px solid rgba(33, 33, 33, 0.078);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(33, 33, 33, 0.08);
    padding: 5px !important;
}
.data-table-boxed table.dataTable tr td:first-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.data-table-boxed table.dataTable tr td:last-child {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.data-table-boxed div.dataTables_paginate {
    margin-bottom:0 !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0;
}
/* more */
/* .spinner{
    z-index:1004 !important;
} */
#nav-bottom{
    display:none;
    z-index: 1000 !important;
    border-radius: 20px;
    box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.12);
    margin-right: var(--main-spacing-horizontal) !important;
    margin-left: var(--main-spacing-horizontal) !important;
    margin-bottom: var(--main-spacing-horizontal) !important;
}
/* end more */

.empty-table{
    display: none !important;
}
label.error{
    color: red;
}
/* Grid */
@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
    #nav-bottom{
        display:block;
    }
    #root{
        padding-bottom:20% !important;
    }
    .fs-md-7 {
        font-size: .875em;
    }
    .fs-md-8 {
        font-size: .75em;
    }
    .empty-table{
        width: 20% !important;
        padding: 20px!important;
        display: table-cell !important;
    }
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1439.98px) {
}
