#book_periodo{
    max-width: 100%;
}
.datepicker-inline{
    width: 100% !important;
}
.datepicker-days{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 0 1px #eaeaea inset, 0 2px 8px 0 rgb(135 162 164 / 48%) !important;
    
    width: 100%;
    padding: 13px;
}
.datepicker table{
    width: 100%;
}
.day{
    font-weight: bold;
}
.day.disabled{
    
    opacity: 0.5;
    font-weight: normal;
    text-decoration:line-through;
    
}
.woocommerce-page table tr:nth-child(odd) td.day.libero{
    /*background-color: green !important;*/
}
.datepicker table tr td.active.active{
    background-color: #286090 !important;   
}


.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading{
    position: absolute;
    width: 350px;
    background: #000;
    height: 315px;
    opacity: 0.3;

    display: flex;
    align-items: center; 
    justify-content: center;
    text-align: center;
}