
:root { 
    --background-color1: #fafaff; 
    --background-color2: #ffffff; 
    --background-color3: #ededed; 
    --background-color4: #cad7fda4; 
    --primary-color: #4b49ac; 
    --secondary-color: #0c007d; 
    --Border-color: #3f0097; 
    --one-use-color: #3f0097; 
    --two-use-color: #5500cb; 
    } 
  
  body {
    background-color: var(--background-color4); 
    direction: rtl;
  }
  body.night-theme {
    background-color: #333;
    color: #fff;
  }


  
  .row {
      margin-right: -15px;
      margin-left: -15px;
      display: flex;
  }
  #wrapper {
    width: 100%;
  }
  #page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: var(--background-color4); 
    direction: rtl;
        margin: 0 250 0 0px;
  
  }
  
  .theme-switch-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  .theme-switch-btn.night {
    background-color: #000;
  }
  
  .theme-switch-btn.day {
    background-color: #fff;
  }
  @media (min-width: 768px) {
    #page-wrapper {
      position: inherit;
      margin: 0 250 0 0px;
      padding: 0 30px;
      border-left: 1px solid #e7e7e7;
    }
  }
  .navbar-top-links {
    margin-right: 0;
  }
  .navbar-top-links li {
    display: inline-block;
  }
  .navbar-top-links li:last-child {
    margin-right: 15px;
  }
  .navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
  }
  .navbar-top-links .dropdown-menu li {
    display: block;
  }
  .navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
  }
  .navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
  }
  .navbar-top-links .dropdown-menu li a div {
    white-space: normal;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
  }
  .navbar-top-links .dropdown-messages {
    margin-left: 5px;
  }
  .navbar-top-links .dropdown-tasks {
    margin-left: -59px;
  }
  .navbar-top-links .dropdown-alerts {
    margin-left: -123px;
  }
  .navbar-top-links .dropdown-user {
    right: 0;
    float: left;
  }
  
  .page-action-links{
    margin:40px 0px 20px 0px;
  }
  
  
  .sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
  }
  .sidebar ul li a.active {
    background-color: var(--Border-color)
  }
  .sidebar .arrow {
    float: right;
  }
  .sidebar .fa.arrow:before {
    content: "\f104";
  }
  .sidebar .active > a > .fa.arrow:before {
    content: "\f107";
  }
  .sidebar .nav-second-level li,
  .sidebar .nav-third-level li {
    border-bottom: none !important;
  }
  .sidebar .nav-second-level li a {
    padding-left: 37px;
  }
  .sidebar .nav-third-level li a {
    padding-left: 52px;
  }
  @media (min-width: 768px) {
    .sidebar {
      z-index: 1;
      position: absolute;
      width: 250px;
      margin-top: 51px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
      margin-left: auto;
    }
  }
  
  .panel .slidedown .glyphicon,
  .chat .glyphicon {
    margin-right: 5px;
  }
  
  .login-panel {
    margin-top: 25%;
  }
  
  .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
  }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
  }
  .show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
  }
  .show-grid {
    margin: 15px 0;
  }
  .huge {
    font-size: 40px;
  }
  
  .panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
  }
  .panel-green {
    border-color: #5cb85c;
  }
  .panel-green > a {
    color: #5cb85c;
  }
  .panel-green > a:hover {
    color: #3d8b3d;
  }
  .panel-red {
    border-color: #d9534f;
  }
  .panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
  }
  .panel-red > a {
    color: #d9534f;
  }
  .panel-red > a:hover {
    color: #b52b27;
  }
  .panel-yellow {
    border-color: #f0ad4e;
  }
  .panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
  }
  .panel-yellow > a {
    color: #f0ad4e;
  }
  .panel-yellow > a:hover {
    color: #df8a13;
  }
  
  label.error{
    color: red;
  }
  
  #export-section{
   text-align: right;
    margin-bottom: 20px;
  }
  