
body {
    font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI",Almarai,Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.single_row {border: 2px solid #000;padding: 10px; border-radius: 5px}
.single_row label {font-weight: bold}
.custom_style_form {
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    background-color: #00000087;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 0;
}

#deffer-date {
    display: none;
}

.selection_buttons .select_circle a{
    color: white;
}

@media (max-width: 768px) {
    .selection_buttons .select_circle {
    font-size: 25px;
    text-align: center;
    color: white;
    border: 1px solid #fff;
    margin: 5px;
    border-radius: 50%;
    padding: 10px;
    background: #0000009c;
    cursor: pointer;
    }
}

@media (min-width: 769px) {
    .selection_buttons .select_circle {
    font-size: 30px;
    text-align: center;
    color: white;
    border: 2px solid #fff;
    margin: 10px;
    border-radius: 50%;
    padding: 60px;
    background: #0000009c;
    cursor: pointer;
    }
}

.select-pagination {
    padding: 5px 10px;
    border: 1px solid #72c7f5;
    border-radius: 5px;
    outline: none;
}
.aside-menu .menu-nav>.menu-item>.menu-heading .menu-text, .aside-menu .menu-nav>.menu-item>.menu-link .menu-text {font-family: Almarai, Helvetica, "sans-serif"}
.header .header-menu .menu-nav > .menu-item > .menu-link .menu-text {font-family: Almarai, Helvetica, "sans-serif"}


.select2-container .select2-selection--single {height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 17px}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 11px}


.search_icon_a {display: inline-block;position: absolute;margin-top: 11px;margin-right: -22px;}
.search_icon_a i {color: #000}

.search_icon_p {display: inline-block;position: absolute;margin-top: 11px;margin-right: -22px;}
.search_icon_p i {color: #000}




.select2-container--default .select2-selection--single .select2-selection__arrow:after, .select2-container--default .select2-selection--multiple .select2-selection__arrow:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 28%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-arrow:before, .aside-menu .menu-nav > .menu-item > .menu-link .menu-arrow:before {
    content: "";
    position: absolute;
    /*right: 7px;*/
    top: 42%;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}



.custom-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
}

/* Hide the default checkbox */
.custom-switch input {
    display: none;
}

/* The slider */
.custom-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.custom-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .custom-slider {
    background-color: #4caf50;
}

input:checked + .custom-slider:before {
    transform: translateX(19px);
}
