.rtl{ direction: rtl !important;}
.ltr{ direction: ltr !important;}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Yekan Bakh FaNum, "Poppins", sans-serif !important;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-heading-color, inherit);
  }
  .lineh-30{ line-height: 30px;}
  .lineh-35{ line-height: 35px;}

  .bold{ font-weight: bold;}
  .h-60{ height: 60px;}
  .h-70{ height: 70px;}

  :root,
[data-bs-theme=light] {
  --bs-font-sans-serif: Yekan Bakh FaNum, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"  !important;
  --bs-font-monospace: Yekan Bakh FaNum, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace  !important;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Yekan Bakh FaNum, "DM Sans", sans-serif  !important;

}

.text-justify{ text-align: justify;}

.form-control-lg {
  min-height: calc(1.25em + 1.6rem + 2px);
  padding: 0.8rem 1.5rem;
    padding-right: 1.5rem;
  font-size: 1.2rem;
  border-radius: 1rem;
}

.form-size-lg .choices .choices__inner {
  font-size: 1rem;
  line-height: 1.5 !important;
  direction: rtl;
}

.blink{
  animation: blinker 1s linear infinite;
  }
  
  .blink2{
    animation: blinker 0.8s linear infinite;
  }
  
  .blink3{
    animation: blinker 0.5s linear infinite;
  }
  
  .blink4{
    animation: blinker 0.3s linear infinite;
  }
  
  @keyframes blinker {
      50% {
          opacity: 0;
      }
  }
  
.pointer{ cursor: pointer;}

  .tooltip {    
    font-family: inherit;    
  }

  option, html[dir="rtl"] .choices__input {
    direction: rtl !important;
    unicode-bidi: normal !important;
    text-align: right;
  }