.schedule-appointment-container{max-width:1200px;margin:0 auto;padding:20px}.schedule-header{text-align:center;margin-bottom:40px}.schedule-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:10px}.schedule-subtitle{font-size:1.2rem;color:#666}.schedule-form{background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:30px}.schedule-section{margin-bottom:30px}.schedule-section-title{font-size:1.5rem;font-weight:700;margin-bottom:20px;color:#1976d2}.time-slots-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:20px}.time-slot{padding:10px;text-align:center;border:2px solid #e0e0e0;border-radius:5px;cursor:pointer;transition:all .3s ease}.time-slot:hover:not(.time-slot-disabled){border-color:#1976d2;background:#f0f8ff}.time-slot-selected{background:#1976d2;color:white;border-color:#1976d2}.time-slot-disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.employee-card{border:2px solid #e0e0e0;border-radius:8px;padding:15px;margin-bottom:15px;cursor:pointer;transition:all .3s ease}.employee-card:hover{border-color:#1976d2;box-shadow:0 2px 8px rgba(0,0,0,.1)}.employee-card-selected{border-color:#1976d2;background:#f0f8ff}.employee-name{font-weight:700;font-size:1.1rem;margin-bottom:5px}.employee-availability{color:#666;font-size:.9rem}.appointment-summary{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-top:30px}.summary-item{display:flex;justify-content:space-between;padding:8px 0}.summary-label{color:#666}.summary-value{font-weight:700}.schedule-submit-button{width:100%;padding:15px;font-size:1.2rem;font-weight:700;background:#1976d2;color:white;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;margin-top:30px}.schedule-submit-button:hover:not(:disabled){background:#1565c0}.schedule-submit-button:disabled{background:#ccc;cursor:not-allowed}.step-indicator{flex-direction:column;position:relative;z-index:1}.step-indicator,.step-number{display:flex;align-items:center}.step-number{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#666;justify-content:center;font-weight:700;font-size:1.2rem;transition:all .3s ease}.step-indicator.active .step-number{background:#1976d2;color:white}.step-label{margin-top:10px;font-size:.9rem;color:#666;font-weight:500;white-space:nowrap}.step-indicator.active .step-label{color:#1976d2}.step-line{width:100px;height:2px;background:#e0e0e0;margin:0 10px;position:relative;top:-20px}@media (max-width:768px){.step-line{width:50px}.step-label{font-size:.8rem}}