.horizontalDatePicker .container{display:flex;width:100%;background:inherit;position:"relative"}.horizontalDatePicker .buttonWrapper{display:flex;align-items:flex-end;background:inherit;margin:10px 10px 8px}.horizontalDatePicker .dateListScrollable{scroll-behavior:smooth;display:flex;overflow-x:scroll;scrollbar-width:none;margin:2px 0 2px -4px;-webkit-overflow-scrolling:touch}.horizontalDatePicker .dateListScrollable::-webkit-scrollbar{-webkit-appearance:none;display:none}.horizontalDatePicker .monthContainer{display:flex;flex-direction:column;cursor:pointer;padding:2px;margin:2px}.horizontalDatePicker .monthYearLabel{align-self:flex-start;color:#e65b42;z-index:3;font-size:12px;font-weight:700;position:-webkit-sticky;position:sticky;left:0;width:-webkit-max-content;width:max-content;margin:0 10px;text-transform:uppercase}.horizontalDatePicker .dateDayItem{border-radius:6%;width:48px;height:38px;display:flex;flex-direction:column;align-items:center;cursor:pointer;margin:0 0 0 5px;flex-shrink:0;position:relative;transition:all .25s ease-in-out}.calendar-navigator-btn{border-radius:6%}.horizontalDatePicker .dateDayItem:not(.selected):not(.today.selected):not(.myBooking):not(.disabled):not(.myRoomBooking):not(.anyRoomBooking):hover{background-color:#f1f1f1}.horizontalDatePicker .daysContainer{display:flex;z-index:1;margin-top:10px}.horizontalDatePicker .dayLabel{font-size:10px;color:#e65b42;padding-top:2px;font-weight:600}.horizontalDatePicker .dateLabel{font-size:12px;font-weight:500}.horizontalDatePicker .today:not(.selected){border-color:grey}.horizontalDatePicker .anyBooking,.horizontalDatePicker .anyRoomBooking,.horizontalDatePicker .myBooking,.horizontalDatePicker .myRoomBooking{background-color:#f0be18;color:#fff}.horizontalDatePicker .anyBooking,.horizontalDatePicker .anyBooking .dayLabel,.horizontalDatePicker .anyRoomBooking .dayLabel,.horizontalDatePicker .myBooking .dayLabel,.horizontalDatePicker .myRoomBooking .dayLabel{color:#fff}.horizontalDatePicker .myBooking .badge{background-color:#03d10d;width:6px;height:6px;border-radius:50%;position:absolute;top:2px;right:2px}.horizontalDatePicker .myRoomBooking .roomBadge{background-color:#7a4605;width:6px;height:6px;border-radius:50%;position:absolute;bottom:2px;right:2px}.horizontalDatePicker .selected{color:#fff;background-color:#e65b42}.horizontalDatePicker .selected .dayLabel{color:#fff}.horizontalDatePicker .disabled{background-color:#d3d3d3;cursor:not-allowed}.myBookingBadgeLegend{background-color:#03d10d;width:6px;height:6px;border-radius:50%;padding:10px;top:2px;right:2px}.month-wrapper{position:relative}.month-wrapper:not(:first-child):before{content:"";position:absolute;left:0;bottom:0;height:72%;width:1px;border-left:1px solid #dbdbdb}.time-slider{margin-bottom:16px;padding:13px 0 11px}.time-slider .MuiSlider-markLabel{top:28px}.day-description .dateDayItem{margin-bottom:10px}.dayDescriptionLabel{color:#000;font-size:10px;font-weight:500;margin-top:2px}.dayDescriptionLabel.any-free-desks{color:#37be3d}.dayDescriptionLabel.no-free-desks{color:#f50057}.parking-spaces-editor{padding:20px;background:#dadada;overflow:auto;max-height:80vh}.parking-spaces-editor__table{border-collapse:collapse}.parking-spaces-editor__cell{border:3px solid #fff;cursor:pointer}.parking-spaces-editor__cell>div{width:70px;height:100px;display:flex;justify-content:center;color:#e65b42;font-weight:500;position:relative}.parking-spaces-editor__cell--edited{background:#c2bfbf}.parking-spaces-editor__cell--disabled{background:#ffa5a5}.parking-spaces-editor__cell--disabled .space-charging-station,.parking-spaces-editor__cell--disabled .space-crossed,.parking-spaces-editor__cell--disabled .space-handicapped-spot,.parking-spaces-editor__cell--disabled .space-number{opacity:0}.parking-spaces-editor__cell>div>.space-charging-station,.parking-spaces-editor__cell>div>.space-handicapped-spot{position:absolute;transform:translateY(-45%);display:inline-block;color:#fff;border-radius:4px;line-height:1}.parking-spaces-editor__cell>div>.space-handicapped-spot{background:#1654a9;opacity:.82}.parking-spaces-editor__cell>div>.space-charging-station{background:#4caf50;opacity:.82}.parking-spaces-editor__cell>div>.space-charging-station svg,.parking-spaces-editor__cell>div>.space-handicapped-spot svg{font-size:52px}.parking-spaces-editor__row:nth-child(3n+1) .space-charging-station,.parking-spaces-editor__row:nth-child(3n+1) .space-handicapped-spot{top:58%}.parking-spaces-editor__row:nth-child(3n+2) .space-charging-station,.parking-spaces-editor__row:nth-child(3n+2) .space-handicapped-spot{top:35%}.parking-spaces-editor__cell>div>.space-crossed{height:100%;width:100%;position:absolute;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M1 0 L0 1 L99 100 L100 99' fill='gray' /><path d='M0 99 L99 0 L100 1 L1 100' fill='gray' /></svg>");background-repeat:no-repeat;background-position:50%;background-size:100% 100%,auto}.parking-spaces-editor__spacer{height:35px}.parking-spaces-editor__spacer:last-child{height:0}.parking-spaces-editor__row:nth-child(3n+1)>td{border-top:0}.parking-spaces-editor__row:nth-of-type(3n+2)>td{border-bottom:0}.parking-spaces-editor__row:nth-child(3n+1) .parking-spaces-editor__cell>div{align-items:flex-start}.parking-spaces-editor__row:nth-child(3n+2) .parking-spaces-editor__cell>div{align-items:flex-end}.parking-spaces-booker{padding:40px;background:#dadada;overflow:auto;height:calc(100vh - 174px)}.parking-spaces-booker.parking-booker-dialog{height:calc(100vh - 56px)}.parking-spaces-booker__table{border-collapse:collapse}.parking-spaces-booker__cell{border:3px solid #fff;cursor:pointer}.parking-spaces-booker__cell>div{width:70px;height:100px;display:flex;justify-content:center;color:#e65b42;font-weight:500;position:relative}.parking-spaces-booker__cell--edited{background:#c2bfbf}.parking-spaces-booker__cell--inactive{opacity:0;border:none;pointer-events:none}.parking-spaces-booker__cell--disabled{pointer-events:none}.parking-spaces-booker__cell .car-icon{background:transparent;position:absolute;max-height:90px;top:50%}.parking-spaces-booker__row:nth-child(3n+1) .car-icon{top:8px}.parking-spaces-booker__row:nth-child(3n+2) .car-icon{top:0}.parking-spaces-booker__cell--selected{box-shadow:inset 0 0 3px 2px #e65b42}.parking-spaces-booker__cell--my-reservation{box-shadow:inset 0 0 3px 2px #31d331}.parking-spaces-booker__cell:not(.parking-spaces-booker__cell--selected) .car-icon.current-user-car-icon{opacity:0}.parking-spaces-booker__cell:not(.parking-spaces-booker__cell--selected):not(.parking-spaces-booker__cell--reserved):hover .car-icon.current-user-car-icon{opacity:.75}.parking-spaces-booker__cell--selected .car-icon{animation:pulse 1.2s infinite}.parking-spaces-booker__cell>div>.space-charging-station,.parking-spaces-booker__cell>div>.space-handicapped-spot{position:absolute;transform:translateY(-45%);display:inline-block;color:#fff;border-radius:4px;line-height:1}.parking-spaces-booker__cell>div>.space-handicapped-spot{background:#1654a9;opacity:.25}.parking-spaces-booker__cell>div>.space-charging-station{background:#4caf50;opacity:.6}.parking-spaces-booker__cell>div>.space-charging-station svg,.parking-spaces-booker__cell>div>.space-handicapped-spot svg{font-size:50px}.parking-spaces-booker__row:nth-child(3n+1) .space-charging-station,.parking-spaces-booker__row:nth-child(3n+1) .space-handicapped-spot{top:57%}.parking-spaces-booker__row:nth-child(3n+2) .space-charging-station,.parking-spaces-booker__row:nth-child(3n+2) .space-handicapped-spot{top:37%}.parking-spaces-booker__cell>div>.space-crossed{height:100%;width:100%;position:absolute;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M1 0 L0 1 L99 100 L100 99' fill='gray' /><path d='M0 99 L99 0 L100 1 L1 100' fill='gray' /></svg>");background-repeat:no-repeat;background-position:50%;background-size:100% 100%,auto}.parking-spaces-booker__spacer{height:35px}.parking-spaces-booker__spacer:last-child{height:0}.parking-spaces-booker__row:nth-child(3n+1)>td{border-top:0}.parking-spaces-booker__row:nth-of-type(3n+2)>td{border-bottom:0}.parking-spaces-booker__row:nth-child(3n+1) .parking-spaces-booker__cell>div{align-items:flex-start}.parking-spaces-booker__row:nth-child(3n+2) .parking-spaces-booker__cell>div{align-items:flex-end}.availability-bar{background-color:#3cb73c;height:7px;margin:auto;width:calc(100% - 6px);border-radius:3px;position:absolute}.availability-bar-period{height:100%;background-color:#f71d1d;position:absolute}.availability-bar-period:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.availability-bar-period:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.parking-spaces-booker__row:nth-child(3n+1) .availability-bar{bottom:0;margin-bottom:6px}.parking-spaces-booker__row:nth-child(3n+2) .availability-bar{top:0;margin-top:6px}@keyframes pulse{0%{transform:scale(.92);opacity:.8}60%{transform:scale(1);opacity:1}to{transform:scale(.92);opacity:.8}}@keyframes spin{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.timeline-resource-grouping.e-schedule .e-agenda-view .e-resource-column,.timeline-resource-grouping.e-schedule:not(.e-device) .e-agenda-view .e-content-wrap table td:first-child{width:200px}td.e-resource-cells.e-child-node{padding:0!important}.e-work-cells.e-resource-group-cells{background-color:#bfbfbf!important}.e-control.e-recurrenceeditor,.e-location-container,.e-resource-icon.e-icons,.e-time-zone-container{display:none}.e-resource-details:before{content:"\e988"!important;font-family:"e-icons";padding-right:20px!important;padding-top:5px!important;font-size:14px;color:rgba(0,0,0,.54)!important}.e-subject-container{width:100%!important}.event-avatar{margin-top:4px;margin-left:4px;width:28px;position:absolute;border-radius:50%}.e-subject.text-event-avatar,.e-time.text-event-avatar{margin-left:40px!important}.e-child-node .e-resource-text,.e-resource-column .e-resource-text{width:200px}.fleet-img{height:40px;width:100%;max-width:80px;object-fit:cover;text-align:end;margin-right:10px}.e-work-cells{border-bottom:1px solid #d3d3d3!important}@font-face{font-family:"Orbitron";font-style:normal;src:url(https://fonts.gstatic.com/s/orbitron/v19/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6BoWgz.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.dashboard-default-theme{height:100%;width:100%}.dashboard-default-theme .dashboard{height:100%;width:100%;display:flex;flex-wrap:nowrap;position:relative;background-size:cover;background-image:url(/static/media/room4.a423c811.jpg);background-repeat:no-repeat;background-position:50%;flex-direction:column}.dashboard-default-theme .dashboard_main{width:100%;background:rgba(0,0,0,.5);color:#fff}.dashboard-default-theme .dashboard_time-area{width:100%;background:hsla(0,0%,85.9%,.52);padding-bottom:15px}.dashboard-default-theme .dashboard_footer{position:absolute;bottom:10px;height:12px;width:100%;background:linear-gradient(90deg,#e45951,#fed22e)}.dashboard-default-theme .dashboard-logo{position:absolute;height:58px;padding:5px;left:3px;top:0}.dashboard-default-theme .time-area{min-height:140px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;display:flex;flex-direction:column;justify-content:space-between}.dashboard-default-theme .time-area .time-area_logout{width:100%;display:flex;flex-direction:row;justify-content:flex-end}.dashboard-default-theme .time-area .time-area_logout button{margin-right:6px;margin-top:6px}.dashboard-default-theme .time-area .time-area_time{display:flex;flex-direction:column;width:100%;align-items:center;flex-wrap:nowrap}.dashboard-default-theme .time-area .time-area_time .date-item{font-weight:600;font-size:clamp(1.5rem,7vw,1.8rem)}.dashboard-default-theme .time-area .time-area_time .time-item{font-weight:600;font-size:clamp(2rem,10vw,2.8rem)}.dashboard-default-theme .meeting-container{padding:8px 10px 20px;border-top:1px solid #fff}.dashboard-default-theme .meeting-container--active{background-color:#e04a2e}.dashboard-default-theme .meeting-container--free{background-color:#459e4b}.dashboard-default-theme .meeting-container--future{background-color:#5284ad}.dashboard-default-theme .meeting-container .meeting-header{font-size:clamp(1.85rem,2vw,2.7rem);border-bottom:1px solid #fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dashboard-default-theme .meeting-container .meeting-body{padding-top:20px;padding-bottom:20px;font-size:1.2rem}.dashboard-default-theme .meeting-container .meeting-time-range{overflow:hidden;font-size:clamp(1.45rem,3.9vw,1.95rem)}.dashboard-default-theme .meeting-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:clamp(1.75rem,2.8vw,2.6rem)}.dashboard-default-theme .meetings-timeline{background:hsla(0,0%,65.9%,.87);overflow-y:auto;flex-grow:1;border-top:1px solid #fff}.dashboard-default-theme .zajete{font-size:2rem;color:red;text-transform:uppercase;font-weight:500;text-align:center}@media(min-width:900px){.dashboard-default-theme .dashboard{flex-wrap:nowrap;flex-direction:row}.dashboard-default-theme .dashboard_main{width:65%;background:rgba(0,0,0,.75);padding:20px}.dashboard-default-theme .dashboard_time-area{order:2;background:hsla(0,0%,85.9%,.82);width:35%;min-width:430px;display:flex;flex-direction:column;flex-wrap:nowrap;grid-gap:20px;gap:20px;padding-bottom:0}.dashboard-default-theme .dashboard_footer{height:20px;bottom:20px}.dashboard-default-theme .dashboard-logo-container{height:25%}}@media screen and (min-width:900px)and (orientation:portrait){.dashboard-default-theme .dashboard-logo-container{height:18%}}@media(min-width:900px){.dashboard-default-theme .dashboard-logo-container .dashboard-logo{position:relative;height:80%;padding:0;left:0;top:0}.dashboard-default-theme .time-area{height:auto}.dashboard-default-theme .time-area .time-area_time{padding-top:25px}.dashboard-default-theme .time-area .time-area_time .date-item{font-size:clamp(1.6rem,1.9vw,2.3rem)}.dashboard-default-theme .time-area .time-area_time .time-item{font-size:clamp(3.6rem,4.4vw,5.6rem)}.dashboard-default-theme .meeting-container{max-height:calc(75% - 20px);min-height:270px;overflow:auto;border-top:none}}@media screen and (min-width:900px)and (orientation:portrait){.dashboard-default-theme .meeting-container{max-height:calc(82% - 20px)}}@media(min-width:900px){.dashboard-default-theme .meeting-container .meeting-header{font-size:clamp(2.1rem,4.2vw,2.8rem)}.dashboard-default-theme .meetings-timeline{border-bottom:1px solid #fff}}.dashboard-default-theme .meetings-timeline{background:hsla(0,0%,65.9%,.8196078431)}.dashboard-default-theme .dashboard-hotdesks-logo{display:flex;flex-grow:.8;justify-content:center;align-items:flex-end;padding-bottom:45px}.dashboard-default-theme .dashboard-hotdesks-logo img{height:clamp(40px,6vw,90px)}*{box-sizing:border-box}#root,body,html{height:-webkit-fill-available;min-height:-webkit-fill-available;height:100%}@media (min-width:801px){::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar{width:12px;height:12px}.thick-horizontal-scroll::-webkit-scrollbar{height:10px}.thick-vertical-scroll::-webkit-scrollbar{width:10px}.MuiDataGrid-window::-webkit-scrollbar{height:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}}.parking-title{font-size:1.2rem;-webkit-line-clamp:2}.max-5-lines>div>div,.parking-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.max-5-lines>div>div{-webkit-line-clamp:5}.hd-multi-picker.hd-multi-picker .rmdp-panel-body li .b-deselect{color:var(--rmdp-deselect-red);background-color:#fff!important}.hd-multi-picker.hd-multi-picker .rmdp-day.rmdp-selected span{color:#fff}.hd-multi-picker.hd-multi-picker .rmdp-day{width:37px;height:37px}.hd-multi-picker.hd-multi-picker .rmdp-day span.has-my-bookings:after{content:"\A";width:8px;height:8px;border-radius:50%;background:#03d10d;display:inline-block;position:absolute;top:0;right:0}.hd-multi-picker.red .rmdp-panel-body li{background:#ff5638}.hd-multi-picker.hd-multi-picker .rmdp-day:not(.rmdp-selected) span.has-any-bookings{background:#fed13b;color:#000}.hd-multi-picker.hd-multi-picker .rmdp-day.rmdp-today:not(.rmdp-selected)>span:not(.has-any-bookings):not(.has-my-bookings){background:#74a5e8}.hd-multi-picker.hd-multi-picker .rmdp-panel-header{font-weight:600;font-size:15px}.hd-multi-picker.hd-multi-picker .rmdp-panel{min-width:135px}.legend-item{display:flex;align-items:center;margin-left:2px;padding-bottom:6px;font-size:12px}.legend-circle{position:relative;display:inline-block;height:25px;width:25px;border-radius:50%;margin-right:4px}.legend-today{background:#74a5e8}.legend-selected{background:#ea0034}.legend-any-bookings,.legend-my-bookings{background:#fed13b}.legend-my-bookings:after{content:"\A";width:8px;height:8px;border-radius:50%;background:#03d10d;display:inline-block;position:absolute;top:0;right:0}.MuiFormControl-root>label.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-shrink,.MuiTextField-root>label.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-shrink{font-weight:700}.MuiFormControl-root>label.MuiFormLabel-root.MuiInputLabel-root,.MuiTextField-root>label.MuiFormLabel-root.MuiInputLabel-root{font-weight:500}.MuiFormHelperText-root.MuiFormHelperText-sizeMedium{font-size:.74rem}.MuiPickersDay-today:not(.Mui-selected){border-color:#e65b42}.grecaptcha-badge{visibility:hidden}