
/* 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;
}