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: 100%;
}

body {
  margin-bottom: 60px;
}


.fade-enter {
    opacity: 0;
    transition: opacity 0.5s;
}

.fade-enter-active {
    opacity: 1;
}

.custom-ul {
    padding-right: 20px;
    margin: 0;
    direction: rtl; /* Ensure the list direction is RTL */
}

.custom-li::before {
    content: "\2022"; /* Unicode for bullet */
    color: black; /* Bullet color */
    display: inline-block;
    width: 1em; /* Space between bullet and text */
    margin-right: -1em; /* Align bullet with text */
    direction: ltr; /* Ensure the bullet itself is LTR */
}

.innerFlexTxt {
    font-family: 'frank';
    font-size: 1.5em;
    line-height: 1.5em;
}