:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:IRANSans;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;src:url(/static/media/IRANSans_Medium.3f3e9cd3fdd0101aa409.ttf) format("truetype")}html{direction:rtl}body{margin:initial}a{text-decoration:none}*{box-sizing:border-box;font-family:IRANSans!important;transition:.2s!important}* input::-webkit-inner-spin-button,* input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}::-webkit-scrollbar{height:.3em;width:.3em}::-webkit-scrollbar-track{border-radius:2rem;box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar-thumb{background-color:#6767676a;background-color:var(--scrollbar-color);border-radius:2rem;outline:1px solid #708090}.MuiDataGrid-row:nth-child(2n):hover{background-color:initial!important}.MuiDataGrid-row:nth-child(odd),.MuiDataGrid-row:nth-child(odd):hover{background-color:#f8f7fa;background-color:var(--filter-box-button)}:root{--box-border:#e4e4e4;--primary-text:#1c1b20;--slider-background:#a8a8aa;--filter-label:#121f3e;--filter-reset-button:#fa0;--filter-reset-button-hover:#ffba2f;--filter-submit-button:#5256dd;--filter-submit-button-hover:#6b70ec;--primary-color:#121f3e;--collapse-button:#121f3e;--sidebar-text:#e4e4e4;--next-box:#292d32;--lock-box:#f51c1c;--openlock-box:#18810a;--next-box-hover:#cfcbcb;--light-text:#fefefe;--filter-box-button:#f8f7fa;--filter-box-button-hover:#8c8c8c;--sort-item-text:#e4e4e4;--sort-item-text-hover:#bdbdbd;--sort-item-active:#5256dd;--close-modal-button:#ff4040;--detail-application-box:#fafafa;--detail-application-box-hover:#bcbcbc;--detail-application-light-text:#a8a8aa;--detail-application-black-text:#1c1b20;--detail-application-primary-color:#5256dd;--detail-application-radio-button:#5256dd;--detail-application-button:#5256dd;--detail-application-button-hover:#6d71df;--detail-application-link-hover:#5256dd;--degree-item-list-border:#5256dd;--degree-item-list-black-text:#1c1b20;--degree-item-list-light-text:#a8a8aa;--degree-item-list-comment-button:#5256dd;--degree-item-list-comment-button-hover:#6d71df;--degree-item-list-detail-button:#292d32;--degree-item-list-detail-button-hover:#495059;--degree-item-list-document-box:#fff;--degree-item-list-document-box-shadow:#bfb9d41a;--chat-tabs-title:#1c1b20;--chat-font:#1c1b20;--chat-role:#a8a8aa;--chat-profile-hover-background:#f4f4f4;--chat-close-ticket-background:#e4e4e4;--chat-message:#f9f9f9;--chat-send-message-container:#fff;--chat-send-arrow-background:#5256dd;--chat-atach-background:#fafafa;--chat-message-file:#3973f9;--chat-message-file-hover:#3d3d3d;--chat-left-message:#ededf8;--chat-right-message:#fff;--chat-message-span:#a8a8aa;--chat-message-a:#000;--chat-content-loader:#f3f3f3;--chat-content-loader-foreground:#ecebeb;--report-row-dark:#f8f7fa;--report-second-text:#8d8d8f;--report-first-color:#5256dd;--report-second-color:#60dde6;--report-third-color:#ffad08;--persoel-code:#a8a8aa;--sidebar-background:#f1f1f1;--sidebar-active-item-background:#6767676a;--sidebar-hover-item-background:#c9c8ca20;--scrollbar-color:#6767676a;--required-label-star:#ff4040;--textfield-background:#fafafa;--textfield-disabled:#858585;--textfield-active-background:#ebebeb;--auth-button-bg:#2c1970;--auth-disabled-button-bg:#2e215fc4;--auth-button-text:#fff;--google-button-border:#d9e4ec;--auth-menu-bg:#d9e4ec;--auth-forget-pass-link:#121f3e;--auth-forget-pass-hover-link:#1c2d53;--list-item-title-color:#5c5b5f;--modal-close-button:#212121;--loading-button-focus:#000;--loading-button-disabled:#17191c61;--loading-button-disabled-background:#17191c1f;--loading-button-primary-background:#147035;--loading-button-primary-border:#134f29;--loading-button-primary-background-hover:#134f29;--loading-button-primary-border-hover:#134f29;--loading-button-secondary-background:#0074d9;--loading-button-secondary-border:#0074d9;--loading-button-secondary-background-hover:#034d8e;--loading-button-secondary-border-hover:#034d8e;--loading-button-success-background:#00c853;--loading-button-success-border:#00c853;--loading-button-success-background-hover:#00c853;--loading-button-success-border-hover:#00c853;--loading-button-error-background:#dc3e3e;--loading-button-error-border:#dc3e3e;--loading-button-error-background-hover:#9f1717;--loading-button-error-border-hover:#9f1717;--loading-button-white-background:#fefefe;--loading-button-white-border:#fefefe;--loading-button-white-background-hover:#bbb;--loading-button-white-border-hover:#bbb;--table-background:#fff;--table-even-row:#f8fafd;--table-row-hover:#e6f0fd;--table-cell:#15171a;--table-cell-border-bottom:#eee;--university-title:#bfb9d4;--iust-description:#bfb9d4;--chart-responsive-choropleth-first-color:#e5e6fa;--chart-responsive-choropleth-second-color:#c2c4f3;--chart-responsive-choropleth-third-color:#a8aaee;--chart-responsive-choropleth-fourth-color:#5256dd;--chart-responsive-choropleth-unknown-color:#666;--chart-responsive-choropleth-line-color:#ddd;--chart-responsive-choropleth-empty-color:#f0f0f0;--chart-responsive-bar-first-color:#65dee7;--chart-responsive-bar-second-color:#ffad08;--chart-responsive-bar-third-color:#575bde;--diffrent-chart-first-color:#5256dd;--diffrent-chart-second-color:#60dde6;--diffrent-chart-third-color:#ffad08;--geo-chart-unknown-color:#ededed;--geo-chart-line-color:#d8d5d5;--geo-chart-border-color:#7e6767;--geo-chart-defs-first-color:#38bcb2;--geo-chart-defs-second-color:#eed312;--geo-chart-defs-gradiant-color:#000;--bar-chart-first-color:#38bcb2;--bar-chart-second-color:#eed312;--pie-chart-first-color:#59dc7c;--pie-chart-second-color:#ff4040;--pie-chart-third-color:#5256dd;--pie-chart-forth-color:#fa0;--pie-chart-label-text:#333;--range-chart-empty-color:#f0f0f0;--range-chart-first-color:#61cdbb;--range-chart-second-color:#97e3d5;--range-chart-third-color:#e8c1a0;--range-chart-fourth-color:#f47560}.style_fieldTheme2__\+w6eR{background-color:var(--textfield-background)!important;border:initial!important;height:4rem!important}.style_fieldTheme2__\+w6eR:hover{background-color:var(--textfield-active-background)!important}.style_fieldTheme2__\+w6eR .MuiInputBase-root{background-color:#0000!important;height:4rem!important}.style_fieldTheme2__\+w6eR .MuiInputBase-root:after,.style_fieldTheme2__\+w6eR .MuiInputBase-root:before{display:none!important}.style_fieldTheme2__\+w6eR .MuiInputBase-root input{height:4rem!important}.style_wrapper__QixMe{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:2rem 0}.style_paginationBox__8fgq5{align-items:center;display:flex;position:relative;width:100%}.style_paginationBox__8fgq5 .style_mainComponent__OWYGE{display:flex;justify-content:center;margin:1rem 0;width:100%}.style_paginationBox__8fgq5 .style_pageFilter__2yLtf{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:6.5rem}@media screen and (max-width:800px){.style_paginationBox__8fgq5{flex-direction:column;margin-top:1rem}.style_paginationBox__8fgq5 .style_pageFilter__2yLtf{position:relative;right:auto;top:auto;transform:none;width:6.5rem}}.style_table__z7kfz{overflow-x:auto;width:100%}.style_table__z7kfz .style_loadingBox__kQJl6{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:10rem;width:100%}.style_table__z7kfz .MuiDataGrid-root{font-size:.8rem}.style_table__z7kfz .MuiDataGrid-virtualScroller{-ms-overflow-style:none;scrollbar-width:none}.style_table__z7kfz .MuiDataGrid-virtualScroller::-webkit-scrollbar{display:none}.style_table__z7kfz .MuiDataGrid-columnHeader{align-items:center;display:flex;justify-content:center}.style_table__z7kfz .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderDraggableContainer{width:auto!important}.style_table__z7kfz .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderDraggableContainer .MuiDataGrid-columnHeaderTitleContainer{font-size:.9rem!important;font-weight:700!important}.style_table__z7kfz .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderDraggableContainer .MuiDataGrid-columnHeaderTitleContainer .MuiSvgIcon-root{color:var(--light-text)!important}.style_table__z7kfz .MuiDataGrid-row{background-color:var(--table-background)}.style_table__z7kfz .MuiDataGrid-row:nth-child(2n){background-color:var(--table-even-row)!important}.style_table__z7kfz .MuiDataGrid-row:hover{background-color:var(--table-row-hover)!important}.style_table__z7kfz .MuiDataGrid-row .Mui-selected{background-color:#0000!important}.style_table__z7kfz .MuiDataGrid-cell{align-items:center!important;border-bottom:1px solid var(--table-cell-border-bottom);color:var(--table-cell)!important;display:flex!important;font-size:.8rem!important;justify-content:center!important;padding:0!important;text-align:center!important}.style_modalTitle__z46je{margin-left:auto!important}.style_modalBlur__zVJNm{-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important}.style_closeButton__\+yW12{color:var(--modal-close-button)!important;left:8px!important;position:absolute!important;top:8px!important;width:auto!important}.style_modalFooter__unYWN{direction:rtl;display:flex;flex-direction:row-reverse;gap:.8rem;justify-content:flex-start!important;padding:12px 24px!important}.style_wrapper__VC07e{direction:rtl}.style_mainDiv__m2-5e{direction:rtl;margin:1.2rem}.style_mainDiv__m2-5e .style_toolBar__kBBXL{margin:0 2rem}.style_mainDiv__m2-5e .style_toolBar__kBBXL .style_manageBar__HAWOm{display:flex!important;justify-content:flex-end!important}.style_mainDiv__m2-5e .style_toolBar__kBBXL .style_manageBar__HAWOm .style_customIcon__2uXdp{height:1.25rem;width:1.25rem}.style_mainDiv__m2-5e .style_tableContainer__sP9J6{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__m2-5e .style_nextBox__oUGjj{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__m2-5e .style_nextBox__oUGjj:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_button__8Y9WQ{text-wrap:nowrap!important;align-items:center!important;color:var(--light-text)!important;cursor:pointer!important;display:inline-flex!important;flex-shrink:0!important;font-weight:500!important;gap:.5rem!important;justify-content:center!important;transition:all .3s!important;-webkit-user-select:none!important;user-select:none!important;width:-webkit-fit-content!important;width:fit-content!important}.style_button__8Y9WQ .icon,.style_button__8Y9WQ img{height:1.25rem!important;width:1.25rem!important}.style_button__8Y9WQ:focus{box-shadow:0 2px 0 0 var(--loading-button-focus)!important}.style_button__8Y9WQ:disabled{background:var(--loading-button-disabled-background)!important;border-color:#0000!important;color:var(--loading-button-disabled)!important;pointer-events:none!important}.style_button__8Y9WQ:disabled:focus,.style_button__8Y9WQ:disabled:hover{box-shadow:none!important}.style_button_primary__9UtuM{background:var(--loading-button-primary-background)!important;border-color:var(--loading-button-primary-border)!important}.style_button_primary__9UtuM:hover{background:var(--loading-button-primary-background-hover)!important;border-color:var(--loading-button-primary-border-hover)!important}.style_button_secondary__i2eqP{background:var(--loading-button-secondary-background)!important;border-color:var(--loading-button-secondary-border)!important}.style_button_secondary__i2eqP:hover{background:var(--loading-button-secondary-background-hover)!important;border-color:var(--loading-button-secondary-border-hover)!important}.style_button_success__1hYhB{background:var(--loading-button-success-background)!important;border-color:var(--loading-button-success-border)!important}.style_button_success__1hYhB:hover{background:var(--loading-button-success-background-hover)!important;border-color:var(--loading-button-success-border-hover)!important}.style_button_error__LGmXS{background:var(--loading-button-error-background)!important;border-color:var(--loading-button-error-border)!important}.style_button_error__LGmXS:hover{background:var(--loading-button-error-background-hover)!important;border-color:var(--loading-button-error-background-hover)!important}.style_button_white__iTWVE{background:var(--loading-button-white-background)!important;border-color:var(--loading-button-white-border)!important}.style_button_white__iTWVE:hover{background:var(--loading-button-white-background-hover)!important;border-color:var(--loading-button-white-border-hover)!important}.style_button_rounded__7HVk7{border-radius:3.5rem!important}.style_button_outlined__H1F-U{border-style:solid!important;border-width:1px!important}.style_button_outlined__H1F-U,.style_button_outlined__H1F-U:hover{background-color:#0000!important}.style_button_xlarge__VnJxd{height:3.5rem!important}.style_button_large__R\+fTs,.style_button_xlarge__VnJxd{font-size:1rem!important;line-height:1.5rem!important;padding-inline:1.75rem!important}.style_button_large__R\+fTs{height:3.25rem!important}.style_button_medium__H3SdZ{height:3rem!important;padding-inline:1.5rem!important}.style_button_medium__H3SdZ,.style_button_small__FeMqT{font-size:.875rem!important;line-height:1.25rem!important}.style_button_small__FeMqT{gap:.25rem!important;height:2.625rem!important;padding-inline:1.25rem!important}.style_button_xsmall__v6Rdg{height:2.25rem!important;padding-inline:1.25rem!important}.style_button_2xsmall__077XO,.style_button_xsmall__v6Rdg{font-size:.75rem!important;gap:.25rem!important;line-height:1rem!important}.style_button_2xsmall__077XO{height:1.875rem!important;padding-inline:.75rem!important}.style_spin__QjvFL{margin:initial!important}.style_fullWidth__hL2oH{width:100%!important}.style_fieldTheme2__gmRWq{background-color:var(--textfield-background)!important;border:initial!important;height:4rem!important}.style_fieldTheme2__gmRWq:hover{background-color:var(--textfield-active-background)!important}.style_fieldTheme2__gmRWq .MuiInputBase-root{background-color:#0000!important;height:4rem!important}.style_fieldTheme2__gmRWq .MuiInputBase-root:after,.style_fieldTheme2__gmRWq .MuiInputBase-root:before{display:none!important}.style_fieldTheme2__gmRWq .MuiInputBase-root input{height:4rem!important}.style_fieldTheme2__OcxDe{background-color:var(--textfield-background)!important;border:initial!important;height:4rem!important}.style_fieldTheme2__OcxDe:hover{background-color:var(--textfield-active-background)!important}.style_fieldTheme2__OcxDe:after,.style_fieldTheme2__OcxDe:before{display:none!important}.style_fieldTheme2__OcxDe input{height:4rem!important}.style_resetFilterButton__ARvKW,.style_submitFilterButton__7DG6v{border-radius:.7rem!important;color:var(--light-text)!important}.style_resetFilterButton__ARvKW{background-color:var(--filter-reset-button)!important}.style_resetFilterButton__ARvKW:hover{background-color:var(--filter-reset-button-hover)!important}.style_submitFilterButton__7DG6v{background-color:var(--filter-submit-button)!important}.style_submitFilterButton__7DG6v:hover{background-color:var(--filter-submit-button-hover)!important}.style_filterData__ypamU{display:flex;flex-direction:row}.style_filterData__ypamU .style_filteredItem__PPBaa{margin-left:2rem!important}.style_stuffList__-MUL4 .MuiFormControl-root{align-items:flex-start}.style_stuffList__-MUL4 .MuiFormControl-root .MuiFormControlLabel-root{display:flex!important;flex-direction:row!important}.style_headerManage__Jcm-I{margin:1.2rem}.style_mainDiv__aRwhD{border:1px solid var(--box-border);border-radius:.6rem;direction:rtl;margin:1.2rem}.style_headerTable__Mgfr5{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;padding:1rem;width:100%}.style_headerTable__Mgfr5 .style_countApplicaton__c8Gli{align-items:center;display:flex;flex-direction:row-reverse;gap:.6rem}.style_headerTable__Mgfr5 .style_countApplicaton__c8Gli .style_countApplicationImg__Xm\+Qb{height:1.7rem!important;width:1.7rem!important}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+:first-child{padding-left:1rem!important}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_filterIconBox__zEhev{align-items:center;background-color:var(--filter-box-button);border-radius:50%;display:flex;height:2rem;justify-content:center;transition:.5s;width:2rem}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_filterIconBox__zEhev:hover{background-color:var(--filter-box-button-hover);cursor:pointer;transition:.5s}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_filterIconBox__zEhev .style_filterIcon__z24Fi{height:60%;width:60%}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_sortItemText__cSJeD{color:var(--sort-item-text)!important;cursor:pointer}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_sortItemText__cSJeD:hover{color:var(--sort-item-text-hover)!important}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_sortItemTextActive__5JN3w,.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_sortItemTextActive__5JN3w:hover{color:var(--sort-item-active)!important}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_methods__DqApu{align-items:center;display:flex;flex-direction:row-reverse;gap:1rem;justify-content:center}.style_headerTable__Mgfr5 .style_itemBox__\+VVE\+ .style_methods__DqApu .style_Icon__d1OfE{cursor:pointer;height:1.5rem;width:1.5rem}@media screen and (max-width:1024px){.style_headerTable__Mgfr5{overflow:auto!important}.style_headerTable__Mgfr5 .MuiTypography-root{white-space:nowrap!important}}.style_nextBox__wCf0G{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);display:flex;justify-content:center;margin-left:auto;margin-right:auto;padding:.2rem;transition:.3s}.style_nextBox__wCf0G:hover{background-color:var(--next-box-hover);color:var(--next-box);cursor:pointer;transition:.3s}.style_dataEmpty__pjngi{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5rem 0}.style_chatProfileItem__RLPQ2{align-items:center;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;padding:.8rem 0;position:relative}.style_chatProfileItem__RLPQ2:hover{background-color:var(--chat-profile-hover-background)}.style_chatProfileItem__RLPQ2 img{margin-right:6px}.style_chatProfileItem__RLPQ2 .style_chatProfileImage__cKbem{border-radius:50%;height:3rem;width:3rem}.style_chatProfileItem__RLPQ2 .style_chatProfileInfo__b4KK3{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.style_chatProfileItem__RLPQ2 .style_chatProfileInfo__b4KK3 .style_chatProfileName__dfvVo{color:var(--chat-font)!important;direction:rtl;font-size:.9rem!important;font-weight:700!important;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_chatProfileItem__RLPQ2 .style_chatProfileInfo__b4KK3 .style_chatProfileLastMessage__9uNVf{color:var(--chat-font)!important;direction:rtl;font-size:.8rem!important;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_message__b-esL a{align-items:center;border-radius:8px;color:var(--chat-message-a);direction:rtl;display:flex;font-size:14px;line-height:26px;margin-bottom:6px;margin-top:16px;max-width:400px;min-width:0;min-width:auto;padding:12px;position:relative;text-align:right;text-decoration:none;width:-webkit-max-content;width:max-content}.style_message__b-esL .style_editButton__6-s0C{position:absolute;right:-2.75rem;top:0}.style_message__b-esL.style_left_messages__YkEYg{background-color:var(--chat-left-message);border-radius:8px;font-size:14px;line-height:26px;margin-bottom:36px;margin-right:auto;margin-top:16px;max-width:400px;min-width:300px;padding:12px;position:relative;text-align:right;width:-webkit-max-content;width:max-content}.style_message__b-esL.style_left_messages__YkEYg span{align-items:center;bottom:-30px;color:var(--chat-message-span);display:flex;font-size:14px;justify-content:space-between;margin-left:auto;position:absolute;right:0;width:-webkit-max-content;width:max-content;width:100%}.style_message__b-esL.style_right_messages__V1pkw{background-color:var(--chat-right-message);border-radius:8px;font-size:14px;line-height:26px;margin-bottom:36px;margin-left:auto;margin-top:16px;max-width:400px;min-width:300px;padding:12px;position:relative;text-align:right;width:-webkit-max-content;width:max-content}.style_message__b-esL.style_right_messages__V1pkw span{bottom:-30px;color:var(--chat-message-span);display:block;font-size:14px;margin-left:auto;position:absolute;right:0;width:-webkit-max-content;width:max-content}.style_message__b-esL .style_messageFile__HSuV4{background-color:#0000!important;border-bottom:1px solid var(--chat-message-file)!important;border-radius:0!important;color:var(--chat-message-file)!important;margin:1rem 0 0!important;padding:0!important;text-decoration:none;transition:.3s!important}.style_message__b-esL .style_messageFile__HSuV4:hover{border-bottom-color:var(--chat-message-file-hover);color:var(--chat-message-file-hover);cursor:pointer;transition:.3s}.style_skeleton_field__Zu37-{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:center}.style_mainDiv__48V0w{direction:rtl;margin:1.2rem}.style_mainDiv__48V0w .style_box__xOwO1{border:1px solid var(--box-border);border-radius:.6rem;max-height:100vh;min-height:20rem;width:100%}.style_mainDiv__48V0w .style_box__xOwO1 .style_boxHeader__NW3x8{border-bottom:1px solid var(--box-border);width:100%}.style_mainDiv__48V0w .style_box__xOwO1 .style_boxHeader__NW3x8 .style_tabsList__Vpzwa button{color:var(--chat-tabs-title)!important;font-weight:700!important}.style_mainDiv__48V0w .style_box__xOwO1 .style_chat-contact-field__zvN8t{max-height:68vh;min-height:68vh;overflow:auto}.style_mainDiv__48V0w .style_chatBox__XgQKK{border:1px solid var(--box-border);border-radius:.6rem;max-height:100vh;min-height:20rem;width:100%}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf{align-items:center;border-bottom:1px solid var(--box-border);display:flex;flex-direction:row;justify-content:space-between;padding:0 1.5rem}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_chatProfileItem__\+58dS{align-items:center;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;padding:.8rem 0;position:relative}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_chatProfileItem__\+58dS img{margin-right:6px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_chatProfileItem__\+58dS:hover{background-color:var(--chat-profile-hover-background)}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_chatProfileItem__\+58dS .style_chatProfileImage__xdZ9G{border-radius:50%;height:3rem;width:3rem}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_chatProfileItem__\+58dS .style_chatProfileInfo__HlcQ1{display:flex;flex-direction:column}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_chatProfileItem__\+58dS .style_chatProfileInfo__HlcQ1 .style_chatProfileName__nfuBy{color:var(--chat-font)!important;direction:rtl;font-size:.9rem!important;font-weight:700!important;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxHeader__9OIyf .style_close-ticket__k1lmC{align-items:center;background-color:var(--chat-close-ticket-background);border-radius:4px;cursor:pointer;direction:rtl;display:flex;font-size:14px;height:20px;justify-content:center;padding:6px 17px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK{align-items:center;background-color:var(--chat-message);border-radius:10px;display:flex;flex-direction:column;justify-content:center;min-height:20rem;padding:20px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_empty_field__SnoJi{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_empty_field__SnoJi .style_chatIcon__EJ8gs{height:auto;width:40px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_chatBoxMessageTool__I9prf{max-height:60vh;min-height:60vh;overflow:auto;padding-right:10px;width:100%}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL{background-color:var(--chat-send-message-container);border-radius:8px;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:20px;padding:10px;width:100%}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL textarea{border:none;direction:rtl;height:-webkit-max-content;height:max-content;max-height:390px;outline:none;padding:6px;resize:none;text-align:right;width:100%}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV{align-items:center;display:flex;flex-direction:row-reverse;gap:6px;padding:0 0 10px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV .style_arrowIcon__drRxd{height:auto;width:16px!important}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV .style_send_arrow__-pvFJ{align-items:center;background-color:var(--chat-send-arrow-background);border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;transform:rotate(180deg);width:30px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV .style_send_arrow__-pvFJ .style_attachmentIcon__zr5Df{transform:rotate(-180deg)}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV .style_attach__otKSr{align-items:center;background-color:var(--chat-atach-background);border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV .style_attach__otKSr label{cursor:pointer;display:flex}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_send_message_container__\+QzZL .style_send_container__vqvgV .style_attach__otKSr img{transform:rotate(-45deg);width:22px}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_messageUploadedFile__K\+CRX{display:flex;width:100%}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_messageUploadedFile__K\+CRX .style_messageFile__oqJmG{background-color:#0000!important;border-bottom:1px solid var(--chat-message-file)!important;border-radius:0!important;color:var(--chat-message-file)!important;margin:1rem 0 0!important;padding:0!important;text-decoration:none;transition:.3s!important}.style_mainDiv__48V0w .style_chatBox__XgQKK .style_chatBoxMessage__7fzYK .style_messageUploadedFile__K\+CRX .style_messageFile__oqJmG:hover{border-bottom-color:var(--chat-message-file-hover);color:var(--chat-message-file-hover);cursor:pointer;transition:.3s}.style_mainDiv__HcjDd{align-items:flex-start;display:flex;margin:1.2rem;max-width:98%}.style_mainDiv__HcjDd .style_fullWidth__L74ss .style_box__jalKP{border:1px solid var(--box-border);border-radius:12px;margin-top:30px;max-width:100%;padding:22px}.style_mainDiv__HcjDd .style_fullWidth__L74ss .style_box__jalKP h3{direction:rtl;margin-bottom:16px}.style_mainDiv__HcjDd .style_fullWidth__L74ss .style_box__jalKP text{display:none!important}.style_mainDiv__HcjDd .style_fullWidth__L74ss .style_box__jalKP .style_heatMapToolTip__luqkP{background-color:#fff;border-radius:4px;padding:2px 10px}.style_mainDiv__HcjDd .style_fullWidth__L74ss .style_box__jalKP .style_dataEmpty__wzu03{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5rem 0}.style_mainDiv__HcjDd .style_fullWidth__L74ss .style_box__jalKP .style_pagination__-ra9x{align-items:center;display:flex;justify-content:center;margin:1rem 0}.style_nextBox__RacHY{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_nextBox__RacHY:hover{background-color:var(--next-box-hover);color:var(--next-box);cursor:pointer;transition:.3s}.style_nextBox__RacHY .style_nextIcon__vOC2N{height:1.1rem!important;width:1.1rem!important}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.style_stuffList__dvee8 .MuiFormControl-root{align-items:flex-start}.style_stuffList__dvee8 .MuiFormControl-root .MuiFormControlLabel-root{display:flex!important;flex-direction:row!important}.style_divider__Ky9aC{align-items:center;display:flex;gap:.5rem;margin:2rem 0;position:relative;white-space:nowrap;width:100%}.style_divider__Ky9aC:after{border-bottom:2px dashed var(--box-border);content:"";display:block;height:2px;width:100%}.style_mainDiv__jtz18{margin:1.2rem}.style_mainDiv__jtz18 .style_box__fDkej{border:1px solid var(--box-border)!important;border-radius:.6rem!important;box-sizing:border-box!important;display:flex;flex-direction:column;gap:1rem;height:100%!important;max-height:40rem;overflow:hidden}.style_mainDiv__jtz18 .style_box__fDkej.style_formBox__dFE1V{padding:1rem!important}.style_mainDiv__jtz18 .style_box__fDkej .style_grayBox__lB5An{background-color:var(--detail-application-box)!important;border-radius:.4rem!important;box-sizing:border-box!important;height:100%;padding:.7rem!important}.style_mainDiv__jtz18 .style_box__fDkej .style_grayBox__lB5An:hover{background-color:var(--detail-application-box-hover)!important;cursor:pointer!important;transition:.4s!important}.style_mainDiv__jtz18 .style_box__fDkej .style_grayBox__lB5An .style_borderBox__AvYsz{align-items:center;background:linear-gradient(--detail-application-primary-color,--detail-application-primary-color) 0 0,linear-gradient(--detail-application-primary-color,--detail-application-primary-color) 0 0,linear-gradient(--detail-application-primary-color,--detail-application-primary-color) 100% 100%,linear-gradient(--detail-application-primary-color,--detail-application-primary-color) 100% 100%;background-repeat:no-repeat;background-size:3px 15px,15px 3px;box-sizing:border-box!important;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;text-decoration:none!important}.style_mainDiv__jtz18 .style_box__fDkej .style_grayBox__lB5An .style_borderBox__AvYsz .style_documentProfile__Y38Dl{height:4rem;width:4rem}.style_mainDiv__jtz18 .style_box__fDkej .style_profileDetail__meSe4{align-items:space;display:flex!important;flex-direction:column!important;justify-content:center!important}.style_mainDiv__jtz18 .style_box__fDkej .style_profileDetail__meSe4 .style_profileDetailRow__2JQvo{align-items:center;border-bottom:2px dashed var(--box-border)!important;display:flex;flex-wrap:wrap;justify-content:space-between;padding:.5rem 2rem}.style_mainDiv__jtz18 .style_box__fDkej .style_profileDetail__meSe4 .style_profileDetailRow__2JQvo:last-child{border:none!important}.style_mainDiv__jtz18 .style_box__fDkej .style_profileDetail__meSe4 .style_profileDetailRow__2JQvo.style_profileDetailColumn__tV5WS{display:flex;flex-direction:column;margin:1rem 0}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P{align-items:center!important;background-color:var(--detail-application-box)!important;border-bottom-right-radius:.6rem!important;border-left:2px dashed var(--box-border)!important;border-top-right-radius:.6rem!important;display:flex!important;flex-direction:column!important;justify-content:space-evenly!important}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P .style_userProfile__oRBlV{align-items:center!important;display:flex;flex-direction:row-reverse!important;gap:1rem;justify-content:space-between!important}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P .style_userProfile__oRBlV .style_profileName__BYWte{align-items:center!important;direction:ltr!important;display:flex;flex-direction:column!important;justify-content:space-evenly!important}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P .style_userProfile__oRBlV .style_picProfile__QAWU-{border-radius:50%!important;height:4rem!important;width:4rem!important}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P .style_profileDataRow__eG\+Jk{direction:rtl;display:flex;gap:1rem;justify-content:space-between}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P .style_profileDataRow__eG\+Jk .style_profileDataColumn__M-HkD{margin:0 2rem}.style_mainDiv__jtz18 .style_box__fDkej .style_profilePicture__AE-0P .style_profileDataRow__eG\+Jk .style_profileDataColumn__M-HkD .style_profileDataTitle__X\+VCA{align-items:center;display:flex;justify-content:center}.style_mainDiv__jtz18 .style_box__fDkej .style_boxHeader__dO4z3{align-items:center;display:flex;gap:.6rem;justify-content:space-between}.style_mainDiv__jtz18 .style_box__fDkej .style_boxHeader__dO4z3 .style_boxHeaderTitle__qaidj{align-items:center;display:flex;font-size:1.1rem!important;font-weight:700!important;gap:.3rem}.style_mainDiv__jtz18 .style_box__fDkej .style_boxHeader__dO4z3 .style_boxHeaderTitle__qaidj .style_boxHeaderIcon__F3slD{height:1.5rem}.style_mainDiv__jtz18 .style_box__fDkej .style_boxHeader__dO4z3 .style_commentBoxConfirmButton__Zj3Qd{background-color:var(--detail-application-button)!important;color:var(--light-text)!important;display:flex;margin:.1rem;padding:.5rem 1.3rem!important;width:-webkit-fit-content;width:fit-content}.style_mainDiv__jtz18 .style_box__fDkej .style_boxHeader__dO4z3 .style_commentBoxConfirmButton__Zj3Qd:hover{background-color:var(--detail-application-button-hover)!important}.style_mainDiv__jtz18 .style_box__fDkej .style_boxHeader__dO4z3 .style_commentBoxConfirmButton__Zj3Qd.style_disabledBTN__MLvr\+{background-color:var(--textfield-disabled)!important;opacity:.7}.style_mainDiv__jtz18 .style_box__fDkej .style_folderGroup__nwnIj{display:flex;flex-direction:column;gap:.8rem;justify-content:center;margin-top:1rem!important;padding-right:.5rem}.style_mainDiv__jtz18 .style_box__fDkej .style_folderGroup__nwnIj .style_folderItem__NZKkF{align-items:center;display:flex;gap:.8rem}.style_mainDiv__jtz18 .style_box__fDkej .style_folderGroup__nwnIj .style_folderItem__NZKkF .style_folderIcon__W1a3Y{color:var(--box-border)!important;transform:rotate(180deg)!important}.style_mainDiv__jtz18 .style_box__fDkej .style_folderGroup__nwnIj .style_folderItem__NZKkF .style_folderDetail__245wO{display:flex;flex-direction:column;justify-content:center}.style_mainDiv__jtz18 .style_box__fDkej .style_radioGroup__qSd\+n{display:flex;flex-direction:row-reverse!important;justify-content:flex-end!important}.style_mainDiv__jtz18 .style_box__fDkej .style_radioGroup__qSd\+n.style_radioButton__ys9f0{direction:rtl!important}.style_mainDiv__jtz18 .style_box__fDkej .style_divider__cOEZL{align-items:center;display:flex;flex-direction:row!important;gap:.5rem;position:relative;white-space:nowrap;width:100%}.style_mainDiv__jtz18 .style_box__fDkej .style_divider__cOEZL:after{border-bottom:2px dashed var(--box-border);content:"";display:block;height:2px;width:100%}.style_mainDiv__jtz18 .style_box__fDkej .style_commentBox__HDUI-{border:none!important;direction:rtl!important}.style_mainDiv__jtz18 .style_box__fDkej .style_confirmCheckBox__GsPrR{direction:rtl!important;float:right!important}.style_mainDiv__jtz18 .style_box__fDkej .style_confirmCheckBox__GsPrR span{font-size:.9rem!important}.style_mainDiv__jtz18 .style_box__fDkej .style_customAccording__VnkpV{background-color:#0000!important;box-shadow:none!important;direction:rtl!important;margin:-10px 0 0!important;padding:0!important}.style_mainDiv__jtz18 .style_box__fDkej .style_customAccording__VnkpV:hover{color:var(--detail-application-link-hover)!important}.style_lightText__ow6\+\+{color:var(--detail-application-light-text)!important}.style_blackText__V6z04,.style_lightText__ow6\+\+{font-size:.9rem!important;text-decoration:none!important}.style_blackText__V6z04{color:var(--detail-application-black-text)!important}.style_paddingBox__\+b9i2{padding:1rem!important}.style_normalTextSize__A82DN{font-size:1.2rem!important}.style_linkText__8R5mR:hover{color:var(--detail-application-link-hover)!important;cursor:pointer!important}.style_timeLineText__lgYUU{align-items:center;display:flex;flex-direction:column;margin:.5rem 1rem 0 0}.style_wrapper__Lr1Py,.style_wrapper__So1hx{direction:rtl}.style_mainDiv__hOa07{direction:rtl;margin:1.2rem}.style_mainDiv__hOa07 .style_toolBar__MKcTy{margin:0 2rem}.style_mainDiv__hOa07 .style_toolBar__MKcTy .style_manageBar__Q0Tys{display:flex!important;justify-content:flex-end!important}.style_mainDiv__hOa07 .style_toolBar__MKcTy .style_manageBar__Q0Tys .style_customIcon__ycuvt{height:1.25rem;width:1.25rem}.style_mainDiv__hOa07 .style_tableContainer__tvFBI{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__hOa07 .style_nextBox__JFziQ{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__hOa07 .style_nextBox__JFziQ:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_mainDiv__7chex{direction:rtl;margin:1.2rem}.style_mainDiv__7chex .style_toolBar__aHTez{margin:0 2rem}.style_mainDiv__7chex .style_toolBar__aHTez .style_manageBar__G9lVZ{display:flex!important;justify-content:flex-end!important}.style_mainDiv__7chex .style_toolBar__aHTez .style_manageBar__G9lVZ .style_customIcon__K-ag-{height:1.25rem;width:1.25rem}.style_mainDiv__7chex .style_tableContainer__Y8yRV{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__7chex .style_nextBox__YJMA8{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__7chex .style_nextBox__YJMA8:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_wrapper__hSSqz{direction:rtl}.style_mainDiv__V7veo{direction:rtl;margin:1.2rem}.style_mainDiv__V7veo .style_toolBar__TKqbU{margin:0 2rem}.style_mainDiv__V7veo .style_toolBar__TKqbU .style_manageBar__Woej7{display:flex!important;justify-content:flex-end!important}.style_mainDiv__V7veo .style_toolBar__TKqbU .style_manageBar__Woej7 .style_customIcon__kowEQ{height:1.25rem;width:1.25rem}.style_mainDiv__V7veo .style_tableContainer__Rlavc{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__V7veo .style_nextBox__snqSO{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__V7veo .style_nextBox__snqSO:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_mainForm__AXt5n{direction:rtl}.style_resetFilterButton__kMPuO,.style_submitFilterButton__-h4Fh{border-radius:.7rem!important;color:var(--light-text)!important}.style_resetFilterButton__kMPuO{background-color:var(--filter-reset-button)!important}.style_resetFilterButton__kMPuO:hover{background-color:var(--filter-reset-button-hover)!important}.style_submitFilterButton__-h4Fh{background-color:var(--filter-submit-button)!important}.style_submitFilterButton__-h4Fh:hover{background-color:var(--filter-submit-button-hover)!important}.style_filterData__-bGe4{display:flex;flex-direction:row}.style_filterData__-bGe4 .style_filteredItem__hNzdX{margin-left:2rem!important}.style_mainDiv__Kjs3t{border:1px solid var(--box-border);border-radius:.6rem;margin:1.2rem}.style_mainDiv__Kjs3t .style_headerTable__OYrnD{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;padding:1rem;width:100%}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p{align-items:center;display:flex;flex-direction:row-reverse;gap:1.4rem;justify-content:center;margin:0 .9rem 0 .3rem}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_exportMethods__iTi68,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_sortMethods__5X76u,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_exportMethods__iTi68,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_sortMethods__5X76u{align-items:center;display:flex;gap:1rem;justify-content:center}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_exportMethods__iTi68 .style_sortItemText__\+wB6-,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_sortMethods__5X76u .style_sortItemText__\+wB6-,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_exportMethods__iTi68 .style_sortItemText__\+wB6-,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_sortMethods__5X76u .style_sortItemText__\+wB6-{color:var(--sort-item-text)!important;cursor:pointer}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_exportMethods__iTi68 .style_sortItemText__\+wB6-:hover,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_sortMethods__5X76u .style_sortItemText__\+wB6-:hover,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_exportMethods__iTi68 .style_sortItemText__\+wB6-:hover,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_sortMethods__5X76u .style_sortItemText__\+wB6-:hover{color:var(--sort-item-text-hover)!important}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_exportMethods__iTi68 .style_sortItemTextActive__sESF0,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_exportMethods__iTi68 .style_sortItemTextActive__sESF0:hover,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_sortMethods__5X76u .style_sortItemTextActive__sESF0,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_sortMethods__5X76u .style_sortItemTextActive__sESF0:hover,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_exportMethods__iTi68 .style_sortItemTextActive__sESF0,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_exportMethods__iTi68 .style_sortItemTextActive__sESF0:hover,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_sortMethods__5X76u .style_sortItemTextActive__sESF0,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_sortMethods__5X76u .style_sortItemTextActive__sESF0:hover{color:var(--sort-item-active)!important}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_settingTableText__v5rdS,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_exportBox__8Kn1w .style_sortItemText__\+wB6-,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_settingTableText__v5rdS,.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_sortBox__wk1-p .style_sortItemText__\+wB6-{color:var(--box-border)!important;direction:rtl;font-size:.85rem!important}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_filterBox__xWjL5{align-items:center;display:flex;gap:1.4rem;justify-content:center}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_filterBox__xWjL5 .style_filterIconBox__K99bp{align-items:center;background-color:var(--filter-box-button);border-radius:50%;display:flex;height:2rem;justify-content:center;transition:.5s;width:2rem}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_filterBox__xWjL5 .style_filterIconBox__K99bp:hover{background-color:var(--filter-box-button-hover);cursor:pointer;transition:.5s}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_filterBox__xWjL5 .style_filterIconBox__K99bp .style_filterIcon__QnGPw{height:60%;width:60%}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_countApplicaton__CpXME{align-items:center;display:flex;flex-direction:row-reverse;gap:.6rem}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_countApplicaton__CpXME .style_countApplicationText__DJAYW{color:var(--box-border)!important;direction:rtl!important;font-size:1.3rem!important}.style_mainDiv__Kjs3t .style_headerTable__OYrnD .style_countApplicaton__CpXME .style_countApplicationImg__4Xdrc{height:1.7rem!important;width:1.7rem!important}.style_mainDiv__Kjs3t .style_pagination__erRbW{align-items:center;display:flex;justify-content:center;margin:1rem 0}.style_mainDiv__Kjs3t .style_dataEmpty__pLtsG{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5rem 0}.style_Icon__hFVdu{cursor:pointer;height:1.5rem;width:1.5rem}.style_nextBox__ri\+1Y{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_nextBox__ri\+1Y:hover{background-color:var(--next-box-hover);color:var(--next-box);cursor:pointer;transition:.3s}.style_nextIcon__qCetE{height:1.1rem!important;width:1.1rem!important}@media screen and (max-width:1024px){.style_headerTable__OYrnD{overflow:auto!important}.style_headerTable__OYrnD .MuiTypography-root{white-space:nowrap!important}}.style_mainDiv__nhFIH{margin:1.2rem}.style_mainDiv__nhFIH .style_box__Eqe7K{border:1px solid var(--box-border);border-radius:.6rem;position:relative}.style_mainDiv__nhFIH .style_box__Eqe7K .style_boxHeader__1sQ8C{display:flex;flex-direction:row;justify-content:space-between;padding:1rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_boxHeader__1sQ8C .style_boxHeaderTimes__c-5PY{display:flex;justify-content:space-around}.style_mainDiv__nhFIH .style_box__Eqe7K .style_boxHeader__1sQ8C .style_boxHeaderTimes__c-5PY .style_boxHeaderTimeItem__AXt3V{border-left:1px solid var(--box-border)!important;padding:0 .7rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_boxHeader__1sQ8C .style_boxHeaderTimes__c-5PY .style_boxHeaderTimeItem__AXt3V:last-child{border:none!important;padding-left:0}.style_mainDiv__nhFIH .style_box__Eqe7K .style_chartNivoPieBox__qkiGT{height:16rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu{display:flex;flex-direction:column}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu .style_countriesRequestsItem__OtYLJ{display:flex;justify-content:space-between;padding:.7rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu .style_countriesRequestsItem__OtYLJ .style_countriesRequestsItemBox__PhIAm{align-items:center;display:flex;flex-direction:row-reverse;gap:.4rem;justify-content:center}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu .style_countriesRequestsItem__OtYLJ .style_countriesRequestsItemBox__PhIAm .style_countriesRequestsItemTitle__xImSu{color:var(--box-border)!important}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu .style_countriesRequestsItem__OtYLJ .style_countriesRequestsItemBox__PhIAm .style_countriesRequestsItemCount__6Wdq-{color:var(--box-border);font-size:.9rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu .style_countriesRequestsItem__OtYLJ .style_countriesRequestsItemBox__PhIAm .style_countriesRequestsItemFlag__dGCjv{border-radius:50%;height:1.5rem;width:1.5rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_countriesRequests__hwWpu .style_countriesRequestsItem__OtYLJ .style_countriesRequestsItemBox__PhIAm .style_countriesRequestsItemPercent__6AmT1{color:var(--report-second-text);font-size:.9rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT{display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:.5rem;padding:0 2rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT .style_diffrentBodyItem__exoCk{align-items:center;display:flex;gap:.5rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT .style_diffrentBodyItem__exoCk .style_diffrentBodyItemValue__x-DJQ{display:flex;flex-direction:row-reverse;gap:.3rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT .style_diffrentBodyItem__exoCk .style_diffrentBodyItemValue__x-DJQ .style_countriesRequestsItemPercent__6AmT1{color:var(--report-second-text);font-size:.9rem}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT .style_diffrentBodyItem__exoCk .style_firstColor__uaEKQ{color:var(--report-first-color)!important}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT .style_diffrentBodyItem__exoCk .style_secondColor__UHoNQ{color:var(--report-second-color)!important}.style_mainDiv__nhFIH .style_box__Eqe7K .style_diffrentBody__rUwIT .style_diffrentBodyItem__exoCk .style_thirdColor__3wyX\+{color:var(--report-third-color)!important}.style_mainDiv__nhFIH .style_box__Eqe7K .style_chartNivoDiffrentBox__pBVdM{height:9rem;margin-bottom:-1rem;margin-top:-4.5rem}.style_mainDiv__nhFIH .style_verticalContainer__mw2s5{display:flex;flex-direction:column;gap:1.5rem}.style_rowDark__zYcGu{background-color:var(--report-row-dark)}.style_wrapper__GskKU{direction:rtl}.style_mainDiv__1aruE{direction:rtl;margin:1.2rem}.style_mainDiv__1aruE .style_toolBar__-CM11{margin:0 2rem}.style_mainDiv__1aruE .style_toolBar__-CM11 .style_manageBar__8HRWs{display:flex!important;justify-content:flex-end!important}.style_mainDiv__1aruE .style_toolBar__-CM11 .style_manageBar__8HRWs .style_customIcon__0hMQm{height:1.25rem;width:1.25rem}.style_mainDiv__1aruE .style_tableContainer__ElYfo{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__1aruE .style_nextBox__hVpnM{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__1aruE .style_nextBox__hVpnM:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_wrapper__huNVr{direction:rtl}.style_mainDiv__30Nva{direction:rtl;margin:1.2rem}.style_mainDiv__30Nva .style_toolBar__XkJbG{margin:0 2rem}.style_mainDiv__30Nva .style_toolBar__XkJbG .style_manageBar__x1qA8{display:flex!important;justify-content:flex-end!important}.style_mainDiv__30Nva .style_tableContainer__ov-J5{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__jH1v5{direction:rtl;margin:1.2rem}.style_mainDiv__jH1v5 .style_toolBar__yh70h{margin:0 2rem}.style_mainDiv__jH1v5 .style_toolBar__yh70h .style_manageBar__Idr7h{display:flex!important;justify-content:flex-end!important}.style_mainDiv__jH1v5 .style_toolBar__yh70h .style_manageBar__Idr7h .style_customIcon__Zxyyk{height:1.25rem;width:1.25rem}.style_mainDiv__jH1v5 .style_tableContainer__Q010E{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__jH1v5 .style_picurlImage__\+dwBv{border-radius:50%;height:2.5rem;object-fit:cover;width:2.5rem}.style_mainDiv__jH1v5 .style_nextBox__ugnGA{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__jH1v5 .style_nextBox__ugnGA:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_mainDiv__OFjFH{direction:rtl;margin:1.2rem}.style_mainDiv__OFjFH .style_toolBar__lhgg7{margin:0 2rem}.style_mainDiv__OFjFH .style_toolBar__lhgg7 .style_manageBar__ua-Tp{display:flex!important;justify-content:flex-end!important}.style_mainDiv__OFjFH .style_toolBar__lhgg7 .style_manageBar__ua-Tp .style_customIcon__Nw-8m{height:1.25rem;width:1.25rem}.style_mainDiv__OFjFH .style_tableContainer__7VOPZ{border:1px solid var(--box-border);border-radius:.6rem}.style_mainDiv__OFjFH .style_nextBox__XmPv6{align-items:center;background-color:var(--next-box);border-radius:.4rem;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:.3s}.style_mainDiv__OFjFH .style_nextBox__XmPv6:hover{background-color:var(--next-box-hover);color:var(--next-box)}.style_mainNavbar__l66Pz{background-color:var(--detail-application-box)!important;border-radius:.3rem;display:flex!important;margin-bottom:2rem!important;max-width:100%!important;width:100%}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM{justify-content:space-between!important;margin:0 1rem;padding:.2rem}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_headerTitleSec__VQVBK{align-items:center;display:flex;flex-direction:row}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_navbarTitle__rMLh8{color:var(--detail-application-black-text);font-size:1.4rem!important;font-weight:700!important;margin-right:1rem!important}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw{align-items:center;display:flex;gap:5rem;justify-content:space-between}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw .style_profileBox__waikE{align-items:center;display:flex;gap:.7rem;justify-content:center}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw .style_profileBox__waikE .style_profileImage__N-KsE{border-radius:50%!important;height:2.7rem!important;width:2.7rem!important}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw .style_profileBox__waikE .style_profileDetail__xgRll{align-items:flex-start;direction:rtl;display:flex;flex-direction:column;justify-content:center}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw .style_profileBox__waikE .style_profileDetail__xgRll .style_personalCode__sQvY9{color:var(--persoel-code)!important;display:flex;font-size:.8rem!important;gap:.2rem}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw .style_profileFullName__g1LDn{color:var(--detail-application-black-text)!important}.style_mainNavbar__l66Pz .style_navbarBox__zO5AM .style_accountBox__LtKKw .style_logoutImage__M2vEb{cursor:pointer;height:1.8rem!important}.style_mobileProfileFullName__pTSUg{color:var(--detail-application-black-text)!important}.style_mobileLogoutImage__QivM6{cursor:pointer;height:1.3rem!important;margin-left:.3rem;margin-right:-.5rem}.syle_listItem__HOlK2{align-items:center;border-radius:10px;display:flex;flex-direction:row;gap:1rem;padding:10px}.syle_listItem__HOlK2:hover{background-color:var(--sidebar-hover-item-background)!important}.syle_listItemSelected__0Rj0G,.syle_listItemSelected__0Rj0G:hover{background-color:var(--sidebar-active-item-background)!important}.syle_listItemIcon__jYOjU{height:1.5rem;width:1.5rem}.syle_listItemTitle__9CDMO{align-items:center!important;color:var(--list-item-title-color)!important;display:flex;flex-direction:row!important;gap:.4rem}.style_drawer__nhu4r{padding:0!important}.style_drawer__nhu4r .MuiPaper-root{max-width:250px;width:100%}.style_drawer__nhu4r .style_sidebar__GCim6{margin:0!important;padding:15px!important}.style_drawer__nhu4r .style_sidebar__GCim6 .style_mainImage__uDclX{display:flex;justify-content:center;margin:2rem 0 2.5rem;width:100%}.style_drawer__nhu4r .style_sidebar__GCim6 .style_mainImage__uDclX .style_logo__elB\+c{height:5rem;width:5rem}.style_drawer__nhu4r .style_sidebar__GCim6 .style_listMenu__\+h7mZ{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;width:100%}.style_mobileHamburgerIcon__cMhgr{margin-left:auto!important;padding:1rem 1rem 0 0!important}.style_container__fqp37{max-width:100vw;min-height:100vh}.style_container__fqp37 .style_wrapper__XBb9q{margin-right:auto;max-width:calc(100vw - 250px);min-height:100vh}.style_container__fqp37 .style_wrapperFull__FU1zA{max-width:100vw}.IustPic_iustPicContainer__dcvdM{background-image:url(/static/media/formPic.688f49603d7b444c11e9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.6rem;height:100%;width:100%}.IustPic_iustContainer__bMze1{align-items:center!important;display:flex!important;flex-direction:column!important;height:100%!important;justify-content:space-between!important}.IustPic_iustTitle__YiSoz{align-items:center!important;display:flex!important;flex-direction:row!important;padding-top:3rem!important}.IustPic_iustLogo__ZUwu-{filter:brightness(0) invert(1)!important;padding-right:2rem!important;width:4rem!important}.IustPic_universityTitle__F0tvz{align-items:flex-start!important;display:flex!important;flex-direction:column!important}.IustPic_iustDescription__L1a-X{display:flex!important;margin-bottom:3.5rem!important;text-align:left!important;width:80%!important}.Login_signUpContainer__P6hwV{align-items:center!important;display:flex!important;height:100vh;justify-content:center!important;max-height:100vh;overflow:hidden}.Login_signUpBox__ZrEUx{align-items:center;display:flex;height:80vh;justify-content:center;margin-bottom:auto;margin-top:auto}.Login_loginBox__gduW3{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin-top:2rem!important;text-align:center!important}.Login_googleLogin__hcexA{border:.05rem solid var(--google-button-border)!important;height:2.8rem!important;margin-bottom:1.2rem!important;text-transform:capitalize!important}.Login_menuItemDash__PpC\+u{align-items:center;background-color:var(--auth-menu-bg);display:flex;height:.01rem;justify-content:center;width:15rem!important}.Login_buttons__I426j{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem!important;width:100%}.Login_forgetPassLink__lZ8yO{color:var(--auth-forget-pass-link);text-decoration:none!important}.Login_forgetPassLink__lZ8yO:hover{color:var(--auth-forget-pass-hover-link)}.Login_loginBtn__JU69f{background-color:var(--auth-button-bg)!important;color:var(--auth-button-text)!important;height:2.8rem;margin-bottom:1.2rem!important;text-transform:capitalize!important}.Login_disabledBtn__2\+vFO{background-color:var(--auth-disabled-button-bg)!important}@media screen and (max-width:900px){.Login_loginForm__wgEtE{margin:0 3rem!important}}.style_container__flW1Z{min-height:100%;min-width:100%}.style_container__flW1Z,.style_container__flW1Z .style_actionBox__Kue\+U{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_container__flW1Z .style_actionBox__Kue\+U{gap:1rem}
/*# sourceMappingURL=main.435101cc.css.map*/