@font-face {
    font-family: TheSansArabic;
    src: url(../fonts/TheSansArabic-SemiBold.otf);
}

*
{
    font-family: TheSansArabic, Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5 ,button, input, optgroup, select, textarea {
    font-family: TheSansArabic, Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.ui-switcher {
    background-color: #bdc1c2;
    display: inline-block;
    height: 20px;
    width: 48px;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ui-switcher:before {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 12px;
    width: 20px;
    text-align: center;
}

.ui-switcher:after {
    background-color: #ffffff;
    content: '\0020';
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: left 0.25s;
}

.select2-selection__rendered
{
    padding-left: 20px;
    padding-right: 8px;
}

.select2-selection__arrow
{
    right: auto;
    left: 5px;
}

.select2-results, .select2-selection
{
    direction: rtl;
}

.select2-selection__choice
{
    float: right !important;
    margin-left: 6px;
    margin-right: 0;
}


.search_rows
{
    position: relative;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0px;
}

.search_text_span
{
    position: absolute;
    top: -17px;
    background-color: #FFFFFF;
    font-size: 20px;
}

.form-control
{
    font-size: 0.9rem !important;
}

.editable-input
{
    direction: rtl;
}

.note-toolbar
{
    z-index: 9 !important;
}

.popover-header
{
    margin-top: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border-width: 2px !important;
}

#edit_delivery_countries .select2-selection
{
    padding-bottom: 5px;

}

#edit_delivery_stores .select2-selection
{
    padding-bottom: 5px;

}

.autocomplete_data_container {
    display: none;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    margin-bottom: 50px;
}
.row_container
{
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.row_container:hover
{
    background-color: #eeeeee;
}

.autocomplete_image img
{
    max-height: 100px;
    max-width: 100px;
}

.autocomplete_name
{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
}

.autocomplete_data_container hr
{
    margin: 0;
}

.app-sidebar__user-avatar
{
    height: 40px;
}


.ul.thumbnails.image_picker_selector li
{
    float: right !important;
}

.animate__delay-05s
{
    animation-delay: 0.5s;
}

.animate__delay-07s
{
    animation-delay: 0.7s;
}

.animate__delay-105s
{
    animation-delay: 1.5s;
}

.image_picker_selector li.group
{
    margin: 0px 0px 12px 0px !important;
}

.image_picker_selector li.group ul li:nth-child(2)
{
    margin: 0px 0px 12px 0px !important;
}

.image_picker_selector li.group_title
{
    display: none;
    margin: 0px 0px 12px 0px !important;
}

#tags_tagsinput
{
    border: 2px solid #aaaaaa !important;
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    direction: ltr !important;
}

.image_picker_selector li.group ul
{
    display: flex;
    align-items: center;
}

.image_picker_selector li.group ul li
{
    width: 120px;
}

.image_picker_selector li.group ul li .image_picker_image
{
    max-width: 105px;
}
.image_picker_image_h
{
    text-align: center;
}
.image_picker_image_h img
{
    height: 80px;
    max-width: 80px;
    object-fit: cover;
}

.max-w-max-h-150
{
    width: 150px;
    max-height: 150px;
    margin: 0 5px 0 5px;
}

.table_image
{
    max-height: 100px;
    max-width: 100px;
}

.clickable_tr
{
    cursor: pointer;
}
.clickable_tr:hover
{
    background-color: rgba(0, 0, 0, 0.05);
}

.sub_tr
{
    background-color: rgba(0, 0, 255, 0.10);
}

.fs-2
{
    font-size: 2rem;
}

.ms-dd
{
    display: block;
    width: 100%;
}

.ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img
{
    max-width: 150px;
}
