.cpst-oblio-wrapper {
    background-color: var(--x1-bg-color);
    border-radius: 5px;
    padding: 10px;
}

.cpst-oblio-gdpr-wrapper .modal-content {
    padding: 20px;
}

.cpst-oblio-wrapper .cpst-richiesta-annulla-oblio
{
    background-color: orange;
    color: white;
}


.cpst-oblio-wrapper .cpst-richiesta-oblio-utente
{
    background-color: red;
    color: white;
}


.cpst-oblio-wrapper .cpst-richiesta-annulla-oblio
{
    background-color: olivedrab;
}

.cpst-oblio-wrapper .oblio-section {
    border: 2px lightgrey solid;
    border-radius: 10px;
    padding: 15px;

    margin-bottom: 20px;
}

.cpst-oblio-wrapper .oblio-section-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cpst-oblio-wrapper .oblio-section-item .oblio-section-item-name {
    margin-right: 7px;
}

.cpst-oblio-wrapper .btn {
    background: #fab500;
    border-color: #fab500;
}

.cpst-oblio-wrapper #oblio-section-richiedi-oblio-attivita {
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .cpst-oblio-wrapper { margin: 0; }
}

.cpst-oblio-wrapper .oblio-account-section {
    text-align: left;
}


.cpst-oblio-wrapper .attivitaBox .attivita,
.cpst-oblio-wrapper .utenteBox {
    border-radius: 10px;
    background: var(--x1-main-color-light);
    padding: 20px;
    max-width: 500px;
    margin: 10px;
}

.cpst-oblio-wrapper .commento {
    font-variant-caps: all-petite-caps;
    margin-bottom: 5px;
}

.cpst-oblio-wrapper .mini {
    font-size: smaller;
    margin-bottom: 5px;
}

.cpst-oblio-conferma-wrapper .modal-header {
    text-align: center;
}

.cpst-oblio-conferma-wrapper .modal-footer {
    text-align: center;
    margin-top: 15px;
}

.cpst-oblio-conferma-wrapper .titolo-oblio {
    text-align: center;
    padding-top: 20px;
    font-size: 40px;
    line-height: 40px;
}

.cpst-oblio-conferma-wrapper .modal-content-oblio {
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    line-height: 38px;"
}

.cpst-oblio-wrapper .avviso {
    display: flex;
    background: var(--x1-main-color-light);
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
}
.cpst-oblio-wrapper .messaggio {
    font-style: italic;
}
.cpst-oblio-wrapper .messaggio2 {
    font-size: smaller;
    color: gray;
}

.cpst-oblio-wrapper #cpst-oblio-error {
    display: flex;
    justify-content: center;
}

.cpst_buttons_modale {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}


.cpst_buttons_modale .button{
    margin-left: 10px;
}