.modal-backdrop {
    --bs-backdrop-zindex: 0;
}

.modal-backdrop.show {
    opacity: 0%;
}

a.formpp {
    cursor: pointer;
}

.modal-content {
    overflow-y: auto !important;
    width: 900px;
    max-width: 100%;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
    max-width: 100%;
}

td {
    padding: 0px !important;
}

.qsatitle {
    width: 100%;
}

.qsadescription {
    width: 100%;
}

.modal-header {
    background-color: rgba(23,23,23,0.9);
}

.modal {
    --bs-modal-border-radius: 0;
    --bs-modal-inner-border-radius: 0;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
    margin-top: -15px !important;
}

.forheader {
    width: 900px !important;
}