/* Bigger Logo and Bold Header Menu */

.header__content__primary__left__logo a img[data-v-fd9ad9f2] {
    max-height: 90px!important;
}

.header__content__primary__left__items a {
  font-weight: 700 !important;
}



/* Clean, Professional CSS for Your RTL Calendar Header
for Perfect Flipping and RTL for the Arrows: */

/* Container flex setup */
.ui-cal__head__title[dir="rtl"] {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Buttons on sides, label centered */
  direction: rtl; /* Confirm RTL flow */
  gap: 1rem; /* spacing */
  padding: 0.5rem 1rem; /* optional padding */
}

/* Buttons style */
.ui-cal__head__title[dir="rtl"] .ui-button {
  background-color: var(--button-bg, #04caccab); /* example var fallback */
  color: var(--button-color, #fff);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* Disabled button style */
.ui-cal__head__title[dir="rtl"] .ui-button:disabled {
  opacity: 0.4;
  cursor: default;
}

/* Icon container to avoid extra span */
.ui-button__icon-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Arrow icons — rotate as per RTL direction */
/* Left arrow button: should point to the right (because RTL) */
.ui-cal__head__title[dir="rtl"] .ui-button:first-of-type .ui-icon-arrow-left {
  transform: rotate(180deg); /* flip left arrow to right */
}

/* Right arrow button: should point to the left */
.ui-cal__head__title[dir="rtl"] .ui-button:last-of-type .ui-icon-arrow-right {
  transform: rotate(180deg); /* flip right arrow to left */
}

/* Label styling */
.ui-cal__head__title__label h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  text-align: center;
  flex-grow: 1; /* take remaining space */
  user-select: none;
}


/* Bold Amount */
.h7.text-primary.flex-none {

color: var(--color-primary);
font-size: 13px;
font-weight: 700;
line-height: 20px;
display: block;
box-sizing: border-box;
border: 0px solid rgb(229, 231, 235);
font-family: Cairo, sans-serif !important;
flex: 0 0 auto !important;
}

.text-primary {
color: var(--color-primary);
font-family: "Noto Kufi Arabic", sans-serif !important;
font-size: 18px;
font-weight: 700;
line-height: 24px;
transition: font-family 0.3s;
box-sizing: border-box;
border: 0px solid rgb(229, 231, 235);
margin: 0px;
}

/* Working Hourse On The Page LTR Applied for Coorrect RTL Direction */

.par-sm-med {
    font-weight: 500;
    direction: ltr;
}

