@font-face {
    font-family: 'IRANSansXV';
    src: url('/content/Fonts/IRANSansXV.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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;
    font-family: 'IRANSansXV', sans-serif;
}

.tooltip {
    font-family: 'IRANSansXV', sans-serif;
}

.fsize-85p {
    font-size: 85% !important;
}

.fsize-2rem {
    font-size: 2rem !important;
}

.fsize-1 {
    font-size: 1.8rem !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-03 {
    opacity: .3 !important;
}

.opacity-06 {
    opacity: .6 !important;
}

.lts-1 {
    letter-spacing: .8px;
}

.dir-ltr {
    direction: ltr !important;
}

.dir-rtl {
    direction: rtl !important;
}

.selectable-row:not(:has(input[type="radio"]:disabled)):hover {
    background-color: var(--bs-gray-200);
}

.selectable-row:has(input[type="radio"]:disabled) {
    color: var(--bs-gray-300) !important;
}

.selectable-row:has(input[type="radio"]:checked) {
    background-color: #f0f8ff;
}

.cpointer {
    cursor: pointer !important;
}

.-active {
    display: block !important;
}

.d-rtl {
    direction: rtl !important;
}


.flatpickr-calendar {
    direction: rtl;
}

.flatpickr-prev-month {
    right: 0.85rem !important;
    left: auto !important;
    top: 7px !important;
    transform: scaleX(-1);
}

.flatpickr-next-month {
    left: 0.85rem !important;
    right: auto !important;
    top: 7px !important;
    transform: scaleX(-1);
}

select.flatpickr-monthDropdown-months {
    font-size: 1rem !important;
}

.fbutton {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    margin-bottom: 6rem;
    margin-top: 3rem;
}

.alert ul {
    margin-bottom: 0 !important;
    line-height: 2rem;
}
