.book-btn {
    border: none;
    padding: 0;
    background-color: transparent;
}
#price-paragraph {
    font-size: 18px;
    font-weight: 600;
}
.container-hidden {
    display: none;
}
#note-text {
    color: #c00066;
    font-weight: 600;
    font-size: 15px;
}
#disabled-options , .disabled-options{
    font-style: italic;
    color: gray;
}
#saltpay-form-container {
    max-height: 1px;
    display: none;
}
#btn-message, #warning-paragraph{
    color: red;
    font-weight: bold;
}
.btn-confirm-styling {
    background-color: rgb(87, 6, 61);
    color: rgb(48, 3, 34);
    border-color: gray;
}