
/* 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;
}
.dataTables_processing{
    text-align: center;
    font-size: x-large;
}
.datatable_overlay_custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 106;
    text-align: center;
    padding-top: 20px;
    background-image: url("/assets/media/loading.svg");
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  