@media only screen and (max-width: 782px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .wp-heading-inline {
    display: block !important;
    width: 100% !important;
    margin: 0px 0px 25px 0 !important;
    padding: 0 !important;
  }
  .wrap > a.page-title-action {
    line-height: 3.5 !important;
  }
}
/*************** ADD CUSTOM CSS HERE.   ***************/
#adminmenu div.wp-menu-image img {
  max-width: 20px !important;
  opacity: 1;
}
.pw_notice {
  display: none !important;
}
#wp-admin-bar-flatsome_panel svg {
  max-width: 20px !important;
  max-height: 20px !important;
}
span.color-alpha {
  right: 0 !important;
}
table.wp-list-table .column-price {
  width: auto !important;
}
#wpadminbar .ab-icon,
#wpadminbar .ab-item::before,
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
.wp-admin-bar-arrow {
  font: normal 20px/1 dashicons !important;
}

#woocommerce_dashboard_recent_reviews .star-rating,
#woocommerce_dashboard_recent_reviews .star-rating span::before {
  font-family: WooCommerce !important;
}

#loco.wrap .icon,
#loco.wrap .has-icon::before {
  font-family: "loco" !important;
}

.yoast_help .yoast-help-icon::before {
  font-family: dashicons !important;
}

.dashicons,
.dashicons-before::before {
  font-family: dashicons !important;
}

.dashicons-ztjalali,
.dashicons-ztjalali::before {
  content: "\e800" !important;
  font-family: "ztjalali_icon" !important;
}
.rtl.itsec-write-files-enabled #post-body.columns-2 #postbox-container-2 {
  padding-right: 20px;
  padding-left: 20px;
}
.rtl.itsec-write-files-enabled #poststuff #post-body.columns-2 {
  margin-right: 0 !important;
}
.rtl.itsec-write-files-enabled .grid .itsec-module-settings-container {
  right: 180px !important;
  left: 20px !important;
  margin-left: 0 !important;
}
.rtl {
  direction: rtl;
}
.rtl .react-grid-layout {
  direction: ltr !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: none !important;
  border-right: none !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: none !important;
  border-right: none !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-top: 2px !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  padding-left: 20px !important;
}
.e-notice__dismiss {
  right: unset;
  left: 1px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.wp-dialog {
  right: 200px !important;
  left: inherit !important;
}

#plugin-information-content .section {
  direction: rtl;
}
.rtl .wpc-additional-fields-selector {
  text-align: left !important;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 8px;
  width: 20px;
}
/* Sortable Table */
#bina_sortable_table tbody tr td {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.bina_sortable_table_tr_sortable {
  width: 100% !important;
}
.sortable_row td {
  width: calc(100% / 7) !important;
}
.plugins_page_bina_install_plugin
  .plugin-card.plugin-card-classic-editor
  .plugin-card-top {
  height: 165px;
  overflow-x: auto;
}

/* Review X */
.rtl .rx-meta-section table tr th {
  text-align: right !important;
}
