.time-selector-wrapper{display:flex;flex-direction:column;height:100%;position:relative;background:#fff}.time-unit-selector{display:flex;justify-content:space-between;align-items:center;gap:10px;position:sticky;top:0;background:#fff;z-index:10;padding:10px 0;border-bottom:1px solid #e5e5ea}.time-unit-selector .reset-btn{background-color:#d1d1d6;color:#313131;padding:4px 8px;border:1px solid #aeaeb2}.time-unit-selector .reset-btn:hover{background-color:#aeaeb2;color:#313131}.time-hint{display:flex;align-items:center;gap:8px}.time-hint__item{display:inline-flex;align-items:center;font-size:.7rem;padding:2px 6px;border-radius:4px;font-weight:500}.time-hint__item--available{background:#fff;color:#313131;border:1px solid #d1d1d6}.time-hint__item--blocked{color:#aeaeb2}.time-hint__item--blocked,.time-summary{background:#e5e5ea;border:1px solid #d1d1d6}.time-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;padding:8px 10px;border-radius:8px;font-size:.8rem;line-height:1.2}.time-summary--active{border-color:#334eac;background:rgba(51,78,172,.08)}.time-summary__empty{color:#636366}.time-summary__range{color:#313131;font-weight:600}.time-summary__duration{flex-shrink:0;color:#334eac;font-weight:700}.time-grid{display:flex;flex-direction:column;align-items:center;flex:1 1;padding:2rem 2rem 4px}.time-slot{display:flex;flex-direction:column;width:5rem}.time-marker{height:0;overflow:visible;display:flex;align-items:flex-end;position:relative;z-index:2}.time-marker.expired{opacity:.4}.time-marker__spacer{width:5rem;flex-shrink:0}.time-marker__info{display:flex;flex-direction:column;align-items:flex-start;gap:2px;transform:translateY(7px)}.time-marker__date{font-size:.9rem;color:#636366;white-space:nowrap;font-weight:600;line-height:1;padding-left:1rem}.time-marker__row{display:flex;align-items:center;gap:4px}.time-marker__line{width:14px;flex-shrink:0;height:1px;background:#636366}.time-marker__label{font-size:.9rem;color:#636366;white-space:nowrap;line-height:1;flex-shrink:0}.time-marker--active{z-index:3}.time-marker--active .time-marker__line{width:20px;height:2px;background:#334eac}.time-marker--active .time-marker__label{color:#334eac;font-weight:700}.time-cell{display:block;width:5rem;height:52px;background:#fff;cursor:pointer;border:1.5px solid #e5e5ea;border-top:none;border-radius:0;transition:background .15s ease,border-color .15s ease}.time-cell:hover:not(:disabled){background:#edf1f6}.time-cell.selected{background:rgba(51,78,172,.12);border-right-color:#334eac;border-bottom-color:#334eac;border-left-color:#334eac}.time-cell.selected:hover:not(:disabled){background:rgba(51,78,172,.2)}.time-cell.blocked{background:#e5e5ea;background-image:repeating-linear-gradient(-45deg,transparent,transparent 3px,#d1d1d6 0,#d1d1d6 4px)}.time-cell.blocked,.time-cell.expired{border-color:#e5e5ea;cursor:not-allowed}.time-cell.expired{background:#e5e5ea;opacity:.45}.time-slot:first-child .time-cell{border-top:1.5px solid #e5e5ea;border-top-left-radius:8px;border-top-right-radius:8px}.time-slot:last-child .time-cell{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.time-slot .time-cell.selected-start,.time-slot:first-child .time-cell.selected-start{border-top:1.5px solid #334eac}.time-slot .time-cell.selected-end,.time-slot:last-child .time-cell.selected-end{border-bottom:1.5px solid #334eac}