/* chrome & edge */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* firefox */
input[type="date"] {
    appearance: none;
    -moz-appearance: textfield;
}

html.app-navigation-dark .nxl-navigation .m-header .logo-sm, .logo-lg {
    filter: invert(1);
}

/* .nxl-navigation, html.minimenu .nxl-navigation:hover .navbar-content {
    width: 250px;
}

.nxl-header {
    left: 250px;
}

.nxl-container {
    margin-left: 250px;
} */

.form-control-sm {
    padding: .375rem .75rem !important;
}

.btn-sm {
    padding: 10.5px 16px !important;
}

.bg-antiquewhite {
    background-color: antiquewhite;
}

.v-top {
    vertical-align: top !important;
}

.table-responsive .table tbody tr:last-child .btn {
    border-bottom: 1px solid !important;
}

.c-pointer {
    cursor: pointer;
}

.b-radius-none {
    border-radius: 0 !important;
}

.b-radius-top-none {
    border-radius: 0 0 10px 10px !important;
}

.alert-table-padding-none {
    padding: 17px 27px;
}

.m-settings {
    bottom: 0;
    position: fixed;
    border-top: 0 !important;
}

.dataTables_wrapper .row:first-child,
.dataTables_wrapper .row:last-child{
    padding: 20px 0px !important;
}

.lh-2 {
    line-height: 2 !important;
}

.desc-logo {
    margin-left: 2.8em ;
    margin-top: 0.6em;
}

.logo-sm {
    filter: sepia(1) hue-rotate(180deg) saturate(1000%);
}

.text-muted {
    color: #6c757d !important;
}

.nxl-container .nxl-content .main-content .content-area .content-area-header, .nxl-container .nxl-content .main-content .content-sidebar .content-sidebar-header {
    height: 60px !important;
}

.users-management.card-header {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.select2-container .select2-selection{
    background-color: antiquewhite !important;
}