/* Custom size modal */
.modal-full {
    max-width: 99% !important;
}

.modal-lg {
    max-width: 85% !important;
}

.modal-md {
    max-width: 50% !important;
}

.modal-sm {
    max-width: 30% !important;
}
.text-line-down{
    font-size: 0.85rem !important;
    font-weight: bold !important;
    font-style: italic !important;
}
[data-bs-theme=light] {
    --bs-header-bg-color: #1F477A;
    --bs-menu-link-bg-color-here:#1f477a30;
}
body {
    font-size: 12px!important;
}