
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;     /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-prova .modal-content{
    background-color: transparent;
    border: none;
}

.modal-prova .modal-content-loader {
    background-color: white !important;
    display: flex;
    align-items: center;
}

.modal-prova .modal-content p{
    line-height: 1.4;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.prova-tab {
    height: 95%;
}