﻿

* {
    font-family: 'Cairo' !important;
}
[class^="fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome' !important;
}
    .iq-sidebar-menu .iq-menu li a span {
    font-weight: 600;
}

#sidebar-scrollbar {
    height: 90%;
}

.form-control {
    color: #000000;
}


.border-size3 {
    border-width: 3px !important;
}

.sl-navigation {
    direction:ltr !important;
}

.sl-overlay {
    background: #000000;
}

.sl-wrapper .sl-close {
    color: #fff;
}

.sl-wrapper .sl-counter {
    color: #fff;
}

.sl-prev {
    color: #fff;
}

.sl-next {
    color: #fff;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    border-color: #089bab;
    background-color: #089bab;
    cursor: no-drop;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label span {
    cursor: no-drop;
}
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    cursor: no-drop;
}

.ltr {
    direction:ltr !important;
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    direction: ltr;
    z-index: 2;
}

@media (max-width: 767px) {
    .table {
        display: table;
    }
}