﻿#booking,#popup-wrapper-apertura,#uxBookingDiv{display:none!important}
.layer{position:fixed;top:0;left:0;width:100%;height:100%}
.loader {border: 8px solid #faf7f1;border-top: 8px solid #EF902E;border-radius: 50%;width: 60px;height: 60px;animation: spin 2s linear infinite;}

@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

#header {height: 50%;background-position: top;}
#form-pagamento{max-width: 500px;margin: auto;}
#section-pagamento-ok,#section-pagamento-ko,#section-pagamento-annullato{font-family:Glory;max-width:500px;margin:auto;padding:8px 16px;}
#section-pagamento-ok h3,#section-pagamento-ko h3,#section-pagamento-annullato h3{font-family:Glory}
#container-btn-nuovo-pagamento{font-family:Glory;max-width:500px;margin:auto;}

@media(min-width:1280px){
    #container-modulo-pagamento{padding:32px 64px!important}
}
