.calendar{display:flex;flex-direction:column;background-color:#1a1a1a;padding:20px;border-radius:8px;width:100%}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#fff}.calendar-button{background-color:#333;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;transition:background-color .3s}.calendar-button:hover{background-color:#555}.calendar-week{cursor:pointer;text-decoration:underline;color:#fff}.calendar-header{display:flex;align-items:center;margin-bottom:10px}.calendar-hour{width:60px;text-align:center;color:#fff;margin-right:10px}.calendar-day-name{flex:1;text-align:center;font-weight:700;color:#fff;margin-right:5px}.calendar-body{display:flex;flex-direction:column}.calendar-row{display:flex;align-items:center;margin-bottom:5px}.calendar-slot{flex:1;min-height:60px;height:auto;border:1px solid #333;margin-right:5px;transition:background-color .3s;padding:5px;overflow:visible;background-color:#333}.calendar-slot.approved{background-color:green}.calendar-slot.pending{background-color:orange}.calendar-slot.empty{background-color:#333}.calendar-slot.cancelled{background-color:#ff4d4d}.multi-event-container{width:100%}.event-item{padding:3px;border-radius:4px;margin-bottom:3px;display:flex;align-items:center}.event-item.approved{background-color:green}.event-item.pending{background-color:orange}.event-item.rejected,.event-item.cancelled{background-color:#ff4d4d}.event-item.clickable{cursor:pointer;transition:transform .2s}.event-item.clickable:hover{transform:scale(1.05);box-shadow:0 0 5px #ffffff4d}.event-content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;color:#fff;font-size:10px;gap:3px;width:100%}.event-icon{min-width:16px;display:flex;align-items:center;justify-content:center}.event-athletes{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 20px)}
