 /* .modal-body {
    text-align: center;
    font-size: 1.2rem;

} */

#requestQuotationModal .modal-dialog {
    /* width: 75%; */
    /* 75% of page width */
    /* max-width: 75%; */
    /* Ensure it doesn't exceed */
    /* height: 80vh; */
    /* 80% of viewport height */
    /* max-height: 80vh; */
    /* Ensure it doesn't exceed */
}

#requestQuotationModal .modal-content {
    /* height: 100%; */
    /* Fill the height of the modal-dialog */
}

#requestQuotationModal .modal-body {
    /* overflow-y: auto; */
    /* Make content scrollable if it overflows */
}

#requestQuotationModal iframe {
    width: 100%;
    height: 100%;
}