.modern-calendar-container{display:flex;flex-direction:column;height:100%;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.modern-calendar-toolbar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e0e0e0;background-color:#fff;min-height:64px}.toolbar-left{display:flex;align-items:center;gap:16px}.toolbar-right{display:flex;align-items:center;gap:12px}.today-button{border-radius:4px;text-transform:none;font-weight:500;padding:6px 16px}.nav-buttons{display:flex;gap:4px}.calendar-title{font-weight:500;color:#202124;margin-left:8px}.modern-calendar-view{flex:1;display:flex;overflow:hidden;min-height:0}.month-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.month-header{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e0e0e0;background-color:#fafafa}.month-header-cell{padding:12px 8px;text-align:center;border-right:1px solid #e0e0e0}.month-header-cell:last-child{border-right:none}.day-name{font-weight:600;color:#70757a;text-transform:uppercase;font-size:11px;letter-spacing:.8px}.month-grid{flex:1;display:flex;flex-direction:column;overflow-y:auto}.month-week{display:grid;grid-template-columns:repeat(7,1fr);flex:1 1 0;min-height:140px;position:relative;height:20%}.month-week-events-overlay{position:absolute;top:36px;left:0;right:0;z-index:2;pointer-events:none;display:grid;grid-template-columns:repeat(7,1fr);gap:0}.month-event-span{height:20px;margin:1px 2px;border-radius:4px;padding:2px 6px;cursor:pointer;transition:opacity .2s;color:#fff;pointer-events:auto;box-shadow:0 1px 2px #0000001a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:flex-start}.month-event-span:hover{opacity:.85;box-shadow:0 2px 4px #00000026}.month-day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:0;cursor:pointer;transition:background-color .2s;overflow:hidden;display:flex;flex-direction:column;min-height:140px}.month-day:hover{background-color:#f8f9fa}.month-day:last-child{border-right:none}.month-day.other-month{background-color:#fafafa;color:#9aa0a6}.month-day.today{background-color:#e8f0fe}.month-day-header{display:flex;justify-content:flex-start;padding:4px 6px;position:relative;z-index:3;background-color:inherit}.day-number{font-size:14px;font-weight:400;color:#3c4043;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%}.day-number.today-number{background-color:#22aba1;color:#fff;font-weight:600}.month-day-events{flex:1;overflow:hidden;padding:0 4px 4px}.month-event{padding:2px 6px;margin:2px 0;border-radius:4px;cursor:pointer;transition:opacity .2s;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.month-event:hover{opacity:.85}.month-event-title{color:#fff;font-weight:500;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.more-events{color:#5f6368;font-weight:500;padding:2px 6px;margin-top:2px;display:block;font-size:11px;cursor:pointer}.more-events:hover{background-color:#0000000d;border-radius:4px}.week-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.week-header{display:grid;grid-template-columns:60px repeat(7,1fr);border-bottom:1px solid #e0e0e0;background-color:#fff;position:sticky;top:0;z-index:10}.week-time-gutter{border-right:1px solid #e0e0e0}.week-multiday-container{display:grid;grid-template-columns:60px 1fr;border-bottom:1px solid #e0e0e0;background-color:#fafafa;padding:4px 0;min-height:36px}.week-multiday-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px 2px;padding:0 4px;align-items:center}.week-multiday-event{padding:6px 8px;border-radius:4px;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000001a;min-height:28px;display:flex;align-items:center}.week-multiday-event:hover{opacity:.9;box-shadow:0 2px 4px #00000026;transform:translateY(-1px)}.week-multiday-title{color:#fff;font-weight:600;font-size:12px}.week-day-header{padding:12px 8px;text-align:center;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;align-items:center;gap:4px}.week-day-header:last-child{border-right:none}.week-day-header.today{background-color:#e8f0fe}.week-day-name{font-weight:600;color:#70757a;text-transform:uppercase;font-size:11px;letter-spacing:.8px}.week-day-number{font-size:24px;font-weight:400;color:#3c4043;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%}.week-day-number.today-number{background-color:#22aba1;color:#fff}.week-grid-container{flex:1;overflow-y:auto;overflow-x:hidden;position:relative}.week-grid{display:grid;grid-template-columns:60px 1fr;min-height:1440px}.week-time-column{border-right:1px solid #e0e0e0;position:relative}.week-time-slot{height:60px;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:8px;position:relative}.week-time-label{color:#70757a;font-size:12px;transform:translateY(-8px)}.week-days-grid{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.week-day-column{border-right:1px solid #e0e0e0;position:relative}.week-day-column:last-child{border-right:none}.week-day-slot{height:60px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.week-day-slot:hover{background-color:#f8f9fa}.week-events-container{position:absolute;top:0;left:0;right:0;height:1440px;pointer-events:none}.week-event{position:absolute;border-radius:4px;padding:4px 6px;cursor:pointer;transition:opacity .2s,box-shadow .2s,z-index 0s;pointer-events:auto;color:#fff;overflow:hidden;box-shadow:0 1px 3px #0000001f;border-left:3px solid rgba(0,0,0,.2)}.week-event:hover{opacity:1;box-shadow:0 2px 6px #00000026;z-index:100!important}.week-event-title{color:#fff;font-weight:600;font-size:12px;display:block;margin-bottom:2px}.week-event-time{color:#ffffffe6;font-size:11px;display:block}.day-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.day-header{border-bottom:1px solid #e0e0e0;background-color:#fff;padding:16px 24px}.day-header-content{display:flex;align-items:baseline;gap:12px}.day-header-day{color:#70757a;font-weight:500;font-size:16px}.day-header-date{color:#3c4043;font-weight:400;width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.day-header-date.today-date{background-color:#22aba1;color:#fff}.day-multiday-container{background-color:#fafafa;border-bottom:1px solid #e0e0e0;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.day-multiday-event{border-radius:6px;padding:12px 16px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a;border-left:4px solid rgba(0,0,0,.2)}.day-multiday-event:hover{box-shadow:0 4px 8px #00000026;transform:translate(2px)}.day-multiday-content{display:flex;flex-direction:column;gap:4px}.day-multiday-title{color:#fff;font-weight:600;font-size:14px}.day-multiday-info{color:#fffffff2;font-size:12px;font-weight:500}.day-multiday-location,.day-multiday-client{color:#ffffffe6;font-size:12px}.day-grid-container{flex:1;overflow-y:auto;overflow-x:hidden}.day-grid{display:grid;grid-template-columns:80px 1fr;min-height:1440px}.day-time-column{border-right:1px solid #e0e0e0;position:relative}.day-time-slot{height:60px;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:12px}.day-time-label{color:#70757a;font-size:13px;transform:translateY(-8px)}.day-content-column{position:relative;border-right:1px solid #e0e0e0}.day-content-slot{height:60px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.day-content-slot:hover{background-color:#f8f9fa}.day-events-container{position:absolute;top:0;left:0;right:0;height:1440px;pointer-events:none}.day-event{position:absolute;border-radius:4px;padding:8px 12px;cursor:pointer;transition:all .2s;pointer-events:auto;color:#fff;overflow:hidden;box-shadow:0 2px 4px #0000001a;border-left:4px solid rgba(0,0,0,.2)}.day-event:hover{opacity:1;box-shadow:0 4px 8px #00000026;transform:translate(2px);z-index:100!important}.day-event-content{display:flex;flex-direction:column;gap:4px}.day-event-title{color:#fff;font-weight:600;font-size:14px}.day-event-time{color:#fffffff2;font-size:12px}.day-event-location,.day-event-client{color:#ffffffe6;font-size:12px}.current-time-line{position:absolute;left:0;right:0;z-index:5;pointer-events:none}.current-time-circle{position:absolute;left:-6px;top:-5px;width:12px;height:12px;background-color:#ea4335;border-radius:50%;border:2px solid white}.current-time-line-bar{height:2px;background-color:#ea4335}.day-current-time .current-time-indicator{position:absolute;left:-80px;top:-10px;background-color:#ea4335;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.current-time-text{color:#fff}@media (max-width: 768px){.modern-calendar-toolbar{padding:12px 16px;min-height:auto;flex-direction:column;align-items:stretch;gap:12px}.toolbar-left{flex-wrap:wrap;gap:8px}.toolbar-right{flex-wrap:wrap;gap:8px;justify-content:space-between}.calendar-title{font-size:16px;width:100%;order:-1;margin-left:0;margin-bottom:4px}.today-button{padding:4px 12px;font-size:13px}.nav-buttons button{padding:6px}.month-header-cell{padding:8px 4px}.day-name{font-size:10px;letter-spacing:.5px}.month-week,.month-day{min-height:100px}.day-number{font-size:13px;width:26px;height:26px}.month-day-header{padding:3px 4px}.month-day-events{padding:0 2px 2px}.month-event{padding:1px 4px;margin:1px 0;border-radius:3px}.month-event-title{font-size:10px}.month-event-span{height:18px;margin:1px;padding:1px 4px;font-size:10px}.more-events{font-size:9px;padding:1px 4px}.week-header{grid-template-columns:50px repeat(7,1fr)}.week-time-column,.week-time-gutter{width:50px}.week-time-label{font-size:10px}.week-day-header{padding:8px 4px;gap:2px}.week-day-name{font-size:9px}.week-day-number{font-size:20px;width:38px;height:38px}.week-grid{grid-template-columns:50px 1fr}.week-multiday-container{grid-template-columns:50px 1fr;padding:3px 0}.week-multiday-event{padding:4px 6px;min-height:24px}.week-multiday-title{font-size:11px}.week-event{padding:3px 4px}.week-event-title{font-size:11px}.week-event-time{font-size:10px}.week-view{overflow-x:auto}.week-header,.week-multiday-grid,.week-days-grid{min-width:600px}.day-header{padding:12px 16px}.day-header-content{gap:8px}.day-header-day{font-size:14px}.day-header-date{font-size:24px;width:46px;height:46px}.day-grid{grid-template-columns:60px 1fr}.day-time-column{width:60px}.day-time-label{font-size:11px}.day-multiday-container{padding:8px 16px;gap:6px}.day-multiday-event{padding:8px 12px}.day-multiday-title{font-size:13px}.day-multiday-info,.day-multiday-location,.day-multiday-client{font-size:11px}.day-event{padding:6px 8px}.day-event-title{font-size:13px}.day-event-time,.day-event-location,.day-event-client{font-size:11px}}@media (max-width: 480px){.modern-calendar-toolbar{padding:10px 12px}.toolbar-left{width:100%}.toolbar-right{width:100%;justify-content:flex-end}.toolbar-right .MuiButtonGroup-root{width:100%}.toolbar-right .MuiButtonGroup-root button{flex:1;font-size:12px;padding:4px 8px}.calendar-title{font-size:15px}.today-button{font-size:12px}.month-header-cell{padding:6px 2px}.day-name{font-size:9px;letter-spacing:.3px}.month-week{min-height:70px;height:auto}.month-day{min-height:70px;padding:0}.day-number{font-size:12px;width:24px;height:24px}.month-day-header{padding:2px 3px}.month-day-events{padding:0 1px 1px}.month-event{padding:1px 3px;margin:1px 0}.month-event-title{font-size:9px}.month-event-span{height:16px;padding:1px 3px;font-size:9px}.more-events{font-size:8px;font-weight:600;color:#1a73e8;background-color:#1a73e81a;padding:2px 4px;border-radius:3px;text-align:center}.week-header{grid-template-columns:40px repeat(7,1fr)}.week-time-column,.week-time-gutter{width:40px}.week-time-label{font-size:9px;padding-right:4px}.week-day-header{padding:6px 2px}.week-day-name{font-size:8px}.week-day-number{font-size:18px;width:32px;height:32px}.week-grid,.week-multiday-container{grid-template-columns:40px 1fr}.week-multiday-event{padding:3px 4px;min-height:20px}.week-multiday-title{font-size:10px}.week-event{padding:2px 3px;border-left:2px solid rgba(0,0,0,.2)}.week-event-title{font-size:10px}.week-event-time{font-size:9px}.week-view{overflow-x:auto}.week-header,.week-multiday-grid,.week-days-grid{min-width:480px}.day-header{padding:10px 12px}.day-header-day{font-size:13px}.day-header-date{font-size:22px;width:42px;height:42px}.day-grid{grid-template-columns:50px 1fr}.day-time-column{width:50px}.day-time-slot{padding-right:6px}.day-time-label{font-size:10px}.day-multiday-container{padding:6px 12px;gap:5px}.day-multiday-event{padding:6px 10px;border-left:3px solid rgba(0,0,0,.2)}.day-multiday-title{font-size:12px}.day-multiday-info,.day-multiday-location,.day-multiday-client{font-size:10px}.day-event{padding:4px 6px;border-left:3px solid rgba(0,0,0,.2)}.day-event-title{font-size:12px}.day-event-time,.day-event-location,.day-event-client{font-size:10px}.day-event-content{gap:2px}.current-time-circle{width:10px;height:10px;left:-5px;top:-4px}.current-time-line-bar{height:2px}.day-current-time .current-time-indicator{left:-60px;padding:1px 6px;font-size:10px}}@media (max-width: 360px){.month-week,.month-day{min-height:60px}.day-number{font-size:11px;width:22px;height:22px}.month-event-title{font-size:8px}.month-day-events{display:flex;flex-wrap:wrap;gap:2px;align-items:flex-start}.month-event{min-width:6px;min-height:6px;padding:0;border-radius:50%;flex-shrink:0}.month-event-title{display:none}.more-events{font-size:9px;width:100%;margin-top:2px}.week-day-number{font-size:16px;width:28px;height:28px}.day-header-date{font-size:20px;width:38px;height:38px}}@media print{.modern-calendar-toolbar{border-bottom:2px solid #000}.month-day,.week-day-column,.day-content-column{border-color:#000}.current-time-line{display:none}}@media (hover: none) and (pointer: coarse){.month-day{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.month-event,.month-event-span,.week-event,.week-multiday-event,.day-event,.day-multiday-event{cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:28px}.week-day-slot,.day-content-slot{-webkit-tap-highlight-color:rgba(0,0,0,.05)}.month-grid,.week-grid-container,.day-grid-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.today-button,.nav-buttons button,.toolbar-right button{min-height:36px;min-width:36px}}.month-view.mobile-list{display:flex;flex-direction:column;overflow:hidden}.month-list-view{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#f5f5f5;padding:4px 0}.month-list-day{background-color:#fff;margin-bottom:1px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.month-list-day.no-events{padding:12px 16px}.month-list-day.no-events:active{background-color:#f0f0f0}.month-list-day.today{border-left:4px solid #22aba1}.month-list-day-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#fafafa;border-bottom:1px solid #e8e8e8}.month-list-day.today .month-list-day-header{background-color:#e8f5f4}.month-list-date{display:flex;align-items:center;gap:12px}.month-list-day-name{color:#70757a;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.8px;min-width:40px}.month-list-day-number{color:#3c4043;font-weight:500;font-size:18px;margin:0}.month-list-day-number.today-number{color:#22aba1;font-weight:600}.month-list-event-count{color:#5f6368;font-weight:500;font-size:12px}.month-list-events{display:flex;flex-direction:column}.month-list-event{display:flex;align-items:stretch;padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s;position:relative;border-left:4px solid transparent;min-height:60px}.month-list-event:active{background-color:#f8f9fa}.month-list-event:last-child{border-bottom:none}.month-list-event-color{width:4px;border-radius:2px;margin-right:12px;flex-shrink:0}.month-list-event-content{flex:1;display:flex;flex-direction:column;gap:4px}.month-list-event-title{color:#3c4043;font-weight:600;font-size:15px;line-height:1.4}.month-list-event-time{color:#5f6368;font-size:13px;font-weight:500}.month-list-event-location,.month-list-event-client{color:#70757a;font-size:12px}.month-list-event.attendance-green{border-left-color:#00ff0d}.month-list-event.attendance-yellow{border-left-color:#ff0}.month-list-event.attendance-red{border-left-color:red}.week-view.mobile-list{display:flex;flex-direction:column;overflow:hidden}.week-list-view{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#f5f5f5;padding:4px 0}.week-list-day{background-color:#fff;box-shadow:0 1px 3px #00000014;border-radius:8px;overflow:hidden;margin:8px 12px}.week-list-day.no-events{padding:16px;cursor:pointer;transition:background-color .2s}.week-list-day.no-events:active{background-color:#f0f0f0}.week-list-day.today{box-shadow:0 2px 8px #22aba14d;border:2px solid #22aba1}.week-list-day-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background-color:#fafafa;border-bottom:1px solid #e8e8e8}.week-list-day.today .week-list-day-header{background-color:#e8f5f4}.week-list-date{display:flex;flex-direction:column;gap:2px}.week-list-day-name{color:#70757a;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.8px}.week-list-day-number{color:#3c4043;font-weight:600;margin:0}.week-list-day-number.today-number{color:#22aba1}.week-list-event-count{color:#5f6368;font-weight:500;font-size:12px;background-color:#e8eaed;padding:4px 10px;border-radius:12px}.week-list-events{display:flex;flex-direction:column}.week-list-event{display:flex;align-items:stretch;padding:14px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s;position:relative;border-left:4px solid transparent;min-height:70px}.week-list-event:active{background-color:#f8f9fa}.week-list-event:last-child{border-bottom:none}.week-list-event-time-badge{display:flex;align-items:flex-start;justify-content:center;min-width:60px;margin-right:12px;flex-shrink:0;padding-top:2px}.week-list-event-time-text{color:#5f6368;font-weight:600;font-size:12px;text-align:center;line-height:1.3}.week-list-event-color{width:4px;border-radius:2px;margin-right:12px;flex-shrink:0}.week-list-event-content{flex:1;display:flex;flex-direction:column;gap:4px}.week-list-event-title{color:#3c4043;font-weight:600;font-size:15px;line-height:1.4}.week-list-event-details{color:#5f6368;font-size:13px;font-weight:500}.week-list-event-location,.week-list-event-client{color:#70757a;font-size:12px}.week-list-event.attendance-green{border-left-color:#00ff0d}.week-list-event.attendance-yellow{border-left-color:#ff0}.week-list-event.attendance-red{border-left-color:red}@media (max-width: 480px){.month-list-day-header,.month-list-event,.week-list-day-header,.week-list-event{padding:10px 12px}.month-list-event{min-height:50px}.week-list-event{min-height:60px}.month-list-event-title,.week-list-event-title{font-size:14px}.month-list-event-time,.week-list-event-details{font-size:12px}.week-list-event-time-badge{min-width:50px;margin-right:10px}.week-list-event-time-text{font-size:11px}.week-list-day{margin:6px 8px;border-radius:6px}}.mobile-fab{z-index:1000;box-shadow:0 4px 12px #00000026}.mobile-fab:active{transform:scale(.95)}.month-view.mobile-list .month-list-view,.week-view.mobile-list .week-list-view{padding-bottom:88px}.month-event.attendance-green,.month-event-span.attendance-green{border-left:4px solid rgb(0,255,13)}.month-event.attendance-yellow,.month-event-span.attendance-yellow{border-left:4px solid yellow}.month-event.attendance-red,.month-event-span.attendance-red{border-left:4px solid red}.week-event.attendance-green,.week-multiday-event.attendance-green{border-left:4px solid rgb(0,255,13)}.week-event.attendance-yellow,.week-multiday-event.attendance-yellow{border-left:4px solid yellow}.week-event.attendance-red,.week-multiday-event.attendance-red{border-left:4px solid red}.day-event.attendance-green,.day-multiday-event.attendance-green{border-left:5px solid rgb(0,255,13)}.day-event.attendance-yellow,.day-multiday-event.attendance-yellow{border-left:5px solid yellow}.day-event.attendance-red,.day-multiday-event.attendance-red{border-left:5px solid red}.resource-day-view,.resource-week-view{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.resource-empty-state{display:flex;align-items:center;justify-content:center;height:100%;padding:48px}.resource-header{display:flex;border-bottom:2px solid #e0e0e0;background-color:#fafafa;position:sticky;top:0;z-index:10;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.resource-header::-webkit-scrollbar{display:none}.resource-time-header{min-width:80px;width:80px;padding:16px 12px;font-weight:600;color:#70757a;text-transform:uppercase;font-size:11px;letter-spacing:.8px;border-right:1px solid #e0e0e0;background-color:#fafafa;position:sticky;left:0;z-index:11}.resource-column-header{flex:1;min-width:150px;padding:16px 12px;text-align:center;border-right:1px solid #e0e0e0;background-color:#fafafa}.resource-column-header:last-child{border-right:none}.resource-therapist-name{font-weight:600!important;color:#202124!important}.resource-content{flex:1;overflow-y:auto;overflow-x:auto;position:relative}.resource-grid{display:flex;min-height:1440px;position:relative}.resource-time-column{min-width:80px;width:80px;border-right:1px solid #e0e0e0;background-color:#fafafa;position:sticky;left:0;z-index:5}.resource-time-slot{height:60px;padding:4px 8px;display:flex;align-items:flex-start;position:relative}.resource-time-slot:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#f0f0f0}.resource-time-slot:first-child:before{display:none}.resource-time-label{color:#70757a;font-size:11px;font-weight:500}.resource-therapist-column{flex:1;min-width:150px;border-right:1px solid #e0e0e0;position:relative}.resource-therapist-column:last-child{border-right:none}.resource-slots-container{position:absolute;top:0;left:0;right:0;bottom:0}.resource-time-slot-cell{height:60px;cursor:pointer;transition:background-color .2s;position:relative}.resource-day-view .resource-time-slot-cell:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#f0f0f0}.resource-day-view .resource-time-slot-cell:first-child:before{display:none}.resource-time-slot-cell:hover{background-color:#4285f40d}.resource-events-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.resource-event{position:absolute;left:2px;right:2px;border-radius:4px;padding:4px 6px;cursor:pointer;overflow:hidden;box-shadow:0 1px 3px #0003;transition:box-shadow .2s,transform .2s;pointer-events:auto;color:#fff;border-left:4px solid rgba(0,0,0,.2)}.resource-event:hover{box-shadow:0 2px 8px #0000004d;transform:translateY(-1px);z-index:10}.resource-event-time{display:block;font-size:10px;opacity:.9;font-weight:500;color:#fff!important}.resource-event-title{font-size:12px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff!important}.resource-event.attendance-green{border-left:4px solid rgb(0,255,13)}.resource-event.attendance-yellow{border-left:4px solid yellow}.resource-event.attendance-red{border-left:4px solid red}.resource-list-view{flex:1;overflow-y:auto;padding:16px}.resource-list-therapist{background-color:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.resource-list-therapist-header{padding:16px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0}.resource-list-therapist-name{font-weight:600!important;color:#202124!important}.resource-list-event-count{color:#70757a!important;margin-top:4px!important}.resource-list-events{padding:8px}.resource-list-event{display:flex;align-items:center;padding:12px;margin-bottom:8px;background-color:#fff;border-radius:6px;border-left:4px solid #11818c;box-shadow:0 1px 2px #0000001a;cursor:pointer;transition:box-shadow .2s,transform .2s}.resource-list-event:hover{box-shadow:0 2px 8px #00000026;transform:translate(2px)}.resource-list-event:last-child{margin-bottom:0}.resource-list-event-time-badge{min-width:70px;padding:6px 8px;background-color:#f5f5f5;border-radius:4px;margin-right:12px;text-align:center}.resource-list-event-time-text{font-weight:600!important;color:#202124!important}.resource-list-event-color{width:8px;min-width:8px;height:8px;border-radius:50%;margin-right:12px;align-self:center}.resource-list-event-content{flex:1;min-width:0}.resource-list-event-title{font-weight:500!important;color:#202124!important;margin-bottom:4px!important}.resource-list-event-details{color:#70757a!important;display:block;margin-bottom:2px!important}.resource-list-event-client{color:#70757a!important;display:block}.resource-list-no-events{padding:24px;text-align:center;color:#70757a}@media (max-width: 768px){.resource-time-header,.resource-time-column{min-width:60px;width:60px}.resource-column-header{min-width:120px;padding:12px 8px}.resource-therapist-column{min-width:120px}.resource-event-title{font-size:11px}.resource-event-time{font-size:9px}.resource-week-day-column{min-width:80px}}[data-theme=dark] .modern-calendar-container,body[data-theme=dark] .modern-calendar-container{background-color:#1e1e1e;color:#e8eaed}[data-theme=dark] .modern-calendar-toolbar,body[data-theme=dark] .modern-calendar-toolbar{background-color:#1e1e1e;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .calendar-title,body[data-theme=dark] .calendar-title{color:#e8eaed}[data-theme=dark] .month-header,body[data-theme=dark] .month-header{background-color:#2c2c2c;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .month-header-cell,body[data-theme=dark] .month-header-cell{border-right:1px solid rgba(255,255,255,.12)}[data-theme=dark] .day-name,body[data-theme=dark] .day-name{color:#9aa0a6}[data-theme=dark] .month-cell,body[data-theme=dark] .month-cell{background-color:#1e1e1e;border:1px solid rgba(255,255,255,.12)}[data-theme=dark] .month-cell:hover,body[data-theme=dark] .month-cell:hover{background-color:#2c2c2c}[data-theme=dark] .month-cell.other-month,body[data-theme=dark] .month-cell.other-month{background-color:#121212}[data-theme=dark] .day-number,body[data-theme=dark] .day-number{color:#e8eaed}[data-theme=dark] .day-number.other-month,body[data-theme=dark] .day-number.other-month{color:#5f6368}[data-theme=dark] .day-number.today,body[data-theme=dark] .day-number.today{background-color:#11818c;color:#fff}[data-theme=dark] .week-view,body[data-theme=dark] .week-view{background-color:#1e1e1e}[data-theme=dark] .week-header,body[data-theme=dark] .week-header{background-color:#2c2c2c;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .time-column,body[data-theme=dark] .time-column{background-color:#1e1e1e;border-right:1px solid rgba(255,255,255,.12)}[data-theme=dark] .time-slot,body[data-theme=dark] .time-slot{color:#9aa0a6;border-bottom:1px solid rgba(255,255,255,.06)}[data-theme=dark] .week-day-column,body[data-theme=dark] .week-day-column{border-right:1px solid rgba(255,255,255,.12);background-color:#1e1e1e}[data-theme=dark] .week-day-header,body[data-theme=dark] .week-day-header{color:#e8eaed;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .week-day-header.today,body[data-theme=dark] .week-day-header.today{color:#11818c}[data-theme=dark] .hour-slot,body[data-theme=dark] .hour-slot{border-bottom:1px solid rgba(255,255,255,.06)}[data-theme=dark] .hour-slot.hour-boundary,body[data-theme=dark] .hour-slot.hour-boundary{border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .day-view,body[data-theme=dark] .day-view{background-color:#1e1e1e}[data-theme=dark] .day-header,body[data-theme=dark] .day-header{background-color:#2c2c2c;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .resource-day-view,body[data-theme=dark] .resource-day-view{background-color:#1e1e1e}[data-theme=dark] .resource-header,body[data-theme=dark] .resource-header{background-color:#2c2c2c;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .resource-column,body[data-theme=dark] .resource-column{border-right:1px solid rgba(255,255,255,.12);background-color:#1e1e1e}[data-theme=dark] .resource-name,body[data-theme=dark] .resource-name{color:#e8eaed}[data-theme=dark] .event-tooltip,body[data-theme=dark] .event-tooltip{background-color:#2c2c2c;color:#e8eaed;border:1px solid rgba(255,255,255,.12)}[data-theme=dark] .event-tooltip-title,body[data-theme=dark] .event-tooltip-title{color:#e8eaed;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .event-tooltip-detail,body[data-theme=dark] .event-tooltip-detail{color:#9aa0a6}[data-theme=dark] .resource-time-grid,body[data-theme=dark] .resource-time-grid{background-color:#1e1e1e}[data-theme=dark] .all-day-section,body[data-theme=dark] .all-day-section{background-color:#2c2c2c;border-bottom:1px solid rgba(255,255,255,.12)}[data-theme=dark] .all-day-label,body[data-theme=dark] .all-day-label{color:#9aa0a6;border-right:1px solid rgba(255,255,255,.12)}
