.js-schedule-main{position:relative}.js-schedule-main__loading{position:absolute;top:0;left:0;bottom:0;right:0;padding-bottom:2rem;width:100%;height:100%;z-index:21;background-color:rgba(0,0,0,.9);animation:fadeIn .3s cubic-bezier(.33,1,.68,1) forwards;-webkit-animation:fadeIn .3s cubic-bezier(.33,1,.68,1) forwards}.js-schedule-main .loader{width:50px;padding:8px;margin:30% auto 0;aspect-ratio:1;border-radius:50%;background:#ccc;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}@keyframes l3{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.js-schedule-main__loading.deactive{animation:fadeOut .8s cubic-bezier(.33,1,.68,1) forwards;-webkit-animation:fadeOut .8s cubic-bezier(.33,1,.68,1) forwards}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}