html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100vh;
}

body {
  margin-bottom: 60px;
}


  /* Prevent horizontal scroll */

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}


.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-inner, 
.carousel-item {
    height: 100%;
}

.farsi,
.select2-container--bootstrap-5 .select2-selection--single,
.select2-container--bootstrap-5 .select2-selection--multiple,
.select2-results__option,
.select2,
.select2-search__field
{
  font-family: 'Vazirmatn' !important;
  text-align: right !important;
  font-feature-settings: "ss01" !important; /* Optional stylistic set */
  unicode-bidi: plaintext;       /* Ensures digits are treated contextually */
}

.select2-container {
  width: auto !important;
  min-width: 150px; /* optional */
}

.select2-selection--single {
  width: auto !important;
}

.tooltip-inner {
  background-color: #0dcaf0 !important;
  font-family: "Vazirmatn" !important;
}

.select2-selection__rendered{
  padding-right: 0 !important;
}

.custom-accordion-btn::after {
  margin-left: 0;
  /* حذف فاصله پیش‌فرض */
  margin-right: auto;
  /* انتقال فلش به چپ */
}