.tabs-container{align-items:center;display:flex}.vertical-bar{background-color:#cedad1;height:10 px;margin:0 10px;width:1px}.tab-spacing .MuiTabs-root .MuiTab-root{margin-right:16px}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:10px;position:fixed;top:0;width:100%}.modal-content{background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;max-height:90vh;max-width:900px;overflow-y:auto;padding:20px;width:100%}.modal-content h2{margin-top:0}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:8px;width:100%}.modal-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.modal-actions button{border:none;border-radius:4px;cursor:pointer;padding:8px 16px}.modal-actions button:first-child{background-color:#6c757d;color:#fff}.modal-actions button:last-child{background-color:#007bff;color:#fff}.invalid-field{border:1px solid red}.error-message{color:red;font-size:12px;margin-top:5px}.table-responsive{overflow-x:auto}.table{min-width:600px}@media (max-width:576px){.modal-content{max-width:100%;padding:15px}.loan-request-form .col-12,.loan-request-form .col-6,.loan-request-form .col-md-6{margin-bottom:10px;width:100%}}@media (min-width:577px) and (max-width:992px){.modal-content{max-width:700px}.loan-request-form .col-6,.loan-request-form .col-md-6{margin-right:4%;width:48%}.loan-request-form .col-6:nth-child(2n){margin-right:0}}@media (min-width:993px){.modal-content{max-width:900px}.loan-request-form .col-6,.loan-request-form .col-md-6{margin-right:4%;width:48%}.loan-request-form .col-6:nth-child(2n){margin-right:0}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-cyrillic-ext-300-normal.4777461b144e55145268.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-cyrillic-300-normal.1431d1cef06ad04f5458.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-greek-ext-300-normal.35b9d6be04b95f0f0530.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-greek-300-normal.db2632771401f61463fe.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-vietnamese-300-normal.32fc45a3d1e8ea11fabc.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-latin-ext-300-normal.dc7dcec8e3f654e0ed63.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-latin-300-normal.c48fb6765a9fcb00b330.woff2) format("woff2"),url(/static/media/roboto-all-300-normal.168d6383e73339293ac3.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-cyrillic-ext-400-normal.804378952da8a10faae2.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-cyrillic-400-normal.71a33b6b50457b2c903a.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-greek-ext-400-normal.169619821ea93019d1bb.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-greek-400-normal.c35e4c3958e209d17b31.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-vietnamese-400-normal.3230f9b040f3c630e0c3.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-latin-ext-400-normal.861b791f9de857a6e7bc.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-latin-400-normal.b009a76ad6afe4ebd301.woff2) format("woff2"),url(/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-cyrillic-ext-500-normal.62ced72e5832f02c2796.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-cyrillic-500-normal.cad7d3d9cb265e334e58.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-greek-ext-500-normal.6fb9cffb1d3e72bf9293.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-greek-500-normal.9ac81fefbe6c319ea40b.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-vietnamese-500-normal.d8642a3d1d4ef6179644.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-latin-ext-500-normal.9165081d10e1ba601384.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-latin-500-normal.f25d774ecfe0996f8eb5.woff2) format("woff2"),url(/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-cyrillic-ext-700-normal.be4d02458ce53887dc37.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-cyrillic-700-normal.d010f1f324e111a22e53.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-greek-ext-700-normal.bd9854c751441ccc1a70.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-greek-700-normal.50e795c1345353b0e996.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-vietnamese-700-normal.3425a701027d0699e369.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-latin-ext-700-normal.ed67ad54b1a8f5d21150.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-latin-700-normal.227c93190fe7f82de3f8.woff2) format("woff2"),url(/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:block;font-family:Material Icons;font-style:normal;font-weight:400;src:url(/static/media/material-icons.0c35d18bf06992036b69.woff2) format("woff2"),url(/static/media/material-icons.4d73cb90e394b34b7670.woff) format("woff")}.material-icons{font-feature-settings:"liga";font-family:Material Icons}@font-face{font-display:block;font-family:Material Icons Outlined;font-style:normal;font-weight:400;src:url(/static/media/material-icons-outlined.6f420cf17cc0d7676fad.woff2) format("woff2"),url(/static/media/material-icons-outlined.f882956fd323fd322f31.woff) format("woff")}.material-icons,.material-icons-outlined{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:ltr;display:inline-block;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}.material-icons-outlined{font-feature-settings:"liga";font-family:Material Icons Outlined}@font-face{font-display:block;font-family:Material Icons Round;font-style:normal;font-weight:400;src:url(/static/media/material-icons-round.c380809fd3677d7d6903.woff2) format("woff2"),url(/static/media/material-icons-round.5d681e2edae8c60630db.woff) format("woff")}.material-icons-round{font-feature-settings:"liga";font-family:Material Icons Round}@font-face{font-display:block;font-family:Material Icons Sharp;font-style:normal;font-weight:400;src:url(/static/media/material-icons-sharp.219aa9140e099e6c72ed.woff2) format("woff2"),url(/static/media/material-icons-sharp.3a4004a46a653d4b2166.woff) format("woff")}.material-icons-round,.material-icons-sharp{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:ltr;display:inline-block;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}.material-icons-sharp{font-feature-settings:"liga";font-family:Material Icons Sharp}@font-face{font-display:block;font-family:Material Icons Two Tone;font-style:normal;font-weight:400;src:url(/static/media/material-icons-two-tone.4ef4218c522f1eb6b5b1.woff2) format("woff2"),url(/static/media/material-icons-two-tone.3baa5b8f3469222b822d.woff) format("woff")}.material-icons-two-tone{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff!important;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;height:100%;margin:0;padding:0;padding-right:0!important}.modal-90w .modal-dialog{max-width:90%;width:100%}body{background-size:cover;margin:0;padding:0}#root,body{position:relative}#root{min-height:100%}#main{padding-bottom:60px}#footer{bottom:0;height:60px;position:absolute;width:100%}.app-bar,.app-bar2{color:#fff!important}.app-bar2{height:200px}.app-bar .brand_logo{border-radius:50%;height:32px;width:32px}.app-bar .institution-name,.app-bar .left{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-bar .left{width:250px}.app-bar .institution-name{max-width:25vw}#drawer{background-color:#fff;height:100%;left:-240px;top:0;transition:left .25s ease;width:240px;z-index:1032}#drawer.active{left:0}#drawer-void{background-color:#00000080;height:100%;top:0;width:100%;z-index:1031}#drawer .drawer-user{background-color:#078ece;border-bottom:1px solid #078ece!important;padding:1.5rem 1rem 1rem;text-align:center}#drawer .drawer-user img{border:1px solid #e4e3e3;height:83px;width:64px}#drawer .nav-item a{text-decoration:none}#drawer .nav-item.active{background-color:#e9ecef;border-bottom:1px solid #0000001f;border-top:1px solid #0000001f}#drawer .nav-item .item-icon{min-width:32px!important}.fab-container{bottom:0;position:fixed;right:0}.breadcrumb-item.truncatable,.text-truncate,.truncatable-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.truncatable-text{width:250px}.breadcrumb-item.truncatable{max-width:28vw}.text-truncate{max-width:230px}.btn:focus,button:focus{box-shadow:none!important;outline:none!important}.elevated-0{box-shadow:0 0 18px -5px #00000024}.elevated-1{box-shadow:0 4px 8px 0 #11161a29,0 4px 8px 0 #11161a14,0 8px 16px 0 #11161a0a}.elevated-2{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.elevated-bottom-2{box-shadow:0 16px 16px -5px #0000004d}a.hover-text-white:hover{color:#fff!important}a button{text-decoration:none}.expected-result-card:hover,.indicator-card:hover{box-shadow:0 4px 8px 0 #11161a29,0 4px 8px 0 #11161a14,0 8px 16px 0 #11161a0a}.expected-result-card.not-assigned{border:5px solid red!important}.btn-link{text-decoration:none!important}.btn-link:hover{color:blue!important}.rounded-left-bottom{border-radius:32px!important;border-top-left-radius:0!important}.rounded-right-bottom{border-radius:32px!important;border-bottom-right-radius:0!important}.bread-crumb a.active,nav a.active{color:#ff0!important;text-decoration:underline!important}.summary-card{background-color:#fffaeb;color:#000;text-transform:uppercase}.summary-card .badge-dark{background-color:#6e7985!important}.menu-item{display:block;max-width:24vw!important}.role{display:block!important;max-width:15vw!important}.summary-card .d-block{font-size:12px}.loader{height:100vh;position:relative}.loader img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.roles span{font-size:14px}.roles span,.tree-node{align-items:center;display:flex}.tree-node{max-height:40px;min-height:40px}.tree-node .tree-icon{background-repeat:no-repeat;border-radius:50%;cursor:pointer;margin-right:8px}.tree-node .tree-icon .close-icon,.tree-node .tree-icon .empty-icon,.tree-node .tree-icon .open-icon{background-size:contain;height:12px;width:12px}.node-content-wrapper{align-items:center;background-color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;cursor:pointer;display:flex;justify-content:space-between;max-height:40px;min-height:40px;padding:6px;transition:all .2s ease;width:100%}.node-content-wrapper:hover{background-color:#ff00001a}.node-content-wrapper.node-selected{border-left:4px solid red}.node-content-wrapper.titles{align-items:stretch;display:flex;flex-direction:column}.node-content-wrapper.node-title{font-weight:600}.node-content-wrapper.node-subtitle{font-size:10px;margin-top:4px}.children-length{align-items:center;background-color:red;border-radius:16px;color:#fff;display:flex;font-size:12px;font-weight:600;height:16px;justify-content:center;margin-left:12px;min-width:24px;padding:4px}.tree-wrapper{padding:0 0 0 16px;width:50%}.tree-wrapper.simple{overflow:auto}.modules-menu{background-color:#fff;border-top:1px solid #0000001f}.modules-menu a,.modules-menu button{border-radius:0!important;color:#2a7790;font-size:.75rem;font-weight:500;margin-right:10px!important;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.modules-menu a.active,.modules-menu button.active{background-color:#088dce;color:#fff}.modules-menu button.active:hover{color:#fffb00!important}.modules-menu button.active img.invert{filter:invert(298%) sepia(152%) saturate(659%) hue-rotate(300deg) brightness(94%) contrast(245%)}.MuiTreeItem-content{border-bottom:1px solid #0000001f}.MuiTreeItem-content .add-padding{padding-bottom:5px!important;padding-top:5px!important}.pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none}.pagination .btn:hover{background-color:#add1f7!important;color:#000!important}.pagination .active,.pagination .active:hover{background-color:#007bff!important}.pagination .active:hover{color:#fff!important}.elevated{box-shadow:0 4px 8px 0 #11161a29,0 4px 8px 0 #11161a14,0 8px 16px 0 #11161a0a}.form-control{border-color:#17a2b8;border-width:1px!important}.form-control:focus{background-color:#fff!important;border-color:#2566e8!important;border-radius:4px!important;border-width:2px!important;box-shadow:none!important;color:#000000de!important;transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms!important}.loaderIcon,.searchIcon{color:#17a2b8;position:absolute;right:24px;top:8px}.loaderIcon{width:24px!important}.w-100{width:100%}.h-50{height:60px}.exam__dashboard{width:100%}.exam__dashboard .top_cont{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.exam__dashboard .top_cont .card_item{align-items:center;background-color:#fff;border:1px solid var(--maincl-lght-l);border-radius:10px;box-shadow:0 5px 5px 0 rgba(#2a7790,.05);-moz-box-shadow:0 5px 5px 0 rgba(#2a7790,.05);-webkit-box-shadow:0 5px 5px 0 rgba(#2a7790,.05);display:flex;flex:1 1;justify-self:start;margin:10px;max-width:280px;padding:20px}.exam__dashboard .top_cont .card_item .img_icon{height:80px;overflow:hidden;position:relative;width:80px}.exam__dashboard .top_cont .card_item .img_icon img{left:0;position:absolute;top:50%;transform:translateY(-50%);width:75%}.exam__dashboard .top_cont .details_con h2{color:var(--maincl-lght);font-size:1rem;font-weight:400}.exam__dashboard .top_cont .details_con h3{color:var(--fnheadingcl);font-family:Overpass,sans-serif;font-size:2rem;font-weight:600}thead th{border-bottom-width:1px!important}.tablex thead th{border-bottom:thin solid #dee2e6!important;vertical-align:bottom}.tablex td{padding:.3rem;width:130px}.align-level-centered{text-align:center!important}.align-indexvalue-right,.tablex td input{text-align:right!important}.tablex td input{border:1px solid #078ece;padding:.3rem;position:relative;width:100%}.tablex td input[type=checkbox]{margin-top:8px;padding:.3rem;transform:scale(1.5);z-index:0!important}.hovered-td,.hovered-td-box{background-color:#e9ecef!important}.hovered-td-box{padding:0!important}.hovered-row{background-color:#e9ecef!important}.table th,.tablejc td{padding:.75rem}.span{display:inline-block;width:300px!important}.structure-unit-drawer{width:450px}.fixTableHead{height:110px;overflow-y:auto}.fixTableHead thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1!important}table{border-collapse:collapse;width:100%}td,th{padding:8px 15px}th{background:#e9ecef}.table-striped{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:11px;font-weight:500}.table-striped tr:nth-child(2n){background-color:#f3f6f8!important}.table-striped tr:nth-child(odd){background-color:#fff!important}td{vertical-align:middle!important}.css-19kzrtu{padding:0!important}.css-1auycx3-MuiAutocomplete-root .MuiOutlinedInput-root.MuiInputBase-sizeSmall{padding:4px!important}.user-contact{align-items:flex-start;border-bottom:1px solid #a4b0bc;display:flex;justify-content:space-between;padding:10px 0 20px}.user-contact-2{flex:1 1;padding-left:16px}.user-contact-2 h3{color:#088dce;font-size:.85rem;font-weight:400;line-height:1.2rem;margin-bottom:16px;text-transform:uppercase}.user-contact-3{width:100%}.user-contact-3 h3{color:#088dce;font-size:.85rem;font-weight:400;line-height:1.2rem;margin-bottom:16px;text-transform:uppercase}.user_profile_detail{color:#344457;display:block;line-height:1.8rem}.contact_p,.user_profile_detail{font-size:.85rem;font-weight:400}.contact_p{color:#a4b0bc;margin-bottom:8px}.contact_span{color:#344457;font-size:.85rem;font-weight:600}.bg-light-success{background-color:#eefbec!important}.text-gray-800{color:#28346c!important}.z-index-2{z-index:2!important}.fw-bold{font-weight:600!important}.fs-1{font-size:calc(1.1rem + .4vw)!important}.text-gray-600{color:#7e8299!important}.fw-semibold{font-weight:500!important}.fs-6{font-size:1.075rem!important}.mb-7{margin-bottom:1rem!important}.me-15{margin-right:3.75rem!important}.h-175px{height:175px!important}.position-relative{position:relative!important}@media (min-width:768px){.me-md-0{margin-right:0!important}}.me-9{margin-right:2.25rem!important}.mt-2{margin-top:.5rem!important}.flex-grow-1{flex-grow:1!important}.flex-center{align-items:center;justify-content:center}.border-gray-300{border-color:#e4e6ef!important}.min-w-80px{min-width:100px!important}.rounded{border-radius:.85rem!important}.text-gray-700{color:#596394!important}.text-gray-400{color:#078ece!important}strong.employee-name{display:inline-block}strong.employee-name:first-letter{text-transform:uppercase}.border-dashed{border-color:#078ece;border-style:solid!important}.card-title{margin-bottom:0!important}.notify--error,.notify--info{border:1px solid #0000;border-radius:8px;box-sizing:border-box;display:flex;margin-bottom:20px;position:relative;width:100%}.notify--info:before{background:#078ece;border:1px solid #078ece;border-radius:8px 0 0 8px}.notify--error:before,.notify--info:before{content:"";height:100%;left:-1px;position:absolute;top:-1px;width:4px}.notify--error:before{background:#dc3545!important;border:1px solid;border-color:#dc3545!important;border-radius:8px 0 0 8px}.notify__icon-holder{padding:16px 0 0 16px}.notify__content-wrapper{display:flex;flex:1 1;flex-flow:row wrap;padding:16px 0 0 8px}.notify__content{word-wrap:break-word;color:#1c252c;flex:1 1;font-family:DineroSans,sans-serif;font-weight:400;margin:0 24px 16px 0;overflow-wrap:break-word;text-align:left}.text--link{color:#078ece;cursor:pointer;font-weight:700;text-decoration:none}.registration-card{background-color:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;display:flex;flex-direction:column}.registration-button,.registration-card{position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.registration-button{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background-color:#1976d2;border:0;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.25px;line-height:36px;min-width:auto;outline:none;overflow:hidden;text-align:center;text-decoration:none;text-transform:none;transition:background .2s .1s;-webkit-user-select:none;z-index:0}
/*# sourceMappingURL=main.de23789b.css.map*/