@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Qwitcher+Grypen:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Qwitcher+Grypen:wght@400;700&display=swap";.notes-list{width:100%;display:flex;flex-direction:column;gap:5px;overflow:visible}.notes-list__header{width:100%;height:57px;padding:0;cursor:pointer;transition:background-color .2s ease;position:relative;display:flex;border-width:1px,0px,1px,1px}.notes-list__header-content{border-style:solid;border-color:var(--Neutral-gris-Low, #b8c3d8);border-radius:8px;display:flex;align-items:center;background:#f6f8fa;gap:0;width:100%;height:100%;position:relative}.notes-list__chevron{position:absolute;width:16px;height:16px;left:16px;top:50%;transform:translateY(-50%);transition:transform .2s ease;flex-shrink:0;color:#0d0d12}.notes-list__chevron--expanded{transform:translateY(-50%) rotate(90deg)}.notes-list__title{position:absolute;width:119px;height:19px;left:42px;top:50%;transform:translateY(-50%);font-family:Manrope,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:#444864}.notes-list__content{max-height:0;overflow:hidden;border-radius:0 0 8px 8px;transition:max-height .3s ease,opacity .3s ease;opacity:0}.notes-list__content--expanded{max-height:unset;opacity:1;overflow-y:auto}.notes-list__empty{padding:24px 16px;text-align:center}.notes-list__empty-text{font-size:14px;color:#6b7280;margin:0}.notes-list__items{padding:0;overflow:visible;display:flex;flex-direction:column;gap:5px;width:100%}.notes-list__item{display:flex;align-items:center;justify-content:space-between;background:#fff;color:#444864;padding:10px;gap:12px;min-width:0;overflow:visible;position:relative;transition:all .2s ease}.notes-list__item:last-child{border-bottom:none}.notes-list__item:hover .notes-list__item-actions{opacity:1;visibility:visible}.notes-list__item:hover .notes-list__item-time{opacity:0;visibility:hidden}.notes-list__item-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0;overflow:hidden}.notes-list__camera-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.notes-list__item-content{font-size:14px;color:#444864;line-height:1.4;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;flex:1;min-width:0;max-width:100%;font-weight:500;font-size:12px}.notes-list__item-right{display:flex;align-items:center;flex-shrink:0;min-width:0;max-width:200px;position:relative}.notes-list__edit-input{width:100%;height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease}.notes-list__edit-input:focus{border-color:#009dfd;box-shadow:0 0 0 2px #009dfd1a}.notes-list__edit-actions{display:flex;gap:8px;align-items:center}.notes-list__edit-btn{height:40px;display:inline-flex;align-items:center}.notes-list__delete-confirm{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;box-shadow:0 4px 20px 0 var(--neutral-gris-lower);position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:3000}[dir=rtl] .notes-list__delete-confirm{right:auto;left:8px}.notes-list__delete-text{font-size:12px;color:#374151}.notes-list__delete-actions{display:inline-flex;gap:6px;align-items:center}.notes-list__item-time{font-size:12px;font-weight:500;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:1;visibility:visible}.notes-list__item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:0;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;padding:4px;border-radius:8px;box-shadow:0 4px 20px 0 var(--neutral-gris-lower);position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1000;pointer-events:auto;max-height:44px;overflow:hidden;width:max-content}[dir=rtl] .notes-list__item-actions{right:auto;left:8px}@media (max-width: 768px){.notes-list__header{padding:10px 12px}.notes-list__title{font-size:13px}.notes-list__item{padding:10px 12px}.notes-list__item-content{font-size:13px}}@media (max-width: 480px){.notes-list__header{padding:8px 10px}.notes-list__title{font-size:12px}.notes-list__item{padding:8px 10px}.notes-list__item-header{flex-direction:column;align-items:flex-start;gap:4px}.notes-list__item-time,.notes-list__item-date{font-size:11px}.notes-list__item-content{font-size:12px}}.study-buddy-chat{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.study-buddy-chat--open{opacity:1;visibility:visible}.study-buddy-chat__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;cursor:pointer}.study-buddy-chat__container{position:absolute;bottom:20px;right:20px;width:350px;height:500px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;border:1px solid #e2e8f0;transform:translateY(30px) scale(.8) translate(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}[dir=rtl] .study-buddy-chat__container,[lang=ar] .study-buddy-chat__container{right:auto;left:20px;transform:translateY(30px) scale(.8) translate(-20px)}.study-buddy-chat--open .study-buddy-chat__container,[dir=rtl] .study-buddy-chat--open .study-buddy-chat__container,[lang=ar] .study-buddy-chat--open .study-buddy-chat__container{transform:translateY(0) scale(1) translate(0)}.study-buddy-chat__header{display:flex;padding-bottom:60px;align-items:center;flex-shrink:0}.study-buddy-chat__character{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:12px}.study-buddy-chat__character-image{position:absolute;top:-90px;left:30%;z-index:99;width:160px;height:160px;object-fit:contain}.study-buddy-chat__title-section{flex:1}.study-buddy-chat__title{font-family:Poppins,sans-serif;font-weight:600;font-size:14px;line-height:18px;color:#2c2f3f;margin:0 0 2px}.study-buddy-chat__subtitle{font-family:Manrope,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#64748b;margin:0}.study-buddy-chat__close-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;cursor:pointer;border-radius:6px;color:#64748b;transition:all .2s ease}.study-buddy-chat__close-button:hover{background:#e2e8f0;color:#334155}.study-buddy-chat__messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.study-buddy-chat__message{display:flex;flex-direction:column;max-width:85%}.study-buddy-chat__message--user{align-self:flex-end}.study-buddy-chat__message--ai{align-self:flex-start}.study-buddy-chat__message-content{padding:8px 12px;border-radius:12px;font-family:Manrope,sans-serif;font-weight:400;font-size:13px;line-height:18px;word-wrap:break-word;direction:ltr;text-align:left}.study-buddy-chat__message-content:lang(ar),[lang=ar] .study-buddy-chat__message-content,[dir=rtl] .study-buddy-chat__message-content{direction:rtl;text-align:right;unicode-bidi:embed}.study-buddy-chat__message--user .study-buddy-chat__message-content{background:#009dfd;color:#fff;border-bottom-right-radius:4px}.study-buddy-chat__message--ai .study-buddy-chat__message-content{background:#f1f5f9;color:#334155;border-bottom-left-radius:4px}.study-buddy-chat__message-time{font-family:Manrope,sans-serif;font-weight:400;font-size:10px;line-height:12px;color:#94a3b8;margin-top:2px;text-align:right;direction:ltr}.study-buddy-chat__message-time:lang(ar),[lang=ar] .study-buddy-chat__message-time,[dir=rtl] .study-buddy-chat__message-time{direction:rtl;text-align:left}.study-buddy-chat__message--ai .study-buddy-chat__message-time{text-align:left}.study-buddy-chat__message--ai .study-buddy-chat__message-time:lang(ar),[lang=ar] .study-buddy-chat__message--ai .study-buddy-chat__message-time,[dir=rtl] .study-buddy-chat__message--ai .study-buddy-chat__message-time{text-align:right}.study-buddy-chat__input-section{padding:16px;border-top:1px solid #f0f0f0;flex-shrink:0}.study-buddy-chat__input-container{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:6px 12px;transition:all .2s ease}.study-buddy-chat__input-container:focus-within{border-color:#009dfd;box-shadow:0 0 0 2px #009dfd1a}.study-buddy-chat__input{flex:1;border:none;background:transparent;outline:none;font-family:Manrope,sans-serif;font-weight:400;font-size:13px;line-height:18px;color:#334155;direction:ltr;text-align:left}.study-buddy-chat__input:lang(ar),[lang=ar] .study-buddy-chat__input,[dir=rtl] .study-buddy-chat__input{direction:rtl;text-align:right}.study-buddy-chat__input::placeholder{color:#94a3b8}.study-buddy-chat__send-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#009dfd;color:#fff;border-radius:14px;cursor:pointer;transition:all .2s ease}.study-buddy-chat__send-button:hover:not(:disabled){background:#0084d1;transform:scale(1.05)}.study-buddy-chat__send-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.study-buddy-chat__container{bottom:10px;right:10px;width:calc(100vw - 20px);max-width:350px;height:400px}[dir=rtl] .study-buddy-chat__container,[lang=ar] .study-buddy-chat__container{right:auto;left:10px}}.auth_forgot_password_page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;gap:32px}.auth_forgot_password_page .ant-tabs-nav-list{max-width:336px}.auth_forgot_password_page .ant-tabs-nav-wrap{justify-content:center}.auth_forgot_password_page .input-container,.auth_forgot_password_page .btn{height:40px!important}.auth_forgot_password_logo{display:flex;justify-content:center;margin-bottom:16px}.auth_forgot_password_logo img{height:60px;width:auto}.auth_forgot_password_header{text-align:center}.auth_forgot_password_title{margin:0 0 8px;font-size:28px;font-weight:700;color:#25252d;line-height:1.2}.auth_forgot_password_subtitle{margin:0;font-size:16px;color:#6b7280;line-height:1.5}.auth_forgot_password_card{width:100%;max-width:670px;background:#fff;border:1px solid #eef0f5;border-radius:16px;padding:29px;box-shadow:0 12px 32px #1212170f;display:flex;flex-direction:column;gap:14px}.auth_forgot_password_form{display:flex;flex-direction:column;gap:21px}.auth_forgot_password_tabs_component .ant-tabs-nav{margin-bottom:24px}.auth_forgot_password_tabs_component .ant-tabs-nav:before{border:unset!important}.auth_forgot_password_tabs_component .ant-tabs-tab{padding:12px 16px;margin:0 16px 0 0;border:none;background:transparent;transition:all .3s ease}.auth_forgot_password_tabs_component .ant-tabs-tab:hover{color:var(--violet-high)}.auth_forgot_password_tabs_component .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--violet-high);font-weight:600}.auth_forgot_password_tabs_component .ant-tabs-tab.ant-tabs-tab-active .auth_forgot_password_tab_label span{font-size:14px;font-weight:400;color:var(--violet-high)}.auth_forgot_password_tabs_component .ant-tabs-tab.ant-tabs-tab-active .auth_forgot_password_tab_icon{background-color:#e8f1fc;height:24px;width:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth_forgot_password_tabs_component .ant-tabs-ink-bar{background:var(--violet-high);border-radius:1px}.auth_forgot_password_tabs_component .ant-tabs-content-holder{padding-top:8px}.auth_forgot_password_tab_label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.auth_forgot_password_tab_label span{font-size:14px;font-weight:400;color:var(--neutral-gris-medium)}.auth_forgot_password_tab_icon{background-color:#7d8bb417;transition:all .3s ease;height:24px;width:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ant-tabs-tab-active .auth_forgot_password_tab_icon{background-color:#e8f2fc}.auth_forgot_password_tab_content{padding:8px 0}.auth_forgot_password_fields{display:flex;flex-direction:column;gap:16px}.auth_forgot_password_error{color:#d14343;background:#fdecec;border:1px solid #f7c5c5;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:8px}.auth_forgot_password_links{display:flex;justify-content:center;margin-top:8px}.auth_forgot_password_back{background:none;border:none;color:#6b7280;text-decoration:none;font-size:14px;font-weight:400;cursor:pointer;transition:color .3s ease}.auth_forgot_password_back:hover{color:var(--violet-high);text-decoration:underline}@media (max-width: 480px){.auth_forgot_password_page{padding:16px;gap:24px}.auth_forgot_password_card{padding:24px}.auth_forgot_password_title{font-size:24px}.auth_forgot_password_subtitle{font-size:14px}.auth_forgot_password_tabs_component .ant-tabs-nav{margin-bottom:16px}.auth_forgot_password_tabs_component .ant-tabs-tab{padding:8px 12px;margin:0 8px 0 0;font-size:13px}.auth_forgot_password_tabs_component .auth_forgot_password_tab_label{gap:6px}.auth_forgot_password_tabs_component .auth_forgot_password_tab_icon svg{width:16px;height:16px}}.auth_login_page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;position:relative;overflow:hidden}.auth_login_page .input-container{height:40px}.auth_login_page .input::placeholder{font-weight:300!important}.auth_login_background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.auth_login_shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#8257e51a,#8257e50d)}.auth_login_shape--left{width:300px;height:300px;top:-150px;left:-150px;transform:rotate(-15deg)}.auth_login_shape--right{width:250px;height:250px;bottom:-125px;right:-125px;transform:rotate(25deg)}.auth_login_logo{text-align:center;margin-bottom:32px;z-index:1;position:relative}.auth_login_logo_text{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.auth_login_logo_arabic{font-size:32px;font-weight:700;background:linear-gradient(135deg,#8257e5,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth_login_logo_symbol{font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth_login_logo_subtitle{font-size:14px;color:#8257e5;font-weight:500}.auth_login_welcome{text-align:center;margin-bottom:32px;z-index:1;position:relative}.auth_login_welcome_title{font-size:28px;font-weight:700;color:#25252d;margin:0 0 8px}.auth_login_welcome_subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.auth_login_card{width:100%;max-width:670px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 32px #8257e514;display:flex;flex-direction:column;gap:24px;z-index:1;position:relative;border:1px solid rgba(130,87,229,.05)}.auth_login_fields{display:flex;flex-direction:column;gap:10px}.auth_login_options{display:flex;justify-content:space-between;align-items:center;margin-top:-8px}.auth_login_stay_connected{display:flex;align-items:center;font-weight:400;font-size:14px;color:#25252d;transition:all .3s ease;cursor:pointer}.auth_login_stay_connected:hover .ant-checkbox-inner{border-color:var(--violet-high)!important}.auth_login_stay_connected .ant-checkbox-wrapper{display:flex;align-items:center;gap:8px}.auth_login_stay_connected .ant-checkbox-label{font-size:14px;font-weight:300;color:#000}.auth_login_stay_connected .ant-checkbox:hover .ant-checkbox-inner{border-color:var(--violet-high)!important}.auth_login_stay_connected .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--violet-high)!important;background-color:var(--violet-high)!important}.auth_login_forgot_password{color:var(--violet-high);text-decoration:none;font-size:14px;font-weight:400;transition:color .3s ease}.auth_login_forgot_password:hover{color:var(--violet-high);text-decoration:underline}.auth_login_footer{text-align:center;font-size:14px;color:#6b7280}.auth_login_footer .auth_login_signup_link{color:var(--violet-high);text-decoration:none;font-weight:400;transition:color .3s ease;margin:0 4px}.auth_login_footer .auth_login_signup_link:hover{color:var(--violet-high);text-decoration:underline}.auth_login_error{color:var(--red-500);background:var(--red-100);border:1px solid var(--red-200);padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.auth_login_card .ui-button[data-variant=primary]{background:var(--violet-high)!important;border-color:var(--violet-high)!important;color:#fff!important}.auth_login_card .ui-button[data-variant=primary]:hover{background:var(--violet-high)!important;border-color:var(--violet-high)!important;opacity:.9}.auth_login_card .ui-button[data-variant=primary]:active{background:var(--violet-high)!important;border-color:var(--violet-high)!important;opacity:.8}.auth_login_card .ui-button[data-variant=primary]:disabled{background:var(--violet-high)!important;border-color:var(--violet-high)!important;opacity:.5;cursor:not-allowed}@media (max-width: 480px){.auth_login_page{padding:16px}.auth_login_card{padding:24px}.auth_login_welcome_title{font-size:24px}.auth_login_logo_arabic{font-size:28px}.auth_login_logo_symbol{font-size:24px}}.auth_reset_password_page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;gap:32px}.auth_reset_password_logo{display:flex;justify-content:center;margin-bottom:16px;animation:logoFadeIn .6s ease-out .2s both}.auth_reset_password_logo img{height:60px;width:auto}.auth_reset_password_header{text-align:center;max-width:670px;margin-bottom:24px;animation:headerSlideIn .5s ease-out .3s both}.auth_reset_password_title{margin:0 0 8px;font-size:28px;font-weight:700;color:#25252d;line-height:1.2}.auth_reset_password_subtitle{margin:0;font-size:16px;color:#6b7280;line-height:1.5}.auth_reset_password_card{width:100%;max-width:670px;background:#fff;border:1px solid #eef0f5;border-radius:16px;padding:32px;box-shadow:0 12px 32px #1212170f;display:flex;flex-direction:column;gap:24px;animation:cardSlideIn .5s ease-out .4s both}.auth_reset_password_form{display:flex;flex-direction:column;gap:24px}.auth_reset_password_fields{display:flex;flex-direction:column;gap:16px;animation:formElementSlideIn .4s ease-out .6s both}.auth_reset_password_error{color:#d14343;background:#fdecec;border:1px solid #f7c5c5;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:8px}.auth_reset_password_submit{width:100%;background:linear-gradient(135deg,var(--violet-high) 0%,#7c3aed 100%)!important;border:none!important;color:#fff!important;font-weight:600;padding:12px 24px;border-radius:8px;transition:all .3s ease;animation:buttonSlideIn .4s ease-out .8s both}.auth_reset_password_submit:hover{background:linear-gradient(135deg,#7c3aed 0%,var(--violet-high) 100%)!important;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}.auth_reset_password_submit:active{background:linear-gradient(135deg,var(--violet-high) 0%,#7c3aed 100%)!important;transform:translateY(0)}.auth_reset_password_submit:disabled{background:linear-gradient(135deg,#a78bfa,#8b5cf6)!important;opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth_reset_password_links{display:flex;justify-content:center;align-items:center;gap:16px;animation:linksSlideIn .4s ease-out 1s both}.auth_reset_password_links .back-to-login-btn{background:transparent;border:1px solid #e5e7eb;color:#6b7280;font-weight:500;padding:10px 20px;border-radius:8px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-size:14px}.auth_reset_password_links .back-to-login-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.auth_reset_password_links .back-to-login-btn:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.auth_reset_password_links .back-to-login-btn svg{width:16px;height:16px;transition:transform .3s ease}.auth_reset_password_links .back-to-login-btn:hover svg{transform:translate(-2px)}[dir=rtl] .auth_reset_password_links .back-to-login-btn:hover svg{transform:translate(2px)}.password-toggle-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7d8bb4;transition:all .3s ease;padding:4px;border-radius:4px;-webkit-user-select:none;user-select:none}.password-toggle-icon:hover{color:#009dfd;background-color:#862bff1a}.password-toggle-icon:active{transform:scale(.95)}[dir=rtl] .password-toggle-icon{margin-left:0;margin-right:8px}@keyframes linksSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth_reset_password_fields .input-container{transition:all .3s ease}@media (max-width: 480px){.auth_reset_password_page{padding:16px;gap:24px}.auth_reset_password_card{padding:24px}.auth_reset_password_title{font-size:24px}.auth_reset_password_subtitle{font-size:14px}.auth_reset_password_links{gap:12px}}.auth_reset_password_back{color:var(--neutral-gris-medium);text-decoration:none;font-size:14px;font-weight:400;transition:color .3s ease}.auth_reset_password_back:hover{color:var(--violet-high);text-decoration:underline}.auth_verification_code_page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;gap:32px}.auth_verification_code_logo{display:flex;justify-content:center;margin-bottom:16px;animation:logoFadeIn .6s ease-out .2s both}.auth_verification_code_logo img{height:60px;width:auto}.auth_verification_code_header{text-align:center;max-width:670px;margin-bottom:24px;animation:headerSlideIn .5s ease-out .3s both}.auth_verification_code_title{margin:0 0 8px;font-size:28px;font-weight:700;color:#25252d;line-height:1.2}.auth_verification_code_subtitle{margin:0;font-size:16px;color:#6b7280;line-height:1.5;white-space:nowrap;display:flex;gap:4px}.auth_verification_code_subtitle .contact_highlight{color:var(--violet-high);font-weight:600}.auth_verification_code_card{width:100%;max-width:670px;background:#fff;border:1px solid #eef0f5;border-radius:16px;padding:32px;box-shadow:0 12px 32px #1212170f;display:flex;flex-direction:column;gap:14px;animation:cardSlideIn .5s ease-out .4s both}.auth_verification_code_form{display:flex;flex-direction:column;gap:21px}.auth_verification_code_code_container{display:flex;flex-direction:column;gap:12px;animation:formElementSlideIn .4s ease-out .6s both}.auth_verification_code_code_label{font-size:14px;font-weight:500;color:#25252d;margin-bottom:8px}.auth_verification_code_code_inputs{display:flex;gap:12px;justify-content:center;align-items:center}.auth_verification_code_code_input{width:60px;height:60px;border:1px solid #e5e7eb;border-radius:8px;text-align:center;font-size:28px;font-weight:400;color:#666;background:#fff;transition:all .3s ease;outline:none}.auth_verification_code_code_input:focus{border-color:var(--violet-high)}.auth_verification_code_code_input::placeholder{color:#9ca3af}.auth_verification_code_code_input::-webkit-outer-spin-button,.auth_verification_code_code_input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.auth_verification_code_code_input[type=number]{-moz-appearance:textfield}.auth_verification_code_error{color:#d14343;background:#fdecec;border:1px solid #f7c5c5;padding:12px 16px;border-radius:8px;font-size:14px;margin-top:8px}.auth_verification_code_verify_btn{animation:buttonSlideIn .4s ease-out 1s both}.auth_verification_code_links{display:flex;justify-content:center;animation:linkFadeIn .4s ease-out 1.1s both}.auth_verification_code_change_method{background:none;border:none;color:#707c9a;text-decoration:none;font-size:14px;font-weight:400;cursor:pointer;transition:color .3s ease}.auth_verification_code_change_method:hover{color:var(--violet-high);text-decoration:underline}@media (max-width: 480px){.auth_verification_code_page{padding:16px;gap:24px}.auth_verification_code_card{padding:24px}.auth_verification_code_title{font-size:24px}.auth_verification_code_subtitle{font-size:14px}.auth_verification_code_code_inputs{gap:8px}.auth_verification_code_code_input{width:60px;height:60px;font-size:16px}}@keyframes codeInputSlideIn{0%{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes buttonSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes linkFadeIn{0%{opacity:0}to{opacity:1}}.auth_verification_code_code_input:focus{animation:codeInputFocus .2s ease-out}.auth_register_page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:24px;position:relative;overflow:hidden}.auth_register_page .input-container{height:40px}.auth_register_page .input::placeholder{font-weight:300!important}.auth_register_background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.auth_register_shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#8257e51a,#8257e50d)}.auth_register_shape--left{width:300px;height:300px;top:-150px;left:-150px;transform:rotate(-15deg)}.auth_register_shape--right{width:250px;height:250px;bottom:-125px;right:-125px;transform:rotate(25deg)}.auth_register_logo{text-align:center;margin-bottom:32px;z-index:1;position:relative}.auth_register_logo img{width:231px;height:62px}.auth_register_logo_text{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.auth_register_logo_arabic{font-size:32px;font-weight:700;background:linear-gradient(135deg,#8257e5,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth_register_logo_symbol{font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth_register_logo_subtitle{font-size:14px;color:#8257e5;font-weight:500}.auth_register_welcome{text-align:center;margin-bottom:32px;z-index:1;position:relative}.auth_register_welcome_title{font-size:28px;font-weight:700;color:#25252d;margin:0 0 8px}.auth_register_welcome_subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.auth_register_card{width:100%;max-width:670px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 32px #8257e514;display:flex;flex-direction:column;gap:24px;z-index:1;position:relative;border:1px solid rgba(130,87,229,.05)}.auth_register_fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}.auth_register_fields .full-width{grid-column:1/-1}.auth_register_options{display:flex;justify-content:space-between;align-items:center;margin-top:-8px}.auth_register_stay_connected{display:flex;align-items:center;font-weight:400;font-size:14px;color:#25252d;transition:all .3s ease;cursor:pointer}.auth_register_stay_connected:hover .ant-checkbox-inner{border-color:var(--violet-high)!important}.auth_register_stay_connected .ant-checkbox-wrapper{display:flex;align-items:center;gap:8px}.auth_register_stay_connected .ant-checkbox-label{font-size:14px;font-weight:300;color:#000}.auth_register_stay_connected .ant-checkbox:hover .ant-checkbox-inner{border-color:var(--violet-high)!important}.auth_register_stay_connected .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--violet-high)!important;background-color:var(--violet-high)!important}.auth_register_forgot_password{color:var(--violet-high);text-decoration:none;font-size:14px;font-weight:400;transition:color .3s ease}.auth_register_forgot_password:hover{color:var(--violet-high);text-decoration:underline}.auth_register_footer{text-align:center;font-size:14px;color:#6b7280}.auth_register_footer .auth_register_signup_link{color:var(--violet-high);text-decoration:none;font-weight:400;transition:color .3s ease}.auth_register_footer .auth_register_signup_link:hover{color:var(--violet-high);text-decoration:underline}.auth_register_error{color:var(--red-500);background:var(--red-100);border:1px solid var(--red-200);padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.auth_register_card .ui-button[data-variant=primary]{background:var(--violet-high)!important;border-color:var(--violet-high)!important;color:#fff!important}.auth_register_card .ui-button[data-variant=primary]:hover{background:var(--violet-high)!important;border-color:var(--violet-high)!important;opacity:.9}.auth_register_card .ui-button[data-variant=primary]:active{background:var(--violet-high)!important;border-color:var(--violet-high)!important;opacity:.8}.auth_register_card .ui-button[data-variant=primary]:disabled{background:var(--violet-high)!important;border-color:var(--violet-high)!important;opacity:.5;cursor:not-allowed}.password-toggle-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7d8bb4;transition:all .3s ease;padding:4px;border-radius:4px;-webkit-user-select:none;user-select:none;margin-right:8px!important}.password-toggle-icon svg{width:16px;height:16px}[dir=rtl] .password-toggle-icon{margin-right:0!important;margin-left:8px!important}@media (max-width: 480px){.auth_register_page{padding:16px}.auth_register_card{padding:24px}.auth_register_welcome_title{font-size:24px}.auth_register_logo_arabic{font-size:28px}.auth_register_logo_symbol{font-size:24px}}html[data-theme=light]{--c-1: #ffffff;--c-2: #000000;--c-4: #88888b;--b-1: #ffffff;--b-2: #31a7df;--h-4: #e9e6e6;--input-bg-color: #fff;--input-border-color: #d9d9d9}html[data-theme=dark]{--c-1: #ffffff;--c-2: #ffffff;--c-4: #cacde2;--b-1: #18191a;--b-2: #31a7df;--h-4: rgba(249, 252, 254, .2901960784);--input-bg-color: #141414;--input-border-color: #424242}.dynamic_form_main{position:relative;overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:22px}.dynamic_form_main.single-line{padding:0}.dynamic_form_main.single-line .dynamic_form_builder{gap:10px}.dynamic_form_main.single-line .table-header-wrapper{gap:0!important}.dynamic_form_main .ant-divider-horizontal{margin:10px!important;display:none}.dynamic_form_main--modal{padding:24px 24px 16px;height:auto;transform-origin:50% 50%!important}.dynamic_form_main--modal .ant-modal-header{margin-bottom:0!important}.dynamic_form_main--modal .ant-modal-title{font-size:20px;font-weight:600;line-height:100%;letter-spacing:0%;color:var(--neutral-gris-higher)}.ant-modal-root .ant-modal-wrap .ant-modal{transform-origin:50% 50%!important}.ant-modal-wrap{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dynamic_form_builder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:space-between}.dynamic_form_builder.single-line{padding:0}.dynamic_form_builder.single-line .dynamic_form_builder_inputs{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:flex-start;gap:5px!important}.dynamic_form_builder.single-line .dynamic_form_builder_inputs .ant-divider{display:none!important}.dynamic_form_builder.single-line .dynamic_form_builder_inputs .df-col{flex:1;min-width:200px}.dynamic_form_builder.single-line .dynamic_form_builder_inputs .df-col--full{flex:1 1 100%}.dynamic_form_builder.single-line .dynamic_form_builder_inputs .df-col--alone-centered{flex:1 1 100%;display:flex;justify-content:center}.dynamic_form_builder .dynamic_form_builder_header{display:flex;align-items:center;gap:12px;color:var(--c-2)}.dynamic_form_builder .dynamic_form_builder_btns{display:flex;justify-content:flex-end;align-items:center;width:100%;gap:12px}.dynamic_form_builder .dynamic_form_builder_btns .dynamic_form_builder_btns_submit{background-color:var(--b-2)!important;color:var(--c-1)!important;border:none!important;padding:0 22px;height:35px;border-radius:8px;font-style:normal;font-weight:500;font-size:14px;line-height:16px}.dynamic_form_builder .dynamic_form_builder_btns .dynamic_form_builder_btns_reset{padding:0 22px;height:35px;font-style:normal;font-weight:500;font-size:14px;line-height:16px}.dynamic_form_builder .dynamic_form_builder_inputs{display:grid;grid-template-columns:1fr 1fr;gap:22px;overflow-y:auto;padding:2px 4px 2px 2px;max-height:37rem;scrollbar-width:none;-ms-overflow-style:none}.dynamic_form_builder .dynamic_form_builder_inputs::-webkit-scrollbar{display:none}@media only screen and (max-width: 768px){.dynamic_form_builder .dynamic_form_builder_inputs{grid-template-columns:1fr}}.dynamic_form_builder .dynamic_form_builder_inputs.single-line{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:flex-start;gap:16px!important}.dynamic_form_builder .dynamic_form_builder_inputs.single-line .ant-divider{display:none!important}.dynamic_form_builder .dynamic_form_builder_inputs.single-line .df-col{flex:1;min-width:200px}.dynamic_form_builder .dynamic_form_builder_inputs.single-line .df-col--full{flex:1 1 100%}.dynamic_form_builder .dynamic_form_builder_inputs.single-line .df-col--alone-centered{flex:1 1 100%;display:flex;justify-content:center}.dynamic_form_builder .dynamic_form_builder_inputs--single-line{gap:5px!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:flex-start}.dynamic_form_builder .dynamic_form_builder_inputs--single-line .ant-divider-horizontal{margin:10px}.dynamic_form_builder .dynamic_form_builder_inputs--single-line .ant-divider{display:none!important}.dynamic_form_builder .dynamic_form_builder_inputs--single-line .df-col{flex:1;min-width:200px}.dynamic_form_builder .dynamic_form_builder_inputs--single-line .df-col--full{flex:1 1 100%}.dynamic_form_builder .dynamic_form_builder_inputs--single-line .df-col--alone-centered{flex:1 1 100%;display:flex;justify-content:center}.dynamic_form_builder .dynamic_form_builder_inputs .df-col{width:100%}.dynamic_form_builder .dynamic_form_builder_inputs .df-col--full{grid-column:1/-1}.dynamic_form_builder .dynamic_form_builder_inputs .df-col--alone-centered{grid-column:1/-1;display:flex;justify-content:center}.dynamic_form_builder .dynamic_form_builder_sections{flex:1;overflow-y:auto;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}.dynamic_form_builder .dynamic_form_builder_sections::-webkit-scrollbar{display:none}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item{border:none;border-radius:8px;margin-bottom:16px;overflow:hidden;background-color:#fff}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item:last-child{margin-bottom:0}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item .ant-collapse-header{background-color:var(--neutral-gris-lowest, );border-bottom:1px solid var(--neutral-gris-lower, );transition:background-color .2s ease}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item .ant-collapse-header:hover{background-color:var(--neutral-gris-lower)}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item .ant-collapse-header .section-header{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px;color:var(--neutral-gris-higher)}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item .ant-collapse-header .section-header .anticon{color:var(--violet-500);font-size:16px}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{color:var(--neutral-gris-medium, #6b7280)}.dynamic_form_builder .dynamic_form_builder_sections .form-sections .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0;background-color:#fff}.dynamic_form_builder .dynamic_form_builder_sections .section-content{padding:20px}.dynamic_form_builder_inputs--single-line .dynamic_form_builder .dynamic_form_builder_sections .section-content{padding:0}.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px;overflow:visible;padding:0;max-height:none}@media only screen and (max-width: 768px){.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs{grid-template-columns:1fr;gap:16px}}.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs--single-line{gap:16px!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:flex-start}.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs--single-line .ant-divider{display:none!important}.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs--single-line .df-col{flex:1;min-width:200px}.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs--single-line .df-col--full{flex:1 1 100%}.dynamic_form_builder .dynamic_form_builder_sections .section-content .dynamic_form_builder_inputs--single-line .df-col--alone-centered{flex:1 1 100%;display:flex;justify-content:center}.dynamic-form-drawer{padding:0!important}.dynamic-form-drawer .ant-drawer-header{width:100%}.dynamic-form-drawer .ant-drawer-header-title{flex-direction:row-reverse!important;justify-content:space-between!important}[dir=rtl] .dynamic-form-drawer .ant-drawer-header-title{flex-direction:row!important}.dynamic-form-drawer .ant-drawer-body{padding:0!important}.dynamic-form-drawer .ant-divider{display:none}.dynamic-form-drawer .ant-drawer-title{color:var(--neutral-gris-higher)}.ant-drawer-content-wrapper{border-radius:18px 0 0 18px!important;margin:22px 19px}[dir=rtl] .ant-drawer-content-wrapper{border-radius:0 18px 18px 0!important;margin:22px 19px}[dir=rtl] .ant-drawer.ant-drawer-left .ant-drawer-content-wrapper{left:0;right:auto;transform:translate(100%);transition:transform .3s ease}[dir=rtl] .ant-drawer.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper{transform:translate(0)}[dir=rtl] .ant-drawer.ant-drawer-right .ant-drawer-content-wrapper{transform:translate(-100%);transition:transform .3s ease}[dir=rtl] .ant-drawer.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{transform:translate(0)}.dynamic_form_main--drawer .ant-drawer-body{width:100%;padding:0;height:calc(100vh - 120px);overflow:hidden;padding:0!important}.dynamic_form_main--drawer .dynamic_form_builder{height:100%;display:flex;flex-direction:column}.dynamic_form_main--drawer .dynamic_form_builder.single-line .dynamic_form_builder_inputs{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:flex-start;gap:16px!important}.dynamic_form_main--drawer .dynamic_form_builder.single-line .dynamic_form_builder_inputs .ant-divider{display:none!important}.dynamic_form_main--drawer .dynamic_form_builder.single-line .dynamic_form_builder_inputs .df-col{flex:1;min-width:200px}.dynamic_form_main--drawer .dynamic_form_builder.single-line .dynamic_form_builder_inputs .df-col--full{flex:1 1 100%}.dynamic_form_main--drawer .dynamic_form_builder.single-line .dynamic_form_builder_inputs .df-col--alone-centered{flex:1 1 100%;display:flex;justify-content:center}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs{overflow-y:auto;padding:24px;gap:30px;max-height:none}.dynamic_form_builder.single-line .dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs{padding:0}@media only screen and (max-width: 768px){.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs{padding:16px;gap:16px}}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs--single-line{gap:16px!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:flex-start}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs--single-line .ant-divider{display:none!important}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs--single-line .df-col{flex:1;min-width:200px}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs--single-line .df-col--full{flex:1 1 100%}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_inputs--single-line .df-col--alone-centered{flex:1 1 100%;display:flex;justify-content:center}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_sections{flex:1;overflow-y:auto;padding:0}.dynamic_form_main--drawer .dynamic_form_builder .ant-collapse-item{border-radius:0!important}.dynamic_form_main--drawer .dynamic_form_builder .ant-collapse-header{background-color:var(--light)!important;border-radius:0!important;border-bottom:none!important;flex-direction:row-reverse!important}[dir=rtl] .dynamic_form_main--drawer .dynamic_form_builder .ant-collapse-header{flex-direction:row!important}.dynamic_form_main--drawer .dynamic_form_builder .dynamic_form_builder_btns{padding:0 24px 15px;background-color:#fff;display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.ant-drawer-mask{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ant-picker-content th,.ant-picker-content{font-size:11px}.form_components_input{display:flex;flex-direction:column;gap:10px}.single-line .form_components_input{flex:1;min-width:200px}.single-line .form_components_input .form_components_input_label{margin-bottom:4px}.single-line .form_components_input .form_components_input_inputs{width:100%}.single-line .form_components_input:not(:last-child){margin-right:8px}@media only screen and (max-width: 768px){.single-line .form_components_input{margin-right:0;margin-bottom:16px}}.form_components_input .form_components_input_label{font-size:13px;font-weight:500;color:#7d8bb4;display:flex;align-items:center;gap:4px}.form_components_input .form_components_input_label .red-star{color:#ea1469}.form_components_input .form_components_input_inputs{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:12px}.form_components_input .form_components_input_inputs .ant-picker{height:38px!important;border:1px solid var(--neutral-gris-lower);box-shadow:0 1px 2px #1212170d;transition:all .2s ease-in-out;border-radius:8px!important;transition:all .2s ease-in-out!important}.form_components_input .form_components_input_inputs .ant-picker:hover{border-color:var(--violet-500)!important}.form_components_input .form_components_input_inputs .ant-picker.ant-picker-focused{border-color:var(--violet-500)!important;box-shadow:0 0 0 2px #904dff1a!important}.form_components_input .form_components_input_inputs .ant-picker .ant-picker-input>input{color:var(--grey-900)!important;font-size:14px!important}.form_components_input .form_components_input_inputs .ant-picker .ant-picker-input>input::placeholder{color:var(--grey-400)!important}.form_components_input .form_components_input_inputs .ant-picker .ant-picker-suffix,.form_components_input .form_components_input_inputs .ant-picker .ant-picker-clear{color:var(--grey-500)!important}.form_components_input .form_components_input_inputs .ant-picker .ant-picker-clear:hover{color:var(--grey-900)!important}.single-line .form_components_input .form_components_input_inputs{justify-content:stretch;align-items:stretch}.single-line .form_components_input .form_components_input_inputs .input-container,.single-line .form_components_input .form_components_input_inputs .select-container,.single-line .form_components_input .form_components_input_inputs .ant-select-custom .ant-select-selector{width:100%}.form_components_input .form_components_input_inputs .input-container,.form_components_input .form_components_input_inputs .select-container,.form_components_input .form_components_input_inputs .ant-select-custom .ant-select-selector{height:38px!important}.form_components_input .form_components_input_inputs .ant-select-custom .ant-select-selector{min-height:38px!important;height:38px!important;display:flex!important;align-items:center!important}@media only screen and (max-width: 768px){.single-line .form_components_input .form_components_input_inputs{min-width:100%;flex:1 1 100%}}.single-line .form_components_input .form_components_input_inputs .form_components_input_inputs .input-container,.single-line .form_components_input .form_components_input_inputs .form_components_input_inputs .select-container,.single-line .form_components_input .form_components_input_inputs .form_components_input_inputs .ant-select-custom .ant-select-selector{height:40px!important;min-height:40px!important}.form_components_input .form_components_input_inputs_picture{width:100%}.form_components_input .form_components_input_label_error{color:#ea1469;font-size:12px;line-height:16px;padding:2px;margin-top:-7px;text-transform:capitalize}.single-line .form_components_input .form_components_input_label_error{margin-top:4px}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_container_input{display:none}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_container_uploader{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px;border:1px dashed var(--c-4);border-radius:12px;padding:16px;cursor:pointer;background-color:var(--b-1)}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_container_uploader .form_components_input_inputs_picture_container_uploader_icon{color:var(--c-4)}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_container_uploader .form_components_input_inputs_picture_container_uploader_title{font-size:16px;line-height:24px;color:var(--c-4)}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_container_uploader .form_components_input_inputs_picture_container_uploader_subtitle{font-size:12px;line-height:16px;color:var(--c-4)}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_preview{margin-top:12px;width:100%;height:48px;padding:4px 8px;border-radius:12px;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--h-4)}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_preview .form_components_input_inputs_picture_preview_image{height:100%;width:auto;object-fit:cover;border-radius:21px}.form_components_input .form_components_input_inputs_picture_container .form_components_input_inputs_picture_preview .form_components_input_inputs_picture_preview_title{font-size:12px;line-height:16px;color:var(--c-4)}.form_upload .ant-upload-drag{background:var(--surface-primary);border:1px dashed var(--neutral-gris-lower)}.form_upload .ant-upload-drag-container{display:flex!important;flex-direction:column;align-items:center;gap:10px}.form_upload .ant-upload-wrapper{width:100%}.form_upload_icon{width:49px;height:48px}.form_upload_text{font-size:16px;color:#444864;font-weight:600}.form_upload_hint{font-size:12px;color:#7d8bb4}.form_upload_files{display:flex;flex-direction:column;gap:10px;max-height:130px;overflow-y:auto;margin:20px 0}.form_upload_files__item{display:flex;padding:10px;justify-content:space-between;align-items:center;flex:1 0 0;border-radius:5px;border:1px solid var(--neutral-gris-lower);background:var(--surface-primary)}.form_upload_files__item_left{display:flex;align-items:center;gap:10px}.form_upload_files__item_name{color:var(--grey-900);text-align:center;font-size:10px;font-weight:500}.form_upload_files__item_size{font-size:10px;color:#7980a6;font-weight:400;margin-top:4px}.form_upload_files__item_actions{display:flex;gap:6px}.form_upload_files__item_actions_icon{font-size:20px;cursor:pointer;transition:all .2s ease}.form_upload_files__item_actions_icon:hover{opacity:.8}.form_custom_async_paginate{width:100%!important}.form_custom_async_paginate_select_component__control{background-color:var(--input-bg-color)!important;border:1px solid var(--input-border-color)!important;border-radius:8px!important;min-height:38px!important;max-height:max-content!important;height:38px!important;box-shadow:0 1px 2px #0000000a!important}.form_custom_async_paginate_select_component__control:hover{border-color:var(--violet-500, #8b5cf6)!important}.form_custom_async_paginate_select_component__control--is-focused{border-color:var(--violet-500, #8b5cf6)!important;box-shadow:0 0 0 2px #4d8aff26!important}.form_custom_async_paginate_select_component__control .form_custom_async_paginate_select_component__value-container,.form_custom_async_paginate_select_component__control .form_custom_async_paginate_select_component__indicators{margin:0!important;padding:0 10px!important;font-size:14px!important;min-height:38px!important;max-height:max-content!important;height:38px!important}.form_custom_async_paginate_select_component__control .form_custom_async_paginate_select_component__placeholder{color:var(--c-4)!important;opacity:.8!important}.form_custom_async_paginate_select_component__control .form_custom_async_paginate_select_component__single-value{color:var(--c-2)!important}.form_custom_async_paginate_select_component__menu{border-radius:8px!important;box-shadow:0 8px 24px #0000001f!important;overflow:hidden!important;z-index:10000!important}.form_custom_async_paginate_select_component__option{font-size:14px!important;padding:8px 12px!important;cursor:pointer!important}.form_custom_async_paginate_select_component__option--is-focused{background-color:var(--primary-bg)!important}.form_custom_async_paginate_select_component__option--is-selected{background-color:var(--primary-50)!important;color:var(--primary-500)!important}.form_custom_async_paginate_select_component__multi-value{background-color:var(--primary-50)!important;border-radius:8px!important}.form_custom_async_paginate_select_component__multi-value .form_custom_async_paginate_select_component__multi-value__label{color:var(--primary-700)!important;padding:2px 6px!important}.form_custom_async_paginate_select_component__multi-value .form_custom_async_paginate_select_component__multi-value__remove{border-radius:6px!important}.form_custom_async_paginate_select_component__multi-value .form_custom_async_paginate_select_component__multi-value__remove:hover{background-color:var(--primary-100)!important;color:var(--primary-700)!important}.form_custom_async_paginate_select_component_rtl .form_custom_async_paginate_select_component__control .form_custom_async_paginate_select_component__value-container,.form_custom_async_paginate_select_component_rtl .form_custom_async_paginate_select_component__control .form_custom_async_paginate_select_component__indicators{padding:0 11px 0 0!important}.form_custom_async_paginate_error .form_custom_async_paginate_select_component__control{border-color:#ea1469!important;box-shadow:none!important}.form_components_custom{display:flex;flex-direction:column;gap:14px}.form_components_custom .form_components_custom_content{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:12px}.form_components_radio{display:flex;flex-direction:column;gap:14px}.form_components_radio .form_components_radio_content{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:12px}.ant-select-single{height:unset!important}.form-illustration-icon{width:30px;height:30px;flex-shrink:0}.ant-select-item-option-content .form-illustration-icon{width:26px;height:26px}.ant-drawer .ant-drawer-body{padding:0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;flex-direction:column;margin-bottom:32px;gap:30px;width:100%;background-color:#fff;border-radius:24px;padding:24px;box-shadow:0 0 10px #0000000d}.dashboard-header .quick-actions{width:100%}.dashboard-header__container{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.dashboard-header__left{display:flex;align-items:center;gap:20px;width:100%}.dashboard-header__right{display:flex;align-items:center}.dashboard-header .progress-indicator .progress-circle{width:65px;height:65px;position:relative;display:flex;align-items:center;justify-content:center}.dashboard-header .progress-indicator .progress-circle .progress-svg{position:absolute;top:0;left:0;transform:rotate(0);transition:all .3s ease}.dashboard-header .progress-indicator .progress-circle .progress-text{font-size:17px;font-weight:700;color:#05060f;position:relative;z-index:1}.dashboard-header .welcome-section .welcome-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px;line-height:1.2}.dashboard-header .welcome-section .welcome-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.4}.dashboard-header .bonus-section{display:flex;align-items:center;gap:8px}.dashboard-header .bonus-section .bonus-label{font-size:14px;white-space:nowrap;color:#6b7280;font-weight:500}.dashboard-header .bonus-section .bonus-content{display:flex;align-items:center;gap:8px;padding:12px 0;border-radius:12px}.dashboard-header .bonus-section .bonus-content .bonus-points{font-size:18px;font-weight:700;color:#1f2937}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:20px;text-align:center}.dashboard-header__left{flex-direction:column;gap:16px}.dashboard-header__container{flex-direction:column;align-items:center}}.quick-actions__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.quick-actions .quick-action-card{border-radius:16px;height:105px;padding:16px;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.quick-actions .quick-action-card__content{height:100%;display:flex;gap:16px}.quick-actions .quick-action-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.quick-actions .quick-action-card__icon{width:40px;height:40px;border-radius:12px;background:#fffc;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.quick-actions .quick-action-card__icon svg{width:24px;height:24px;color:#4b5563}.quick-actions .quick-action-card__checkbox svg{width:24px;height:24px;color:#9ca3af;transition:all .2s ease}.quick-actions .quick-action-card__checkbox svg.completed{color:#10b981}.quick-actions .quick-action-card__checkbox svg.pending{color:#d1d5db}.quick-actions .quick-action-card__body{flex:1;display:flex;flex-direction:column;align-items:flex-start}.quick-actions .quick-action-card__title{font-size:13px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.3}.quick-actions .quick-action-card__description{font-size:11.4px;color:#6b7280;margin:0 0 8px;line-height:1.4;flex:1}.quick-actions .quick-action-card__status{font-size:11.4px;min-width:55px;font-weight:500;color:#6b7280;padding:4px 12px;background:#fff9;border-radius:16px;align-self:flex-start}.quick-actions .quick-action-card__completed{position:absolute;top:16px;right:16px}.quick-actions .quick-action-card.COURSE{background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #dbeafe}.quick-actions .quick-action-card.LESSON{background:linear-gradient(135deg,#d1fae5,#f0fdf4);border:1px solid #dcfce7}.quick-actions .quick-action-card.EXERCISE{background:linear-gradient(135deg,#fef3c7,#fefce8);border:1px solid #fef9c3}.quick-actions .quick-action-card.STREAK{background:linear-gradient(135deg,#fce7f3,#fdf2f8);border:1px solid #fce7f3}@media (max-width: 768px){.quick-actions__grid{grid-template-columns:1fr;gap:16px}.quick-actions .quick-action-card{padding:20px}.quick-actions .quick-action-card__title{font-size:16px}.quick-actions .quick-action-card__description{font-size:13px}}@media (max-width: 880px){.quick-action-card{height:unset!important}.quick-action-card__description{text-align:start}}html[dir=rtl] .quick-action-card__completed{left:16px;right:unset}.stats-cards{margin-bottom:32px;background-color:#fff;border-radius:24px;padding:16px;border:1px solid #e6e6e6}.stats-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stats-cards .stats-card{border-radius:16px;padding:24px;position:relative;height:165px;overflow:hidden;transition:all .2s ease}.stats-cards .stats-card .stats-card__shape{position:absolute;top:0;right:0}.stats-cards .stats-card.learning-hours{background:#fbf5ff}.stats-cards .stats-card.learning-hours .stats-card__icon{background:#b54cfe}.stats-cards .stats-card.learning-hours .stats-card__shape svg path{fill:#dbddff}.stats-cards .stats-card.total-chapters{background:#e3f4fe}.stats-cards .stats-card.total-chapters .stats-card__icon{background:#018bfd}.stats-cards .stats-card.total-chapters .stats-card__shape svg path{fill:#b5e7ff}.stats-cards .stats-card.recorded-sessions{background:#fff6ca}.stats-cards .stats-card.recorded-sessions .stats-card__icon{background:#ffd202}.stats-cards .stats-card.recorded-sessions .stats-card__shape svg path{stroke:#ffed9c}.stats-cards .stats-card.learning-progress{background:#ffd8a7}.stats-cards .stats-card.learning-progress .stats-card__icon{background:#ff8e00}.stats-cards .stats-card.learning-progress .stats-card__shape svg path{fill:#ffc276}.stats-cards .stats-card__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.stats-cards .stats-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;position:relative}.stats-cards .stats-card__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.stats-cards .stats-card__icon svg{width:24px;height:24px;color:#4b5563}.stats-cards .stats-card__body .stats-card__title{font-size:14px;font-weight:400;color:gray;margin:0 0 12px;line-height:1.3}.stats-cards .stats-card__body .stats-card__value-section{display:flex;align-items:center;gap:8px}.stats-cards .stats-card__body .stats-card__value{font-size:24px;font-weight:500;color:#333843;line-height:1}.stats-cards .stats-card__body .stats-card__change{font-size:14px;font-weight:600;padding:2px 6px;border-radius:4px}.stats-cards .stats-card__body .stats-card__change--positive{color:#059669;background:#10b9811a}.stats-cards .stats-card__body .stats-card__change--negative{color:#dc2626;background:#dc26261a}.stats-cards .stats-card__body .stats-card__change--neutral{color:#6b7280;background:#6b72801a}@media (max-width: 1200px){.stats-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-cards__grid{grid-template-columns:1fr}.stats-cards .stats-card{padding:20px}.stats-cards .stats-card__value{font-size:28px}}html[dir=rtl] .stats-card__shape{left:0;top:-3px!important;right:unset!important;rotate:270deg!important}html[dir=rtl] .stats-card__icon .iconify--fluent,html[dir=rtl] .view-all-btn .iconify--fluent{rotate:0deg!important}.learning-graph{background:#fff;border-radius:16px;height:100%;padding:24px;border:1px solid #e6e6e6}.learning-graph__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.learning-graph__title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.learning-graph__controls{display:flex;align-items:center;gap:24px}.learning-graph .graph-legend{display:flex;gap:16px}.learning-graph .graph-legend .legend-item{display:flex;align-items:center;gap:8px}.learning-graph .graph-legend .legend-item .legend-dot{width:8px;height:8px;border-radius:50%}.learning-graph .graph-legend .legend-item .legend-dot--gray{background:#9ca3af}.learning-graph .graph-legend .legend-item .legend-dot--blue{background:#3b82f6}.learning-graph .graph-legend .legend-item .legend-dot--purple{background:#009dfd}.learning-graph .graph-legend .legend-item .legend-text{font-size:14px;color:#6b7280;font-weight:500}.learning-graph .period-selector{position:relative;display:flex;align-items:center}.learning-graph .period-selector .period-trigger{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:14px;color:#374151;cursor:pointer;outline:none;min-width:65px;gap:8px}.learning-graph .period-selector .period-trigger:hover{border-color:#009dfd}.learning-graph .period-selector .period-trigger:focus{border-color:#009dfd;box-shadow:0 0 0 2px #4d8aff26!important}.learning-graph .period-selector .period-trigger .period-text{font-weight:500}.learning-graph .period-selector .period-trigger .dropdown-icon{width:16px;height:16px;color:#6b7280;flex-shrink:0}.learning-graph__chart{position:relative;width:100%;height:330px;margin:0 auto}.learning-graph__chart .chart-container{position:relative;width:100%;height:100%}.learning-graph__chart .y-axis{position:absolute;left:0;top:23px;width:50px;height:200px;z-index:1}.learning-graph__chart .y-axis .y-axis-row{position:relative;height:46.33px;display:flex;align-items:center}.learning-graph__chart .y-axis .y-axis-row .y-axis-label{font-family:Manrope,sans-serif;font-size:12px;font-weight:400;line-height:150%;color:#817f9bb3;text-align:right;width:32px}.learning-graph__chart .y-axis .y-axis-row .grid-line{position:absolute;left:32px;top:50%;transform:translateY(-50%);width:calc(100% - 32px);height:1px;border-top:1px dashed #e1e5f3}.learning-graph__chart .chart-area{position:absolute;left:50px;top:0;right:0;z-index:2}.learning-graph__chart .chart-area .chart-svg{width:99%;height:300px;cursor:default}.learning-graph__chart .chart-area .chart-svg .grid-line{stroke:#e1e5f3;stroke-width:1;stroke-dasharray:12,12}.learning-graph__chart .chart-area .chart-svg .area-fill{fill:url(#areaGradient)}.learning-graph__chart .chart-area .chart-svg .data-line{stroke:#3b82f6;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.learning-graph__chart .chart-area .chart-svg .data-point{cursor:pointer;transition:all .2s ease}.learning-graph__chart .chart-area .chart-svg .data-point.hovered,.learning-graph__chart .chart-area .chart-svg .data-point:hover{filter:drop-shadow(0 0 6px rgba(59,130,246,.4))}.learning-graph__chart .chart-area .chart-svg .vertical-line{stroke:#3b82f6;stroke-width:2;stroke-dasharray:5,5;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0}.learning-graph__chart .chart-area .chart-svg .vertical-line.visible{opacity:1}.learning-graph__chart .chart-area .chart-svg .vertical-line--hover{stroke-width:1;stroke-dasharray:3,3;opacity:.6}.learning-graph__chart .x-axis{position:absolute;left:50px;bottom:-5px;right:0;height:40px;display:flex;justify-content:space-between;align-items:flex-start;padding-top:8px;z-index:3}.learning-graph__chart .x-axis .x-axis-label{font-family:Manrope,sans-serif;font-size:12px;font-weight:400;line-height:150%;color:#817f9bb3;text-align:center;width:24px}.learning-graph__chart .x-axis .x-axis-label.active{color:#5978ec;font-weight:600}.learning-graph__chart .chart-tooltip{position:absolute;z-index:10;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(10px)}.learning-graph__chart .chart-tooltip.visible{opacity:1;transform:translateY(0)}.learning-graph__chart .chart-tooltip--fixed{transition:opacity .2s ease-out,transform .2s ease-out}.learning-graph__chart .chart-tooltip .tooltip-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px #0000001f;min-width:160px;position:relative}.learning-graph__chart .chart-tooltip .tooltip-content:before{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#fff;border:1px solid #e5e7eb;border-top:none;border-left:none;transform:translate(-50%) rotate(45deg)}.learning-graph__chart .chart-tooltip .tooltip-content .tooltip-body .tooltip-date{font-family:Manrope,sans-serif;font-size:11px;font-weight:500;line-height:150%;color:#9ca3af;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.learning-graph__chart .chart-tooltip .tooltip-content .tooltip-body .tooltip-value-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.learning-graph__chart .chart-tooltip .tooltip-content .tooltip-body .tooltip-value-row .tooltip-value{font-family:Manrope,sans-serif;font-size:14px;font-weight:600;line-height:150%;color:#1f2937}.learning-graph__chart .chart-tooltip .tooltip-content .tooltip-body .tooltip-value-row .tooltip-change{display:flex;align-items:center;gap:4px;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;line-height:120%;color:#ef4444}.learning-graph__chart .chart-tooltip .tooltip-content .tooltip-body .tooltip-value-row .tooltip-change .change-icon{width:12px;height:12px;color:#ef4444}@media (max-width: 768px){.learning-graph{padding:16px}.learning-graph__header,.learning-graph__controls{flex-direction:column;gap:16px;align-items:flex-start}.learning-graph .chart-container{flex-direction:column;gap:8px}.learning-graph .y-axis{width:40px}.learning-graph .y-axis .y-axis-row .grid-line{left:28px;width:calc(100% - 28px)}.learning-graph .chart-area,.learning-graph .x-axis{left:40px}}html[dir=rtl] .x-axis{flex-direction:row-reverse}.streak-badges{margin-bottom:20px;display:flex;gap:10px;flex-direction:column;justify-content:space-between;height:100%}.streak-badges .section-title{font-size:16px;font-weight:500;color:#1b1b1b;margin:0 0 12px}.streak-badges .badges-section{background-color:#fff;border-radius:16px;height:100%;padding:16px;border:1px solid #e6e6e6;display:flex;flex-direction:column;gap:16px}.streak-badges .badges-section .section-title{margin-bottom:0!important}.streak-badges .badges-section .badges-header{display:flex;justify-content:space-between;align-items:center}.streak-badges .badges-section .badges-header .view-all-btn{display:flex;align-items:center;gap:4px;background:none;border:1px solid #dfe1e7;color:#0d0d12;padding:8px;border-radius:8px;cursor:pointer;height:32px;transition:color .2s ease;box-shadow:0 1px 2px #0d0d120f}.streak-badges .badges-section .badges-header .view-all-btn span{font-size:14px;font-weight:500}.streak-badges .badges-section .badges-header .view-all-btn:hover{background-color:#f6f8fa}.streak-badges .badges-section .badges-header .view-all-btn svg{rotate:180deg}.streak-badges .badges-section .badges-grid{display:flex;gap:12px;height:100%;padding:25px 16px;background-color:#f6f8fa;border-radius:12px}.streak-badges .badges-section .badges-grid .badge-item{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px}.streak-badges .badges-section .badges-grid .badge-item .badge-icon{width:56px;height:56px;background:#fff;box-shadow:0 2px 4px #02061714;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.streak-badges .badges-section .badges-grid .badge-item .badge-icon svg{width:28px;height:28px}.streak-badges .badges-section .badges-grid .badge-item .badge-name{font-size:12px;white-space:nowrap;font-weight:500;text-align:center;line-height:1.2;color:#1b1b1b}.streak-badges .badges-section .badges-grid .badge-item.earned .badge-name{color:#1f2937}.streak-badges .badges-section .badges-grid .badge-item.locked .badge-name{color:#9ca3af}@media (max-width: 768px){.streak-badges{padding:16px}.streak-badges .streak-section .streak-content .streak-value .streak-number{font-size:28px}.streak-badges .streak-section .streak-content .streak-icon{width:36px;height:36px}.streak-badges .streak-section .weekly-progress{padding:12px;margin-top:12px}.streak-badges .streak-section .weekly-progress .progress-days{gap:6px}.streak-badges .streak-section .weekly-progress .progress-days .day-circle{width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px}.streak-badges .streak-section .weekly-progress .progress-days .day-circle .check-icon{width:14px;height:14px}.streak-badges .streak-section .weekly-progress .progress-days .day-circle .day-label{bottom:-18px;font-size:9px}.streak-badges .badges-section .badges-grid{gap:12px}.streak-badges .badges-section .badges-grid .badge-item{min-width:60px}.streak-badges .badges-section .badges-grid .badge-item .badge-icon{width:65px;height:65px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000d}.streak-badges .badges-section .badges-grid .badge-item .badge-icon svg{width:32px;height:32px}.streak-badges .badges-section .badges-grid .badge-item .badge-name{font-size:11px}}.view-all-btn{display:flex;align-items:center;gap:4px;background:none;border:1px solid #dfe1e7;color:#0d0d12;padding:8px;border-radius:8px;cursor:pointer;height:32px;transition:color .2s ease;box-shadow:0 1px 2px #0d0d120f}.view-all-btn span{font-size:14px;font-weight:500}.view-all-btn:hover{background-color:#f6f8fa}.view-all-btn svg{rotate:180deg}.my-courses{background:#fff;border-radius:16px;padding:24px;border:1px solid #e6e6e6}.my-courses__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.my-courses__header .my-courses__title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.my-courses__grid{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:20px}.my-courses__grid .course-card{border-radius:12px;max-height:310px;max-width:260px;border:1px solid #e6e6e6;height:310px;min-height:310px!important;max-height:310px!important;overflow:hidden;box-shadow:0 1px 2px #02061714;transition:all .2s ease;background:#fff;transform:translateY(0)!important}.my-courses__grid .course-card:hover{transform:translateY(-2px)!important;background:#f6f8fa}.my-courses__grid .course-card__image{position:relative;height:160px;min-height:160px;max-height:160px;border-radius:12px;overflow:hidden;background:unset!important}.my-courses__grid .course-card__image .course-image{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.my-courses__grid .course-card__image .favorite-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.my-courses__grid .course-card__image .favorite-btn .heart-icon{width:18px;height:18px;color:#9ca3af;transition:color .2s ease}.my-courses__grid .course-card__image .favorite-btn.favorited .heart-icon{color:#ef4444}.my-courses__grid .course-card__content{padding:16px 4px;gap:2px!important;min-height:unset!important}.my-courses__grid .course-card__content .course-category{margin-bottom:12px}.my-courses__grid .course-card__content .course-category .category-tag{display:inline-block;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.5px}.my-courses__grid .course-card__content .course-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.3}.my-courses__grid .course-card__content .course-description{font-size:14px;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.my-courses{padding:16px}.my-courses__grid{grid-template-columns:1fr;gap:16px}.my-courses__grid .course-card__image{height:140px}.my-courses__grid .course-card__content{padding:12px}.my-courses__grid .course-card__content .course-title{font-size:14px}.my-courses__grid .course-card__content .course-description{font-size:13px}}.quiz_card{display:flex;flex-direction:column;gap:12px;padding:20px;background-color:#fff;border-radius:10px;transition:all .2s ease;border:1px solid #e9edf5;cursor:pointer;position:relative;width:350px;min-height:155px}.quiz_card .quiz-card-actions{width:fit-content;position:absolute;right:50%;transform:translate(50%);top:60%}.quiz_card:hover{border:1px solid #b8c3d8}.quiz_card:hover .quiz-card-actions{opacity:1;visibility:visible}.quiz_card_icon{width:50px;height:50px}.quiz_card_title{font-size:16px;font-weight:600}.quiz_card_info{font-size:13px;font-weight:500;color:#6b76a5}.quiz_header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.quiz_header_left{display:flex;flex-direction:column;gap:8px}.quiz_header_left_title{font-size:24px;font-weight:600}.quiz_header_left_description{font-weight:600;font-size:16px;color:#7d8bb4}.no_quiz_found{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:100px}.no_quiz_found_icon{width:180px;height:160px}.no_quiz_found_title{font-size:20px;font-weight:600;color:#444864}.no_quiz_found_description{font-size:14px;color:#7d8bb4;text-align:center;max-width:300px}.create-quiz-modal__footer{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.create_quiz_upload .ant-upload-drag{background:#fff;border:1px dashed #b8c3d8}.create_quiz_upload .ant-upload-drag-container{display:flex!important;flex-direction:column;align-items:center;gap:10px}.create_quiz_upload_icon{width:40px;height:40px}.create_quiz_upload_text{font-size:16px;color:#444864;font-weight:600}.create_quiz_upload_hint{font-size:12px;color:#7d8bb4}.create_quiz_files{display:flex;flex-direction:column;gap:10px;max-height:130px;overflow-y:auto;margin-bottom:30px}.create_quiz_files__item{display:flex;padding:10px;justify-content:space-between;align-items:center;flex:1 0 0;border-radius:5px;border:.759px solid var(--neutral-gris-lower);background:var(--surface-primary)}.create_quiz_files__item_left{display:flex;align-items:center;gap:10px}.create_quiz_files__item_name{color:#09212d;text-align:center;font-size:10px;font-weight:500}.create_quiz_files__item_size{font-size:10px;color:#7980a6;font-weight:400}.create_quiz_files__item_actions{display:flex;gap:6px}.create_quiz_files__item_actions_icon{font-size:20px;cursor:pointer;transition:all .2s ease}.create_quiz_files__item_actions_icon:hover{opacity:.8}.generating_quiz{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:20;position:relative}.generating_quiz_icon{width:190px;height:190px;animation:generating-quiz-bounce 2s infinite}.generating_quiz_viewport{display:flex;flex-direction:column;gap:12px;min-height:200px}.generating_quiz_item{display:flex;align-items:center;gap:10px;border:1px solid #e9edf5;padding:12px 44px;border-radius:12px;transition:opacity .35s ease,transform .35s ease}.generating_quiz_item.generating_quiz_item--prev{opacity:.5;transform:scale(.9)}.generating_quiz_item.generating_quiz_item--current{opacity:1;transform:scale(1.05)}.generating_quiz_item.generating_quiz_item--next{opacity:.5;transform:scale(.9)}.generating_quiz_item_text{font-size:14px;font-weight:500;color:#444864}.generating_quiz_text{font-size:18px;font-weight:600;color:#444864}.generating_quiz_bg-img{position:absolute;top:-100px;right:-250px;width:600px;height:600px;object-fit:cover;opacity:.1;z-index:1}.generating_quiz_dots{display:inline-flex;gap:4px;margin-left:6px}.generating_quiz_dots_dot{width:6px;height:6px;border-radius:50%;background:#444864;opacity:.3;animation:generating-quiz-dot 1.2s infinite ease-in-out}.generating_quiz_dots_dot:nth-child(1){animation-delay:0s}.generating_quiz_dots_dot:nth-child(2){animation-delay:.2s}.generating_quiz_dots_dot:nth-child(3){animation-delay:.4s}@keyframes generating-quiz-dot{0%,80%,to{transform:scale(.6);opacity:.3}40%{transform:scale(1);opacity:1}}@keyframes generating-quiz-bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.create-quiz-modal .ant-modal-content{overflow:hidden!important}.create-quiz-modal .stepper-modal__footer{position:relative;z-index:20}.create-quiz-modal .ant-modal-header{border-bottom:1px solid #f7f9fa;padding-bottom:20px}.edit-quiz{display:flex;flex-direction:column;gap:16px}.edit-quiz__header{display:flex;justify-content:space-between;align-items:center;border:1px solid #e9edf5;padding:12px 16px;border-radius:10px}.edit-quiz__body{background:#f7f9fa;padding:12px 16px;border-radius:10px}.edit-quiz__body_title{font-size:16px;font-weight:600;color:#2c2f3f}.edit-quiz__summary{width:100%}.edit-quiz__stat{background:#fff;border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:6px}.edit-quiz__stat_label{color:#7d8bb4}.edit-quiz__stat_value{color:#444864;font-weight:600}.edit-quiz__questions{margin-top:10px;display:flex;flex-direction:column;gap:16px;max-height:300px;overflow-y:auto}.edit-quiz__question{background:#fff;border:1px solid #e9edf5;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:24px}.edit-quiz__question_header{display:flex;justify-content:space-between;align-items:center;gap:12px}.edit-quiz__question_header_edit{cursor:pointer;transition:all .2s ease}.edit-quiz__question_header_edit:hover{opacity:.8;color:#009dfd!important}.edit-quiz__question_title{display:flex;align-items:center;gap:8px;font-weight:600;color:#444864;flex:1}.edit-quiz__question_right-answer{display:flex;align-items:center;gap:8px}.edit-quiz__question_right-answer_label{color:#2c2f3f}.edit-quiz__question_right-answer_required{color:#ff4d4f}.edit-quiz__question_right-answer_select{flex:1}.edit-quiz__edit-btn{width:60px;height:50px;border-radius:10px;background:#fff}.edit-quiz__edit-btn svg{transition:all .2s ease}.edit-quiz__edit-btn:hover{opacity:.8}.edit-quiz__edit-btn:hover svg{color:#009dfd!important}.edit-quiz__answers{display:flex;flex-direction:column;gap:4px;background:#f7f9fa;padding:16px;border-radius:12px}.edit-quiz__answers_num{font-size:14px;color:#444864;background:#fff;padding:6px 8px;border-radius:8px;width:fit-content;border:1px solid #e9edf5;box-shadow:0 0 10px #0000001a}.edit-quiz__answer{display:flex;align-items:center;padding:8px;gap:8px}.edit-quiz__answer_left{display:flex;align-items:center;gap:8px;flex:1}.edit-quiz__answer_empty-circle{width:16px;height:16px;border-radius:50%;border:2px solid #7d8bb4;display:inline-block}.edit-quiz__answer_text{color:#444864}.edit-quiz__answer_text--right{color:#04915f;font-weight:600}.edit-quiz__answer_actions{display:flex;gap:8px}.edit-quiz__icon{font-size:18px;color:#7d8bb4;cursor:pointer}.edit-quiz__answer_add{display:flex;gap:8px;align-items:flex-end;margin-top:8px}.edit-quiz__footer{display:flex;justify-content:flex-end;gap:12px}.quiz_cards{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.student-quiz{padding:24px;background-color:#f8fafc}.student-quiz__container{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 17px 0 var(--neutral-grey-lower)}.student-quiz .student-quiz__subject-card{width:180px!important;height:180px!important;min-height:unset!important}.student-quiz__tabs{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.student-quiz__tabs-title{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:#444864;margin:0}.student-quiz__tabs-component{align-items:center;justify-content:center}.student-quiz__header{margin-bottom:24px}.student-quiz__header__breadcrumb{margin-bottom:16px}.student-quiz__header__title-section{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.student-quiz__header__title-content{flex:1}.student-quiz__header__title{font-size:28px;font-weight:700;color:#2c2f3f;margin:0 0 8px;line-height:1.2}.student-quiz__header__subtitle{font-size:16px;color:#64748b;margin:0;line-height:1.5}.student-quiz__header__header-actions{display:flex;gap:12px;align-items:center}.student-quiz__subjects-scroll{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:18px;padding:10px;width:100%;height:max-content;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.student-quiz__subjects-scroll::-webkit-scrollbar{display:none}@media (max-width: 1200px){.student-quiz__subjects-scroll{width:100%;height:auto;flex-wrap:wrap;justify-content:flex-start}}.student-quiz__subjects-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:140px}.student-quiz__subject-card{min-width:200px;flex-shrink:0}.student-quiz__subject-card--active{border:2px solid #009dfd!important;box-shadow:0 4px 21.6px #00000026!important}.student-quiz__bar-chart{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:20px;isolation:isolate;width:1108px;height:409px;background:#fff;border:1px solid #e9edf5;border-radius:12px;flex:none;order:0;flex-grow:0}.student-quiz__bar-chart-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:6px;width:121px;height:25px;flex:none;order:0;flex-grow:0}.student-quiz__bar-chart-title{width:121px;height:25px;font-family:Manrope;font-style:normal;font-weight:700;font-size:18px;line-height:25px;display:flex;align-items:center;color:#444864;margin:0;flex:none;order:0;flex-grow:0}.student-quiz__bar-chart-content{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;padding:0;gap:26px;width:1068px;height:324px;flex:none;order:1;align-self:stretch;flex-grow:0}.student-quiz__donut-chart{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:20px;width:544px;height:417px;background:#fff;border:1px solid #e9edf5;border-radius:12px;flex:none;order:1;flex-grow:0}.student-quiz__donut-chart-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:6px;width:318px;height:25px;flex:none;order:0;flex-grow:0}.student-quiz__donut-chart-title{width:318px;height:25px;font-family:Manrope;font-style:normal;font-weight:700;font-size:18px;line-height:25px;display:flex;align-items:center;color:#444864;margin:0;flex:none;order:0;flex-grow:0}.student-quiz__donut-chart-content{display:flex;flex-direction:column;align-items:center;padding:0;gap:21px;width:504px;height:237px;flex:none;order:1;align-self:stretch;flex-grow:0}.student-quiz__donut-chart-wrapper{width:237px;height:237px;flex:none;order:0;flex-grow:0}.student-quiz__donut-chart-legend{display:flex;flex-direction:row;padding:0;gap:45px;width:504px;height:75px;background:#fff;box-shadow:0 6px 21px #7090b01f;border-radius:15px;flex:none;order:1;align-self:stretch;flex-grow:0;justify-content:center;align-items:center}.student-quiz__donut-chart-legend-item{display:flex;flex-direction:column;align-items:center;padding:0;gap:2px;width:82px;height:34px;flex:none;order:0;flex-grow:0;position:relative}.student-quiz__donut-chart-legend-dot{width:8px;height:8px;border-radius:50%;flex:none;order:0;flex-grow:0}.student-quiz__donut-chart-legend-text{width:69px;height:16px;font-family:Manrope;font-style:normal;font-weight:500;font-size:12px;line-height:16px;display:flex;align-items:center;color:#7d8bb4;flex:none;order:1;flex-grow:0}.student-quiz__donut-chart-legend-percentage{width:41px;height:16px;font-family:Manrope;font-style:normal;font-weight:600;font-size:18px;line-height:25px;display:flex;align-items:center;color:#2c2f3f;flex:none;order:2;flex-grow:0}.student-quiz__title-row{display:flex;align-items:center;width:100%;margin-bottom:24px}.student-quiz__title-row h3{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:24px;color:#444864;margin:0}.student-quiz__statistics-section{margin-top:24px}.student-quiz__donut-charts-row{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:20px;width:100%;flex:none;order:1;flex-grow:0}.student-quiz__title-filter-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:24px}.student-quiz__filter-title{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:24px;color:#444864;margin:0}.student-quiz__difficulty-filter{flex-shrink:0}.student-quiz__search-row{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.student-quiz__search-input{max-width:400px}.student-quiz__content-container{margin-bottom:24px}.student-quiz__quizzes-section{margin-top:24px}.student-quiz__quizzes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.student-quiz__tabs-container{margin-top:24px}.student-quiz__chapters-tabs .ant-tabs-tab{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;color:#444864}.student-quiz__chapters-tabs .ant-tabs-tab.ant-tabs-tab-active{color:#009dfd;font-weight:600}.student-quiz__chapters-tabs .ant-tabs-ink-bar{background-color:#009dfd}.student-quiz__chapters-tabs .ant-tabs-content-holder{padding-top:20px}.student-quiz__chapter-content .student-quiz__quizzes-section{margin-top:0}.student-quiz__no-data{display:flex;justify-content:center;align-items:center;min-height:200px;text-align:center}.student-quiz__no-data p{font-family:Manrope,sans-serif;font-size:16px;color:#666;margin:0}.student-quiz__detail-page{margin:10px;background:#f8fafc}.student-quiz__header{margin-bottom:32px}.student-quiz__title{font-weight:700;font-size:32px;line-height:44px;color:#009dfd;margin:0 0 8px}.student-quiz__subtitle{font-weight:400;font-size:16px;line-height:24px;color:#7d8bb4;margin:0}.student-quiz__main-card{background:#fff;border:1px solid #e9edf5;border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000001a}.student-quiz__quiz-info-section{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:10px;width:100%;min-height:167px;flex:none;flex-grow:0}.student-quiz__quiz-title{width:100%;min-height:27px;font-family:Manrope;font-style:normal;font-weight:600;font-size:20px;line-height:27px;display:flex;align-items:center;color:#444864;margin:0;flex:none;align-self:stretch;flex-grow:0}.student-quiz__quiz-details-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:18px;gap:18px;width:100%;min-height:82px;border:1px solid #e9edf5;border-radius:10px;flex:none;flex-grow:0}.student-quiz__quiz-details{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;gap:14px;width:100%;min-height:46px;flex-wrap:wrap;flex:none;align-self:stretch;flex-grow:0}.student-quiz__detail-item{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;margin:0;flex:none;flex-grow:0}.student-quiz__detail-item:nth-child(1){min-width:120px;min-height:46px;flex:1}.student-quiz__detail-item:nth-child(2){min-width:86px;min-height:46px;flex:1}.student-quiz__detail-item:nth-child(3){min-width:147px;min-height:46px;flex:1}.student-quiz__detail-item:nth-child(4){min-width:34px;min-height:46px;align-self:flex-end}.student-quiz__detail-label{font-family:Manrope;font-style:normal;font-weight:400;font-size:14px;line-height:19px;display:flex;align-items:center;color:#7d8bb4;flex:none;align-self:stretch;flex-grow:0}.student-quiz__detail-value{flex-direction:row;padding:0;gap:8px;font-family:Manrope;font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:#444864;flex:none;align-self:stretch;flex-grow:0}.student-quiz__questions-section{display:flex;flex-direction:column;gap:24px;padding:14px;border-radius:16px;margin-top:24px;background:#f7f9fa}.student-quiz__questions-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.student-quiz__questions-title{font-family:Manrope;font-style:normal;font-weight:600;font-size:20px;line-height:28px;color:#2c2f3f;margin:0}.student-quiz__progress-section{display:flex;flex-direction:column;align-items:center;padding:0;gap:14px;min-height:123px;flex:none;align-self:stretch;flex-grow:0}.student-quiz__progress-title{min-height:25px;font-weight:600;font-size:18px;line-height:25px;text-align:center;color:#2c2f3f;flex:none;align-self:stretch;flex-grow:0;margin:0}.student-quiz__progress-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px;flex:none;flex-grow:0}.student-quiz__progress-buttons{display:flex;align-items:flex-start;flex-wrap:wrap;padding:0;width:100%;max-width:455px;gap:4px;flex:none;flex-grow:0}.student-quiz__progress-row{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;width:100%;min-height:40px;flex:none;align-self:stretch;flex-grow:0}.student-quiz__progress-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;min-width:40px;width:40px;height:40px;border-radius:8px;flex:none;flex-grow:0;cursor:pointer;transition:all .2s ease;font-family:Manrope;font-style:normal;font-weight:400;font-size:14px;line-height:19px;border:none;text-align:center}.student-quiz__progress-button--active{background:#f5f2ff;border:1px solid #f5f2ff;color:#009dfd}.student-quiz__progress-button--inactive{background:#f7f9fa;color:#444864}.student-quiz__progress-button:hover{opacity:.8}.student-quiz__question-content{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:10px;width:100%;min-height:208px;flex:none;align-self:stretch;flex-grow:0;background:#fff;border:1px solid #e9edf5;border-radius:16px;overflow-y:auto;overflow-x:hidden;max-height:80vh;box-sizing:border-box}.student-quiz__question-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:10px;width:100%;min-height:30px;flex:none;align-self:stretch;flex-grow:0}.student-quiz__question-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:10px;margin:0 auto;width:100%;min-height:30px;flex:none;flex-grow:0}.student-quiz__question-row{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:10px;width:100%;min-height:30px;flex:none;flex-grow:0}.student-quiz__question-left{display:flex;flex-direction:row;align-items:center;padding:0;gap:10px;width:100%;min-height:30px;flex:1;flex-grow:1;min-width:0}.student-quiz__subject-icon{min-width:30px;width:30px;height:30px;flex:none;flex-grow:0}.student-quiz__question-text-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:2px;width:100%;min-height:19px;flex:1;flex-grow:1;min-width:0;overflow:hidden}.student-quiz__question-text{width:100%;min-height:19px;font-family:Manrope;font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:#444864;flex:1;flex-grow:1;margin:0;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.student-quiz__answer-container{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:12px;width:100%;min-height:168px;background:#f7f9fa;border-radius:8px;flex:none;align-self:stretch;flex-grow:0;overflow-y:auto;max-height:50vh}.student-quiz__answer-options{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:100%;min-height:144px;flex:none;align-self:stretch;flex-grow:0}.student-quiz__answer-option{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 12px 8px 8px;width:100%;min-height:40px;background:#fff;border:1px solid #e9edf5;box-shadow:0 1px 2px #1212170d;border-radius:8px;flex:none;align-self:stretch;flex-grow:0;cursor:pointer;transition:all .2s ease;position:relative}.student-quiz__answer-option:hover{border-color:#009dfd}.student-quiz__answer-option--selected{border:1px solid #04915f}.student-quiz__answer-text{display:flex;flex-direction:row;align-items:flex-start;padding:0 8px;width:95%;min-height:19px;border-radius:0;flex:none;flex-grow:1}.student-quiz__answer-input{width:100%;min-height:19px;font-family:Manrope;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#444864;flex:none;flex-grow:1;border:none;background:transparent;outline:none;cursor:pointer;word-wrap:break-word}.student-quiz__check-icon{display:flex;flex-direction:row;align-items:center;padding:0;gap:10px;min-width:20px;width:20px;height:20px;flex:none;flex-grow:0}.student-quiz__navigation{display:flex;justify-content:space-between;width:100%;align-items:center;padding-top:24px}.student-quiz__question-range{font-family:Manrope;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#7d8bb4}.student-quiz__nav-buttons{display:flex;gap:12px}.student-quiz__nav-button{min-width:100px;width:auto}.quiz-header{display:flex;align-items:center;padding:20px;background:#f8f9fa;border-bottom:1px solid #e9ecef;gap:16px}.quiz-header__robot{flex-shrink:0}.quiz-header__robot-icon{width:48px;height:48px}.quiz-header__info{flex:1}.quiz-header__title{font-family:Manrope,sans-serif;font-size:18px;font-weight:600;color:#444864;margin:0 0 12px}.quiz-header__details{display:flex;flex-wrap:wrap;gap:16px}.quiz-header__detail-item{display:flex;align-items:center;gap:4px}.quiz-header__detail-label{font-family:Manrope,sans-serif;font-size:14px;font-weight:500;color:#666d80}.quiz-header__detail-value{font-family:Manrope,sans-serif;font-size:14px;font-weight:600;color:#444864}.quiz-header__loading{font-family:Manrope,sans-serif;font-size:16px;color:#666d80;padding:20px}.quiz-message{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;animation:slideIn .4s ease-out;position:relative}.quiz-message--bot{justify-content:flex-start}.quiz-message--bot .quiz-message__content{flex:1;max-width:45%}.quiz-message--user{justify-content:flex-end}.quiz-message--user .quiz-message__content{max-width:70%}.quiz-message__avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%)}.quiz-message__bot-icon{width:32px;height:32px;transition:all .3s ease}.quiz-message__bot-icon--writing{animation:bounce 1s ease-in-out infinite}.quiz-message__content{display:flex;flex-direction:column}.quiz-message__bubble{padding:16px 20px;border-radius:18px;width:fit-content;min-width:315px;word-wrap:break-word;position:relative;transition:all .2s ease}.quiz-message__bubble--bot{background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a,inset 0 1px #fffc;border:1px solid rgba(255,255,255,.5);border-bottom-left-radius:4px}.quiz-message__bubble--bot:before{content:"";position:absolute;left:-6px;bottom:0;width:0;height:0;border-right:6px solid #f8fafc;border-bottom:6px solid transparent}.quiz-message__bubble--bot:hover{transform:translateY(-1px);box-shadow:0 6px 25px #0000001f,0 3px 12px #0000000f,inset 0 1px #ffffffe6}.quiz-message__bubble--user{background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%);color:#fff;border-bottom-right-radius:4px}.quiz-message__text{margin:0;font-family:Manrope,sans-serif;font-size:14px;line-height:1.5;color:inherit}.quiz-message__cursor{display:inline-block;margin-left:2px;font-weight:400;font-size:1.2em;color:#009dfd;animation:blink 1s infinite;vertical-align:middle}.quiz-message__options{margin-top:12px;display:flex;flex-direction:column;gap:8px}.quiz-message__option{padding:12px 16px;border:1px solid #e9ecef;border-radius:8px;background:#fff;font-family:Manrope,sans-serif;font-size:14px;text-align:left;transition:all .2s ease;position:relative}.quiz-message__option--streaming{animation:slideInOption .4s ease-out}.quiz-message__option--interactive{cursor:pointer}.quiz-message__option--interactive:hover{background:#f8f9fa;border-color:#009dfd;transform:translateY(-1px);box-shadow:0 2px 8px #009dfd26}.quiz-message__option--interactive:active{background:#e3f2fd;border-color:#009dfd;transform:translateY(0)}.quiz-message__option--selected{background:#e3f2fd;border-color:#009dfd;color:#009dfd;font-weight:500}.quiz-message__option--selected:after{content:"✓";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-weight:700;color:#009dfd}.quiz-message__option--correct{background:#e8f5e8!important;border-color:#4caf50!important;color:#2e7d32!important;font-weight:600}.quiz-message__option--correct:after{content:"✓";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-weight:700;color:#4caf50}.quiz-message__option--incorrect{background:#ffebee!important;border-color:#f44336!important;color:#c62828!important;font-weight:600}.quiz-message__option--incorrect:after{content:"✗";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-weight:700;color:#f44336}.quiz-message__option:disabled{cursor:not-allowed;opacity:.7}.quiz-message__thinking-large{display:flex;align-items:center;justify-content:center;margin:20px 0}.quiz-message__thinking-large-icon{width:160px;height:160px;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes slideInOption{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.subject-banner{position:relative;background:#fff;border-radius:16px;padding:24px;margin:20px 0;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.subject-banner:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.subject-banner__background{position:absolute;top:-20%;right:-15%;width:60%;height:60%;opacity:.1;z-index:1;pointer-events:none}.subject-banner__bg-illustration{width:100%;height:100%;object-fit:contain;filter:grayscale(100%)}.subject-banner__content{position:relative;z-index:2;display:flex;align-items:center;gap:20px;width:100%}.subject-banner__icon-wrapper{flex-shrink:0;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(0,157,253,.2)}.subject-banner__icon{width:50px;height:50px;object-fit:contain}.subject-banner__info{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.subject-banner__text-container{display:flex;align-items:center;gap:6px}.subject-banner__subject-name{font-size:24px;font-weight:700;color:#1e293b;margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.subject-banner__chapter-name{font-size:16px;font-weight:500;color:#64748b;margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.subject-banner__quiz-name{font-size:14px;font-weight:600;color:#009dfd;margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.subject-banner__stats{position:absolute;top:16px;right:16px;z-index:10;display:flex;width:fit-content;flex-direction:column;gap:8px}.subject-banner__stats-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.subject-banner__stat-item{display:flex;align-items:center;justify-content:center;gap:6px;width:120px;padding:4px 8px;background:#b7e9ff;border-radius:6px}.subject-banner__stat-icon{width:16px;height:16px;color:#009dfd;flex-shrink:0}.subject-banner__stat-text{font-size:13px;font-weight:600;color:#475569;white-space:nowrap}.subject-banner__difficulty-container{top:16px;left:16px;z-index:10;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.subject-banner__response-time-container{position:absolute;top:16px;right:16px;z-index:10;display:flex;align-items:center}.subject-banner__response-time{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffffe6;border-radius:8px;border:1px solid rgba(0,157,253,.2);box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.subject-banner__response-time-icon{width:16px;height:16px;color:#009dfd;flex-shrink:0}.subject-banner__response-time-text{font-size:12px;font-weight:600;color:#475569;white-space:nowrap}.subject-banner__difficulty-tag{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:6px 12px;border-radius:8px;box-shadow:0 2px 4px #0000001a;border-radius:7px!important}.subject-banner__duration{display:flex;align-items:center;gap:5px;border-radius:6px}.subject-banner__duration-icon{width:14px;height:14px;color:#64748b}.subject-banner__duration-text{font-size:12px;font-weight:500;color:#64748b;white-space:nowrap}[dir=rtl] .subject-banner__content{flex-direction:row-reverse}[dir=rtl] .subject-banner__background{right:auto;left:-15%}[dir=rtl] .subject-banner__stats{right:auto;left:16px}[dir=rtl] .subject-banner__difficulty-container{left:auto;right:16px}[dir=rtl] .subject-banner__response-time-container{right:auto;left:16px}[dir=rtl] .subject-banner__text-container,[dir=rtl] .subject-banner__subject-name,[dir=rtl] .subject-banner__chapter-name,[dir=rtl] .subject-banner__quiz-name{text-align:right}[dir=rtl] .subject-banner__icon-wrapper{order:2;margin-left:20px;margin-right:0}[dir=rtl] .subject-banner__info{order:1}@media (max-width: 768px){.subject-banner{padding:20px;margin:16px 0}.subject-banner__content{gap:16px}.subject-banner__icon-wrapper{width:60px;height:60px}.subject-banner__icon{width:35px;height:35px}.subject-banner__subject-name{font-size:20px}.subject-banner__chapter-name{font-size:14px}.subject-banner__background{width:50%;height:50%;top:-10%}.subject-banner__difficulty-container{top:12px;left:12px}.subject-banner__response-time-container{top:12px;right:12px}[dir=rtl] .subject-banner__difficulty-container{left:auto;right:12px}[dir=rtl] .subject-banner__response-time-container{right:auto;left:12px}[dir=rtl] .subject-banner__icon-wrapper{order:2;margin-left:16px;margin-right:0}[dir=rtl] .subject-banner__info{order:1}.subject-banner__response-time{padding:4px 8px}.subject-banner__response-time-text{font-size:11px}}@media (max-width: 480px){.subject-banner{padding:16px;margin:12px 0}.subject-banner__content{flex-direction:column;text-align:center;gap:12px}.subject-banner__icon-wrapper{width:50px;height:50px}.subject-banner__icon{width:30px;height:30px}.subject-banner__subject-name{font-size:18px}.subject-banner__chapter-name{font-size:13px}.subject-banner__info{align-items:center;gap:12px}.subject-banner__stats-row{justify-content:center;gap:12px}.subject-banner__stat-item{padding:3px 6px}.subject-banner__stat-text{font-size:11px}.subject-banner__difficulty-container{top:8px;left:8px}.subject-banner__response-time-container{top:8px;right:8px}[dir=rtl] .subject-banner__difficulty-container{left:auto;right:8px}[dir=rtl] .subject-banner__response-time-container{right:auto;left:8px}[dir=rtl] .subject-banner__icon-wrapper{order:2;margin-left:12px;margin-right:0}[dir=rtl] .subject-banner__info{order:1}.subject-banner__response-time{padding:3px 6px}.subject-banner__response-time-text{font-size:10px}}.typewriter-text__content{display:inline}.typewriter-text__cursor{display:inline-block;margin-left:4px;font-weight:400;font-size:1.2em;color:#009dfd;animation:blink 1s infinite;vertical-align:middle}.typewriter-text__cursor--typing{animation:blink .5s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}[dir=rtl] .typewriter-text__cursor{margin-left:0;margin-right:2px}.quiz-page{display:flex;flex-direction:column;justify-content:start;align-items:center;min-height:100%;background:#f8fafc;overflow-x:hidden;contain:layout}.quiz-page__welcome-screen{width:100%;height:100%;max-width:min(1400px,98vw);padding:20px 20px 10%;display:flex;flex-direction:column;align-items:center;animation:fadeIn .5s ease-out;gap:150px;position:relative;overflow:hidden}.quiz-page__welcome-screen--quiz-active{padding:20px}.quiz-page__welcome-screen--answers-review{gap:20px}.quiz-page__welcome-background{position:absolute;top:0;right:0;width:50%;height:100%;opacity:.08;z-index:1;pointer-events:none}.quiz-page__welcome-bg-illustration{width:100%;height:100%;object-fit:contain;object-position:center right}.quiz-page__subject-banner{width:100%;margin:0;position:relative;z-index:2}.quiz-page__content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0px clamp(24px,4vw,48px);text-align:center;max-width:min(1200px,95vw);margin:0 auto;width:100%;min-height:0;gap:40px;position:relative;z-index:2}.quiz-page__robot{animation:float 3s ease-in-out infinite;position:absolute;z-index:2;top:-155px;left:0;right:0;margin:0 auto}.quiz-page__robot-icon{height:200px;filter:drop-shadow(0 15px 40px rgba(59,130,246,.3))}.quiz-page__welcome{display:flex;flex-direction:column;align-items:center;justify-content:center}.quiz-page__title{font-size:42px;font-weight:700;color:#20418c;line-height:1.3}.quiz-page__subtitle{font-size:18px;color:#64748b;line-height:1.6;margin:0;display:flex;align-items:center;justify-content:center}.quiz-page__quiz-info{width:100%;max-width:500px;background:#f8fafc;border-radius:16px;padding:28px;border:1px solid #e2e8f0}.quiz-page__info-title{font-size:16px;font-weight:600;color:#374151;margin:0 0 12px;text-align:left}.quiz-page__quiz-details{display:flex;flex-direction:column;gap:8px}.quiz-page__detail-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f3f4f6}.quiz-page__detail-item:last-child{border-bottom:none}.quiz-page__detail-icon{display:none}.quiz-page__detail-label{font-size:14px;color:#6b7280;font-weight:500}.quiz-page__detail-value{font-size:14px;color:#111827;font-weight:600}.quiz-page__start-section{display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;gap:20px;width:100%;background:#fff;border-radius:16px;padding:50px 32px 32px}.quiz-page__completion-section{display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;gap:20px;width:100%;background:#fff;border-radius:16px;padding:100px 32px 32px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.quiz-page__completion-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;gap:24px}.quiz-page__completion-title{font-size:42px;font-weight:700;color:#20418c;line-height:1.3;margin:0;background:linear-gradient(135deg,#20418c,#009dfd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quiz-page__score-text{font-size:28px;font-weight:700;color:#20418c;line-height:1.3}.quiz-page__completion-description{font-size:18px;color:#64748b;line-height:1.6;margin:0;max-width:600px}.quiz-page__completion-actions{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%;max-width:400px}.quiz-page__re-see-btn{height:56px;padding:0 48px;max-width:fit-content;font-size:18px;font-weight:600;border-radius:12px;background:#009dfd!important;border:none;box-shadow:0 4px 12px #009dfd4d;transition:all .2s ease}.quiz-page__re-see-btn:hover{background:#08c!important;box-shadow:0 6px 16px #009dfd66;transform:translateY(-2px)}.quiz-page__re-see-btn:active{transform:translateY(0)}.quiz-page__retry-btn{height:56px;padding:0 48px;max-width:fit-content;font-size:18px;font-weight:600;border-radius:12px;background:#fff;border:2px solid #00aefd;color:#00aefd;transition:all .3s ease;box-shadow:0 4px 12px #00aefd1a}.quiz-page__retry-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00aefd33;background:#00aefd;color:#fff}.quiz-page__retry-btn:active:not(:disabled){transform:translateY(0)}.quiz-page__retry-btn:disabled{background:#f8fafc;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none}.quiz-page__retry-description{font-size:14px;color:#64748b;text-align:center;margin:0;max-width:400px}.quiz-page__max-attempts-reached{font-size:14px;color:#ef4444;text-align:center;margin:0;max-width:400px;font-weight:500}.quiz-page__answers-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:32px;gap:16px}.quiz-page__loading-results{display:flex;justify-content:center;align-items:center;padding:40px;color:#64748b;font-size:16px;font-weight:500}.quiz-page__answers-title{font-size:32px;font-weight:700;color:#20418c;margin:0;flex:1}.quiz-page__back-to-completion-btn{height:48px;padding:0 24px;font-size:16px;font-weight:600;border-radius:8px;background:#fff;border:2px solid #e2e8f0;color:#64748b;transition:all .3s ease}.quiz-page__back-to-completion-btn:hover{border-color:#00aefd;color:#00aefd;background:#f8fafc}.quiz-page__answers-section{display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;gap:20px;width:100%;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.quiz-page__answers-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;gap:32px}.quiz-page__answers-title{font-size:42px;font-weight:700;color:#20418c;line-height:1.3;margin:0;background:linear-gradient(135deg,#20418c,#009dfd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quiz-page__questions-grid{display:flex;flex-wrap:wrap;gap:8px;max-width:600px;width:100%;justify-content:center;align-items:center}.quiz-page__questions-grid--centered{justify-self:center;margin:0 auto}.quiz-page__question-number{width:48px;height:48px;border-radius:12px;border:2px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quiz-page__question-number:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.quiz-page__question-number--correct{background:#f0fdf4;border-color:#22c55e;color:#22c55e}.quiz-page__question-number--incorrect{background:#fef2f2;border-color:#ef4444;color:#ef4444}.quiz-page__question-number--selected{background:#009dfd;border-color:#009dfd;color:#fff;transform:scale(1.02);box-shadow:0 4px 12px #009dfd4d}.quiz-page__question-details{width:100%;max-width:800px;background:#f8fafc;border-radius:16px;padding:24px;border:1px solid #e2e8f0}.quiz-page__question-details-title{font-size:24px;font-weight:700;color:#20418c;margin:0 0 16px}.quiz-page__question-details-question{font-size:18px;color:#374151;margin:0 0 24px;line-height:1.6}.quiz-page__answer-comparison{display:flex;flex-direction:column;gap:20px}.quiz-page__answer-section{display:flex;flex-direction:column;gap:8px}.quiz-page__answer-label{font-size:16px;font-weight:600;color:#374151;margin:0}.quiz-page__answer-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:2px solid #e2e8f0}.quiz-page__answer-option--correct{background:#f0fdf4;border-color:#22c55e}.quiz-page__answer-option--incorrect{background:#fef2f2;border-color:#ef4444}.quiz-page__answer-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#009dfd;color:#fff;border-radius:50%;font-weight:600;font-size:14px;flex-shrink:0}.quiz-page__answer-text{font-size:16px;color:#374151;font-weight:500}.quiz-page__question-review{width:100%;max-width:800px;margin:0 auto;text-align:center}.quiz-page__question-review .quiz-page__quiz-description{text-align:center!important}.quiz-page__back-btn{height:56px;padding:0 48px;max-width:fit-content;font-size:18px;font-weight:600;border-radius:12px;background:#009dfd!important;border:none;box-shadow:0 4px 12px #009dfd4d;transition:all .2s ease}.quiz-page__back-btn:hover{background:#08c!important;box-shadow:0 6px 16px #009dfd66;transform:translateY(-2px)}.quiz-page__back-btn:active{transform:translateY(0)}.quiz-page__quiz-section{display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;gap:20px;width:100%;background:#fff;border-radius:16px;padding:80px 42px 32px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;overflow:hidden;min-height:0}.quiz-page__quiz-section--answers-review{padding:30px}.quiz-page__question-counter{position:absolute;display:flex;align-items:center;gap:0;top:20px;right:20px;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;color:#667085;z-index:10}.quiz-page__question-counter p{color:#000;margin:0}.quiz-page__quiz-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;gap:10px}.quiz-page__time-up-message{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:60px 24px 24px;border-radius:16px;box-shadow:0 8px 32px #ff6b6b4d;animation:timeUpPulse 2s ease-in-out infinite;width:100%;max-width:500px}.quiz-page__time-up-title{font-size:24px;font-weight:700;margin:0 0 8px;color:#fff}.quiz-page__time-up-text{font-size:16px;margin:0;opacity:.9;line-height:1.5}.quiz-page__quiz-title{font-size:28px;font-weight:700;color:#20418c;line-height:1.3;margin:0}.quiz-page__quiz-description{font-size:16px;color:#64748b;line-height:1.6;margin:0;text-align:left}.quiz-page__progress-container{display:flex;align-items:center;gap:16px;width:100%;margin-bottom:16px}.quiz-page__progress-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.quiz-page__progress-fill{height:100%;border-radius:4px;transition:width 1s linear,background .3s ease}.quiz-page__progress-text{font-size:14px;font-weight:600;color:#64748b;min-width:120px;text-align:center}.quiz-page__timer-container{display:flex;align-items:center;gap:16px;width:100%;margin-bottom:20px}.quiz-page__timer-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.quiz-page__timer-fill{height:100%;border-radius:4px;transition:width 1s linear,background .3s ease}.quiz-page__timer{font-size:16px;font-weight:600;color:#20418c;min-width:40px;text-align:center}.quiz-page__timer--expired{color:#dc2626;font-weight:700;animation:timerExpiredPulse 1s ease-in-out infinite}.quiz-page__quiz-questions{width:100%;display:flex;flex-direction:column;gap:12px;contain:layout}.quiz-page__option{display:flex;align-items:center;gap:16px;padding:10px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;contain:layout}.quiz-page__option:hover{border-color:#009dfd;box-shadow:0 4px 12px #009dfd26}.quiz-page__option--selected{border-color:#009dfd;background:#f0f9ff;box-shadow:0 4px 12px #009dfd33}.quiz-page__option--selected:hover{border-color:#e2e8f0!important;box-shadow:unset!important}.quiz-page__option--correct{border-color:#22c55e;background:#f0fdf4;box-shadow:0 4px 12px #22c55e33}.quiz-page__option--correct:hover{border-color:#22c55e!important;box-shadow:unset!important}.quiz-page__option--correct .quiz-page__option-letter{background:#22c55e;color:#fff}.quiz-page__option--incorrect{border-color:#ef4444;background:#fef2f2;box-shadow:0 4px 12px #ef444433}.quiz-page__option--incorrect:hover{border-color:#ef4444!important;box-shadow:unset!important}.quiz-page__option--incorrect .quiz-page__option-letter{background:#ef4444;color:#fff}.quiz-page__option-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#009dfd;color:#fff;border-radius:50%;font-weight:600;font-size:14px;flex-shrink:0}.quiz-page__option-text{font-size:16px;color:#374151;font-weight:500}.quiz-page__next-section{display:flex;justify-content:center;align-items:center;align-self:self-end}.quiz-page__next-btn{height:56px;padding:0 48px;max-width:fit-content;font-size:18px;font-weight:600;border-radius:12px;background:#009dfd!important;border:none;box-shadow:0 4px 12px #009dfd4d;transition:all .2s ease}.quiz-page__next-btn:hover:not(:disabled){background:#08c!important;box-shadow:0 6px 16px #009dfd66;transform:translateY(-2px)}.quiz-page__next-btn:active:not(:disabled){transform:translateY(0)}.quiz-page__next-btn:disabled{background:#e2e8f0!important;color:#9ca3af!important;cursor:not-allowed;box-shadow:none}.quiz-page__next-btn--time-expired{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important;cursor:not-allowed;opacity:.7}.quiz-page__next-btn--correct{background:#dcfce7!important;border-color:#22c55e!important;color:#166534!important;transition:all .3s ease}.quiz-page__next-btn--incorrect{background:#fef2f2!important;border-color:#ef4444!important;color:#dc2626!important;transition:all .3s ease}.quiz-page__next-btn--time-up{background:#ff6b6b!important;animation:timeUpButtonPulse 1.5s ease-in-out infinite;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:999!important}.quiz-page__next-btn--time-up:hover:not(:disabled){background:#ff5252!important;box-shadow:0 6px 16px #ff6b6b66;transform:translateY(-2px)}.quiz-page__start-btn{height:56px;padding:0 48px;max-width:fit-content;font-size:18px;font-weight:600;border-radius:12px;background:#009dfd!important;border:none;box-shadow:0 4px 12px #009dfd4d;transition:all .2s ease}.quiz-page__start-btn:hover{background:#08c!important;box-shadow:0 6px 16px #009dfd66;transform:translateY(-2px)}.quiz-page__start-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes timeUpPulse{0%,to{transform:scale(1);box-shadow:0 8px 32px #ff6b6b4d}50%{transform:scale(1.01);box-shadow:0 10px 36px #ff6b6b66}}@keyframes timeUpBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes timeUpButtonPulse{0%,to{box-shadow:0 4px 12px #ff6b6b4d}50%{box-shadow:0 6px 20px #ff6b6b80}}@keyframes timerExpiredPulse{0%,to{color:#dc2626;transform:scale(1)}50%{color:#ef4444;transform:scale(1.02)}}[dir=rtl] .quiz-page__info-grid{direction:rtl}@media (max-width: 768px){.quiz-page__container{margin-top:100px;padding:20px}.quiz-page__content{padding:30px 20px}.quiz-page__robot-icon{height:200px}.quiz-page__title{font-size:32px}.quiz-page__subtitle{font-size:16px}.quiz-page__quiz-info{max-width:100%}.quiz-page__quiz-details{gap:6px}.quiz-page__detail-item{padding:4px 0}.quiz-page__welcome-screen,.quiz-page__completion-section{padding:40px;margin:20px;gap:28px}.quiz-page__completion-title{font-size:32px}.quiz-page__score-text{font-size:24px}.quiz-page__completion-description{font-size:16px}.quiz-page__answers-section{padding:20px;margin:20px;gap:28px}.quiz-page__answers-title{font-size:32px}.quiz-page__questions-grid{gap:6px;max-width:400px}.quiz-page__questions-grid--centered{justify-self:center;margin:0 auto}.quiz-page__question-number{width:40px;height:40px;font-size:14px}.quiz-page__question-details{padding:20px}.quiz-page__question-details-title{font-size:20px}.quiz-page__question-details-question{font-size:16px}.quiz-page__content{gap:24px}.quiz-page__welcome{min-height:100px}.quiz-page__subtitle{min-height:50px}.quiz-page__subject-banner{margin:0}.quiz-page__quiz-title{font-size:24px}.quiz-page__quiz-description{font-size:14px}.quiz-page__question-counter{top:16px;right:16px;padding:6px 12px;font-size:12px}.quiz-page__progress-container{gap:12px;margin-bottom:12px}.quiz-page__progress-text{font-size:12px;min-width:100px}.quiz-page__timer-container{gap:12px}.quiz-page__timer{font-size:14px;min-width:35px}.quiz-page__option{padding:14px 16px}.quiz-page__option-letter{width:28px;height:28px;font-size:12px}.quiz-page__option-text{font-size:14px}}@media (max-width: 480px){.quiz-page__title{font-size:28px}.quiz-page__subtitle{font-size:14px}.quiz-page__robot-icon{height:160px}.quiz-page__quiz-info{max-width:100%}.quiz-page__quiz-details{gap:4px}.quiz-page__detail-item{padding:3px 0}.quiz-page__detail-label,.quiz-page__detail-value{font-size:12px}.quiz-page__welcome-screen,.quiz-page__completion-section{padding:32px;margin:16px;gap:24px}.quiz-page__completion-title{font-size:28px}.quiz-page__score-text{font-size:20px}.quiz-page__completion-description{font-size:14px}.quiz-page__answers-section{padding:16px;margin:16px;gap:24px}.quiz-page__answers-title{font-size:28px}.quiz-page__questions-grid{gap:4px;max-width:300px}.quiz-page__questions-grid--centered{justify-self:center;margin:0 auto}.quiz-page__question-number{width:36px;height:36px;font-size:12px}.quiz-page__question-details{padding:16px}.quiz-page__question-details-title{font-size:18px}.quiz-page__question-details-question{font-size:14px}.quiz-page__content{gap:20px;padding:0 16px}.quiz-page__subject-banner{margin:0}.quiz-page__welcome{min-height:80px}.quiz-page__subtitle{min-height:40px}.quiz-page__quiz-title{font-size:20px}.quiz-page__quiz-description{font-size:13px}.quiz-page__question-counter{top:12px;right:12px;padding:4px 8px;font-size:11px}.quiz-page__progress-container{gap:10px}.quiz-page__timer{font-size:13px;min-width:30px}.quiz-page__option{padding:12px 14px}.quiz-page__option-letter{width:24px;height:24px;font-size:11px}.quiz-page__option-text{font-size:13px}}.questions-list-page{gap:10px;padding:20px;width:100%;height:100%}.questions-list-page__header{display:flex;flex-direction:column;gap:10px}.questions-list-page__filters{display:flex;align-items:center;gap:10px}.questions-list-page__filters-reset{margin-inline-start:auto;padding:6px 10px;font-size:12px;color:#7d8bb4;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;transition:color .2s ease}.questions-list-page__filters-reset:hover{color:#009dfd}.questions-list-page__filters__option{display:flex;align-items:center;gap:8px;cursor:pointer;border-radius:18px}.questions-list-page__filters-my{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer;border-radius:18px;padding:4px;min-width:160px;border:1px solid #f4f5f8;background:#fff;transition:all .2s ease;-webkit-user-select:none;user-select:none}.questions-list-page__filters-my__avatar{width:34px;height:34px}.questions-list-page__filters-my__label{font-size:12px}.questions-list-page__filters-my--active{border:none;background:#009cfd;color:#fff;border-bottom:2px solid rgb(3,130,208)}.questions-list-page__filters-icon{width:22px;height:22px}.questions-list-page__filters-sort,.questions-list-page__filters-subject{width:300px!important}.questions-list-page__header-title{font-size:24px;font-weight:600}.questions-list-page__header-description{font-size:14px;font-weight:400}.questions-list-page__content{display:flex;flex-direction:column;gap:12px;width:100%;height:100%;padding:40px 0 10px}.question-page{display:flex;flex-direction:column;gap:16px;padding:20px;position:relative;height:calc(100vh - 100px);overflow:auto;scrollbar-width:none}.question-page__header-icon{cursor:pointer;color:#444864}.question-page__header-icon:hover{scale:1.1}[dir=rtl] .question-page__header-icon{transform:rotate(-180deg)}.question-page__header-title{font-size:18px;font-weight:600;color:#444864;padding-bottom:10px;display:none}.question-page__header{display:flex;align-items:center;justify-content:flex-start;gap:10px}.question-page__description{display:flex;flex-direction:column;gap:10px;width:100%;height:100%}.question-page__description-text{font-size:16px;font-weight:400;line-height:24px;color:#444864;display:flex;justify-content:flex-start;align-items:center;gap:10px}.question-page__description-text:before{content:"";display:block;min-width:3px;height:100%;min-height:3rem;background:#353738;border-radius:1rem}.question-page__answers-title{font-size:18px;font-weight:600;line-height:24px;color:#444864}.question-page__input{width:100%;border:1px solid #E6E8F0;border-radius:8px;padding:10px 12px;outline:none}.question-page__comment-box{margin-top:12px}.question-page__answers{margin-top:16px;display:flex;flex-direction:column;gap:12px}.question-page__answer{background:#fff;border-radius:8px;padding:12px;box-shadow:0 0 10px #0000000d}.question-page__answers-container{display:flex;flex-direction:column;gap:12px;width:100%}.question-page__answers-list{display:flex;flex-direction:column;gap:12px;width:100%;padding:0 20px}.question-page__answer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.question-page__answer-user{display:flex;align-items:center;gap:8px}.question-page__answers-footer{position:sticky;bottom:-1.4rem;left:0;right:0;z-index:2;transition:bottom .3s ease}.question-page__answer-avatar{width:28px;height:28px;border-radius:50%}.question-page__answer-votes{display:flex;align-items:center;gap:8px}.question-page__answer-votes svg{cursor:pointer}.question-page__answer-comment-box{margin-top:10px}.question-page__answer-comment{display:flex;align-items:center;gap:8px;margin-top:8px}.question-page__comment-avatar{width:22px;height:22px;border-radius:50%}.question-page__comment-content{font-size:13px;color:#444864}.answer-question-box{width:100%;display:flex;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important;position:sticky;bottom:0;z-index:2;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -4px 10px #0000000a;position:relative}.answer-question-box--small{position:relative;bottom:auto;z-index:auto;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:.5rem!important;min-height:unset!important}.answer-question-box--small .answer-question-box__button{bottom:50%!important;transform:translateY(50%)!important}.answer-question-box--small{width:90%!important;margin-right:auto!important}.answer-question-box--small:before{content:"";display:block;position:absolute;width:1rem;height:1.5rem;right:-24px;top:10px;border:1px solid #b8bbcc;border-top-width:0;border-left-width:0;border-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:0;margin-bottom:1.5rem}.answer-question-box__images-grid{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%}.answer-question-box__images-grid__item{width:2.4rem;height:2.4rem;border-radius:4px;overflow:hidden;box-shadow:0 0 10px #0003}.answer-question-box__images-grid__item-container{position:relative}.answer-question-box__images-grid__item-image{width:100%;height:100%;object-fit:cover}.answer-question-box__images-grid__item-icon{position:absolute;top:-.5rem;right:-.5rem;cursor:pointer;z-index:2;color:#393c42;width:18px;height:18px}.answer-question-box__upload-icon{color:#393c42;width:22px;height:22px}.answer-question-box__upload-icon:hover{scale:1.1}.answer-question-box__placeholder{resize:none!important;width:100%;border:none!important;border-radius:8px;padding:10px 12px;background:#f5f5f5;box-shadow:none!important;outline:none!important}.answer-question-box__placeholder:hover,.answer-question-box__placeholder:active,.answer-question-box__placeholder:focus{background:#f5f5f5;outline:none!important;box-shadow:none!important;border:none!important}.answer-question-box__footer{display:flex;align-items:center;justify-content:flex-end;margin-top:10px;width:100%}.answer-question-box__content{display:flex;flex-direction:column;gap:10px;width:100%;position:relative;background:#f5f5f5;border-radius:8px;padding:10px}.answer-question-box__button{position:absolute;right:10px;bottom:10px}.answer-question-box__upload{position:absolute;right:60px;bottom:14px;cursor:pointer;color:#838997;display:inline-flex;align-items:center;justify-content:center}[dir=rtl] .answer-question-box .answer-question-box__button{right:auto;left:10px}[dir=rtl] .answer-question-box .answer-question-box__upload{right:auto;left:110px}[dir=rtl] .answer-question-box .answer-question-box__icon{transform:rotate(180deg)}.answer-question{display:flex;flex-direction:row;gap:10px;width:100%;background:#fff;border-radius:8px;padding:12px 12px 20px;box-shadow:0 0 10px #0000000d}.answer-question-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%}.answer-question-wrapper,.answer-question__content{display:flex;flex-direction:column;gap:10px;width:100%}.answer-question__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:40px}.answer-question__actions__text{font-size:18px;font-weight:600;line-height:24px;color:#444864;-webkit-user-select:none;user-select:none}.answer-question__text{font-size:16px;font-weight:400;line-height:24px;color:#444864;-webkit-user-select:none;user-select:none}.answer-question__actions-icon{width:20px;height:20px;color:#838997;cursor:pointer}.answer-question__actions-icon:hover{scale:1.1}.answer-question__actions-icon--up,.answer-question__actions-icon--down,.answer-question__actions-icon--up:hover,.answer-question__actions-icon--down:hover{scale:1.2}.answer-question__actions-icon--up{color:#009dfd}.answer-question__actions-icon--down{color:#e43944}.answer-question__stats{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:10px;color:#41444c}.answer-question__stats__text{display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.answer-question__stats__icon{color:#4f535c;cursor:pointer}.answer-question__stats__icon:hover{scale:1.1}.answer-question__stats__icon--liked{color:#e43944}.answer-question-comment{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;width:100%;padding-inline:6rem;position:relative}.answer-question-comment:before{content:"";display:block;width:1rem;height:1.5rem;border:1px solid #b8bbcc;border-top-width:0;border-left-width:0;border-radius:.5rem;border-top-right-radius:0;border-bottom-left-radius:0;margin-bottom:1.5rem}.answer-question-comment__text{font-size:16px;font-weight:400;line-height:24px;color:#444864;max-width:calc(100% - 4rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.answer-question-comment__avatar{min-width:22px;min-height:22px;border-radius:50%;flex-shrink:0}.answer-question-modal{display:flex;flex-direction:column;gap:10px;width:100%;height:100%}.answer-question-modal__list{display:flex;flex-direction:column;gap:10px;max-height:480px;min-height:280px;overflow-y:auto;position:relative;width:100%;scrollbar-width:none}.answer-question-modal__composer{width:100%;position:sticky;bottom:0;left:0;right:0;padding:10px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.answer-question-modal__icon{color:#4f535c;cursor:pointer}.answer-question-modal__icon:hover{scale:1.1}.answer-question-modal__icon--liked{color:#e43944}.shared-comment{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;width:100%}.shared-comment__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%}.shared-comment__icon{color:#4f535c;cursor:pointer;width:20px;height:20px}.shared-comment__icon:hover{scale:1.1}.shared-comment__icon--liked{color:#e43944}.question-card{display:flex;gap:20px;width:100%;padding:10px;border-radius:10px;background:#fff;box-shadow:0 0 10px #0000000d;position:relative}.question-card__content-text{font-size:14px;font-weight:400;line-height:20px;color:#444864;-webkit-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis}.question-card__images-grid{display:grid;gap:5px;width:200px;height:100%}.question-card__images-grid__item{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:6px;box-shadow:0 0 10px #0000000d}.question-card__images-grid__item-image{width:100%;height:100%;object-fit:cover;display:block}.question-card__images-grid__item--hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(1):last-child){grid-template-columns:1fr}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(2):last-child){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(2):last-child) .question-card__images-grid__item{grid-column:1/-1;aspect-ratio:16/9;height:100%}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(3):last-child){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(3):last-child) .question-card__images-grid__item:nth-child(1){grid-column:1/-1;aspect-ratio:16/9;height:100%}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(3):last-child) .question-card__images-grid__item:nth-child(2),.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(3):last-child) .question-card__images-grid__item:nth-child(3){aspect-ratio:1/1}.question-card__images-grid:has(>.question-card__images-grid__item:nth-child(4)){grid-template-columns:repeat(2,1fr)}.question-card__images-grid__more{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;background:#00000073;pointer-events:none}.question-card .question-card-actions{position:absolute;bottom:8px;left:50%;transform:translate(-50%);z-index:2}.question-card:hover .question-card-actions{opacity:1;visibility:visible}.question-card .question-card__content{display:flex;flex-direction:column;gap:10px;width:100%}.question-card .question-card__title{font-size:18px;font-style:normal;font-weight:600;line-height:26px}.question-card .question-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.question-card .question-card__header-likes{display:flex;align-items:center;justify-content:center;background:#83899714;border-radius:50%;padding:6px;cursor:pointer}.question-card .question-card__header-likes-icon{width:20px;height:20px;transition:all .2s ease}.question-card .question-card__header-likes-icon:hover{scale:1.1}.question-card .question-card__header-likes-icon path{fill:#7d8bb4}.question-card .question-card__header-likes-icon--liked path{fill:#e43944}.question-card .question-card__tags{display:flex;gap:10px}.question-card .question-card__tags .question-card__tags-item{color:#072734;border-radius:6px;border:none;padding:2px 12px;max-height:24px;font-size:12px;display:flex;align-items:center;justify-content:center;gap:5px;-webkit-user-select:none;user-select:none;font-size:14px}.question-card .question-card__tags .question-card__tags-item-icon{border-radius:50%;padding:2px;box-shadow:0 0 10px #0000000d;background:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.question-card .question-card__info{display:flex;gap:10px;width:100%;justify-content:flex-start}.question-card .question-card__stats{display:flex;justify-content:flex-end;gap:20px;width:100%}.question-card .question-card__stats p{color:#838997;font-size:12px;font-style:normal;font-weight:400;line-height:22px}.question-card--view-only{padding:0;box-shadow:none;border-radius:0;border:none;background:none;gap:15px}.question-card--view-only .question-card__title{font-size:24px}.question-card--view-only .question-card__stats{justify-content:flex-start;padding:10px 0}.question-card--pending{opacity:.5}.question-card__info-user{display:flex;align-items:center;justify-content:flex-start;column-gap:10px}.question-card__info-user__details{display:flex;flex-direction:column;gap:2px}.question-card__info-user-avatar{width:38px;height:38px;grid-area:avatar}.question-card__info-user-name{font-size:14px;font-style:normal;font-weight:600;line-height:16px;grid-area:name;white-space:nowrap}.question-card__info-date{grid-area:date;font-style:normal;font-size:10px;font-weight:400;line-height:16px;color:#363636}.create-question-box{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:5rem;padding:10px;border-radius:10px;background:#fff;box-shadow:0 0 10px #0000000d}.create-question-box__placeholder{font-size:14px;font-weight:400;color:#444864;background:#f5f5f5;padding:10px;border-radius:10px;width:100%}.create-question-box__avatar{min-width:40px;height:40px}.create-question-box__button{white-space:nowrap}.create-question-modal .ant-modal-content{border-radius:12px}.answer-question__images-grid{display:grid;gap:5px;width:15rem}.answer-question__images-grid__item{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:6px;box-shadow:0 0 10px #0000000d}.answer-question__images-grid__item-image{width:100%;height:100%;object-fit:cover;display:block}.answer-question__images-grid__item--hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(1):last-child){grid-template-columns:1fr}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(2):last-child){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(2):last-child) .answer-question__images-grid__item{grid-column:1/-1;aspect-ratio:16/9}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(3):last-child){grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(3):last-child) .answer-question__images-grid__item:nth-child(1){grid-column:1/-1;aspect-ratio:16/9}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(3):last-child) .answer-question__images-grid__item:nth-child(2),.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(3):last-child) .answer-question__images-grid__item:nth-child(3){aspect-ratio:1/1}.answer-question__images-grid:has(>.answer-question__images-grid__item:nth-child(4)){grid-template-columns:repeat(2,1fr)}.answer-question__images-grid__more{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;background:#00000073;pointer-events:none}:root{--breakpoint-xxs: 320px;--breakpoint-xs: 480px;--breakpoint-md: 720px;--breakpoint-lg: 960px;--breakpoint-xl: 1300px}html[data-theme=light]{--bg-1: #fafcfe;--bg-2: #ffffff;--bg-3: #fafafa;--bg-4: #f1f9ff;--bg-5: #e6f4ff;--color-1: #7980a6;--color-2: #09212d;--light: #ffffff;--dark: #000000;--white: #ffffff;--shadow-1: rgba(121, 128, 166, .07);--shadow-2: rgba(121, 128, 166, .18);--Blue-100: #d5edf9;--Blue-200: #f5fbff;--Blue-300: #f1f9ff;--Blue-400: #d5edf9;--Blue-500: #addcf2;--Blue-600: #88cef1;--Blue-700: #48d3ff;--Blue-800: #31a7df;--Blue-900: #137cb6;--Blue-950: #09212d;--Blue-1000: #008dd1;--blue-lowest: #eff9ff;--blue-low: #2ec7ff;--blue-hight: #008dd1;--azure-blue-100: #f5fbff;--azure-blue-200: #e9f5ff;--azure-blue-300: #abd9fb;--azure-blue-400: #48a3e8;--azure-blue-500: #1475ca;--azure-blue-600: #105494;--azure-blue-700: #143e66;--grey-25: #f8f8f8;--grey-50: #f3f3f4;--grey-75: #ececed;--grey-100: #e9edf5;--grey-200: #d9d8dc;--grey-300: #c6c5ca;--grey-400: #b3b1b8;--grey-500: #8d8a95;--grey-600: #676472;--grey-650: #6c6f89;--grey-700: #4f4b5c;--grey-800: #2e293d;--grey-900: #101828;--grey-1100: #667085;--grey-1200: #f8f9fc;--royal-blue-100: #f9fbff;--royal-blue-200: #f4f9ff;--royal-blue-300: #edf5ff;--royal-blue-400: #deebff;--royal-blue-500: #c4d8ff;--royal-blue-600: #a1beff;--royal-blue-700: #5c75f8;--royal-blue-800: #4c5aee;--royal-blue-900: #4557c5;--royal-blue-950: #2a3485;--primary-bg: #fafcfe;--primary-shade-10: rgba(167, 151, 255, .1);--primary-25: #f9f8ff;--primary-50: #f1eeff;--primary-75: #e2dcff;--primary-100: #c6bbff;--primary-200: #bcafff;--primary-300: #a797ff;--primary-400: #8b75ff;--primary-500: #7357ff;--primary-600: #6347f4;--primary-700: #553ade;--primary-800: #3c28a4;--primary-900: #21194d;--primary-color: #7357ff;--secondary-25: #f4fff5;--secondary-50: #042f06;--secondary-75: #cfffd1;--secondary-100: #adfcb0;--secondary-200: #98f89c;--secondary-300: #7ff183;--secondary-400: #5ce762;--secondary-500: #48d64e;--secondary-600: #3bc641;--secondary-700: #37b13d;--secondary-800: #2d8331;--secondary-900: #143e16;--light-purple: rgba(114, 46, 209, .05);--purple-100: #f9f9ff;--purple-200: #f4f5ff;--purple-300: #eaecff;--purple-400: #d5d4ff;--purple-500: #b5b1ff;--purple-600: #929af5;--purple-700: #745efe;--purple-800: #5347ce;--purple-900: #3d19be;--purple-1000: #722ed1;--red-100: #fff9fb;--red-200: #ffebf0;--red-300: #ffcad8;--red-400: #ff9fb8;--red-500: #ff6993;--red-600: #ff437c;--red-700: #ed115e;--red-800: #a8094a;--yellow-100: #fff9eb;--yellow-200: #feedc7;--yellow-300: #fdda8a;--yellow-400: #fcc04d;--yellow-500: #fbb03b;--yellow-600: #f5850b;--yellow-700: #d96006;--yellow-800: #782a0f;--green-100: #f9ffff;--green-200: #f0fefd;--green-300: #dff6f5;--green-400: #ade2dd;--green-500: #70c8c2;--green-600: #50b1ae;--green-700: #2a7878;--green-800: #0d2526;--error-light: #ffe6e6;--error-color: #ff4d4f;--gris-100: #f7f9fa;--gris-200: #d5dbe8;--gris-800: #53587f;--gris-900: #444864;--rose-hight: #ea1469;--neutral-gris-higher: #444864;--neutral-gris-highest: #2c2f3f;--neutral-gris-hight: #6b76a5;--neutral-gris-medium: #7d8bb4;--neutral-gris-lower: #e9edf5;--neutral-gris-low: #b8c3d8;--neutral-gris-lowest: #f7f9fa;--neutral-gris-1000: #374151;--violet-500: #009dfd;--violet-50: #f8f7ff;--violet-medium: #009dfd;--violet-high: #009dfd;--violet-light: #e9edf5;--violet-highest: #31076e;--violet-shadow: rgba(144, 77, 255, .3);--solid: #6b7280;--solid-shadow: rgba(107, 114, 128, .3);--amethyst-50: #fbf5ff;--crusta-50: #fff5ed;--rose-50: #fff0f4;--picton-blue-lowest: #eff9ff;--spring-green-lowest: #eefff8;--spring-green-lower: #d7fff0;--spring-green-highest: #04915f;--danger-red-lowest: #fff1f0;--danger-red-lower: #ffc8c3;--danger-red-medium: #ff3f2e;--danger-red-hight: #c32d0b;--table-head-text: #8492a6;--green-hight: #04915f;--green-lower: #d7fff0;--yellow-lower: #fff7e6;--yellow-hight: #ff9800;--warning-hight: #ff9800;--warning-lower: #fff7e6;--color-icon-fill-discovery: #7047eb;--error-hight: #ff4d4f;--error-lower: #fff1f0;--button-default-stroke: #e9edf5;--button-default-shadow: #e9edf5;--surface-primary: #fff;--success-spring-green-hight: #04915f;--success-spring-green-lowest: #d7fff0;--success-spring-green-medium: #08df91;--warning-crusta-low: #feab73;--warning-crusta-lowest: #fff5ed;--warning-crusta-medium: #fa5a15;--primary-brand-violet-low: #c2dfff;--primary-brand-violet-lowest: #f5f2ff;--primary-brand-amethyst-highest: #430368;--primary-brand-violet-highest: #31076e;--button-default-bg: #fff;--button-default-textstoke: #444864;--button-primary-solid: #009dfd;--button-primary-shadow: #c2dfff;--button-primary-stroke: #009dfd;--primary-brand-violet-medium: #009dfd;--primary-brand-violet-hight: #009dfd;--success-spring-green-lower: #d7fff0;--button-primary-filled: #f5f2ff;--blue-1000: #008dd1;--danger-red-highest: #c32d0b;--blue-950: #09212d;--gris-500: #7d8bb4;--secondary-brand-picton-blue-lowest: #eff9ff;--secondary-brand-picton-blue-medium: #12bafc;--secondary-brand-picton-blue-higher: #015f8b;--secondary-brand-picton-blue-lower: #b7e9ff;--piction-blue-600: #008dd1}html[data-theme=dark]{--bg-1: #fafcfe;--bg-2: #ffffff;--bg-3: #fafafa;--bg-4: #f1f9ff;--bg-5: #e6f4ff;--color-1: #7980a6;--color-2: #09212d;--light: #ffffff;--dark: #000000;--white: #ffffff;--shadow-1: rgba(121, 128, 166, .07);--shadow-2: rgba(121, 128, 166, .18);--Blue-100: #d5edf9;--Blue-200: #f5fbff;--Blue-300: #f1f9ff;--Blue-400: #d5edf9;--Blue-500: #addcf2;--Blue-600: #88cef1;--Blue-700: #48d3ff;--Blue-800: #31a7df;--Blue-900: #137cb6;--Blue-950: #09212d;--Blue-1000: #008dd1;--blue-lowest: #eff9ff;--blue-low: #2ec7ff;--blue-hight: #008dd1;--azure-blue-100: #f5fbff;--azure-blue-200: #e9f5ff;--azure-blue-300: #abd9fb;--azure-blue-400: #48a3e8;--azure-blue-500: #1475ca;--azure-blue-600: #105494;--azure-blue-700: #143e66;--grey-25: #f8f8f8;--grey-50: #f3f3f4;--grey-75: #ececed;--grey-100: #e9edf5;--grey-200: #d9d8dc;--grey-300: #c6c5ca;--grey-400: #b3b1b8;--grey-500: #8d8a95;--grey-600: #676472;--grey-650: #6c6f89;--grey-700: #4f4b5c;--grey-800: #2e293d;--grey-900: #101828;--grey-1100: #667085;--grey-1200: #f8f9fc;--royal-blue-100: #f9fbff;--royal-blue-200: #f4f9ff;--royal-blue-300: #edf5ff;--royal-blue-400: #deebff;--royal-blue-500: #c4d8ff;--royal-blue-600: #a1beff;--royal-blue-700: #5c75f8;--royal-blue-800: #4c5aee;--royal-blue-900: #4557c5;--royal-blue-950: #2a3485;--primary-bg: #fafcfe;--primary-shade-10: rgba(167, 151, 255, .1);--primary-25: #f9f8ff;--primary-50: #f1eeff;--primary-75: #e2dcff;--primary-100: #c6bbff;--primary-200: #bcafff;--primary-300: #a797ff;--primary-400: #8b75ff;--primary-500: #7357ff;--primary-600: #6347f4;--primary-700: #553ade;--primary-800: #3c28a4;--primary-900: #21194d;--primary-color: #7357ff;--secondary-25: #f4fff5;--secondary-50: #042f06;--secondary-75: #cfffd1;--secondary-100: #adfcb0;--secondary-200: #98f89c;--secondary-300: #7ff183;--secondary-400: #5ce762;--secondary-500: #48d64e;--secondary-600: #3bc641;--secondary-700: #37b13d;--secondary-800: #2d8331;--secondary-900: #143e16;--light-purple: rgba(114, 46, 209, .05);--purple-100: #f9f9ff;--purple-200: #f4f5ff;--purple-300: #eaecff;--purple-400: #d5d4ff;--purple-500: #b5b1ff;--purple-600: #929af5;--purple-700: #745efe;--purple-800: #5347ce;--purple-900: #3d19be;--purple-1000: #722ed1;--red-100: #fff9fb;--red-200: #ffebf0;--red-300: #ffcad8;--red-400: #ff9fb8;--red-500: #ff6993;--red-600: #ff437c;--red-700: #ed115e;--red-800: #a8094a;--yellow-100: #fff9eb;--yellow-200: #feedc7;--yellow-300: #fdda8a;--yellow-400: #fcc04d;--yellow-500: #fbb03b;--yellow-600: #f5850b;--yellow-700: #d96006;--yellow-800: #782a0f;--green-100: #f9ffff;--green-200: #f0fefd;--green-300: #dff6f5;--green-400: #ade2dd;--green-500: #70c8c2;--green-600: #50b1ae;--green-700: #2a7878;--green-800: #0d2526;--error-light: #ffe6e6;--error-color: #ff4d4f;--gris-100: #f7f9fa;--gris-200: #d5dbe8;--gris-800: #53587f;--gris-900: #444864;--rose-hight: #ea1469;--neutral-gris-higher: #444864;--neutral-gris-highest: #2c2f3f;--neutral-gris-hight: #6b76a5;--neutral-gris-medium: #7d8bb4;--neutral-gris-lower: #e9edf5;--neutral-gris-low: #b8c3d8;--neutral-gris-lowest: #f7f9fa;--neutral-gris-1000: #374151;--violet-500: #009dfd;--violet-50: #f8f7ff;--violet-medium: #009dfd;--violet-high: #009dfd;--violet-light: #c2dfff;--violet-highest: #31076e;--violet-shadow: rgba(144, 77, 255, .3);--solid: #6b7280;--solid-shadow: rgba(107, 114, 128, .3);--amethyst-50: #fbf5ff;--crusta-50: #fff5ed;--rose-50: #fff0f4;--picton-blue-lowest: #eff9ff;--spring-green-lowest: #eefff8;--spring-green-lower: #d7fff0;--spring-green-highest: #04915f;--danger-red-lowest: #fff1f0;--danger-red-lower: #ffc8c3;--danger-red-medium: #ff3f2e;--danger-red-hight: #c32d0b;--table-head-text: #8492a6;--green-hight: #04915f;--green-lower: #d7fff0;--yellow-lower: #fff7e6;--yellow-hight: #ff9800;--warning-hight: #ff9800;--warning-lower: #fff7e6;--color-icon-fill-discovery: #7047eb;--error-hight: #ff4d4f;--error-lower: #fff1f0;--button-default-stroke: #e9edf5;--button-default-shadow: #e9edf5;--surface-primary: #fff;--success-spring-green-hight: #04915f;--success-spring-green-lowest: #d7fff0;--success-spring-green-medium: #08df91;--warning-crusta-low: #feab73;--warning-crusta-lowest: #fff5ed;--warning-crusta-medium: #fa5a15;--primary-brand-violet-low: #c2dfff;--primary-brand-violet-lowest: #f5f2ff;--primary-brand-amethyst-highest: #430368;--primary-brand-violet-highest: #31076e;--button-default-bg: #fff;--button-default-textstoke: #444864;--button-primary-solid: #009dfd;--button-primary-shadow: #c2dfff;--button-primary-stroke: #009dfd;--primary-brand-violet-medium: #009dfd;--primary-brand-violet-hight: #009dfd;--success-spring-green-lower: #d7fff0;--button-primary-filled: #f5f2ff;--blue-1000: #008dd1;--danger-red-highest: #c32d0b;--blue-950: #09212d;--gris-500: #7d8bb4;--secondary-brand-picton-blue-lowest: #eff9ff;--secondary-brand-picton-blue-medium: #12bafc;--secondary-brand-picton-blue-higher: #015f8b;--secondary-brand-picton-blue-lower: #b7e9ff;--piction-blue-600: #008dd1}.table-actions{display:flex;align-items:center;gap:4px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;padding:4px;z-index:1000;pointer-events:auto;border-radius:8px;box-shadow:0 4px 20px 0 var(--neutral-gris-lower);max-height:44px;overflow:hidden}.table-actions .ant-btn{min-width:36px;width:36px;height:36px;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;transition:all .2s ease}.table-actions .ant-btn:hover{background-color:var(--grey-1200)}.table-actions .ant-btn:hover svg path{fill:var(--Blue-1000);stroke:var(--Blue-1000)}.table-actions .ant-btn svg{width:20px;height:20px;color:var(--grey-1100);transition:color .2s ease}.ant-table-tbody>tr.ant-table-row:hover .table-actions{opacity:1;visibility:visible;right:8px}[dir=rtl] .ant-table-tbody>tr.ant-table-row:hover .table-actions{right:auto;left:8px}.action-tooltip .ant-tooltip-inner{background:var(--neutral-gris-1000);padding:8px 12px;border-radius:8px;font-size:14px;box-shadow:0 2px 4px #0000001a}.action-tooltip .ant-tooltip-arrow:before{background:var(--neutral-gris-1000)}.bonus-items-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:0px;width:100%;min-height:100px}.bonus-items-content .bonus-items-list{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:100%;align-self:stretch}.bonus-items-content .bonus-items-list .empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;width:100%;min-height:100px}.bonus-items-content .bonus-items-list .empty-state .empty-text{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#6b76a5;margin:0;text-align:center}.bonus-items-content .bonus-items-list .bonus-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;gap:12px;width:100%;min-height:80px;background:#f8f9fa;border:1px solid #e9edf5;border-radius:12px;align-self:stretch;transition:all .2s ease}.bonus-items-content .bonus-items-list .bonus-item:hover{background:#f0f2f5;border-color:#b8c3d8}.bonus-items-content .bonus-items-list .bonus-item .item-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:24px;flex:1;min-width:0}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-main{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px;min-width:0;flex:1}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-main .item-class-name{font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:#2c2f3f;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-main .item-sub-header{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#6b76a5;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-details{display:flex;flex-direction:column;align-items:flex-end;padding:0;gap:4px;min-width:0}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-details .item-number{font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:#2c2f3f;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-details .item-email{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#6b76a5;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.bonus-items-content .bonus-items-list .bonus-item .item-actions{display:flex;flex-direction:row;align-items:center;padding:0;flex-shrink:0}@media (max-width: 600px){.bonus-items-content,.bonus-items-content .bonus-items-list{width:100%}.bonus-items-content .bonus-items-list .bonus-item{width:100%;flex-direction:column;align-items:stretch;gap:16px}.bonus-items-content .bonus-items-list .bonus-item .item-content{flex-direction:column;align-items:stretch;gap:12px}.bonus-items-content .bonus-items-list .bonus-item .item-content .item-main,.bonus-items-content .bonus-items-list .bonus-item .item-content .item-details{align-items:center;text-align:center}.bonus-items-content .bonus-items-list .bonus-item .item-actions{align-self:flex-end}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;box-shadow:0 2px 4px #e9edf5}.btn:hover{opacity:.8}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-sm{padding:6px 12px;font-size:12px}.btn.btn-md{padding:8px 16px;font-size:14px}.btn.btn-lg{padding:12px 24px;font-size:14px}.btn.btn-xl{padding:16px 32px;font-size:18px}.btn.btn-primary{background-color:#009dfd;color:#f7f9fa;box-shadow:0 2px 4px #c2dfff}.btn.btn-primary:hover:not(:disabled){background-color:#009dfd}.btn.btn-secondary{background-color:#444864;color:#f7f9fa}.btn.btn-secondary:hover:not(:disabled){background-color:#444864}.btn.btn-tertiary{background:var(--button-primary-filled);color:var(--button-primary-solid)}.btn.btn-tertiary:hover:not(:disabled){opacity:.8}.btn.btn-success{background-color:#ea1469;color:#f7f9fa}.btn.btn-success:hover:not(:disabled){background-color:#bb1054}.btn.btn-danger{background-color:#ff4d4f;color:#f7f9fa}.btn.btn-danger:hover:not(:disabled){background-color:#ff4d4f}.btn.btn-warning{background-color:#009dfd;color:#f7f9fa}.btn.btn-warning:hover:not(:disabled){background-color:#009dfd}.btn.btn-info{background-color:#e9edf5;color:#444864}.btn.btn-info:hover:not(:disabled){opacity:.8}.btn.btn-dark{background-color:#2c2f3f;color:#f7f9fa}.btn.btn-dark:hover:not(:disabled){background-color:#444864}.btn.btn-light{background-color:#f7f9fa;color:#444864;border:1px solid #d5dbe8}.btn.btn-light:hover:not(:disabled){background-color:#e9edf5}.btn.btn-white{background-color:#fff;color:#444864;border:1px solid #d5dbe8;box-shadow:0 2px 4px #0000001a}.btn.btn-white:hover:not(:disabled){background-color:#f7f9fa;box-shadow:0 4px 8px #00000026}.btn.btn-outlined-primary{background-color:transparent;color:#009dfd;border:1px solid #009DFD}.btn.btn-outlined-primary:hover:not(:disabled){background-color:#009dfd;color:#f7f9fa}.btn.btn-outlined-secondary{background-color:transparent;color:#7d8bb4;border:1px solid #7d8bb4}.btn.btn-outlined-secondary:hover:not(:disabled){background-color:#7d8bb4;color:#f7f9fa}.btn.btn-outlined-success{background-color:transparent;color:#ea1469;border:1px solid #ea1469}.btn.btn-outlined-success:hover:not(:disabled){background-color:#ea1469;color:#f7f9fa}.btn.btn-outlined-danger{background-color:transparent;color:#ff4d4f;border:1px solid #ff4d4f}.btn.btn-outlined-danger:hover:not(:disabled){background-color:#ff4d4f;color:#f7f9fa}.btn.btn-outlined-warning{background-color:transparent;color:#009dfd;border:1px solid #009dfd}.btn.btn-outlined-warning:hover:not(:disabled){background-color:#009dfd;color:#f7f9fa}.btn.btn-outlined-info{background-color:transparent;color:#e9edf5;border:1px solid #e9edf5}.btn.btn-outlined-info:hover:not(:disabled){background-color:#e9edf5;color:#444864}.btn.btn-outlined-dark{background-color:transparent;color:#2c2f3f;border:1px solid #2c2f3f}.btn.btn-outlined-dark:hover:not(:disabled){background-color:#2c2f3f;color:#f7f9fa}.btn.btn-outlined-light{background-color:transparent;color:#7d8bb4;border:1px solid #d5dbe8}.btn.btn-outlined-light:hover:not(:disabled){background-color:#f7f9fa;color:#444864}.btn.btn-outlined-white{background-color:transparent;color:#444864;border:1px solid #ffffff}.btn.btn-outlined-white:hover:not(:disabled){background-color:#fff;color:#444864}.btn.btn-rounded-sm{border-radius:6px}.btn.btn-rounded-md{border-radius:8px}.btn.btn-rounded-lg{border-radius:10px}.btn.btn-rounded-xl{border-radius:12px}.btn.btn-rounded-xxl{border-radius:14px}.btn .icon{width:16px;height:16px}.ui-carousel{display:flex;flex-direction:column;gap:10px;width:100%;position:relative}.ui-carousel-inner{position:relative;width:100%}.ui-carousel-track{padding:10px 20px 12px;border-radius:12px;background:var(--light);box-shadow:0 4px 17px 0 var(--neutral-gris-lower)}.ui-carousel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.ui-carousel-title{margin:0}.ui-carousel-right{display:flex;align-items:center;gap:6px}.ui-carousel-items{display:grid;grid-auto-flow:column;grid-auto-columns:var(--carousel-item-width, 16rem);gap:10px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.ui-carousel-items::-webkit-scrollbar{display:none}.ui-carousel-item{height:100%;width:var(--carousel-item-width, 16rem)}.ui-carousel-button{border:none;background:var(--light);width:32px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px 0 var(--neutral-gris-low);position:absolute;top:50%;z-index:2}.ui-carousel-button.ui-carousel-button--left{left:0;transform:translate(-50%,-50%)}.ui-carousel-button.ui-carousel-button--right{right:0;transform:translate(50%,-50%)}.ui-chart{--chart-bg: transparent;--chart-text-primary: #1a1a1a;--chart-text-secondary: #666;--chart-border-radius: 8px;width:100%;position:relative;background:var(--chart-bg);border-radius:var(--chart-border-radius);display:block;overflow:visible}[data-theme=dark] .ui-chart{--chart-text-primary: #f5f5f5;--chart-text-secondary: #a1a1aa}@media (max-width: 768px){.ui-chart .highcharts-container{font-size:12px!important}.ui-chart .highcharts-legend .highcharts-legend-item{font-size:11px!important}.ui-chart .highcharts-data-labels .highcharts-data-label{font-size:10px!important}}.ui-chart .highcharts-container .highcharts-title{fill:var(--chart-text-primary)!important}.ui-chart .highcharts-container .highcharts-subtitle{fill:var(--chart-text-secondary)!important}.ui-chart .highcharts-container .highcharts-legend-item .highcharts-legend-item-text,.ui-chart .highcharts-container .highcharts-data-labels .highcharts-data-label{fill:var(--chart-text-primary)!important}.ui-chart .highcharts-container .highcharts-tooltip{background:#fffffff2!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;box-shadow:0 4px 12px #00000026!important}[data-theme=dark] .ui-chart .highcharts-container .highcharts-tooltip{background:#1e1e1ef2!important;border-color:#ffffff1a!important;color:#f5f5f5!important}.ui-chart .highcharts-container .highcharts-pie-series .highcharts-point{transition:opacity .2s ease}.ui-chart .highcharts-container .highcharts-pie-series .highcharts-point:hover{filter:brightness(1.1)}.ui-chart .highcharts-container .highcharts-pie-series .highcharts-point.highcharts-point-select{stroke:#fff;stroke-width:2}.ui-chart .highcharts-container .highcharts-column-series .highcharts-point,.ui-chart .highcharts-container .highcharts-bar-series .highcharts-point{transition:opacity .2s ease}.ui-chart .highcharts-container .highcharts-column-series .highcharts-point:hover,.ui-chart .highcharts-container .highcharts-bar-series .highcharts-point:hover{opacity:.8}.ui-chart .highcharts-container .highcharts-line-series .highcharts-graph,.ui-chart .highcharts-container .highcharts-area-series .highcharts-graph{stroke-linecap:round;stroke-linejoin:round}.ui-chart .highcharts-container .highcharts-line-series .highcharts-markers .highcharts-point,.ui-chart .highcharts-container .highcharts-area-series .highcharts-markers .highcharts-point{transition:r .2s ease}.ui-chart .highcharts-container .highcharts-line-series .highcharts-markers .highcharts-point:hover,.ui-chart .highcharts-container .highcharts-area-series .highcharts-markers .highcharts-point:hover{r:6}.ui-chart.ui-chart--loading .highcharts-container{opacity:.6;pointer-events:none}.ui-chart.ui-chart--loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border:2px solid var(--chart-text-secondary);border-top:2px solid var(--chart-text-primary);border-radius:50%;animation:ui-chart-spin 1s linear infinite}@keyframes ui-chart-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.highcharts-container .highcharts-data-labels .highcharts-data-label div{box-shadow:0 1px 3px #0003}.custom-legend{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;box-shadow:0 6px 21px #7090b01f;border-radius:10px;padding:8px;gap:0;max-width:100%;column-gap:20px;row-gap:8px}@media (max-width: 768px){.custom-legend{flex-direction:column;align-items:stretch;gap:6px;padding:6px;column-gap:0;row-gap:0}}@media (max-width: 480px){.custom-legend{padding:4px;gap:4px}}.custom-legend .legend-item{display:flex;align-items:start;flex-direction:column;gap:2px;padding:0 8px;cursor:pointer;transition:opacity .2s ease;position:relative}@media (max-width: 768px){.custom-legend .legend-item{flex-direction:row;align-items:center;justify-content:space-between;padding:4px 6px;background:#ffffff80;border-radius:6px;gap:6px}}@media (max-width: 480px){.custom-legend .legend-item{padding:3px 4px;gap:4px}}.custom-legend .legend-item:hover{opacity:.8}.custom-legend .legend-item.legend-item--hidden{opacity:.5}.custom-legend .legend-item.legend-item--hidden .legend-name{text-decoration:line-through}.custom-legend .legend-item .legend{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.custom-legend .legend-item .legend{gap:6px}}@media (max-width: 480px){.custom-legend .legend-item .legend{gap:4px}}.custom-legend .legend-item .legend-color{width:8px;height:8px;border-radius:50%;transition:opacity .2s ease;flex-shrink:0}@media (max-width: 480px){.custom-legend .legend-item .legend-color{width:6px;height:6px}}.custom-legend .legend-item .legend-name{transition:text-decoration .2s ease;font-size:14px;font-weight:500;white-space:nowrap}@media (max-width: 768px){.custom-legend .legend-item .legend-name{font-size:13px}}@media (max-width: 480px){.custom-legend .legend-item .legend-name{font-size:12px}}.custom-legend .legend-item .legend-percentage{padding-left:18px;font-size:14px;font-weight:600}@media (max-width: 768px){.custom-legend .legend-item .legend-percentage{padding-left:0;font-size:13px}}@media (max-width: 480px){.custom-legend .legend-item .legend-percentage{font-size:12px}}.custom-legend .legend-item:not(:last-child):after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:1px;height:32px;background-color:#e5e7eb}@media (max-width: 768px){.custom-legend .legend-item:not(:last-child):after{display:none}}.custom-legend .legend-item:nth-child(3n):after{display:none}.custom-legend .legend-divider{display:none}.chart-container{display:flex;flex-direction:column;gap:8px;height:98%;align-items:center;justify-content:space-between}@media (max-width: 768px){.chart-container{gap:6px;height:auto}}.checkbox-container{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.checkbox-container .checkbox-label{font-size:14px;font-weight:500;color:#2c2f3f;text-transform:capitalize}.checkbox-toggle{position:relative;cursor:pointer;transition:all .2s ease-in-out;border-radius:20px}.checkbox-toggle:focus{outline:none}.checkbox-toggle.checkbox-toggle-disabled{cursor:not-allowed;opacity:.6}.checkbox-toggle .checkbox-toggle-track{position:relative;width:100%;height:100%;border-radius:20px;transition:all .2s ease-in-out}.checkbox-toggle .checkbox-toggle-track .checkbox-toggle-handle{position:absolute;top:2px;left:2px;width:calc(50% - 2px);height:calc(100% - 4px);background-color:#b8c3d8;border:1px solid #d5dbe8;border-radius:50%;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000001a}.checkbox-toggle.checkbox-toggle-sm{width:40px;height:20px}.checkbox-toggle.checkbox-toggle-sm .checkbox-toggle-track .checkbox-toggle-handle{width:16px;height:16px}.checkbox-toggle.checkbox-toggle-md{width:48px;height:24px}.checkbox-toggle.checkbox-toggle-md .checkbox-toggle-track .checkbox-toggle-handle{width:20px;height:20px}.checkbox-toggle.checkbox-toggle-lg{width:56px;height:28px}.checkbox-toggle.checkbox-toggle-lg .checkbox-toggle-track .checkbox-toggle-handle{width:24px;height:24px}.checkbox-toggle.checkbox-toggle-primary .checkbox-toggle-track{background-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-primary .checkbox-toggle-track .checkbox-toggle-handle{background-color:#b8c3d8;border-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-primary.checkbox-toggle-checked .checkbox-toggle-track{background-color:#009dfd}.checkbox-toggle.checkbox-toggle-primary.checkbox-toggle-checked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(110%);background-color:#b8c3d8;border-color:#009dfd}.checkbox-toggle.checkbox-toggle-secondary .checkbox-toggle-track{background-color:#e9edf5}.checkbox-toggle.checkbox-toggle-secondary .checkbox-toggle-track .checkbox-toggle-handle{background-color:#b8c3d8;border-color:#7d8bb4}.checkbox-toggle.checkbox-toggle-secondary.checkbox-toggle-checked .checkbox-toggle-track{background-color:#7d8bb4}.checkbox-toggle.checkbox-toggle-secondary.checkbox-toggle-checked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(100%);background-color:#b8c3d8;border-color:#7d8bb4}.checkbox-toggle.checkbox-toggle-success .checkbox-toggle-track{background-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-success .checkbox-toggle-track .checkbox-toggle-handle{background-color:#b8c3d8;border-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-success.checkbox-toggle-checked .checkbox-toggle-track{background-color:#ea1469}.checkbox-toggle.checkbox-toggle-success.checkbox-toggle-checked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(100%);background-color:#b8c3d8;border-color:#ea1469}.checkbox-toggle.checkbox-toggle-danger .checkbox-toggle-track{background-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-danger .checkbox-toggle-track .checkbox-toggle-handle{background-color:#b8c3d8;border-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-danger.checkbox-toggle-checked .checkbox-toggle-track{background-color:#ff4d4f}.checkbox-toggle.checkbox-toggle-danger.checkbox-toggle-checked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(100%);background-color:#b8c3d8;border-color:#ff4d4f}.checkbox-toggle.checkbox-toggle-warning .checkbox-toggle-track{background-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-warning .checkbox-toggle-track .checkbox-toggle-handle{background-color:#b8c3d8;border-color:#d5dbe8}.checkbox-toggle.checkbox-toggle-warning.checkbox-toggle-checked .checkbox-toggle-track{background-color:#009dfd}.checkbox-toggle.checkbox-toggle-warning.checkbox-toggle-checked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(100%);background-color:#b8c3d8;border-color:#009dfd}.checkbox-toggle.checkbox-toggle-checked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(calc(100% + 2px))}.checkbox-toggle.checkbox-toggle-checked.checkbox-toggle-rtl .checkbox-toggle-track .checkbox-toggle-handle,.checkbox-toggle.checkbox-toggle-unchecked .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(2px)}.checkbox-toggle.checkbox-toggle-unchecked.checkbox-toggle-rtl .checkbox-toggle-track .checkbox-toggle-handle{transform:translate(calc(100% + 2px))}.checkbox-group{display:flex;flex-direction:column;gap:12px;width:100%}.checkbox-group.checkbox-group-error .checkbox-group-label{color:#ff4d4f}.checkbox-group .checkbox-group-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.checkbox-group .checkbox-group-header .checkbox-group-label{font-size:14px;font-weight:500;color:#444864;margin:0}.checkbox-group .checkbox-group-header .checkbox-group-label .checkbox-group-required{color:#ff4d4f;margin-left:4px}.checkbox-group .checkbox-group-header .checkbox-group-selection-info{font-size:12px;color:#7d8bb4;font-weight:400}.checkbox-group .checkbox-group-options{display:grid;gap:12px}.checkbox-group .checkbox-group-options.checkbox-group-vertical{grid-template-columns:1fr 1fr}.checkbox-group .checkbox-group-options.checkbox-group-horizontal{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.checkbox-group .checkbox-group-options.checkbox-group-grid{grid-template-columns:repeat(2,1fr);gap:16px}.checkbox-group .checkbox-group-options .checkbox-group-option{display:flex;justify-content:start;padding:7px;border:1px solid #e9edf5;border-radius:8px;min-height:40px}.checkbox-group .checkbox-group-options .checkbox-group-option .checkbox-container{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.checkbox-group .checkbox-group-options .checkbox-group-option .checkbox-container .checkbox-label{flex:1;text-align:start;font-size:14px;line-height:1.4}.checkbox-group .checkbox-group-options .checkbox-group-option .checkbox-container .checkbox-toggle{flex-shrink:0}.checkbox-group .checkbox-group-error-message{font-size:12px;color:#ff4d4f;margin-top:4px;padding-left:4px}@media (max-width: 768px){.checkbox-group .checkbox-group-options.checkbox-group-horizontal{grid-template-columns:1fr;gap:12px}.checkbox-group .checkbox-group-options.checkbox-group-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.create-button{display:flex;justify-content:flex-end;align-items:center}.dashboard-card{padding:.6rem;border-radius:8px;width:100%;min-width:16rem;height:140px;display:flex;flex-direction:column;gap:.4rem}.dashboard-card-header{display:flex;flex-direction:column;gap:.4rem;height:100%;justify-content:space-between}.dashboard-card-title{font-size:1rem;font-weight:450;margin:0;display:flex;align-items:center;gap:.5rem}.dashboard-card-content{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 .6rem 0 0;gap:.4rem;margin-top:auto}.dashboard-card-content-text{color:var(--grey-900);font-size:2.2rem;font-weight:800;margin:0}.stats-card{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#f7f9fa;padding:20px}.stats-card__icon-container{border-radius:20px;background:#009dfd;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.stats-card__icon{color:#fff;font-size:28px}.stats-card__content{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.stats-card__label{color:#444864;font-family:Manrope;font-size:14px;font-weight:500}.stats-card__value-container{border-radius:8px;border:1px solid #009dfd;background:#fff;box-shadow:0 1px 3px #aedfff;padding:6px 12px;width:100%;display:flex;justify-content:center;align-items:center}.stats-card__value{color:#000;font-size:13px;font-weight:700}.ui-date-range-picker .ant-picker{border:1px solid #d5dbe8!important;border-radius:8px!important;background-color:#fff!important;box-shadow:0 1px 2px #1212170d!important;height:38px!important;transition:all .2s ease-in-out!important}.ui-date-range-picker .ant-picker:hover{border-color:#009dfd!important}.ui-date-range-picker .ant-picker.ant-picker-focused{border-color:#009dfd!important;box-shadow:0 0 0 2px #009dfd1a!important}.ui-date-range-picker .ant-picker .ant-picker-input>input{color:#444864!important;font-size:14px!important}.ui-date-range-picker .ant-picker .ant-picker-input>input::placeholder{color:#b8c3d8!important}.ui-date-range-picker .ant-picker .ant-picker-suffix,.ui-date-range-picker .ant-picker .ant-picker-clear{color:#7d8bb4!important}.ui-date-range-picker .ant-picker .ant-picker-clear:hover{color:#444864!important}.date-range-sm .ant-picker{min-height:24px!important;padding:0 10px!important}.date-range-sm .ant-picker-input>input{font-size:12px!important}.date-range-md .ant-picker{min-height:38px!important;padding:3px 12px!important}.date-range-md .ant-picker-input>input{font-size:14px!important}.date-range-lg .ant-picker{min-height:40px!important;padding:8px 16px!important}.date-range-lg .ant-picker-input>input{font-size:16px!important}.delete-modal{width:585px!important}.delete-modal .ant-modal-body{width:100%;height:100%}.delete-modal .ant-modal-content{padding:0!important;border-radius:12px}.delete-modal .ant-modal-header{border-bottom:1px solid var(--neutral-gris-lower);padding:15px 24px;width:100%}.delete-modal .delete-modal__content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0}.delete-modal .delete-modal__icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.delete-modal .delete-modal__icon_delete{background:#ff4d4f1a}.delete-modal .delete-modal__icon_warning{background:#eff9ff}.delete-modal .delete-modal__icon .anticon{font-size:40px;color:#ff4d4f}.delete-modal .delete-modal__title{font-weight:600;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;vertical-align:middle;color:var(--neutral-gris-higher);margin-bottom:12px}.delete-modal .delete-modal__description{font-weight:300;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;max-width:70%;color:var(--neutral-gris-medium);margin-bottom:32px}.delete-modal .delete-modal__actions{display:flex;gap:12px;justify-content:flex-end;width:100%;padding:14px;border-top:1px solid var(--neutral-gris-lower);margin-top:auto}.delete-modal .delete-modal__actions .cancel-button{width:74px;height:38px;border-radius:8px;border:1px solid #efefef;background:#fff;font-weight:400;font-size:14px;line-height:100%;box-shadow:0 1px 3px #e9edf5b3;border:1px solid #e9edf5;color:var(--neutral-gris-higher)}.delete-modal .delete-modal__actions .delete-button{width:74px;height:38px;border-radius:8px;background:#ff4d4f;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;color:#fff;border:none;box-shadow:0 1px 3px #ed4040b3}.delete-modal .delete-modal__actions .delete-button:hover{background:#ff3436}.masar-delete-modal-root:where(.ant-modal-root){z-index:10000!important}.masar-delete-modal-root :where(.ant-modal-mask){z-index:9999!important}.masar-delete-modal-root :where(.ant-modal-wrap),.masar-delete-modal-root :where(.ant-modal){z-index:2147483000!important}.input-form{width:100%;display:flex;flex-direction:column;gap:8px}.input-form .label{font-size:13px;font-weight:500;color:#7d8bb4;display:flex;align-items:center;gap:4px}.input-form .label .red-star{color:#ea1469}.input-form .input-rounded-sm{border-radius:4px}.input-form .input-rounded{border-radius:8px}.input-form .input-rounded-lg{border-radius:12px}.input-form .input-rounded-xl{border-radius:16px}.input-form .input-container{height:38px;position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #e9edf5;box-shadow:0 1px 2px #1212170d;transition:all .2s ease-in-out}.input-form .input-container:focus-within{border-color:#009dfd}.input-form .input-container:hover{border-color:#009dfd}.input-form .input-container.input-error{border-color:#ea1469}.input-form .input-container.input-error:focus-within{border-color:#ea1469}.input-form .input-container .icon{width:16px;height:16px;color:#444864}.input-form .input-container .icon-prefix{margin-left:12px}.input-form .input-container .icon-suffix{margin-right:0!important}.input-form .input-container .input{flex:1;padding:12px;border:none;outline:none;background:transparent;font-size:14px;color:#444864}.input-form .input-container .input::placeholder{color:#b8c3d8;font-weight:400}.input-form .input-container .input.input-sm{padding:8px 12px;font-size:12px}.input-form .input-container .input.input-md{padding:9.5px;font-size:14px}.input-form .input-container .input.input-lg{padding:16px;font-size:16px}.input-form .input-container .input.input-xl{padding:20px;font-size:18px}.input-form .input-container .eye-icon{width:16px;height:16px;margin-right:12px;cursor:pointer;color:#444864;transition:color .2s ease-in-out}.input-form .input-container .eye-icon:hover{color:#444864}.input-form .error-message{font-size:12px;color:#ea1469;margin:0}.input-container-primary:focus-within{border-color:#009dfd}.input-container-secondary:focus-within{border-color:#444864}.input-container-success:focus-within{border-color:#d5dbe8}.input-container-danger:focus-within{border-color:#ea1469}.input-container-warning:focus-within{border-color:#d5dbe8}.input-container-info:focus-within{border-color:#009dfd}.input-container-dark:focus-within{border-color:#2c2f3f}.input-container-light:focus-within{border-color:#b8c3d8}html[dir=rtl] .input-form .input-container .icon-prefix{margin-right:12px;margin-left:0}html[lang=ar] .input-container input{direction:ltr;text-align:end}.level-card{width:280px;box-sizing:border-box;border:1px solid var(--neutral-gris-lower);border-radius:10px;padding:10px;display:flex;flex-direction:column}.level-card-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.level-card-title{font-size:13px;font-weight:400;color:var(--neutral-gris-higher);max-width:60%;overflow:hidden}.level-card-content{font-size:11px;font-weight:500;display:flex;flex-direction:column;gap:10px;color:var(--blue-hight);padding:3px 6px;border-radius:6px;overflow:hidden;min-height:0}.level-card-content-tag{background-color:var(--blue-lowest);max-width:40%;overflow:hidden}.level-card-content h3{font-size:22px;font-weight:600;color:var(--grey-900);overflow:hidden}.level-card-content-item{display:flex;justify-content:space-between;padding-right:25px}.level-card-content-item-number{display:flex;flex-direction:column;align-items:start;gap:8px}.level-card-content-item-number span{font-size:13px;font-weight:500;color:var(--neutral-gris-hight);overflow:hidden;max-width:100%}.level-card-affected-tag{font-size:11px;padding:3px 6px;font-weight:500;border-radius:6px;color:var(--spring-green-highest);background-color:var(--spring-green-lower)}.level-card-unaffected-tag{font-size:11px;padding:3px 6px;border-radius:6px;font-weight:500;background-color:var(--danger-red-lowest);color:var(--danger-red-hight)}.level-card .ant-divider{margin:10px 0}.no-data{display:flex;flex-direction:column;align-items:center;gap:2px}.no-data__text{font-size:14px;font-weight:500;color:var(--neutral-gris-higher)}.empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;padding:48px 24px;text-align:center;width:100%;margin:0 auto}.empty-state__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;max-width:400px;width:100%}.empty-state__illustration{display:flex;align-items:center;justify-content:center;width:120px;height:120px;background:#f8fafc;border-radius:50%;border:2px dashed #e2e8f0;margin-bottom:8px;animation:float 3s ease-in-out infinite}.empty-state__icon{width:100px;height:100px;object-fit:contain;opacity:.8}.empty-state__text{display:flex;flex-direction:column;gap:8px}.empty-state__title{font-family:Poppins,sans-serif;font-weight:600;font-size:20px;line-height:28px;color:#374151;margin:0;letter-spacing:-.025em}.empty-state__description{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6b7280;margin:0;max-width:350px}.empty-state__action{margin-top:8px}@media (max-width: 768px){.empty-state{min-height:250px;padding:32px 16px}.empty-state__content{gap:20px}.empty-state__illustration{width:100px;height:100px}.empty-state__icon{width:60px;height:60px}.empty-state__title{font-size:18px;line-height:24px}.empty-state__description{font-size:13px;line-height:18px}}@media (max-width: 480px){.empty-state{min-height:200px;padding:24px 12px}.empty-state__content{gap:16px}.empty-state__illustration{width:80px;height:80px}.empty-state__icon{width:50px;height:50px}.empty-state__title{font-size:16px;line-height:22px}.empty-state__description{font-size:12px;line-height:16px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.empty-state{animation:fadeInUp .6s ease-out}[data-theme=dark] .empty-state__illustration{background:#1f2937;border-color:#374151}[data-theme=dark] .empty-state__title{color:#f9fafb}[data-theme=dark] .empty-state__description{color:#d1d5db}.parent_card{padding:16px;background:var(--light);border:1px solid var(--neutral-gris-lower);border-radius:12px;width:280px;height:400px;display:flex;flex-direction:column;box-sizing:border-box}.parent_card__header{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.parent_card__name{font-weight:500;color:var(--color-gris-higher);font-size:14px;width:100%;max-width:100%;overflow:hidden;text-align:center}.parent_card__subjects{display:flex;align-items:center;gap:8px}.parent_card__subjects-container{display:flex;align-items:center;gap:8px;width:100%;justify-content:center}.parent_card__subjects-label{color:var(--table-head-text);font-size:14px;flex-shrink:0}.parent_card__subjects-list{display:flex;align-items:center;gap:6px}.parent_card__body{display:flex;flex-direction:column;gap:16px;flex:1;overflow:hidden;min-height:0}.parent_card__section{flex-shrink:0}.parent_card__label{color:var(--table-head-text);font-size:14px;margin-bottom:8px;font-weight:500}.parent_card__row{display:flex;align-items:center;gap:8px;width:100%}.parent_card__content{flex:1;min-width:0;overflow:hidden}.parent_card__classes-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-height:60px;overflow:hidden}.payment-card{display:flex;flex-direction:column;background-color:var(--light);box-shadow:0 4px 17px 0 var(--neutral-gris-lower);border-radius:14px;width:100%;height:100%;padding:20px 16px;min-width:0;box-sizing:border-box}.payment-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;min-height:32px}.payment-card__title{font-style:normal;font-weight:600;font-size:20px;line-height:24px;color:#5f6696;margin:0}.payment-card__right-header{display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-card__content{flex:1;display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto}@media (max-width: 768px){.payment-card{padding:16px 12px}.payment-card__title{font-size:18px;line-height:22px}}@media (max-width: 600px){.payment-card{padding:12px 10px}.payment-card__title{font-size:16px;line-height:20px}.payment-card__header{margin-bottom:12px;min-height:28px}}.payment-information-content{width:502px;height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:23px}.payment-information-content .payment-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:21px;width:502px;height:30px}.payment-information-content .payment-header .payment-title{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:6px;width:208px;height:30px}.payment-information-content .payment-header .payment-title .title-text{width:232px;height:30px;font-style:normal;font-weight:600;font-size:22px;line-height:30px;display:flex;align-items:center;color:var(--neutral-gris-higher);margin:0}.payment-information-content .payment-header .payment-status{display:flex;flex-direction:row;align-items:center;padding:0;gap:8px;height:40px}.payment-information-content .payment-header .payment-status .status-tag-not-paid{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;gap:4px;width:73px;height:24px;background:var(--red-100);border-radius:8px;border:none;margin:0;font-style:normal;font-weight:500;font-size:12px;line-height:16px;color:var(--red-700)}.payment-information-content .final-amount-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:14px;gap:10px;width:502px;height:93px;background:var(--blue-lowest);border:1px solid var(--blue-low);border-radius:14px}.payment-information-content .final-amount-container .amount-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:198px;width:474px;height:24px}.payment-information-content .final-amount-container .amount-header .amount-label{width:85px;height:19px;font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:var(--blue-hight);margin:0}.payment-information-content .final-amount-container .amount-header .dollar-icon{width:24px;height:24px;color:var(--Blue-100);font-size:24px}.payment-information-content .final-amount-container .amount-value{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:6px;width:474px;height:36px}.payment-information-content .final-amount-container .amount-value .amount-text{width:474px;height:36px;font-style:normal;font-weight:600;font-size:26px;line-height:36px;display:flex;align-items:center;color:var(--blue-hight);margin:0}.payment-information-content .date-selector{display:flex;flex-direction:row;align-items:center;padding:0;gap:15px;width:502px;height:40px}.payment-information-content .date-selector .nav-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;width:40px;background:var(--bg-2);border:1px solid var(--bg-2);box-shadow:0 1px 3px var(--neutral-gris-low);border-radius:6px;min-width:40px;height:40px;cursor:pointer;transition:all .2s ease}.payment-information-content .date-selector .nav-button.left-nav{transform:rotate(0)}.payment-information-content .date-selector .nav-button.right-nav{transform:rotate(-180deg)}.payment-information-content .date-selector .nav-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.payment-information-content .date-selector .nav-button:hover:not(.disabled){background:var(--bg-3);box-shadow:0 2px 6px var(--neutral-gris-low)}.payment-information-content .date-selector .nav-button .anticon{width:16.8px;height:16.8px;color:var(--neutral-gris-highest)}.payment-information-content .date-selector .date-input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 12px;width:391px;height:40px;background:var(--bg-2);border:1px solid var(--neutral-gris-lower);box-shadow:0 1px 2px #1212170d;border-radius:8px}.payment-information-content .date-selector .date-input .date-text{font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:var(--gris-900);margin:0}.payment-information-content .date-selector .date-input .calendar-icon{width:18px;height:18px;color:var(--neutral-gris-medium);font-size:18px;flex-shrink:0}.payment-information-content .pay-now-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 15px;width:502px;height:40px;background:var(--violet-500);border:1px solid var(--violet-500);box-shadow:0 2px 4px var(--primary-100);border-radius:8px;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:var(--light);margin:0;cursor:pointer;transition:all .2s ease}.payment-information-content .pay-now-button:hover{background:var(--violet-high);border-color:var(--violet-high);box-shadow:0 4px 8px var(--primary-100)}.payment-information-content .pay-now-button:focus{background:var(--violet-500);border-color:var(--violet-500)}.payment-information-content .pay-now-button:active{transform:translateY(1px)}.profile-form .form-container{display:grid;grid-template-columns:1fr;position:relative}.profile-form .form-section{position:relative}.profile-form .form-section:first-child:after{content:"";position:absolute;top:0;right:-16px;width:1px;height:100%;background-color:var(--border-color)}.profile-form .section-title{font-size:18px;font-weight:600;color:var(--text-primary);padding-bottom:8px;border-bottom:1px solid var(--border-color)}.profile-form .form-section-educational-details{margin-top:-32px;padding-top:40px;padding-right:34px;border-right:1px solid var(--neutral-gris-lower)}.profile-form .form-fields{display:flex;flex-direction:column;gap:16px}.profile-form .field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-form .field-group{display:flex;flex-direction:column}.profile-form .form-actions{display:flex;justify-content:flex-end;border-top:1px solid var(--border-color)}.profile-form .profile-form-tag{margin:2px}.profile-form .profile-form-tag.tag-outlined-primary{background-color:var(--neutral-gris-lowest);border-color:var(--neutral-gris-low);color:var(--neutral-gris-higher)}.profile-layout{display:flex;flex-direction:column;height:100%}.profile-layout .ant-tabs-tab:first-child{margin:0!important}.profile-layout .ant-tabs{margin-left:26px!important}.profile-layout .profile-layout-content{flex:1;padding:5px;overflow-y:auto;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.profile-layout .profile-layout-content::-webkit-scrollbar{display:none}html[dir=rtl] .profile-layout .ant-tabs{margin-right:26px!important;margin-left:0!important}.radio-group{display:flex;gap:12px;width:100%}.radio-group .radio-option{flex:1;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid var(--grey-200);border-radius:8px;background-color:var(--light);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px var(--shadow-1);min-height:40px}.radio-group .radio-option:hover:not(.disabled){border-color:var(--violet-500);box-shadow:0 4px 8px var(--shadow-2)}.radio-group .radio-option:focus-visible{outline:2px solid var(--violet-500);outline-offset:2px}.radio-group .radio-option.selected{background-color:var(--violet-500);border-color:var(--violet-500);box-shadow:0 4px 12px var(--shadow-2)}.radio-group .radio-option.selected .radio-checkbox{background-color:var(--light);border-color:var(--light);color:var(--violet-500)}.radio-group .radio-option.selected .radio-label{color:var(--light);font-weight:500}.radio-group .radio-option.disabled{opacity:.6;cursor:not-allowed;background-color:var(--grey-50)}.radio-group .radio-option.disabled .radio-checkbox{background-color:var(--grey-100);border-color:var(--grey-200)}.radio-group .radio-option.disabled .radio-label{color:var(--grey-500)}.radio-group .radio-option .radio-checkbox{width:20px;height:20px;border:2px solid var(--grey-200);border-radius:4px;background-color:var(--light);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.radio-group .radio-option .radio-checkbox svg{width:12px;height:12px}.radio-group .radio-option .radio-label{font-size:14px;line-height:1.4;color:var(--color-2);font-weight:400;transition:color .2s ease;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.radio-group{flex-direction:column;gap:8px}.radio-group .radio-option{min-height:44px;padding:10px 14px}.radio-group .radio-option .radio-checkbox{width:18px;height:18px}.radio-group .radio-option .radio-checkbox svg{width:10px;height:10px}.radio-group .radio-option .radio-label{font-size:13px}}.radio-group[dir=rtl] .radio-option{flex-direction:row-reverse}.receipt-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:10px;gap:2px;width:300px;background:var(--white);border-radius:12px;border:1px solid var(--neutral-gris-lower);justify-content:space-between}.receipt-card__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:0;gap:10px;width:100%;min-height:40px;flex:none;order:0;align-self:stretch;flex-grow:0}.receipt-card__header-left{display:flex;flex-direction:row;align-items:center;padding:0;gap:11px;flex:1;min-width:0}.receipt-card__header-info{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:2px;min-width:0;flex:1}.receipt-card__title{font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:var(--text-primary, #444864);white-space:nowrap}.receipt-card__number{font-style:normal;font-weight:300;font-size:12px;line-height:16px;display:flex;align-items:center;color:var(--text-secondary, #7d8bb4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipt-card__status-container{display:flex;align-items:flex-start;gap:4px;flex-wrap:wrap;flex-shrink:0;max-width:120px}.receipt-card__checkbox{display:flex;align-items:center;justify-content:flex-end;align-self:self-end;margin-bottom:8px;padding-left:16px}.receipt-card__status{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 6px;width:60px;gap:4px;min-width:35px;height:20px;border-radius:6px;font-style:normal;font-weight:500;font-size:10px;line-height:12px;text-align:center;white-space:nowrap;flex-shrink:0}.receipt-card__status--paid{background:var(--success-light, #d7fff0);color:var(--success, #04915f)}.receipt-card__status--unpaid{background:var(--warning-light, #fff3cd);color:var(--warning, #856404)}.receipt-card__status--overdue{background:var(--error-light, #ffe6e6);color:var(--error, #dc3545)}.receipt-card__status--merged{background:var(--info-light, #e3f2fd);color:var(--info, #1976d2)}.receipt-card__status--partiallyPaid{background:var(--warning-light, #fff3cd);color:var(--warning, #856404)}.receipt-card__status--default{background:var(--neutral-light, #f5f5f5);color:var(--neutral-dark, #666666)}.receipt-card__status-multiple{display:flex;align-items:center;gap:4px}.receipt-card__status-badge{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--primary, #009dfd);color:var(--white, #ffffff);border-radius:50%;font-style:normal;font-weight:600;font-size:10px;line-height:12px;text-align:center}.receipt-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:14px;width:301px;height:253px;flex:none;order:1;align-self:stretch;flex-grow:0}.receipt-card__divider{width:100%;margin:7px 0;height:1px;background:var(--neutral-gris-lower);flex:none;order:0;align-self:stretch;flex-grow:0}.receipt-card__details{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:10px;width:100%;flex:none;align-self:stretch;flex-grow:0}.receipt-card__details-left{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:10px;width:100%}.receipt-card__section-title{font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:var(--text-muted, #6b76a5);width:100%}.receipt-card__detail-row{display:flex;flex-direction:row;align-items:center;padding:0;gap:10px;width:100%;min-height:20px}.receipt-card__detail-label{font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;color:var(--text-primary, #444864);white-space:nowrap}.receipt-card__detail-value{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:var(--text-dark, #2c2f3f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.receipt-card__children-list{display:flex;flex-direction:column;gap:8px;width:100%}.receipt-card__children-list .receipt-student-details{width:100%}.receipt-card__services{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:10px;width:100%;flex:none;order:3;align-self:stretch;flex-grow:0}.receipt-card__services-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:0;width:100%}.receipt-card__service-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:4px 0;gap:16px;min-height:20px}.receipt-card__service-name{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:var(--text-primary, #444864);flex:1;word-wrap:break-word;overflow-wrap:break-word}.receipt-card__service-total{font-style:normal;font-weight:500;font-size:14px;line-height:19px;color:var(--text-dark, #2c2f3f);text-align:right;flex-shrink:0;white-space:nowrap}.receipt-card__actions{display:flex;flex-direction:row;gap:8px;width:100%;flex:none;order:4;align-self:stretch;flex-grow:0}.receipt-card__submit-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 15px;flex:1;height:40px;background:var(--primary, #009dfd);border:1px solid var(--primary, #009dfd);box-shadow:0 2px 4px var(--primary-light, #c2dfff);border-radius:8px;cursor:pointer;transition:all .2s ease;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:var(--white, #ffffff)}.receipt-card__submit-button:hover{background:var(--primary-dark, #7b3fd9);border-color:var(--primary-dark, #7b3fd9)}.receipt-card__submit-button:active{transform:translateY(1px)}.search-input{border-radius:8px;border:1px solid var(--neutral-gris-lower);box-shadow:0 1px 3px #0000000d;transition:border .2s;font-size:15px}.search-input::placeholder{color:var(--gray-400);opacity:1}.search-input input{margin:0 3px}.select-form{display:flex;flex-direction:column;gap:8px;width:100%;position:relative}.select-form .select-label{font-size:13px;font-weight:500;color:#7d8bb4;display:flex;align-items:center;gap:4px;text-transform:capitalize}.select-form .select-label .select-optional{color:#7d8bb4;font-weight:400}.select-form .select-label .select-required{color:#ea1469;font-weight:600}.select-form .select-label .select-info-icon{width:16px;height:16px;border-radius:50%;background-color:#e9edf5;color:#7d8bb4;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;margin-left:4px}.select-form .select-container{position:relative}.select-form .select-container .ant-select-arrow{display:none!important}.select-form .select-container .ant-select-custom{width:100%}.select-form .select-container .ant-select-custom .ant-select-selector{justify-content:center;align-items:center!important;border:1px solid var(--neutral-gris-lower)!important;border-radius:8px!important;min-height:40px!important;height:40px!important;background-color:#fff!important;box-shadow:0 1px 2px #1212170d!important;transition:all .2s ease-in-out!important;padding:0 12px!important;display:flex!important}.select-form .select-container .ant-select-custom .ant-select-selector:hover{border-color:#009dfd!important}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-multiple .ant-select-selector{padding:3px 5px!important}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-selection-wrap{height:100%!important}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-selection-overflow{display:inline-flex!important;flex-wrap:wrap!important;gap:6px!important;overflow-y:auto}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-selection-placeholder{color:#b8c3d8!important;font-size:14px!important;display:flex!important;align-items:center!important;text-transform:capitalize!important;font-weight:400!important;gap:6px!important;white-space:nowrap!important}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-selection-item{font-size:14px!important;color:#444864!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-selection-search{flex:0 0 auto!important}.select-form .select-container .ant-select-custom .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input{font-size:14px!important;color:#444864!important;width:auto!important;min-width:24px!important}.select-form .select-container .ant-select-custom.ant-select-focused .ant-select-selector{border-color:#009dfd!important;box-shadow:0 0 0 2px #009dfd1a!important}.select-form .select-container .ant-select-custom.ant-select-disabled .ant-select-selector{background-color:#fff!important;border-color:#e9edf5!important;opacity:.6!important}.select-form .select-container.select-error .ant-select-custom .ant-select-selector{border-color:#ea1469!important}.select-form .select-container.select-error .ant-select-custom.ant-select-focused .ant-select-selector{border-color:#ea1469!important;box-shadow:0 0 0 2px #ea14691a!important}.select-form .select-container.select-disabled .ant-select-custom .ant-select-selector{background-color:#fff!important;border-color:#e9edf5!important;opacity:1!important}.select-form .ant-select-dropdown{border:1px solid #d5dbe8!important;border-radius:8px!important;box-shadow:0 4px 12px #0000001a!important;background-color:#fff!important}.select-form .ant-select-dropdown .ant-select-item{padding:12px 16px!important;font-size:14px!important;color:#444864!important;border-bottom:1px solid #b8c3d8!important;transition:background-color .2s ease-in-out!important}.select-form .ant-select-dropdown .ant-select-item:last-child{border-bottom:none!important}.select-form .ant-select-dropdown .ant-select-item:hover{background-color:#b8c3d8!important}.select-form .ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background-color:#b8c3d8!important;color:#444864!important;font-weight:500!important}.select-form .ant-select-dropdown .ant-select-item.ant-select-item-option-selected .ant-select-item-option-state{color:#009dfd!important}.select-form .ant-select-dropdown .ant-select-item .ant-select-item-option-state{color:transparent!important;font-weight:600!important}.select-form .ant-select-dropdown::-webkit-scrollbar{width:6px}.select-form .ant-select-dropdown::-webkit-scrollbar-track{background:#b8c3d8;border-radius:3px}.select-form .ant-select-dropdown::-webkit-scrollbar-thumb{background:#d5dbe8;border-radius:3px}.select-form .ant-select-dropdown::-webkit-scrollbar-thumb:hover{background:#7d8bb4}.select-form .select-helper{font-size:12px;color:#7d8bb4;margin:0}.select-form .select-helper.select-helper-error{color:#ea1469}.select-sm .select-container .ant-select-custom .ant-select-selector{padding:6px 10px!important;min-height:24px!important}.select-sm .select-container .ant-select-custom .ant-select-selector .ant-select-selection-placeholder,.select-sm .select-container .ant-select-custom .ant-select-selector .ant-select-selection-item{font-size:12px!important}.select-lg .select-container .ant-select-custom .ant-select-selector{padding:12px 16px!important;min-height:40px!important}.select-lg .select-container .ant-select-custom .ant-select-selector .ant-select-selection-placeholder,.select-lg .select-container .ant-select-custom .ant-select-selector .ant-select-selection-item{font-size:16px!important}.ant-select-item-option-selected{background-color:var(--neutral-gris-lowest)!important;font-weight:500!important}.service-manager{width:100%}.service-manager.disabled{opacity:.6;pointer-events:none}.service-manager.disabled .service-manager-header .service-manager-title{color:var(--neutral-gris-medium)}.service-manager.disabled .service-manager-header .service-manager-subtitle{color:var(--neutral-gris-lower)}.service-manager.disabled .service-actions .add-service-btn{opacity:.5;cursor:not-allowed}.service-manager.disabled .service-actions .add-service-btn:hover{transform:none;box-shadow:none}.service-manager.disabled .service-actions .add-service-btn:active{transform:none}.service-manager .service-manager-header{margin-bottom:24px;text-align:center}.service-manager .service-manager-header .service-manager-title{font-size:18px;font-weight:600;color:var(--neutral-gris-hight);margin:0 0 8px}.service-manager .service-manager-header .service-manager-subtitle{font-size:14px;color:var(--neutral-gris-medium);margin:0;line-height:1.5}.service-manager .service-rows{margin-bottom:24px}.service-manager .service-actions{display:flex;justify-content:center;padding:20px 0;border-top:1px solid var(--neutral-gris-lower)}.service-manager .service-actions .add-service-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:500;font-size:14px;transition:all .2s ease}.service-manager .service-actions .add-service-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #904dff33}.service-manager .service-actions .add-service-btn:active{transform:translateY(0)}.service-manager .service-actions .add-service-btn svg{width:16px;height:16px}.service-manager .empty-state{display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--neutral-gris-lowest);border:2px dashed var(--neutral-gris-lower);border-radius:12px;margin-bottom:24px}.service-manager .empty-state .empty-state-content{text-align:center;padding:32px}.service-manager .empty-state .empty-state-content .empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.6}.service-manager .empty-state .empty-state-content .empty-state-title{font-size:18px;font-weight:600;color:var(--neutral-gris-hight);margin:0 0 8px}.service-manager .empty-state .empty-state-content .empty-state-description{font-size:14px;color:var(--neutral-gris-medium);margin:0;line-height:1.5}.service-row{margin-bottom:20px;background:var(--white);border:1px solid var(--neutral-gris-lower);border-radius:12px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.service-row.disabled{opacity:.6;pointer-events:none}.service-row.disabled:hover{border-color:var(--neutral-gris-lower);box-shadow:0 1px 3px #0000000d;transform:none}.service-row.disabled .service-row-header{background:var(--neutral-gris-lowest);opacity:.8}.service-row.disabled .service-row-header .service-row-title{color:var(--neutral-gris-medium)}.service-row.disabled .service-row-header .service-action-btn{opacity:.5;cursor:not-allowed}.service-row.disabled .service-row-header .service-action-btn:hover{opacity:.5}.service-row.disabled .service-row-fields .field-group .field-label{color:var(--neutral-gris-lower)}.service-row.disabled .service-row-fields .field-group .select-form .select-container,.service-row.disabled .service-row-fields .field-group .select-form .input-container,.service-row.disabled .service-row-fields .field-group .input-form .select-container,.service-row.disabled .service-row-fields .field-group .input-form .input-container{background:var(--neutral-gris-lowest);border-color:var(--neutral-gris-lower)}.service-row.disabled .service-row-fields .field-group .select-form .select-container:focus-within,.service-row.disabled .service-row-fields .field-group .select-form .input-container:focus-within,.service-row.disabled .service-row-fields .field-group .input-form .select-container:focus-within,.service-row.disabled .service-row-fields .field-group .input-form .input-container:focus-within{border-color:var(--neutral-gris-lower);box-shadow:none}.service-row.disabled .service-row-fields .field-group .select-form .select-container .input,.service-row.disabled .service-row-fields .field-group .select-form .input-container .input,.service-row.disabled .service-row-fields .field-group .input-form .select-container .input,.service-row.disabled .service-row-fields .field-group .input-form .input-container .input{background:var(--neutral-gris-lowest)!important;color:var(--neutral-gris-medium)!important;cursor:not-allowed}.service-row.disabled .service-row-fields .field-group .select-form .select-container .input::placeholder,.service-row.disabled .service-row-fields .field-group .select-form .input-container .input::placeholder,.service-row.disabled .service-row-fields .field-group .input-form .select-container .input::placeholder,.service-row.disabled .service-row-fields .field-group .input-form .input-container .input::placeholder{color:var(--neutral-gris-lower)}.service-row.disabled .service-row-fields .field-group.percentage-field .input-form .input-container .input,.service-row.disabled .service-row-fields .field-group.total-field .input-form .input-container .input{background:var(--neutral-gris-lowest)!important;color:var(--neutral-gris-medium)!important;cursor:not-allowed}.service-row.disabled .service-row-fields .field-group.percentage-field .input-form .input-container .input:focus,.service-row.disabled .service-row-fields .field-group.total-field .input-form .input-container .input:focus{background:var(--neutral-gris-lowest)!important;color:var(--neutral-gris-medium)!important}.service-row:hover{border-color:var(--violet-medium);box-shadow:0 2px 8px #904dff14;transform:translateY(-1px)}.service-row .service-row-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--neutral-gris-lowest);border-bottom:1px solid var(--neutral-gris-lower)}.service-row .service-row-header .service-row-title{font-size:14px;font-weight:600;color:var(--neutral-gris-hight)}.service-row .service-row-header .service-action-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.service-row .service-row-header .service-action-btn.remove-btn:hover{opacity:.7}.service-row .service-row-fields{padding:20px;display:flex;gap:16px;align-items:flex-end}.service-row .service-row-fields .field-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:120px}.service-row .service-row-fields .field-group input[type=number]{-moz-appearance:textfield}.service-row .service-row-fields .field-group input[type=number]::-webkit-outer-spin-button,.service-row .service-row-fields .field-group input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.service-row .service-row-fields .field-group .field-label{font-size:12px;font-weight:500;color:var(--neutral-gris-medium);text-transform:uppercase;letter-spacing:.5px}.service-row .service-row-fields .field-group .select-form,.service-row .service-row-fields .field-group .input-form{width:100%;overflow:hidden}.service-row .service-row-fields .field-group .select-form .select-label,.service-row .service-row-fields .field-group .select-form .label,.service-row .service-row-fields .field-group .input-form .select-label,.service-row .service-row-fields .field-group .input-form .label{display:none}.service-row .service-row-fields .field-group .select-form .select-container,.service-row .service-row-fields .field-group .select-form .input-container,.service-row .service-row-fields .field-group .input-form .select-container,.service-row .service-row-fields .field-group .input-form .input-container{width:100%;border-radius:8px;border:1px solid var(--neutral-gris-lower);transition:all .2s ease;height:44px;display:flex;align-items:center;overflow:hidden;position:relative}.service-row .service-row-fields .field-group .select-form .select-container:focus-within,.service-row .service-row-fields .field-group .select-form .input-container:focus-within,.service-row .service-row-fields .field-group .input-form .select-container:focus-within,.service-row .service-row-fields .field-group .input-form .input-container:focus-within{border-color:var(--violet-medium);box-shadow:0 0 0 3px #904dff1a}.service-row .service-row-fields .field-group .select-form .input,.service-row .service-row-fields .field-group .input-form .input{width:100%;padding:12px 16px;font-size:14px;border:none;outline:none;background:transparent}.service-row .service-row-fields .field-group .select-form .input::placeholder,.service-row .service-row-fields .field-group .input-form .input::placeholder{color:var(--neutral-gris-low)}.service-row .service-row-fields .field-group .select-form .icon-prefix,.service-row .service-row-fields .field-group .input-form .icon-prefix{margin-left:12px;margin-right:8px;color:var(--neutral-gris-medium)}.service-row .service-row-fields .field-group .select-form .select-container .ant-select{width:100%;height:100%}.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-selector{border:none!important;background:transparent!important;box-shadow:none!important;height:100%!important;border-radius:8px!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-selector:focus,.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-selector:focus-within{border:none!important;box-shadow:none!important;outline:none!important}.service-row .service-row-fields .field-group .select-form .select-container .ant-select.ant-select-focused .ant-select-selector{border:none!important;box-shadow:none!important;outline:none!important}.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-selection-item{font-size:14px;color:var(--neutral-gris-hight);font-weight:400;text-align:left}.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-selection-placeholder{font-size:14px;color:var(--neutral-gris-low);font-weight:400;text-align:left}.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-arrow{color:var(--neutral-gris-medium);font-size:12px;right:12px!important;position:absolute!important;top:68%!important;transform:translateY(-50%)!important;pointer-events:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important}.service-row .service-row-fields .field-group .select-form .select-container .ant-select .ant-select-selection-wrap{height:100%!important;display:flex!important;align-items:center!important}.service-row .service-row-fields .field-group.percentage-field .input-form .input-container .icon-suffix{display:block!important}.service-row .service-row-fields .field-group.percentage-field .input-form .input-container .input{cursor:text!important;background:#fff!important;color:var(--neutral-gris-hight)!important}.service-row .service-row-fields .field-group.percentage-field .input-form .input-container .input:focus{background:#fff!important;color:var(--neutral-gris-hight)!important}.service-row .service-row-fields .field-group.total-field .input-form .input-container .icon-suffix{display:none!important}.service-row .service-row-fields .field-group.total-field .input-form .input-container .input{cursor:text!important;background:#fff!important;color:var(--neutral-gris-hight)!important}.service-row .service-row-fields .field-group.total-field .input-form .input-container .input:focus{background:#fff!important;color:var(--neutral-gris-hight)!important}@media (max-width: 768px){.service-row .service-row-fields{flex-direction:column;gap:16px;padding:16px}.service-row .service-row-fields .field-group{min-width:unset}.service-row .service-row-header{padding:12px 16px}.service-row .service-row-header .service-row-title{font-size:13px}}@media (max-width: 480px){.service-row{margin-bottom:16px}.service-row .service-row-fields{padding:12px;gap:12px}}[dir=rtl] .service-row .service-row-fields{direction:rtl}[dir=rtl] .service-row .field-group .field-label{text-align:right}[dir=rtl] .service-row .field-group .input-form .input-container{direction:rtl}[dir=rtl] .service-row .field-group .input-form .input-container .input{text-align:right;direction:rtl}[dir=rtl] .service-row .field-group .input-form .input-container .icon-suffix{margin-right:12px!important;margin-left:12px!important}[dir=rtl] .service-row .field-group .input-form .input-container .icon-prefix{margin-left:0!important;margin-right:12px!important}[dir=rtl] .service-row .field-group .select-form .select-container{direction:rtl}[dir=rtl] .service-row .field-group .select-form .select-container .ant-select .ant-select-selector{direction:rtl;text-align:right}[dir=rtl] .service-row .field-group .select-form .select-container .ant-select .ant-select-arrow{right:auto!important;left:12px!important}.shared-infinite-scroll{overflow:auto}.shared-infinite-scroll__loading-footer{margin-top:16px}.sidebar{min-width:276px;width:276px;height:100vh;background:#fff;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;will-change:transform,width,min-width;transform-origin:left center}.sidebar.collapsed{min-width:64px;width:64px;transform:translate(0)}.sidebar.animating .chevron,.sidebar.animating .chevron-right,.sidebar.animating .group-label{transition:opacity .2s ease-out;opacity:0}.sidebar.animating .menu-button-content{transition:gap .3s ease-out}.sidebar.animating .submenu{transition:all .2s ease-out;opacity:0}.sidebar-header-container{display:flex;align-items:center;justify-content:space-between;padding:30px;transition:all .4s cubic-bezier(.4,0,.2,1)}.sidebar.collapsed .sidebar-header-container{padding:.5rem}.sidebar-header{overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;justify-content:flex-start;align-items:center;will-change:padding}.sidebar-header svg{height:60px}.sidebar.collapsed .sidebar-header{padding:.5rem}.sidebar-close-button{position:absolute;top:1.5rem;right:1.5rem;width:2rem;height:2rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar-close-button:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px #0000001f,0 4px 8px #00000014}.sidebar-close-button:active{transform:translateY(0);box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.sidebar-close-button svg{transition:all .2s ease-in-out;color:#64748b}.sidebar-close-button:hover svg{color:#475569;transform:rotate(90deg)}.sidebar-content-collapsed,.sidebar-header-collapsed{margin-top:20px}.logo{cursor:pointer;transition:height .3s ease-in-out}.sidebar.collapsed .logo{height:2rem}.sidebar-content{flex:1;padding:0 1rem;overflow-y:auto;transition:padding .3s ease-in-out}.sidebar.collapsed .sidebar-content{padding:0 .5rem}.sidebar.collapsed .sidebar-content .menu-button{padding:0!important}.menu-group{margin-bottom:2rem;transition:margin .3s ease-in-out}.menu-group:first-child{margin-bottom:2rem}.group-label{font-weight:300;font-size:12px;line-height:100%;letter-spacing:0%;color:#7d8bb4;margin-bottom:1rem;transition:opacity .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out}.sidebar.collapsed .group-label{opacity:0;height:0;margin-bottom:0;overflow:hidden}.menu-list{display:flex;flex-direction:column;gap:.25rem}.menu-item{position:relative}.menu-item .menu-button{width:100%}.menu-button-active{border:1px solid #e9edf5!important;box-shadow:1px 3px 16px #f7f9fa80!important}.menu-button-active svg{color:#009dfd!important}.menu-button-active:not(.menu-content-button) .menu-icon{filter:brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(4504%) hue-rotate(244deg) brightness(99%) contrast(105%)}.menu-button-active:not(.menu-content-button) .menu-text{color:#009dfd!important;font-weight:500!important}.menu-button{height:40px;max-width:100%;display:flex;align-items:center;justify-content:space-between;border:none;background:transparent;border-radius:.5rem;padding:0 10px;cursor:pointer;text-decoration:none;color:inherit;border-radius:10px;border:1px solid white;transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,border-color}.menu-button:hover{border:1px solid #e9edf5!important;transform:translate(2px)}.menu-button:hover .menu-icon{color:#7c3aed}.menu-button:hover .menu-text{font-weight:300;font-size:14px;line-height:100%;letter-spacing:0%}.menu-button:hover .chevron,.menu-button:hover .chevron-right{color:#7c3aed}.menu-button.collapsed{justify-content:center;padding:.5rem}.menu-button-content{display:flex;align-items:center;gap:.75rem}.sidebar.collapsed .menu-button-content{gap:0}.menu-icon{width:1.25rem;height:1.25rem;transition:all .3s ease-in-out;color:#4b5563;transition:color .2s ease-in-out}.menu-text{font-weight:300;font-size:14px;line-height:100%;letter-spacing:0%;color:#444864;white-space:nowrap;will-change:opacity,width}.sidebar.collapsed .menu-text{display:none}.menu-collapsed{display:flex;justify-content:center}.chevron{width:1rem;height:1rem;color:#9ca3af;transition:transform .3s ease-in-out,color .2s ease-in-out,opacity .3s ease-in-out,width .3s ease-in-out;rotate:90deg}.chevron.rotated{transform:rotate(90deg)}.sidebar.collapsed .chevron{opacity:0;width:0}.chevron-right{width:1rem;height:1rem;color:#9ca3af;transition:color .2s ease-in-out,opacity .3s ease-in-out,width .3s ease-in-out}.sidebar.collapsed .chevron-right{opacity:0;width:0}.submenu{margin-left:1.5rem;margin-top:5px;max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:9px;transition:max-height .4s cubic-bezier(.4,0,.2,1);will-change:max-height}.submenu.open{max-height:500px}.sidebar.collapsed .submenu{display:none}.submenu .submenu-item{opacity:0;transform:translate(-10px);will-change:transform,opacity}.submenu .submenu-item.show{opacity:1;transform:translate(0)}.menu-item-active{border:1px solid #e9edf5!important;border-radius:12px;box-shadow:1px 3px 16px #f7f9fa80}.submenu-item{display:flex;align-items:center;cursor:pointer;gap:10px;padding:10px 5px;border-radius:.5rem;text-decoration:none;color:#4b5563;transition:all .2s ease-in-out;position:relative}.submenu-item span{font-weight:300;font-size:14px;line-height:100%;letter-spacing:0%;color:#444864!important}.submenu-item svg{color:#d5dbe8;fill:#d5dbe8;width:8px;height:8px}.submenu-item:before{content:"";position:absolute;left:8px;top:23px;bottom:.75rem;width:1px;background-color:#d5dbe8;z-index:1;min-height:30px}.submenu-item:last-child:before{display:none!important}.submenu-item:hover{background-color:#f9fafb}.submenu-item.active{font-weight:500}.submenu-item.active span{transition:all .2s ease-in-out;color:#009dfd!important;font-weight:500}.submenu-item.active .submenu-icon{background-color:#009dfd;border-radius:50%;position:relative}.submenu-icon{width:.5rem;height:.5rem;transition:all .2s ease-in-out;background-color:#d5dbe8;border-radius:50%;position:relative;z-index:2}.toggle-button{position:absolute;top:.5rem;right:-.8rem;width:1.5rem;height:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;transform:translate(0);transform:rotate(90deg)}.toggle-button:hover{background:#f9fafb;border-color:#d1d5db}.toggle-button.collapsed{transform:rotate(90deg)}.toggle-icon{width:.875rem;height:.875rem;color:#6b7280;transition:transform .4s cubic-bezier(.4,0,.2,1)}.tooltip-content{border-radius:.5rem;padding:0;min-width:200px}.ant-tooltip-content{background-color:#fff}.tooltip-header{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid #f3f4f6;font-weight:500;color:#111827}.tooltip-icon{width:1rem;height:1rem;color:#4b5563}.tooltip-submenu{padding:.25rem 0}.tooltip-submenu-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;font-weight:300;font-size:14px;letter-spacing:0%;color:#444864;border-radius:8px;cursor:pointer;transition:background-color .2s ease-in-out;position:relative}.tooltip-submenu-item:before{content:"";position:absolute;left:15px;top:25px;bottom:.75rem;width:1px;background-color:#d5dbe8;z-index:1;min-height:20px}.tooltip-submenu-item:last-child:before{display:none!important}.tooltip-submenu-item:hover{background-color:#f9fafb}.tooltip-submenu-item.active{color:#009dfd;font-weight:500}.tooltip-submenu-item.active .tooltip-submenu-icon{background-color:#009dfd;transition:all .2s ease-in-out;border-radius:50%}.tooltip-submenu-icon{width:.5rem;height:.5rem;transition:all .2s ease-in-out;background-color:#d5dbe8;border-radius:50%;position:relative;z-index:2}:global(.custom-tooltip .ant-tooltip-inner){padding:0;background:transparent;box-shadow:none}:global(.custom-tooltip .ant-tooltip-arrow){display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}[dir=rtl] .menu-button .menu-button-content{gap:12px}[dir=rtl] .menu-button .chevron{transform:rotate(180deg)}[dir=rtl] .menu-button .chevron.rotated{transform:rotate(90deg)}[dir=rtl] .menu-button .chevron-right{transform:rotate(180deg)}[dir=rtl] .menu-button:hover{transform:translate(-2px)}[dir=rtl] .submenu{margin-right:1.5rem;margin-left:0;padding-right:0;padding-left:20px}[dir=rtl] .submenu .submenu-item{opacity:0;transform:translate(10px);will-change:transform,opacity;justify-content:flex-end}[dir=rtl] .submenu .submenu-item.show{opacity:1;transform:translate(0)}[dir=rtl] .submenu-item{padding-right:0;padding-left:12px;flex-direction:row-reverse;gap:10px}[dir=rtl] .submenu-item .submenu-icon{order:2}[dir=rtl] .submenu-item span{order:1;text-align:right}[dir=rtl] .submenu-item:before{right:4px;left:auto}[dir=rtl] .tooltip-submenu-item{padding-right:0;padding-left:12px;flex-direction:row-reverse;gap:10px}[dir=rtl] .tooltip-submenu-item .tooltip-submenu-icon{order:2}[dir=rtl] .tooltip-submenu-item:before{right:10px;left:auto}[dir=rtl] .toggle-button{right:auto;left:-.8rem;transform:rotate(-90deg)}[dir=rtl] .toggle-button.collapsed{transform:rotate(-90deg)}[dir=rtl] .sidebar-close-button{right:auto;left:1.5rem}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:40;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.sidebar-overlay.visible{opacity:1;visibility:visible}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;z-index:100;transform:translate(-100%);transition:transform .3s ease-in-out;width:100vw;max-width:100vw;height:100vh;box-shadow:4px 0 24px #00000026}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:100vw;max-width:100vw}.sidebar .sidebar-header-container{padding:1.5rem 1rem}.sidebar .sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid #f3f4f6}.sidebar .sidebar-header svg{height:2.5rem}.sidebar .sidebar-content{padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar .menu-group{margin-bottom:1.5rem}.sidebar .group-label{font-size:.75rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.sidebar .menu-button{height:3rem;padding:0 1rem;border-radius:.75rem;font-size:.875rem}.sidebar .menu-button:hover{transform:none;background-color:#f9fafb}.sidebar .menu-button-content{gap:1rem}.sidebar .menu-icon{width:1.5rem;height:1.5rem}.sidebar .menu-text{font-size:.875rem;font-weight:400}.sidebar .submenu{margin-left:2rem;margin-top:.5rem}.sidebar .submenu .submenu-item{padding:.75rem .5rem;font-size:.875rem;border-radius:.5rem;margin-bottom:.25rem}.sidebar .submenu .submenu-item:hover{background-color:#f3f4f6}.sidebar .toggle-button{display:none}.sidebar-overlay{opacity:1;visibility:visible}}@media (max-width: 480px){.sidebar{max-width:100vw}.sidebar .sidebar-header-container,.sidebar .sidebar-header{padding:1rem}.sidebar .sidebar-content{padding:.75rem}.sidebar .menu-button{height:2.75rem;padding:0 .75rem}.sidebar .menu-button-content{gap:.75rem}}.mobile-menu-button{margin-top:6px;width:38px;aspect-ratio:1/1;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.mobile-menu-button:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px #0000001f,0 4px 8px #00000014}.mobile-menu-button:active{transform:translateY(0);box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.mobile-menu-button__lines{display:flex;flex-direction:column;gap:.25rem;width:1.25rem;height:1rem}.mobile-menu-button__line{width:100%;height:2px;background-color:#6b7280;transition:all .3s ease-in-out;transform-origin:center}.mobile-menu-button__line:nth-child(1).open{background-color:#fff;transform:rotate(45deg) translate(.25rem,.25rem)}.mobile-menu-button__line:nth-child(2).open{background-color:#fff;opacity:0;transform:scaleX(0)}.mobile-menu-button__line:nth-child(3).open{background-color:#fff;transform:rotate(-45deg) translate(.25rem,-.25rem)}.mobile-menu-button.open{background:linear-gradient(135deg,#009dfd,#007acc);border-color:#009dfd}.spinner-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:100%}.spinner-loader__spinner{width:50px;aspect-ratio:1;display:grid;border:4px solid transparent;border-radius:50%;border-right-color:var(--spinner-color, #009dfd);animation:spinnerRotate 1s infinite linear}.spinner-loader__spinner:before,.spinner-loader__spinner:after{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:spinnerRotate 2s infinite}.spinner-loader__spinner:after{margin:8px;animation-duration:3s}.spinner-loader__text{font-size:14px;color:#666;font-weight:500;text-align:center;animation:textFade 2s ease-in-out infinite}.spinner-loader--small{min-height:80px;gap:12px}.spinner-loader--small .spinner-loader__spinner{width:30px;border-width:3px}.spinner-loader--small .spinner-loader__spinner:before,.spinner-loader--small .spinner-loader__spinner:after{margin:1px}.spinner-loader--small .spinner-loader__spinner:after{margin:5px}.spinner-loader--small .spinner-loader__text{font-size:12px}.spinner-loader--medium{min-height:120px;gap:16px}.spinner-loader--medium .spinner-loader__spinner{width:50px;border-width:4px}.spinner-loader--large{min-height:200px;gap:20px}.spinner-loader--large .spinner-loader__spinner{width:80px;border-width:6px}.spinner-loader--large .spinner-loader__spinner:before,.spinner-loader--large .spinner-loader__spinner:after{margin:3px}.spinner-loader--large .spinner-loader__spinner:after{margin:12px}.spinner-loader--large .spinner-loader__text{font-size:16px}@keyframes spinnerRotate{to{transform:rotate(1turn)}}@media (prefers-color-scheme: dark){.spinner-loader__text{color:#999}}.spinner-loader--primary .spinner-loader__spinner,.spinner-loader--secondary .spinner-loader__spinner,.spinner-loader--violet .spinner-loader__spinner,.spinner-loader--purple .spinner-loader__spinner{--spinner-color: #009dfd}.spinner-loader--success .spinner-loader__spinner{--spinner-color: #25b09b}.spinner-loader--warning .spinner-loader__spinner{--spinner-color: #f59e0b}.spinner-loader--error .spinner-loader__spinner{--spinner-color: #ef4444}.stepper-modal__header-container{margin-top:32px;display:flex;align-items:center;justify-content:center;width:100%}.stepper-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:8px 0 16px;gap:12px;width:70%}.stepper-modal__step{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.6}.stepper-modal__step.active,.stepper-modal__step.completed{opacity:1}.stepper-modal__step-indicator{display:flex;width:20px;height:20px;flex-direction:column;justify-content:center;align-items:center;gap:5px;border-radius:10px;border:.5px solid var(--primary-brand-violet-medium);background:#862bff1a}.stepper-modal__step-dot{width:8px;height:8px;flex-shrink:0;border-radius:5px;background:var(--primary-brand-violet-hight);display:inline-block}.stepper-modal__step-label{font-size:12px;font-weight:500;color:var(--neutral-gris-medium)}.stepper-modal__step-label.completed{color:var(--primary-brand-violet-hight)}.stepper-modal__content{padding-top:36px}.stepper-modal__step.completed .stepper-modal__step-indicator{border-radius:10px;border:1px solid var(--primary-brand-violet-hight);background:var(--primary-brand-violet-hight);color:var(--surface-primary)}.stepper-modal__connector{flex:1;height:3px;background:#862bff26;margin-top:8px}.stepper-modal__connector.completed{background:var(--primary-brand-violet-hight)}.stepper-modal__footer{display:flex;align-items:center;justify-content:space-between;width:100%}.stepper-modal__footer-right{display:flex;align-items:center;gap:4px}.custom-tabs{width:100%}.custom-tabs .ant-tabs-nav{margin-bottom:16px}.custom-tabs .ant-tabs-nav:before{border-bottom:unset!important}.custom-tabs .ant-tabs-tab{font-weight:400;font-size:14px;padding:12px 20px;color:var(--neutral-gris-medium, #7d8bb4);border-radius:8px 8px 0 0;transition:all .2s ease;margin:0!important}.custom-tabs .ant-tabs-tab:hover{color:var(--violet-high, #009dfd)}.custom-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--violet-high, #009dfd)!important;font-weight:400!important}.custom-tabs .ant-tabs-ink-bar{background-color:var(--violet-high, #009dfd)!important;height:1px!important;border-radius:2px}.custom-tabs--small .ant-tabs-tab{font-size:12px;border-bottom:1px solid var(--neutral-gris-lower)!important;padding:8px 12px}.custom-tabs--small .ant-tabs-nav{margin-bottom:12px}.custom-tabs--large .ant-tabs-tab{font-size:16px;border-bottom:1px solid var(--neutral-gris-lower)!important;padding:16px 20px}.custom-tabs--large .ant-tabs-nav{margin-bottom:20px}.custom-tabs--dashboard .ant-tabs-nav{margin-bottom:12px}.custom-tabs--dashboard .ant-tabs-tab{font-weight:400;font-size:14px;padding:8px 16px;color:var(--neutral-gris-medium, #7d8bb4);border-bottom:1px solid var(--neutral-gris-lower)!important}.custom-tabs--dashboard .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--violet-high, #009dfd)!important;font-weight:400!important}.custom-tabs--dashboard .ant-tabs-ink-bar{background-color:var(--violet-high, #009dfd)!important;height:2px!important}.custom-tabs--minimal .ant-tabs-nav{margin-bottom:8px}.custom-tabs--minimal .ant-tabs-nav:before{border-bottom:none}.custom-tabs--minimal .ant-tabs-tab{padding:6px 12px;background:transparent;border:1px solid var(--grey-200);margin-right:4px;border-radius:6px}.custom-tabs--minimal .ant-tabs-tab:hover{background:var(--grey-50);border-color:var(--violet-high)}.custom-tabs--minimal .ant-tabs-tab-active{background:var(--violet-high)!important;border-color:var(--violet-high)!important}.custom-tabs--minimal .ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important}.custom-tabs--minimal .ant-tabs-ink-bar{display:none}@media (max-width: 768px){.custom-tabs .ant-tabs-tab{font-size:13px;padding:6px 12px}.custom-tabs .ant-tabs-nav{margin-bottom:8px}.custom-tabs--small .ant-tabs-tab{font-size:11px;padding:5px 10px}.custom-tabs--large .ant-tabs-tab{font-size:14px;padding:12px 16px}}@media (max-width: 480px){.custom-tabs .ant-tabs-tab{font-size:12px;padding:5px 10px}.custom-tabs--small .ant-tabs-tab{font-size:10px;padding:4px 8px}.custom-tabs--large .ant-tabs-tab{font-size:13px;padding:10px 14px}}.custom-tabs .ant-tabs-nav-wrap{flex:unset!important}.custom-tabs .ant-tabs-nav-wrap::-webkit-scrollbar{height:4px}.custom-tabs .ant-tabs-nav-wrap::-webkit-scrollbar-track{background:transparent}.custom-tabs .ant-tabs-nav-wrap::-webkit-scrollbar-thumb{background:#0076fd4d;border-radius:2px;border:none}.custom-tabs .ant-tabs-nav-wrap::-webkit-scrollbar-thumb:hover{background:#0076fd80}.tab-navigation{display:flex;align-items:center;justify-content:start;gap:10px}.tab-navigation__item{font-size:16px;font-weight:400;color:#64748b;cursor:pointer;padding:6px 16px;border-radius:8px;transition:all .2s ease}.tab-navigation__item--active{color:#1e293b;font-weight:400;background:#fff;box-shadow:0 3px 1px #afb9cb0a;box-shadow:0 3px 8px #afb9cb1f}.tab-navigation__item--disabled{color:#94a3b8;cursor:not-allowed;opacity:.6}.tab-navigation__item:hover:not(.tab-navigation__item--active):not(.tab-navigation__item--disabled){color:#334155;background:#fff;box-shadow:0 3px 1px #afb9cb0a;box-shadow:0 3px 8px #afb9cb1f}[dir=rtl] .tab-navigation{flex-direction:row-reverse}@media (max-width: 768px){.tab-navigation__item{font-size:14px}}@media (max-width: 480px){.tab-navigation__item{font-size:13px;padding:6px 12px}}.tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent;box-shadow:0 2px 4px #0000001a;-webkit-user-select:none;user-select:none}.tag:disabled{opacity:.6;cursor:not-allowed}.tag .tag-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.tag .tag-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}.tag .tag-close{width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .2s ease-in-out}.tag .tag-close:hover{background-color:#0000001a}.tag.tag-sm{padding:2px 8px;font-size:12px;border-radius:16px}.tag.tag-sm .tag-icon{width:14px;height:14px}.tag.tag-sm .tag-avatar{width:16px;height:16px}.tag.tag-sm .tag-close{width:14px;height:14px}.tag.tag-md{padding:4px 12px;font-size:14px;border-radius:20px}.tag.tag-md .tag-icon{width:16px;height:16px}.tag.tag-md .tag-avatar{width:20px;height:20px}.tag.tag-md .tag-close{width:16px;height:16px}.tag.tag-lg{padding:6px 16px;font-size:16px;border-radius:24px}.tag.tag-lg .tag-icon{width:18px;height:18px}.tag.tag-lg .tag-avatar{width:24px;height:24px}.tag.tag-lg .tag-close{width:18px;height:18px}.tag.tag-solid-primary{background-color:#009dfd;color:#b8c3d8;border-color:#009dfd}.tag.tag-solid-primary:hover:not(:disabled){background-color:var(--violet-high);border-color:var(--violet-high)}.tag.tag-solid-secondary{background-color:#444864;color:#b8c3d8;border-color:#444864}.tag.tag-solid-secondary:hover:not(:disabled){background-color:#2c2f3f;border-color:#2c2f3f}.tag.tag-solid-success{background-color:#ea1469;color:#b8c3d8;border-color:#ea1469}.tag.tag-solid-success:hover:not(:disabled){background-color:#bb1054;border-color:#bb1054}.tag.tag-outlined-primary{background-color:transparent;color:#009dfd;border-color:#009dfd}.tag.tag-outlined-primary:hover:not(:disabled){background-color:#009dfd;color:#b8c3d8}.tag.tag-outlined-primary .tag-close:hover{background-color:#009dfd1a}.tag.tag-outlined-secondary{background-color:#b8c3d8;color:#444864;border-color:#e9edf5;box-shadow:none!important}.tag.tag-outlined-secondary .tag-close:hover{background-color:#e9edf51a}.tag.tag-outlined-dark{background-color:transparent;color:#444864;border-color:#444864}.tag.tag-outlined-dark:hover:not(:disabled){background-color:#444864;color:#b8c3d8}.tag.tag-outlined-dark .tag-close:hover{background-color:#4448641a}.tag.tag-outlined-light{background-color:var(--light);color:#444864;border:1px solid var(--neutral-gris-lower);box-shadow:none}.tag.tag-outlined-light:hover:not(:disabled){background-color:rgba(var(--light),.1);border-color:var(--neutral-gris-lower);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.tag.tag-outlined-light .tag-close:hover{background-color:#e9edf51a}.tag.tag-rounded-xs{border-radius:4px}.tag.tag-rounded-sm{border-radius:8px}.tag.tag-rounded-md{border-radius:12px}.tag.tag-rounded-lg{border-radius:16px}.tag.tag-rounded-xl{border-radius:20px}.tag.tag-rounded-xxl{border-radius:24px}.settings-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;width:32px;height:32px;background:var(--light);border:1px solid var(--grey-300);box-shadow:0 1px 3px #b8c3d8;border-radius:6px;cursor:pointer;transition:all .2s ease}.settings-button:hover{background:var(--grey-50);border-color:var(--grey-500);box-shadow:0 2px 6px #b8c3d8}.settings-button svg{width:16.8px;height:16.8px;color:var(--neutral-gris-hight)}.teacher-profile-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:20px;width:100%;height:100%}.teacher-profile-content .profile-section{display:flex;flex-direction:column;align-items:center;padding:0;gap:4px;width:100%;height:86px;align-self:stretch}.teacher-profile-content .profile-section .avatar-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;width:100%;height:56px;align-self:stretch}.teacher-profile-content .profile-section .avatar-container .teacher-avatar{width:56px;height:56px;border-radius:100px}.teacher-profile-content .profile-section .name-container{display:flex;flex-direction:column;align-items:center;padding:0;gap:2px;width:100%;height:19px;align-self:stretch}.teacher-profile-content .profile-section .name-container .teacher-name{width:100%;height:19px;font-style:normal;font-weight:500;font-size:14px;line-height:19px;text-align:center;color:#2c2f3f;margin:0}.teacher-profile-content .info-section{display:flex;flex-direction:row;align-items:center;padding:0;gap:12px;width:100%;height:41px;align-self:stretch}.teacher-profile-content .info-section .info-item{display:flex;flex-direction:row;align-items:center;padding:0;gap:14px;width:105px;height:41px;flex-shrink:0}.teacher-profile-content .info-section .info-item .info-icon{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;width:32px;height:32px;background:var(--light);border:1px solid var(--light);box-shadow:0 1px 3px #b8c3d8;border-radius:6px}.teacher-profile-content .info-section .info-item .info-icon svg{width:16px;height:18.02px}.teacher-profile-content .info-section .info-item .info-content{display:flex;flex-direction:column;align-items:center;padding:0;gap:6px;width:59px;height:41px}.teacher-profile-content .info-section .info-item .info-content .info-label{width:59px;height:16px;font-style:normal;font-weight:300;font-size:12px;line-height:16px;color:#6b76a5;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.teacher-profile-content .info-section .info-item .info-content .info-value{width:59px;height:19px;font-style:normal;font-weight:500;font-size:14px;line-height:19px;display:flex;align-items:center;justify-content:center;color:#444864;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.teacher-profile-content .info-section .info-divider{width:20px;height:0px;border:1px solid #e9edf5;transform:rotate(90deg);flex-shrink:0}.teacher-profile-content .info-section .info-item:nth-child(3){width:100px;flex-shrink:0}.teacher-profile-content .info-section .info-item:nth-child(3) .info-content{width:54px}.teacher-profile-content .info-section .info-item:nth-child(3) .info-content .info-label{width:54px}.teacher-profile-content .info-section .info-item:nth-child(3) .info-content .info-value{width:54px}.teacher-profile-content .info-section .info-item:nth-child(5){width:160px;flex-shrink:0}.teacher-profile-content .info-section .info-item:nth-child(5) .info-content{width:114px}.teacher-profile-content .info-section .info-item:nth-child(5) .info-content .info-label{width:114px}.teacher-profile-content .info-section .info-item:nth-child(5) .info-content .info-value{width:114px}@media (max-width: 600px){.teacher-profile-content .profile-section,.teacher-profile-content .profile-section .avatar-container,.teacher-profile-content .profile-section .name-container,.teacher-profile-content .profile-section .name-container .teacher-name{width:100%}.teacher-profile-content .info-section{width:100%;gap:16px;flex-wrap:wrap;justify-content:center}.teacher-profile-content .info-section .info-item{width:auto;min-width:80px;flex:0 0 auto}.teacher-profile-content .info-section .info-item .info-content{width:auto;min-width:60px}.teacher-profile-content .info-section .info-item .info-content .info-label,.teacher-profile-content .info-section .info-item .info-content .info-value{width:auto;min-width:60px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teacher-profile-content .info-section .info-divider{display:none}}.ui-upload-avatar{position:relative;display:inline-flex;height:120px!important;width:120px!important;align-items:center;justify-content:center;color:var(--neutral-gris-low);-webkit-user-select:none;user-select:none}.ui-upload-avatar .ant-image-mask{border-radius:50%}.ui-upload-avatar__image{object-fit:cover;width:100%;height:100%;border-radius:50%;display:block}.ui-upload-avatar__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;height:120px!important;width:120px!important;background:var(--blue-low);border:1px solid var(--neutral-gris-lower);color:var(--light)}.ui-upload-avatar__initials{font-weight:600;font-size:20px}.ui-upload-avatar__button{position:absolute;right:5px;bottom:5px;width:28px!important;height:28px!important;border:2.35px solid var(--light);transform:translate(15%,15%);outline:none;border-radius:9999px;background:var(--neutral-gris-hight);color:#374151;box-shadow:0 2px 6px #ceaaea0d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ui-upload-avatar__button:disabled,.ui-upload-avatar--disabled .ui-upload-avatar__button{opacity:.6;cursor:not-allowed}.ui-upload-avatar__button-icon{display:inline-flex}.ui-upload-avatar__input{display:none}.upload_new_file{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;width:100%}.upload_new_file_title{font-size:20px;font-weight:600;margin:0;color:var(--neutral-gris-higher)}.upload_new_file_description{font-size:14px;color:var(--neutral-gris-medium);text-align:center;max-width:370px}.user-details{display:flex;align-items:center;gap:12px;cursor:pointer;padding:var(--spacing-sm, 8px);border-radius:var(--border-radius-md, 8px);transition:background-color var(--transition-duration, .2s) ease;text-decoration:none;color:inherit}.user-details:hover{background-color:var(--color-hover-bg, #f5f5f5)}.user-details:active{background-color:var(--color-active-bg, #e6e6e6)}.user-details__avatar{flex-shrink:0;background-color:var(--color-primary, #1890ff);color:var(--color-white, #ffffff)}.user-details__info{min-width:0;flex:1}.user-details__name{display:block;color:var(--color-text-primary, #262626);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:var(--line-height-base, 1.5)}.user-details--compact{padding:var(--spacing-xs, 4px);gap:var(--spacing-sm, 8px)}.user-details--compact .user-details__avatar{width:32px;height:32px}.user-details--compact .user-details__name{font-size:12px}.user-details--large{padding:var(--spacing-md, 12px);gap:var(--spacing-lg, 16px)}.user-details--large .user-details__avatar{width:48px;height:48px}.user-details--large .user-details__name{font-size:var(--font-size-md, 16px)}.user-details.select-user-details{cursor:default;pointer-events:none}.user-details.select-user-details:hover,.user-details.select-user-details:active{background-color:transparent}.user-management-container{display:flex;flex-direction:column;gap:var(--spacing-24, 24px);height:100%}.language_toggler .language_toggler_menu_item{display:flex;align-items:center;gap:12px;padding:8px 12px}.language_toggler .language_toggler_menu_item svg{width:20px;height:15px;border-radius:2px}.language_toggler .language_toggler_menu_item span{font-size:14px;font-weight:500}.language_toggler_menu_item{display:flex;align-items:center;gap:12px;padding:4px 0}.lazy-loader{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.lazy-loader .masar-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.lazy-loader .masar-loader__logo{animation:logoPulse 2s ease-in-out infinite}.lazy-loader .masar-loader__text{font-size:16px;color:#666;font-weight:500;text-align:center;animation:textFade 2s ease-in-out infinite}.lazy-loader .masar-loader__dots{display:flex;gap:8px;align-items:center}.lazy-loader .masar-loader__dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#009dfd,#1e7ed1);animation:dotBounce 1.4s ease-in-out infinite both}.lazy-loader .masar-loader__dot:nth-child(1){animation-delay:-.32s}.lazy-loader .masar-loader__dot:nth-child(2){animation-delay:-.16s}.lazy-loader .masar-loader__dot:nth-child(3){animation-delay:0s}.lazy-loader .masar-loader--small{min-height:120px;gap:12px}.lazy-loader .masar-loader--small .masar-loader__text{font-size:14px}.lazy-loader .masar-loader--small .masar-loader__dot{width:6px;height:6px}.lazy-loader .masar-loader--medium{min-height:200px;gap:20px}.lazy-loader .masar-loader--large{min-height:300px;gap:10px}.lazy-loader .masar-loader--large .masar-loader__text{font-size:18px}.lazy-loader .masar-loader--large .masar-loader__dot{width:12px;height:12px}@media (prefers-color-scheme: dark){.lazy-loader .masar-loader__text{color:#999}.lazy-loader .masar-loader__dot{background:linear-gradient(135deg,#1e7ed1,#009dfd)}}.masar-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.masar-loader__logo{animation:logoPulse 2s ease-in-out infinite}.masar-loader__text{font-size:16px;color:#666;font-weight:500;text-align:center;animation:textFade 2s ease-in-out infinite}.masar-loader__dots{display:flex;gap:8px;align-items:center}.masar-loader__dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#009dfd,#1e7ed1);animation:dotBounce 1.4s ease-in-out infinite both}.masar-loader__dot:nth-child(1){animation-delay:-.32s}.masar-loader__dot:nth-child(2){animation-delay:-.16s}.masar-loader__dot:nth-child(3){animation-delay:0s}.masar-loader--small{min-height:120px;gap:12px}.masar-loader--small .masar-loader__text{font-size:14px}.masar-loader--small .masar-loader__dot{width:6px;height:6px}.masar-loader--medium{min-height:200px;gap:20px}.masar-loader--large{min-height:300px;gap:10px}.masar-loader--large .masar-loader__text{font-size:18px}.masar-loader--large .masar-loader__dot{width:12px;height:12px}@keyframes logoPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes textFade{0%,to{opacity:.6}50%{opacity:1}}@keyframes dotBounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media (prefers-color-scheme: dark){.masar-loader__text{color:#999}.masar-loader__dot{background:linear-gradient(135deg,#1e7ed1,#009dfd)}}.not_found{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;background:linear-gradient(135deg,#8257e50f,#667eea0f)}.not_found .not_found_bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-size:cover;background-position:center;opacity:.35}.not_found .not_found_card{width:100%;max-width:720px;background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 8px 32px #8257e51f;text-align:center;position:relative;z-index:1;border:1px solid rgba(130,87,229,.06)}.not_found .not_found_brand{margin-bottom:12px}.not_found .not_found_brand img{width:200px;height:auto}.not_found .not_found_code{font-size:72px;font-weight:800;letter-spacing:2px;background:linear-gradient(135deg,#009dfd,#00c6fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.not_found .not_found_title{font-size:28px;font-weight:700;color:#25252d;margin:0 0 6px}.not_found .not_found_subtitle{font-size:16px;color:#6b7280;margin:0 0 24px}.not_found .not_found_actions{display:flex;gap:12px;justify-content:center}.course-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:0 0 auto;min-width:250px;height:fit-content;min-height:200px;max-height:300px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;position:relative;overflow:hidden;cursor:pointer;transition:all .2s ease}.course-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.course-card__name{color:var(--neutral-gris-highest);font-size:18px;font-weight:600;text-align:center}.course-card__tag{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-align:center;margin:4px 0}.course-card__tag--purchased{background-color:#e8fce5;color:#12b76a}.course-card__instructor-info{display:flex;align-items:center;gap:2px}.course-card__instructor-info__name{font-weight:300;color:var(--neutral-gris-medium);font-size:12px}.course-card__chapters{color:#fff;border-radius:4px;padding:2px 6px;font-size:12px;width:fit-content;background:#ffe8d5;color:#c32d0b}.course-card__icon-wrapper{width:60px;height:60px;aspect-ratio:1;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 6px 21px #fc4e511a;overflow:visible;z-index:20;position:relative;flex-shrink:0}.course-card__icon{width:100%;height:100%;object-fit:contain;display:block;flex-shrink:0;z-index:21;position:relative}.course-card__icon-bg{position:absolute;top:-24%;right:-20%;width:80%;height:80%;opacity:.1;z-index:1;pointer-events:none}.course-filter-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:0;background:transparent;border-radius:0;margin-bottom:0}.course-filter-row__item{display:flex;align-items:center}.course-filter-row__select{width:100%;min-width:140px}.course-filter-row__clear-button{white-space:nowrap;min-width:140px;height:40px}@media (max-width: 768px){.course-filter-row{flex-direction:column;align-items:stretch;gap:8px}.course-filter-row__item,.course-filter-row__select{min-width:unset}}.courses-grid{width:100%;max-width:100%;margin:0 auto;height:100%;box-sizing:border-box;overflow-x:hidden}.courses-grid__section{background:#fff;box-shadow:0 5.33px 22.66px 0 var(--neutral-gris-lower);border-radius:14px;padding:24px;height:calc(100vh - 120px);display:flex;flex-direction:column;overflow:hidden}.courses-grid__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:23px;width:100%;flex-shrink:0}@media (max-width: 1024px){.courses-grid__header{flex-direction:column;gap:20px}}@media (max-width: 768px){.courses-grid__header{flex-direction:column;gap:16px}}.courses-grid__title-section{display:flex;flex-direction:column;gap:6px;flex:1}.courses-grid__title{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:26px;line-height:36px;color:#31076e;margin:0;display:flex;align-items:center}.courses-grid__tabs{margin-top:8px}.courses-grid__controls{display:flex;flex-direction:row;align-items:center;gap:16px}@media (max-width: 768px){.courses-grid__controls{width:100%}}.courses-grid__search{flex:1;max-width:300px}@media (max-width: 768px){.courses-grid__search{max-width:none}}.courses-grid__search .search-input{width:100%;height:40px}.courses-grid__filter{flex-shrink:0}.courses-grid__filter-inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.courses-grid__filter-inline{width:100%;justify-content:flex-start}}.courses-grid__filter-inline-content{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.courses-grid__filter-inline-content .course-filter-row__item{margin:0}.courses-grid__filter-inline-content .course-filter-row__select{min-width:120px}.courses-grid__filter-inline-content .course-filter-row__clear-button{white-space:nowrap}.courses-grid__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%;padding:24px 8px 24px 24px;overflow-y:auto;align-content:flex-start;align-items:stretch;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.courses-grid__grid::-webkit-scrollbar{display:none}.progress-bar{display:flex;align-items:center;gap:12px}.progress-bar__container{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.progress-bar__fill{height:100%;background:#009dfd;border-radius:4px;transition:width .3s ease}.progress-bar__text{font-family:Manrope,sans-serif;font-size:14px;font-weight:500;color:#5e5e5e;line-height:1.4;min-width:30px;text-align:right}.rating-stars{display:flex;align-items:center;gap:8px}.rating-stars__rate .ant-rate-star{font-size:14px;margin-right:1px}.rating-stars__rate .ant-rate-star:last-child{margin-right:0}.rating-stars__rate .ant-rate-star-first,.rating-stars__rate .ant-rate-star-second{color:#e0e8f1}.rating-stars__rate .ant-rate-star-full .ant-rate-star-first,.rating-stars__rate .ant-rate-star-full .ant-rate-star-second,.rating-stars__rate .ant-rate-star-half .ant-rate-star-first{color:#ffc500}.rating-stars__rate .ant-rate-star-half .ant-rate-star-second{color:#e0e8f1}.rating-stars__text{font-family:Manrope,sans-serif;font-size:12px;font-weight:600;color:#687d94;line-height:1.4}.duration-badge{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:4px;z-index:2}.duration-badge__clock-icon{width:16px;height:16px;position:relative}.duration-badge__clock-circle{width:16px;height:16px;border:1.5px solid #667085;border-radius:50%}.duration-badge__clock-hand{position:absolute;left:50%;top:27%;width:1.5px;height:6px;background:#667085;transform:translate(-50%)}.duration-badge__text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#667085;line-height:1}.simple-user-card{display:flex;align-items:center;gap:8px;flex:1}.simple-user-card__avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.simple-user-card__avatar-image{width:100%;height:100%;object-fit:cover}.simple-user-card__avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#009dfd,#667eea);color:#fff;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;line-height:1}.simple-user-card__info{display:flex;flex-direction:column;gap:2px;min-width:0}.simple-user-card__name{font-family:Manrope,sans-serif;font-size:12px;font-weight:600;color:#101828;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.simple-user-card__role{font-family:Manrope,sans-serif;font-size:10px;font-weight:500;color:#6b7280;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-button__content{display:flex;align-items:center;gap:8px}.filter-button__icon{display:flex;align-items:center;justify-content:center}.filter-button__text{font-weight:500}.filter-button--active .filter-button__icon{color:var(--primary-color)}.course-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.course-icon__main{position:relative;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.course-icon__main:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.course-icon__main-icon{transition:transform .2s ease}.course-icon__pin{position:absolute;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;z-index:2;transition:transform .2s ease,box-shadow .2s ease}.course-icon__pin:hover{transform:scale(1.1);box-shadow:0 3px 8px #00000026}.course-icon__pin-icon{transition:transform .2s ease}.course-icon--small .course-icon__main{padding:8px}.course-icon--medium .course-icon__main{padding:12px}.course-icon--large .course-icon__main{padding:16px}.course-icon:hover .course-icon__main-icon{transform:rotate(5deg)}.course-icon:hover .course-icon__pin-icon{transform:scale(1.1)}.course-icon:focus-within{outline:2px solid #4A90E2;outline-offset:2px;border-radius:50%}.course-update-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;position:relative;overflow:hidden;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.course-update-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.course-update-card__banner{flex:1}.course-update-card__banner-text{font-size:16px;font-weight:600;color:#374151;line-height:1.4}.course-update-card__bookmark{width:32px;height:32px;border:1.5px solid #9ca3af;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;transition:all .2s ease}.course-update-card__bookmark:hover{border-color:#6b7280;transform:scale(1.05)}.course-update-card__bookmark:active{transform:scale(.95)}.course-update-card__content{position:relative;margin-bottom:20px}.course-update-card__background-icon{position:absolute;top:-24%;right:-20%;width:80%;height:80%;opacity:.1;z-index:1;pointer-events:none}.course-update-card__background-icon .course-update-card__bg-icon{width:100%;height:100%;object-fit:contain}.course-update-card__course-section{position:relative;z-index:2;text-align:center;margin-bottom:24px}.course-update-card__course-icon-wrapper{height:80px;width:80px;aspect-ratio:1;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 6px 21px #fc4e511a;overflow:visible;z-index:20;position:relative;margin:0 auto 12px}.course-update-card__course-icon{width:100%;height:100%;object-fit:contain;display:block;flex-shrink:0;z-index:21;position:relative}.course-update-card__divider{width:100%;height:1px;background:#e5e7eb;margin:16px 0}.course-update-card__details{display:flex;gap:24px;position:relative;z-index:2}.course-update-card__details-left,.course-update-card__details-right{flex:1;display:flex;flex-direction:column;gap:12px}.course-update-card__separator{width:1px;background:#e5e7eb;margin:0 12px}.course-update-card__detail-item{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.4}.course-update-card__detail-icon{color:#6b7280;flex-shrink:0}.course-update-card__detail-label{color:#6b7280;font-weight:500;min-width:fit-content}.course-update-card__detail-value{color:#111827;font-weight:500}.course-update-card__instructor{display:flex;align-items:center;gap:6px;margin-left:auto}.course-update-card__instructor-avatar{flex-shrink:0}.course-update-card__instructor-name{color:#111827;font-weight:500;font-size:13px}.course-update-card__progress{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6}.course-update-card__progress-bar{flex:1;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.course-update-card__progress-fill{height:100%;background:#8b5cf6;border-radius:2px;transition:width .3s ease}.course-update-card__progress-text{font-size:14px;font-weight:600;color:#6b7280;min-width:32px;text-align:right}@media (max-width: 768px){.course-update-card{padding:16px}.course-update-card__details{flex-direction:column;gap:16px}.course-update-card__separator{width:100%;height:1px;margin:8px 0}.course-update-card__title{font-size:20px}.course-update-card__banner-text{font-size:14px}}.course-update-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);transition:all .3s ease}.course-update-card:focus-within{outline:2px solid #8b5cf6;outline-offset:2px}.subscription-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;gap:16px;width:100%;max-width:500px;height:200px;background:#fff;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;border-radius:12px;flex:none;order:1;flex-grow:0}@media (max-width: 768px){.subscription-card{height:200px;max-width:100%}}@media (max-width: 1000px){.subscription-card{max-width:100%}}.subscription-card__header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px;width:100%;flex:none;order:0;flex-grow:0}.subscription-card__title{width:100%;font-family:Manrope;font-style:normal;font-weight:700;font-size:18px;line-height:28px;text-align:center;color:#101828;margin:0;flex:none;order:0;align-self:stretch;flex-grow:0}.subscription-card__subtitle{width:100%;font-family:Manrope;font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#475467;margin:0;flex:none;order:1;align-self:stretch;flex-grow:0}.subscription-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:9px;width:100%;flex:1;order:1;flex-grow:0}.subscription-card__segmented-control{width:100%;background:#f8f3ff;border:1px solid #009dfd;border-radius:60px;flex:none;order:0;align-self:stretch;flex-grow:0;min-height:40px}.subscription-card__segmented-control .segmented-control{background:#f8f3ff;border:1px solid #009dfd;border-radius:60px;padding:4px;gap:4px}.subscription-card__segmented-control .segmented-control--selected{background:#009dfd}.subscription-card__segmented-control .segmented-control__option{border-radius:71px;padding:8px;font-family:Manrope;font-weight:500;font-size:14px;line-height:19px;color:#232323}.subscription-card__segmented-control .segmented-control__option--selected{background:#009dfd;color:#fff}.subscription-card__segmented-control .segmented-control__option:hover:not(.subscription-card__segmented-control .segmented-control__option--selected){background:#009dfd1a}.subscription-card__purchase-btn{width:100%;min-height:40px;background:#009dfd;border:1px solid #009dfd;box-shadow:0 2px 4px #c2dfff;border-radius:8px;cursor:pointer;transition:all .2s ease;flex:none;order:1;align-self:stretch;flex-grow:0}.subscription-card__purchase-btn:hover{background:#009dfd;border-color:#009dfd;transform:translateY(-1px);box-shadow:0 4px 8px #c5aeff66}.subscription-card__purchase-btn:active{transform:translateY(0);box-shadow:0 2px 4px #c2dfff}.subscription-card__purchase-text{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:8px;font-family:Manrope;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#fff;flex:none;order:0;flex-grow:0}.segmented-control{display:flex;flex-direction:row;align-items:center;padding:4px;gap:4px;width:auto;height:32px;background:#fff;box-shadow:0 2px 8px #00000026;border-radius:20px}.segmented-control__option{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;gap:4px;height:30px;background:#fff;border:.5px solid #d0d5dd;border-radius:16px;cursor:pointer;transition:background-color .1s ease-out,color .1s ease-out;will-change:background-color,color;font-family:Manrope,sans-serif;font-style:normal;font-weight:500;font-size:10px;line-height:12px;color:#000;text-align:center;min-width:90px;flex:1;order:1}.segmented-control__option:focus{outline:none}.segmented-control__option:hover:not(.segmented-control__option--disabled):not(.segmented-control__option--selected){background-color:#f8f9fa;color:#000}.segmented-control__option--selected{background:#009dfd;border:.777778px solid #d0d5dd;box-shadow:0 .777778px 1.55556px #1018280d;border-radius:34.2222px;font-weight:800;color:#fff}.segmented-control__option--selected:hover{background-color:#009dfd;color:#fff}.segmented-control__option--disabled{cursor:not-allowed;opacity:.5;color:var(--color-text-disabled, #adb5bd)}.segmented-control__option--disabled:hover{background-color:transparent}.segmented-control__option-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.difficulty-filter{display:flex;flex-direction:row;align-items:center;padding:0;height:32px;filter:drop-shadow(0px 1px 3px #e9edf5);flex:none;flex-grow:0}.difficulty-filter__option{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;height:32px;background:#fff;border:1px solid #e9edf5;cursor:pointer;transition:all .2s ease;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#444864;text-align:center;flex:none;flex-grow:0}.difficulty-filter__option:focus{outline:none}.difficulty-filter__option:hover:not(.difficulty-filter__option--disabled):not(.difficulty-filter__option--selected){background-color:#f8f9fa}.difficulty-filter__option--selected{border-color:#f5f2ff;color:#009dfd}.difficulty-filter__option--disabled{cursor:not-allowed;opacity:.5;color:#adb5bd}.difficulty-filter__option--disabled:hover{background-color:transparent}.difficulty-filter__option:first-child{width:61px;border-radius:8px 0 0 8px;border-width:1px 0px 1px 1px}.difficulty-filter__option:nth-child(2){width:82px;border-radius:0;border-width:1px}.difficulty-filter__option:last-child{width:60px;border-radius:0 8px 8px 0;border-width:1px 1px 1px 0px}[dir=rtl] .difficulty-filter__option:first-child{width:60px;border-radius:0 8px 8px 0;border-width:1px 1px 1px 0px}[dir=rtl] .difficulty-filter__option:nth-child(2){width:82px;border-radius:0;border-width:1px}[dir=rtl] .difficulty-filter__option:last-child{width:61px;border-radius:8px 0 0 8px;border-width:1px 0px 1px 1px}.difficulty-filter__option-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-button{display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .2s ease}.favorite-button__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.favorite-button--card{position:absolute;bottom:16px;right:16px;width:40px;height:40px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;z-index:2}.favorite-button--card:hover{background:#fff;border-color:#d1d5db;transform:scale(1.1)}.favorite-button--card:active{transform:scale(.95)}.favorite-button--update-card{box-sizing:border-box;position:absolute;width:40px;height:40px;left:485px;top:24px;background:#fff;border:1px solid #5e5e5e;border-radius:27px;z-index:1}.favorite-button--update-card:hover{background:#f4ebff;border-color:#009dfd}.empty-star{transition:all .3s ease}.empty-star--favorited{animation:starPulse .6s ease-in-out}@keyframes starPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.video-player{width:100%;position:relative}.video-player__container{position:relative;width:100%}.video-player__video-container{position:relative;width:100%;aspect-ratio:16/9;min-height:200px;background:#000}.video-player__thumbnail{position:relative;width:100%;height:100%;min-height:200px;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-player__thumbnail-image{width:100%;height:100%;object-fit:cover}.video-player__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.video-player__play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-player__lock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.video-player__lock-icon{display:flex;align-items:center;justify-content:center}.video-player__lock-text{color:#fff;font-size:14px;font-weight:500;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.5)}.video-player__video-wrapper{position:relative;width:100%;height:100%;min-height:200px;cursor:pointer}.video-player__video{width:100%!important;height:100%!important;min-height:200px;background:#000}.video-player__video .react-player{border-radius:0}.video-player__video video{border-radius:0;object-fit:cover}.video-player__play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000001a;transition:opacity .3s ease}.video-player__error{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f8fafc;color:#64748b;font-size:16px;text-align:center;border-radius:12px 12px 0 0}.video-player__title-tab{position:absolute;top:40px;left:50%;background:#009dfd;transform:translate(-50%,-50%);width:95%;padding:6px 16px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;z-index:10;pointer-events:none}.video-player__title-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px}.video-player__title-text{color:#fff;font-size:16px;font-weight:500;line-height:1.4;flex:1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;overflow:visible}.video-player__category{display:flex;align-items:center;flex-shrink:0}.video-player__category-text{background:#fbbf24;color:#1a1a1a;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}@media (max-width: 1200px){.video-player__title-tab{width:90%;max-width:500px;padding:10px 14px}.video-player__title-text{font-size:15px}.video-player__category-text{font-size:13px;padding:5px 10px}}@media (max-width: 768px){.video-player__title-tab{width:85%;max-width:400px;padding:8px 12px;top:15%}.video-player__title-content{gap:8px}.video-player__title-text{font-size:14px}.video-player__category-text{font-size:12px;padding:4px 8px}}@media (max-width: 480px){.video-player__title-tab{width:90%;max-width:320px;padding:8px 10px;top:18%}.video-player__title-content{flex-direction:column;align-items:flex-start;gap:6px}.video-player__title-text{font-size:13px;line-height:1.3}.video-player__category-text{font-size:11px;padding:3px 6px;align-self:flex-end}}@media (max-width: 360px){.video-player__title-tab{width:95%;max-width:280px;padding:6px 8px;top:20%}.video-player__title-text{font-size:12px}.video-player__category-text{font-size:10px;padding:2px 4px}}.vf-video-wrapper{min-height:500px;position:relative;overflow:hidden}@media (max-width: 768px){.vf-video-wrapper{min-height:200px;max-height:300px}}.vf-control-bar-hidden{transform:none!important;-webkit-transform:none!important}.video-control-bar{position:absolute;width:100%;height:62px;bottom:0;left:0;right:0;gap:5px;display:flex;flex-direction:column;background:transparent;box-sizing:border-box;opacity:0;transition:opacity .3s ease;overflow:visible;pointer-events:none;transform:translateZ(0);will-change:opacity}.video-control-bar:hover{opacity:1}.video-control-bar.video-control-bar--visible{opacity:1;pointer-events:auto}.video-control-bar__progress{position:relative;height:.5px;width:100%;margin:3px 0;padding:2px 0;cursor:pointer;border-radius:1px;overflow:visible;transition:height .2s ease}.video-control-bar__progress:hover{height:3px;transform:scaleY(1.2);box-shadow:0 0 8px #ffffff4d}.video-control-bar__progress-track{position:absolute;top:0;left:0;right:0;height:100%;background:#ffffff4d;border-radius:2px;transition:background-color .2s ease}.video-control-bar__progress:hover .video-control-bar__progress-track{background:#ffffff80}.video-control-bar__progress-fill{position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;border-radius:2px;transition:transform .01s linear;z-index:1;will-change:transform;transform:translateZ(0) scaleX(0);transform-origin:left center;backface-visibility:hidden;-webkit-backface-visibility:hidden}.video-control-bar__note-marker{position:absolute;top:-1px;width:3px;height:calc(100% + 2px);background:#009dfd;border-radius:2px;z-index:10;cursor:pointer;transition:all .2s ease;box-shadow:0 0 6px #009dfdcc;border:1px solid rgba(255,255,255,.3)}.video-control-bar__note-marker:hover,.video-control-bar__note-marker--hovered,.video-control-bar__note-marker.video-control-bar__note-marker--hovered{width:4px!important;box-shadow:0 0 12px #009dfd!important;background:#00b4ff!important;border:1px solid rgba(255,255,255,.5)!important;transform:scaleY(1.2)}.video-control-bar__note-marker--optimistic{opacity:.8;animation:optimisticPulse 1.5s ease-in-out infinite;background:#009dfd;box-shadow:0 0 8px #009dfd99}.video-control-bar__note-marker--dragging{transition:none!important}@keyframes optimisticPulse{0%,to{opacity:.8;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.video-control-bar__progress-preview{position:absolute;top:0;left:0;height:100%;width:100%;background:#fff6;border-radius:2px;z-index:2;pointer-events:none;transition:opacity .1s ease;will-change:transform,opacity;transform:translateZ(0) scaleX(0);transform-origin:left center;opacity:0;backface-visibility:hidden}.video-control-bar__time-tooltip{position:absolute!important;top:-35px;left:0;background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;z-index:2147483647!important;font-weight:500;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000004d;transition:opacity .1s ease;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;min-width:40px;text-align:center}.video-control-bar__scrubber{position:absolute;top:50%;transform:translate(-50%,-50%) translateZ(0);width:10px;height:8px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0006;transition:left .01s linear,opacity .1s ease,transform .1s ease;z-index:10;opacity:0;will-change:left,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.video-control-bar__progress:hover .video-control-bar__scrubber{opacity:1;transform:translate(-50%,-50%) scale(1.2);cursor:pointer}.video-control-bar__scrubber--dragging{cursor:pointer!important;opacity:1;transform:translate(-50%,-50%) scale(1.3);box-shadow:0 4px 8px #0006;transition:none!important}.video-control-bar__controls{display:flex;align-items:center;justify-content:space-between;height:40px;gap:12px}.video-control-bar__left-controls{display:flex;align-items:center;gap:4px}.video-control-bar__play-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.video-control-bar__play-button:hover{background:#000000b3;transform:scale(1.1)}.video-control-bar__time{color:#fff;font-size:14px;font-weight:400;white-space:nowrap;min-width:80px;background:transparent;padding:0;margin:0}.video-control-bar__right-controls{display:flex;align-items:center;gap:8px}.video-control-bar__button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.video-control-bar__button:hover{background:#000000b3;transform:scale(1.1)}.video-control-bar__icon{color:#fff;font-size:18px;pointer-events:none}.video-control-bar__volume-container{display:flex;align-items:center;gap:8px}.video-control-bar__volume-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s ease}.video-control-bar__volume-button:hover{background:#ffffff1a}.video-control-bar__volume-slider{width:80px;height:4px;background:#ffffff4d;border-radius:2px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-control-bar__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border:2px solid #009dfd;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}.video-control-bar__volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border:2px solid #009dfd;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}.video-control-bar__volume-slider .ant-tooltip .ant-tooltip-inner{background:#000000e6!important;color:#fff!important;font-size:12px!important;font-weight:600!important;border-radius:4px!important;padding:4px 8px!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 2px 8px #0000004d!important}.video-control-bar__volume-slider .ant-tooltip .ant-tooltip-arrow:before{background:#000000e6!important}.video-control-bar__settings-container{position:relative}.video-control-bar__settings-menu{position:absolute;bottom:100%;right:0;background:#000000e6;border-radius:8px;padding:8px 0;margin-bottom:8px;min-width:160px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;z-index:1000}.video-control-bar__settings-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;color:#fff;font-size:14px;cursor:pointer;transition:background-color .2s ease}.video-control-bar__settings-item:hover{background:#ffffff1a}.video-control-bar__settings-icon{color:#fff;font-size:18px}.video-control-bar__context-menu{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#fff;padding:12px 20px 8px!important;border-radius:8px;min-width:250px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 40px -19px #3b576852;z-index:2147483647;animation:contextMenuFadeIn .15s ease-out}.video-control-bar__context-menu .btn{width:100%}.video-control-bar__note-section{display:flex;flex-direction:column;gap:7px;width:100%;background:var(--Neutral-gris-Lowest, #f7f9fa);padding:16px;border-radius:8px}.video-control-bar__note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.video-control-bar__note-title{font-size:14px;font-weight:600;color:#333}.video-control-bar__note-time{font-size:12px;color:#666;background:#f5f5f5;padding:4px 8px;border-radius:4px}.video-control-bar__note-textarea{width:100%;min-height:80px;color:#1f2937;max-height:120px;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s ease;overflow-y:auto}.video-control-bar__note-textarea:focus{border-color:#009dfd;box-shadow:0 0 0 2px #009dfd1a}.video-control-bar__note-textarea::placeholder{color:#999}.video-control-bar__note-actions{display:flex;gap:8px;width:100%}.video-control-bar__note-cancel{flex:.3}.video-control-bar__note-save{flex:.7}@keyframes contextMenuFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-control-bar__context-menu-time{color:#666;font-size:12px;font-weight:500}.video-control-bar__context-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:none;border:none;font-size:14px;cursor:pointer;transition:background-color .2s ease}.video-control-bar__context-menu-item:hover{background:#0000000d}.video-control-bar__context-menu-item--light{color:#666}.video-control-bar__context-menu-item--light:hover{background:#0000000d;color:#333}.video-control-bar__context-menu-item--primary{color:#009dfd;font-weight:500}.video-control-bar__context-menu-item--primary:hover{background:#009dfd1a;color:#08c}.video-control-bar__context-menu-icon{font-size:16px}.video-control-bar__notes-menu{position:absolute;bottom:100%;right:0;background:#000000e6;border-radius:8px;padding:16px;margin-bottom:8px;min-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;z-index:1000}.video-control-bar__notes-header{margin-bottom:12px}.video-control-bar__notes-header h4{color:#fff;font-size:16px;font-weight:600;margin:0}.video-control-bar__notes-textarea{width:100%;min-height:80px;padding:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s ease}.video-control-bar__notes-textarea::placeholder{color:#fff9}.video-control-bar__notes-textarea:focus{border-color:#009dfd;box-shadow:0 0 0 2px #009dfd33}.video-control-bar__notes-actions{display:flex;gap:8px;margin-top:12px;justify-content:flex-end}.video-control-bar__notes-save-btn,.video-control-bar__notes-cancel-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.video-control-bar__notes-save-btn{background:#009dfd;color:#fff}.video-control-bar__notes-save-btn:hover{background:#08c;transform:translateY(-1px)}.video-control-bar__notes-cancel-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.video-control-bar__notes-cancel-btn:hover{background:#fff3;transform:translateY(-1px)}@media (max-width: 768px){.video-control-bar{height:50px;padding:6px 8px}.video-control-bar__controls{height:32px;gap:8px}.video-control-bar__play-button,.video-control-bar__button,.video-control-bar__volume-button{width:28px;height:28px}.video-control-bar__icon{font-size:16px}.video-control-bar__time{font-size:12px;min-width:60px}.video-control-bar__notes-menu{min-width:250px;padding:12px}.video-control-bar__notes-textarea{min-height:60px;font-size:13px}.video-control-bar__notes-actions{flex-direction:column;gap:6px}.video-control-bar__notes-save-btn,.video-control-bar__notes-cancel-btn{width:100%;padding:10px}}.video-control-bar__progress--study-buddy{height:4px!important;cursor:crosshair!important}.video-control-bar__progress--study-buddy:hover{height:4px!important}.video-control-bar__study-buddy-mode .video-control-bar__context-menu{min-width:280px!important;max-width:280px!important;width:280px!important}.video-control-bar__study-buddy-mode .video-control-bar__note-section{padding:8px 12px;margin:0;width:100%}.video-control-bar__study-buddy-mode .video-control-bar__note-header{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--Neutral-gris-Lower, #e9edf5);width:100%;align-items:flex-start;padding:5px;border-radius:10px}.video-control-bar__study-buddy-mode .video-control-bar__note-title{font-size:14px;color:#7d8bb4;font-weight:500;text-align:left;margin:0}.video-control-bar__study-buddy-mode .video-control-bar__note-time{font-size:13px;word-wrap:break-word;white-space:normal;color:#7d8bb4;font-weight:500;text-align:left;margin:0}.video-control-bar__study-buddy-mode .video-control-bar__note-actions{gap:8px;margin-top:8px;display:flex;justify-content:space-between}.video-control-bar__study-buddy-mode .video-control-bar__note-cancel,.video-control-bar__study-buddy-mode .video-control-bar__note-save{height:40px;white-space:nowrap}.video-control-bar__range-selection{position:absolute;top:0;height:100%;background:linear-gradient(90deg,#009dfd,#00b4ff);border-radius:2px;z-index:3;pointer-events:none;box-shadow:0 0 8px #009dfd66;animation:rangePulse 2s ease-in-out infinite}.video-control-bar__range-handle{position:absolute;top:-4px;width:12px;height:12px;background:#009dfd;border:2px solid #ffffff;border-radius:50%;cursor:grab;z-index:4;box-shadow:0 2px 8px #009dfd66;transition:all .2s ease;margin-left:-6px}.video-control-bar__range-handle:hover{transform:scale(1.2);box-shadow:0 4px 12px #009dfd99}.video-control-bar__range-handle:active{cursor:grabbing;transform:scale(1.1)}.video-control-bar__note-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-control-bar__note-modal-content{background:#fff;border-radius:12px;padding:0;width:90%;max-width:500px;box-shadow:0 20px 40px #0000004d;animation:noteModalSlideIn .3s ease-out}.video-control-bar__note-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.video-control-bar__note-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.video-control-bar__note-modal-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#6b7280;transition:all .2s ease}.video-control-bar__note-modal-close:hover{background:#f3f4f6;color:#374151}.video-control-bar__note-modal-body{padding:20px 24px}.video-control-bar__note-modal-textarea{width:100%;min-height:100px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s ease}.video-control-bar__note-modal-textarea:focus{border-color:#009dfd;box-shadow:0 0 0 3px #009dfd1a}.video-control-bar__note-modal-textarea::placeholder{color:#9ca3af}.video-control-bar__note-modal-timestamp{margin-top:12px;font-size:12px;color:#6b7280;font-weight:500}.video-control-bar__note-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 20px;border-top:1px solid #e5e7eb}.video-control-bar__note-modal-cancel,.video-control-bar__note-modal-save{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.video-control-bar__note-modal-cancel{background:#f3f4f6;color:#374151}.video-control-bar__note-modal-cancel:hover{background:#e5e7eb}.video-control-bar__note-modal-save{background:#009dfd;color:#fff}.video-control-bar__note-modal-save:hover:not(:disabled){background:#0084d1}.video-control-bar__note-modal-save:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}@keyframes noteModalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes rangePulse{0%,to{box-shadow:0 0 8px #009dfd66}50%{box-shadow:0 0 16px #009dfd99}}.vf-video-wrapper{overflow:visible!important}:root{--NeutralgrisLower: #e9edf5}.course-sidebar{position:relative;max-width:370px;height:100%;background:#fff;box-shadow:0 4px 17px 0 var(--NeutralgrisLower);border-radius:14px;padding:16px 18px;width:100%;display:flex;flex-direction:column;gap:18px}.course-sidebar .custom-tabs .ant-tabs-nav{justify-content:center}.course-sidebar__container{display:flex;flex-direction:column;gap:20px;width:100%}.course-sidebar__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0;height:32px}.course-sidebar__title{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#000;margin:0}.course-sidebar__stats-card{display:flex;flex-direction:column;align-items:flex-start;padding:10px;gap:8px;height:50px;background:#fff;border:1px solid #e9edf5;border-radius:8px}.course-sidebar__stats-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;gap:12px;width:100%;height:30px}.course-sidebar__stat{display:flex;flex-direction:row;align-items:center;padding:6px;gap:8px;height:30px;flex:1;justify-content:center}.course-sidebar__stat-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.course-sidebar__stat-text{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:16px;color:#2c2f3f;white-space:nowrap}.course-sidebar__divider{width:100%;height:0px;border-bottom:1px solid #dadada}.course-sidebar__tabs-container{display:flex;flex-direction:column;width:100%;margin-bottom:16px;min-height:300px}.course-sidebar__chapters-tabs{width:100%}.course-sidebar__tab-content{width:100%;min-height:250px;overflow-y:auto}.course-sidebar__section{display:flex;flex-direction:column;width:100%;align-items:flex-start;padding:0;gap:0px;margin-bottom:8px}.course-sidebar__section-lessons{width:100%}.course-sidebar__section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px;width:100%;background:#f7f9fa;border:1px solid #e9edf5;border-radius:8px 8px 0 0;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.course-sidebar__section-header[data-collapsed=true]{border-radius:8px}.course-sidebar__section-title{flex:1;display:flex;align-items:center;gap:8px;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#2c2f3f;margin:0 8px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-sidebar__section-arrow{width:12px;height:12px;color:#5e5e5e;transition:transform .2s ease;flex-shrink:0}.course-sidebar__section-arrow--collapsed{transform:rotate(-90deg)}.course-sidebar__section-icon{width:16px;height:16px;color:#009dfd;background:#009dfd1a;border-radius:4px;padding:2px;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.course-sidebar__section-icon:hover{background:#009dfd26;transform:scale(1.05)}.course-sidebar__section-count{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;color:#6b7280;background:#6b72801a;padding:4px 8px;border-radius:12px;white-space:nowrap}.course-sidebar__lessons{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:8px;gap:0;background:#fff;border:none;border-radius:0 0 8px 8px}.course-sidebar__lessons[data-collapsed=true]{border:none;display:none}.course-sidebar__lesson{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:6px 8px;gap:100px;width:100%;border-radius:8px;cursor:pointer;transition:all .2s ease}.course-sidebar__lesson:hover{background:#f8fafc}.course-sidebar__lesson--active{background:#f0f4ff;border:1px solid #009dfd}.course-sidebar__lesson-content{display:flex;flex-direction:row;align-items:center;padding:0;gap:5px;height:33px}.course-sidebar__lesson-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;border-radius:32px}.course-sidebar__lesson-title{font-family:Poppins,sans-serif;font-weight:500;font-size:12px;line-height:18px;color:#000}.course-sidebar__lesson-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:60px}.course-sidebar__lesson-action-buttons{display:flex;flex-direction:row;align-items:center;gap:4px}.course-sidebar__lesson-action-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;background:transparent;font-size:12px}.course-sidebar__lesson-action-button:hover{background:#009dfd1a}.course-sidebar__lesson-action-button--preview{color:#009dfd}.course-sidebar__lesson-action-button--download{color:#6b7280}.course-sidebar__lesson-duration{font-family:Poppins,sans-serif;font-weight:400;font-size:10px;line-height:14px;text-align:right;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.course-sidebar__empty-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;gap:12px;width:100%;min-height:120px;background:#f8fafc;border-radius:8px;border:1px dashed #e2e8f0}.course-sidebar__empty-illustration{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#f1f5f9;border-radius:50%;border:2px solid #e2e8f0}.course-sidebar__empty-message{font-family:Poppins,sans-serif;font-weight:400;font-size:12px;line-height:18px;color:#64748b;text-align:center;max-width:200px}.course-sidebar__magazine{padding:12px;text-align:center;color:#5e5e5e;font-size:12px}@media (max-width: 768px){.course-sidebar{width:100%;padding:16px;gap:16px}.course-sidebar__container{gap:20px;width:100%}.course-sidebar__stats-row{flex-direction:column;gap:12px;height:auto}.course-sidebar__lesson{gap:20px;padding:8px}.course-sidebar__lesson-content{gap:10px}.course-sidebar__content{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.course-sidebar__content::-webkit-scrollbar{display:none}}@media (max-width: 480px){.course-sidebar{padding:12px;gap:12px}.course-sidebar__container{gap:16px}.course-sidebar__header{flex-direction:column;gap:12px;height:auto;width:100%}.course-sidebar__title{width:100%;text-align:center}.course-sidebar__favorite-button{width:100%;justify-content:center}.course-sidebar__stats-card,.course-sidebar__stats-row,.course-sidebar__segmented-control{width:100%}.course-sidebar__segmented-control .segmented-control{width:auto;max-width:none;height:32px}.course-sidebar__section,.course-sidebar__section-header,.course-sidebar__lessons{width:100%}.course-sidebar__lesson{width:100%;gap:10px}.course-sidebar__lesson-content{width:100%;gap:8px}}.course-sidebar__response-card{box-sizing:border-box;position:sticky;width:320px;height:97px;bottom:9px;left:50%;background:#fff;border:3px solid #009dfd;box-shadow:17.276px 33.318px 55.53px 4.936px #7090b033;border-radius:17.276px;display:flex;align-items:center;justify-content:center;margin-top:auto;cursor:pointer;transition:all .2s ease}.course-sidebar__response-card:hover{box-shadow:17.276px 35.318px 60.53px 4.936px #7090b040}.course-sidebar__response-text{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#000;text-align:center;margin:0;direction:ltr}.course-sidebar__response-text:lang(ar),[lang=ar] .course-sidebar__response-text,[dir=rtl] .course-sidebar__response-text{direction:rtl;text-align:center}.course-sidebar__response-text{padding:35px;flex:1}.course-sidebar__response-image{position:absolute;bottom:-32px;right:-74px;width:146px;height:146px;object-fit:contain}.media-preview__trigger-list{display:flex;flex-wrap:wrap;gap:12px}.media-preview__trigger-summary .media-preview__summary-text{font-weight:600;color:#009dfd}.media-preview__trigger{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#009dfd0f;border:1px solid rgba(0,157,253,.18);overflow:hidden;cursor:pointer;transition:all .2s ease}.media-preview__trigger:hover{transform:translateY(-1px);background:#009dfd1f;border-color:#009dfd4d}.media-preview__trigger--image{background:transparent;border:none}.media-preview__trigger--image .media-preview__thumb{border-radius:12px}.media-preview__trigger-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.media-preview__thumb{width:100%;height:100%;object-fit:contain;display:block}.media-preview__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#009dfd}.media-preview__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.media-preview__overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);background:#009dfd0f}.media-preview__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:90vh;border-radius:14px;background:transparent;border:none;box-shadow:none;overflow:hidden}.media-preview__close{position:absolute;top:12px;inset-inline-end:12px;border:none;background:transparent;color:#607a8b;width:32px;height:32px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.media-preview__close:hover{opacity:.7}.media-preview__viewer{position:absolute;top:0;right:88px;bottom:88px;left:88px;display:flex;align-items:center;justify-content:center;border-radius:12px}.media-preview__viewer-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;will-change:transform,opacity;animation-duration:.22s;animation-timing-function:ease;animation-fill-mode:both}.media-preview .media-preview__viewer-content--enter-left{animation-name:mediaPreviewSlideInLeft}.media-preview .media-preview__viewer-content--enter-right{animation-name:mediaPreviewSlideInRight}@keyframes mediaPreviewSlideInLeft{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes mediaPreviewSlideInRight{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.media-preview__viewer--framed{background:#009dfd0f;border:1px solid rgba(0,157,253,.18)}.media-preview__viewer-image{width:100%;height:100%;border-radius:10px;box-shadow:none;object-fit:contain}.media-preview__viewer-video{width:100%;height:100%;display:flex}.media-preview .media-preview__vidify{width:100%;height:100%;border-radius:10px;box-shadow:none}.media-preview .media-preview__vidify .vf-video{width:100%}.media-preview__viewer-pdf{width:100%;height:100%;border:none;background:transparent;border-radius:10px;box-shadow:none}.media-preview__download{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;border:1px solid rgba(0,157,253,.28);color:inherit;text-decoration:none;background:#009dfd1a}.media-preview__unknown{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.media-preview__unknown-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 20px;border-radius:12px;border:1px solid rgba(0,157,253,.18);background:#009dfd0f}.media-preview__unknown-icon{display:inline-flex;align-items:center;justify-content:center;color:#009dfd}.media-preview__unknown-text{display:flex;flex-direction:column;min-width:0}.media-preview__unknown-title{font-size:14px;font-weight:600;margin:0;color:inherit}.media-preview__unknown-desc{font-size:12px;opacity:.8;margin:2px 0 0}.media-preview__unknown-download{border:1px solid rgba(0,157,253,.28);background:#009dfd1a;color:#009dfd;padding:8px 10px;border-radius:10px;display:inline-flex;align-items:center;gap:8px}.media-preview__nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:space-between;padding-inline:20px}.media-preview__nav-button{border:1px solid rgba(0,157,253,.28);background:#009dfd0f;color:#009dfd;width:40px;height:40px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease,border-color .2s ease,color .2s ease}.media-preview__nav-button:hover{background:#009dfd1f;transform:scale(1.04);border-color:#009dfd5c}.media-preview__thumbs{position:absolute;left:32px;right:32px;bottom:0;display:flex;gap:12px;overflow-x:auto;padding-block:8px;justify-content:center}.media-preview__thumb-item{border:1px solid rgba(0,157,253,.18);background:#009dfd0f;border-radius:10px;width:64px;height:64px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s ease,background .2s ease,transform .15s ease}.media-preview__thumb-item:hover{background:#009dfd1f;transform:translateY(-1px)}.media-preview__thumb-item--active{border-color:#009dfd5c;background:#009dfd1a}.media-preview__thumb-item-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.subscription-enrollment-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0 auto;width:212px;height:171px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 1px 2px #02061714;border-radius:12px;flex:none;flex-grow:0}.subscription-enrollment-card__header{display:flex;flex-direction:row;align-items:center;padding:12px;gap:8px;width:212px;height:43px;flex:none;align-self:stretch;flex-grow:0}.subscription-enrollment-card__icon-container{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;width:131px;height:19px;flex:none;flex-grow:0}.subscription-enrollment-card__icon{width:14px;height:14px;flex:none;flex-grow:0;display:flex;align-items:center;justify-content:center}.subscription-enrollment-card__title{width:113px;height:19px;font-weight:400;font-size:14px;line-height:19px;letter-spacing:.01em;color:#009dfd;flex:none;flex-grow:0}.subscription-enrollment-card__divider{width:212px;height:0px;border-bottom:1px solid #e6e6e6;flex:none;align-self:stretch;flex-grow:0}.subscription-enrollment-card__duration-section{display:flex;flex-direction:row;align-items:flex-start;padding:12px;gap:8px;width:212px;height:64px;flex:none;order:2;align-self:stretch;flex-grow:0}.subscription-enrollment-card__select-wrapper{position:relative;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 12px;width:100%;border-radius:8px}.subscription-enrollment-card__select-wrapper .subscription-enrollment-card__custom-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:1;pointer-events:none;transition:transform .3s ease}.subscription-enrollment-card__select{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:11px 0;gap:8px;border-radius:8px;width:100%}.subscription-enrollment-card__select .select-container,.subscription-enrollment-card__select .ant-select{width:100%;height:100%}.subscription-enrollment-card__select .ant-select .ant-select-selector{border:none!important;box-shadow:none!important;background:transparent!important;height:100%!important;padding:0!important}.subscription-enrollment-card__select .ant-select .ant-select-selector .ant-select-selection-item,.subscription-enrollment-card__select .ant-select .ant-select-selector .ant-select-selection-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:.01em;color:#0d0d12}.subscription-enrollment-card__select .ant-select .ant-select-arrow{display:none!important}.subscription-enrollment-card__enroll-section{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:12px;gap:8px;width:212px;height:64px;flex:none;order:4;align-self:stretch;flex-grow:0}.subscription-enrollment-card__enroll-button{width:188px;height:40px;margin:0 auto;flex:none;order:0;flex-grow:1}.subscription-enrollment-card__enroll-button-text{width:72px;height:19px;font-weight:600;font-size:14px;line-height:19px;text-align:center;letter-spacing:.01em;color:#fff;flex:none;flex-grow:0}[dir=rtl] .subscription-enrollment-card .subscription-enrollment-card__select-wrapper .subscription-enrollment-card__custom-arrow{right:auto;left:12px}.course-banner{box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:1.5rem;min-height:200px;background:#fff;border:1px solid #eaecef;border-radius:1.5rem}.course-banner__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:.5rem;width:100%;flex:1;flex-wrap:wrap}.course-banner__left-section{display:flex;flex-direction:row;align-items:center;padding:0;gap:1.5rem;flex:1}.course-banner__image-container{width:300px;height:180px;border-radius:4px;flex:none;order:0;flex-grow:0;overflow:hidden;position:relative}.course-banner__image{position:absolute;width:320px;height:320px;left:calc(50% - 160px);top:calc(50% - 160px);object-fit:cover;border-radius:4px}.course-banner__image-placeholder{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:4px;color:#6c757d}.course-banner__info-container{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:0;gap:.5rem;flex:1;min-width:0}.course-banner__text-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:.5rem;flex:1;min-width:0}.course-banner__title{font-weight:700;font-size:1.75rem;line-height:120%;color:#1b1b1b;margin:0;word-wrap:break-word;overflow-wrap:break-word}.course-banner__description{font-weight:400;font-size:.9375rem;line-height:120%;color:#1b1b1b;margin:0;word-wrap:break-word;overflow-wrap:break-word}.course-banner__stats-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;flex:none;order:1;flex-grow:0}.course-banner__stats-list{display:flex;flex-direction:column;gap:1.5rem;width:100%}.course-banner__stat-row{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%}.course-banner__stat-item{display:flex;align-items:center;gap:8px;min-height:24px}.course-banner__stat-icon{width:20px;height:20px;color:#666d80}.course-banner__stat-text{font-weight:400;font-size:14px;line-height:120%;color:#1b1b1b}.course-banner__stat-icon--logo{display:flex;align-items:center;justify-content:center;width:56px;height:20px}.course-banner__stat-icon--masar{width:16px;height:16px}.course-banner__stat-icon--bullet{color:#666d80}.course-banner__subscription-wrapper{display:flex;justify-content:flex-end}@media (max-width: 768px){.course-banner{flex-direction:column;padding:1rem;gap:1rem}.course-banner__content,.course-banner__left-section{flex-direction:column;gap:1rem}.course-banner__image-container{width:100%;height:200px}.course-banner__stats-list{flex-direction:column;gap:.5rem}.course-banner__subscription-wrapper{justify-content:center}}.course-banner__stats-row{display:flex;flex-direction:row;align-items:center;padding:0;gap:8px;width:100%;height:24px;flex:none;order:0;flex-grow:0}.course-banner__stats-row:nth-child(2){order:1}.course-banner__stats-row:nth-child(3){order:2}.course-banner__rating{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;width:43px;height:20px;flex:none;order:0;flex-grow:0}.course-banner__star-icon{width:20px;height:20px;flex:none;order:0;flex-grow:0}.course-banner__rating-value{width:19px;height:17px;font-weight:400;font-size:14px;line-height:120%;color:#0d0d12;flex:none;order:1;flex-grow:0}.course-banner__separator{width:8px;height:8px;background:#666d80;border-radius:50%;flex:none;order:1;flex-grow:0}.course-banner__category{width:47px;height:17px;font-weight:400;font-size:14px;line-height:120%;color:#1b1b1b;flex:none;order:2;flex-grow:0}.course-banner__lectures{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:4px;width:107px;height:24px;flex:none;order:0;flex-grow:0}.course-banner__book-icon{width:24px;height:24px;flex:none;order:0;flex-grow:0}.course-banner__lectures-count{width:79px;height:17px;font-weight:400;font-size:14px;line-height:120%;color:#1b1b1b;flex:none;order:1;flex-grow:0}.course-banner__duration{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;width:99px;height:24px;flex:none;order:2;flex-grow:0}.course-banner__clock-icon{width:24px;height:24px;flex:none;order:0;flex-grow:0}.course-banner__duration-text{width:71px;height:17px;font-weight:400;font-size:14px;line-height:120%;color:#1b1b1b;flex:none;order:1;flex-grow:0}.course-banner__provider{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;width:75px;height:24px;flex:none;order:0;flex-grow:0}.course-banner__google-icon{width:24px;height:24px;flex:none;order:0;flex-grow:0}.course-banner__provider-name{width:47px;height:17px;font-weight:400;font-size:14px;line-height:120%;color:#1b1b1b;flex:none;order:1;flex-grow:0}.course-banner__category-tag{width:85px;height:17px;font-weight:400;font-size:14px;line-height:120%;color:#1b1b1b;flex:none;order:2;flex-grow:0}.course-banner__enrollment-section{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:0;gap:8px;width:100%;height:171px;flex:none;order:1;flex-grow:0}.course-banner__subscription-card{flex:none;order:0;flex-grow:0}.course-banner__purchased-status{display:flex;align-items:center;justify-content:center;padding:1rem}.course-banner__purchased-badge{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;background:#e8f5e8;border:1px solid #4caf50;border-radius:.5rem;color:#2e7d32}.course-banner__purchased-icon{width:20px;height:20px;color:#4caf50}.course-banner__purchased-text{font-weight:600;font-size:.875rem;color:#2e7d32}.instructor-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:10px 16px;gap:5px;background:#fff;border:1px solid rgba(230,230,230,.0784313725);border-radius:12px}.instructor-card__header{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0 0;gap:8px;width:100%}.instructor-card__label{font-weight:500;font-size:16px;line-height:120%;color:#1b1b1b;margin-bottom:4px}.instructor-card__image-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px;border-radius:8px;width:248px;height:200px;justify-content:center}.instructor-card__image{width:100%;height:170px;object-fit:cover;border-radius:8px;background:#f5f5f5}.instructor-card__profile-info{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:8px 0;gap:8px;width:100%}.instructor-card__profile-main{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.instructor-card__name{font-weight:500;font-size:14px;line-height:120%;color:#1b1b1b;width:167px;height:18px}.instructor-card__title{font-weight:400;font-size:12px;line-height:150%;color:#666d80;width:167px;height:18px}.instructor-card__badge{display:flex;flex-direction:row;align-items:center;gap:4px;width:74px;height:17px;margin-left:8px}.instructor-card__badge-icon{width:16px;height:16px;background:#3ac348;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff}.instructor-card__badge-text{font-weight:400;font-size:14px;line-height:120%;color:#0d0d12;width:54px;height:17px}.instructor-card__stats{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:12px 0 0;gap:8px;width:100%;height:41px}.instructor-card__learners{display:flex;flex-direction:row;align-items:center;align-self:center!important;justify-self:center!important;justify-content:center;color:#0d0d12;font-size:14px;font-weight:500;gap:4px;width:100%}.instructor-card__learners-icon{width:16px;height:16px;color:#009dfd;font-size:16px;display:flex;align-items:center;justify-content:center}.simple-course-card{background:#fff;border-radius:12px;border:1px solid #e6e6e6;box-shadow:0 1px 2px #02061714;overflow:hidden;transition:all .2s ease;width:100%;height:100%;min-height:320px;cursor:pointer;padding:12px;position:relative;display:flex;flex-direction:column;transform:translateY(0)}.simple-course-card:hover{transform:translateY(-2px);background:#f6f8fa}.simple-course-card .course-image{position:relative;width:100%;height:120px;border-radius:12px;overflow:hidden;background:#f8f9fa;object-fit:cover;margin-bottom:12px;flex-shrink:0}.simple-course-card .course-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.simple-course-card__content{padding:0 8px 8px;gap:8px;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:0;height:100%}.simple-course-card .favorite-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.simple-course-card .favorite-btn .heart-icon{width:18px;height:18px;color:#9ca3af;transition:color .2s ease}.simple-course-card .favorite-btn.favorited .heart-icon{color:#ef4444}.simple-course-card .course-category{margin-bottom:12px}.simple-course-card .course-category .category-tag{display:inline-block;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.5px}.simple-course-card .course-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.simple-course-card .course-description{font-size:14px;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-height:40px}.simple-course-card__tag{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-align:center;margin:4px 0;align-self:flex-start;flex-shrink:0}.simple-course-card__tag--purchased{background-color:#e8fce5;color:#12b76a}.subject-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;min-width:190px}.subject-card:hover{box-shadow:0 4px 12px #0000000a}.subject-card--active{border-color:#7dd3fc}.subject-card__icon-wrapper{width:48px;height:48px;flex-shrink:0;z-index:2;position:relative;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 5.73px 18.62px #fc4e511a}.subject-card__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.subject-card__icon svg{width:100%;height:100%}.subject-card__title{color:var(--neutral-gris-highest);font-size:16px;font-weight:500;z-index:2;position:relative;flex:1}.subject-card__icon-bg{position:absolute;top:50%;right:0;transform:translateY(-50%);width:180%;height:180%;opacity:.08;z-index:1;pointer-events:none}.subject-card__icon-bg svg{width:100%;height:100%}.subject-card--active .subject-card__icon-bg{opacity:.12}.lesson-list{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%}.lesson-list .course-sidebar__lessons{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:0;width:100%;background:#fff;border:none}.lesson-list .course-sidebar__section{display:flex;flex-direction:column;width:100%;align-items:flex-start;padding:0;gap:0px;margin-bottom:8px}.lesson-list .course-sidebar__section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px;width:100%;background:#f7f9fa;border:1px solid #e9edf5;border-radius:8px 8px 0 0;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.lesson-list .course-sidebar__section-header[data-collapsed=true]{border-radius:8px}.lesson-list .course-sidebar__section-title{flex:1;display:flex;align-items:center;gap:8px;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#2c2f3f;margin:0 8px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lesson-list .course-sidebar__section-icon{width:16px;height:16px;color:#009dfd;background:#009dfd1a;border-radius:4px;padding:2px;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.lesson-list .course-sidebar__section-icon:hover{background:#009dfd26;transform:scale(1.05)}.lesson-list .course-sidebar__section-count{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;color:#6b7280;background:#6b72801a;padding:4px 8px;border-radius:12px;white-space:nowrap}.lesson-list .course-sidebar__section-lessons{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:8px;gap:0;background:#fff;border:none;border-radius:0 0 8px 8px}.lesson-list .course-sidebar__section-lessons[data-collapsed=true]{border:none;display:none}.lesson-list .course-sidebar__lesson{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:6px 8px 6px 4px;gap:10px;width:100%;border-radius:8px;cursor:pointer;transition:all .2s ease}.lesson-list .course-sidebar__lesson:last-child{margin-bottom:0}.lesson-list .course-sidebar__lesson:hover{background:#f8fafc}.lesson-list .course-sidebar__lesson--active{background:#f0f4ff;border:1px solid #009dfd}.lesson-list .course-sidebar__lesson-content{display:flex;flex-direction:row;align-items:center;padding:0;gap:5px;height:33px}.lesson-list .course-sidebar__lesson-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;gap:6px;width:32px;height:32px;border-radius:32px}.lesson-list .course-sidebar__lesson-title{font-family:Poppins,sans-serif;font-weight:500;font-size:12px;line-height:18px;color:#000}.lesson-list .course-sidebar__lesson-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:60px}.lesson-list .course-sidebar__lesson-action-buttons{display:flex;flex-direction:row;align-items:center;gap:4px}.lesson-list .course-sidebar__lesson-action-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;background:transparent;font-size:12px}.lesson-list .course-sidebar__lesson-action-button:hover{background:#009dfd1a}.lesson-list .course-sidebar__lesson-action-button--preview{color:#009dfd}.lesson-list .course-sidebar__lesson-action-button--download{color:#6b7280}.lesson-list .course-sidebar__lesson-duration{font-family:Poppins,sans-serif;font-weight:400;font-size:10px;line-height:14px;text-align:right;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px}.lesson-list .course-sidebar__empty-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;gap:12px;width:100%;min-height:120px;background:#f8fafc;border-radius:8px;border:1px dashed #e2e8f0}.lesson-list .course-sidebar__empty-illustration{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.lesson-list .course-sidebar__empty-message{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;color:#6b7280;text-align:center}.error-boundary{padding:16px;border:1px solid #ff4d4f;border-radius:8px;background-color:#fff2f0;color:#ff4d4f;text-align:center}.boolean-status{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary, #666)}.boolean-status__icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.boolean-status__text{font-size:12px;font-weight:600}.boolean-status--true{color:var(--success-600, #16a34a)}.boolean-status--false{color:var(--danger-600, #dc2626)}.app-header{background-color:unset!important;display:flex;align-items:center;justify-content:space-between;padding:8px 32px;height:70px;border-bottom:1px solid var(--neutral-gris-lower)}.app-header .header-left{flex:1;display:flex;align-items:center;gap:6px}.app-header .header-actions{display:flex;align-items:center;gap:16px}.app-header .header-actions .ant-badge-status{display:flex;justify-content:center;align-items:center}.app-header .header-actions .language_toggler .language-toggler-btn{display:flex;align-items:center;justify-content:center;padding:0}.app-header .header-actions .language_toggler .language-toggler-btn svg{width:20px;height:15px}.app-header .header-action-btn{border:none;height:40px;width:40px;background-color:#fff!important;color:var(--gray-700);box-shadow:none;border:1px solid var(--neutral-gris-lower)!important;transition:background .2s,color .2s}.app-header .ant-badge-dot{background:var(--primary-500);box-shadow:0 0 0 2px var(--gray-25)}.app-header .header-profile{display:flex;gap:10px;border-radius:10px;align-items:center;height:40px;padding:0 10px;cursor:pointer}.app-header .header-profile .ant-avatar{background-color:transparent!important;height:40px;width:40px;margin-right:8px}.app-header .header-profile .profile-name{font-weight:500;color:var(--gris-900);font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}:global(.ant-layout-header.app-header){background:var(--gray-25)!important;padding:0!important}.ant-breadcrumb{height:40px;display:flex;align-items:center}.ant-breadcrumb li{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;color:var(--neutral-gris-medium)}.ant-breadcrumb .ant-breadcrumb-link span{color:var(--neutral-gris-higher)!important}.navbar-mobile-menu{margin-right:1rem;flex-shrink:0}.navbar-mobile-menu:hover{background:#f9fafb;border-color:#d1d5db;transform:scale(1.05)}.navbar-mobile-menu:active{transform:scale(.95)}.navbar-mobile-menu .mobile-menu-button__lines{display:flex;flex-direction:column;gap:.25rem;width:1.25rem;height:1rem}.navbar-mobile-menu .mobile-menu-button__line{width:100%;height:2px;background-color:#6b7280;transition:all .3s ease-in-out;transform-origin:center}.navbar-mobile-menu .mobile-menu-button__line:nth-child(1).open{transform:rotate(45deg) translate(.25rem,.25rem)}.navbar-mobile-menu .mobile-menu-button__line:nth-child(2).open{opacity:0;transform:scaleX(0)}.navbar-mobile-menu .mobile-menu-button__line:nth-child(3).open{transform:rotate(-45deg) translate(.25rem,-.25rem)}.navbar-mobile-menu.open{background:#009dfd;border-color:#009dfd}.navbar-mobile-menu.open .mobile-menu-button__line{background-color:#fff}@media (max-width: 768px){.app-header{padding:8px 16px;height:60px}.app-header .header-left .search-input{width:200px!important}.app-header .header-actions{gap:12px}.app-header .header-actions .header-profile .profile-name{display:none}}@media (max-width: 480px){.app-header{padding:8px 12px}.app-header .header-left .search-input{width:150px!important}.app-header .header-actions{gap:8px}}html[dir=rtl] .navbar-mobile-menu{left:auto;right:1rem}.main_layout{display:flex;max-width:100vw;height:100vh;overflow:hidden;background-color:var(--bg-1);position:relative}.main_layout .main_layout_content{flex:1;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:0;width:calc(100vw - 280px);max-width:calc(100vw - 280px);min-height:0;overflow:hidden}.main_layout .breadcrumb-container{padding:12px 16px 0;background-color:var(--bg-1)}.main_layout.sidebar_collapsed .main_layout_content{width:calc(100vw - 60px)!important;max-width:calc(100vw - 60px)!important}.main_layout .main_layout_main{padding:18px;background-color:var(--bg-1);overflow:auto;display:flex;flex-direction:column;flex:1;min-height:0}.main_layout.lessons-page .main_layout_content{overflow:visible}.main_layout .main_layout_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:99;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer}.main_layout .main_layout_overlay.active{opacity:1;visibility:visible}.loading-spinner{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:var(--color-2)}.loading-spinner:before{content:"";width:20px;height:20px;border:2px solid var(--color-3);border-top:2px solid var(--color-1);border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@media (max-width: 768px){.main_layout .main_layout_content,.main_layout.sidebar_collapsed .main_layout_content{margin-left:0!important;width:100vw!important;max-width:100vw!important}.main_layout .main_layout_main{padding:16px}.main_layout .main_layout_overlay{display:block}}@media (min-width: 769px){.main_layout .main_layout_overlay{display:none}}.main_layout_container{padding:3px 20px;overflow-y:auto;overflow-x:hidden;margin-top:10px!important;scrollbar-width:none;-ms-overflow-style:none}.main_layout_container ::-webkit-scrollbar-track{background-color:#ddd}.main_layout_container ::-webkit-scrollbar{width:8px;background-color:#ddd}.main_layout_container ::-webkit-scrollbar-thumb{background-color:#42424233;border:0px;background-clip:padding-box;width:8px;border-radius:5px}.main_layout_container{flex:1;display:flex;flex-direction:column;min-height:0}.arrow-up-right{transition:all .3s ease}.arrow-up-right--expanded{transform:rotate(45deg);animation:arrowPulse .4s ease-in-out}.arrow-up-right--rtl{transform:scaleX(-1)}.arrow-up-right--rtl.arrow-up-right--expanded{transform:scaleX(-1) rotate(45deg)}.arrow-up-right--rtl:hover{transform:scaleX(-1) scale(1.1)}.arrow-up-right--rtl.arrow-up-right--expanded:hover{transform:scaleX(-1) rotate(45deg) scale(1.1)}.arrow-up-right:hover{transform:scale(1.1)}.arrow-up-right--expanded:hover{transform:rotate(45deg) scale(1.1)}@keyframes arrowPulse{0%{transform:rotate(45deg) scale(1)}50%{transform:rotate(45deg) scale(1.2)}to{transform:rotate(45deg) scale(1)}}.dashboard{min-height:100vh;background:#f8fafc;padding:24px}.dashboard__container{max-width:1400px;margin:0 auto;width:100%;padding-bottom:30px}.dashboard__main-content{display:grid;grid-template-columns:4fr 1fr;gap:24px;margin-bottom:45px;height:425px}.dashboard__streak-section{max-width:340px}@media (max-width: 1200px){.dashboard__main-content{gap:20px;height:unset!important}}@media (max-width: 768px){.dashboard{padding:16px}.dashboard__main-content{gap:16px;grid-template-columns:1fr}.dashboard .dashboard__streak-section{max-width:unset!important}.dashboard .streak-badges{padding:16px 0!important;gap:16px!important;flex-direction:row!important}.dashboard .badges-section,.dashboard .streak-section{width:100%}}@media (max-width: 620px){.dashboard .streak-badges{flex-direction:column!important}.dashboard .badges-section,.dashboard .streak-section{width:100%}}.subjects-page{padding:24px;width:100%;max-width:100%;gap:12px;margin:0 auto;height:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow-x:hidden}.subjects-page__header{display:flex;flex-direction:row;gap:16px;margin-bottom:24px;width:100%;height:100%;justify-content:space-between;align-items:stretch}@media (max-width: 1000px){.subjects-page__header{flex-direction:column;gap:16px}}@media (max-width: 768px){.subjects-page__header{flex-direction:column;gap:12px}}.subjects-page__update-section{flex:1;min-width:0;max-width:50%}@media (max-width: 1000px){.subjects-page__update-section{max-width:100%}}.subjects-page__update-section .course-update-card{width:100%;max-width:100%;height:100%}.subjects-page__subscription-section{flex:1;min-width:0;max-width:50%}@media (max-width: 1000px){.subjects-page__subscription-section{max-width:100%}}.subjects-page__subscription-section .subscription-card{width:100%;max-width:100%}.subjects-page__chapters-section{background:#fff;box-shadow:0 4px 17px #e9edf5;border-radius:14px;padding:24px;margin-top:24px}.subjects-page__chapters-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:23px;width:100%}@media (max-width: 1024px){.subjects-page__chapters-header{flex-direction:column;gap:20px}}@media (max-width: 768px){.subjects-page__chapters-header{flex-direction:column;gap:16px}}.subjects-page__chapters-title-section{display:flex;flex-direction:column;gap:6px;flex:1}.subjects-page__chapters-title{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:26px;line-height:36px;color:#31076e;margin:0;display:flex;align-items:center}.subjects-page__chapters-tabs{flex-shrink:0}.subjects-page__chapters-controls{display:flex;flex-direction:row;align-items:center;gap:16px;flex-shrink:0;flex-wrap:wrap}@media (max-width: 768px){.subjects-page__chapters-controls{flex-direction:column;width:100%;gap:12px}}.subjects-page__chapters-search{flex:1;min-width:200px;max-width:300px}.subjects-page__chapters-search .search-input{width:100%}@media (max-width: 768px){.subjects-page__chapters-search{width:100%;min-width:auto;max-width:none}}.subjects-page__chapters-sort{flex:0 0 auto;min-width:120px}.subjects-page__chapters-sort .ant-select{width:100%}@media (max-width: 768px){.subjects-page__chapters-sort{width:100%;min-width:auto}}.subjects-page__chapters-filter{flex:0 0 auto}@media (max-width: 768px){.subjects-page__chapters-filter{width:100%}}.subjects-page__chapters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;width:100%}@media (max-width: 768px){.subjects-page__chapters-grid{grid-template-columns:1fr;gap:16px}}@media (min-width: 1000px){.subjects-page__chapters-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1400px){.subjects-page__chapters-grid{grid-template-columns:repeat(4,1fr)}}.subjects-page__content{width:100%}.subjects-page__section-header{margin-bottom:24px}.subjects-page__title{font-size:32px;font-weight:700;color:var(--text-primary);margin:0 0 24px}.subjects-page__controls{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.subjects-page__controls{flex-direction:column;align-items:stretch}}.subjects-page__tabs{flex-shrink:0}.subjects-page__search-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.subjects-page__search-controls{width:100%;justify-content:stretch}}.subjects-page__search{min-width:200px;flex:1}@media (max-width: 768px){.subjects-page__search{min-width:auto}}.subjects-page__sort{min-width:150px}@media (max-width: 768px){.subjects-page__sort{min-width:auto;flex:1}}.subjects-page__filter{flex-shrink:0}.subjects-page__courses{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}@media (max-width: 768px){.subjects-page__courses{grid-template-columns:1fr;gap:16px}}.subjects-page .subjects-page--chapters .courses-grid{height:auto}.subjects-page .subjects-page--chapters .courses-grid__section{min-height:auto;height:auto}.subjects-page .subjects-page--chapters .courses-grid__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:16px 16px 16px 8px}.subject-detail-page{min-height:100%;background:#f8fafc;padding:24px;display:flex;flex-direction:column;gap:15px}.subject-detail-page__top-row{display:flex;flex-direction:row;gap:24px}@media (max-width: 1024px){.subject-detail-page__top-row{flex-direction:column;gap:16px}}.subject-detail-page__container{max-width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;overflow:visible}.subject-detail-page__banner{width:100%}.subject-detail-page__main{display:flex;gap:24px;align-items:flex-start}.subject-detail-page__left-column{display:flex;flex-direction:column;gap:12px;width:296px;flex-shrink:0}@media (max-width: 1024px){.subject-detail-page__left-column{width:100%;max-width:400px;margin:0 auto}}@media (max-width: 768px){.subject-detail-page__left-column{max-width:100%}}.subject-detail-page__left-column--sticky{position:sticky;top:32px;align-self:flex-start;height:fit-content}@media (max-width: 1024px){.subject-detail-page__left-column--sticky{position:static}}.subject-detail-page__video-section{width:100%}.subject-detail-page__content-section{display:flex;flex-direction:column;gap:16px;width:100%}.subject-detail-page__tabs-section{width:100%}.subject-detail-page__tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.subject-detail-page__tab{background:none;border:none;padding:12px 24px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.subject-detail-page__tab:hover{color:#334155}.subject-detail-page__tab--active{color:#009dfd;border-bottom-color:#009dfd}.subject-detail-page__tab-content{min-height:200px}.subject-detail-page__lessons-content{display:flex;flex-direction:column;gap:16px}.subject-detail-page__card{box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:12px;gap:12px;width:100%;background:#fff;border:1px solid #eaecef;border-radius:8px;flex:none;order:1;align-self:stretch;flex-grow:0}.subject-detail-page__card-content{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;width:100%;height:40px;flex:none;order:0;flex-grow:1}.subject-detail-page__attachment-icon{width:39px;height:40px;flex:none;order:0;flex-grow:0;position:relative;display:flex;align-items:center;justify-content:center}.subject-detail-page__icon-wrapper{position:relative;width:100%;height:100%}.subject-detail-page__document-icon{position:absolute;left:7.9%;right:7.91%;top:0%;bottom:0%;background:linear-gradient(135deg,#c3c3f4,#dfdeff,#f6f4ff);border-radius:4px;display:flex;align-items:center;justify-content:center}.subject-detail-page__paperclip-icon{position:absolute;left:38.21%;right:7.91%;top:34.85%;bottom:15.57%;background:#f9536f;border-radius:2px;transform:rotate(-45deg)}.subject-detail-page__text-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;flex:none;order:1;flex-grow:1}.subject-detail-page__text-actions{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:8px;width:100%;height:40px;flex:none;order:0;align-self:stretch;flex-grow:0}.subject-detail-page__text-supporting{display:flex;flex-direction:column;align-items:flex-start;padding:0;flex:none;order:0;flex-grow:1}.subject-detail-page__card-title{width:100%;height:20px;font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#344054;flex:none;order:0;align-self:stretch;flex-grow:0;margin:0}.subject-detail-page__supporting-text{width:100%;height:20px;font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#475467;flex:none;order:1;align-self:stretch;flex-grow:0;margin:0}.subject-detail-page__actions{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;width:183px;height:40px;flex:none;order:1;flex-grow:0}.subject-detail-page__download-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:8px;width:183px;height:40px;background:#fff;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;border-radius:8px;flex:none;order:0;flex-grow:0;cursor:pointer;transition:all .2s ease}.subject-detail-page__download-btn:hover{background:#f9fafb;border-color:#9ca3af}.subject-detail-page__download-btn:active{background:#f3f4f6}.subject-detail-page__btn-text{width:68px;height:20px;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#344054;flex:none;order:1;flex-grow:0}.subject-detail-page__instructor-content{display:flex;align-items:center;gap:16px;width:100%}.subject-detail-page--rtl .subject-detail-page__instructor-content{flex-direction:row-reverse}.subject-detail-page__comments-content,.subject-detail-page__rating-content{text-align:center;padding:40px 20px;color:#64748b;font-size:14px}.subject-detail-page__sidebar{flex-shrink:0;height:100%}.subject-detail-page__back-button{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content}.subject-detail-page__back-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.subject-detail-page__back-button:focus{outline:none;box-shadow:0 0 0 3px #6366f11a}.subject-detail-page__back-button svg{width:20px;height:20px}.subject-detail-page .subject-detail-page__left-column-row{display:flex;flex-direction:row;align-items:flex-start;gap:24px;width:100%}.subject-detail-page .course-description-box{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;max-width:800px;flex:1 1 0;margin-right:0;margin-bottom:0}.subject-detail-page .course-description-box__title{font-weight:700;font-size:24px;line-height:120%;color:#161924;margin-bottom:8px;word-break:break-word}.subject-detail-page .course-description-box__desc{font-weight:500;font-size:14px;line-height:165%;color:#666d80;margin-bottom:0;word-break:break-word}.subject-detail-page .subject-detail-page__top-row{display:flex;flex-direction:row;align-items:flex-start;gap:15px;margin-bottom:32px;width:100%}.subject-detail-page .course-description-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #1018280f;padding:24px 32px;flex:1 1 0;min-width:0;max-width:800px;display:flex;flex-direction:column;justify-content:flex-start;margin:0}.subject-detail-page .course-description-card__title{font-weight:700;font-size:24px;line-height:120%;color:#161924;margin-bottom:12px;word-break:break-word}.subject-detail-page .course-description-card__desc{font-weight:500;font-size:14px;line-height:165%;color:#666d80;margin-bottom:0;word-break:break-word}.subject-detail-page .subject-detail-page__top-row>.instructor-card{flex:0 0 296px;margin:0;align-self:stretch}@media (max-width: 1200px){.subject-detail-page__main{flex-direction:column;gap:16px}.subject-detail-page__left-column{gap:10px}.subject-detail-page__sidebar{width:100%}.subject-detail-page .subject-detail-page__left-column-row{flex-direction:column;gap:16px}.subject-detail-page .course-description-box{max-width:100%}.subject-detail-page .subject-detail-page__top-row{flex-direction:column;gap:20px}.subject-detail-page .course-description-card{max-width:100%;padding:20px 16px}.subject-detail-page .subject-detail-page__top-row>.instructor-card{align-self:flex-start;margin-top:0}}@media (max-width: 1024px){.subject-detail-page{padding:20px}.subject-detail-page__top-row{flex-direction:column;gap:16px}.subject-detail-page__left-column{width:100%;max-width:400px;margin:0 auto}}@media (max-width: 768px){.subject-detail-page{padding:16px}.subject-detail-page__container{gap:16px}.subject-detail-page__main{gap:12px}.subject-detail-page__left-column{gap:12px;width:100%;max-width:100%}.subject-detail-page__top-row{flex-direction:column;gap:12px}.subject-detail-page__tabs{margin-bottom:16px}.subject-detail-page__tab{padding:10px 16px;font-size:13px}.subject-detail-page__card{padding:12px;height:auto;min-height:72px}.subject-detail-page__card-content{gap:12px}.subject-detail-page__text-actions{flex-direction:column;gap:12px;height:auto}.subject-detail-page__actions{width:100%;height:auto}.subject-detail-page__download-btn{width:100%}.subject-detail-page__instructor-info{gap:12px}.subject-detail-page__instructor-avatar{width:50px;height:50px}.subject-detail-page__instructor-name{font-size:14px}.subject-detail-page .subject-detail-page__left-column-row{flex-direction:column;gap:12px}.subject-detail-page .course-description-box__title{font-size:18px}.subject-detail-page .course-description-box__desc{font-size:13px}.subject-detail-page .subject-detail-page__top-row{flex-direction:column;gap:12px;margin-bottom:16px}.subject-detail-page .course-description-card__title{font-size:18px}.subject-detail-page .course-description-card__desc{font-size:13px}.subject-detail-page .course-description-card{padding:14px 8px}}@media (max-width: 480px){.subject-detail-page{padding:12px}.subject-detail-page__container{gap:12px}.subject-detail-page__main{gap:8px}.subject-detail-page__left-column{gap:8px;width:100%;max-width:100%}.subject-detail-page__top-row{flex-direction:column;gap:8px}.subject-detail-page__tabs{margin-bottom:12px}.subject-detail-page__tab{padding:8px 12px;font-size:12px}.subject-detail-page__card{padding:8px;height:auto;min-height:60px}.subject-detail-page__card-content{gap:8px}.subject-detail-page__attachment-icon{width:32px;height:32px}.subject-detail-page__text-actions{flex-direction:column;gap:8px;height:auto}.subject-detail-page__actions{width:100%;height:auto}.subject-detail-page__download-btn{width:100%;height:36px;padding:8px 12px}.subject-detail-page__instructor-info{flex-direction:column;text-align:center;gap:8px}.subject-detail-page__instructor-avatar{width:60px;height:60px;margin:0 auto}}.subject-detail-page--lesson .subject-detail-page__container{align-items:stretch;overflow:visible;height:100%}.subject-detail-page--lesson .subject-detail-page__main{align-items:stretch;height:100%}.subject-detail-page--lesson .subject-detail-page__left-column{flex:1 1 0;z-index:2;min-width:0;padding-bottom:20px;gap:24px;position:sticky;top:32px;align-self:flex-start;height:fit-content}@media (max-width: 1024px){.subject-detail-page--lesson .subject-detail-page__left-column{position:static}}.subject-detail-page--lesson .subject-detail-page__video-section{background:#fff;border-radius:16px;box-shadow:0 4px 18px #0f172a0f;overflow:visible}@media (max-width: 1200px){.subject-detail-page--lesson .subject-detail-page__main{flex-direction:column}.subject-detail-page--lesson .subject-detail-page__sidebar{width:100%;max-width:none}.subject-detail-page--lesson .course-sidebar{position:static}}@media (max-width: 768px){.subject-detail-page--lesson .subject-detail-page__content-section{padding:16px}}.course-details{flex:1!important}@media (max-width: 1024px){.course-details{width:100%;max-width:100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.course-details{flex:1;display:flex;flex-direction:column;gap:24px}.course-details__title{color:#161924;font-weight:700;font-size:24px;line-height:120%;margin:0 0 16px}.course-details__description{color:#666d80;font-weight:500;font-size:14px;line-height:165%;letter-spacing:0%;margin:0}.course-details__chapters-title{color:#161924;font-weight:700;font-size:24px;line-height:120%;margin:24px 0 16px}.course-details__lesson-list-container{width:100%}.course-details__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px;width:100%;min-height:200px;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0;text-align:center}.course-details__empty-illustration{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#f1f5f9;border-radius:50%;border:2px solid #e2e8f0}.course-details__empty-title{font-family:Poppins,sans-serif;font-weight:600;font-size:18px;line-height:24px;color:#374151;margin:0}.course-details__empty-description{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#6b7280;margin:0;max-width:400px}.related-course .instructor-card__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.related-course__see-more{font-weight:400;font-size:12px;line-height:16px;color:#009dfd;text-decoration:none;transition:color .2s ease}.related-course__see-more:hover{color:#007acc;text-decoration:underline}.related-course__content{display:flex;flex-direction:column;gap:12px;padding:8px 0;width:100%}.related-course__card{width:100%;margin-bottom:0}.related-course__card .course-card{min-height:120px;max-height:150px;padding:12px}.related-course__card .course-title{font-size:14px;font-weight:600;line-height:18px;margin-bottom:6px}.related-course__card .course-description{font-size:12px;line-height:16px;-webkit-line-clamp:2;overflow:visible}.related-course__card .category-tag{font-size:10px;padding:2px 6px}.related-course__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;min-height:200px}.related-course__placeholder-icon{margin-bottom:16px;opacity:.6}.related-course__placeholder-title{font-size:16px;font-weight:600;line-height:20px;color:#7d8bb4;margin:0 0 8px}.related-course__placeholder-description{font-size:14px;line-height:18px;color:#7d8bb4;margin:0;opacity:.8}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #009dfd4d}50%{box-shadow:0 0 30px #009dfd80}}.enrollment-modal--receipt{border-radius:24px}.enrollment-modal .ant-modal-content{border-radius:24px;overflow:hidden;box-shadow:0 32px 64px -12px #00000040,0 0 0 1px #ffffff0d;border:1px solid rgba(0,157,253,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2,#f8fafcfa);animation:fadeInUp .5s cubic-bezier(.4,0,.2,1);position:relative}.enrollment-modal .ant-modal-header{background:linear-gradient(135deg,#009dfd,#008dd1);border:none;padding:20px 24px 16px;margin:0;position:relative;overflow:hidden}.enrollment-modal .ant-modal-title{color:#fff;font-size:22px;font-weight:700;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.15);position:relative;z-index:1;letter-spacing:-.025em;margin:0}.enrollment-modal .ant-modal-close{color:#fff;top:12px;right:12px;width:36px;height:36px;border-radius:8px;background:#0006;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);font-size:16px;font-weight:700;box-shadow:0 2px 8px #0003}.live-session-container{width:100%;height:100%;padding:20px}.library-page{width:100%;max-width:100%;margin:0;box-sizing:border-box;overflow-x:hidden;height:100%;display:flex;flex-direction:column}.library-page .courses-grid{height:100%;display:flex;flex-direction:column}.library-page .courses-grid__section{flex:1;display:flex;flex-direction:column;overflow:hidden}.library-page .courses-grid__grid{flex:1;overflow-y:auto}.library-page__library-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:23px;width:100%;flex-shrink:0}@media (max-width: 1024px){.library-page__library-header{flex-direction:column;gap:20px}}@media (max-width: 768px){.library-page__library-header{flex-direction:column;gap:16px}}.library-page__library-title-section{display:flex;flex-direction:column;gap:6px;flex:1}.library-page__library-title{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;font-size:26px;line-height:36px;color:#31076e;margin:0;display:flex;align-items:center}.library-page__library-controls{display:flex;flex-direction:row;align-items:center;gap:16px}@media (max-width: 768px){.library-page__library-controls{width:100%}}.library-page__library-search{flex:1;max-width:300px}@media (max-width: 768px){.library-page__library-search{max-width:none}}.library-page__library-filter{flex-shrink:0}.library-page__library-grid{display:flex;flex-wrap:wrap;gap:30px;width:100%;margin-top:12px;padding:24px 8px 24px 24px;overflow-y:auto;align-items:flex-start;justify-content:space-between}@media (max-width: 768px){.library-page__library-grid{row-gap:8px;column-gap:4px;justify-content:center}}@media (min-width: 1200px){.library-page__library-grid{justify-content:center}}.library-page__library-grid::-webkit-scrollbar{width:6px}.library-page__library-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.library-page__library-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.library-page__library-grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.library-content{width:100%;padding:24px;display:flex;flex-direction:column;gap:4px}.library-content__title{font-size:32px;font-weight:700;color:#2c2f3f;margin:0}.library-content__sections{width:100%;overflow-x:auto;padding-bottom:8px}.library-content__sections::-webkit-scrollbar{height:4px}.library-content__sections::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.library-content__sections::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.library-content__subjects{display:flex;gap:16px;overflow-x:auto;padding-top:8px;padding-bottom:8px}.library-content__subjects::-webkit-scrollbar{height:4px}.library-content__subjects::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.library-content__subjects::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.library-content__content-section{display:flex;flex-direction:column;gap:24px;background:#fff;border-radius:12px;box-shadow:0 4px 17px #e9edf5;padding:16px 20px;margin-bottom:18px}.library-content__content-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.library-content__content-title{font-size:26px;font-weight:700;color:#2c2f3f;margin:0}.library-content__series-select{min-width:150px}.library-content__chapters{display:flex;flex-direction:column;gap:32px}.library-content__chapter{display:flex;flex-direction:column;gap:16px}.library-content__chapter-title{font-size:15px;font-weight:500;color:#444864;margin:0}.library-content__files{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.library-content__file{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .2s ease}.library-content__file:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.library-content__file-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.library-content__file-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.library-content__file-name{font-size:16px;font-weight:500;color:var(--neutral-gris-highest);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-content__file-date{font-size:14px;color:var(--neutral-gris-medium)}.library-content__file-download{flex-shrink:0;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:var(--neutral-gris-highest);transition:all .2s ease;border-radius:8px}.library-content__file-download:hover{background:#f3f4f6;color:#009dfd}.library-content__file-download:active{transform:scale(.95)}.library-content__subjects-header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:12px 20px;gap:6px;background:#fff;border-radius:12px;box-shadow:0 4px 17px #e9edf5;margin-bottom:18px;margin-top:18px}.plan-generator{width:100%;height:100vh}:root{--angle: 0deg}@property --angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.study-buddy-ai{display:flex;flex-direction:column;justify-content:center;align-items:center;--bg-angle: 0deg}.study-buddy-ai__header{padding:20px 32px;flex-shrink:0}.study-buddy-ai__nav{display:flex;gap:20px;align-items:center;justify-content:center}.study-buddy-ai__nav-item{font-size:16px;font-weight:400;color:#64748b;cursor:pointer;padding:6px 16px;border-radius:8px;transition:all .2s ease}.study-buddy-ai__nav-item--active{color:#1e293b;font-weight:400;background:#fff;box-shadow:0 3px 1px #afb9cb0a;box-shadow:0 3px 8px #afb9cb1f}.study-buddy-ai__nav-item:hover:not(.study-buddy-ai__nav-item--active){color:#334155;background:#fff;box-shadow:0 3px 1px #afb9cb0a;box-shadow:0 3px 8px #afb9cb1f}.study-buddy-ai__container{flex:1;display:flex;flex-direction:column;margin-top:140px;justify-content:center;align-items:center;min-height:0;padding:10px 20px;background:#fff;box-shadow:0 0 10px #0000000d;width:95%;max-width:1500px;border-radius:12px;position:relative}.study-buddy-ai__container--tracking{margin-top:25px;margin-bottom:25px;padding-bottom:25px}.study-buddy-ai__container--conversation{margin-top:25px}.study-buddy-ai__tracking-container{flex:1;display:flex;flex-direction:column;margin-top:10px;justify-content:flex-start;align-items:center;min-height:0;padding:0;width:100%;max-width:1500px;border-radius:12px;position:relative;overflow-y:auto}.study-buddy-ai__tracking{flex:1;width:100%;padding:0}.study-buddy-ai__welcome-screen{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fadeIn .5s ease-out}.study-buddy-ai__conversation-screen{width:100%;height:100%;display:flex;flex-direction:column;animation:slideInFromBottom .7s cubic-bezier(.25,.46,.45,.94)}.study-buddy-ai__tracking-screen{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fadeIn .5s ease-out}.study-buddy-ai__tracking-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px;margin:0 auto;width:100%}.study-buddy-ai__tracking-title{font-size:28px;font-weight:700;color:#20418c;margin:0 0 16px;line-height:1.3}.study-buddy-ai__tracking-subtitle{font-size:16px;color:#64748b;line-height:1.6;margin:0}.study-buddy-ai__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px;text-align:center;max-width:800px;margin:0 auto;width:100%;min-height:0}.study-buddy-ai__robot{animation:float 3s ease-in-out infinite;margin-top:-110px}.study-buddy-ai__robot-icon{width:200px;height:200px;filter:drop-shadow(0 10px 30px rgba(59,130,246,.2))}.study-buddy-ai__welcome{margin-bottom:40px;display:flex;flex-direction:column;align-items:center;justify-content:center}.study-buddy-ai__title{font-size:32px;font-weight:700;color:#20418c;margin:0 0 16px;line-height:1.3}.study-buddy-ai__subtitle{font-size:18px;color:#64748b;line-height:1.6;margin:0}.study-buddy-ai__start-section{margin-bottom:20px}.study-buddy-ai__start-btn{height:48px;padding:0 32px;font-size:16px;font-weight:400;border-radius:12px;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%)!important;border:none;box-shadow:0 4px 14px #3b82f64d;transition:all .3s ease}.study-buddy-ai__start-btn:hover{opacity:.8}.study-buddy-ai__chat{flex-shrink:0;width:100%;padding:10px;display:flex;align-items:center;margin-top:3px;justify-content:center;gap:12px}.study-buddy-ai__input-container{display:flex;align-items:center;justify-content:center;gap:12px;height:60px;max-width:800px;border-radius:12px;position:relative;padding:10px;width:100%;z-index:10;transition:all .4s ease;border:.2px solid #f3f3f3}.study-buddy-ai__input-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;padding:2px;background:conic-gradient(from var(--angle),rgb(14,124,233),rgb(97,168,239),#c5def8,#ffffff 60%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rotate-angle 3s linear infinite}.study-buddy-ai__input{flex:1;background:transparent;border:none;box-shadow:unset!important;font-size:16px;height:40px!important;color:#1e293b;resize:none}.study-buddy-ai__input::placeholder{color:#94a3b8;font-size:16px}.study-buddy-ai__input:focus{box-shadow:unset!important;border:none;outline:none}.study-buddy-ai__input .ant-input{background:transparent;border:none;line-height:2.2!important;box-shadow:unset!important;padding:0}.study-buddy-ai .ant-input{line-height:2.2!important}.study-buddy-ai__send-btn{background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%)!important;width:35px;height:35px;border-radius:50%;background:#eee;padding:0!important;rotate:-45deg;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s linear}.study-buddy-ai__send-btn:disabled{opacity:.5;box-shadow:none;cursor:not-allowed}.study-buddy-ai__send-btn:hover{opacity:.8}.study-buddy-ai__send-btn:disabled{background:#e2e8f0;box-shadow:none;cursor:not-allowed}.study-buddy-ai__send-btn svg{width:20px;height:20px;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate-angle{to{--angle: 360deg}}[dir=rtl] .study-buddy-ai__input-container{flex-direction:row-reverse}@media (max-width: 768px){.study-buddy-ai__header{padding:16px 20px}.study-buddy-ai__content{padding:30px 20px}.study-buddy-ai__robot-icon{width:150px;height:150px}.study-buddy-ai__title{font-size:24px}.study-buddy-ai__subtitle{font-size:16px}.study-buddy-ai__tracking-title{font-size:24px}.study-buddy-ai__tracking-subtitle{font-size:14px}.study-buddy-ai__chat{padding:16px 20px}.study-buddy-ai__input-container{padding:10px 12px}.study-buddy-ai__send-btn{width:40px;height:40px}.study-buddy-ai__send-btn svg{width:18px;height:18px}}@media (max-width: 480px){.study-buddy-ai__title{font-size:20px}.study-buddy-ai__subtitle{font-size:14px}.study-buddy-ai__tracking-title{font-size:20px}.study-buddy-ai__tracking-subtitle{font-size:13px}.study-buddy-ai__robot-icon{width:120px;height:120px}}.conversation-message{display:flex;margin-bottom:16px;animation:slideIn .3s ease-out}.conversation-message--bot{justify-content:flex-start}.conversation-message--user{justify-content:flex-end}.conversation-message__avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%);margin-right:8px}.conversation-message__avatar--user{margin-right:0;margin-left:8px;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%);color:#fff;font-size:14px;font-weight:600}.conversation-message__bot-icon{width:32px;height:32px}.conversation-message__user-initial{font-size:14px;font-weight:600}.conversation-message__content{min-width:120px}.conversation-message__content--file{max-width:450px;width:100%;min-width:250px}.conversation-message__content--subject-selection{width:100%;min-width:400px}.conversation-message__content--subject-selection-result{width:100%;min-width:200px;box-shadow:0 -3px 31.7px #0000000d;padding:20px}.conversation-message__content--schedule-loading{width:100%;min-width:400px}.conversation-message__content--form{min-width:400px}.conversation-message__content--upload{width:100%;min-width:300px}.conversation-message__content--options{max-width:75%;min-width:150px}.conversation-message__content--text{max-width:70%;min-width:120px}.conversation-message__bubble{padding:12px 16px;border-radius:16px;position:relative;word-wrap:break-word}.conversation-message__bubble--bot{background:#fff;box-shadow:0 -3px 31.7px #0000000d}.conversation-message__bubble--bot:before{content:"";position:absolute;left:-6px;bottom:0;width:0;height:0;border-right:6px solid #f8fafc;border-bottom:6px solid transparent}.conversation-message__bubble--user{background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%);color:#fff}.conversation-message__bubble--user.conversation-message__bubble--file{background:transparent;color:inherit;padding:0}.conversation-message__bubble--typing{padding:16px 20px;background:#f8fafc;border:1px solid #e2e8f0}.conversation-message__text{margin:0;font-size:14px;line-height:1.5;color:inherit;direction:ltr;text-align:left}.conversation-message__text:lang(ar),[lang=ar] .conversation-message__text,[dir=rtl] .conversation-message__text{direction:rtl;text-align:right;unicode-bidi:embed}.conversation-message__form,.conversation-message__subject-selection{margin-top:16px;width:100%}.conversation-message__upload{display:flex;justify-content:center;align-items:center;margin-top:16px;width:100%}.conversation-message__options{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.conversation-message__option-btn{background:#fff;border:1px solid #00aefd;color:#00aefd;border-radius:20px;font-size:12px;height:32px;padding:0 12px;transition:all .2s ease}.conversation-message__option-btn.yes-plan-btn{background-color:#d7fff0!important;color:#04915f!important;font-weight:400;font-size:14px;height:40px;border-radius:8px;border:none}.conversation-message__option-btn.yes-plan-btn:hover{opacity:.8}.conversation-message__option-btn.not-for-now-btn{background-color:#f7f9fa!important;color:#444864!important;font-weight:400;font-size:14px;height:40px;border-radius:8px;border:none}.conversation-message__option-btn.not-for-now-btn:hover{opacity:.8}.conversation-message__option-btn.disabled,.conversation-message__option-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5!important;color:#999!important;border-color:#ddd!important}.conversation-message__option-btn.disabled:hover,.conversation-message__option-btn:disabled:hover{opacity:.5;transform:none}.typing-indicator{display:flex;align-items:center;gap:4px}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}[dir=rtl] .conversation-message--bot .conversation-message__avatar{margin-left:8px;margin-right:0}[dir=rtl] .conversation-message--bot .conversation-message__bubble--bot{border-bottom-right-radius:4px;border-bottom-left-radius:16px}[dir=rtl] .conversation-message--bot .conversation-message__bubble--bot:before{left:auto;right:-6px;border-left:6px solid #f8fafc;border-right:none}[dir=rtl] .conversation-message--user .conversation-message__avatar{margin-right:8px;margin-left:0}[dir=rtl] .conversation-message--user .conversation-message__bubble--user{border-bottom-left-radius:4px;border-bottom-right-radius:16px}[dir=rtl] .conversation-message--user .conversation-message__bubble--user:before{right:auto;left:-6px;border-right:6px solid #007ffd;border-left:none}@media (max-width: 768px){.conversation-message__content{max-width:85%}.conversation-message__content--upload{max-width:90%;min-width:250px}.conversation-message__content--options{max-width:88%;min-width:120px}.conversation-message__content--text{max-width:85%;min-width:100px}.conversation-message__bubble{padding:10px 14px}.conversation-message__text{font-size:13px}.conversation-message__option-btn{font-size:11px;height:28px;padding:0 10px}}@media (max-width: 480px){.conversation-message__content{max-width:90%}.conversation-message__content--upload{max-width:95%;min-width:200px}.conversation-message__content--options{max-width:92%;min-width:100px}.conversation-message__content--text{max-width:90%;min-width:80px}.conversation-message__bubble{padding:8px 12px}.conversation-message__option-btn{font-size:10px;height:26px;padding:0 8px}}.conversation-area{flex:1;overflow-y:auto;padding:20px;width:100%;border-radius:12px;max-height:calc(100vh - 365px);min-height:300px;max-height:calc(100vh - 385px)}.conversation-area__messages{display:flex;flex-direction:column;gap:4px;padding-bottom:10px}.conversation-area::-webkit-scrollbar{width:8px}.conversation-area::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:4px}.conversation-area::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:10px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}.conversation-area::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00aefd,#007ffd);box-shadow:0 2px 8px #00aefd4d;transform:scaleY(1.1)}.conversation-area::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#007ffd,#06c)}.conversation-area::-webkit-scrollbar-corner{background:transparent}.conversation-area{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}@media (max-width: 768px){.conversation-area{padding:16px;min-height:250px}}@media (max-width: 480px){.conversation-area{padding:12px;min-height:200px}}.conversation-header{display:flex;align-items:center;gap:16px;padding:16px 20px;padding-bottom:0!important;border-radius:12px;margin-bottom:16px;animation:slideInFromTop .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(0);opacity:1;padding-top:0!important}.conversation-header__robot{flex-shrink:0;margin-top:-100px;animation:scaleIn .5s cubic-bezier(.4,0,.2,1) .2s both;animation:float 3s ease-in-out infinite}.conversation-header__welcome{flex:1;text-align:left;animation:fadeInRight .5s cubic-bezier(.4,0,.2,1) .3s both}.conversation-header__title{font-size:26px;font-weight:600;color:#20418c;margin:0 0 4px;line-height:1.3;direction:ltr;text-align:left}.conversation-header__title:lang(ar),[lang=ar] .conversation-header__title,[dir=rtl] .conversation-header__title{direction:rtl;text-align:right;unicode-bidi:embed}.conversation-header__subtitle{font-size:16px;color:#64748b;line-height:1.4;margin:0;direction:ltr;text-align:left}.conversation-header__subtitle:lang(ar),[lang=ar] .conversation-header__subtitle,[dir=rtl] .conversation-header__subtitle{direction:rtl;text-align:right;unicode-bidi:embed}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInFromTop{0%{transform:translateY(-40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.8)!important;opacity:0}to{transform:scale(1)!important;opacity:1}}@keyframes fadeInRight{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}[dir=rtl] .conversation-header__welcome{text-align:right}@keyframes fadeInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.conversation-header{padding:12px 16px;gap:12px}.conversation-header__robot-icon{width:50px;height:50px}.conversation-header__title{font-size:16px}.conversation-header__subtitle{font-size:13px}}@media (max-width: 480px){.conversation-header{padding:10px 12px;gap:10px}.conversation-header__robot-icon{width:45px;height:45px}.conversation-header__title{font-size:15px}.conversation-header__subtitle{font-size:12px}}.file-upload{width:80%;margin:16px 0}.file-upload__dropzone{background-image:linear-gradient(to right,#b8c3d8 50%,transparent 50%),linear-gradient(to left,#b8c3d8 50%,transparent 50%),linear-gradient(to top,#b8c3d8 50%,transparent 50%),linear-gradient(to bottom,#b8c3d8 50%,transparent 50%)!important;background-position:0 0,0 100%,0 0,100% 0!important;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y!important;background-size:12px 2px,12px 2px,2px 12px,2px 12px!important;border-radius:20px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;position:relative;min-height:200px;display:flex;align-items:center;justify-content:center}.file-upload__dropzone:hover{border-color:#009dfd;background:#f0f9ff}.file-upload__dropzone--drag-over{border-color:#009dfd;background:#f0f9ff;transform:scale(1.02)}.file-upload__input{display:none}.file-upload__content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:400px}.file-upload__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.file-upload__icon svg{width:24px;height:24px;color:#64748b}.file-upload__text{text-align:center}.file-upload__title{font-size:20px;font-weight:500;color:#444864;margin:0 0 8px;line-height:1.3}.file-upload__description{font-size:14px;color:#7d8bb4;margin:0;line-height:1.4}.file-upload__button{height:44px;padding:0 24px;font-size:16px;font-weight:500;border-radius:8px;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%)!important;border:none;box-shadow:0 2px 8px #3b82f633;transition:all .2s ease}.file-upload__button:hover{opacity:.9;box-shadow:0 4px 12px #3b82f64d}.file-upload__button:active{transform:translateY(0)}.file-upload__selected{margin-top:16px;padding:12px 16px;background:#f1f5f9;border-radius:8px;border:1px solid #e2e8f0}.file-upload__file-info{display:flex;align-items:center;gap:12px}.file-upload__file-icon{width:20px;height:20px;color:#009dfd;flex-shrink:0}.file-upload__file-details{flex:1;display:flex;flex-direction:column;gap:2px}.file-upload__file-name{font-size:14px;font-weight:500;color:#1e293b;line-height:1.2}.file-upload__file-size{font-size:12px;color:#64748b}.file-upload__remove{padding:4px;min-width:auto;height:auto;color:#64748b}.file-upload__remove:hover{color:#ef4444;background:#fef2f2}.file-upload__remove svg{width:16px;height:16px}@keyframes fileSelectAnimation{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.file-upload__selected{animation:fileSelectAnimation .3s ease-out}[dir=rtl] .file-upload__file-info{flex-direction:row-reverse}[dir=rtl] .file-upload__file-details{text-align:right}@media (max-width: 768px){.file-upload__dropzone{padding:20px 16px;min-height:180px}.file-upload__icon{width:56px;height:56px}.file-upload__icon svg{width:20px;height:20px}.file-upload__title{font-size:16px}.file-upload__description{font-size:13px}.file-upload__button{height:40px;padding:0 20px;font-size:14px}}@media (max-width: 480px){.file-upload__dropzone{padding:16px 12px;min-height:160px}.file-upload__content{gap:12px}.file-upload__icon{width:48px;height:48px}.file-upload__icon svg{width:18px;height:18px}.file-upload__title{font-size:15px}.file-upload__description{font-size:12px}.file-upload__button{height:36px;padding:0 16px;font-size:13px}}.file-message{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e8eaf5;border-radius:16px;max-width:450px;transition:all .2s ease;width:100%;box-shadow:0 1px 3px #0000001a}.file-message:hover{border-color:#7dd3fc;box-shadow:0 2px 6px #00000026}.file-message__icon{width:40px;height:40px;background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0}.file-message__icon svg{width:20px;height:20px;color:#0ea5e9}.file-message__details{flex:1;min-width:0}.file-message__name{font-size:14px;font-weight:400;color:#0f172a;line-height:1.2;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-message__size{font-size:12px;color:#7980a6;line-height:1.2;font-weight:400}.file-message--pdf .file-message__icon{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.file-message--pdf .file-message__icon svg{color:#ef4444}.file-message--image .file-message__icon{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.file-message--image .file-message__icon svg{color:#0ea5e9}.file-message--document .file-message__icon{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.file-message--document .file-message__icon svg{color:#2563eb}[dir=rtl] .file-message{flex-direction:row-reverse}[dir=rtl] .file-message__details{text-align:right}@media (max-width: 768px){.file-message{max-width:240px;padding:10px 12px;gap:10px}.file-message__icon{width:36px;height:36px}.file-message__icon svg{width:18px;height:18px}.file-message__name{font-size:13px}.file-message__size{font-size:11px}}@media (max-width: 480px){.file-message{max-width:200px;padding:8px 10px;gap:8px}.file-message__icon{width:32px;height:32px}.file-message__icon svg{width:16px;height:16px}.file-message__name{font-size:12px}.file-message__size{font-size:10px}}.sleep-schedule-form{width:100%;padding:0;background:transparent}.sleep-schedule-form__content{display:flex;align-items:flex-start;gap:32px}.sleep-schedule-form__field{display:flex;justify-content:center;align-items:center;gap:16px}.sleep-schedule-form__label{font-size:14px;font-weight:400;white-space:nowrap;color:#374151;margin:0;text-align:left}.sleep-schedule-form__time-input{display:flex;align-items:center;justify-content:center}.sleep-schedule-form__time-picker .ant-picker{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;box-shadow:none;min-height:38px;padding:4px!important;min-width:140px;padding:8px 12px}.sleep-schedule-form__time-picker .ant-picker:hover{border-color:#009dfd;background:#f1f8ff}.sleep-schedule-form__time-picker .ant-picker:focus,.sleep-schedule-form__time-picker .ant-picker.ant-picker-focused{border-color:#009dfd;box-shadow:0 0 0 2px #009dfd1a}.sleep-schedule-form__time-picker .ant-picker .ant-picker-input>input{font-size:16px;font-weight:500;line-height:unset!important;color:#1f2937;text-align:center!important;letter-spacing:2px!important}.sleep-schedule-form__time-picker .ant-picker .ant-picker-input>input::placeholder{color:#9ca3af}.sleep-schedule-form__time-picker .ant-picker .ant-picker-outlined{border-radius:12px}.sleep-schedule-form__actions{display:flex;justify-content:flex-end;margin-top:16px}.sleep-schedule-form__submit-btn{padding:0 32px;height:36px;font-size:16px;font-weight:500;border-radius:12px;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%)!important;border:none;box-shadow:0 4px 14px #3b82f64d;transition:all .3s ease}.sleep-schedule-form__submit-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 18px #3b82f666}.sleep-schedule-form__submit-btn:active{transform:translateY(0)}[dir=rtl] .sleep-schedule-form__time-input{flex-direction:row-reverse}@media (max-width: 768px){.sleep-schedule-form__content{gap:24px}.sleep-schedule-form__label{font-size:13px}.sleep-schedule-form__time-picker .ant-picker{min-width:130px;min-height:36px;padding:6px 10px}.sleep-schedule-form__time-picker .ant-picker .ant-picker-input>input{font-size:15px}.sleep-schedule-form__submit-btn{height:36px;font-size:15px;padding:0 28px}}@media (max-width: 480px){.sleep-schedule-form__content{flex-direction:column;align-items:stretch;gap:20px}.sleep-schedule-form__field{flex-direction:column;align-items:center;gap:12px}.sleep-schedule-form__label{font-size:12px;text-align:center}.sleep-schedule-form__time-picker .ant-picker{min-width:120px;min-height:34px;padding:5px 8px}.sleep-schedule-form__time-picker .ant-picker .ant-picker-input>input{font-size:14px}.sleep-schedule-form__submit-btn{height:36px;font-size:14px;padding:0 24px}}.subject-selection{width:100%;margin:0 auto}.subject-selection__content{padding:20px 0;background:#fff;border-radius:12px}.subject-selection__intro{font-size:14px;color:#64748b;margin-bottom:24px;line-height:1.5;text-align:left}.subject-selection__weakness-section{margin-bottom:32px}.subject-selection__section-title{font-size:16px;font-weight:600;color:#444864;margin-bottom:16px;display:flex;align-items:center;gap:8px}.subject-selection__weakness-tags{display:flex;flex-wrap:wrap;gap:12px}.subject-selection__weakness-tag{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e9edf5;border-radius:8px;padding:8px 12px;cursor:pointer;position:relative;min-height:57px;min-width:320px;transition:all .2s ease}.subject-selection__weakness-tag:hover{border-color:#c3cddf;background-color:#f7f9fa}.subject-selection__weakness-tag:hover .subject-selection__weakness-remove-btn{opacity:1}.subject-selection__weakness-tag.selected{border-color:#009dfd;background:#f0f9ff;box-shadow:0 2px 8px #009dfd26}.subject-selection__weakness-icon{width:37px;height:37px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;padding:6px;box-shadow:0 3.08px 10.02px #fc4e511a;background-color:#fff;flex-shrink:0}.subject-selection__weakness-info{flex:1;display:flex;flex-direction:column;gap:2px}.subject-selection__weakness-name{font-size:14px;font-weight:500;color:#444864;line-height:1.2}.subject-selection__weakness-score{font-size:12px;font-weight:300;color:#7d8bb4;line-height:1}.subject-selection__weakness-remove-btn{background:none;border:none;color:#94a3b8;cursor:pointer;opacity:0;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;background-color:#fff;padding:8px;box-shadow:0 4px 20px 0 var(--NeutralgrisLower)}.subject-selection__weakness-remove-btn:hover{background-color:#eee}.subject-selection__weakness-remove-btn .anticon{font-size:10px}.subject-selection__additional-section{margin-bottom:32px;display:flex;flex-direction:column!important;gap:16px}.subject-selection__additional-title{font-size:16px;font-weight:600;color:#444864;margin-bottom:16px}.subject-selection__subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.subject-selection__subject-grid{display:contents}.subject-selection__subject-card{border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer}.subject-selection__subject-card:hover{border-color:#009dfd;box-shadow:0 2px 8px #009dfd1a;transform:translateY(-1px)}.subject-selection__subject-card.selected{border-color:#009dfd;background:#f0f9ff;box-shadow:0 2px 8px #009dfd26}.subject-selection__subject-card .ant-card-body{padding:12px}.subject-selection__card-content{display:flex;align-items:center;gap:8px}.subject-selection__card-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;flex-shrink:0}.subject-selection__card-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.subject-selection__card-name{font-size:13px;font-weight:500;color:#334155;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subject-selection__card-score{font-size:11px;color:#64748b;line-height:1}.subject-selection__footer{margin-top:24px;display:flex;justify-content:flex-end;align-items:center;gap:16px}.subject-selection__apply-btn{padding:0 32px;height:40px;max-width:150px;font-size:16px;font-weight:500;border-radius:12px;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%)!important;border:none;box-shadow:0 4px 14px #3b82f64d;transition:all .3s ease}.subject-selection__apply-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 18px #3b82f666}.subject-selection__apply-btn:active{transform:translateY(0)}[dir=rtl] .subject-selection__intro{text-align:right}[dir=rtl] .subject-selection__section-title,[dir=rtl] .subject-selection__weakness-tag,[dir=rtl] .subject-selection__card-content{flex-direction:row-reverse}[dir=rtl] .subject-selection__additional-title{text-align:right}@media (max-width: 768px){.subject-selection{max-width:100%}.subject-selection__content{padding:16px;margin:0 8px}.subject-selection__subjects-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.subject-selection__weakness-tags{gap:8px}.subject-selection__weakness-tag{min-width:120px;padding:6px 8px}.subject-selection__apply-btn{height:44px;font-size:14px}}.subject-selection__weakness-tag{animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.subject-selection-result{width:100%}.subject-selection-result__tags{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end}.subject-selection-result__tag{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e9edf5;border-radius:8px;padding:8px 12px;position:relative;min-height:57px;min-width:320px;transition:all .2s ease}.subject-selection-result__icon{width:37px;height:37px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;padding:6px;box-shadow:0 3.08px 10.02px #fc4e511a;background-color:#fff;flex-shrink:0}.subject-selection-result__info{flex:1;display:flex;flex-direction:column;gap:2px}.subject-selection-result__name{font-size:14px;font-weight:500;color:#444864;line-height:1.2}.subject-selection-result__score{font-size:12px;font-weight:300;color:#7d8bb4;line-height:1}[dir=rtl] .subject-selection-result__tag{flex-direction:row-reverse}@media (max-width: 768px){.subject-selection-result__tags{gap:8px}.subject-selection-result__tag{min-width:140px;padding:6px 8px}}.schedule-loading-message{width:100%;margin:0 auto}.schedule-loading-message .live-sessions-header{display:none!important}.schedule-loading-message__tabs{display:flex;gap:8px;margin-bottom:24px;padding:4px;background:#00aefd0d;border-radius:12px;border:1px solid rgba(0,174,253,.1)}.schedule-loading-message__tab{flex:1;padding:12px 24px;border:none;border-radius:8px;background:transparent;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative}.schedule-loading-message__tab:hover{background:#00aefd14;color:#00aefd}.schedule-loading-message__tab--active{background:linear-gradient(135deg,#00aefd,#007ffd);color:#fff;box-shadow:0 4px 12px #00aefd4d}.schedule-loading-message__tab--active:hover{background:linear-gradient(135deg,#00aefd,#007ffd);color:#fff}.schedule-loading-message__tab-content{width:100%;animation:fadeInUp .3s ease-out}.schedule-loading-message__cards{display:flex;align-items:center;justify-content:center;min-height:200px;background:#fff;border-radius:12px;border:1px solid rgba(0,174,253,.1);font-size:18px;font-weight:500;color:#64748b;box-shadow:0 2px 8px #0000000d}.schedule-loading-message{width:100%;margin:0 auto;max-width:500px}.schedule-loading-message__content{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:20px;position:relative}.schedule-loading-message__icon-container{position:relative;margin-bottom:18px;margin-top:18px;width:300px;height:200px;display:flex;align-items:center;justify-content:center}.schedule-loading-message__icon-container:before{content:"";position:absolute;left:20px;top:30px;width:60px;height:60px;background:linear-gradient(135deg,#00aefd26,#ffffff4d,#007ffd1a);border-radius:50%;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:crystalBubbleLeft 4s ease-in-out infinite;box-shadow:0 8px 25px #00aefd33,inset 0 2px 10px #ffffff4d}.schedule-loading-message__icon-container:after{content:"";position:absolute;right:15px;top:60px;width:45px;height:45px;background:linear-gradient(135deg,#007ffd33,#fff6,#00aefd1a);border-radius:50%;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:crystalBubbleRight 3.5s ease-in-out infinite;animation-delay:.5s;box-shadow:0 6px 20px #007ffd26,inset 0 1px 8px #fff6}.schedule-loading-message__icon-wrapper{position:relative;width:180px;height:180px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00aefd,#007ffd);border-radius:40px;box-shadow:0 15px 40px #00aefd66,0 8px 20px #007ffd4d,inset 0 2px 20px #fff3;animation:iconFloat 3s ease-in-out infinite;transform-style:preserve-3d}.schedule-loading-message__icon-wrapper:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(135deg,#00aefd,#007ffd,#00aefd);border-radius:43px;z-index:-1;opacity:.7;animation:iconGlow 2s ease-in-out infinite alternate}.schedule-loading-message__icon-wrapper:after{content:"";position:absolute;top:20px;left:20px;width:40px;height:40px;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:20px;filter:blur(1px);animation:crystalShine 3s ease-in-out infinite}.schedule-loading-message__icon{width:180px;height:180px;color:#fff;animation:iconPulse 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.schedule-loading-message__icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:220px;background:radial-gradient(circle,rgba(0,174,253,.2) 0%,transparent 70%);border-radius:50%;animation:glowPulse 2s ease-in-out infinite}.schedule-loading-message__particles{position:absolute;width:100%;height:100%;pointer-events:none}.schedule-loading-message__particles .particle{position:absolute;width:6px;height:6px;background:linear-gradient(45deg,#00aefd,#007ffd);border-radius:50%;opacity:.6;animation:particleFloat 4s linear infinite}.schedule-loading-message__particles .particle--1{top:20%;left:10%;animation-delay:0s;animation-duration:3s}.schedule-loading-message__particles .particle--2{top:60%;left:85%;animation-delay:.5s;animation-duration:4s}.schedule-loading-message__particles .particle--3{top:30%;left:80%;animation-delay:1s;animation-duration:3.5s}.schedule-loading-message__particles .particle--4{top:70%;left:15%;animation-delay:1.5s;animation-duration:4.5s}.schedule-loading-message__particles .particle--5{top:15%;left:60%;animation-delay:2s;animation-duration:3.2s}.schedule-loading-message__particles .particle--6{top:80%;left:50%;animation-delay:2.5s;animation-duration:3.8s}.schedule-loading-message__text-container{text-align:center;width:100%}.schedule-loading-message__title{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:24px;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleFade 2s ease-in-out infinite alternate}.schedule-loading-message__progress-container{width:100%;margin-bottom:18px}.schedule-loading-message__progress-bar{width:100%;height:4px;background:#00aefd1a;border-radius:2px;overflow:hidden;position:relative}.schedule-loading-message__progress-fill{height:100%;background:linear-gradient(90deg,#00aefd,#007ffd,#00aefd);border-radius:2px;width:0%;animation:progressFill 3s ease-in-out infinite;position:relative}.schedule-loading-message__progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:progressShine 1.5s ease-in-out infinite}.schedule-loading-message__sessions{width:100%;margin-top:20px;animation:fadeInUp .5s ease-out}.schedule-loading-message__add-time{width:100%;margin-top:16px;display:flex;justify-content:flex-end}.schedule-loading-message__add-time-btn{background:linear-gradient(135deg,#009dfd,#00c6ff);border:none;border-radius:8px;padding:8px 16px;font-weight:500;height:35px;transition:all .3s linear}.schedule-loading-message__add-time-btn:hover{background:linear-gradient(135deg,#009dfd,#00c6ff)!important;transform:translateY(-2px);box-shadow:0 4px 12px #009dfd4d}.schedule-loading-message__add-time-btn .anticon{margin-right:8px}@keyframes iconFloat{0%,to{transform:translateY(0) rotateY(0)}50%{transform:translateY(-8px) rotateY(5deg)}}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes iconGlow{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.05)}}@keyframes glowPulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}@keyframes particleFloat{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(-20px) rotate(360deg);opacity:0}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes titleFade{0%{opacity:.8}to{opacity:1}}@keyframes progressFill{0%{width:0%}50%{width:70%}to{width:100%}}@keyframes progressShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes crystalShine{0%,to{opacity:.3;transform:scale(1) rotate(0)}50%{opacity:.6;transform:scale(1.1) rotate(5deg)}}@keyframes crystalBubbleLeft{0%,to{transform:translateY(0) scale(1);opacity:.7}25%{transform:translateY(-10px) scale(1.05);opacity:.9}50%{transform:translateY(-5px) scale(.95);opacity:.8}75%{transform:translateY(-15px) scale(1.1);opacity:.85}}@keyframes crystalBubbleRight{0%,to{transform:translateY(0) scale(1) rotate(0);opacity:.6}30%{transform:translateY(-8px) scale(1.08) rotate(2deg);opacity:.8}60%{transform:translateY(-3px) scale(.92) rotate(-1deg);opacity:.7}80%{transform:translateY(-12px) scale(1.05) rotate(1deg);opacity:.75}}[dir=rtl] .schedule-loading-message-schedule__tabs{direction:rtl}[dir=rtl] .schedule-loading-message__icon-container:before{left:auto;right:20px}[dir=rtl] .schedule-loading-message__icon-container:after{right:auto;left:15px}@media (max-width: 768px){.schedule-loading-message-schedule__tabs{gap:4px;padding:2px;margin-bottom:16px}.schedule-loading-message-schedule__tab{padding:10px 16px;font-size:13px}.schedule-loading-message-schedule__cards{min-height:150px;font-size:16px}.schedule-loading-message__content{padding:32px 16px}.schedule-loading-message__icon-container{width:250px;height:180px;margin-bottom:24px}.schedule-loading-message__icon-container:before{width:45px;height:45px;left:15px;top:25px}.schedule-loading-message__icon-container:after{width:35px;height:35px;right:10px;top:50px}.schedule-loading-message__icon-wrapper{width:140px;height:140px;border-radius:30px}.schedule-loading-message__icon-wrapper:before{border-radius:33px}.schedule-loading-message__icon-wrapper:after{top:15px;left:15px;width:30px;height:30px}.schedule-loading-message__icon{width:60px;height:60px}.schedule-loading-message__title{font-size:20px;margin-bottom:20px}}.free-time-display{background:#fff;border-radius:12px;padding:20px;border:1px solid #e6e6e6}.free-time-display__header{margin-bottom:24px}.free-time-display__title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.free-time-display__summary{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.free-time-display__schedule{display:flex;flex-direction:column;gap:16px}.free-time-display__day{border:1px solid #f3f4f6;border-radius:8px;overflow:hidden}.free-time-display__day-header{background:#f0f9ff;padding:12px 16px;border-bottom:1px solid #e0f2fe}.free-time-display__day-name{font-size:14px;font-weight:600;color:#0369a1;margin:0;text-transform:capitalize}.free-time-display__slots{padding:16px;display:flex;flex-direction:column;gap:12px}.free-time-display__slot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;background:#f8fafc;border-radius:8px;border-left:4px solid #22d3ee}.free-time-display__slot-time{display:flex;flex-direction:column;align-items:flex-start;min-width:100px;flex-shrink:0}.free-time-display__time-range{font-size:13px;font-weight:600;color:#374151;white-space:nowrap}.free-time-display__duration{font-size:11px;color:#6b7280;margin-top:2px}.free-time-display__slot-actions{display:flex;align-items:center}.free-time-display__add-btn{background:#22d3ee;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.free-time-display__add-btn:hover{background:#06b6d4}.free-time-display__add-btn:focus{outline:none;box-shadow:0 0 0 2px #22d3ee33}.free-time-display__footer{margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6}.free-time-display__file-info{font-size:12px;color:#9ca3af;margin:0;text-align:center}@media (max-width: 768px){.free-time-display{padding:16px}.free-time-display__slot{flex-direction:column;gap:12px;align-items:stretch}.free-time-display__slot-time{min-width:auto;flex-direction:row;align-items:center;gap:8px}.free-time-display__duration{margin-top:0}.free-time-display__slot-actions{justify-content:center}}html[dir=rtl] .free-time-display__slot{border-left:none;border-right:4px solid #22d3ee}html[dir=rtl] .free-time-display__slot-time{align-items:flex-end}.tracking-dashboard{width:100%;max-width:1400px;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:transparent;animation:dashboardFadeIn .3s ease-out}.tracking-dashboard__header{display:flex;align-items:center;justify-content:center;margin-bottom:32px;gap:24px}.tracking-dashboard__nav-btn{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:18px;color:#6c757d}.tracking-dashboard__nav-btn:hover{background:#e9ecef;border-color:#dee2e6;color:#495057}.tracking-dashboard__nav-btn:active{transform:translateY(0)}.tracking-dashboard .tracking-dashboard__stat-item-content{display:flex;flex-direction:column;gap:12px}.tracking-dashboard__week-title{font-size:18px;font-weight:600;color:#343a40;margin:0;min-width:200px;text-align:center}.tracking-dashboard__stats{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;animation:slideInFromLeft .8s ease-out .2s both}.tracking-dashboard__stat-card{background:#fff;border-radius:16px;min-height:370px;padding:24px;border:1px solid #e9edf5;transition:all .3s ease;animation:scaleIn .3s ease-out both}.tracking-dashboard__stat-card:first-child{animation-delay:.3s}.tracking-dashboard__stat-card:last-child{animation-delay:.4s}.tracking-dashboard__stat-title{font-size:16px;font-weight:600;color:#343a40;margin:0 0 20px}.tracking-dashboard__stat-item{display:flex;align-items:center;justify-content:space-between;padding:20px;min-height:90px;max-height:90px;border-radius:16px;margin-bottom:16px;transition:all .2s ease;position:relative;border:1px solid}.tracking-dashboard__stat-item:last-child{margin-bottom:0}.tracking-dashboard__stat-item--primary{background:#fff;border-color:#2ec7ff}.tracking-dashboard__stat-item--primary .tracking-dashboard__stat-label{color:#015f8b!important}.tracking-dashboard__stat-item--primary .tracking-dashboard__stat-value{color:#015f8b}.tracking-dashboard__stat-item--success{background:#fff;border-color:#76ffcc}.tracking-dashboard__stat-item--success .tracking-dashboard__stat-label{color:#0a5d41!important}.tracking-dashboard__stat-item--success .tracking-dashboard__stat-value{color:#0a5d41}.tracking-dashboard__stat-item--warning{background:#fff;border-color:#ffcea9}.tracking-dashboard__stat-item--warning .tracking-dashboard__stat-label{color:#432105!important}.tracking-dashboard__stat-item--warning .tracking-dashboard__stat-value{color:#fc742e}.tracking-dashboard__stat-label{font-size:14px;color:#6c757d;font-weight:500}.tracking-dashboard__stat-value{font-size:20px;font-weight:600;line-height:1}.tracking-dashboard__stat-icon{position:absolute;top:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tracking-dashboard__compliance-chart{display:flex;height:90%;align-items:center;gap:24px}.tracking-dashboard__compliance-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;flex-shrink:0}.tracking-dashboard__compliance-circle{width:60px;height:60px;background:linear-gradient(135deg,#e91e63,#9c27b0);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e91e634d}.tracking-dashboard__compliance-checkmark{color:#fff;font-size:24px;font-weight:700}.tracking-dashboard__compliance-tooltip{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;white-space:nowrap;z-index:10}.tracking-dashboard__compliance-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:3px solid transparent;border-top-color:#1f2937}.tracking-dashboard__compliance-text{font-size:11px;color:#fff;font-weight:500}.tracking-dashboard__chart{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;height:100%;flex:1;padding:0 16px}.tracking-dashboard__chart-bar{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px;width:48px;height:100%;position:relative;cursor:pointer}.tracking-dashboard__chart-bar:hover .tracking-dashboard__chart-tooltip{opacity:1;visibility:visible}.tracking-dashboard__chart-bar-container{width:67px;height:100%;border-radius:8px;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(202.48deg,#00aefd0d -18.92%,#007ffd0d 90.68%)}.tracking-dashboard__chart-fill{background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%),linear-gradient(0deg,#0003,#0003);border-radius:8px;width:67px;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #3b82f64d;margin:0 auto}.tracking-dashboard__chart-fill:after{display:none}.tracking-dashboard__chart-tooltip{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;opacity:0;visibility:hidden;transition:all .2s ease;white-space:nowrap;z-index:10}.tracking-dashboard__chart-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1f2937}.tracking-dashboard__chart-tooltip-detail{font-size:10px;opacity:.8;margin-top:2px}.tracking-dashboard__subject-status-select{width:110px!important;min-width:110px!important}.tracking-dashboard__subject-status-select .ant-select-selector{border-radius:8px!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;padding:2px 8px!important;height:auto!important;min-height:28px!important;border:1px solid transparent!important}.tracking-dashboard__subject-status-select .ant-select-selection-item{padding-inline-end:0!important;line-height:22px!important}.tracking-dashboard__subject-status-select .ant-select-arrow{width:12px!important;height:12px!important;margin-top:-6px!important}.tracking-dashboard__subject-status-select--pending .ant-select-selector{background:#fff3cd!important;color:#856404!important;border-color:#ffeaa7!important}.tracking-dashboard__subject-status-select--pending .ant-select-selector:hover{background:#fff0b3!important;border-color:#ffd93d!important}.tracking-dashboard__subject-status-select--pending .ant-select-arrow{color:#856404!important}.tracking-dashboard__subject-status-select--completed .ant-select-selector{background:#d4edda!important;color:#155724!important;border-color:#c3e6cb!important}.tracking-dashboard__subject-status-select--completed .ant-select-selector:hover{background:#c1e6c8!important;border-color:#a3d9a5!important}.tracking-dashboard__subject-status-select--completed .ant-select-arrow{color:#155724!important}.tracking-dashboard__subject-status-select:focus .ant-select-selector,.tracking-dashboard__subject-status-select.ant-select-focused .ant-select-selector{box-shadow:0 0 0 2px #009dfd26!important}.tracking-dashboard__chart-label{font-size:11px;color:#6b7280;font-weight:500;text-align:center;white-space:nowrap;margin-top:4px}.tracking-dashboard__schedule{display:flex;flex-direction:column;gap:32px;animation:slideInFromBottom .8s ease-out .5s both}.tracking-dashboard__day{background:transparent;border:none;padding:0;animation:fadeInUp .3s ease-out both}.tracking-dashboard__day:nth-child(1){animation-delay:.3s}.tracking-dashboard__day:nth-child(2){animation-delay:.7s}.tracking-dashboard__day:nth-child(3){animation-delay:.8s}.tracking-dashboard__day-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 20px}.tracking-dashboard__subjects{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tracking-dashboard__subject-card{background:#fff;border-radius:12px;padding:10px 15px;border:1px solid #e5e7eb;transition:all .3s ease;cursor:pointer;position:relative;min-height:90px;display:flex;align-items:center;gap:12px;overflow:hidden;animation:slideInCard .5s ease-out both}.tracking-dashboard__subject-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#d1d5db}.tracking-dashboard__subject-card:nth-child(1){animation-delay:.1s}.tracking-dashboard__subject-card:nth-child(2){animation-delay:.2s}.tracking-dashboard__subject-card:nth-child(3){animation-delay:.3s}.tracking-dashboard .tracking-dashboard__status-icon{background-color:#fff;padding:12px;height:48px;display:flex;position:absolute;top:25%;right:35px;border-radius:50%;align-items:center;z-index:10;justify-content:center;width:48px;box-shadow:0 4px 13px #fc4e511a}.tracking-dashboard .tracking-dashboard__subject-icon-bg{position:absolute;top:-80px;right:0;height:250px;object-fit:cover;min-width:120px;border-radius:50%;opacity:.1}.tracking-dashboard__subject-content{display:flex;align-items:center;gap:16px;flex:1;padding-right:80px}.tracking-dashboard__subject-header{display:flex;align-items:center;gap:16px;flex:1}.tracking-dashboard__subject-icon{width:40px;height:40px;background:#10b981;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;color:#fff;font-weight:700}.tracking-dashboard__subject-info{flex:1;display:flex;flex-direction:column;gap:8px}.tracking-dashboard__subject-name{font-size:16px;font-weight:600;color:#1f2937;margin:0;line-height:1.3}.tracking-dashboard__subject-time{font-size:12px;color:#6b7280;margin:0;line-height:1.3}.tracking-dashboard__subject-status{top:12px;width:fit-content;right:16px;padding:4px 6px;border-radius:6px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px;z-index:10}.tracking-dashboard__subject-status svg{rotate:-90deg;margin-top:-4px}.tracking-dashboard__subject-status--achieved{background:#dcfce7;color:#15803d;animation:subtlePulse 2s ease-in-out infinite}.tracking-dashboard__subject-status--todo{background:#ffe8d5;color:#c32d0b;animation:subtlePulse 2s ease-in-out infinite .5s}@media (max-width: 1280px){.tracking-dashboard{padding:16px}.tracking-dashboard__stats{grid-template-columns:1fr;gap:16px}}@media (max-width: 768px){.tracking-dashboard{padding:16px}.tracking-dashboard__stats{grid-template-columns:1fr;gap:16px}.tracking-dashboard__stat-card{padding:16px}.tracking-dashboard__subjects{grid-template-columns:1fr;gap:12px}.tracking-dashboard__subject-card{min-height:80px;padding:12px}.tracking-dashboard__subject-content{padding-right:50px}.tracking-dashboard__subject-icon{width:32px;height:32px;font-size:16px}.tracking-dashboard__subject-name{font-size:13px}.tracking-dashboard__subject-time{font-size:10px}.tracking-dashboard__subject-status{top:8px;right:12px;padding:6px 12px;font-size:9px}.tracking-dashboard__nav-btn{width:36px;height:36px;font-size:16px}.tracking-dashboard__week-title{font-size:16px;min-width:160px}}[dir=rtl] .tracking-dashboard__header{direction:rtl}[dir=rtl] .tracking-dashboard__nav-btn:first-child{transform:scaleX(-1)}[dir=rtl] .tracking-dashboard__nav-btn:last-child{transform:scaleX(-1)}[dir=rtl] .tracking-dashboard__subject-header,[dir=rtl] .tracking-dashboard__subject-content,[dir=rtl] .tracking-dashboard__compliance-chart,[dir=rtl] .tracking-dashboard__stat-item{flex-direction:row-reverse}.tracking-dashboard__stat-card,.tracking-dashboard__day{background:#fff!important;border-color:#e5e7eb!important;color:#1f2937!important}.tracking-dashboard__stat-title,.tracking-dashboard__day-title,.tracking-dashboard__week-title,.tracking-dashboard__subject-name{color:#1f2937!important}.tracking-dashboard__stat-label,.tracking-dashboard__subject-time,.tracking-dashboard__compliance-text,.tracking-dashboard__chart-label{color:#6b7280!important}.tracking-dashboard__nav-btn{background:#fff!important;border-color:#e5e7eb!important;color:#6b7280!important}.tracking-dashboard__nav-btn:hover{background:#f9fafb!important;border-color:#d1d5db!important;color:#374151!important}.tracking-dashboard__subject-card{background:#fff!important}@keyframes dashboardFadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInCard{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes subtlePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.profile{padding:6px}.profile__main-content{display:flex;justify-content:center;gap:60px;background-color:#fff;border:1px solid rgba(230,230,230,.0784313725);border-radius:16px;flex-wrap:wrap}@media (max-width: 580px){.profile{padding:16px}.profile__main-content{grid-template-columns:1fr;gap:16px}.profile__left-column,.profile__right-column{width:100%}}.profile-course-card{border-radius:12px;width:260px;border:1px solid #e6e6e6;height:285px;min-height:285px!important;max-height:285px!important;overflow:hidden;box-shadow:0 1px 2px #02061714;transition:all .2s ease;background:#fff;transform:translateY(0)!important;cursor:pointer}.profile-course-card:hover{transform:translateY(-2px)!important;background:#f6f8fa}.profile-course-card__image{position:relative;height:50%;border-radius:12px;overflow:hidden;background:unset!important}.profile-course-card__image .profile-course-card__img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.profile-course-card__image .profile-course-card__favorite-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-course-card__image .profile-course-card__favorite-btn .profile-course-card__heart-icon{width:18px;height:18px;color:#9ca3af;transition:color .2s ease}.profile-course-card__image .profile-course-card__favorite-btn--favorited .profile-course-card__heart-icon{color:#ef4444}.profile-course-card__content{padding:16px 12px;gap:2px!important;min-height:unset!important}.profile-course-card__content .profile-course-card__category{margin-bottom:12px}.profile-course-card__content .profile-course-card__category .profile-course-card__category-tag{display:inline-block;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.5px}.profile-course-card__content .profile-course-card__title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.3}.profile-course-card__content .profile-course-card__description{font-size:14px;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.profile-course-card__image{height:140px}.profile-course-card__content{padding:12px}.profile-course-card__content .profile-course-card__title{font-size:14px}.profile-course-card__content .profile-course-card__description{font-size:13px}}.learning-journey-banner{background:#e9f2ff;border:1px solid rgba(230,230,230,.08);border-radius:12px;padding:19px 16px 10px;overflow:hidden;margin-bottom:24px;display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:14px}.learning-journey-banner__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.learning-journey-banner__title{font-style:normal;font-weight:700;font-size:24px;line-height:120%;color:#161924;margin:0}.learning-journey-banner__description{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#666d80;margin:0;text-align:left}.learning-journey-banner__button{background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%);border:1px solid rgba(255,255,255,.15);box-shadow:0 1px 2px #0d0d120f;border-radius:8px;padding:8px 16px;color:#fff;font-weight:500;font-size:13px;text-align:center;cursor:pointer;transition:all .2s ease;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.learning-journey-banner__button:hover{transform:translateY(-1px)}.learning-journey-banner__button:active{transform:translateY(0)}@media (max-width: 768px){.learning-journey-banner{padding:24px;flex-direction:column}.learning-journey-banner__content{text-align:center}.learning-journey-banner__title{font-size:20px}.learning-journey-banner__description{font-size:14px}.learning-journey-banner__button{padding:10px 20px;font-size:13px}}.profile-performance-chart{border-left:1px solid rgba(5,6,15,.08);padding-left:44px;margin:20px 0}.profile-performance-chart__rtl{border-left:none;padding-left:0;border-right:1px solid rgba(5,6,15,.08);padding-right:44px}.profile-performance-chart__container{margin-left:20px}.profile-performance-chart__container__rtl{margin-left:30px}.profile-performance-chart__chart-section{display:flex;flex-direction:column;align-items:flex-start;position:relative;height:315px}.profile-performance-chart__chart-section__rtl{align-items:flex-end}.profile-performance-chart__chart{position:absolute;top:-50px;width:400px;height:400px}.profile-performance-chart__chart canvas{width:400px!important;height:400px!important}.profile-performance-chart__stats-section{margin-left:28px}.profile-performance-chart__stats{width:100%;display:grid;grid-template-columns:repeat(2,220px);column-gap:28px;row-gap:16px}.profile-performance-chart__stat{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;height:78px;border-radius:16px}.profile-performance-chart__stat--chapters{background:linear-gradient(135deg,#d1fae5,#f0fdf4);border:1px solid #dcfce7}.profile-performance-chart__stat--badges{background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #dbeafe}.profile-performance-chart__stat--lessons{background:linear-gradient(135deg,#fef3c7,#fefce8);border:1px solid #fef9c3}.profile-performance-chart__stat--quizzes{background:linear-gradient(135deg,#fce7f3,#fdf2f8);border:1px solid #fce7f3}.profile-performance-chart__stat-header{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:2px;margin-bottom:4px}.profile-performance-chart__stat-icon{display:flex;flex-direction:row;align-items:flex-start;padding:3px;gap:2px}.profile-performance-chart__stat-icon-img{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0}.profile-performance-chart__stat-label{font-style:normal;font-weight:700;font-size:12px;line-height:18px;display:flex;align-items:center;text-align:center}.profile-performance-chart__stat-label--chapters{color:#10b981}.profile-performance-chart__stat-label--badges{color:#009dfd}.profile-performance-chart__stat-label--lessons{color:#ff8e00}.profile-performance-chart__stat-label--quizzes{color:#fc3d6c}.profile-performance-chart__stat-value{font-style:normal;font-weight:700;font-size:20px;line-height:28px;display:flex;align-items:center;text-align:center}.profile-performance-chart__stat-value--chapters{color:#10b981}.profile-performance-chart__stat-value--badges{color:#009dfd}.profile-performance-chart__stat-value--lessons{color:#ff8e00}.profile-performance-chart__stat-value--quizzes{color:#fc3d6c}@media (max-width: 580px){.profile-performance-chart{border:none;padding:0;display:flex;flex-direction:column}.profile-performance-chart__container{margin-left:0}.profile-performance-chart__chart{width:250px;height:250px}.profile-performance-chart__chart canvas{width:250px!important;height:250px!important}.profile-performance-chart__chart-section{align-items:center;width:250px;height:250px}.profile-performance-chart__stats{grid-template-columns:repeat(2,1fr)}.profile-performance-chart__stats-section{margin:0 10px}}@media (max-width: 480px){.profile-performance-chart__stats{grid-template-columns:repeat(1,1fr)}}.profile-user-profile{width:400px;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px}.profile-user-profile__header{display:flex;flex-direction:column;align-items:center;padding:0;gap:16px;width:100%}.profile-user-profile__avatar{display:flex;flex-direction:column;align-items:center;padding:0;width:120px;height:120px;background:#ffffff01;box-shadow:0 0 0 4px #fff;border-radius:60px;position:relative;cursor:pointer}.profile-user-profile__avatar:hover .profile-user-profile__avatar-overlay{opacity:1;visibility:visible}.profile-user-profile__avatar-actions{display:flex;justify-content:center;margin-top:8px}.profile-user-profile__avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;border-radius:60px;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}.profile-user-profile__avatar-overlay-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.profile-user-profile__avatar-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.profile-user-profile__create-avatar-btn{font-size:12px;padding:4px 12px;height:auto;border-radius:16px}.profile-user-profile__content{display:flex;flex-direction:column;align-items:center;padding:0;gap:24px;width:100%}.profile-user-profile__name-wrapper{display:flex;flex-direction:row}.profile-user-profile__name{font-weight:700;font-size:20px;line-height:1.2;color:#05060f;margin:0}.profile-user-profile__badges-section{width:100%;background:#f6f8fa;border-radius:12px;padding:20px 10px 36px;height:226px;overflow-y:auto}.profile-user-profile__badges{display:flex;flex-direction:row;align-items:center;padding:0;gap:12px;justify-content:center;flex-wrap:wrap}.profile-user-profile__badge{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:8px;min-width:90px}.profile-user-profile__badge-icon{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;gap:6px;width:56px;height:56px;background:#fff;border:2px solid rgba(0,0,0,.08);box-shadow:0 2px 4px #02061714;border-radius:50%}.profile-user-profile__badge-name{font-weight:500;font-size:12px;line-height:1.2;text-align:center;color:#1b1b1b}.profile-user-profile__actions{display:flex;flex-direction:row;align-items:center;padding:0;width:100%}.profile-user-profile__edit-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 24px;width:100%;background:linear-gradient(202.48deg,#00aefd -18.92%,#007ffd 90.68%);border-radius:8px;border:none;font-style:normal;font-weight:700;font-size:14px;line-height:1.2;text-align:center;color:#fff;cursor:pointer;transition:all .2s ease}.profile-user-profile__edit-button:hover{transform:translateY(-1px)}.profile-user-profile__edit-button:active{transform:translateY(0)}@media (max-width: 768px){.profile-user-profile{width:100%;height:auto;position:relative;padding:20px}.profile-user-profile__header{width:100%;height:auto;flex-direction:column;align-items:center;gap:16px}.profile-user-profile__avatar,.profile-user-profile__avatar-img{width:120px;height:120px}.profile-user-profile__content{width:100%;height:auto}.profile-user-profile__name-wrapper{width:100%;height:auto;padding:0;justify-content:center}.profile-user-profile__name{width:auto;height:auto;font-size:20px}.profile-user-profile__badges-section{width:100%;height:auto;padding:20px}.profile-user-profile__badges{position:relative;width:100%;height:auto;left:auto;top:auto;flex-wrap:wrap;justify-content:center}.profile-user-profile__badge{width:80px;height:auto}.profile-user-profile__badge-icon{width:50px;height:50px;padding:10px}.profile-user-profile__badge-name{width:auto;height:auto;font-size:12px}.profile-user-profile__actions{position:relative;width:100%;height:auto;left:auto;top:auto;margin-top:20px}.profile-user-profile__edit-button{width:100%;height:auto;padding:12px 20px}}.courses-section{background:#fff;border-radius:16px;padding:24px;border:1px solid #e6e6e6;margin-top:24px}.courses-section__header{margin-bottom:24px}.courses-section__title{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 8px}.courses-section__description{font-size:14px;color:#6b7280;margin:0;line-height:1.4}.courses-section__courses{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:20px}.courses-section__filters{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.courses-section__filters-selects{display:flex;align-items:center;gap:16px}.courses-section__filters-search{width:250px}@media (max-width: 768px){.courses-section{padding:16px}.courses-section__courses{gap:16px}}.update-profile-modal .ant-modal-content{border-radius:12px;overflow:hidden;padding-right:0!important}.update-profile-modal .ant-modal-body{max-height:90vh;overflow-x:hidden;overflow-y:auto}.update-profile-modal .ant-modal-close{color:#fff;top:24px;right:32px}.update-profile-modal .ant-modal-close:hover{color:#fffc}.update-profile-modal .update-profile-content .modal-description{font-size:16px;color:#666;margin-bottom:32px;text-align:center}.update-profile-modal .update-profile-content .password-section{padding-right:22px!important}.update-profile-modal .update-profile-content .profile-section,.update-profile-modal .update-profile-content .password-section{margin-bottom:24px}.update-profile-modal .update-profile-content .profile-section .section-title,.update-profile-modal .update-profile-content .password-section .section-title{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.update-profile-modal .update-profile-content .profile-section .section-description,.update-profile-modal .update-profile-content .password-section .section-description{font-size:14px;color:#666;margin-bottom:24px}.update-profile-modal .update-profile-content .profile-form .ant-form-item,.update-profile-modal .update-profile-content .password-form .ant-form-item{margin-bottom:20px}.update-profile-modal .update-profile-content .profile-form .ant-form-item .ant-form-item-label,.update-profile-modal .update-profile-content .password-form .ant-form-item .ant-form-item-label{padding-bottom:8px}.update-profile-modal .update-profile-content .profile-form .ant-form-item .ant-form-item-label label,.update-profile-modal .update-profile-content .password-form .ant-form-item .ant-form-item-label label{font-weight:500;color:#333}.update-profile-modal .update-profile-content .ant-divider{margin:32px 0;border-color:#e8e8e8}.update-profile-modal .ant-input,.update-profile-modal .ant-select-selector{border-radius:8px;border:1px solid #d9d9d9;transition:all .3s ease}.update-profile-modal .ant-input:hover,.update-profile-modal .ant-select-selector:hover{border-color:#009dfd}.update-profile-modal .ant-input:focus,.update-profile-modal .ant-input.ant-input-focused,.update-profile-modal .ant-input.ant-select-focused .ant-select-selector,.update-profile-modal .ant-select-selector:focus,.update-profile-modal .ant-select-selector.ant-input-focused,.update-profile-modal .ant-select-selector.ant-select-focused .ant-select-selector{border-color:#009dfd;box-shadow:0 0 0 2px #009dfd1a}.update-profile-modal .ant-select .ant-select-selector{height:44px;display:flex;align-items:center}.update-profile-modal .ant-select .ant-select-selection-item{line-height:42px}.update-profile-modal .ant-form-item-has-error .ant-input,.update-profile-modal .ant-form-item-has-error .ant-select-selector{border-color:#ff4d4f}.update-profile-modal .ant-form-item-has-error .ant-form-item-explain-error{color:#ff4d4f;font-size:12px;margin-top:4px}@media (max-width: 768px){.update-profile-modal .ant-modal{margin:16px;max-width:calc(100vw - 32px)}.update-profile-modal .ant-modal-body{padding:24px 16px}.update-profile-modal .update-profile-content .profile-form .ant-row .ant-col,.update-profile-modal .update-profile-content .password-form .ant-row .ant-col{margin-bottom:16px}}.update-profile-button-wrapper{margin-top:16px;display:flex;justify-content:flex-end}.update-button{background:#009dfd;border-color:#009dfd;height:36px;width:300px;font-weight:500;border-radius:8px;transition:all .3s ease}.update-button:hover{background:#0088e6;border-color:#0088e6;transform:translateY(-1px);box-shadow:0 4px 12px #009dfd4d}.update-button:active{transform:translateY(0)}.avatar-creation-modal__content{display:flex;flex-direction:column;gap:24px;padding:16px 0}.avatar-creation-modal__preview{display:flex;justify-content:center;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;margin-bottom:16px}.avatar-creation-modal__controls{display:flex;flex-direction:column;gap:20px}.avatar-creation-modal__section{display:flex;flex-direction:column;gap:12px}.avatar-creation-modal__section-title{font-size:14px;font-weight:600;color:var(--text-primary);margin:0}.avatar-creation-modal__color-options{display:flex;gap:8px;flex-wrap:wrap}.avatar-creation-modal__color-option{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.avatar-creation-modal__color-option:hover{transform:scale(1.1);border-color:var(--primary-color)}.avatar-creation-modal__color-option--selected{border-color:var(--primary-color);transform:scale(1.1);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.avatar-creation-modal__actions{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--border-color)}.avatar-creation-modal__action-buttons{display:flex;gap:12px}.avatar-creation-modal__randomize-btn,.avatar-creation-modal__cancel-btn,.avatar-creation-modal__save-btn{min-width:100px}.avatar-creation-modal .ant-modal-content{border-radius:12px}.avatar-creation-modal .ant-modal-header{border-radius:12px 12px 0 0;border-bottom:1px solid var(--border-color)}.avatar-creation-modal .ant-modal-title{font-size:18px;font-weight:600;color:var(--text-primary)}.quiz{height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box;margin:0;padding:0;font-family:Manrope,sans-serif}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent;border-radius:3px}*::-webkit-scrollbar-thumb{background:#904dff33;border-radius:3px;border:none;transition:all .2s ease;min-height:20px}*::-webkit-scrollbar-thumb:hover{background:#904dff66;transform:scale(1.1)}*::-webkit-scrollbar-thumb:active{background:#904dff99}*::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin}html[dir=rtl] *{font-family:Almarai!important}.arabic-text{font-family:Almarai,sans-serif!important}html[dir=rtl] .latin-text{font-family:Manrope,sans-serif!important}html::-webkit-scrollbar,body::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:transparent;border-radius:4px}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:#904dff40;border-radius:4px;border:none;transition:all .2s ease;min-height:30px}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:#904dff73;transform:scale(1.05)}html::-webkit-scrollbar-thumb:active,body::-webkit-scrollbar-thumb:active{background:#904dffa6}.ant-drawer-content{border-radius:18px}.ant-table-body::-webkit-scrollbar,.ant-table-content::-webkit-scrollbar,.ant-modal-body::-webkit-scrollbar,.ant-drawer-body::-webkit-scrollbar,.ant-dropdown-menu::-webkit-scrollbar,.ant-select-dropdown::-webkit-scrollbar,.ui-carousel-items::-webkit-scrollbar,.tab-content__table::-webkit-scrollbar,.dashboard-container::-webkit-scrollbar,.main_layout_main::-webkit-scrollbar,.main_layout_container_children::-webkit-scrollbar,.ant-tabs-nav-wrap::-webkit-scrollbar,.ant-form-item::-webkit-scrollbar,.ant-input::-webkit-scrollbar,.ant-select::-webkit-scrollbar,.ant-textarea::-webkit-scrollbar{width:4px;height:4px}.ant-table-body::-webkit-scrollbar-track,.ant-table-content::-webkit-scrollbar-track,.ant-modal-body::-webkit-scrollbar-track,.ant-drawer-body::-webkit-scrollbar-track,.ant-dropdown-menu::-webkit-scrollbar-track,.ant-select-dropdown::-webkit-scrollbar-track,.ui-carousel-items::-webkit-scrollbar-track,.tab-content__table::-webkit-scrollbar-track,.dashboard-container::-webkit-scrollbar-track,.main_layout_main::-webkit-scrollbar-track,.main_layout_container_children::-webkit-scrollbar-track,.ant-tabs-nav-wrap::-webkit-scrollbar-track,.ant-form-item::-webkit-scrollbar-track,.ant-input::-webkit-scrollbar-track,.ant-select::-webkit-scrollbar-track,.ant-textarea::-webkit-scrollbar-track{background:transparent;border-radius:2px}.ant-table-body::-webkit-scrollbar-thumb,.ant-table-content::-webkit-scrollbar-thumb,.ant-modal-body::-webkit-scrollbar-thumb,.ant-drawer-body::-webkit-scrollbar-thumb,.ant-dropdown-menu::-webkit-scrollbar-thumb,.ant-select-dropdown::-webkit-scrollbar-thumb,.ui-carousel-items::-webkit-scrollbar-thumb,.tab-content__table::-webkit-scrollbar-thumb,.dashboard-container::-webkit-scrollbar-thumb,.main_layout_main::-webkit-scrollbar-thumb,.main_layout_container_children::-webkit-scrollbar-thumb,.ant-tabs-nav-wrap::-webkit-scrollbar-thumb,.ant-form-item::-webkit-scrollbar-thumb,.ant-input::-webkit-scrollbar-thumb,.ant-select::-webkit-scrollbar-thumb,.ant-textarea::-webkit-scrollbar-thumb{background:#904dff26;border-radius:2px;border:none;transition:all .2s ease;min-height:15px}.ant-table-body::-webkit-scrollbar-thumb:hover,.ant-table-content::-webkit-scrollbar-thumb:hover,.ant-modal-body::-webkit-scrollbar-thumb:hover,.ant-drawer-body::-webkit-scrollbar-thumb:hover,.ant-dropdown-menu::-webkit-scrollbar-thumb:hover,.ant-select-dropdown::-webkit-scrollbar-thumb:hover,.ui-carousel-items::-webkit-scrollbar-thumb:hover,.tab-content__table::-webkit-scrollbar-thumb:hover,.dashboard-container::-webkit-scrollbar-thumb:hover,.main_layout_main::-webkit-scrollbar-thumb:hover,.main_layout_container_children::-webkit-scrollbar-thumb:hover,.ant-tabs-nav-wrap::-webkit-scrollbar-thumb:hover,.ant-form-item::-webkit-scrollbar-thumb:hover,.ant-input::-webkit-scrollbar-thumb:hover,.ant-select::-webkit-scrollbar-thumb:hover,.ant-textarea::-webkit-scrollbar-thumb:hover{background:#904dff4d}.ant-table-body::-webkit-scrollbar-thumb:active,.ant-table-content::-webkit-scrollbar-thumb:active,.ant-modal-body::-webkit-scrollbar-thumb:active,.ant-drawer-body::-webkit-scrollbar-thumb:active,.ant-dropdown-menu::-webkit-scrollbar-thumb:active,.ant-select-dropdown::-webkit-scrollbar-thumb:active,.ui-carousel-items::-webkit-scrollbar-thumb:active,.tab-content__table::-webkit-scrollbar-thumb:active,.dashboard-container::-webkit-scrollbar-thumb:active,.main_layout_main::-webkit-scrollbar-thumb:active,.main_layout_container_children::-webkit-scrollbar-thumb:active,.ant-tabs-nav-wrap::-webkit-scrollbar-thumb:active,.ant-form-item::-webkit-scrollbar-thumb:active,.ant-input::-webkit-scrollbar-thumb:active,.ant-select::-webkit-scrollbar-thumb:active,.ant-textarea::-webkit-scrollbar-thumb:active{background:#904dff80}.ant-table-body::-webkit-scrollbar-corner,.ant-table-content::-webkit-scrollbar-corner,.ant-modal-body::-webkit-scrollbar-corner,.ant-drawer-body::-webkit-scrollbar-corner,.ant-dropdown-menu::-webkit-scrollbar-corner,.ant-select-dropdown::-webkit-scrollbar-corner,.ui-carousel-items::-webkit-scrollbar-corner,.tab-content__table::-webkit-scrollbar-corner,.dashboard-container::-webkit-scrollbar-corner,.main_layout_main::-webkit-scrollbar-corner,.main_layout_container_children::-webkit-scrollbar-corner,.ant-tabs-nav-wrap::-webkit-scrollbar-corner,.ant-form-item::-webkit-scrollbar-corner,.ant-input::-webkit-scrollbar-corner,.ant-select::-webkit-scrollbar-corner,.ant-textarea::-webkit-scrollbar-corner{background:transparent}.ant-form-item::-webkit-scrollbar,.ant-input::-webkit-scrollbar,.ant-select::-webkit-scrollbar,.ant-textarea::-webkit-scrollbar,.ant-tabs-nav-wrap::-webkit-scrollbar{width:3px;height:3px}.ant-form-item::-webkit-scrollbar-track,.ant-input::-webkit-scrollbar-track,.ant-select::-webkit-scrollbar-track,.ant-textarea::-webkit-scrollbar-track,.ant-tabs-nav-wrap::-webkit-scrollbar-track{background:transparent;border-radius:1.5px}.ant-form-item::-webkit-scrollbar-thumb,.ant-input::-webkit-scrollbar-thumb,.ant-select::-webkit-scrollbar-thumb,.ant-textarea::-webkit-scrollbar-thumb,.ant-tabs-nav-wrap::-webkit-scrollbar-thumb{background:#904dff1a;border-radius:1.5px;border:none;transition:all .2s ease;min-height:10px}.ant-form-item::-webkit-scrollbar-thumb:hover,.ant-input::-webkit-scrollbar-thumb:hover,.ant-select::-webkit-scrollbar-thumb:hover,.ant-textarea::-webkit-scrollbar-thumb:hover,.ant-tabs-nav-wrap::-webkit-scrollbar-thumb:hover{background:#904dff40;transform:scale(1.3)}.ant-form-item::-webkit-scrollbar-thumb:active,.ant-input::-webkit-scrollbar-thumb:active,.ant-select::-webkit-scrollbar-thumb:active,.ant-textarea::-webkit-scrollbar-thumb:active,.ant-tabs-nav-wrap::-webkit-scrollbar-thumb:active{background:#904dff66}.ant-tabs-nav-wrap::-webkit-scrollbar{height:3px}.ant-tabs-nav-wrap::-webkit-scrollbar-track{background:transparent;border-radius:1.5px}.ant-tabs-nav-wrap::-webkit-scrollbar-thumb{background:#904dff1a;border-radius:1.5px;border:none;transition:all .2s ease}.ant-tabs-nav-wrap::-webkit-scrollbar-thumb:hover{background:#904dff40;transform:scaleY(1.3)}.ant-tabs-nav-wrap::-webkit-scrollbar-thumb:active{background:#904dff66}[data-theme=dark] *::-webkit-scrollbar-track{background:transparent}[data-theme=dark] *::-webkit-scrollbar-thumb{background:transparent;border:none}[data-theme=dark] *::-webkit-scrollbar-corner{background:transparent}[data-theme=dark] *{scrollbar-color:transparent transparent}[data-theme=dark] *:active::-webkit-scrollbar-thumb{background:var(--violet-500)}[data-theme=dark] *:active::-webkit-scrollbar-thumb:hover{background:var(--violet-high)}[data-theme=dark] *:active::-webkit-scrollbar-thumb:active{background:var(--violet-highest)}[data-theme=dark] *:active{scrollbar-color:var(--violet-500) transparent}[data-theme=dark] html::-webkit-scrollbar-thumb,[data-theme=dark] body::-webkit-scrollbar-thumb{border:none}[data-theme=dark] html:active::-webkit-scrollbar-thumb,[data-theme=dark] body:active::-webkit-scrollbar-thumb{background:var(--violet-500)}[data-theme=dark] html:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] body:active::-webkit-scrollbar-thumb:hover{background:var(--violet-high)}[data-theme=dark] html:active::-webkit-scrollbar-thumb:active,[data-theme=dark] body:active::-webkit-scrollbar-thumb:active{background:var(--violet-highest)}[data-theme=dark] .ant-table-body::-webkit-scrollbar-thumb,[data-theme=dark] .ant-table-content::-webkit-scrollbar-thumb,[data-theme=dark] .ant-modal-body::-webkit-scrollbar-thumb,[data-theme=dark] .ant-drawer-body::-webkit-scrollbar-thumb,[data-theme=dark] .ant-dropdown-menu::-webkit-scrollbar-thumb,[data-theme=dark] .ant-select-dropdown::-webkit-scrollbar-thumb,[data-theme=dark] .ui-carousel-items::-webkit-scrollbar-thumb,[data-theme=dark] .tab-content__table::-webkit-scrollbar-thumb,[data-theme=dark] .dashboard-container::-webkit-scrollbar-thumb,[data-theme=dark] .main_layout_main::-webkit-scrollbar-thumb,[data-theme=dark] .main_layout_container_children::-webkit-scrollbar-thumb{background:transparent}[data-theme=dark] .ant-table-body:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-table-content:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-modal-body:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-drawer-body:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-dropdown-menu:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-select-dropdown:active::-webkit-scrollbar-thumb,[data-theme=dark] .ui-carousel-items:active::-webkit-scrollbar-thumb,[data-theme=dark] .tab-content__table:active::-webkit-scrollbar-thumb,[data-theme=dark] .dashboard-container:active::-webkit-scrollbar-thumb,[data-theme=dark] .main_layout_main:active::-webkit-scrollbar-thumb,[data-theme=dark] .main_layout_container_children:active::-webkit-scrollbar-thumb{background:var(--violet-500-transparent-70)}[data-theme=dark] .ant-table-body:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-table-content:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-modal-body:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-drawer-body:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-dropdown-menu:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-select-dropdown:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ui-carousel-items:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .tab-content__table:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .dashboard-container:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .main_layout_main:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .main_layout_container_children:active::-webkit-scrollbar-thumb:hover{background:var(--violet-500-transparent-90)}[data-theme=dark] .ant-table-body:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-table-content:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-modal-body:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-drawer-body:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-dropdown-menu:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-select-dropdown:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ui-carousel-items:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .tab-content__table:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .dashboard-container:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .main_layout_main:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .main_layout_container_children:active::-webkit-scrollbar-thumb:active{background:var(--violet-500-transparent-100)}[data-theme=dark] .ant-form-item::-webkit-scrollbar-thumb,[data-theme=dark] .ant-input::-webkit-scrollbar-thumb,[data-theme=dark] .ant-select::-webkit-scrollbar-thumb,[data-theme=dark] .ant-textarea::-webkit-scrollbar-thumb,[data-theme=dark] .ant-tabs-nav-wrap::-webkit-scrollbar-thumb{background:transparent}[data-theme=dark] .ant-form-item:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-input:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-select:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-textarea:active::-webkit-scrollbar-thumb,[data-theme=dark] .ant-tabs-nav-wrap:active::-webkit-scrollbar-thumb{background:var(--violet-500-transparent-50)}[data-theme=dark] .ant-form-item:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-input:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-select:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-textarea:active::-webkit-scrollbar-thumb:hover,[data-theme=dark] .ant-tabs-nav-wrap:active::-webkit-scrollbar-thumb:hover{background:var(--violet-500-transparent-70)}[data-theme=dark] .ant-form-item:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-input:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-select:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-textarea:active::-webkit-scrollbar-thumb:active,[data-theme=dark] .ant-tabs-nav-wrap:active::-webkit-scrollbar-thumb:active{background:var(--violet-500-transparent-90)}[dir=rtl] *::-webkit-scrollbar{direction:rtl}[dir=rtl] .user-management-container{direction:rtl}[dir=rtl] .user-management-container .user-management-header{justify-content:flex-start!important;flex-direction:row-reverse}[dir=rtl] .user-management-container .user-management-header .create-user-btn{flex-direction:row-reverse}[dir=rtl] [dir=rtl] .user-management-container .user-management-header,[dir=rtl] [dir=rtl] .user-management-header{justify-content:flex-start!important;flex-direction:row-reverse}[dir=rtl] .ant-table{direction:rtl}[dir=rtl] .ant-table .ant-table-thead>tr>th{text-align:right}[dir=rtl] .ant-table .ant-table-tbody>tr>td{text-align:right}[dir=rtl] .ant-table .ant-table-content{overflow-x:auto;width:100%}[dir=rtl] .ant-table .ant-table-content table{width:100%;min-width:100%}[dir=rtl] .ant-table .ant-table-body{overflow-x:auto!important;width:100%!important}[dir=rtl] .ant-table .ant-table-body table{width:100%;min-width:100%}[dir=rtl] .user-management-container .shared-table .ant-table .ant-table-content{overflow-x:auto;width:100%}[dir=rtl] .user-management-container .shared-table .ant-table .ant-table-content table{width:100%;min-width:100%}[dir=rtl] .user-management-container .shared-table .ant-table .ant-table-body{overflow-x:auto!important;width:100%!important}[dir=rtl] .user-management-container .shared-table .ant-table .ant-table-body table{width:100%;min-width:100%}[dir=rtl] .user-management-container .shared-table .ant-table-tbody>tr>td{white-space:nowrap;text-overflow:ellipsis}[dir=rtl] .ant-drawer .ant-drawer-header-title{gap:10px}[dir=rtl] .ant-drawer .ant-drawer-content-wrapper{right:auto;left:0}[dir=rtl] .ant-drawer.ant-drawer-open .ant-drawer-content-wrapper{transform:translate(0)}[dir=rtl] .ant-drawer .ant-drawer-content{border-radius:18px;padding:10px 0}[dir=rtl] .ant-drawer-content{border-radius:18px}[dir=rtl] .ant-drawer-content .ant-drawer-header{width:100%}[dir=rtl] .ant-drawer-content .ant-drawer-header .ant-drawer-title{text-align:right}[dir=rtl] .ant-drawer-content .ant-drawer-header .ant-drawer-close{right:auto;left:0;margin-inline-end:0!important}[dir=rtl] .ant-drawer-content .ant-drawer-body{direction:rtl}[dir=rtl] .ant-form-item .ant-form-item-label{text-align:right}[dir=rtl] .ant-form-item .ant-form-item-control{direction:rtl}[dir=rtl] .ant-input-search .ant-input-group-addon{border-radius:0 6px 6px 0}[dir=rtl] .ant-input-search .ant-input{border-radius:6px 0 0 6px}[dir=rtl] .ant-btn .anticon{margin-left:0;margin-right:8px}[dir=rtl] .user-card{direction:rtl;text-align:right}[dir=rtl] .ant-modal .ant-modal-header .ant-modal-title{text-align:right}[dir=rtl] .ant-modal .ant-modal-header .ant-modal-close{right:auto;left:0}[dir=rtl] .ant-modal .ant-modal-body{direction:rtl}[dir=rtl] .ant-modal .ant-modal-footer{text-align:left}[dir=rtl] .ant-modal .ant-modal-footer .ant-btn{margin-left:0;margin-right:8px}[dir=rtl] .ant-modal .ant-modal-footer .ant-btn:last-child{margin-right:0}[dir=rtl] .ant-dropdown-menu{direction:rtl;text-align:right}[dir=rtl] .ant-select .ant-select-selection-item,[dir=rtl] .ant-tabs .ant-tabs-nav .ant-tabs-tab{text-align:right}@media (prefers-contrast: high){*::-webkit-scrollbar-thumb{background:var(--violet-highest);border:1px solid var(--violet-high)}}@media (prefers-reduced-motion: reduce){*::-webkit-scrollbar-thumb{transition:none}*::-webkit-scrollbar-thumb:hover{transform:none}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.ant-picker-dropdown .ant-picker-date-panel{font-size:10px!important}.ant-input,.ant-input-number,.ant-input-affix-wrapper,.ant-select-selector,.ant-input-textarea{border-radius:8px}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input-number:focus,.ant-input-number-focused,.ant-select-focused .ant-select-selector,.ant-select-selector:focus,.ant-select-selector:active,.ant-select-open .ant-select-selector,.ant-picker-focused,.ant-picker:focus,.ant-textarea:focus,.ant-input-textarea:focus{border-color:#009dfd!important;box-shadow:0 0 0 2px #4d8aff26!important}.ant-input-number:hover,.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.ant-picker:hover{border-color:#009dfd}.ant-select-multiple .ant-select-selector{transition:border-color .2s ease,box-shadow .2s ease}.ant-select-multiple:hover .ant-select-selector,.ant-select-multiple.ant-select-focused .ant-select-selector,.ant-select-multiple.ant-select-open .ant-select-selector,.ant-select-multiple .ant-select-selector:focus,.ant-select-multiple .ant-select-selector:active,.ant-select-multiple .ant-select-selector:focus-within{border-color:#009dfd!important;box-shadow:0 0 0 2px #4d8aff26!important}.ant-checkbox-wrapper,.ant-checkbox{--checkbox-border: var(--neutral-gris-lower);--checkbox-checked-bg: var(--primary-brand-violet-medium);--checkbox-checked-border: var(--primary-brand-violet-medium)}.ant-checkbox-inner{width:18px;height:18px;border-radius:4px;border-color:var(--checkbox-border)!important}.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:var(--primary-brand-violet-medium)!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--checkbox-checked-bg)!important;border-color:var(--checkbox-checked-border)!important}.ant-checkbox-checked:after{border-color:var(--checkbox-checked-border)!important}.ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:var(--checkbox-checked-bg)!important}.ant-checkbox-disabled .ant-checkbox-inner{background-color:var(--neutral-gris-lowest)!important;border-color:var(--neutral-gris-lower)!important}.ant-checkbox-disabled+span{color:var(--neutral-gris-low)!important}.ant-checkbox-input:focus+.ant-checkbox-inner{box-shadow:0 0 0 2px var(--button-primary-shadow)!important;border-color:var(--primary-brand-violet-medium)!important}.breadcrumb{display:flex;align-items:center;font-size:14px;line-height:100%;letter-spacing:0%}.breadcrumb .breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:8px}.breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:8px}.breadcrumb .breadcrumb-link{background:none;border:none;padding:0;margin:0;font-size:inherit;font-weight:400;line-height:inherit;color:var(--neutral-gris-medium);cursor:pointer;transition:all .2s ease;text-decoration:none}.breadcrumb .breadcrumb-link:hover{color:var(--neutral-gris-higher);text-decoration:underline}.breadcrumb .breadcrumb-link:focus{outline:none;color:var(--neutral-gris-higher);text-decoration:underline}.breadcrumb .breadcrumb-text{font-weight:400;color:var(--neutral-gris-medium)}.breadcrumb .breadcrumb-text.active{color:var(--neutral-gris-higher);font-weight:500}.breadcrumb .breadcrumb-separator{color:var(--neutral-gris-medium);font-weight:400;-webkit-user-select:none;user-select:none}[data-theme=dark] .breadcrumb .breadcrumb-link{color:var(--neutral-gris-medium)}[data-theme=dark] .breadcrumb .breadcrumb-link:hover{color:var(--neutral-gris-higher)}[data-theme=dark] .breadcrumb .breadcrumb-text{color:var(--neutral-gris-medium)}[data-theme=dark] .breadcrumb .breadcrumb-text.active{color:var(--neutral-gris-higher)}[data-theme=dark] .breadcrumb .breadcrumb-separator{color:var(--neutral-gris-medium)}[dir=rtl] .breadcrumb .breadcrumb-list,[dir=rtl] .breadcrumb .breadcrumb-item{flex-direction:row-reverse}[dir=rtl] .breadcrumb .breadcrumb-separator{transform:rotate(180deg)}.delete-confirmation-modal .ant-modal-content{border-radius:8px}.delete-confirmation-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.delete-confirmation-modal .ant-modal-body{padding:24px}.delete-confirmation-modal__content{text-align:center}.delete-confirmation-modal__icon{margin-bottom:16px}.delete-confirmation-modal__icon svg{width:48px;height:48px;color:#ff4d4f}.delete-confirmation-modal__title{font-size:16px;font-weight:500;color:#262626;margin-bottom:16px;line-height:1.5}.delete-confirmation-modal__actions{display:flex;gap:12px;justify-content:center;margin-top:24px}.delete-confirmation-modal__actions .cancel-button,.delete-confirmation-modal__actions .delete-button{min-width:80px}.payment-drawer-form .ant-collapse-header{background:transparent!important;border-bottom:none!important;flex-direction:row-reverse!important}.payment-drawer-form .ant-drawer-content-wrapper{transition:transform .3s cubic-bezier(.23,1,.32,1)}.payment-drawer-form .ant-drawer-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.payment-drawer-form .ant-drawer-body{padding:0}.payment-drawer-form .ant-drawer-footer{border-top:1px solid #f0f0f0;padding:16px 24px;text-align:right}[dir=rtl] .payment-drawer-form .ant-drawer-footer{text-align:left}.payment-drawer-form .ant-form-item{margin-bottom:20px}.payment-drawer-form .ant-form-item-label label{font-weight:500;color:#1e293b;font-size:14px}.payment-drawer-form .form-sections .ant-collapse-item{border:none;border-radius:8px;margin-bottom:16px;overflow:hidden;background-color:#fff}.payment-drawer-form .form-sections .ant-collapse-item:last-child{margin-bottom:0}.payment-drawer-form .form-sections .ant-collapse-item .ant-collapse-header{background-color:var(--neutral-gris-lowest, #f8fafc);border-bottom:1px solid var(--neutral-gris-lower, #e2e8f0);transition:background-color .2s ease}.payment-drawer-form .form-sections .ant-collapse-item .ant-collapse-header:hover{background-color:var(--neutral-gris-lower, #f1f5f9)}.payment-drawer-form .form-sections .ant-collapse-item .ant-collapse-header .section-header{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px;color:var(--neutral-gris-higher, #1e293b)}.payment-drawer-form .form-sections .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{color:var(--neutral-gris-medium, #6b7280)}.payment-drawer-form .form-sections .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:0;background-color:#fff}.payment-drawer-form .section-content{padding:20px}.payment-drawer-form .section-content .dynamic_form_builder_inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px;overflow:visible;padding:0;max-height:none}@media only screen and (max-width: 768px){.payment-drawer-form .section-content .dynamic_form_builder_inputs{grid-template-columns:1fr;gap:16px}}.payment-drawer-form .section-content .dynamic_form_builder_inputs--single-line{gap:16px!important}.payment-drawer-form .ant-radio-wrapper:after{content:none!important}.payment-drawer-form .payment-option{width:100%;margin-bottom:12px;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;transition:all .2s ease;flex-direction:row-reverse;justify-content:space-between;align-items:center}.payment-drawer-form .payment-option:hover{border-color:#009dfd;background-color:#f8f7ff}.payment-drawer-form .payment-option.ant-radio-wrapper-checked{border-color:#009dfd;background:#009dfd0d}.payment-drawer-form .payment-option .ant-radio{margin-right:12px}.payment-drawer-form .payment-option .payment-option-content{display:flex;align-items:center;gap:12px}.payment-drawer-form .payment-option .payment-option-content svg{width:30px;height:30px;color:#009dfd}.payment-drawer-form .payment-option .payment-option-content span{font-weight:500;color:#1e293b;font-size:14px}.payment-drawer-form .bank-transfer-details{margin-top:24px;padding:20px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.payment-drawer-form .bank-transfer-details h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.payment-drawer-form .bank-transfer-details .ant-form-item{margin-bottom:16px}.payment-drawer-form .bank-transfer-details .ant-input,.payment-drawer-form .bank-transfer-details .ant-picker{border-radius:6px;border:1px solid #d1d5db}.payment-drawer-form .bank-transfer-details .ant-input:focus,.payment-drawer-form .bank-transfer-details .ant-input:hover,.payment-drawer-form .bank-transfer-details .ant-picker:focus,.payment-drawer-form .bank-transfer-details .ant-picker:hover{border-color:#009dfd;box-shadow:0 0 0 3px #904dff1a}.payment-drawer-form .bank-transfer-details .ant-input-number,.payment-drawer-form .ant-select{width:100%}.payment-drawer-form .ant-select .ant-select-selector{border-radius:6px;border:1px solid #d1d5db;height:40px;display:flex;align-items:center}.payment-drawer-form .ant-select .ant-select-selector:hover{border-color:#009dfd}.payment-drawer-form .ant-select.ant-select-focused .ant-select-selector{border-color:#009dfd;box-shadow:0 0 0 3px #904dff1a}.payment-drawer-form .portion-option-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:4px;transition:background-color .2s ease}.payment-drawer-form .portion-option-row:hover{background-color:#f8f7ff}.payment-drawer-form .portion-option-row .portion-name{font-weight:500;font-size:14px;color:#1e293b;flex:1}.payment-drawer-form .portion-option-row .portion-method{font-size:12px;color:#6b7280;margin:0 12px;font-weight:500}.payment-drawer-form .portion-option-row .portion-amount-tag{background-color:#e0e7ff;color:#3730a3;padding:1px 6px;border-radius:6px;font-size:10px;font-weight:600;min-width:fit-content;line-height:1.2}.payment-drawer-form .portion-option-row.portion-option--disabled{opacity:.6;cursor:not-allowed;background-color:#f8f9fa}.payment-drawer-form .portion-option-row.portion-option--disabled:hover{background-color:#f8f9fa}.payment-drawer-form .portion-option-row.portion-option--disabled .portion-name,.payment-drawer-form .portion-option-row.portion-option--disabled .portion-method,.payment-drawer-form .portion-option-row.portion-option--disabled .portion-amount-tag{color:#6b7280}.payment-drawer-form .portion-option-row .portion-status{font-size:11px;font-weight:600;padding:2px 8px;border-radius:12px;margin-left:8px;min-width:fit-content}.payment-drawer-form .portion-option-row .portion-status.portion-status--paid{background-color:#dcfce7;color:#166534}.payment-drawer-form .ant-radio-group,.payment-drawer-form .ant-picker{width:100%}.payment-drawer-form .ant-picker .ant-picker-input>input{font-size:14px}.payment-drawer-form .ant-btn{border-radius:6px;font-weight:500;height:40px;padding:0 16px}.payment-drawer-form .ant-btn.ant-btn-primary{background:#009dfd;border-color:#009dfd}.payment-drawer-form .ant-btn.ant-btn-primary:hover{background:#7b3fd9;border-color:#7b3fd9}.payment-drawer-form .ant-btn.ant-btn-default{border-color:#d1d5db;color:#1e293b}.payment-drawer-form .ant-btn.ant-btn-default:hover{border-color:#009dfd;color:#009dfd}@media (max-width: 768px){.payment-drawer-form .ant-drawer-body{padding:16px}.payment-drawer-form .payment-option{padding:10px 12px}.payment-drawer-form .payment-option .payment-option-content{gap:8px}.payment-drawer-form .payment-option .payment-option-content svg{width:18px;height:18px}.payment-drawer-form .payment-option .payment-option-content span{font-size:13px}.payment-drawer-form .bank-transfer-details{padding:16px;margin-top:20px}.payment-drawer-form .bank-transfer-details h4{font-size:15px;margin-bottom:12px}.payment-drawer-form .section-content{padding:16px}.payment-drawer-form .section-content .dynamic_form_builder_inputs{grid-template-columns:1fr;gap:16px}}.unpay-confirmation-modal .ant-modal-content{border-radius:12px;overflow:hidden}.unpay-confirmation-modal .ant-modal-header{background-color:#fef2f2;border-bottom:1px solid #fecaca;padding:20px 24px}.unpay-confirmation-modal .ant-modal-header .ant-modal-title{color:#dc2626;font-weight:600;font-size:18px}.unpay-confirmation-modal .ant-modal-body{padding:24px}.unpay-modal-content .unpay-modal-message{margin-bottom:24px}.unpay-modal-content .unpay-modal-message .unpay-modal-text{font-size:16px;color:#374151;margin-bottom:12px;line-height:1.5}.unpay-modal-content .unpay-modal-message .unpay-modal-text strong{color:#dc2626;font-weight:600}.unpay-modal-content .unpay-modal-message .unpay-modal-warning{font-size:14px;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin:0;line-height:1.4}.unpay-modal-content .ant-form{margin-bottom:24px}.unpay-modal-content .ant-form .ant-form-item-label label{font-weight:500;color:#374151;font-size:14px}.unpay-modal-content .ant-form .ant-input{border-radius:6px;border:1px solid #d1d5db;padding:12px;font-size:14px;line-height:1.4}.unpay-modal-content .ant-form .ant-input:focus,.unpay-modal-content .ant-form .ant-input:hover{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.unpay-modal-content .ant-form .ant-input::placeholder{color:#9ca3af;font-style:italic}.unpay-modal-content .ant-form .ant-form-item-explain .ant-form-item-explain-error{color:#dc2626;font-size:12px}.unpay-modal-content .unpay-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}[dir=rtl] .unpay-modal-actions{justify-content:flex-start}.streak-section{background-color:#fff;border-radius:16px;padding:16px;border:1px solid #e6e6e6}.streak-section .streak-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.streak-section .streak-content .streak-value{display:flex;flex-direction:column;align-items:baseline;gap:8px}.streak-section .streak-content .streak-value .streak-number{font-size:26px;font-weight:700;color:#111113;line-height:1}.streak-section .streak-content .streak-value .streak-label{font-size:16px;color:#111113;font-weight:500}.streak-section .streak-content .streak-icon{width:48px;height:48px;color:#f59e0b}.streak-section .weekly-progress{background:#f8f9fa;border-radius:12px;padding:16px;margin-top:16px;position:relative;padding-bottom:30px!important}.streak-section .weekly-progress .progress-days{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}.streak-section .weekly-progress .progress-days .day-circle{width:22px;height:22px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transition:all .2s ease}.streak-section .weekly-progress .progress-days .day-circle.completed{background:#3b82f6;color:#fff}.streak-section .weekly-progress .progress-days .day-circle.completed .check-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;color:#fff}.streak-section .weekly-progress .progress-days .day-circle.completed .day-label{position:absolute;bottom:-20px;font-size:11px;font-weight:600;color:#6b7280}.streak-section .weekly-progress .progress-days .day-circle.pending{background:#e5e7eb;color:#9ca3af}.streak-section .weekly-progress .progress-days .day-circle.pending .day-label{position:absolute;bottom:-20px;font-size:10px;font-weight:500;color:#9ca3af}.guest_layout{min-height:100vh;width:100%;position:relative;overflow:hidden}.guest_layout .btn{max-height:38px!important}.guest_layout .guest_layout_header{position:fixed;top:0;right:0;z-index:1000;padding:20px;display:flex;justify-content:flex-end;align-items:center;pointer-events:none}.guest_layout .guest_layout_header .language_toggler{pointer-events:auto;min-width:40px;min-height:40px}.guest_layout .guest_layout_header .language_toggler:hover{border-color:var(--violet-medium)!important}.guest_layout .guest_layout_header .language_toggler .language-toggler-btn{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.guest_layout .guest_layout_header .language_toggler .language-toggler-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.guest_layout .guest_layout_header .language_toggler .language-toggler-btn:active{transform:translateY(0)}.guest_layout .guest_layout_content{width:100%;height:100%;position:relative}.guest_layout .guest_layout_content>*{animation:fadeInSlideUp .4s ease-out forwards;transform-origin:center}.guest_layout.transitioning .guest_layout_content>*{animation:fadeOutSlideDown .3s ease-in forwards}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOutSlideDown{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.98)}}.auth_login_page,.auth_forgot_password_page,.auth_reset_password_page{transition:all .3s cubic-bezier(.4,0,.2,1);animation:authPageEnter .4s ease-out forwards}@keyframes authPageEnter{0%{opacity:0;transform:translateY(30px) scale(.95)}50%{opacity:.7;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.auth_login_card,.auth_forgot_password_card,.auth_reset_password_card{animation:cardSlideIn .5s ease-out .1s both}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.auth_login_logo,.auth_forgot_password_logo,.auth_reset_password_logo{animation:logoFadeIn .6s ease-out .2s both}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.auth_login_welcome,.auth_forgot_password_header,.auth_reset_password_header{animation:headerSlideIn .5s ease-out .3s both}@keyframes headerSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth_login_fields>*,.auth_forgot_password_form>*,.auth_reset_password_form>*{animation:formElementSlideIn .4s ease-out both}.auth_login_fields>*:nth-child(1),.auth_forgot_password_form>*:nth-child(1),.auth_reset_password_form>*:nth-child(1){animation-delay:.4s}.auth_login_fields>*:nth-child(2),.auth_forgot_password_form>*:nth-child(2),.auth_reset_password_form>*:nth-child(2){animation-delay:.5s}.auth_login_fields>*:nth-child(3),.auth_forgot_password_form>*:nth-child(3),.auth_reset_password_form>*:nth-child(3){animation-delay:.6s}.auth_login_fields>*:nth-child(4),.auth_forgot_password_form>*:nth-child(4),.auth_reset_password_form>*:nth-child(4){animation-delay:.7s}.auth_login_fields>*:nth-child(5),.auth_forgot_password_form>*:nth-child(5),.auth_reset_password_form>*:nth-child(5){animation-delay:.8s}@keyframes formElementSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.ant-tabs-tab{transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-tabs-tab:hover{transform:translateY(-1px)}.input-container{transition:all .3s ease}.page-transitioning{opacity:0;transform:translateY(20px) scale(.98);transition:all .3s ease-in}.page-visible{opacity:1;transform:translateY(0) scale(1);transition:all .4s ease-out}.guest_layout.loading .guest_layout_content{opacity:.7;pointer-events:none}@media (max-width: 768px){.guest_layout .guest_layout_header{padding:15px}.guest_layout .guest_layout_header .language_toggler .language-toggler-btn{width:40px;height:40px;font-size:14px}.guest_layout .guest_layout_content>*{animation-duration:.25s}.auth_login_page,.auth_forgot_password_page,.auth_reset_password_page{animation-duration:.3s}.auth_login_card,.auth_forgot_password_card,.auth_reset_password_card{animation-duration:.4s}.page-transitioning,.page-visible{transition-duration:.2s}}@media (max-width: 480px){.guest_layout .guest_layout_header{padding:10px}.guest_layout .guest_layout_header .language_toggler .language-toggler-btn{width:36px;height:36px;font-size:12px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
