.sidebar .nav-item .nav-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.w_200 {
    width: 200px !important;
}

.w_50 {
    width: 50px !important;
}

.fz_40 {
    font-size: 40px !important;
}

.vh {
    visibility: hidden !important;
}

.d_block {
    display: block !important;
}

.body_bg {
    background: #4e73df !important;
}

.sidebar .sidebar-brand {
    text-transform: none !important;
}

.sep {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.banner-image img {
    height: 150px;
    width: auto;
}

.listing-banner-image img {
    max-width: 100%;
    height: auto;
}

.listing-slider-image {
    width: 70%;
    height: auto;
}

.listing-logo img {
    width: 120px;
    height: 120px;
}

img {
    max-width: 100% !important;
}

.custom_img_width {
    width: 100px;
}

.custom_bg_img_width {
    width: 200px;
}

.blog_img_width {
    width: 80px;
}

.cat_img_w {
    width: 120px;
}

.cat_icon_img {
    width: 50px;
}

.slider_w {
    width: 200px;
}

.message-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.message-block .message-box-left {
    margin-left: unset !important;
    margin-right: auto !important;
}

.message-block .message-box-right {
    margin-left: auto !important;
    margin-right: unset !important;
}

.fas[data-count] {
    position: relative;
}

.fas[data-count]:after {
    position: absolute;
    right: -0.75em;
    top: -.75em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .9em;
    color: white;
    background: rgba(255, 0, 0, .75);
    text-align: center;
    min-width: 2em;
    font: bold .4em sans-serif;
}

.preview-image {
    position: relative;
    width: 100px;
}

.preview-image .btn-remove {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    border-radius: 100%;
    padding: .5rem;
    line-height: .5rem;
}

/* Multi select filter styles */
.filter-group {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: visible;
}

.filter-group-label {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    margin: 0;
    background: #e9ecef;
    border-right: 1px solid #ced4da;
    white-space: nowrap;
    font-size: 1rem;
    color: #495057;
    border-radius: 4px 0 0 4px;
}

.filter-group-control {
    flex: 1;
    min-width: 0;
}

.filter-group-control .select2-container {
    width: 100% !important;
}

.filter-group-control .select2-selection--multiple {
    border: none !important;
    border-radius: 0 4px 4px 0 !important;
    min-height: 38px;
}

.filter-group-control .select2-selection--single {
    border: none !important;
    border-radius: 0 4px 4px 0 !important;
    height: 38px;
    line-height: 36px;
}

.filter-group-control .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}