.coverAll {z-index: 1000; background-color: #CCC; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0.9;}
.spinner {width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(farthest-side,#474bff 94%,#0000) top/9px 9px no-repeat,  conic-gradient(#0000 30%,#474bff); -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0); animation: spinner-c7wet2 1s infinite linear;}
@keyframes spinner-c7wet2 {100% {transform: rotate(1turn); }}

.my-5 {margin-top: 2rem; margin-bottom: 2rem;}

h4.view-pricing {color: rgba(102,102,102,1.0); font-size: 18px; padding: 5px 20px; margin: 10px 0px; position:relative; cursor:pointer;}
h4.view-pricing span {color: rgba(102,102,102,1.0); position: absolute; top:3px; right:0;}
h4.view-pricing span i {color: rgba(102,102,102,1.0);}
.view-pricing-wrapper {border-top: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); margin-top: 20px; cursor:pointer;}
.toggle-container {padding: 10px; 15px;}
.pricing-btn {margin-top: 25px;}
.provisional-booking-result {padding: 20px; border-radius: 10px; background-color: #f6f7f8;}

@media only screen and (max-width: 576px) {
  .my-5 {margin-top: 0.2rem !important; margin-bottom: 0.2rem !important;}
}