@font-face {
  font-family: Yekan;
  src: url(../fonts/yekan/IRYekan.woff);
}

@font-face {
  font-family: Sahel;
  src: url(../fonts/sahel/Farsi-Digits/Sahel-Black-FD.woff);
}

body {
  font-family: "Yekan";
}

div, p, a, button {
  font-family: "Yekan";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sahel" !important;
}

.select2-container {
  width: 100% !important;
}

span.select2-selection__arrow {
  display: none !important;
}

span.select2-selection {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  height: 37.6px !important;
  border-color: #dee2e6 !important;
  /* box-shadow: inset 0 2px 0 rgba(0,0,0,.075) !important; */
}

span.select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.5 !important;
}

@media (max-width: 768px) { 
  th, td {
    font-size: 12px !important;
  }
  .form-sm input, label, button {
    font-size: 12px !important;
  }
  .btn-link {
    --bs-btn-font-size: 12px !important; 
  }
 }

#required-icon {
  font-size: 12px !important;
}

