﻿.form-loading {
    background: url(/images/loading.gif) no-repeat center 100px;
    min-height: 150px;
}

.mbd-search-default {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding: 1.71rem;
}

.mbd-search-default .sd-fields {
    position: relative;
}

.mbd-search-default .sd-fields .sd-field {
    margin-bottom: 0px;
}

.mbd-search-default .sd-fields .sd-field .sd-field-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.mbd-search-default .sd-fields .sd-field .sd-field-required {
    font-weight: 700;
    color: red;
}

.category_group {
    width: 100%;
}

.project-filterbtn {
    margin-top: 0.71rem !important;
}

.project-filterbtn .ui.primary.button,
.project-filterbtn .ui.primary.buttons .button {
    padding: 1rem;
    border-radius: var(--radius-8);
    width: 100%;
    background-color: var(--secondary-light-1);
}

.projects-rangeslider {
    margin-top: 0.71rem !important;
}

.projects-rangeslider .mbd-field-range .slider {
    width: 100%;
}

.projects-rangeslider .slider.slider-horizontal.slider-rtl .slider-handle {
    border: 1px solid var(--secondary-light-6);
    background-color: var(--secondary-light-7);
    border-radius: 2px;
    background-image: none;
}

.projects-rangeslider .slider-selection {
    background-image: none;
    background-color: var(--secondary-light-1);
}

.projects-rangeslider .slider.slider-horizontal .slider-track {
    bottom: 0;
}

.projects-rangeslider .slider-min-max div {
    color: var(--secondary-light-1);
    font-weight: 500;
}

.detail-filterbtn {
    margin-top: 0.71rem !important;
}

.detail-filterbtn .ui.primary.button,
.detail-filterbtn .ui.primary.buttons .button {
    padding: 1rem;
    border-radius: var(--radius-8);
    width: 100%;
    background-color: var(--secondary-light-5);
}
.mbd-field-list-selective{
    cursor: pointer;
}
.mbd-field-list-selective .is-selected{
  
    background-color: var(--secondary-light-5);
    /* color: var(--White); */
    border-radius: var(--radius-8);
}
.mbd-field-list-selective .is-selected span{
color: var(--White);
}