﻿html,body{
    direction:rtl;
}
    .loading-container .loader {

        right: -12px;
    }
.en {
    direction: ltr;
    text-align: left;
}


.form-control.input-validation-error {
    padding-left: calc(1.5em + 0.75rem);
    background-position: center left calc(0.375em + 0.1875rem);
}

textarea.form-control.input-validation-error {
    padding-left: calc(1.5em + 0.75rem);
}

.form-control.valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: center left calc(0.375em + 0.1875rem);
}

textarea.form-control.valid {
    padding-left: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
textarea.form-control.input-validation-error {
    background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.custom-select.input-validation-error {
    padding-left: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
.custom-select.input-validation-error {
    border-color: #dc3545;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.navbar {
    background-image: linear-gradient(to left, #09283b 0%, #093564 100%);
}



.number {
    direction: ltr;
    text-align: right;
    display:inline-block;
}


.navbar-custom > li {
    border-right: 1px solid #e1e1e1;
}

    .navbar-custom > li:first-child {
        border-right: 0;
    }
.notifications {
    left: 0px;
    right: unset;
}

dropdown-menu:before {
    
    left: 12px;
}

.noti-head {
    border-radius: 3px 0px 3px;
}
.noti-footer {
    border-radius: 0px 3px 3px 0px;
}
.notification-box img {
    margin-right: 8px;
}
.dropdown-menu:before {
    left: 12px;
}
.nav-user-photo {
    margin: -4px 0 8px;
}

.user-info {
    text-align: right;
}

.validation-summary-errors ul li:before {
    margin-left: 5px; 
}

.navbar-custom > li.swith-lang {
    border-right: none !important;
  
}
