body,h1,h2,h3,h4,h5,h6,small,a,p,table,tr,td,th,label{
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}
input,input::placeholder,form {
    text-align: right !important;
}
.card{
    box-shadow: 2px 2px 17px 2px rgba(0,0,0,0.08);
    -webkit-box-shadow: 2px 2px 17px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 2px 2px 17px 2px rgba(0,0,0,0.08);
}
.btn-info{
    color: white !important;
    background-color: #0066CC;
}

.bg-light-blue{

    background-color: #eeffff !important;
}
.bg-light-red{

    background-color: #ffa197 !important;
    color: black !important;
}
.page-title-box {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

textarea{
    direction: rtl !important;
    text-align: right !important;
}
.btn-primary{
    border : none !important;
    outline: none !important;
    box-shadow: none !important;
}
.rare{
    background-color: rgba(229, 65, 65, 0.65) !important;
    color: #ffffff !important;
    --bs-table-accent-bg: #fffff !important;
}

/* Block UI */
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(51,29,2,0.3);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #30170c solid;
    border-radius: 50%;
    animation: sp-anime 0.25s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}
/* Block UI */
.form .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form .form-control:focus {
    z-index: 2;
}
.form input[type="text"] {
    margin-bottom: -1px;
    border-radius: 0;
}
.page-item.active .page-link{
    z-index: 3;
    color: rgb(255 255 255);
    background-color: #30170c;
    border-color: #30170c;
}
.page-link{
    color: #30170c ;
}


.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 5px 15px -6px rgba(0,0,0,0.55);
}
.btn,.card,input{
    /*border-radius: 0 !important;*/
}
.btn:hover {
    opacity: 0.7;
    transition: 1s;
}
.toast-message{
    text-align: right !important;
}
.select2-selection__arrow{
    display: none !important;
}
/* Loading Style */
.loader{
    position: fixed;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.5s;
}
.loader .ring{
    height: 45px;
    width: 45px;
    border: 5px solid #ddd;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader .ring:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 5px solid #ff3d00;
    border-top-color: transparent;
    animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
    100%{
        transform: rotate(360deg);
    }
}
/* Loading Style */
.pointer {cursor: pointer;}
.input-qty{
    border: none;
    outline: none;
    width: 50px;
    text-align: center !important;
}
.bg-primary{
    color: white !important;
    background-color: #EF6600 !important;
}
.text-primary{
    color: #EF6600 !important;
}
.bg-light-green{
    background-color: #ceffd2;
}
.fileinput-remove{
    display: none;
}
.big-h1{
    font-size: 150px;
}
/* new custom */
.navbar-brand-box{
    background-color: #fff !important;
}
.navbar-brand-box{
    padding:0px !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered ,
.select2-results__option .select2-results__option--highlighted
{
    width:100%;
    text-align:right !important;
}
.list-group{
    padding-right: 0px !important;
}
.click-effect{
    cursor: pointer !important;
    color: #000;
}
.divider{
    color: rgba(255, 255, 255, 0.459) !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 30px;
    margin-left: 30px;
}
.sub-menu{
    margin-right: 20px;
    padding-right: 10px;
}
.quantity-widgets{
    max-height: 400px;
    overflow-y: scroll;
}
/* new custom */
