.event-calendar .no-rooms{font-size:2em;height:100%;flex:1;text-align:center;padding:50px}.event-calendar-map.content-inner{display:grid;grid-template-areas:"filters" "rentmain";grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.event-calendar-map .calendar-head{background-color:var(--clr-nav-open);color:var(--l-clr-base-contrast);padding:10px}.event-calendar-map .calendar-head .target-date{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.event-calendar-map .calendar-head .target-date .view-switcher{padding:7px 10px;margin-right:10px}.event-calendar-map .calendar-head .target-date .view-switcher:hover{cursor:pointer;background-color:var(--clr-nav)}.event-calendar-map .calendar-head .target-date .date-switcher{display:flex;flex-direction:row;align-items:center}.event-calendar-map .calendar-head .target-date .date-switcher .curr{padding:7px 10px;-webkit-user-select:none;user-select:none}.event-calendar-map .calendar-head .target-date .date-switcher .curr:hover{cursor:pointer;background-color:var(--clr-nav)}.event-calendar-map .calendar-head .date-days{display:flex;align-items:center;border-top:1px var(--l-clr-base) solid}.event-calendar-map .calendar-head .date-days .date-day{flex:1;text-align:right;padding:7px 5px;min-width:140px}.event-calendar-map .calendar-body{--padding-cells: 0;display:grid;grid-template-columns:repeat(7,1fr);padding:10px;grid-gap:2px}.event-calendar-map .calendar-body .no-items{display:none}.event-calendar-map .calendar-body .cell{position:relative;min-height:90px;min-width:140px;padding-top:25px;background-color:#dbdfe1}.event-calendar-map .calendar-body .cell:first-child{grid-column:var(--padding-cells)}.event-calendar-map .calendar-body .cell.__invisible{opacity:.5}.event-calendar-map .calendar-body .cell.__invisible .events{display:none}.event-calendar-map .calendar-body .cell .day-number{position:absolute;top:5px;right:5px}.event-calendar-map .calendar-body .cell .day-number__mob{display:none}.event-calendar-map .calendar-body .cell .events{height:100%;overflow-y:auto}.event-calendar-map .calendar-body .cell .event-row{display:flex;flex-direction:row;align-items:center;padding:5px}.event-calendar-map .calendar-body .cell .event-row .type{display:flex;flex-direction:row;align-items:center;justify-content:center}.event-calendar-map .calendar-body .cell .event-row .type:before{content:"";display:block;width:12px;height:12px;background-color:var(--l-clr-base-light);border-radius:50%;margin-right:5px}.event-calendar-map .calendar-body .cell .event-row .type.__event:before{background-color:var(--l-clr-base-light)}.event-calendar-map .calendar-body .cell .event-row .type.__club:before{background-color:var(--l-clr-base)}.event-calendar-map .calendar-body .cell .event-row .type.__exh:before{background-color:var(--l-clr-waiting)}.event-calendar-map .calendar-body .cell .event-row .type.__rent:before{background-color:var(--l-clr-warn)}.event-calendar-map .calendar-body .cell .event-row .type.__rent.__paid:before{background-color:var(--l-clr-success)}.event-calendar-map .calendar-body .cell .event-row .name{flex:1}.event-calendar-map .calendar-body .cell .event-row .time{width:40px;text-align:right}
