:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._input_1gwz0_1{display:flex;flex-direction:column;align-items:flex-start;gap:5px}._input_1gwz0_1._fullWidthInput_1gwz0_7{width:100%!important}._input_1gwz0_1 ._inputLabel_1gwz0_10{padding:0 15px;color:var(--textfield-text-color)!important;opacity:.6}._input_1gwz0_1 ._inputLabel_1gwz0_10 ._requiredFlag_1gwz0_15{color:var(--required-label-star)!important}._input_1gwz0_1 ._textField_1gwz0_18 .MuiInputBase-root{height:3.1rem!important;max-height:3.1rem!important;background-color:transparent!important;padding:.2rem!important}._input_1gwz0_1 ._textField_1gwz0_18 .MuiInputBase-root ._startIcon_1gwz0_24{padding:0 .4rem}._input_1gwz0_1 ._textField_1gwz0_18 .MuiInputBase-multiline{height:auto!important;max-height:fit-content!important}._input_1gwz0_1 ._textField_1gwz0_18 .MuiOutlinedInput-notchedOutline{border-color:var(--auth-menu-bg)!important;border-radius:.5rem}._input_1gwz0_1 ._textField_1gwz0_18 .Mui-focused{background-color:var(--textfield-background)!important}._input_1gwz0_1 ._textField_1gwz0_18 .Mui-focused ._startIcon_1gwz0_24{filter:invert(49%) sepia(107%) saturate(5075%) hue-rotate(228deg) brightness(91%) contrast(96%)}._input_1gwz0_1 ._textField_1gwz0_18 .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--auth-buttons)!important;border-width:1.5px!important}._input_1gwz0_1 ._inputLabel2_1gwz0_45{color:var(--label-color)!important;font-weight:550!important;padding:0 .5rem!important}._input_1gwz0_1 ._inputLabel2_1gwz0_45 ._requiredFlag_1gwz0_15{color:var(--required-label-star)!important}._input_1gwz0_1 ._textField2_1gwz0_53 .MuiInputBase-root{height:3.9rem!important;max-height:4rem!important;background-color:var(--textfield-background)!important}._input_1gwz0_1 ._textField2_1gwz0_53 .MuiInputBase-input{border:none!important;background-color:var(--textfield-background)!important}._input_1gwz0_1 ._textField2_1gwz0_53 .MuiInputBase-multiline{height:auto!important;max-height:fit-content!important}._input_1gwz0_1 ._textField2_1gwz0_53 .MuiOutlinedInput-notchedOutline{border-color:transparent!important;border-radius:.5rem}._input_1gwz0_1 ._textField2_1gwz0_53 .Mui-focused .MuiInputBase-input{box-shadow:none!important}._input_1gwz0_1 ._textField2_1gwz0_53 .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--auth-buttons)!important;border-width:1.5px!important}._input_1gwz0_1 ._inputError_1gwz0_77 .MuiOutlinedInput-notchedOutline{border-color:var(--required-label-star)!important;border-width:1.5px!important}._wrapper_ilw4x_1{height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2.5rem);overflow:hidden;background:radial-gradient(circle at top right,rgba(10,78,163,.12),transparent 30rem),linear-gradient(135deg,#edf4fb,#f8fbff 48%,#dce8f3)}._authShell_ilw4x_11{width:min(1120px,100%);height:min(680px,100vh - clamp(2rem,6vw,5rem));display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,30rem);direction:ltr;overflow:hidden;background:#fff;border:1px solid rgba(10,78,163,.1);border-radius:1.5rem;box-shadow:0 24px 70px #10254221}._visualPanel_ilw4x_24{position:relative;min-height:0;overflow:hidden;background:var(--auth-button-bg)}._visualPanel_ilw4x_24:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1025420d,#102542b8),linear-gradient(90deg,#0a4ea314,#0a4ea352)}._loginImage_ilw4x_37{width:100%;height:100%;display:block;object-fit:cover}._visualOverlay_ilw4x_44{position:absolute;right:clamp(1.25rem,4vw,3rem);bottom:clamp(1.25rem,4vw,3rem);z-index:1;max-width:28rem;direction:rtl;text-align:right;color:#fff}._visualOverlay_ilw4x_44 ._kicker_ilw4x_54{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .85rem;margin-bottom:.9rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff24;color:#ffffffe6;font-size:1.2rem}._visualOverlay_ilw4x_44 h1{margin:0 0 .7rem;font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1.35}._visualOverlay_ilw4x_44 p{margin:0;color:#ffffffd1;font-size:1rem;line-height:1.9}._formPanel_ilw4x_79{display:flex;align-items:center;justify-content:center;min-height:0;direction:rtl;padding:clamp(1.5rem,4vh,3rem) clamp(1.5rem,4vw,3.5rem);background:radial-gradient(circle at top right,rgba(60,120,216,.08),transparent 18rem),#fff}._loginForm_ilw4x_89{width:100%;max-width:24rem;display:flex;flex-direction:column;align-items:stretch;gap:clamp(.65rem,1.7vh,1rem);text-align:right}._formHeader_ilw4x_99{margin-bottom:.25rem}._formHeader_ilw4x_99 span{display:block;margin-bottom:.45rem;color:var(--auth-button-bg);font-size:.9rem;font-weight:700}._formHeader_ilw4x_99 h2{margin:0 0 .35rem;color:var(--box-title);font-size:clamp(1.55rem,3vw,2rem);font-weight:800;line-height:1.45}._formHeader_ilw4x_99 p{margin:0;color:var(--darker-label-color);font-size:.95rem;line-height:1.8}._loginBtn_ilw4x_123{height:3rem;margin-top:.25rem!important;border-radius:.75rem!important;background-color:var(--auth-button-bg)!important;color:var(--auth-button-text)!important;font-weight:700!important;text-transform:none!important;box-shadow:0 14px 30px #0a4ea338!important}._loginBtn_ilw4x_123:hover{background-color:var(--hover-button-bg)!important}._loginBtn_ilw4x_123._disabledBtn_ilw4x_136{background-color:var(--auth-disabled-button-bg)!important;box-shadow:none!important}@media screen and (max-width:900px){._wrapper_ilw4x_1{height:100svh;padding:0;background:#fff}._authShell_ilw4x_11{height:100svh;grid-template-columns:1fr;grid-template-rows:minmax(8.5rem,30vh) minmax(0,1fr);border:0;border-radius:0;box-shadow:none}._visualPanel_ilw4x_24{min-height:0}._visualOverlay_ilw4x_44{right:1.25rem;bottom:1.25rem}._visualOverlay_ilw4x_44 h1{font-size:1.75rem}._formPanel_ilw4x_79{align-items:flex-start;padding:clamp(1rem,3vh,1.5rem) 1.25rem;overflow:hidden}}@media screen and (max-height:620px){._visualOverlay_ilw4x_44 ._kicker_ilw4x_54,._visualOverlay_ilw4x_44 p,._formHeader_ilw4x_99 p{display:none}._loginBtn_ilw4x_123{height:2.75rem}}._buttonContainer_if8o_1{display:flex!important;justify-content:flex-end!important}._IUSTButton_if8o_6{border-radius:.5rem!important;border:none!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%}._IUSTButton_if8o_6:hover{background-color:var(--hover-button-bg)!important}._darkButton_if8o_18{background-color:var(--buttons-bg)!important}._lightButton_if8o_22{border:1px solid var(--light-buttons-border)!important;background-color:var(--light-buttons-bg)!important}._lightButton_if8o_22:hover{background-color:var(--sidebar-item)!important}._disabledBtn_if8o_30{background-color:var(--disabled-button-bg)!important}._IUSTButtonText_if8o_34{padding:.7rem 1rem!important;font-weight:550!important;font-size:.8rem!important;display:flex!important;justify-content:center!important;align-items:center!important}._darkButtonText_if8o_43{color:var(--buttons-text)!important}._lightButtonText_if8o_47{color:var(--light-buttons-text)!important}._page_otwve_1{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}._heroCard_otwve_8,._summaryCard_otwve_9,._downloadCard_otwve_10,._panel_otwve_11{background:var(--internship-location-surface);border-radius:1rem;box-shadow:0 14px 32px var(--internship-location-card-shadow)}._heroCard_otwve_8{padding:1.5rem;background:linear-gradient(135deg,var(--internship-location-hero-start),var(--internship-location-hero-end)),radial-gradient(circle at top left,var(--internship-location-hero-glow),transparent 35%);color:var(--internship-location-surface)}._heroHeader_otwve_23{display:flex;align-items:center;justify-content:space-between;gap:1rem}._pageTitle_otwve_30{font-size:1.7rem!important;font-weight:800!important;color:var(--internship-location-surface)!important}._pageDescription_otwve_36{margin-top:.6rem!important;color:var(--internship-location-hero-text-soft)!important;line-height:1.9!important}._heroBadge_otwve_42,._totalBadge_otwve_43{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;border-radius:.8rem;font-weight:800;white-space:nowrap}._heroBadge_otwve_42{display:flex;gap:.6rem;background:var(--internship-location-hero-badge-bg);border:1px solid var(--internship-location-hero-glow)}._summaryGrid_otwve_60{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._summaryCard_otwve_9,._downloadCard_otwve_10,._panel_otwve_11{border:1px solid var(--internship-location-row-border)}._summaryCard_otwve_9{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon label" "icon value";gap:.35rem .8rem;align-items:center;padding:1.15rem}._downloadCard_otwve_10{display:flex;justify-content:space-between;align-items:center;padding:1.15rem}._downloadTitleContainer_otwve_89{display:flex;align-items:center;justify-content:center;gap:1rem}._downloadCard_otwve_10 ._summaryIcon_otwve_96{grid-area:icon}._downloadCard_otwve_10 ._summaryLabel_otwve_100{grid-area:label}._downloadButtonWrapper_otwve_104{grid-area:button}._downloadButtonWrapper_otwve_104>button{width:100%}._downloadButton_otwve_104{min-height:2.6rem!important}._summaryIcon_otwve_96,._nextActionIcon_otwve_117{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:.8rem;background:var(--internship-location-summary-bg);color:var(--primary-color)}._summaryIcon_otwve_96{grid-area:icon}._summaryLabel_otwve_100{grid-area:label;color:var(--label-color)!important;font-size:.9rem!important;font-weight:700!important}._summaryValue_otwve_139{grid-area:value;color:var(--box-title)!important;font-size:1.25rem!important;font-weight:900!important}._contentGrid_otwve_146{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem}._panel_otwve_11{padding:1.5rem}._panelHeader_otwve_156{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._panelTitle_otwve_164{color:var(--box-title)!important;font-size:1.15rem!important;font-weight:900!important}._panelDescription_otwve_170{color:var(--label-color)!important;line-height:1.9!important}._statusBadge_otwve_175{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:999px;font-size:.9rem;font-weight:800;white-space:nowrap}._statusMuted_otwve_186{background:#eef1f5;color:#8d97a6}._statusInfo_otwve_191{background:#3c78d829;color:#1f62bb}._statusWarning_otwve_196{background:var(--warning-chip-bg);color:var(--warning-chip-text)}._statusSuccess_otwve_201{background:var(--success-chip-bg);color:var(--success-chip-text)}._nextAction_otwve_117{display:flex;align-items:center;gap:.85rem;padding:1rem;margin:1.25rem 0;border-radius:.9rem;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border)}._nextActionLabel_otwve_217{color:var(--label-color)!important;font-size:.85rem!important;font-weight:700!important}._nextActionTitle_otwve_223{margin-top:.2rem!important;color:var(--box-title)!important;font-weight:900!important}._totalBadge_otwve_43{background:var(--internship-location-summary-bg);color:var(--box-title);border:1px solid var(--internship-location-row-border)}._chartArea_otwve_235{min-height:250px;display:flex;align-items:center;justify-content:center}._emptyChart_otwve_242{color:var(--label-color)!important;font-weight:700!important}@media screen and (max-width:1000px){._summaryGrid_otwve_60,._contentGrid_otwve_146{grid-template-columns:1fr}}@media screen and (max-width:600px){._heroCard_otwve_8,._panel_otwve_11{padding:1rem}._heroHeader_otwve_23,._panelHeader_otwve_156{flex-direction:column;align-items:flex-start}._summaryGrid_otwve_60{gap:.75rem}}._page_1l07w_1{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}._heroCard_1l07w_8,._infoCard_1l07w_9,._statusCard_1l07w_10{background:var(--internship-schedule-panel-bg);border-radius:1rem;box-shadow:0 14px 32px var(--internship-schedule-card-shadow)}._heroCard_1l07w_8{padding:1.5rem;background:linear-gradient(135deg,var(--internship-schedule-hero-start),var(--internship-schedule-hero-end)),radial-gradient(circle at top left,var(--internship-schedule-hero-glow),transparent 35%);color:var(--internship-location-surface)}._heroHeader_1l07w_22{display:flex;align-items:center;justify-content:space-between;gap:1rem}._pageTitle_1l07w_29{font-size:1.7rem!important;font-weight:800!important;color:var(--internship-location-surface)!important}._pageDescription_1l07w_35{margin-top:.6rem!important;max-width:48rem;color:var(--internship-schedule-hero-text-soft)!important;line-height:1.9!important}._heroBadge_1l07w_42{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--internship-schedule-badge-bg);border:1px solid var(--internship-schedule-hero-glow);border-radius:.9rem;font-weight:700;white-space:nowrap}._infoCard_1l07w_9,._statusCard_1l07w_10{padding:1.5rem;width:100%}._sectionHeader_1l07w_60{display:flex;align-items:center;gap:.8rem;margin-bottom:1.25rem}._sectionTitle_1l07w_67{color:var(--box-title)!important;font-size:1.15rem!important;font-weight:800!important;white-space:nowrap}._sectionDivider_1l07w_74{flex:1;height:1px;background:linear-gradient(90deg,#0a4ea32e,#0a4ea30a);border-radius:999px}._scheduleItem_1l07w_81{display:flex;align-items:stretch;gap:1.5rem;padding:1.25rem 1.5rem;border-radius:.9rem;background:var(--internship-schedule-panel-soft-bg);border:1px solid var(--internship-schedule-panel-border)}._scheduleColumn_1l07w_91{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}._scheduleRow_1l07w_99{display:flex;align-items:center;gap:1rem}._scheduleDivider_1l07w_105{width:1px;background:#0a4ea31f;border-radius:999px}._scheduleIcon_1l07w_111{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.9rem;background:var(--textfield-background);color:var(--primary-color)}._scheduleLabel_1l07w_122{color:var(--label-color)!important;font-size:.92rem!important;font-weight:700!important}._scheduleValue_1l07w_128{margin-top:.2rem!important;color:var(--box-title)!important;font-size:1rem!important;font-weight:800!important}._statusDescription_1l07w_135{color:var(--box-title)!important;line-height:1.9!important}._countdownLabel_1l07w_140{margin-top:1.2rem!important;margin-bottom:.9rem!important;color:var(--label-color)!important;font-weight:700!important}._countdownGrid_1l07w_147{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;direction:ltr;width:70%;margin:0 auto}._countdownBox_1l07w_156{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:7.5rem;padding:1rem;border-radius:1rem;background:var(--internship-schedule-countdown-bg);border:1px solid var(--internship-schedule-panel-border)}._countdownValue_1l07w_168{color:var(--primary-color);font-size:2rem;font-weight:900;line-height:1}._countdownUnit_1l07w_175{margin-top:.7rem;color:var(--label-color);font-weight:700}._finishedIconWrapper_1l07w_181{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;margin:1.5rem auto 0;border:1px solid var(--internship-schedule-panel-border);border-radius:1rem;background:var(--internship-schedule-countdown-bg);color:var(--primary-color)}._finishedIcon_1l07w_181{font-size:2.7rem!important}._statusCard_1l07w_10{display:flex;flex-direction:column}._actions_1l07w_203{display:flex;justify-content:center;margin-top:1.5rem;width:70%;margin-left:auto;margin-right:auto}._wideButtonWrapper_1l07w_212{width:100%;justify-content:center!important}._wideButton_1l07w_212{width:100%!important;min-width:18rem!important;margin:0!important}._wideButton_1l07w_212 .MuiTypography-root{font-weight:800!important}._finishedCard_1l07w_227{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--internship-schedule-panel-bg),var(--internship-schedule-panel-soft-bg));border:1px solid var(--internship-schedule-panel-border)}._finishedCard_1l07w_227:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--primary-color),rgba(10,78,163,.35))}._finishedCard_1l07w_227 ._sectionHeader_1l07w_60{justify-content:center;margin-top:.35rem}._finishedCard_1l07w_227 ._sectionDivider_1l07w_74{flex:0 1 7rem}._finishedCard_1l07w_227 ._statusDescription_1l07w_135{max-width:44rem;margin:0 auto!important;text-align:center}._selectedActions_1l07w_259{display:flex;align-items:center;justify-content:center;width:100%;gap:.75rem;flex-wrap:wrap;margin-top:1rem}@media screen and (max-width:900px){._heroHeader_1l07w_22,._countdownGrid_1l07w_147{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}._countdownGrid_1l07w_147{width:100%}._wideButton_1l07w_212{width:100%!important}._actions_1l07w_203,._wideButtonWrapper_1l07w_212{width:100%}._scheduleItem_1l07w_81{flex-direction:column;gap:1rem}._scheduleDivider_1l07w_105{width:100%;height:1px}}@media screen and (max-width:600px){._heroCard_1l07w_8,._infoCard_1l07w_9,._statusCard_1l07w_10{padding:1rem}._sectionDivider_1l07w_74{display:none}}._modalBlur_5ooc9_1{-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important}._modalBlur_5ooc9_1 ._modalTitle_5ooc9_4{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._modalBlur_5ooc9_1 ._modalTitle_5ooc9_4 ._closeButton_5ooc9_11{color:var(--navbar-text)!important;width:auto!important}._modalBlur_5ooc9_1 ._modalTitleRTL_5ooc9_15{width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}._modalBlur_5ooc9_1 ._modalTitleRTL_5ooc9_15 ._closeButton_5ooc9_11{color:var(--navbar-text)!important;width:auto!important}._modalBlur_5ooc9_1 ._modalFooter_5ooc9_26{direction:ltr;display:flex;flex-direction:row-reverse;justify-content:flex-start!important;gap:.8rem}._modalBlur_5ooc9_1 ._modalFooterRTL_5ooc9_33{direction:rtl;display:flex;flex-direction:row-reverse;justify-content:flex-start!important;gap:.8rem}._Label_gcs39_1{margin-right:1rem!important;margin-bottom:.3rem!important;font-weight:550!important}._Label_gcs39_1 ._requiredLabel_gcs39_6{color:var(--required-label-star);margin-left:.3rem}._TextField_gcs39_11{background-color:var(--textfield-background)!important}._page_gfzgb_1{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}._breadcrumbs_gfzgb_8{gap:.75rem}._breadcrumbChip_gfzgb_12{background:var(--internship-location-surface)!important;border:1px solid var(--internship-location-chip-border)!important;color:var(--box-title)!important;border-radius:999px!important;height:2.5rem!important}._breadcrumbChip_gfzgb_12 .MuiChip-icon{color:var(--primary-color)!important}._heroCard_gfzgb_23,._formCard_gfzgb_24,._listCard_gfzgb_25{background:var(--internship-location-surface);border-radius:1rem;box-shadow:0 14px 32px var(--internship-location-card-shadow)}._heroCard_gfzgb_23{padding:1.5rem;background:linear-gradient(135deg,var(--internship-location-hero-start),var(--internship-location-hero-end)),radial-gradient(circle at top left,var(--internship-location-hero-glow),transparent 35%);color:var(--internship-location-surface)}._heroHeader_gfzgb_37{display:flex;align-items:center;justify-content:space-between;gap:1rem}._pageTitle_gfzgb_44{font-size:1.7rem!important;font-weight:800!important;color:var(--internship-location-surface)!important}._pageDescription_gfzgb_50{margin-top:.6rem!important;max-width:48rem;color:var(--internship-location-hero-text-soft)!important;line-height:1.9!important}._modalButton_gfzgb_57{height:2.5rem!important}._heroBadge_gfzgb_61{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--internship-location-hero-badge-bg);border:1px solid var(--internship-location-hero-glow);border-radius:.9rem;font-weight:700;white-space:nowrap}._formCard_gfzgb_24,._listCard_gfzgb_25{padding:1.5rem}._sectionHeader_gfzgb_78{display:flex;align-items:center;gap:.8rem;margin-bottom:1.25rem}._sectionTitle_gfzgb_85{color:var(--box-title)!important;font-size:1.15rem!important;font-weight:800!important;white-space:nowrap}._sectionDivider_gfzgb_92{flex:1;height:1px;background:linear-gradient(90deg,#0a4ea32e,#0a4ea30a);border-radius:999px}._columnsGrid_gfzgb_99{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:1rem;align-items:center}._columnsGrid_gfzgb_99>span{margin-right:5%}._tableHeader_gfzgb_110{margin-bottom:1rem;color:var(--label-color);font-weight:700}._rowsWrapper_gfzgb_116{display:flex;flex-direction:column;gap:1rem}._selectionForm_gfzgb_122{display:flex;flex-direction:column;gap:1.25rem}._locationFields_gfzgb_128{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._topicDetails_gfzgb_134{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem;border:1px solid var(--internship-location-row-border);border-radius:.9rem;background:var(--internship-location-summary-bg)}._topicDetails_gfzgb_134>div{display:flex;flex-direction:column;gap:.35rem}._topicDetails_gfzgb_134 span{color:var(--label-color);font-size:.85rem;font-weight:600}._topicDetails_gfzgb_134 strong{color:var(--box-title);font-size:1rem}._formActions_gfzgb_158{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem}._formActions_gfzgb_158>div{width:auto}._selectorRow_gfzgb_168{position:relative;padding:1.1rem .4rem;border-radius:1rem;border:1px solid var(--internship-location-row-border);background:linear-gradient(180deg,var(--internship-location-row-bg-start) 0%,var(--internship-location-row-bg-end) 100%)}._rowGrid_gfzgb_176{width:100%}._rowCell_gfzgb_180{min-width:0}._rowCell_gfzgb_180 .MuiSelect-select{background:#fff!important}._locationCell_gfzgb_187{display:flex;align-items:center;gap:.75rem}._locationField_gfzgb_128{flex:1;min-width:0}._staticFieldValue_gfzgb_198,._capacityValue_gfzgb_199{min-height:4rem;display:flex;align-items:center;padding:0 1rem;border-radius:.5rem;color:var(--box-title);font-weight:700}._staticFieldValue_gfzgb_198{display:flex;flex-direction:column;align-items:flex-start;background:transparent}._staticFieldValue_gfzgb_198 ._titleHeader_gfzgb_215{color:#0009;font-weight:300;margin-bottom:.3rem}._capacityValue_gfzgb_199{background:#fff;color:var(--primary-color);justify-content:center;white-space:nowrap;flex-shrink:0;border:1px solid var(--internship-location-row-border)}._bulkAction_gfzgb_230{display:flex;justify-content:flex-start;margin-top:1.25rem}._selectionSummaryList_gfzgb_236{display:flex;flex-direction:column;gap:.9rem}._helperText_gfzgb_242{margin-top:1rem!important;margin-bottom:1rem!important;color:var(--label-color)!important;line-height:1.8!important;font-weight:600!important}._selectionSummaryItem_gfzgb_250{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:.9rem;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border)}._summaryContent_gfzgb_261{min-width:0;flex:1}._summaryHeading_gfzgb_266{display:flex;align-items:center;gap:.5rem}._summaryRequirementMeta_gfzgb_272{margin-top:.45rem!important;color:var(--primary-color)!important;font-size:.85rem!important;font-weight:700!important}._summaryActions_gfzgb_279{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._summaryActions_gfzgb_279>div{width:auto}._modalDeleteButton_gfzgb_289{background-color:#c62828!important;height:2.5rem!important}._deleteButton_gfzgb_294{background-color:#c62828!important}._deleteButton_gfzgb_294:hover{background-color:#a91f1f!important}._deleteModalText_gfzgb_301{color:var(--box-title)!important;font-weight:600!important;line-height:1.9!important}._deleteModalActions_gfzgb_307{display:flex;align-items:center;gap:.6rem}._deleteModalActions_gfzgb_307>div{width:auto}._summaryTitle_gfzgb_316{color:var(--box-title)!important;font-size:1rem!important;font-weight:800!important}._summaryMeta_gfzgb_322{margin-top:.3rem!important;color:var(--label-color)!important;font-weight:600!important}._summaryIcon_gfzgb_328{color:var(--success-chip-text)}._emptyState_gfzgb_332{padding:2rem 1rem;text-align:center;border-radius:.9rem;background:var(--internship-location-summary-bg);color:var(--label-color);font-weight:700}._footerActions_gfzgb_341{display:flex;justify-content:flex-start}._returnButtonWrapper_gfzgb_346{justify-content:flex-start!important}._returnButton_gfzgb_346{min-width:8.5rem!important;height:3rem!important;margin:0!important;padding:0 1.35rem!important;border-radius:.55rem!important;border:1px solid rgba(10,78,163,.2)!important;background:#fff!important;color:var(--primary-color)!important;box-shadow:0 10px 22px #0a4ea314!important;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease!important}._returnButton_gfzgb_346:hover{background:#f4f8ff!important;border-color:#0a4ea352!important;box-shadow:0 14px 28px #0a4ea321!important;transform:translateY(-1px)}._returnButton_gfzgb_346 .MuiTypography-root{padding:0!important;font-size:.85rem!important;font-weight:800!important;color:var(--primary-color)!important}@media screen and (max-width:900px){._heroHeader_gfzgb_37{flex-direction:column;align-items:flex-start}._columnsGrid_gfzgb_99{grid-template-columns:1fr}._locationCell_gfzgb_187{flex-direction:column;align-items:stretch}._capacityValue_gfzgb_199{justify-content:flex-start}._selectionSummaryItem_gfzgb_250{align-items:stretch;flex-direction:column}._summaryActions_gfzgb_279{flex-wrap:wrap}}@media screen and (max-width:600px){._formCard_gfzgb_24,._listCard_gfzgb_25,._heroCard_gfzgb_23{padding:1rem}._sectionDivider_gfzgb_92{display:none}._locationFields_gfzgb_128,._topicDetails_gfzgb_134{grid-template-columns:1fr}._formActions_gfzgb_158,._summaryActions_gfzgb_279{align-items:stretch;flex-direction:column}._formActions_gfzgb_158>div,._summaryActions_gfzgb_279>div{width:100%}}._Label_oeymo_1{padding-left:.9rem!important;margin-bottom:.3rem!important;font-weight:550!important}._Label_oeymo_1 ._requiredLabel_oeymo_6{color:var(--required-label-star);margin-left:.3rem}._DisabledFileField_oeymo_11{opacity:.55;cursor:not-allowed}._DisabledFileField_oeymo_11 ._FileInput_oeymo_15{cursor:not-allowed}._FileField_oeymo_19{background-color:var(--textfield-background)!important;height:4rem!important;border-radius:.4rem;padding:.8rem 2rem .8rem .8rem!important;display:flex!important;flex-direction:row!important;justify-content:space-between;align-items:center;overflow:hidden!important;position:relative}._FileField_oeymo_19 ._FileValue_oeymo_31{width:100%!important;overflow:hidden!important}._FileField_oeymo_19 ._FileInput_oeymo_15{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}._FileField_oeymo_19 ._FileIcon_oeymo_44{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);width:1.15rem}._page_11eps_1{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}._heroCard_11eps_8,._accordionCard_11eps_9,._emptyCard_11eps_10,._panelCard_11eps_11{background:var(--internship-location-surface);border-radius:1rem;box-shadow:0 14px 32px var(--internship-location-card-shadow)}._heroCard_11eps_8{padding:1.5rem;background:linear-gradient(135deg,var(--internship-location-hero-start),var(--internship-location-hero-end)),radial-gradient(circle at top left,var(--internship-location-hero-glow),transparent 35%);color:var(--internship-location-surface)}._heroHeader_11eps_23{display:flex;align-items:center;justify-content:space-between;gap:1rem}._pageTitle_11eps_30{font-size:1.7rem!important;font-weight:800!important;color:var(--internship-location-surface)!important}._pageDescription_11eps_36{margin-top:.6rem!important;margin-left:2%;color:var(--internship-location-hero-text-soft)!important;line-height:1.9!important}._heroBadge_11eps_43{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--internship-location-hero-badge-bg);border:1px solid var(--internship-location-hero-glow);border-radius:.9rem;font-weight:700;white-space:nowrap}._accordionCard_11eps_9,._emptyCard_11eps_10,._panelCard_11eps_11{padding:1.5rem}._sectionHeader_11eps_61{display:flex;align-items:center;gap:.8rem}._historySectionHeader_11eps_67{display:flex;justify-content:space-between;align-items:center!important;gap:1rem;margin-bottom:1rem}._sectionTitle_11eps_75{color:var(--box-title)!important;font-size:1.15rem!important;font-weight:800!important;white-space:nowrap}._sectionDivider_11eps_82{flex:1;height:1px;background:linear-gradient(90deg,#0a4ea32e,#0a4ea30a);border-radius:999px}._emptyCard_11eps_10{text-align:center}._emptyTitle_11eps_93{color:var(--box-title)!important;font-size:1.2rem!important;font-weight:800!important}._emptyDescription_11eps_99,._panelDescription_11eps_100{margin-top:.75rem!important;color:var(--label-color)!important;line-height:1.9!important}._emptyActions_11eps_106{display:flex;justify-content:center;margin-top:1.5rem}._accordionList_11eps_112{display:flex;flex-direction:column;gap:1rem}._accordion_11eps_9{border:1px solid var(--internship-location-row-border);border-radius:1rem!important;background:linear-gradient(180deg,var(--internship-location-row-bg-start) 0%,var(--internship-location-row-bg-end) 100%)!important;box-shadow:none!important;overflow:hidden}._accordion_11eps_9:before{display:none}._accordionSummary_11eps_129{padding:0 1rem!important}._accordionDetails_11eps_133{padding:0 1rem 1rem!important}._summaryContent_11eps_137{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}._summaryTitle_11eps_145{color:var(--box-title)!important;font-size:1rem!important;font-weight:800!important}._summaryMeta_11eps_151{margin-top:.3rem!important;color:var(--label-color)!important;font-weight:600!important}._statusBadge_11eps_157{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:999px;font-size:.9rem;font-weight:800;white-space:nowrap}._statusMuted_11eps_168{background:#eef1f5;color:#8d97a6}._statusInfo_11eps_173{background:#3c78d829;color:#1f62bb}._statusWarning_11eps_178{background:var(--warning-chip-bg);color:var(--warning-chip-text)}._statusSuccess_11eps_183{background:var(--success-chip-bg);color:var(--success-chip-text)}._statusError_11eps_188{background:var(--error-chip-bg);color:var(--error-chip-text)}._progressSection_11eps_193{margin-bottom:1.35rem;padding:1rem;border-radius:1rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border)}._progressHeader_11eps_201{display:flex;align-items:center;justify-content:space-between;gap:1rem}._progressTitle_11eps_208{color:var(--box-title)!important;font-size:1rem!important;font-weight:900!important}._progressMeta_11eps_214{margin-top:.35rem!important;color:var(--label-color)!important;font-weight:700!important}._activeTermPill_11eps_220{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .85rem;border-radius:999px;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border);color:var(--label-color);font-size:.85rem;white-space:nowrap}._activeTermPill_11eps_220 strong{color:var(--box-title);font-weight:900}._currentTermActions_11eps_237{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._termHistoryAction_11eps_244{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.35rem;padding:.55rem .85rem;border:1px solid rgba(10,78,163,.18);border-radius:999px;background:var(--internship-location-surface);color:var(--primary-color);font:inherit;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}._termHistoryAction_11eps_244:hover{transform:translateY(-1px);box-shadow:0 8px 18px #00367a1f}._termHistoryAction_11eps_244 svg{font-size:1rem}._progressBar_11eps_269{position:relative;height:.65rem;margin-top:1.2rem;overflow:hidden;border-radius:999px;background:#e7edf5}._progressFill_11eps_278{position:absolute;inset-block:0;inset-inline-start:0;border-radius:inherit;background:linear-gradient(90deg,var(--success-chip-text),var(--primary-color))}._downloadTitle_11eps_286{margin-bottom:.9rem!important;color:var(--label-color)!important;font-weight:700!important}._downloadGrid_11eps_292{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._innerGrid_11eps_298{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}._downloadItem_11eps_305{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.9rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border);color:var(--box-title);font-weight:700;text-decoration:none;font:inherit;text-align:right;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}._downloadItem_11eps_305:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00367a14}._downloadItem_11eps_305:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}._downloadItem_11eps_305 svg{color:var(--primary-color)}._uploadFields_11eps_334{display:flex;flex-direction:column;gap:1rem;margin:1.25rem 0 1.5rem}._uploadFormFields_11eps_341{min-inline-size:0;margin:0;padding:0;border:0}._ruleUploadItem_11eps_348{display:flex;flex-direction:column;gap:.65rem}._submittedFileLink_11eps_354{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;color:var(--primary-color);font-weight:700;text-decoration:none}._submittedFileLink_11eps_354 svg{font-size:1.1rem}._statusPanel_11eps_367{display:flex;flex-direction:column;gap:1rem}._statusHero_11eps_373{display:flex;align-items:flex-start;gap:.85rem;padding:1rem;border-radius:1rem}._statusHero_11eps_373 svg{margin-top:.15rem}._statusHeroTitle_11eps_384{font-size:1rem!important;font-weight:800!important}._statusHeroText_11eps_389{margin-top:.35rem!important;line-height:1.8!important}._statusRows_11eps_394{display:flex;flex-direction:column;gap:.85rem}._statusRow_11eps_394{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:.9rem;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border);color:var(--label-color)}._statusRow_11eps_394 strong{color:var(--box-title);font-weight:800;text-align:left}._scoreCard_11eps_417{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border-radius:1rem;background:linear-gradient(135deg,#1fa45f24,#1fa45f0f);border:1px solid rgba(31,164,95,.18)}._scoreCard_11eps_417 svg{color:var(--success-chip-text)}._scoreLabel_11eps_430{color:var(--label-color)!important;font-weight:700!important}._scoreValue_11eps_435{margin-top:.2rem!important;color:var(--success-chip-text)!important;font-size:1.3rem!important;font-weight:900!important}._termModalContent_11eps_442{display:flex;flex-direction:column;gap:1rem;padding-top:.4rem}._termModalHeader_11eps_449{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._termModalTitle_11eps_456{color:var(--box-title)!important;font-size:1.05rem!important;font-weight:900!important}._termModalMeta_11eps_462{margin-top:.35rem!important;color:var(--label-color)!important;font-weight:700!important}._termModalBadge_11eps_468{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999px;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border);color:var(--primary-color);font-weight:900;white-space:nowrap}._termModalBadge_11eps_468 svg{font-size:1.05rem}._termInfoGrid_11eps_484{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}._termHistoryCards_11eps_490{display:flex;flex-direction:column;gap:1rem}._termHistoryCard_11eps_490{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:1rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border)}._termHistorySections_11eps_506{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}._termSummaryCard_11eps_512,._termDocumentsCard_11eps_513{display:flex;flex-direction:column;gap:.85rem;padding:1rem;border-radius:.9rem;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border)}._termHistoryCardHeader_11eps_523{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._termHistoryTitle_11eps_530{color:var(--box-title)!important;font-size:1rem!important;font-weight:900!important}._termCourseList_11eps_536{display:flex;flex-direction:column;gap:.85rem}._termCourseCard_11eps_542{display:flex;flex-direction:column;gap:.85rem;padding:1rem;border-radius:.9rem;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border)}._termCourseTitle_11eps_552{display:flex;align-items:center;gap:.55rem;color:var(--box-title)}._termCourseTitle_11eps_552 svg{color:var(--primary-color)}._termCourseTitle_11eps_552 strong{font-weight:900}._termCourseDetails_11eps_565{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}._termCourseDetails_11eps_565>div{display:grid;grid-template-columns:auto 1fr;gap:.3rem .55rem;padding:.8rem;border-radius:.8rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border);color:var(--label-color)}._termCourseDetails_11eps_565>div svg{grid-row:span 2;color:var(--primary-color)}._termCourseDetails_11eps_565>div strong{color:var(--box-title);font-weight:900}._termInfoItem_11eps_589{display:grid;grid-template-columns:auto 1fr;gap:.35rem .6rem;padding:.9rem;border-radius:.9rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border);color:var(--label-color)}._termInfoItem_11eps_589 svg{grid-row:span 2;color:var(--primary-color)}._termInfoItem_11eps_589 strong{color:var(--box-title);font-weight:900}._termNote_11eps_608{display:flex;flex-direction:column;gap:.4rem;padding:.9rem;border-radius:.9rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border);color:var(--label-color)}._termNote_11eps_608 strong{color:var(--box-title);line-height:1.8}._termDocumentsTitle_11eps_623{color:var(--box-title)!important;font-weight:900!important}._termDocumentsList_11eps_628{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}._termDocumentLink_11eps_634{display:flex;align-items:center;gap:.55rem;padding:.85rem;border-radius:.85rem;background:var(--internship-location-surface);border:1px solid var(--internship-location-row-border);color:var(--box-title);font-weight:800;text-decoration:none}._termDocumentLink_11eps_634 svg{color:var(--primary-color)}._termEmptyState_11eps_650{padding:.95rem!important;border-radius:.9rem;background:var(--internship-location-summary-bg);border:1px solid var(--internship-location-row-border);color:var(--label-color)!important;font-weight:700!important}._disabledDownload_11eps_659{opacity:.5;pointer-events:none;cursor:not-allowed}@media screen and (max-width:900px){._heroHeader_11eps_23,._summaryContent_11eps_137,._progressHeader_11eps_201,._termModalHeader_11eps_449,._termHistoryCardHeader_11eps_523,._innerGrid_11eps_298,._downloadGrid_11eps_292{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}._innerGrid_11eps_298{display:flex}._downloadGrid_11eps_292{display:grid}._termInfoGrid_11eps_484,._termDocumentsList_11eps_628,._termCourseDetails_11eps_565{grid-template-columns:1fr}._statusRow_11eps_394{flex-direction:column;align-items:flex-start}}@media screen and (max-width:600px){._heroCard_11eps_8,._accordionCard_11eps_9,._emptyCard_11eps_10,._panelCard_11eps_11{padding:1rem}._downloadGrid_11eps_292{grid-template-columns:1fr}._currentTermActions_11eps_237,._activeTermPill_11eps_220,._termHistoryAction_11eps_244{width:100%;justify-content:center}._historySectionHeader_11eps_67{flex-direction:column}._historySectionHeader_11eps_67 ._sectionHeader_11eps_61{margin-bottom:0}._sectionDivider_11eps_82{display:none}}._totalFormBox_g5gjp_1{background-color:var(--box-background);border-radius:1.3rem!important;padding:1rem;display:flex;flex-direction:column!important;justify-content:center}._profilePanel_g5gjp_10{margin:0;padding:1.25rem}._panelHeader_g5gjp_15{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:.75rem}._title_g5gjp_23{color:var(--box-title);font-size:1.4rem!important;font-weight:700!important}._subtitle_g5gjp_29{color:var(--label-color);font-size:.86rem!important;margin-top:.5rem!important}._activeChip_g5gjp_35,._inactiveChip_g5gjp_36{border-radius:.35rem!important;flex-shrink:0;font-weight:700!important}._activeChip_g5gjp_35{background-color:var(--success-chip-bg)!important;border-color:transparent!important;color:var(--success-chip-text)!important}._inactiveChip_g5gjp_36{background-color:var(--error-chip-bg)!important;border-color:transparent!important;color:var(--error-chip-text)!important}._profileInfoBoxContainer_g5gjp_54{background-color:#fff;border-radius:1.2rem}._profileHero_g5gjp_59{align-items:center;display:flex;gap:1rem;margin-top:1rem;padding:1rem}._avatar_g5gjp_67{background-color:#fff!important;border:6px solid #ffffff;box-shadow:0 8px 20px #00367a14;height:5.5rem!important;width:5.5rem!important}._identity_g5gjp_75{display:flex;flex-direction:column;gap:.4rem;margin-right:.2rem;min-width:0}._divider_g5gjp_83{position:relative;left:0%;transform:translate(-2%);width:96%;border:none;background-color:var(--box-background);height:1.5px}._displayName_g5gjp_93{color:var(--box-title);font-size:1.35rem!important;font-weight:800!important;line-height:1.4!important;overflow-wrap:anywhere}._username_g5gjp_101{color:var(--label-color);direction:ltr;font-size:.95rem!important;margin-top:.2rem!important;text-align:right}._infoGrid_g5gjp_109{padding:1.5rem 2rem}._infoItem_g5gjp_113{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem 0}._infoLabel_g5gjp_121{color:var(--label-color);font-size:.78rem!important;font-weight:700!important;line-height:1.5!important}._infoValue_g5gjp_128{color:var(--textfield-text-color);font-size:.98rem!important;font-weight:700!important;line-height:1.7!important;margin-top:.2rem!important;overflow-wrap:anywhere;text-align:right}@media(max-width:600px){._totalFormBox_g5gjp_1{padding:.75rem}._profilePanel_g5gjp_10{padding:1rem}._panelHeader_g5gjp_15{align-items:flex-start;flex-direction:column}._profileHero_g5gjp_59{align-items:flex-start}._avatar_g5gjp_67{height:4.5rem!important;width:4.5rem!important}._displayName_g5gjp_93{font-size:1.08rem!important}._profileInfoBoxContainer_g5gjp_54{margin:-.8rem!important}._divider_g5gjp_83{transform:translate(-5%);width:90%!important}._infoGrid_g5gjp_109{padding:1rem!important}}._navbarContainer_19lki_1{background-color:var(--navbar-background)!important;box-shadow:0 8px 24px #1025420f!important;color:var(--navbar-text)!important;padding:.2rem 0!important;border-radius:1.25rem!important;border:1px solid rgba(16,37,66,.06)}._navbarContainer_19lki_1 ._backButton_19lki_9{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;background-color:var(--navbar-back-button-background);margin-right:1rem;margin-left:1rem;border-radius:.4rem}._navbarContainer_19lki_1 ._backButton_19lki_9:hover{background-color:var(--navbar-back-button-hover-background);cursor:pointer}._navbarContainer_19lki_1 ._hamburgerMenuIcon_19lki_24{width:1.8rem;margin:0 1rem;cursor:pointer!important;filter:var(--hamburger-icon-filter)}._navbarContainer_19lki_1 ._titleIconBackground_19lki_30{display:flex!important;align-items:center;justify-content:center;background-color:var(--ticket-message-profile-owner-color)!important;padding:.4rem!important;border-radius:.5rem!important;margin:0 .6rem!important}._navbarContainer_19lki_1 ._titleIconBackground_19lki_30 ._navbarIcon_19lki_39{width:1.1rem!important;filter:brightness(0) invert(1)}._navbarContainer_19lki_1._navbarTitle_19lki_43{font-weight:700!important;color:var(--ticket-message-profile-owner-color)!important}@media screen and (max-width:900px){._navbarContainer_19lki_1{padding:1rem 0px 1rem 2rem!important;border-radius:1rem!important}._backButton_19lki_9{width:3rem;height:3rem}}._menuItem_1r03h_1{display:flex;flex-direction:row!important;position:relative!important;padding:.7rem;transition:padding .32s cubic-bezier(.4,0,.2,1)}._listItemIcon_1r03h_9{width:1.1rem!important;margin:0 .5rem;filter:invert(81%) sepia(4%) saturate(8%) hue-rotate(170deg) brightness(97%) contrast(90%);transition:margin .32s cubic-bezier(.4,0,.2,1),width .32s cubic-bezier(.4,0,.2,1),filter .32s cubic-bezier(.4,0,.2,1)}._listItemTtile_1r03h_16{display:block;max-width:150px;overflow:hidden;white-space:nowrap;opacity:1;color:var(--sidebar-item)!important;transition:opacity .18s ease .14s,color .32s cubic-bezier(.4,0,.2,1)}._listItemSelected_1r03h_26{color:var(--sidebar-active-account)!important;padding:.1rem}._listItemSelected_1r03h_26:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:8px;height:24px;background-color:var(--sidebar-active-account)}._listItemSelected_1r03h_26._listItemSelectedLTR_1r03h_39:before{left:0;border-radius:0 7px 7px 0!important}._listItemSelected_1r03h_26._listItemSelectedRTL_1r03h_43:before{border-radius:7px 0 0 7px!important;right:0}._listItemSelected_1r03h_26 ._listItemIcon_1r03h_9{margin:0 1rem;width:1.1rem!important;filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(102%) contrast(101%)}._listItemSelected_1r03h_26 ._listItemTtile_1r03h_16{display:block;color:var(--sidebar-active-account)!important}._collapsedListItemIcon_1r03h_57{display:flex;justify-content:center;align-items:center;width:1.3rem;margin:.3rem auto;filter:invert(81%) sepia(4%) saturate(8%) hue-rotate(170deg) brightness(97%) contrast(90%);transition:margin .32s cubic-bezier(.4,0,.2,1),width .32s cubic-bezier(.4,0,.2,1),filter .32s cubic-bezier(.4,0,.2,1)}._colapsedItemSelected_1r03h_67{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(102%) contrast(101%)}._collapsedListItemTitle_1r03h_71{display:block;max-width:0;overflow:hidden;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 80ms ease}._drawer_cwke8_1{--sidebar-transition: .32s cubic-bezier(.4, 0, .2, 1);padding:initial!important;border-radius:2rem;transition:width var(--sidebar-transition)!important}._drawer_cwke8_1 .MuiPaper-root{display:flex;justify-content:space-between;width:240px!important;background-color:var(--primary-color);padding:initial!important;overflow-x:hidden;transition:width var(--sidebar-transition),border-radius var(--sidebar-transition)!important;will-change:width}._drawer_cwke8_1 ._hamburgerMenuIcon_cwke8_17{display:flex!important;position:absolute!important;z-index:10!important;top:1.8rem;left:.8rem;width:1.5rem;cursor:pointer!important;height:1.5rem;background-color:var(--primary-color);border-radius:50%;color:var(--sidebar-text);padding:.3rem;transition:transform var(--sidebar-transition),background-color var(--sidebar-transition)}._drawer_cwke8_1 ._titleBox_cwke8_32{display:flex;justify-content:space-evenly;align-items:center;margin:1.2rem 1.5rem 0;overflow:hidden;transition:margin var(--sidebar-transition)}._drawer_cwke8_1 ._titleBox_cwke8_32 ._notCollapsedlogo_cwke8_40{width:2.5rem!important;filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(102%) contrast(101%);transition:width var(--sidebar-transition),transform var(--sidebar-transition)}._drawer_cwke8_1 ._titleBox_cwke8_32 ._collapsedlogo_cwke8_45{width:3rem!important;filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(102%) contrast(101%);transition:width var(--sidebar-transition),transform var(--sidebar-transition)}._drawer_cwke8_1 ._titleBox_cwke8_32 ._iustTitle_cwke8_50{color:var(--sidebar-active-account);text-align:center;font-size:.7rem;max-width:155px;overflow:hidden;opacity:1;white-space:nowrap;transition:opacity .18s ease .14s}._drawer_cwke8_1 ._titleBox_cwke8_32 ._hiddenIustTitle_cwke8_60{max-width:0;opacity:0;transition:opacity 80ms ease}._drawer_cwke8_1 ._divider_cwke8_65{display:block!important;margin:0 auto!important;margin-bottom:.8rem!important;width:80%;height:.01rem;background-color:var(--notification-box-header-divider)}._drawer_cwke8_1 ._mobileHamburgerRTL_cwke8_73{margin-left:auto!important;filter:var(--hamburger-icon-filter);padding:1.2rem 1.2rem 0 0!important}._drawer_cwke8_1 ._mobileHamburger_cwke8_73{margin-right:auto;filter:var(--hamburger-icon-filter);padding:1rem 0 0 1.2rem!important}._drawer_cwke8_1 ._listMenu_cwke8_83{width:100%;padding:initial!important;display:flex;flex-direction:column;gap:1rem}._drawer_cwke8_1 ._profileCardContainer_cwke8_90{display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin-top:.8rem;transition:margin var(--sidebar-transition)}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;background-color:var(--sidebar-profile-card)!important;border-top:1px solid #e2e6ea;width:100%;padding:1rem 0px!important;transition:padding var(--sidebar-transition),background-color var(--sidebar-transition)}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._avatar_cwke8_110{position:relative;margin-bottom:.7rem}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._avatar_cwke8_110 ._defaultAvatar_cwke8_114{width:57px!important;height:57px!important;margin:.4rem 0!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._profileCompeleteText_cwke8_119{font-size:.7rem!important;margin-bottom:.8rem!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._profileCompeleteText_cwke8_119._warningAvatarProgress_cwke8_123{color:var(--sidebar-warning-avatar-progress)!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._profileCompeleteText_cwke8_119._errorAvatarProgress_cwke8_126{color:var(--sidebar-error-avatar-progress)!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._profileCompeleteText_cwke8_119._successAvatarProgress_cwke8_129{color:var(--sidebar-success-avatar-progress)!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._userName_cwke8_132{color:var(--sidebar-profile-username)!important;font-size:1rem!important;font-weight:540!important;margin-bottom:.4rem!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._applicationCount_cwke8_138{color:var(--sidebar-profile-text)!important;font-size:.7rem!important;margin-bottom:.4rem!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._defaultLogoutBtn_cwke8_143{background-color:var(--sidebar-logout-button)!important;text-transform:capitalize!important;border-radius:.4rem!important;margin:.4rem 0 .9rem!important}._drawer_cwke8_1 ._profileCardContainer_cwke8_90 ._profileCard_cwke8_90 ._defaultLogoutBtn_cwke8_143 ._defaultLogoutText_cwke8_149{color:var(--sidebar-logout-text)!important;font-size:.8rem!important}._drawer_cwke8_1 ._collapsedProfileCard_cwke8_153{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;text-align:center;transition:margin var(--sidebar-transition)}._drawer_cwke8_1 ._collapsedAvatar_cwke8_162{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;margin-bottom:.3rem}._drawer_cwke8_1 ._collapsedAvatar_cwke8_162 ._defaultAvatar_cwke8_114{width:100%;height:100%;border-radius:50%}._drawer_cwke8_1 ._collapsedDefaultLogoutBtn_cwke8_175{background-color:var(--sidebar-logout-button)!important;text-transform:capitalize!important;border-radius:.4rem!important;margin:.4rem 0 .9rem!important;padding:-.2rem}._drawer_cwke8_1 ._collapsedDefaultLogoutBtn_cwke8_175 ._defaultLogoutText_cwke8_149{color:var(--sidebar-logout-text)!important;font-size:.7rem!important}._closedDrawer_cwke8_187 .MuiPaper-root{width:70px!important}._closedDrawer_cwke8_187 ._titleBox_cwke8_32{justify-content:center;margin-right:0;margin-left:0}._layoutRoot_138dq_1{min-height:100vh;width:100%;background:var(--background-color);transition:padding-right .32s cubic-bezier(.4,0,.2,1),padding-left .32s cubic-bezier(.4,0,.2,1)}._contentColumn_138dq_8{flex:1;min-height:100vh;width:100%;padding:2rem 2rem 2.5rem}._navbarSection_138dq_15{margin-bottom:1rem}._mobileMainSection_138dq_19{margin:0 1.5rem!important}._contentShell_138dq_23{padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 18px 40px #10254214}@media screen and (max-width:900px){._contentColumn_138dq_8{padding:.75rem .75rem 1rem}._contentShell_138dq_23{padding:1rem;border-radius:1rem}._mobileMainSection_138dq_19{margin:0!important}}._container_y3kxd_1{height:100vh;max-width:100%;display:flex;margin:auto;flex-direction:column;justify-content:center!important;align-items:center!important}._container_y3kxd_1 ._notFoundImage_y3kxd_10{max-width:30vw!important}._container_y3kxd_1 ._actionBox_y3kxd_13{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:3rem;gap:3rem}._container_y3kxd_1 ._actionBox_y3kxd_13 ._actionButton_y3kxd_21 .MuiTypography-root{font-size:1.5rem!important}:root{--primary-color: #0a4ea3;--primary-text: #fefefe;--background-color: #edf4fb;--box-background: #f7faff;--box-title: #102542;--border: #d9e4f1;--navbar-background: #ffffff;--navbar-text: #1c2c42;--navbar-back-button-background: #eef4fb;--navbar-back-button-hover-background: #cddcf0;--sidebar-text: #ffffff;--sidebar-profile-card: #0b3f82;--sidebar-logout-button: #ff404059;--sidebar-logout-text: #ff4040;--sidebar-profile-text: #c3d2e7;--sidebar-profile-username: #ffffff;--sidebar-item: #b9c8dd;--sidebar-active-account: #fefefe;--sidebar-success-avatar-progress: #59dc7c;--sidebar-warning-avatar-progress: #dc9659;--sidebar-error-avatar-progress: #dc5959;--notification-box-header-divider: #3d6ead;--hamburger-icon-filter: invert(21%) sepia(88%) saturate(1673%) hue-rotate(204deg) brightness(89%) contrast(96%);--buttons-bg: #0a4ea3;--buttons-text: #ffffff;--light-buttons-bg: #fefefe;--light-buttons-border: #0a4ea3;--light-buttons-text: #0a4ea3;--light-text: #ffffff;--disabled-button-bg: #7593bac4;--hover-button-bg: #1760ba;--auth-button-bg: #0a4ea3;--auth-button-text: #ffffff;--auth-disabled-button-bg: #7593bac4;--auth-menu-bg: #dce8f3;--auth-buttons: #0a4ea3;--loading-button-focus: #000;--loading-button-disabled: rgba(23, 25, 28, .38);--loading-button-disabled-background: rgba(23, 25, 28, .12);--loading-button-primary-background: #2e7d4f;--loading-button-primary-border: #2a6d45;--loading-button-primary-background-hover: #25633e;--loading-button-primary-border-hover: #215737;--loading-button-secondary-background: #0a6bcb;--loading-button-secondary-border: #0a6bcb;--loading-button-secondary-background-hover: #0856a3;--loading-button-secondary-border-hover: #0856a3;--loading-button-success-background: #1fb46a;--loading-button-success-border: #1fb46a;--loading-button-success-background-hover: #17995a;--loading-button-success-border-hover: #17995a;--loading-button-error-background: #d94b4b;--loading-button-error-border: #d94b4b;--loading-button-error-background-hover: #af2f2f;--loading-button-white-background: #fefefe;--loading-button-white-border: #fefefe;--loading-button-white-background-hover: #e6edf5;--loading-button-white-border-hover: #e6edf5;--textfield-background: #f4f8fd;--textfield-active-background: #fefefe;--textfield-border: #3c78d8;--textfield-disabled: #dde3eb;--textfield-text-color: #102542;--radiofield-background: #ced8e6;--radio-checked-item-background: #fff;--radio-checked-item-shadow: rgba(0, 0, 0, .03);--required-label-star: #ff4040;--file-field-background: #fefefe;--label-color: rgba(16, 37, 66, .62);--darker-label-color: rgba(16, 37, 66, .82);--apply-now-button: #eef4fb;--apply-now-hover-button: #c9d8ea;--apply-now-text: #102542;--ticket-forward-button-background: #eef4fb;--ticket-forward-button-hover-background: #cddcf0;--hamburger-button-background: #eef4fb;--hamburger-button-hover-background: #d7e4f3;--ticket-detail-title-text-color: #7f93ad;--ticket-detail-value-text-color: #102542;--ticket-message-profile-owner-color: #102542;--ticket-message-profile-time-color: #7f93ad;--notification-information: #3c78d8;--warning-chip-bg: #f2b35c2b;--warning-chip-text: #de8f25;--success-chip-bg: #28b56a26;--success-chip-text: #1fa45f;--error-chip-bg: #ef5d5d26;--error-chip-text: #d64545;--info-header-step: #102542;--info-icons: #3c78d8;--final-check-header-title: #3c78d8;--final-check-header-border: #e4edf7;--final-check-edit-button: #0a4ea3;--final-check-title: #8298b4;--single-application-date: #7f93ad;--internship-location-surface: #ffffff;--internship-location-chip-border: rgba(0, 61, 137, .12);--internship-location-card-shadow: rgba(0, 54, 122, .08);--internship-location-hero-start: rgba(0, 54, 122, .97);--internship-location-hero-end: rgba(0, 61, 137, .9);--internship-location-hero-glow: rgba(255, 255, 255, .18);--internship-location-hero-text-soft: rgba(255, 255, 255, .82);--internship-location-hero-badge-bg: rgba(255, 255, 255, .14);--internship-location-row-border: rgba(0, 61, 137, .08);--internship-location-row-bg-start: #fbfcff;--internship-location-row-bg-end: #f4f7fb;--internship-location-summary-bg: #f8fbff;--internship-schedule-card-shadow: rgba(0, 54, 122, .08);--internship-schedule-hero-start: rgba(0, 54, 122, .97);--internship-schedule-hero-end: rgba(0, 61, 137, .9);--internship-schedule-hero-glow: rgba(255, 255, 255, .18);--internship-schedule-hero-text-soft: rgba(255, 255, 255, .82);--internship-schedule-badge-bg: rgba(255, 255, 255, .14);--internship-schedule-panel-bg: #ffffff;--internship-schedule-panel-soft-bg: #f8fbff;--internship-schedule-panel-border: rgba(0, 61, 137, .08);--internship-schedule-countdown-bg: #f4f7fb;--internship-schedule-disabled-bg: #eef1f5;--internship-schedule-disabled-text: #8d97a6}@font-face{font-family:IRANSans;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;src:url(/assets/IRANSans_Medium-_ZhVJyDf.ttf)}html,body{direction:rtl;max-width:100vw;overflow-x:hidden}*{font-family:IRANSans!important;box-sizing:border-box!important;padding:0;margin:0;transition:.2s}*::-webkit-scrollbar{width:.3em;height:.3em}*::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d;border-radius:2rem}*::-webkit-scrollbar-thumb{background-color:var(--auth-buttons);outline:1px solid slategrey;border-radius:2rem}a{color:var(--hover-button-bg)!important;text-decoration:none}a:hover{color:var(--loading-button-secondary-background)!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.MuiSelect-select.Mui-disabled{border:unset!important;background-color:#f4f4f4!important;cursor:not-allowed!important}
