﻿.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;
}


.mbd-search-default .sd-fields.optisos-searchbox {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    background-color: #f5f7fa;
    display: flow-root;
    margin: 30px 0;
    padding-top: 30px;
}

.mbd-search-default .sd-fields .sd-field {
    margin-bottom: 25px;
    min-height: 60px;
    float: right;
}

.optisos-search .sd-fields,
.optisos-search .sd-fields .sd-field {
    float: left;
}

.mbd-search-default .sd-fields .sd-field .sd-field-text {
    /* display: inline-block; */
    /* font-size: 15px; */
    /* font-weight: 600; */
    margin-bottom: 8px;
    position: absolute;
    top: -7px;
    background-color: white;
    padding: 0px 9px;
    z-index: 1;
    border-radius: 20px;
    left: 29px;
}



.d-inline .radio {
    display: inline-block !important;
}

.c-listing-options__labels--side-filter ul {
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 4px;
    padding-left: 0;
    margin-left: 0;
    display: flex;
}

.c-listing-options__labels--side-filter ul li {
    margin: 6px 10px 0 0;
    max-width: 100%;
    list-style: none;
    direction: ltr;
}

.c-listing-options__labels--side-filter ul li div {
    border-color: #eee;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* max-width: 100%; */
}

.c-listing-options__label {
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    color: #5a5a5a;
    letter-spacing: .3px;
    line-height: 30px;
    position: relative;
    display: inline-block;
}

.c-listing-options__label .label {
    padding: 0 5px;
    color: #5a5a5a;
}

.c-listing-options__label .value {
    direction:
        ltr;
    font-weight: 900;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji, 'IRANSans';
}

.c-listing-options__label button {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    padding: 0 15px;
}

.lblred {
    color: red;
}

.lblgreen {
    color: green;
}

.shadow,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, .05);
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.md\:flex {
    display: flex;
}

.mbd-field-list-selective {
    display: flex;
}

.d-ltr {
    direction: ltr
}

.ml-2 {
    margin-left: .5rem;
}

.text-lg,
.text-xl {
    line-height: 1.75rem;
}

.h-12 {
    height: 3rem;
}

.text-chambray-400 {
    --tw-text-opacity: 1;
    color: rgba(165, 172, 187, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 84, 102, var(--tw-text-opacity));
}

.c-card__header {
    position: relative;
    padding: 0 20px 20px 0;
    border-bottom: 1px solid #e6e9ed;
}

.c-card__title {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #889098;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 0;
    font-weight: 700;
}

.dirltr {
    direction: ltr;
}

.c-listing-options__labels.c-listing-options__labels--side-filter {
    border-top: 1px solid #e6e9ed;
    clear: both;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.optisos-search-group {
    display: flex;
    align-items: center;
}

.optisos-search-group fieldset {
    flex: 0 0 100%
}

.optisos-search {
    border-radius: 20px;
    border: 1px solid rgb(48, 127, 226);
    background-color: #fff;
    /* border: 1px solid #d6d6d6; */
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.optisos-search legend {
    background-color: #fdfdfd;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 15px;
    position: absolute;
    right: 35px;
    top: -18px;
    width: auto;
    color: #000;
}

.mbd-field-dropdownlist {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border-radius: 20px;
    padding: 13px 30px 13px 13px;
    text-align: center;
}

.mbd-field-dropdownlist .selectize-control.single .selectize-input,
.mbd-field-dropdownlist .selectize-input,
.mbd-field-dropdownlist .selectize-input:focus {
    background: transparent;
    outline: none;
}

.mbd-field-dropdownlist .selectize-control.single .selectize-input:after {
    display: none
}

.mbd-field-dropdownlist .selectize-input,
.selectize-control.single .selectize-input.input-active {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #fff;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #fff;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-bg-opacity: 0.1;
    background-color: #fff;
}

.sd-field.selectedfiltersfooter {
    margin-bottom: 0 !important;
    clear: both;
    /* float: right !important; */
    /* text-align: right; */
    direction: rtl;
}

.optisos-products-search .primary {
    border: 1px solid rgb(48, 127, 226);
    color: rgb(48, 127, 226) !important;
    border-radius: 10px;
    min-width: 130px;
    max-width: 100%;
    background: #fff !important;
}

.optisos-products-search .primary:hover {
    color: white !important;
    background-color: rgb(48, 127, 226) !important;
}