/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.path-frontpage{display:none;}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff;display:none;justify-content:center;align-items:center;z-index:99999999;}#loading-content{width:80%;text-align:center;}div#loading-img img{width:100%;max-width:350px;}#loading-bar{width:0;height:5px;background-color:#f0680d;margin-top:20px;animation:loading 3s linear forwards;}@keyframes loading{0%{width:0;}100%{width:100%;}}
body *{font-family:zohopuvi-regular;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.day-navigation{display:grid;grid-auto-flow:column;overflow:hidden;-webkit-transition:margin ease .3s;-moz-transition:margin ease .3s;transition:margin ease .3s;grid-gap:9px;padding:5px 4px;text-transform:uppercase;}.nav-arrow{background-color:transparent;border:none;font-size:20px;cursor:pointer;}.day-buttons{display:flex;flex:1;justify-content:space-around;}.date-button{padding:14px 0;text-align:center;border:1px solid transparent;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.1);-moz-box-shadow:0 0 6px 0 rgba(0,0,0,.1);box-shadow:0 0 6px 0 rgba(0,0,0,.1);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;opacity:1;}.date-button.selected{background-color:#f0680d;border-color:#f0680d;color:#FFFFFF;}.date-button.today{background-color:white;color:#ff4081;font-weight:bold;}.date-button.today.selected{background-color:#f0680d;border-color:#f0680d;color:#FFFFFF;}.date-button:hover:not(.selected):not(.today){background-color:#ddd;}.pastDate{pointer-events:none;cursor:default;color:#b6b3b3;}.slot{position:relative;}.green{color:#06610c;}.aboveBtn{position:absolute;top:-25px;right:0;width:100%;font-weight:bold;}.aboveBtn span{text-decoration:line-through;margin-right:5px;}.cdp-weekname{font-size:10px;}.time-slots{display:flex;flex-wrap:wrap;justify-content:center;}button.time-slot.pending{color:goldenrod;border:1px solid goldenrod;}.time-slot-period{width:100%;text-align:center;margin-top:20px;font-weight:bold;}.time-slot-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(77px,1fr));grid-auto-flow:row dense;grid-gap:15px;width:100%;margin-top:15px;}.enTime{display:none;}.time-slot{padding:10px;margin:10px 0;border:1px solid #6ac199;background:#fff;width:auto;text-align:center;font-size:11px;cursor:pointer;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;transition:all ease .3s;white-space:nowrap;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:lightgreen;color:green;}.time-slot.past{cursor:not-allowed;border:1px solid #ccc;color:#CCC;}.time-slot.blocked{cursor:not-allowed;}.time-slot.booked{cursor:not-allowed;background-color:lightgray;border-color:lightgray;color:grey;}.time-slot:hover:not(.past),.time-slot:hover:not(.time-slot.selected){background-color:#ddd;}#bookingModal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);}#bookingModal .modal-content{background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%;}.close{color:#aaa;float:right;font-size:28px;font-weight:bold;}.close:hover,.close:focus{color:black;text-decoration:none;cursor:pointer;}.no-slots{grid-column:1 / -1;color:#f0680d;text-align:center;font-size:11px;}button#bookSlotsButton::after{content:" >>";vertical-align:text-top;}#bookSlotsButton{background-color:red;position:fixed;bottom:0;left:0;color:white;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;opacity:0.9;width:100%;}.limit{text-align:center;font-weight:bold;}div#cartTotal{text-align:right;margin-right:15px;}.time-slot.selected{border:1px solid #f26c6c;color:#f26c6c;}.time-slot.paid{}.time-slot.paid .slot .aboveBtn{left:-5px;}.time-slot.selected .selected-text{color:#f26c6c;}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.5);}.modal-content{background-color:white;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:600px;}.close{color:#aaa;float:right;font-size:28px;font-weight:bold;}.close:hover,.close:focus{color:black;text-decoration:none;cursor:pointer;}div#cartIcon::after{content:"View Selected";}.cart-icon{position:fixed;right:0%;top:56%;cursor:pointer;font-size:24px;color:#FFF;text-align:left;border:1px solid grey;width:25%;padding:5px 0 5px 10px;background:red;opacity:0.8;font-size:inherit;z-index:10000;}.cart-item{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #ddd;}.remove-slot{background-color:red;color:white;border:none;padding:5px 10px;cursor:pointer;}.remove-slot:hover{background-color:darkred;}#cartList{border-collapse:collapse;width:100%;border:2px solid #e0e0e0;border-radius:8px;}#cartList .cart-item{}#cartList .cart-item > div{display:table-cell;padding:8px;border:1px solid #ccc;}#cartList .remove-slot{background-color:#f44336;color:white;border:none;padding:5px 10px;cursor:pointer;border-radius:4px;display:inline-block;font-size:14px;margin-left:10px;}#cartList .remove-slot::before{content:"\2716";margin-right:5px;}
