.course-category_ic_category_tab_wrapper__FgVs6{display:flex;flex-wrap:wrap;margin-bottom:40px;gap:10px;justify-content:center}.course-category_ic_category_tab_wrapper__FgVs6 button{background-color:var(--primary);border:none;padding:10px 24px;border-radius:5px;cursor:pointer;transition:.3s;color:#fff}.course-category_ic_category_tab_wrapper__FgVs6 button.course-category_active__Vii7c,.course-category_ic_category_tab_wrapper__FgVs6 button:hover{background-color:var(--secondary);color:#fff}@media screen and (max-width:768px){.course-category_ic_category_tab_wrapper__FgVs6 button{padding:6px 18px}}.selectStudentModal_modalBody__qWQgi{padding:0;overflow-y:auto;max-height:500px}.selectStudentModal_studentHeader__o4uKA{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.selectStudentModal_studentHeaderTitle__9quPy{font-size:18px;font-weight:600;color:#171717;margin:0}.selectStudentModal_studentList__ldo54{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;max-height:400px;overflow-y:auto}.selectStudentModal_studentCard__6d79Y{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;background-color:#fff}.selectStudentModal_studentCard__6d79Y:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.selectStudentModal_studentCard__6d79Y.selectStudentModal_selected__Pmyk6,.selectStudentModal_studentCard__6d79Y:hover{border-color:#16a085;background-color:#fff5f2}.selectStudentModal_radioInput__BymKb{width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#16a085}.selectStudentModal_studentAvatar__FKaZq{width:50px;height:50px;border-radius:50%;background:var(--secondary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600;flex-shrink:0}.selectStudentModal_studentInfo__gOBdu{flex:1 1;min-width:0}.selectStudentModal_studentName__ZeLZt{font-size:16px;font-weight:600;color:#171717;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectStudentModal_studentEmail__MKRvQ{font-size:14px;color:#4d4e50;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectStudentModal_emptyState__eR5Ks{text-align:center;padding:40px 20px;color:#4d4e50}.selectStudentModal_emptyState__eR5Ks p{font-size:16px;margin:0}.selectStudentModal_buttonGroup__E_VVH{display:flex;flex-direction:column;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.selectStudentModal_addNewButton__YYe3s{width:auto;padding:8px 14px;background:transparent;color:var(--secondary);border:2px solid var(--secondary);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.selectStudentModal_addNewButton__YYe3s:hover{background:#fff5f2;transform:translateY(-1px)}.selectStudentModal_addNewButton__YYe3s:active{transform:translateY(0)}.selectStudentModal_makePaymentButton__u_5e3{width:100%;padding:14px 20px;background:var(--secondary);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.selectStudentModal_makePaymentButton__u_5e3:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.selectStudentModal_makePaymentButton__u_5e3:active{transform:translateY(0)}.selectStudentModal_addStudentForm__OEgus{animation:selectStudentModal_fadeIn__Cz5wO .3s ease}.selectStudentModal_formTitle__A8vqI{font-size:20px;font-weight:600;color:#171717;margin:0 0 20px}.selectStudentModal_formGroup__ulh9s{margin-bottom:20px}.selectStudentModal_label__yuJm1{display:block;font-size:14px;font-weight:500;color:#231f20;margin-bottom:8px}.selectStudentModal_input__H7o85{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;color:#171717;transition:all .2s ease;box-sizing:border-box}.selectStudentModal_input__H7o85:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px rgba(225,88,54,.1)}.selectStudentModal_input__H7o85::placeholder{color:#9ca3af}.selectStudentModal_inputError__DWoz2{border-color:#ef4444}.selectStudentModal_inputError__DWoz2:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.selectStudentModal_errorMessage__Igxhz{display:block;color:#ef4444;font-size:13px;margin-top:6px;font-weight:500}.selectStudentModal_formActions__pP3HQ{display:flex;gap:12px;margin-top:24px}.selectStudentModal_cancelButton__Prx6J,.selectStudentModal_submitButton__iTfEc{flex:1 1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.selectStudentModal_cancelButton__Prx6J{background-color:#eef2f9;color:#171717}.selectStudentModal_cancelButton__Prx6J:hover{background-color:#e5e7eb}.selectStudentModal_submitButton__iTfEc{background:var(--secondary);color:#fff}.selectStudentModal_submitButton__iTfEc:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.selectStudentModal_submitButton__iTfEc:active{transform:translateY(0)}@keyframes selectStudentModal_fadeIn__Cz5wO{0%{opacity:0}to{opacity:1}}@keyframes selectStudentModal_slideUp__HSyhl{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.selectStudentModal_modalBody__qWQgi::-webkit-scrollbar,.selectStudentModal_studentList__ldo54::-webkit-scrollbar{width:8px}.selectStudentModal_modalBody__qWQgi::-webkit-scrollbar-track,.selectStudentModal_studentList__ldo54::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.selectStudentModal_modalBody__qWQgi::-webkit-scrollbar-thumb,.selectStudentModal_studentList__ldo54::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.selectStudentModal_modalBody__qWQgi::-webkit-scrollbar-thumb:hover,.selectStudentModal_studentList__ldo54::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:640px){.selectStudentModal_modal__MQxnW{width:95%;max-height:90vh}.selectStudentModal_modalHeader__3t338{padding:20px 16px 12px}.selectStudentModal_modalTitle__OxJ8X{font-size:20px}.selectStudentModal_modalBody__qWQgi{padding:16px}.selectStudentModal_studentCard__6d79Y{padding:12px}.selectStudentModal_studentAvatar__FKaZq{width:44px;height:44px;font-size:18px}.selectStudentModal_studentName__ZeLZt{font-size:15px}.selectStudentModal_studentEmail__MKRvQ{font-size:13px}.selectStudentModal_formActions__pP3HQ{flex-direction:column}.selectStudentModal_cancelButton__Prx6J,.selectStudentModal_submitButton__iTfEc{width:100%}}.student-feedback_ic_feedback_wrapper__PRf7A .student-feedback_title__ifzUC{text-align:center;margin-bottom:40px}.student-feedback_student_feedback_slider_item__vBmm5{padding:20px;border-radius:10px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);margin-top:20px;margin-bottom:20px}.student-feedback_ic_description___oXLB{margin-bottom:20px}.student-feedback_user_info__qgWUG{display:flex;align-items:center;gap:10px}.student-feedback_user_info__qgWUG img{border-radius:50%}@media screen and (max-width:991px){.student-feedback_ic_feedback_wrapper__PRf7A .student-feedback_title__ifzUC{margin-bottom:10px}}