body[dir=rtl] {
  font-family: 'Cairo', sans-serif !important;
  direction: rtl;
  text-align: right !important;
}

  body[dir=rtl] .sidebar li a i {
    margin-left: 20px !important;
    margin-right: auto !important;
  }

  body[dir=rtl] .btn-create {
    left: 20px;
    right: auto !important;
  }

  body[dir=rtl] .sidebar .nav-item .nav-link {
    text-align: right !important;
  }

  body[dir=rtl] .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    float: left !important;
    content: '\f104' !important;
  }

  body[dir=rtl] .dropdown-item {
    text-align: right !important;
  }

  body[dir=rtl] .modal .close {
    float: left !important;
    margin-left: 0px !important;
  }

  body[dir=rtl] footer.sticky-footer {
    right: auto !important;
    left: 0px !important;
  }

  body[dir=rtl] .card-body-icon {
    left: -10px !important;
    right: auto !important;
    top: -10px !important;
  }

  body[dir=rtl] .dropdown-menu-right {
    left: 0 !important;
    right: auto !important;
  }

  body[dir=rtl] select.form-control-sm {
    height: calc(1.5em + 0.5rem + 13px ) !important;
  }

  body[dir=rtl] select.form-control {
    height: calc(1.5em + 0.5rem + 9px ) !important;
  }

  body[dir=rtl] .ng-invalid:not(form) {
    border-left: none !important;
    border-right: 5px solid #a94442;
  }



  body[dir=rtl] .fa-angle-right {
    transform: rotate(180deg);
    color: #2f55d4;
  }




  body[dir=rtl] .card {
    border: none;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border-radius: 10px;
  }

  body[dir=rtl] .card-body {
    color: #8492a6;
  }
  body[dir=rtl] .card-body-icon {
    position: absolute;
    z-index: 0;
    opacity: 1;
    font-size: 1rem;
    -webkit-transform: unset;
    transform: unset;
    color: #2f55d4 ;
    background-color: rgba(47, 85, 212, .04);
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
  }

  body[dir=rtl] .text-color {
    color: #212529;
  }

  body[dir=rtl] .shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, .15) !important;
  }

  body[dir=rtl] .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(47, 85, 212, .04);
    border-top: unset;
    border-radius: 10px;
  }
.br-50 {
  border-radius: 50px !important;
}

body[dir="rtl"] .filter-search-form-custom {
  top: 0;
  left: 0px;
  right: auto;
}
body[dir="rtl"] .sidebar .righticon i{
  left: 10px  !important;
  right: unset !important;
  transform: scale(-1)  !important;
}
