/*
* custom.css
* File include item custom only specific css only
******************************************************************************/

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

.layout-page::before {
  content:"";
  height: 0px !important;
}