/* https://jsfiddle.net/bootstrapious/6xac37nm */

.bg-light {
    background: #eef0f4;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 1rem;
}

.choices__list--single {
    padding: 0;
}

.dropdown-card {
    transform: translateY(-50%);
    padding-right: 18px;
    width: 100%;
}

.choices[data-type*=select-one]:after {
    right: 1.5rem;
}

.shadow {
    box-shadow: 0.3rem 0.3rem 1rem rgba(178, 200, 244, 0.23);
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.custom-dropdown {
    padding-bottom: 0px !important;
    position: relative;
    max-width: 320px;
    min-width: 320px;
}

.choices .choices__list .choices__list .choices__item--disabled {
    text-indent: -9999px;
    height: 0;
    width: 0;
    padding: 0;
}

.choices__list--multiple .choices__item,
.choices__list--multiple .choices__item.is-highlighted {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    /* margin-right: 3.75px; */
    margin-bottom: 3.75px;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
    pointer-events: none;
}

#tag-selector .choices__list--multiple .choices__item--selectable,
#tag-selector .choices__list--multiple .choices__item.is-highlighted {
    background-color: #006937;
    border: 1px solid #006937;

}

#property-selector .choices__list--multiple .choices__item--selectable,
#property-selector .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00bcd4 !important;
    border: 1px solid #00bcd4 !important;

}

.choices__button {
    pointer-events: all !important;
}

.choices__input.choices__input--cloned {
    /* top: 3px; */
    position: relative;
}

.select.selectpicker.form-control.border-0.rounded.shadow.choices__input {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 0px !important;
    padding-left: 15px !important;
}

.dropdown-row {
    max-width: 1035px;
    flex-wrap: nowrap;
}

#dropdown-1 {
    z-index: 3;
}

#dropdown-2 {
    z-index: 2;
}

#dropdown-select-tags {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 15%) !important;
    margin-bottom: 0px !important;
    margin: 0 !important;
}

.choices__list .choices__item--disabled {
    background-color: yellow;
}

.clear-button {
    max-width: 72px;
    font-size: .9rem;
    height: 40px;
    color: #54565B;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .15);
}

.clear-button-col {
    max-width: 215px;
    height: 50px;
    border-color: #006937;
    border: 1px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
}

.btn.btn-light {
    background-color: #fff;
    border-color: #006937;
    font-weight: 600;
}

.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light:hover {
    background-color: #F9F9F9;
    border-color: #DC3545;
    color: #54565B;

}

#fixed:hover {
    background-image: none;
}

.choices__input {
    margin-bottom: 0;
    padding: 0;
    /* background-color: #fff; */
    cursor: pointer;
    color: #212529;
}

.choices__placeholder {
    opacity: .7;
}

#and-or {
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 60px;
}

#and_or_label {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    position: relative;
    right: 37px;
    bottom: 1px;
}

.form-check .form-check-input {
    width: 42px !important;
    height: 20px !important;
}

.form-check-input:checked {
    background-color: rgb(135, 0, 100);
    border-color: rgb(135, 0, 100);
}

.form-check-input:focus {
    border-color: #6c757d;
    outline: 0;
    box-shadow: none;
}