.schedule-wrap{display:grid;gap:20px}.schedule-wrap .schedule-week{display:flex;flex-wrap:wrap;gap:20px}.schedule-wrap .schedule-week .schedule-day{display:grid;grid-template-columns:auto auto;gap:20px;color:black;padding:5px 11px;border-radius:5px;font-weight:500;cursor:pointer;background:#00000096;backdrop-filter:blur(20px);color:white;transition:all .2s ease-in-out}.schedule-wrap .schedule-week .schedule-day.active{background:#eabf67;color:black}.schedule-wrap .schedule-week .schedule-day .schedule-count{width:24px;background:black;display:grid;justify-content:center;align-items:center;border-radius:4px;text-align:center;justify-items:center;color:#eabf67}.schedule-wrap .schedule-girls{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}.schedule-wrap .schedule-girls .girl-card{border-radius:5px;overflow:hidden;position:relative}.schedule-wrap .schedule-girls .girl-card .girl-thumb img{aspect-ratio:2 / 3;object-fit:cover;width:100%;height:100%}.schedule-wrap .schedule-girls .girl-card .details{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:#00000096;backdrop-filter:blur(4px)}.schedule-wrap .schedule-empty{color:#777}