<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.schedule-container{display:flex}.schedule-container .schedule-day{flex:1}.schedule-container .schedule-day .name-day{padding:15px 40px;font-size:12px;color:#212121;text-align:center;background-color:#e5e5ea;margin:0 5px 10px;border-radius:3px;white-space:nowrap}.schedule-container .schedule-day .time-item .name{font-size:12px;font-weight:900;margin-bottom:10px;color:#212121;margin-top:5px}.schedule-container .schedule-day .time-item .time{font-size:10px;font-weight:900;color:#212121}.schedule-container .schedule-day .time-item{height:130px;padding:10px;background-color:#d9eaf6;margin:0 5px 10px;border-radius:3px}.schedule-container .arrow{display:none}@media (max-width:900px){.schedule-container{overflow:scroll;position:relative}.schedule-container .arrow i{color:#fff}.schedule-container .arrow{height:180px;padding:7px;color:#fff;position:sticky;top:calc(50% - 180px);align-items:center;background:rgba(47,95,48,.4);display:flex}.schedule-container .arrow.prev{border-bottom-right-radius:40px;margin-right:-22px;border-top-right-radius:40px;left:0}.schedule-container .arrow.next{border-bottom-left-radius:40px;right:0;border-top-left-radius:40px;margin-left:-22px}}</pre></body></html>