body {
  font-family: 'Frutiger LT Arabic' !important;
}

/************************* General Style **********************************/
.rtl {
  direction: rtl !important;
  text-align: right !important;
}

input {
  text-align: right !important;
}

  /* fix phone input border radius with prefix code style in RTl */
  input.input-with-prefix {
    border-bottom-left-radius: var(--br-primary) !important;
    border-top-left-radius: var(--br-primary) !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

.prefix-input {
  border-bottom-right-radius: var(--br-primary) !important;
  border-top-right-radius: var(--br-primary) !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
/*header custom structure*/
.filter-layer {
  background: linear-gradient(135deg, #111111 0%, #D1D1D1 100%) 0% 0% no-repeat padding-box !important;
}
/*******************************/
.balance-box::before {
  left: auto !important;
  right: -11px !important;
}

input.numInput.flatpickr-hour, input.numInput.flatpickr-minute {
  text-align: center !important;
}

/*.svg-icon.position-absolute{
    left: 0px !important;
    right: auto !important;
}*/
/* margin start in rtl */
.me-9 {
  margin-left: 2.25rem !important;
}

.me-5 {
  margin-left: 1.25rem !important;
}

.me-4 {
  margin-left: 1rem !important;
}

.me-2 {
  margin-left: .5rem !important;
}
/*************************/

/* margin end in rtl */

.ms-3 {
  margin-right: .75rem !important;
}
/*********************/

/* login page - background image on rtl */
.earth-Colored-background {
  transform: rotateY(180deg) !important;
}
/***************************************/
/* to top icon*/
.scrolltop {
  right: auto !important;
  left: 20px !important;
}
/********************************/
/* header drop down */

/* flat time picker style in modal*/
.flatpickr-calendar {
  text-align: start !important;
  direction: rtl !important;
}
/* flat time picker style in modal*/

/********
    admin CP    
*************/
/* info footer for table */
.dataTables_info {
  padding-top: 5px !important;
  padding-right: 5px !important;
}
/***************/
/******/

/************* select2 close icon in international phone number  ************/
.CountryCodesContainer .select2-container--bootstrap5 .select2-selection__clear {
  right: auto !important;
  left: 5px !important;
}
/*********************************************/
/* news details page style */
.news-partner-images-section {
  flex-direction: row-reverse !important;
}
/***********************************/
/* Media query */
.aside-enabled[data-kt-sticky-aside-sticky=on] .content {
  padding-left: 30px !important;
}

@media only screen and (min-width: 992px) {
  .aside-enabled .content {
    padding-left: 30px !important;
  }
}
/*********************************/
/* to fix the tag in the mutli select filter in RTL mode */
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 0.5rem !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  margin-left: 0.5rem !important;
  margin-right: 1.2rem !important;
}

  .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 0rem !important;
  }

  .acordion-width-center {
    width: 70%;
    margin: auto;
    height: 70%;
    margin-bottom: 50px;
    margin-top: 50px;
  }

.custom-card .date {
  position: absolute;
  top: calc(50% - 105px);
  right: 18px !important;
  text-align: right;
  width: 100%;
  font-size: 10px;
  display: none;
}
  /*********************************************************/
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 0rem !important;
}
/*********************************************************/
