/*
 * Globals
 */


body {
  direction: rtl;
  unicode-bidi: embed;
  font-family: 'Cairo', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Cairo', sans-serif;
}

#bla-left-pane{
  left: 0;
  right: auto;
  float: left;
}

#bla-right-pane{
  right: 0;
  left: auto;
  float: right;
}

.bla-menu-arrow{
  transform: rotate(180deg) scaleX(-1);
}

#bla-main-menu, #bla-main-footer {
    float: right;
}

.hamburger--collapse-r .hamburger-inner {
    left: auto !important;
    right: -3px !important;
}



.wp-picker-container .wp-color-result.button {
    margin: 0 0 8px 8px!important;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(-2rem) ;
}

@media screen and (max-width: 768px) {
  
  #bla-right-pane{
    margin-left:0;
    margin-right: -280px;
  }
  
  /* Dashboard Begin */
  
  #bla-main-content {
    transition: margin-right .4s;
  }
  
  /* Dashboard End */
  
}