.asr-progress-container { text-align: center; margin-bottom: 20px; } .asr-steps { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; max-width: 400px; margin: 10px auto; position: relative; } .asr-steps::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background: #e0e0e0; z-index: 0; transform: translateY(-50%); } .asr-steps li { z-index: 1; background: #e8f0fe; color: #555; padding: 8px 14px; border-radius: 20px; font-size: 13px; transition: all 0.3s ease; position: relative; } .asr-steps li.active { background: #007bff; color: #fff; font-weight: 600; box-shadow: 0 0 10px rgba(0,123,255,0.3); } .asr-steps li.completed { background: #28a745; color: #fff; } .asr-progress-container { text-align: center; margin-bottom: 20px; position: relative; width: 100%; } .asr-steps { display: flex; justify-content: space-between; align-items: center; list-style: none; padding: 0; margin: 0 auto; max-width: 420px; position: relative; } .asr-steps::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background: #dcdcdc; transform: translateY(-50%); z-index: 0; } .asr-steps li { position: relative; z-index: 1; background: #f0f4fa; color: #555; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; transition: all 0.3s ease; border: 1px solid #ccc; box-shadow: 0 1px 2px rgba(0,0,0,0.05); } .asr-steps li.active { background: #007bff; color: #fff; border-color: #007bff; box-shadow: 0 0 10px rgba(0,123,255,0.4); } .asr-steps li.completed { background: #28a745; color: #fff; border-color: #28a745; } .asr-remember { margin: 12px 0 8px; width: 100%; text-align: center; } .asr-remember-label { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 13px; color: #444; cursor: pointer; user-select: none; } .asr-remember-label input[type="checkbox"] { width: 16px; height: 16px; margin: 0; accent-color: #007bff; position: relative; top: 0px; } .asr-btn { margin-top: 15px !important; }