body{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Roboto,sans-serif;height:100vh}.popup{margin:0 auto;padding:30px;background-color:#fff;color:#333;text-align:center}.popup-content{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.popup-title{font-size:32px;font-weight:700;margin:0 0 10px}.popup-subtitle{font-size:24px;margin:0 0 30px}.progress-bar{width:100%;border-radius:20px;overflow:hidden;margin-bottom:10px;height:26px}.progress{height:100%;border-radius:20px;transition:width .4s ease}.progress-info{width:100%;margin-bottom:18px;display:flex;justify-content:flex-start;min-height:20px}.progress-text{font-size:14px;font-weight:500;color:#8a8a8a;margin:0;text-align:left}.download-button{padding:14px 60px;margin:10px 0 40px;font-size:24px;font-weight:700;color:#fff;background-color:#7ed338;border-radius:10px;border:none;cursor:pointer}.cancel-button{font-size:18px;color:#4b4b4b;text-decoration:underline;display:block;margin:0 auto 30px;background-color:transparent;border:none;cursor:pointer}.video-info{display:flex;align-items:center;justify-content:center;max-width:600px;height:200px}.video-thumbnail{width:250px;height:auto;margin-right:40px}.video-details{text-align:left}.video-title{font-size:20px;color:#636363;margin:0 0 5px}.video-duration{font-size:18px;margin:0 0 20px;color:#d9d9d9}.video-quality{display:flex;align-items:center;color:#4aa22c;gap:10px}@media (max-width: 480px){.popup-title{font-size:20px}.popup-subtitle{font-size:16px;margin-bottom:20px}.progress-text{font-size:18px;height:20px}.download-button{font-size:18px;padding:10px 40px;margin:0 0 20px}.video-info{flex-direction:column;height:auto}.video-thumbnail{margin-right:0;margin-bottom:20px}.video-details{text-align:center}.video-title{font-size:16px}.video-duration{font-size:14px;margin-bottom:10px}.video-quality{font-size:14px;justify-content:center}}.loader{display:flex;justify-content:center;align-items:center}.loader .dot{width:5px;height:5px;margin:0 5px;background-color:#333;border-radius:50%;animation:bounce .6s infinite alternate}.loader .dot:nth-child(2){animation-delay:.2s}.loader .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{to{transform:translateY(-5px)}}
