.form-container{background:var(--fourth-color);border-radius:12px;width:100%;padding:20px;box-shadow:0 10px 20px #00000026}.progress-steps{justify-content:space-between;margin-bottom:15px;padding:0 15px;display:flex;position:relative}.step-circle{color:#555;background:#ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;transition:background .3s,color .3s,transform .3s;display:flex}.step-circle.active{color:#fff;background:linear-gradient(45deg,#007bff,#5fc7dd);transform:scale(1.1)}.btn{border-radius:8px;padding:12px;font-size:16px;transition:transform .2s ease-in-out}.btn:hover{transform:scale(1.03)}.table{border-radius:10px;overflow:hidden}.table-dark{background:#333;border-radius:10px}.table-dark th,.table-dark td{border:none}@media (max-width:768px){.form-container{width:95%;padding:15px}}
