.simpleform-quiz-container{max-width:800px;margin:40px auto;padding:20px}.simpleform-quiz-container .quiz-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.simpleform-quiz-container .quiz-header{padding:30px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;text-align:center}.simpleform-quiz-container .quiz-header .quiz-title{margin:0 0 10px 0;font-size:28px;font-weight:700}.simpleform-quiz-container .quiz-header .quiz-description{margin:0;font-size:16px;opacity:.9}.simpleform-quiz-container .quiz-content{padding:30px}.simpleform-quiz-container .quiz-question{margin-bottom:40px}.simpleform-quiz-container .quiz-question:last-child{margin-bottom:0}.simpleform-quiz-container .quiz-question .question-header{margin-bottom:20px}.simpleform-quiz-container .quiz-question .question-header .question-number{display:inline-block;padding:4px 12px;background:#f3f4f6;border-radius:20px;font-size:12px;font-weight:600;color:#6b7280;margin-bottom:12px}.simpleform-quiz-container .quiz-question .question-header .question-text{margin:0 0 10px 0;font-size:20px;font-weight:600;color:#1f2937}.simpleform-quiz-container .quiz-question .question-header .question-description{margin:0 0 15px 0;font-size:14px;color:#6b7280}.simpleform-quiz-container .quiz-question .question-header .question-image{width:100%;max-width:500px;height:auto;border-radius:8px;margin-top:15px}.simpleform-quiz-container .quiz-question .question-answers{display:flex;flex-direction:column;gap:12px}.simpleform-quiz-container .quiz-question .question-answers .answer-option{display:flex;align-items:center;padding:16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.simpleform-quiz-container .quiz-question .question-answers .answer-option:hover{border-color:#667eea;background:#f9fafb}.simpleform-quiz-container .quiz-question .question-answers .answer-option input[type=radio]{margin-right:12px;width:20px;height:20px;cursor:pointer}.simpleform-quiz-container .quiz-question .question-answers .answer-option .answer-content{display:flex;align-items:center;gap:12px;flex:1}.simpleform-quiz-container .quiz-question .question-answers .answer-option .answer-content .answer-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.simpleform-quiz-container .quiz-question .question-answers .answer-option .answer-content .answer-text{font-size:16px;color:#374151}.simpleform-quiz-container .quiz-question .question-answers .answer-option input[type=radio]:checked~.answer-content{font-weight:600;color:#667eea}.simpleform-quiz-container .quiz-footer{padding:20px 30px;background:#f9fafb;border-top:1px solid #e5e7eb;text-align:center}.simpleform-quiz-container .quiz-footer .quiz-submit-btn{padding:14px 40px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.simpleform-quiz-container .quiz-footer .quiz-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.simpleform-quiz-container .quiz-footer .quiz-submit-btn:active{transform:translateY(0)}.simpleform-quiz-container .quiz-results{padding:30px}.simpleform-quiz-container .quiz-results .quiz-results-content{text-align:center}.simpleform-quiz-container .quiz-results .quiz-results-content.passed h3{color:#10b981}.simpleform-quiz-container .quiz-results .quiz-results-content.failed h3{color:#ef4444}.simpleform-quiz-container .quiz-results .quiz-results-content h3{margin:0 0 20px 0;font-size:32px}.simpleform-quiz-container .quiz-results .quiz-results-content .score-text{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 10px 0}.simpleform-quiz-container .quiz-results .quiz-results-content .passing-score{font-size:14px;color:#6b7280;margin:0 0 30px 0}.simpleform-quiz-container .quiz-results .quiz-results-content .quiz-reward{padding:20px;background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;margin:20px 0}.simpleform-quiz-container .quiz-results .quiz-results-content .quiz-reward h4{margin:0 0 10px 0;color:#92400e}.simpleform-quiz-container .quiz-results .quiz-results-content .quiz-reward .reward-coupon{font-size:18px;color:#92400e}.simpleform-quiz-container .quiz-results .quiz-results-content .quiz-reward .reward-coupon strong{font-size:24px;color:#78350f}.simpleform-quiz-container .quiz-results .quiz-results-content .quiz-reward .reward-link{display:inline-block;padding:10px 24px;background:#fbbf24;color:#78350f;text-decoration:none;border-radius:6px;font-weight:600;margin-top:10px;transition:all .2s}.simpleform-quiz-container .quiz-results .quiz-results-content .quiz-reward .reward-link:hover{background:#f59e0b}.simpleform-quiz-container .quiz-results .quiz-results-content .correct-answers-section{margin-top:30px;text-align:left}.simpleform-quiz-container .quiz-results .quiz-results-content .correct-answers-section h4{margin:0 0 15px 0;font-size:18px;color:#1f2937}.simpleform-quiz-container .quiz-results .quiz-results-content .correct-answers-section .answer-review{padding:12px;border-radius:6px;margin-bottom:8px}.simpleform-quiz-container .quiz-results .quiz-results-content .correct-answers-section .answer-review.correct{background:#d1fae5;color:#065f46}.simpleform-quiz-container .quiz-results .quiz-results-content .correct-answers-section .answer-review.incorrect{background:#fee2e2;color:#991b1b}.simpleform-quiz-container .quiz-results .quiz-results-content .correct-answers-section .answer-review p{margin:0;font-size:14px}.simpleform-quiz-container .quiz-error{padding:20px;background:#fee2e2;color:#991b1b;border-radius:8px;text-align:center}.simpleform-quiz-container .quiz-step-content{animation:stepSlideIn .3s ease-out}@keyframes stepSlideIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.simpleform-quiz-container .quiz-login-required{padding:60px 30px;text-align:center;background:linear-gradient(135deg, #fef7f0 0%, #fff2e6 100%);border:2px solid #fed7aa;border-radius:12px;margin:20px}.simpleform-quiz-container .quiz-login-required .login-required-content{max-width:450px;margin:0 auto}.simpleform-quiz-container .quiz-login-required .login-required-content h3{color:#ea580c;font-size:28px;margin-bottom:20px;font-weight:700;text-shadow:0 1px 2px rgba(234,88,12,.1)}.simpleform-quiz-container .quiz-login-required .login-required-content p{color:#7c2d12;font-size:18px;margin-bottom:30px;line-height:1.6;font-weight:500}.simpleform-quiz-container .quiz-login-required .login-required-content .quiz-login-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.3);text-transform:uppercase;letter-spacing:.5px}.simpleform-quiz-container .quiz-login-required .login-required-content .quiz-login-btn:hover{background:linear-gradient(135deg, #2563eb 0%, #1e40af 100%);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.simpleform-quiz-container .quiz-login-required .login-required-content .quiz-login-btn:active{transform:translateY(0)}.simpleform-quiz-container .quiz-already-taken{padding:60px 30px;text-align:center;background:linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);border:2px solid #fbbf24;border-radius:12px;margin:20px}.simpleform-quiz-container .quiz-already-taken .already-taken-content{max-width:500px;margin:0 auto}.simpleform-quiz-container .quiz-already-taken .already-taken-content h3{color:#d97706;font-size:28px;margin-bottom:20px;font-weight:700;text-shadow:0 1px 2px rgba(217,119,6,.1)}.simpleform-quiz-container .quiz-already-taken .already-taken-content p{color:#92400e;font-size:18px;margin-bottom:30px;line-height:1.6;font-weight:500}.simpleform-quiz-container .quiz-already-taken .already-taken-content .quiz-retake-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(16,185,129,.3);text-transform:uppercase;letter-spacing:.5px}.simpleform-quiz-container .quiz-already-taken .already-taken-content .quiz-retake-btn:hover{background:linear-gradient(135deg, #059669 0%, #047857 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.simpleform-quiz-container .quiz-already-taken .already-taken-content .quiz-retake-btn:active{transform:translateY(0)}.simpleform-quiz-container .custom-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.simpleform-quiz-container .custom-modal-overlay.visible{opacity:1;visibility:visible}.simpleform-quiz-container .custom-modal-overlay .custom-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:400px;width:90%;max-height:80vh;overflow:hidden;transform:scale(0.9) translateY(20px);transition:all .3s ease}.simpleform-quiz-container .custom-modal-overlay .custom-modal.success{border-top:4px solid #10b981}.simpleform-quiz-container .custom-modal-overlay .custom-modal.error{border-top:4px solid #ef4444}.simpleform-quiz-container .custom-modal-overlay .custom-modal.info{border-top:4px solid #3b82f6}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-header{padding:20px 24px 0}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-header h3{margin:0;font-size:20px;font-weight:700;color:#1f2937}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-body{padding:16px 24px 24px;color:#6b7280;font-size:16px;line-height:1.5}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-progress{height:4px;background:#f3f4f6;overflow:hidden}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-progress .custom-modal-progress-indicator{height:100%;width:0%;background:linear-gradient(90deg, #667eea 0%, #764ba2 100%);transition:width linear}.simpleform-quiz-container .custom-modal-overlay.visible .custom-modal{transform:scale(1) translateY(0)}.simpleform-quiz-container .quiz-error{padding:30px;background:linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);color:#991b1b;border:2px solid #f87171;border-radius:12px;text-align:center;font-size:18px;font-weight:600;margin:20px;box-shadow:0 4px 12px rgba(248,113,113,.2)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.simpleform-quiz-container .quiz-user-info{background:linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);border:2px solid #0ea5e9;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(14,165,233,.1)}.simpleform-quiz-container .quiz-user-info h3{font-size:20px;color:#0c4a6e;margin:0 0 20px 0;font-weight:700;display:flex;align-items:center;gap:8px}.simpleform-quiz-container .quiz-user-info h3::before{content:"👤";font-size:24px}.simpleform-quiz-container .quiz-user-info .user-info-fields{display:flex;flex-direction:column;gap:20px}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field{display:flex;flex-direction:column;gap:8px}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field label{font-size:15px;font-weight:600;color:#0c4a6e;display:flex;align-items:center;gap:4px}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field input{padding:14px 16px;border:2px solid #bae6fd;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 4px rgba(14,165,233,.1);transform:translateY(-1px)}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field input::-moz-placeholder{color:#94a3b8}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field input::placeholder{color:#94a3b8}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field input:invalid{border-color:#ef4444}@media(min-width: 640px){.simpleform-quiz-container .quiz-user-info .user-info-fields{flex-direction:row;gap:20px}.simpleform-quiz-container .quiz-user-info .user-info-fields .form-field{flex:1}}@media(max-width: 768px){.simpleform-quiz-container .quiz-login-required,.simpleform-quiz-container .quiz-already-taken{padding:40px 20px;margin:10px}.simpleform-quiz-container .quiz-login-required .login-required-content h3,.simpleform-quiz-container .quiz-login-required .already-taken-content h3,.simpleform-quiz-container .quiz-already-taken .login-required-content h3,.simpleform-quiz-container .quiz-already-taken .already-taken-content h3{font-size:24px}.simpleform-quiz-container .quiz-login-required .login-required-content p,.simpleform-quiz-container .quiz-login-required .already-taken-content p,.simpleform-quiz-container .quiz-already-taken .login-required-content p,.simpleform-quiz-container .quiz-already-taken .already-taken-content p{font-size:16px}.simpleform-quiz-container .quiz-login-required .login-required-content .quiz-login-btn,.simpleform-quiz-container .quiz-login-required .login-required-content .quiz-retake-btn,.simpleform-quiz-container .quiz-login-required .already-taken-content .quiz-login-btn,.simpleform-quiz-container .quiz-login-required .already-taken-content .quiz-retake-btn,.simpleform-quiz-container .quiz-already-taken .login-required-content .quiz-login-btn,.simpleform-quiz-container .quiz-already-taken .login-required-content .quiz-retake-btn,.simpleform-quiz-container .quiz-already-taken .already-taken-content .quiz-login-btn,.simpleform-quiz-container .quiz-already-taken .already-taken-content .quiz-retake-btn{padding:14px 32px;font-size:15px}.simpleform-quiz-container .custom-modal-overlay .custom-modal{margin:20px;max-width:none;width:calc(100% - 40px)}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-header{padding:16px 20px 0}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-header h3{font-size:18px}.simpleform-quiz-container .custom-modal-overlay .custom-modal .custom-modal-body{padding:12px 20px 20px;font-size:15px}.simpleform-quiz-container .quiz-user-info{padding:20px;margin-bottom:20px}.simpleform-quiz-container .quiz-user-info h3{font-size:18px}}@media(max-width: 768px){.simpleform-quiz-container{margin:20px auto;padding:10px}.simpleform-quiz-container .quiz-header{padding:20px}.simpleform-quiz-container .quiz-header .quiz-title{font-size:22px}.simpleform-quiz-container .quiz-content{padding:20px}.simpleform-quiz-container .quiz-question .question-header .question-text{font-size:18px}.simpleform-quiz-container .quiz-question .question-answers .answer-option{padding:12px}.simpleform-quiz-container .quiz-question .question-answers .answer-option .answer-content .answer-text{font-size:14px}}.quiz-user-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:24px}.quiz-user-info h3{font-size:18px;color:#111827;margin:0 0 16px 0}.quiz-user-info .user-info-fields{display:flex;flex-direction:column;gap:16px}.quiz-user-info .user-info-fields .form-field{display:flex;flex-direction:column;gap:6px}.quiz-user-info .user-info-fields .form-field label{font-size:14px;font-weight:500;color:#374151}.quiz-user-info .user-info-fields .form-field input{padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.quiz-user-info .user-info-fields .form-field input:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px rgba(74,108,247,.1)}.quiz-user-info .user-info-fields .form-field input::-moz-placeholder{color:#9ca3af}.quiz-user-info .user-info-fields .form-field input::placeholder{color:#9ca3af}@media(min-width: 640px){.quiz-user-info .user-info-fields{flex-direction:row;gap:16px}.quiz-user-info .user-info-fields .form-field{flex:1}}.quiz-wrapper.step-by-step .step-navigation{padding:20px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.quiz-wrapper.step-by-step .step-navigation.progress-bar .progress-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.quiz-wrapper.step-by-step .step-navigation.progress-bar .progress-container .progress-bar-fill{height:100%;background:linear-gradient(90deg, #667eea 0%, #764ba2 100%);transition:width .3s ease}.quiz-wrapper.step-by-step .step-navigation.progress-bar .progress-text{text-align:center;font-size:14px;color:#64748b;font-weight:500}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:12px}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator{display:flex;flex-direction:column;align-items:center;gap:6px}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator .step-circle,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator .step-circle{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator .step-label,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator .step-label{font-size:12px;color:#64748b;text-align:center;max-width:80px;line-height:1.2}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator.active .step-circle,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator.active .step-circle{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;transform:scale(1.1)}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator.active .step-label,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator.active .step-label{color:#667eea;font-weight:600}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator.completed .step-circle,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator.completed .step-circle{background:#10b981;color:#fff}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator.completed .step-label,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator.completed .step-label{color:#10b981}.quiz-wrapper.step-by-step .step-navigation.numbers .step-text,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-text{text-align:center;font-size:14px;color:#64748b;font-weight:500}.quiz-wrapper.step-by-step .quiz-step-content .step-header{text-align:center;margin-bottom:24px}.quiz-wrapper.step-by-step .quiz-step-content .step-header h3{font-size:20px;color:#1e293b;margin:0 0 8px 0;font-weight:600}.quiz-wrapper.step-by-step .quiz-step-content .step-header .step-description{font-size:14px;color:#64748b;margin:0}.quiz-wrapper.step-by-step .quiz-step-content .quiz-questions .quiz-question{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px;transition:all .3s ease}.quiz-wrapper.step-by-step .quiz-step-content .quiz-questions .quiz-question:hover{border-color:#cbd5e1;box-shadow:0 2px 8px rgba(0,0,0,.05)}.quiz-wrapper.step-by-step .quiz-step-content .quiz-questions .quiz-question:last-child{margin-bottom:0}.quiz-wrapper.step-by-step .step-footer{display:flex;justify-content:center;padding:20px 30px;background:#f9fafb;border-top:1px solid #e5e7eb}.quiz-wrapper.step-by-step .step-footer .step-buttons{display:flex;gap:12px;align-items:center}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-prev-btn,.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-next-btn,.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-submit-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-prev-btn{background:#e2e8f0;color:#64748b}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-prev-btn:hover{background:#cbd5e1;transform:translateY(-1px)}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-next-btn{background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);color:#fff}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-next-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-submit-btn{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}@media(max-width: 768px){.quiz-wrapper.step-by-step .step-navigation{padding:16px 20px}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators{gap:12px}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator .step-circle,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator .step-circle{width:28px;height:28px;font-size:12px}.quiz-wrapper.step-by-step .step-navigation.numbers .step-indicators .step-indicator .step-label,.quiz-wrapper.step-by-step .step-navigation.custom-labels .step-indicators .step-indicator .step-label{font-size:11px;max-width:60px}.quiz-wrapper.step-by-step .quiz-step-content .step-header h3{font-size:18px}.quiz-wrapper.step-by-step .quiz-step-content .step-header .step-description{font-size:13px}.quiz-wrapper.step-by-step .quiz-step-content .quiz-questions .quiz-question{padding:20px}.quiz-wrapper.step-by-step .step-footer{padding:16px 20px}.quiz-wrapper.step-by-step .step-footer .step-buttons{gap:8px}.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-prev-btn,.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-next-btn,.quiz-wrapper.step-by-step .step-footer .step-buttons .quiz-submit-btn{padding:10px 20px;font-size:13px}}
