.auth-page-logo {
    max-width: 200px;
}
.dashboad-site-logo {
    max-width: 160px;
}
.sorting.sorting_asc::before, .sorting.sorting_desc::before, .sorting.sorting_asc::after, .sorting.sorting_desc::after {
    visibility: visible !important;
}
.bz_form_tooltip {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.bs-stepper .bs-stepper-header {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
}
.bs-stepper .bs-stepper-content {
    padding-right: 0px;
    padding-top: 0px;
}
.bs-stepper.vertical .bs-stepper-header {
    min-width: auto;
}
.form-element-mb-0 .form-element {
    margin-bottom: 0px;
}
.card.borderd-card {
    box-shadow: none;
    border: 1px dashed #aaa;
    padding: 0px;
}
.no-shadow {
    box-shadow: none;
}
.unread-notification-dot {
    background-color: #2B51B4;
}
.f-10 {
    font-size: 10px;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
table.dataTable tfoot td[align="right"] {
    text-align: right;
}
table.dataTable tfoot td[align="center"] {
    text-align: center;
}
#full_screen_loader {
    position: fixed;
    z-index: 10000000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.draggable-placeholder {
    border: 1px dashed #fff;
}
.bs-stepper.wizard-modern .bs-stepper-content {
    box-shadow: none !important;
}
@media (max-width: 767px) {
    .f-m-10 {
        font-size: 10px;
    }
    .f-m-12 {
        font-size: 12px;
    }
    .f-m-14 {
        font-size: 14px;
    }
    .f-m-16 {
        font-size: 16px;
    }
    .f-m-18 {
        font-size: 18px;
    }
}
.bz_el_type_hidden {
    display: none !important;
}
.light-style .flatpickr-calendar.hasTime .flatpickr-time {
    background-color: #2B51B4 !important;
}
.light-style .flatpickr-time input, .light-style .flatpickr-time .flatpickr-am-pm, .light-style .flatpickr-time .flatpickr-time-separator {
    color: #fff !important;
}
.compare-fix-block {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #cfcfcf;
    z-index: 10000;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}
.compare-placeholder {
    padding: 16px 15px;
    border: 2px dashed #999;
    background: #fff;
}
.compare-selected {
    background: #555;
    color: #fff;
    padding: 10px 15px;
    position: relative;
}
.compare-remove {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 100;
    cursor: pointer;
    cursor: hand;
}
.flat-accordion .accordion-button, .flat-accordion .accordion-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.flat-accordion .accordion-item {
    box-shadow: none !important;
}
.dashboard-menu-icon-outer {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 72px;
    background: #fff;
}
.dashboard-menu-icon-outer i {
    color: #2B51B4;
    font-size: 42px;
}
span.notification_count_bubble {
    background: red;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    top: 0px;
    margin-left: 5px;
}
#dashboard_page_menu .menu_item_container {
    position: relative;
}
#dashboard_page_menu .notification_count_bubble {
    position: absolute;
    top: 16px;
    right: 10px;
}
ul.grid_header_inline_filter {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.grid_header_inline_filter li {
    display: inline-block;
    margin-right: 10px;
    border-right: 2px solid #ccc;
    padding-right: 10px;
    cursor: pointer;
    cursor: hand;
}
ul.grid_header_inline_filter li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
ul.grid_header_inline_filter li.active {
    color: #28c76f;
}