/* Absolute Center Spinner */
#loader_display_restaurant {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000040;
}
#loader_display_restaurant:after, #loader_display_restaurant:before{
    display:none !important;
}
.error {
    color: #ED1C24 !important;
}
.error {
    color: red;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
}
.vendor_promain .circle{margin-bottom: 15px;}
.flexor_content{display: flex;align-items: center;}
.flexor_content span {margin: 0 10px;font-weight: 700;}
.vendor_promain .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    min-height: auto;
    -webkit-user-select: none;
    display: block;
    padding: 15px 20px 8px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    height: auto;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #FFFFFF;
    border: 1px solid #bebebe38 !important;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
    border-radius: 12px !important;
}
.vendor_promain .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0 !important;}
.vendor_promain .select2-container .select2-search--inline .select2-search__field{widows: 100% !important;margin: 0 !important;}
.vendor_promain .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0 !important;}
.vendor_promain .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #ff6900;}
.uplaod_document {
    border: 2px dashed #ff6900;
    border-radius: 10px;
    width: 100%;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uplaod_document input {
    position: absolute;
    width: 100%;
    height: 180px;
    opacity: 0;
}
.uplaod_document img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.uplaod_document span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.uplaod_document i {
    font-size: 32px;
    color: #ff6900;
}
