.py-10,.container_mx-auto_px-6{min-width:100%;margin:0;padding:0}.interview-schedule{padding:20px;background-color:#f0f0f0}.interview-list{display:flex;flex-wrap:wrap;gap:10px}.interview-item{background-color:#fff;border:1px solid #ddd;padding:15px;width:100%;max-width:300px;border-radius:8px}.interview-item h3{margin-top:0}.interview-item p{margin:5px 0}button{background-color:#4caf50;color:#fff;border:none;padding:10px;border-radius:5px;cursor:pointer}button:hover{background-color:#45a049}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:.9;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.animate-slideInLeft{animation:slideInLeft 1s ease-out forwards}.animate-bounceIn{animation:bounceIn .8s ease-out forwards}.delay-500{animation-delay:.5s}.delay-1s{animation-delay:1s}#image_container{transition:background-image 1s ease-in-out}
