﻿html, body {
    direction: ltr;
}   
.loading-container .loader {
  
        left: -12px;
    }
    .ar{
     direction:rtl;
     text-align:right;
    }


.form-control.input-validation-error {
   
    padding-right: calc(1.5em + 0.75rem);
    background-position: center right calc(0.375em + 0.1875rem);
  
}

textarea.form-control.input-validation-error {
    padding-right: calc(1.5em + 0.75rem);
}

.form-control.valid {
   
    padding-right: calc(1.5em + 0.75rem);
    background-position: center right calc(0.375em + 0.1875rem);

}


textarea.form-control.valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.input-validation-error {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.input-validation-error {
       padding-right: 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 right .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 right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.navbar {
    background-image: linear-gradient(to right, #09283b 0%, #093564 100%);
}





.navbar-custom > li {
   
    border-left: 1px solid #e1e1e1;

}

    .navbar-custom > li:first-child {
        border-left: 0;
    }

.notifications {
    right: 0px;
    left: unset;
   
}

.dropdown-menu:before {
   
   
    right: 12px;
 
}
.noti-head {

    border-radius: 3px 3px 0px 0px;
}

.noti-footer {
    
    border-radius: 0px 0px 3px 3px;
}
.notification-box img {
    margin-left: 8px;
}
.dropdown-menu:before {
   right:12px;
}

.nav-user-photo {
    margin: -4px 8px 0 0;

}

.user-info {
text-align:left;
}

.validation-summary-errors ul li:before {
    margin-right: 5px;
}

.navbar-custom > li.swith-lang {
    border-left: none !important;
}
    .navbar-custom > li.swith-lang a {
        line-height: 40px;
        padding-bottom: 8px;
    }