@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap";.button{display:flex;min-width:151px;height:48px;padding:0 16px;justify-content:center!important;align-items:center!important;gap:8px!important;border-radius:8px!important;border:none!important;font-family:Noto Sans Hebrew,serif!important;font-size:15px;font-weight:700;line-height:26px;position:relative;cursor:pointer!important;transition:opacity .3s ease!important;box-shadow:none!important;color:#000!important}@media screen and (max-width: 600px){.button{font-size:14px!important;line-height:20px!important;height:46px!important}}.button--blue{background:#15a5b5;color:#fff!important;background-color:#15a5b5!important}.button--green{background:#92bd1d;color:#fff!important}.button--purple{background:#976eac;color:#fff!important}.button--red{color:#fff!important;background:#dc3545}.button--black{background:#000;color:#fff!important}.button--green-small{background:#22c55e;box-shadow:0 2px 1px #919eab29;color:#fff!important}.button--orange{color:#fff!important;background:#ffab00;box-shadow:0 2px 1px #919eab29}.button--lightBlue{background-color:#1bd3e814;color:#15a5b5!important}.button--outline-blue{background-color:transparent!important;color:#15a5b5!important;border:2px solid #15A5B5!important}.button--outline-green{background-color:transparent!important;color:#92bd1d!important;border:2px solid #92BD1D!important}.button--outline-red{background-color:transparent!important;color:#dc3545!important;border:2px solid #dc3545!important}.button--outline-black{background-color:transparent!important;color:#000!important;border:2px solid #000000!important}.button--outline-orange{background-color:transparent!important;color:#ffab00!important;border:2px solid #FFAB00!important}.button--outline-green-small{background-color:transparent!important;color:#22c55e!important;border:2px solid #22C55E!important}.button--sm{font-size:12px;padding:6px 12px;height:32px;line-height:1;min-width:auto}.button:disabled{opacity:.6;cursor:not-allowed}.button--loading{opacity:.8;position:relative}.button--loading:after{content:"";display:inline-block;width:16px;height:16px;border:2px solid #FFF;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;margin-left:8px}.button--icon-only{min-width:auto;padding:.5rem;width:40px;height:40px;justify-content:center;align-items:center;gap:0;border-radius:50%}.button .button-icon-left,.button .button-icon-right{display:flex;align-items:center;justify-content:center}.button .button-icon-left{margin-inline-end:4px}.button .button-icon-right{margin-inline-start:4px}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 390px) and (max-width: 480px){.exercise-cards .button{height:36px!important}}@media screen and (max-width: 390px){.exercise-cards{gap:10px!important}.exercise-cards .button{height:36px!important}.exercise-cards .exercise-card-title{font-size:18px;line-height:1}.exercise-cards .exercise-card{padding:10px}.exercise-cards .exercise-card-image img{height:65px}}.exercise-card{border-radius:20px;background:#d6fbff;display:flex;flex-direction:column;gap:4px;padding:16px;position:relative}@media screen and (max-width: 600px){.exercise-card{padding:15px}}.exercise-card--purple{background-color:#f7e8ff}.exercise-card--purple .exercise-card-title{color:#b884ce}.exercise-card .button{min-width:151px}.exercise-card .button--blue{box-shadow:0 8px 16px #1bd3e83d!important}.exercise-card .button--green{box-shadow:0 8px 16px #b2e7223d!important}.exercise-card .button--purple{box-shadow:0 8px 16px #8122e73d!important}.exercise-card-content{display:flex;flex-direction:column;gap:8px;position:relative}@media screen and (max-width: 600px){.exercise-card-content{gap:6px}}.exercise-card-content .exercise-detail-wrap{display:flex;align-items:center;gap:8px}.exercise-card-content p{color:#637381;font-family:Noto Sans Hebrew,serif;font-size:16px;font-weight:600;line-height:24px;margin:0}@media screen and (max-width: 600px){.exercise-card-content p{font-size:14px;line-height:20px}}.exercise-card-title{color:#15a5b5;font-family:Noto Sans Hebrew,serif;font-size:24px;font-weight:700;line-height:36px;margin:0}@media screen and (max-width: 600px){.exercise-card-title{font-size:20px;line-height:26px}}.exercise-card-action{display:flex;align-items:center;justify-content:end;position:relative}.exercise-card-image img{width:auto;height:100px;object-fit:contain}@media screen and (max-width: 600px){.exercise-card-image img{height:72px}}.exercise-card--green{background:#f2ffcf}.exercise-card--green .exercise-card-title{color:#92bd1d}.exercise-card--green .exercise-card-content p{color:#637381}.chat-page .chat-footer-form textarea,.choose-exercise-page .chat-footer-form textarea{height:54px;font-size:14px;line-height:1.2em;padding-top:calc((54px - 1.8em)/2);box-sizing:border-box;letter-spacing:-.6px}.chat-footer{padding:8px 16px 16px;display:flex;flex-direction:column;gap:24px;position:relative;position:sticky;bottom:0;z-index:1;left:0;right:0}@media screen and (max-width: 600px){.chat-footer{gap:15px;position:fixed;left:0;width:100%;right:0}}.chat-footer-btns{display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative}.chat-footer-btns button{background:transparent;border:none;border-radius:0;height:48px;width:48px;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width: 600px){.chat-footer-btns button{height:40px;width:40px}}.chat-footer-btns button img{height:24px;width:24px;object-fit:contain}.chat-footer-btns-group{display:flex;align-items:center;position:relative}.chat-footer-form{display:flex;align-items:center;gap:12px;position:relative;width:100%}.chat-footer-form .form{width:100%}.chat-footer-form .form p{display:none}.chat-footer-form-field{width:100%;position:relative}.chat-footer-form textarea{width:100%;background:#919eab14;border:none;border-radius:38px;padding:16px 14px;min-height:54px;color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:15px;font-weight:400;line-height:22px;box-sizing:border-box;resize:none;scrollbar-width:none;overflow-y:scroll;max-height:120px;height:auto}@media screen and (max-width: 600px){.chat-footer-form textarea{padding:12px 14px;height:48px;font-size:14px;line-height:20px;box-sizing:border-box}}.chat-footer-form textarea::placeholder{color:#919eab}.chat-footer-form-button{flex-grow:0;flex-shrink:0;flex-basis:48px;display:flex;width:48px;height:48px;justify-content:center;align-items:center;position:relative}.chat-footer-form-btn{border-radius:50%;background:#1ccce0;display:flex;width:48px;height:48px;justify-content:center;align-items:center;border:none;flex-grow:0;flex-shrink:0;flex-basis:48px;position:relative}.chat-footer-form-btn img{height:32px;width:32px}.popup-overlay{position:absolute;bottom:0;left:0;width:100%;height:calc(100vh - 104px);display:flex;justify-content:flex-end;align-items:flex-end;z-index:1000}@media screen and (max-width: 600px){.popup-overlay{position:fixed;max-height:calc(100vh - 50px)}.popup-overlay .question-steps-inner{margin-top:0}}.popup-container{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:100%;box-shadow:0 -4px 10px #0003;display:flex;flex-direction:column;animation:slide-up .3s ease-out}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.popup-header{padding:22px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;height:76px;position:relative}@media screen and (max-width: 600px){.popup-header{padding:14px 16px;height:70px}}.popup-header-inner{display:flex;align-items:center;gap:16px;position:relative}.popup-close-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#333}.popup-header-title{color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:18px;font-weight:600;line-height:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.popup-body{padding:0 28px 16px 24px;font-size:16px;color:#333;max-height:calc(100vh - 180px);overflow-y:auto}.popup-body .exercise-question-list{padding:0}@media screen and (max-width: 600px){.popup-body{max-height:calc(100vh - 140px)}}.exercise-content{font-size:16px;color:#333;line-height:1.5}.popup-footer{background:#f5f5f5;padding:10px;display:flex;justify-content:center}.popup-action-btn{background:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:16px;transition:background .3s ease}.popup-action-btn:hover{background:#45a049}.disabled{opacity:.5;pointer-events:none}.exercise-image{max-width:100%;height:auto}mjx-container[jax=CHTML][display=true]{display:flow-root!important;background:#fff!important;text-align:left!important;padding:2px!important}mjx-math{white-space:normal!important;line-height:7px!important}mjx-utext{display:math!important}.MathJax mjx-mtext,mjx-mtext{font-family:inherit!important}li{margin:0!important;padding:0!important;width:auto!important}blockquote{display:grid!important;margin:0!important;padding:0!important;width:250px!important}.math-display-solution{display:flex;flex-direction:row;justify-content:left;align-items:left;text-align:left;border:solid 0px}.chart-link{position:absolute!important;top:8px;left:8px;z-index:2;font-weight:700;background:#fff;padding:2px 8px;border-radius:4px;text-decoration:underline}.chart-modal-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0 2px 16px #0003;padding:16px;border-radius:8px;outline:none;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.chart-modal-img{max-width:80vw;max-height:80vh;display:block}.exercise-question-list{position:relative}.chart-modal-close{position:absolute;top:8px;left:8px;background:transparent;border:none;font-size:2rem;font-weight:700;color:#333;cursor:pointer;z-index:10;line-height:1;padding:0 8px;transition:color .2s}.chart-modal-close:hover{color:#1976d2}.main-header{display:flex;padding:16px 24px 0;align-items:center;justify-content:space-between;gap:10px;position:relative}.main-header.pr-8{padding-right:8px}.main-header-hide{display:none}.main-header a{display:flex;align-items:center;position:relative}.main-header-left-image{display:flex;height:32px;color:#34430b;font-family:Noto Sans Hebrew,sans-serif}.main-header-right{display:flex;align-items:center;gap:8px}.main-header-right .button-menu{background-color:transparent;min-width:auto;padding:0}.main-header-right-image{height:28px;object-fit:contain}body,html{font-family:Noto Sans Hebrew,sans-serif}.dropdown-menu{position:absolute;top:65px;right:16px;background-color:#fff;border:1px solid #DFE3E8;border-radius:6px;padding:8px 0;box-shadow:0 2px 6px #00000026;z-index:1000}.dropdown-menu button{background:none;border:none;padding:8px 16px;width:100%;text-align:left;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;transition:.3s all}.dropdown-menu button:hover{background-color:#f0f0f0}.dropdown-menu button img{width:16px;height:16px;object-fit:contain}.profile-drawer{position:absolute;height:fit-content;width:100%;top:71px;right:0;background-color:#fff;border:1px solid #DFE3E8;border-radius:6px;box-shadow:0 2px 6px #00000026;z-index:1000}.profile-drawer .profile-drawer-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:16px;border-bottom:1px solid #DFE3E8;background-color:#f0f0f0;margin:10px;border-radius:12px}.profile-drawer .profile-drawer-header-name{width:80px;background-color:orange;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%}.profile-drawer .profile-drawer-header-name p{font-size:35px;font-weight:700;color:#fff;line-height:2;margin:0}.profile-drawer .profile-name{font-size:20px;font-weight:700;color:#010101;margin:0}.profile-drawer .profile-email{font-size:14px;font-weight:500;color:#637381;margin:0}.profile-drawer .profile-drawer-body a,.profile-drawer .profile-drawer-body .logout-link,.profile-drawer .profile-drawer-body .profile-info{padding:10px;display:flex;align-items:center;gap:8px;margin:10px;color:#010101;transition:all .3s ease;font-size:18px;font-weight:500;color:#637381}.profile-drawer .profile-drawer-body a span,.profile-drawer .profile-drawer-body .logout-link span,.profile-drawer .profile-drawer-body .profile-info span{text-decoration:none;display:flex;align-items:center}.profile-drawer .profile-drawer-body a img,.profile-drawer .profile-drawer-body .logout-link img,.profile-drawer .profile-drawer-body .profile-info img{width:20px;height:20px;object-fit:contain}.profile-drawer .profile-drawer-body a:hover,.profile-drawer .profile-drawer-body .logout-link:hover,.profile-drawer .profile-drawer-body .profile-info:hover{background-color:#f0f0f0;cursor:pointer}body{direction:rtl;overscroll-behavior-y:none}h1,h2,h3,h4,h5,h6,p{margin:0}.pages-layout{overflow:hidden;width:100%;height:100vh;border-radius:0;display:flex;flex-direction:column;position:relative}.main-body{height:calc(100% - 52px);overflow:auto;scrollbar-width:none;flex:1 0 0;position:relative;display:flex;flex-direction:column;scroll-behavior:smooth}.main-body:has(.full-template){height:100%;margin-top:-52px;position:relative;background-color:#fff;margin-bottom:0;z-index:1}.main-body:has(.full-head-template){height:100%;margin-bottom:0;position:relative;background:#fff;z-index:1}@media (min-width: 991px){body{font-size:20px}.pages-layout{max-width:430px;margin:0 auto;border-radius:30px;border:10px solid #34430B}}@media screen and (min-width: 360px) and (max-width: 412px){.pages-layout{height:100svh}}.acc_arrow{transform:rotate(90deg);transition:transform .3s ease;width:24px;height:24px}.choose-exercise-page{padding:0;display:flex;flex-direction:column;position:relative;flex:1 0 0;justify-content:space-between}@media screen and (max-width: 600px){.choose-exercise-page .exercise-cards{padding-bottom:75px!important}}.choose-exercise-page .chat-footer-btns{display:none}.choose-exercise-page .chat-footer{padding:16px;background-color:#fff;border-top:1px solid rgba(145,158,171,.2)}@media screen and (max-width: 600px){.choose-exercise-page .chat-footer{padding:10px 16px}}.exercise-cards{display:flex;padding:10px 16px;gap:16px;flex-direction:column;position:relative;flex:1 0 0;overflow:auto;scrollbar-width:none}.back-btn{display:flex;width:40px;height:40px;justify-content:center;align-items:center;border-radius:50%;border:1px solid #DFE3E8;background:#fff;flex:40px 0 0;position:relative}.back-btn img{height:20px;width:20px}.chat-page-header{padding:22px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;height:84px;border-bottom:1px solid rgba(145,158,171,.2);position:relative;position:sticky;top:0;z-index:11;background:#fff}@media screen and (max-width: 600px){.chat-page-header{padding:14px 16px;height:70px;position:fixed;left:0;width:100%;right:0}}.chat-page-header-inner{display:flex;align-items:center;gap:12px;position:relative}.chat-page-header-logo{display:flex;align-items:center;position:relative}.chat-page-header-logo img{height:28px;width:28px;object-fit:contain;flex:28px 0 0}.chat-page-header-title{color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:18px;font-weight:600;line-height:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.chat-page-header-title :hover{cursor:pointer}.custom-tooltip{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #ccc;padding:14px;border-radius:14px;box-shadow:0 4px 6px #0000001a;z-index:10;white-space:nowrap;width:100%}.custom-tooltip:before{content:"";position:absolute;top:-30px;transform:translate(-50%);border-width:15px;border-style:solid;border-color:transparent transparent #ccc transparent}.custom-tooltip:after{content:"";position:absolute;top:-29px;transform:translate(-50%);border-width:15px;border-style:solid;border-color:transparent transparent #fff transparent}.custom-tooltip>div{word-break:break-all;display:block;white-space:normal;font-size:14px;line-height:normal}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast{max-width:270px;border-radius:10px;gap:10px}.Toastify__toast-icon{margin:0}.custom-toast p{color:#000;font-family:Noto Sans Hebrew,serif;font-size:15px;font-weight:500;line-height:22px;margin:0}.Toastify__close-button{right:auto;left:6px}html[lang=en] .Toastify__close-button{right:6px;left:auto}.Toastify__toast--success p{color:#07bc0c}.Toastify__toast--error p{color:red}.search-exercise-page{display:flex;flex-direction:column;position:relative;flex:1 0 0}.search-exercise-body{height:100%;flex:1 0 0;display:flex;flex-direction:column;position:relative;justify-content:space-between}@media screen and (max-width: 600px){.search-exercise-body{padding-top:70px}}.search-exercise-button{padding:20px 16px;display:flex;align-items:center;justify-content:stretch;width:100%;position:relative}@media screen and (max-width: 600px){.search-exercise-button{padding:16px}}.search-exercise-button .button{width:100%}.search-exercise-list-inner{display:flex;padding:16px 0;flex-direction:column;align-items:stretch;gap:8px;border-bottom:1px solid rgba(145,158,171,.2);position:relative}@media screen and (max-width: 600px){.search-exercise-list-inner{padding:12px 0}}.search-exercise-list-title{color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:16px;font-weight:600;line-height:24px;padding:12px 16px}@media screen and (max-width: 600px){.search-exercise-list-title{padding:10px 16px}}.search-exercise-list-items{display:flex;flex-direction:column;align-items:stretch;gap:8px;position:relative;overflow:auto;scrollbar-width:none}.search-exercise-list-item{padding:10px 16px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:10px;position:relative}@media screen and (max-width: 600px){.search-exercise-list-item{padding:8px 16px;gap:8px}}.search-exercise-list-item label{color:#1c252e;font-family:Noto Sans Hebrew,serif;font-size:14px;line-height:22px;width:100%;display:flex;justify-content:space-between;flex-direction:row-reverse;gap:10px;position:relative;align-items:center;cursor:pointer}.search-exercise-list-item label:before{height:28px;width:28px;border:2px solid #637381;content:"";display:block;flex:28px 0 0;border-radius:50%;background:#fff;box-sizing:border-box}.search-exercise-list-item label:after{content:"";height:24px;width:24px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M7%2012L9.89075%2014.8907C9.95114%2014.951%2010.049%2014.9511%2010.1094%2014.8907L17%208'%20stroke='white'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:block;position:absolute;left:2px;top:50%;transform:translateY(-50%);background-size:contain}.search-exercise-list-item input{display:none}.search-exercise-list-item input[type=radio]:checked~label:before{background:#15a5b5;border-color:#15a5b5}html[lang=en] .search-exercise-list-item label:after{left:auto;right:2px}.topic-list,.level-list{scrollbar-width:thin;scrollbar-width:2px;scrollbar-color:#15A5B5 transparent}.difficulty-list{max-height:104px;scrollbar-width:thin;scrollbar-width:2px;scrollbar-color:#15A5B5 transparent}.search-exercise-list{flex:1 0 0;overflow:auto;scrollbar-width:thin;scrollbar-width:2px;scrollbar-color:#15A5B5 transparent}.loaderBlock{display:flex;align-items:center;justify-content:center}.loaderBlock svg{height:32px;width:32px}.loaderBlock img{height:32px;width:32px}.search-exercise-list-header{display:flex;align-items:center;gap:2px}/*!
* Cropper.js v1.6.2
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2024-04-21T07:43:02.731Z
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.capture-exercise-page{display:flex;flex-direction:column;position:relative;flex:1 0 0}.capture-exercise-body{height:100%;flex:1 0 0;display:flex;flex-direction:column;position:relative;justify-content:space-between;padding:16px}@media screen and (max-width: 600px){.capture-exercise-body{padding-top:86px}}.capture-exercise-scanner{text-align:center;padding:20px 0;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.capture-exercise-scanner .capture-exercise-scanner-text{margin-top:32px;text-align:center}.capture-exercise-scanner .capture-exercise-scanner-text h6{color:#1ccce0;font-size:24px;margin-bottom:4px;line-height:36px;font-weight:700}.capture-exercise-scanner .capture-exercise-scanner-text p{color:#063f46;font-size:16px;line-height:24px;font-weight:600;margin:0 auto;max-width:258px}.awaiting-camera{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.awaiting-camera p{color:#fff;font-size:16px;line-height:24px;font-weight:600;margin:0 auto 32px;max-width:258px;text-align:center}.awaiting-camera p b{display:block;color:#00c4cc}.permission-popup p{color:red;font-size:14px;line-height:24px;font-weight:600;margin:0 0 8px}.capture-exercise-camera{text-align:center;padding:40px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px}.capture-exercise-body-inner{flex:1 0 0;overflow:auto;text-align:center;display:flex;gap:16px;flex-direction:column;justify-content:flex-start}.capture-exercise-body-text p{font-size:16px;line-height:24px;color:#00c4cc;margin:0 0 14px}.capture-exercise-image{border-radius:12px;overflow:hidden;padding:2px;min-height:388px;display:flex;align-items:center;justify-content:center;position:relative;width:100%}@media screen and (max-width: 600px){.capture-exercise-image{min-height:410px}}.capture-exercise-image img{max-width:100%;height:auto;object-fit:contain}.capture-exercise-buttons{padding:20px 16px;display:flex;align-items:center;justify-content:stretch;width:100%;gap:12px}@media screen and (max-width: 600px){.capture-exercise-buttons{padding:16px}.capture-exercise-buttons .button{min-width:auto}}.capture-exercise-buttons .button{width:100%;background:#00c4cc!important;border-radius:8px;padding:10px;color:#fff;border:none;flex:1 0 0}.capture-exercise-buttons .button:disabled{background:#ccc}.capture-exercise-buttons .border-button{background:transparent!important;border:2px solid #00C4CC;color:#00c4cc}.capture-exercise-button{padding:20px 16px}.capture-exercise-page-mobile{background:#000}.capture-exercise-page-mobile .chat-page-header{background:transparent}.hide-back-btn .chat-page-header .back-btn{display:none}.capture-exercise-page-mobile .back-btn{background:#95f4ff;border-color:#95f4ff}.capture-exercise-page-mobile .chat-page-header-logo{display:none}.capture-exercise-page-mobile .chat-page-header-title{color:#fff}.error-text{color:red;font-size:14px}.image-loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fffc;z-index:10}.image-loader-overlay img{width:50px;height:50px}.capture-exercise-image .reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;overflow:hidden}.capture-exercise-image .reactEasyCrop_CropArea{border:2px solid #fff;box-shadow:0 0 0 9999px #00000080}.capture-exercise-body-inner{display:flex;flex-direction:column;align-items:center;height:100%}.capture-exercise-buttons{display:flex;justify-content:space-between;padding:16px;gap:16px}.crop-image-box{width:100%}.crop-image-box .reactEasyCrop_Container>div{width:100%!important;height:100%!important}.reactEasyCrop_Container{height:500px;width:calc(100% - 24px);background:#fff;border-radius:12px;left:12px!important;right:12px!important;top:50%!important;transform:translateY(-50%)}.reactEasyCrop_CropArea{height:100%!important;width:100%!important}.cropper-container{height:100%;display:flex;align-items:center;width:100%;border-radius:12px;overflow:hidden;background:#fff}.cropper-wrapper{height:500px;width:100%}.cropper-modal{background-color:#fff;opacity:0}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:2px;left:2px;position:absolute;right:2px;top:4px;margin-left:-2px;margin-top:-2px}.cropper-crop-box{top:2px}.cropper-view-box{border-width:6px}.cropper-point{height:12px;width:12px}.ReactCrop__drag-handle{width:12px!important;height:12px!important}.image-loading-container{display:flex;justify-content:center;align-items:center;background-color:#fff;width:100%;height:410px;border-radius:12px}.image-loading-container img{width:50px;height:50px}.ReactCrop .ord-n,.ReactCrop .ord-s{display:block!important}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.display-exercise-page{display:flex;flex-direction:column;position:relative;flex:1 0 0}.display-exercise-body{height:100%;flex:1 0 0;display:flex;flex-direction:column;position:relative;justify-content:space-between}@media screen and (max-width: 600px){.display-exercise-body{padding-top:70px}}.display-exercise-button{padding:20px 16px;display:flex;align-items:center;justify-content:stretch;width:100%;position:relative;gap:12px}.display-exercise-button .button{width:100%;flex:1 0 0}.display-exercise-list-inner{display:flex;padding:16px;flex-direction:column;align-items:stretch;gap:8px;border-bottom:1px solid rgba(145,158,171,.2);position:relative}.display-exercise-list-title{color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:16px;font-weight:600;line-height:24px;padding:12px 0}.display-exercise-list-items{display:flex;flex-direction:column;align-items:stretch;gap:8px;position:relative}.display-exercise-list-items p{color:#1c252e;font-family:Noto Sans Hebrew,serif;font-size:16px;line-height:24px;width:100%;position:relative;align-items:center;cursor:pointer;margin:0 0 10px}.display-exercise-list-items ol,.display-exercise-list-items ul{padding:0 20px 0 0}.display-exercise-list-items blockquote{margin-left:0!important}.display-exercise-list-items mjx-math{width:auto!important;white-space:normal}.display-exercise-list-items mjx-math>*{margin-top:10px}.exercise-chip{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.exercise-chip span{display:flex;min-height:32px;padding:7px 12px;align-items:center;border-radius:10px;background:#1c252e;color:#fff;text-align:center;font-family:Noto Sans Hebrew,serif;font-size:13px;font-weight:500;line-height:18px}.display-exercise-list{flex:1 0 0;overflow:auto}.display-exercise-list-items p mjx-container[jax=CHTML][display=true]{padding:0!important;border:none!important;background:transparent!important}.display-exercise-list-header{display:flex;align-items:center;gap:2px}.no-exercise-message{text-align:right}.display-exercise-static-bot-message{position:relative;border-radius:12px;padding:16px 40px 5px 16px;display:flex;align-items:center;justify-content:flex-start;direction:rtl;font-family:Noto Sans Hebrew,serif;font-size:16px;font-weight:600;line-height:24px;color:#063f46}.bot-message-text{flex:1}.bot-message-icon{position:absolute;top:8px;right:8px;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.captured-image{max-width:100%;height:auto;display:block}.exercise-question-page{display:flex;flex-direction:column;position:relative;flex:1 0 0}.exercise-question-body{height:100%;flex:1 0 0;display:flex;flex-direction:column;position:relative;justify-content:space-between}@media screen and (max-width: 600px){.exercise-question-body{padding-top:70px}}.exercise-question-button{padding:20px 16px;display:flex;align-items:center;justify-content:stretch;width:100%;position:relative;gap:12px}.exercise-question-button .button{width:100%;flex:1 0 0}.button-border{border:1px solid rgba(27,211,232,.48);background:#fff;color:#15a5b5}.exercise-question-list{display:flex;flex-direction:column;align-items:stretch;gap:16px;position:relative;flex:1 0 0;overflow:auto}.exercise-question-title{color:#637381;font-family:Noto Sans Hebrew,serif;font-size:16px;line-height:24px;font-weight:400;padding-right:16px}.exercise-question-items{display:flex;flex-direction:column;align-items:stretch;gap:12px;position:relative}.exercise-question-item{display:flex;gap:8px;border-radius:8px;border:1px solid rgba(145,158,171,.32);background:#f9fafb;color:#1c252e;font-family:Noto Sans Hebrew,serif;font-size:14px;font-weight:700;line-height:24px;cursor:pointer;padding:16px 16px 16px 40px;position:relative}.exercise-question-item img{width:24px;height:24px;position:absolute;left:16px;top:16px}.exercise-question-item span{display:flex;width:24px;height:24px;min-width:20px;padding:2px;justify-content:center;align-items:center;border-radius:500px;background:#919eab;color:#fff;text-align:center;font-family:Noto Sans Hebrew,serif;font-size:12px;font-weight:700;line-height:20px;flex:24px 0 0}.exercise-question-item>div mjx-container mjx-math{width:auto!important}.exercise-question-item.active{background:#1bd3e829;border-color:#1bd3e829;color:#15a5b5}.exercise-question-item.active span{background:#15a5b5}.question-steps{font-family:Arial,sans-serif}.question-steps .chat-page-header-logo{display:none}.question-steps h2{font-size:16px;line-height:24px;color:#637381;margin:0 0 16px;font-weight:400}.question-steps p{font-size:16px;line-height:24px;color:#063f46;margin:0 0 16px;font-weight:600;display:flex;align-items:center}.question-steps .accordionBox{box-shadow:none;border:none;margin-bottom:12px}.question-steps .accordionBox:before{content:unset}.question-steps .accordionBox h3 .MuiAccordionSummary-content{margin:0}.question-steps .accordionBox h3 button{min-height:unset;height:auto;display:flex;justify-content:space-between;padding:16px;border-radius:8px;cursor:pointer;border:1px solid rgba(145,158,171,.3215686275);background-color:#f9fafb;align-items:flex-start}.question-steps .accordionBox h3 button .MuiAccordionSummary-expandIconWrapper{transform:rotate(90deg);transition:transform .3s ease;width:24px;height:24px}.question-steps .accordionBox h3 button .MuiAccordionSummary-content{margin:0;font-size:14px;line-height:24px;font-weight:700;color:#1c252e;display:grid;gap:8px;grid-template-columns:24px 1fr}.question-steps .accordionBox h3 button .MuiAccordionSummary-content span.tag{width:24px;height:24px;background:#919eab;border-radius:100%;color:#fff;display:flex;align-items:center;justify-content:center}.question-steps .accordionBox h3 button.Mui-expanded{background-color:#1bd3e829;border:1px solid rgba(27,211,232,.1607843137);margin:0}.question-steps .accordionBox h3 button.Mui-expanded .MuiAccordionSummary-content{color:#15a5b5}.question-steps .accordionBox h3 button.Mui-expanded .MuiAccordionSummary-content span.tag{background:#15a5b5}.question-steps .accordionBox h3 button.Mui-expanded .MuiAccordionSummary-expandIconWrapper{transform:rotate(0)}.question-steps .accordionBox .MuiAccordionDetails-root{padding:12px 12px 0}.question-steps .accordionBox .MuiAccordionDetails-root li{font-size:14px;line-height:24px;font-weight:400;color:#1c252e;font-family:Noto Sans Hebrew}.question-steps .blue-button{padding:10px 20px;background-color:#15a5b5;color:#fff;border:none;border-radius:8px;font-size:15px;line-height:24px;font-weight:700;width:calc(100% - 30px);position:absolute;bottom:20px;left:0;right:15px}.question-steps-inner{padding:16px}@media screen and (max-width: 600px){.question-steps-inner{margin-top:70px}}.question-steps .loaderBlock img{height:24px;width:24px}.question-steps mjx-container[jax=CHTML][display=true]{text-align:right!important}.login-page-head{margin-bottom:20px;display:flex;flex-direction:column;position:relative}@media screen and (max-width: 600px){.login-page-head{margin-bottom:10px}}.login-page-head-inner{margin-bottom:24px;display:flex;flex-direction:column;position:relative}@media screen and (max-width: 600px){.login-page-head-inner{margin-bottom:16px}}.login-page-head-inner p{color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:16px;font-weight:600;line-height:24px;margin-top:4px}@media screen and (max-width: 600px){.login-page-head-inner p{line-height:20px;margin-top:2px}}.login-page-image{height:260px;width:100%;object-fit:contain;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width: 600px){.login-page-image{height:200px}}.login-page-image img{height:100%;width:100%;object-fit:contain}.login-page-title{color:#1ccce0;font-family:Noto Sans Hebrew,serif;font-size:24px;font-weight:700;line-height:36px;margin-top:8px}@media screen and (max-width: 600px){.login-page-title{font-size:22px;line-height:28px;margin-top:4px}}.login-page-form{flex:1 0 0;display:flex;flex-direction:column;justify-content:space-between;position:relative}.login-page-form-fields{display:flex;flex-direction:column;gap:16px;position:relative}@media screen and (max-width: 600px){.login-page-form-fields{gap:12px}}.login-page-form-action{margin-top:16px;display:flex;flex-direction:column;gap:27px;position:relative}@media screen and (max-width: 600px){.login-page-form-action{gap:15px;margin-top:12px}}.login-page-form-action p{margin:0;color:#637381;font-family:Noto Sans Hebrew,serif;text-align:center;font-size:15px;font-weight:700;line-height:26px}@media screen and (max-width: 600px){.login-page-form-action p{font-size:14px;line-height:20px}}.login-page-form-action p a{color:#15a5b5;cursor:pointer}.login-page-form-action .button{width:100%}.error-message{margin:4px 0 0;font-size:12px;font-weight:400;line-height:26px;color:#ff5630;display:flex;gap:4px;padding-right:12px}.reset-link{text-align:center}.reset-link .reset-button{border-radius:8px;border:none;font-size:13px;background-color:#919eab14!important;color:#1c252e!important;font-weight:700}.form-field.error input{background-color:#ff563014}.form-field.error input:focus{outline-color:#ff5630}.login-page{background:#fff;padding:80px 16px 16px;display:flex;flex-direction:column;position:relative;flex:1 0 0}.login-page .button--sm{font-size:12px!important;height:32px!important;line-height:1!important}.login-page.custom-login-page{padding-top:35px}.next-btn{display:flex;width:80px;height:80px;padding:12px;justify-content:center;align-items:center;border-radius:50%;background:#1ccce0;box-shadow:0 8px 16px #00b8d93d;position:relative}@media screen and (max-width: 600px){.next-btn{width:70px;height:70px;padding:10px}}.next-btn img{height:56px;width:56px}@media screen and (max-width: 600px){.next-btn img{height:52px;width:52px}}.starting-page{padding:0 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:0;position:relative;flex:1 0 0}.starting-page-body{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:70px 0;flex:1 0 0;gap:40px}@media screen and (max-width: 600px){.starting-page-body{padding:38px 0;gap:20px}}.starting-page-image{margin:0 auto;display:flex;width:100%;max-width:356px;justify-content:center;align-items:center;position:relative}@media screen and (max-width: 600px){.starting-page-image{max-width:280px}}.starting-page-image img{height:100%;width:100%;object-fit:contain}.starting-page-title{color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:40px;font-weight:600;line-height:48px}@media screen and (max-width: 600px){.starting-page-title{font-size:35px;line-height:40px}}.starting-page-title span{color:#1ccce0;display:block;max-width:80%}.starting-page-action{display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}.admin-btn{display:inline-flex!important;align-items:center;background:transparent;padding:0;background-color:#fff!important;font-size:12px;font-weight:500;text-decoration:underline;cursor:pointer;box-shadow:none;color:#000!important;width:100px}.admin-btn:hover{color:#0eaec0!important}.users-btn-container{position:relative;display:inline-flex!important;align-items:center;gap:12px;border-radius:4px;margin-right:auto;align-self:flex-start}.uploadcomplete-page{padding:0 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:0;position:relative;flex:1 0 0}.uploadcomplete-body{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:70px 0;flex:1 0 0;gap:40px}@media screen and (max-width: 600px){.uploadcomplete-body{padding:38px 0;gap:20px}}.uploadcomplete-image{margin:0 auto;display:flex;width:100%;max-width:356px;justify-content:center;align-items:center;position:relative}@media screen and (max-width: 600px){.uploadcomplete-image{max-width:280px}}.uploadcomplete-image img{height:100%;width:100%;object-fit:contain}.uploadcomplete-title{color:green;font-family:Noto Sans Hebrew,serif;font-size:25px;font-weight:600;line-height:40px;text-wrap:none}@media screen and (max-width: 600px){.uploadcomplete-title{font-size:20px;line-height:40px}}.uploadcomplete-title span{color:#1ccce0;display:block;max-width:80%}.uploadcomplete-action{display:flex;align-items:center;gap:18px;justify-content:flex-end;position:relative}.chat-container{position:relative;display:flex;flex-direction:column;background-color:#f3f4f6;direction:rtl;width:100%;height:100vh}.chat-header{background-color:#fff;padding:16px;box-shadow:0 2px 4px #0000001a}.header-title{font-size:20px;font-weight:700;color:#1f2937}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.message{display:flex;margin-bottom:16px}.bot-message{justify-content:flex-start;width:100%}.user-message{justify-content:flex-start}.message-content{max-width:100%;padding:12px;border-radius:8px;position:relative}.bot-message .message-content{background-color:#fff;color:#1f2937}.user-message .message-content{background-color:#3b82f6;color:#fff}.message-text{margin:0;word-wrap:break-word}.timestamp{font-size:12px;opacity:.5;display:block;margin-top:4px}.typing-indicator{background-color:#fff;padding:12px;border-radius:8px;display:inline-block}.chat-input-container{background-color:#fff;padding:16px;border-top:1px solid #e5e7eb}.input-form{display:flex;gap:8px}.message-input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;resize:vertical;min-height:50px;max-height:200px}.message-input:focus{border-color:#3b82f6}.send-button{padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.send-button:hover{background-color:#2563eb}.send-button.disabled{opacity:.5;cursor:not-allowed;background-color:#9ca3af}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#555}.chat-page-body{flex:1 0 0;background-color:#f9fafb;position:relative;overflow-y:auto;max-height:100%;height:calc(100vh - 150px);padding:16px;display:flex;flex-direction:column}@media screen and (max-width: 600px){.chat-page-body{padding-top:86px;padding-bottom:150px}}.chat-page-body>*{position:relative;z-index:1}.chat-page-body::-webkit-scrollbar{width:4px}.chat-page-body::-webkit-scrollbar-track{background:#f1f1f1}.chat-page-body::-webkit-scrollbar-thumb{background:#15a5b540;border-radius:5px}.chat-page-body::-webkit-scrollbar-thumb:hover{background:#15a5b580}.chat-page-body:after{content:"";background-image:url(/assets/ChatBg-EDqqNSET.svg);height:100%;width:100%;left:0;top:0;position:absolute;opacity:4%}.chat-page-time{display:flex;align-items:center;justify-self:center;position:sticky;top:0;z-index:11;padding:4px;margin-bottom:24px;left:0;right:0;width:fit-content}.chat-page-time:empty{display:none}.chat-page-time span{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:80px;background:#d6fbff;color:#6f7380;text-align:center;font-family:Noto Sans Hebrew,serif;font-size:12px;font-weight:500;line-height:18px;position:relative}.message-box{display:flex;align-items:flex-end;gap:12px;position:relative;z-index:1;margin:0 0 12px;max-width:370px;width:100%;justify-content:flex-start}.message-box-image,.message-type-image{border-radius:50%;display:flex;width:32px;height:32px;padding:10px;justify-content:center;align-items:center;position:relative}.message-box-image img{height:32px;width:32px;border-radius:50%;object-fit:cover}.message-box-chaser-container{height:32px;width:32px;border-radius:50%;overflow:hidden}.message-box-chaser-image{height:100%;width:100%;object-fit:cover}.message-box-text{line-height:22px;font-size:14px;padding:8px 12px;gap:8px;border-radius:16px 16px 4px;background:#61f3f3;box-shadow:0 1px 2px #919eab29;width:auto;max-width:calc(100% - 44px)}.message-box-text>div{color:#34430b;text-align:right;font-family:Noto Sans Hebrew,serif;font-size:14px!important;line-height:22px;overflow-x:visible!important}.message-box .timestamp{display:none}.message-box--bot .message-box-text{background:#f2ffcf}.message-type{display:flex;align-items:flex-end;gap:12px;position:relative;z-index:1;margin:0 0 12px;max-width:300px}.text:empty .message-type-image{border-radius:50%;background:#92bd1d;display:flex;width:32px;height:32px;padding:10px;justify-content:center;align-items:center;position:relative}.message-type-image img{height:14px;width:14px}.typing-indicator{padding:8px 12px;gap:8px;border-radius:16px 16px 4px;background:#f2ffcf;box-shadow:0 1px 2px #919eab29}.typing-indicator p{color:#34430b;text-align:right;font-family:Noto Sans Hebrew,serif;font-size:14px!important;line-height:22px;overflow-x:visible!important}.chat-actions{display:flex;justify-content:flex-start;gap:10px;margin-top:15px;padding-right:44px}.black-button{color:#fff;padding:10px 20px;font-size:14px;border:none;font-weight:700;cursor:pointer;transition:background .3s;background:#1c252e;border-radius:8px}.black-button:hover{background-color:#333}mjx-math{white-space:normal}.inner-chat-btn button{height:36px;font-size:14px;line-height:24px;padding:6px 12px;min-width:auto;width:auto;border-radius:8px;font-weight:700;min-width:64px}@media screen and (max-width: 600px){.inner-chat-btn button{height:36px!important}}.typing-indicator .typing-text{display:inline-flex;align-items:center;font-size:14px!important;line-height:22px!important;font-weight:700}.typing-dots span{opacity:.2;animation:blink 1.4s infinite both;margin-left:2px}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.fullscreen-icon{transform:rotate(45deg);cursor:pointer}.zoom-chart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#000;display:flex;justify-content:center;align-items:center;overflow:hidden}.zoom-close-btn{position:absolute;top:20px;left:20px;font-size:30px;color:#fff;background:transparent;border:none;cursor:pointer;z-index:10000}.zoom-chart-image{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.chat-page{height:100%;display:flex;flex-direction:column;position:relative;flex:1 0 0}.chat-chart-image{width:100%}.disabled-dropdown{opacity:.6}.country-option{display:flex;justify-content:space-between;align-items:center;width:100%}.country-option .flag{font-size:18px;margin-inline-end:8px;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",Twemoji Mozilla,Segoe UI Symbol,EmojiOne Color,Noto Sans CJK JP,sans-serif;display:inline-block;vertical-align:middle;line-height:1}.country-option .code{font-weight:400;color:#919eab;direction:ltr;margin-right:8px}.search-by-book-page{display:flex;flex-direction:column;position:relative;flex:1 0 0}.search-by-book-page .chat-page-header-logo{display:none}.search-by-book-wrapper{height:100%;flex:1 0 0;display:flex;flex-direction:column;position:relative;justify-content:space-between;align-items:center;padding-bottom:20px}.search-by-book-wrapper .position-relative{position:relative}.search-by-book-wrapper .button{width:calc(100% - 32px)}@media screen and (max-width: 600px){.search-by-book-wrapper{padding-top:70px}}.search-by-book-detail{display:flex;flex-direction:column;justify-content:space-between;padding:24px 16px}.search-by-book-detail .search-by-book-field{display:flex;flex-direction:column;gap:16px;position:relative}.search-by-book-detail .search-by-book-field .MuiFormControl-root{height:53px}.search-by-book-detail .search-by-book-field .MuiOutlinedInput-notchedOutline{border-radius:8px;background:#919eab14;height:53px;padding:0 12px 0 10px;border:none!important;width:100%;color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:15px;line-height:0;border:transparent}.search-by-book-detail .search-by-book-field label{color:#919eab;font-size:15px;line-height:29px;padding:0 4px 0 10px}.search-by-book-detail .search-by-book-field .Mui-focused label{background:linear-gradient(90deg,#fafafa 50%,#fff 50%)}.search-by-book-detail .search-by-book-field .Mui-focused .MuiOutlinedInput-notchedOutline{border:2px solid #15A5B5!important}.search-by-book-detail .search-by-book-field .muirtl-hvjq6j-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:#15a5b5!important}.search-by-book-detail .search-by-book-field .MuiSvgIcon-root{top:calc(50% - .35em)!important;display:none}.search-by-book-detail .search-by-book-field .acc_arrow{transform:translateY(-50%);position:absolute;left:10px;top:50%}.search-by-book-detail .search-by-book-field .form-field.error input{background-color:#ff563014;color:#919eab}.search-by-book-detail .search-by-book-field .form-field.error .error-text{color:#ff5630;font-size:12px;display:flex;align-items:center;gap:4px;margin-top:8px}.search-by-book-detail .search-by-book-field.custom legend span{display:block;min-width:33px}.outline-button{background-color:transparent!important;border:1px solid rgba(145,158,171,.32)!important;color:#333!important;padding:10px 20px!important;cursor:pointer!important;font-size:16px!important}.login-page-head-inner.user-registration-step1{margin-bottom:40px!important}.info-text-container{display:flex;align-items:center;justify-content:flex-start;gap:4px;padding-top:8px;color:#637381;font-size:12px}.info-text-container .info-text-icon{line-height:0}.info-text-container .info-text-icon img{width:16px;height:16px}.user-type-container{padding-top:40px;font-weight:700}.user-type-container .user-type-container-inner{display:flex;padding-top:16px;gap:12px}.user-type-container .button{border-radius:10px!important}.login-page-form-wrapper{flex:1 1 0;overflow-y:auto;padding-bottom:10px}.otp-container{display:flex;justify-content:center;width:100%;direction:ltr}.otp-container.invalid .otp-box .otp-slot{background-color:#ff563014}.otp-container.invalid .otp-box .otp-slot .otp-char.filled{color:#ff5630}.otp-container.invalid .otp-box .otp-slot .otp-char.placeholder{color:#ff563086}.otp-info-text{font-weight:700;margin:32px 0 16px}.otp-box{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.otp-box+div input{width:100%!important}.otp-slot{height:53px;border-radius:8px;font-size:24px;font-weight:700;color:#000;background-color:#919eab14;display:flex;align-items:center;justify-content:center;position:relative;flex:1;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease-in-out}.otp-slot.active{background-color:#919eab29}.otp-char{font-weight:700;font-size:24px;text-align:center}.otp-char.placeholder{color:#b0b0b0;font-size:32px}.otp-char.filled{color:#919eab}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}.fake-caret{position:absolute;width:2px;height:32px;background-color:#000;animation:caret-blink 1.2s ease-in-out infinite}.user-info-container{display:flex;justify-content:space-between}p.user-email-container{color:#1c252e;font-size:16px;font-weight:600;line-height:24px}button.change-email-button{border-radius:8px;border:none;font-size:13px;background-color:#919eab14!important;color:#1c252e!important;font-weight:700}.send-otp-button{background-color:#1bd3e814;color:#15a5b5;border-radius:8px;border:none;font-size:13px;font-weight:700}.send-otp-button.disabled{opacity:.5;background-color:#919eab14!important;color:#1c252e!important;pointer-events:none}.otp-validation-outer-container{padding-top:40px;text-align:center;color:#ff5630;font-size:14px;font-weight:600}.otp-validation-outer-container .error-text{margin-bottom:28px}.otp-validation-container{display:flex;align-items:center;justify-content:center;gap:4px}.otp-countdown-container{font-size:16px;font-weight:600;color:#1c252e;line-height:24px}.phone-label{font-size:12px;color:#637381;display:flex;gap:4px;margin-top:8px}.user-profile-page{display:flex;flex-direction:column;position:relative;flex:1 0 0}.user-profile-page .chat-page-header-logo{display:none}.user-profile-page .user-profile-wrapper{height:100%;flex:1 0 0;display:flex;flex-direction:column;position:relative;justify-content:space-between;align-items:center;gap:16px}.user-profile-page .user-profile-wrapper .search-by-book-detail{padding:0;gap:16px}.user-profile-page .user-profile-wrapper>div{width:100%;padding:16px}.user-profile-page .user-profile-wrapper .next-button{margin-top:0;padding-top:0}.user-profile-page .user-profile-wrapper .next-button .button{width:100%}.user-profile-page .user-profile-wrapper .error-text{margin:-10px 0 10px;font-size:14px}.user-profile-page .user-profile-wrapper .user-profile-content{flex:1 0 0;overflow:auto}.book-selection-wrapper{margin-top:16px}.book-selection-wrapper .book-selection-label{font-weight:600;margin-bottom:8px}.book-selection-wrapper .book-buttons{display:flex;flex-wrap:wrap;gap:12px}.next-button{margin-top:24px;text-align:center}.gender-selection-wrapper{margin-bottom:16px}.gender-selection-wrapper .gender-selection-label{font-weight:600;margin-bottom:8px}.gender-selection-wrapper .gender-buttons{display:flex;gap:8px;flex-wrap:wrap}.custom-phone-input{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:16px;padding:0}.custom-phone-input .country-dropdown{width:50%;border-radius:8px;background:#919eab14}.custom-phone-input .country-dropdown .acc_arrow{left:auto;right:10px}.custom-phone-input .country-dropdown .MuiSelect-select.MuiSelect-outlined.MuiInputBase-input{padding:0 30px 0 10px!important;text-align:right;display:flex;align-items:center;justify-content:space-between;width:100%}.custom-phone-input .phone-field{flex:1}.custom-phone-input .phone-field input{height:53px}.custom-phone-input .muirtl-si86to-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{padding:0 10px!important;text-align:left}.custom-phone-input .muirtl-1ll44ll-MuiOutlinedInput-notchedOutline{background:transparent!important}.custom-phone-input .muirtl-1blp12k-MuiInputBase-root-MuiOutlinedInput-root{height:100%}.custom-phone-input .MuiSvgIcon-root{top:calc(50% - .5em)!important}.phone-input-container .phone-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#6c757d;margin:-8px 0 16px}.phone-input-container .phone-label .phone-icon{line-height:0}.phone-input-container .phone-label img{width:16px;height:16px}.country-dropdown .MuiOutlinedInput-notchedOutline{background:transparent!important}.book-button{border-width:1px!important}.book-button.active{background-color:#15a5b5!important;color:#fff!important}.MuiInputBase-root{height:100%}@media screen and (max-width: 600px){.book-button{height:auto!important}.book-button.active{background-color:#15a5b5!important;color:#fff!important}.user-profile-wrapper{padding-top:70px}}.phone-country-option{display:flex;justify-content:space-between;align-items:center;width:100%;direction:rtl!important}.phone-country-option .flag{font-size:18px;margin-inline-end:8px;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",Twemoji Mozilla,Segoe UI Symbol,EmojiOne Color,Noto Sans CJK JP,sans-serif;display:inline-block;vertical-align:middle;line-height:1}.phone-country-option .dial-code{font-weight:500;color:#333}.reset-password-page{background:#fff;padding:80px 16px 16px;display:flex;flex-direction:column;position:relative;flex:1 0 0}.reset-password-page .reset-password-form{flex:1 0 0;display:flex;flex-direction:column;justify-content:space-between;position:relative}.reset-password-page .reset-password-form .reset-password-form-wrapper{flex:1 1 0;overflow-y:auto;padding-bottom:10px}.reset-password-page .reset-password-form-fields{display:flex;flex-direction:column;gap:16px}.reset-password-page .password-reset-form-action .button{width:100%}.reset-password-page .password-label{font-size:12px;color:#637381;display:flex;gap:4px;margin-top:8px}ul{list-style:none;padding:0;margin:0}a{text-decoration:none;color:#1c252e}a:hover{color:#637381}.dashboard-layout{display:flex;height:100%;min-height:100vh}.dashboard-layout aside{width:280px;flex-shrink:0;padding:0 16px;border-left:1px solid rgba(145,158,171,.1215686275)}.dashboard-layout aside .logo_container{padding:24px 0 8px 12px}.dashboard-layout aside .dashboard-nav{display:flex;flex-direction:column;gap:16px;margin-top:24px}.dashboard-layout aside .dashboard-nav ul{display:grid;gap:4px}.dashboard-layout aside .dashboard-nav li{margin-bottom:8px;border-radius:8px}.dashboard-layout aside .dashboard-nav li a{display:flex;align-items:center;padding:12px 16px;border-radius:8px;transition:background-color .3s ease}.dashboard-layout aside .dashboard-nav li a .nav-item-text{font-size:14px;flex:1}.dashboard-layout aside .dashboard-nav li a .nav-item-count{margin-left:auto;font-size:12px;color:#7a0916;background-color:#ffe9d5;padding:2px 8px;border-radius:6px}.dashboard-layout aside .dashboard-nav li a svg{width:24px;height:24px;margin-inline-end:28px;fill:#3d4754}.dashboard-layout aside .dashboard-nav li a svg path{fill:#3d4754}.dashboard-layout aside .dashboard-nav li a:hover{background-color:#f4f6f8}.dashboard-layout aside .dashboard-nav li a.active{background-color:#f4f6f8;font-weight:600}.dashboard-layout aside .dashboard-nav li.active{background-color:#1bd3e814}.dashboard-layout aside .dashboard-nav li.active a{color:#15a5b5}.dashboard-layout aside .dashboard-nav li.active svg{fill:#15a5b5}.dashboard-layout aside .dashboard-nav li.active svg path{fill:#15a5b5}.dashboard-layout header{padding-top:26px;display:flex;align-items:flex-start;justify-content:space-between}.dashboard-layout header h1{font-size:24px;color:#1c252e;margin-bottom:8px}.dashboard-layout header p{font-size:16px;color:#637381;display:flex;align-items:center;gap:16px}.dashboard-layout header .add-exercise-button{display:flex;align-items:center;gap:8px;color:#637381;background-color:#000;padding:6px 12px;color:#fff;font-size:14px;line-height:24px;border-radius:8px;transition:all .2s ease-in;border:none}.dashboard-layout header .add-exercise-button span{line-height:1}.dashboard-layout header .add-exercise-button svg{width:16px;height:16px;fill:#637381}.dashboard-layout header .add-exercise-button:hover{background-color:#637381;color:#fff}.dashboard-layout header .add-exercise-button:hover svg{fill:#fff}.dashboard-layout main{flex-grow:1;color:#1c252e;overflow-y:auto;padding:0 40px}.dashboard-nav ul .logout{margin-top:60px!important;padding-top:20px!important;cursor:pointer;border-top:1px solid #e0e0e0;text-decoration:underline}.dashboard-nav ul .divider{border-top:1px solid #e0e0e0;margin:20px 0 10px!important}.dropzone-dialog .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded{border-radius:16px!important}.dropzone{padding:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;border-style:dashed!important;background-color:#eaeaea4f!important;border-radius:18px!important}.dropzone svg{color:#15a5b5}.dropzone-list{padding:0!important}.dropzone-list .MuiListItem-root.MuiListItem-gutters.MuiListItem-padding{border:0}.dropzone-list li .MuiListItem-root{padding-left:0!important;padding-right:0!important}.dropzone-list .MuiListItemText-root{margin:0}.dropzone-list .MuiListItemText-root span{font-size:14px}.dialog-actions{justify-content:flex-start!important;padding:8px 24px 24px!important}.dialog-actions button.button.button--outline-black.button{border-color:#1d1d1d!important;color:#1d1d1d!important}.dropzone--disabled{opacity:.5;pointer-events:none}.upload-results{margin-top:1rem;max-height:200px;overflow-y:auto}.typography-h1{margin:0;font-size:48px;font-weight:700;line-height:1.5;letter-spacing:-.015em}.typography-h2{margin:0;font-size:36px;font-weight:700;line-height:1.5;letter-spacing:-.015em}.typography-h3{margin:0;font-size:30px;font-weight:700;line-height:1.5;letter-spacing:-.015em}.typography-h4{margin:0;font-size:24px;font-weight:700;line-height:1.5;letter-spacing:0}.typography-h5{margin:0;font-size:20px;font-weight:700;line-height:1.5;letter-spacing:0}.typography-h6{margin:0;font-size:18px;font-weight:700;line-height:1.5;letter-spacing:0}.typography-subtitle1{margin:0;font-size:16px;font-weight:500;line-height:1.75;letter-spacing:0}.typography-subtitle2{margin:0;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:0}.typography-body1{margin:0;font-size:16px;font-weight:400;line-height:1.75;letter-spacing:0}.typography-body2{margin:0;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:0}.typography-caption{margin:0;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:0}.typography-overline{margin:0;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.01em;text-transform:uppercase}.typography-button{margin:0;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:.01em;text-transform:uppercase}.dashboard-container{padding-top:40px}.dashboard-table{box-shadow:0 12px 24px #919eab1f;border:1px solid rgba(145,158,171,.2);overflow:hidden}.dashboard-table .MuiDataGrid-mainContent button.button{height:fit-content!important;padding:4px 8px!important;min-width:auto!important}.dashboard-table .MuiDataGrid-container--top [role=row],.dashboard-table .MuiDataGrid-columnHeader{background:#f4f6f8!important;border-radius:0!important}.dashboard-table .MuiDataGrid-columnHeaders{border-radius:0!important}.dashboard-table .MuiDataGrid-row .MuiSvgIcon-root,.dashboard-table .MuiDataGrid-columnHeaderTitleContainerContent .MuiSvgIcon-root{fill:#637381}.dashboard-table .MuiDataGrid-columnSeparator,.dashboard-table .MuiDataGrid-columnSeparator--sideRight{display:none!important}.dashboard-table .MuiTablePagination-actions{display:flex}.dashboard-table .MuiTablePagination-selectLabel{flex:1}.dashboard-table .MuiTablePagination-displayedRows,.dashboard-table .MuiDataGrid-cell[data-field=uploadDate].MuiDataGrid-cell--textLeft{direction:ltr}.dashboard-table .action_btns img{width:26px;height:26px}.dashboard-table .action_btns.download_btn{padding:8px}.dashboard-table .action_btns.download_btn img{width:20px;height:20px}.custom-cell-loading-btn{display:flex;align-items:center;gap:16px;height:100%}.custom-cell-right{text-align:right!important}.search-outer-container{padding:20px 16px;border-top-left-radius:16px;border-top-right-radius:16px}.search-outer-container .search-container{display:flex;align-items:flex-end;width:100%;max-width:400px;gap:10px}.search-outer-container .search-container .MuiInputBase-root{width:100%;height:48px;border-radius:8px;font-size:15px;border:1px solid rgba(145,158,171,.2);padding-right:0}.search-outer-container .search-container .MuiInputBase-input{padding-left:8px}.search-outer-container .search-container span{cursor:pointer}.MuiButtonBase-root.MuiMenuItem-root.MuiMenuItem-gutters{padding:0 10px!important;min-height:auto}.exercise-name-ltr{direction:ltr;text-align:left}.search-btn,.clear-btn{display:inline-flex!important;background:transparent;padding:0;background-color:#fff!important;font-size:16px;font-weight:500;text-decoration:underline;cursor:pointer;box-shadow:none;color:#000!important;min-width:40px}.dashboard-search-input{width:100%!important}.confirmation-modal-box{background:#fff;padding:24px;max-width:400px;margin:auto;border-radius:12px;position:fixed;left:0;right:0;top:50%;transform:translateY(-50%)}.modal-close-btn{position:absolute;top:8px;left:12px;font-size:20px;background:transparent;border:none;cursor:pointer}.confirmation-title,.confirmation-message{margin-bottom:12px}.confirmation-actions{display:flex;gap:12px;border-top:1px solid rgba(0,0,0,.1);padding-top:12px}.confirmation-actions .button{height:36px!important;width:100%}.custom-tabs{width:100%;height:100%;font-family:Arial,sans-serif;background-color:#f8f8f8;border-radius:8px;overflow:hidden}.custom-tabs .tabs-header{display:flex;border-bottom:1px solid #ddd;background-color:#f4f6f8;padding:8px}.custom-tabs .tab-button{flex:1;padding:12px 16px;border:none;background:none;cursor:pointer;text-align:center;color:#637381;font-size:16px;transition:all .3s ease;border-radius:8px;font-weight:500}.custom-tabs .tab-button:hover{background-color:#e6e6e6}.custom-tabs .tab-button.active{background-color:#fff;color:#1c252e;box-shadow:0 1px 2px #919eab29}.custom-tabs .tab-content{padding:16px;color:#333}.exercise_solution_footer{align-items:flex-start;justify-content:space-between!important}.exercise_solution_footer .footer_left{display:flex;flex-direction:column;align-items:flex-end;gap:16px;width:65%}.exercise_solution_footer .footer_left>div{width:100%}.exercise_solution_footer .footer_left>div .label{line-height:1.5;font-size:13px;font-weight:700;margin-bottom:10px}.exercise_solution_footer .footer_left>div .message-input{width:100%;min-height:130px;background-color:#fff;border-radius:8px}.exercise_solution_footer .footer_left>div .chat-footer-form-btn{background-color:#15a5b5;top:20px}.exercise_solution_footer .footer_left>div .form p{display:block;margin-bottom:10px;line-height:1.5;font-weight:700;font-size:13px}.exercise_solution_footer .footer_right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.exercise_charts_section{text-align:end;margin-left:40px}.chart-loading{color:#919eab;font-weight:500}.search_exercise{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;gap:16px}.search_exercise>*{flex:1}.search_exercise button{flex:none!important}.search_exercise .MuiFormControl-root.MuiFormControl-fullWidth{min-height:48px}.search_exercise .MuiFormControl-root.MuiFormControl-fullWidth .MuiInputBase-root.MuiOutlinedInput-root{height:100%;border-radius:8px;border:1px solid var(--components-textfield-outline, rgba(145, 158, 171, .2))}.search_exercise .MuiFormControl-root.MuiFormControl-fullWidth .MuiSelect-select.MuiSelect-outlined.MuiInputBase-input{height:100%}.search_exercise .MuiFormControl-root{min-height:48px;height:48px}.search_exercise .MuiFormControl-root .MuiInputBase-root{height:48px;border-radius:8px;border:1px solid var(--components-textfield-outline, rgba(145, 158, 171, .2))}.search_exercise .MuiTextField-root,.search_exercise .MuiTextField-root .MuiInputBase-root,.search_exercise button{height:48px}.search_exercise .MuiSelect-select.MuiSelect-outlined{line-height:48px}.search_exercise .MuiFormLabel-root.MuiInputLabel-root{line-height:30px}.status-approved{font-size:12px;line-height:20px;padding:2px 8px;background-color:#22c55e;color:#fff;border-radius:6px;display:inline-block;font-weight:700}.status-not-approved{font-size:12px;line-height:20px;padding:2px 8px;background-color:#000;color:#fff;border-radius:6px;display:inline-block;font-weight:700}.table_header{padding:0 20px 16px}.table_header .table_header_button{display:flex;gap:8px;padding-top:8px}.table_header .filter_result_count{color:#637381;font-size:14px;font-weight:400}.table_header .filter_result_count span{color:#1c252e;font-weight:600}.table_header .single_header_button{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px;border:1px dashed rgba(145,158,171,.2);border-radius:8px}.table_header .single_header_button ul li{display:flex;align-items:center;padding:4px!important;background-color:#919eab14;border-radius:8px;gap:4px;line-height:18px}.table_header .single_header_button ul li button{background-color:transparent;border:0;line-height:0;width:fit-content;padding:0;justify-content:center}.table_header .single_header_button ul li svg{opacity:48%}.table_header .delete_filter_btn{display:flex;align-items:center;gap:8px;padding:8px;border:none;border-radius:8px;color:#ff5630;background-color:transparent;font-weight:700;font-size:14px;cursor:pointer;line-height:24px}.drawer_content{width:890px;display:flex;flex-direction:column;height:100%}.drawer_content .drawer_header{padding:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(145,158,171,.2)}.drawer_content .drawer_header button{padding:8px;background:none;border:none;line-height:0}.drawer_content .drawer_header button svg path{fill:#637381}.drawer_content .drawer_header .exercise-details{font-weight:600;display:flex;align-items:center;gap:15px}.drawer_content .drawer_body{height:calc(100vh - 76px)}.drawer_content .drawer_body .custom-tabs{display:flex;flex-direction:column}.drawer_content .drawer_body .custom-tabs .tab-content{height:100%;display:flex;flex-direction:column}.drawer_content .drawer_footer{padding:20px;display:flex;justify-content:flex-end;gap:16px}.excercise_display_header_container{padding:20px}.excercise_display_header_container h4{font-size:18px;font-weight:600;padding-bottom:22px}.excercise_display_header{display:flex;align-items:center;gap:8px}.excercise_display_header>*{flex:1}.excercise_display_content_container{display:flex;align-items:flex-start;gap:24px;flex:1;padding:16px}.excercise_display_content_container>*{flex:1}.excercise_display_content_container .exercise-question-list{height:calc(100vh - 465px)}.excercise_display_content_container h6{font-size:18px;font-weight:600;padding:0 12px;margin-bottom:16px;color:#1c252e}.excercise_display_newExercise>div{padding:12px 27px;background-color:#fff;border-radius:12px;height:calc(100vh - 465px);overflow-y:auto}.excercise_display_newExercise img{max-width:100%}.excercise_solution_content_container{height:calc(100vh - 390px);overflow-y:auto}.excercise_solution_content_container>div{padding:12px 27px;background-color:#fff;border-radius:12px}.excercise_solution_content_container.exercise_charts_section_height{height:calc(100vh - 390px)}.excercise_solution_content_container .loaderBlock img{height:65px;width:65px}.exercise_charts_section{padding:10px 27px;flex:1}.exercise_charts_section h6{margin-bottom:10px;font-size:14px;line-height:1}.exercise_charts_section li{font-size:14px;font-weight:700}.excercise_solution_content_container blockquote{width:100%!important}.drawer_content{width:1600px}.muirtl-y7ab46-MuiPaper-root-MuiDrawer-paper,.MuiDrawer-root .MuiPaper-root{left:50%!important;transform:translate(-50%)!important;height:calc(100% - 40px)!important;top:20px!important;bottom:20px!important;overflow-y:hidden!important}.custom-footer .exercise_charts_section{flex:none;width:19%;padding-left:0;margin-left:10px}.custom-footer .exercise_charts_section h6{text-align:right}.custom-footer .exercise_charts_section li{display:flex;align-items:center;gap:4px}.custom-footer .exercise_charts_section li span{flex:none}.custom-footer .footer_left{flex:1;width:auto}.dashboard-table .search_exercise{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:24px}.dashboard-table .search_exercise .image-upload-inline{flex:none}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;background-color:#000!important;border-radius:8px;min-height:48px;position:relative}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline:hover{border-color:#1976d2;background-color:#f5f5f5}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline--has-file{border-color:#4caf50;background-color:#f1f8e9}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline .MuiSvgIcon-root{flex-shrink:0}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline .MuiTypography-root{flex:1;text-align:left;margin:0;color:#fff;font-weight:700}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline .remove-image-btn{position:absolute;top:8px;right:4px;background-color:#fff;height:auto;display:none}.dashboard-table .upload-error-message{margin-bottom:16px}.dashboard-table .chart-modal-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;box-shadow:24px;max-width:90vw;max-height:90vh;overflow:auto;outline:none}.dashboard-table .chart-modal-box .chart-modal-close{position:absolute;top:10px;right:10px;background:#00000080;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:18px;z-index:1}.dashboard-table .chart-modal-box .chart-modal-img{max-width:100%;max-height:90vh;object-fit:contain}.dashboard-table .status-not-approved{color:#fff;font-weight:600}.dashboard-table .exercise-name-ltr{direction:ltr;text-align:left}.dashboard-table .action_btns:hover{background-color:#0000000a}.dashboard-table .action_btns img{width:20px;height:20px}@media (max-width: 768px){.dashboard-table .search_exercise{flex-direction:column;align-items:stretch;gap:12px}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline{padding:16px;flex-direction:column;text-align:center;gap:8px}.dashboard-table .search_exercise .image-upload-inline .dropzone-inline .MuiTypography-root{text-align:center}.dashboard-table .drawer_content{width:95vw}}body{margin:0;font-family:Noto Sans Hebrew,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0!important;max-width:100%!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Noto Sans Hebrew,serif!important}div h1,div h2,div h3,div h4,div h5,div h6,div p{margin:0;font-style:normal}a,button{cursor:pointer;text-decoration:none}input:focus,textarea:focus{outline-color:#15a5b5}.form-field input{border-radius:8px;background:#919eab14;height:53px;padding:0 12px 0 10px;border:none;width:100%;color:#063f46;font-family:Noto Sans Hebrew,serif;font-size:15px;line-height:22px}@media screen and (max-width: 600px){.form-field input{font-size:14px;line-height:20px;padding:0 8px;height:46px}}.form-field input::placeholder{color:#919eab}html[lang=he] body{direction:rtl;text-align:right}html[lang=en] body{direction:ltr;text-align:left}
