.fill-blue{fill:#00488e;fill:var(--colorBlue)}.fill-primary-light{fill:#f7a800;fill:var(--primaryLight)}.stroke-primary-light{stroke:#f7a800;stroke:var(--primaryLight)}.fill-primary-main{fill:#01468e;fill:var(--primaryMain)}.stroke-primary-main{stroke:#01468e;stroke:var(--primaryMain)}.fill-secondary-green{fill:#26922b;fill:var(--secondaryGreen)}.fill-arrow-yellow{fill:#ffefce;fill:var(--arrowYellow)}.fill-secondary-main{fill:#dfefff;fill:var(--secondaryMain)}.fill-old-silver-grey{fill:#838383;fill:var(--oldSilverGrey)}.fill-failed-red{fill:#ef0202;fill:var(--failedRed)}.fill-pdf-red{fill:#f40f02;fill:var(--pdfRed)}.fill-negative-red{fill:#d21113;fill:var(--negativeRed)}.fill-secondary-orange-yellow{fill:#ffebcc;fill:var(--secondaryOrange)}.fill-orange{fill:#f1a634;fill:var(--colorOrange)}.fill-newstreet-red{fill:#e8152a;fill:var(--newstreetRed)}.fill-shecom-pink{fill:#e1278a;fill:var(--shecomPink)}.fill-success-green{fill:#d7ffd8;fill:var(--successGreen)}.fill-positive-green{fill:#00b200;fill:var(--positiveGreen)}.fill-white{fill:#fff;fill:var(--colorWhite)}: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:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));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:default;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;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.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;word-break:break-word}.Toastify__toast-icon{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)}}:where(html){-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:100;src:url(/static/media/metropolis-all-100-italic.573d91b3c549b7fffc74.woff2) format("woff2"),url(/static/media/metropolis-all-100-italic.8d830895b65e2f07f09c.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:100;src:url(/static/media/metropolis-all-100-normal.9948fc3057b02be58d05.woff2) format("woff2"),url(/static/media/metropolis-all-100-normal.74289d7167d1a2d2012d.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:200;src:url(/static/media/metropolis-all-200-italic.b5fe019f3051681afd7c.woff2) format("woff2"),url(/static/media/metropolis-all-200-italic.0c12a49e1ef183ef5cee.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:200;src:url(/static/media/metropolis-all-200-normal.5a251f47d83e213d1d48.woff2) format("woff2"),url(/static/media/metropolis-all-200-normal.6dea3395536fa0ca5ed6.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:300;src:url(/static/media/metropolis-all-300-italic.debacb904ea0289fc5c6.woff2) format("woff2"),url(/static/media/metropolis-all-300-italic.fe7c18d990fab3d9b281.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:300;src:url(/static/media/metropolis-all-300-normal.53036a05f6557c05e491.woff2) format("woff2"),url(/static/media/metropolis-all-300-normal.5755ea3780028b868b12.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:400;src:url(/static/media/metropolis-all-400-italic.d5daf742611b86ea2649.woff2) format("woff2"),url(/static/media/metropolis-all-400-italic.0acb40fac92bd0b8f2d3.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:400;src:url(/static/media/metropolis-all-400-normal.c7106e4ab743a4136ded.woff2) format("woff2"),url(/static/media/metropolis-all-400-normal.d6363f8209002f967c3d.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:500;src:url(/static/media/metropolis-all-500-italic.4de8f71c492dfe7297bc.woff2) format("woff2"),url(/static/media/metropolis-all-500-italic.fb52650ce1784e272fb1.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:500;src:url(/static/media/metropolis-all-500-normal.e71bda5d8dc5522e5325.woff2) format("woff2"),url(/static/media/metropolis-all-500-normal.fc9003575a03798e8b11.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:600;src:url(/static/media/metropolis-all-600-italic.6f1462a75cab16ee77c8.woff2) format("woff2"),url(/static/media/metropolis-all-600-italic.2614b2621489d48d8c71.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:600;src:url(/static/media/metropolis-all-600-normal.015736ac96a0f4b445b5.woff2) format("woff2"),url(/static/media/metropolis-all-600-normal.fd4567468716cbe42bc4.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:700;src:url(/static/media/metropolis-all-700-italic.98827a67524079e2d8d0.woff2) format("woff2"),url(/static/media/metropolis-all-700-italic.16ccbee249bbbca0b58b.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:700;src:url(/static/media/metropolis-all-700-normal.3b74274ca1cfa68e1dea.woff2) format("woff2"),url(/static/media/metropolis-all-700-normal.a1e10adde11254f9aff2.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:800;src:url(/static/media/metropolis-all-800-italic.5bcdb95ac883d22ec032.woff2) format("woff2"),url(/static/media/metropolis-all-800-italic.0beabb9722b2a92ad083.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:800;src:url(/static/media/metropolis-all-800-normal.76419cbd5aa1d288fb3a.woff2) format("woff2"),url(/static/media/metropolis-all-800-normal.0350e2932fca68766183.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:italic;font-weight:900;src:url(/static/media/metropolis-all-900-italic.879c5874a9e435ffe041.woff2) format("woff2"),url(/static/media/metropolis-all-900-italic.71438e3d8cc30f4eda12.woff) format("woff")}@font-face{font-display:swap;font-family:Metropolis;font-style:normal;font-weight:900;src:url(/static/media/metropolis-all-900-normal.e9fa7a7ea1ecd58d4fc6.woff2) format("woff2"),url(/static/media/metropolis-all-900-normal.d927a0aa1c68069a826a.woff) format("woff")}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}:root{--appBackgroundColor:#f3f3f3;--primaryMain:#01468e;--primaryLight:#f7a800;--secondaryMain:#dfefff;--colorGrey:#a7a6a6;--colorDarkGrey:#a4a4a4;--colorWhite:#fff;--colorWhitesmoke:#f3f3f3;--oldSilverGrey:#838383;--pipelineCompleted:#3e9f42;--pipelineInactive:#ccc;--pipelineBordermode:#eaeaf0;--pipelineOwnerstate:#784af4;--arrowYellow:#ffefce;--failedRed:#ef0202;--pdfRed:#f40f02;--newstreetRed:#e8152a;--shecomPink:#e1278a;--successGreen:#d7ffd8;--colorBlack:#000;--platinum:#e1e1e1;--positiveGreen:#00b200;--negativeRed:#d21113;--navigateIcons:#e9f3fd;--downloadLink:#759ac1;--whiteSmokeLight:#efefef;--colorOrange:#f1a634;--superBlack:#1f1500;--primaryGreen:#27ae61;--colorBlue:#00488e;--reject:#d32f2f;--secondaryGreen:#26922b;--pinkSwan:#b4b4b4;--disableButtonBgColor:#d9d9d9;--disableButtonColor:#a4a4a4;--secondaryOrange:#ffebcc;--mainGrey:#ddd}@font-face{font-family:Metropolis!important;src:local("Metropolis"),url(/static/media/Metropolis-Regular.67a1988d7b65b0aaa16d.otf) format("opentype")}.flex-center{min-height:100vh}.center,.flex-center{align-items:center;display:flex;flex-direction:column;justify-content:center}html{overflow:hidden}*,body,html{font-size:12px}*,body{font-family:Metropolis!important;margin:0;padding:0;scrollbar-width:thin;-webkit-user-select:none;user-select:none}* :hover,body :hover{scrollbar-color:#888 #ddd}* ::-webkit-scrollbar,body ::-webkit-scrollbar{height:5px;width:5px}* ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background-color:#e1dbdb;border-radius:50px}* ::-webkit-scrollbar-thumb:hover,body ::-webkit-scrollbar-thumb:hover{background-color:#838383}* ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track{background-color:#ddd}* ::-webkit-scrollbar-track-piece,body ::-webkit-scrollbar-track-piece{background-color:#eee}h1,h2,h3,h4,h5,h6{margin:0}.button-prefix-icon{fill:#01468e;fill:var(--primaryMain)}.header-btn:hover .button-prefix-icon{fill:#fff;fill:var(--colorWhite)}.header-btn:disabled .button-prefix-icon{fill:#a4a4a4;fill:var(--colorDarkGrey)}@media(min-width:1200px){.horizontal-tabs button{font-size:1rem}}@media(min-width:320px){html{font-size:8px}}@media(min-width:481px){html{font-size:10px}}@media(min-width:769px){html{font-size:10px}}@media(min-width:1025px){html{font-size:10px}}@media(min-width:1201px)and (max-width:5000px){html{font-size:12px}}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-transition:background-color 0s 60s;transition:background-color 0s 60s}.app-container{grid-gap:15px;background-color:#f3f3f3;background-color:var(--appBackgroundColor);display:grid;gap:15px;grid-template-columns:clamp(66px,5vw,100px) 1fr;grid-template-rows:clamp(60px,8vh,70px) 1fr;min-height:100vh}.header{align-items:center;background-color:#01468e;background-color:var(--primaryMain);border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:flex;grid-area:1/1/2/3;z-index:1}.app-logo{height:7vh;max-height:60px;min-height:50px}.sidebar{background-color:#fff;background-color:var(--colorWhite);box-shadow:2px 10px 10px 0 #00000012;grid-area:1/1/3/2;padding-top:calc(clamp(60px,8vh,70px) + 5px)}.main-content{grid-area:2/2/3/3;margin:0 15px 15px 0}.sidebar-wrapper{height:calc(100vh - clamp(60px,8vh,70px))}.sidebar-tabs-wrapper>div{display:flex;justify-content:center}.sidebar-tabs{min-width:auto!important}@keyframes honeycomb{0%,20%,80%,to{opacity:0;transform:scale(0)}30%,70%{opacity:1;transform:scale(1)}}.honeycomb{height:24px;position:relative;width:24px}.honeycomb div{animation:honeycomb 2.1s infinite backwards;background:var(--color);height:12px;margin-top:6px;position:absolute;width:24px}.honeycomb div:after,.honeycomb div:before{border-left:12px solid #0000;border-right:12px solid #0000;content:"";left:0;position:absolute;right:0}.honeycomb div:after{border-bottom:6px solid var(--color);top:-6px}.honeycomb div:before{border-top:6px solid var(--color);bottom:-6px}.honeycomb div:first-child{animation-delay:0s;left:-28px;top:0}.honeycomb div:nth-child(2){animation-delay:.1s;left:-14px;top:22px}.honeycomb div:nth-child(3){animation-delay:.2s;left:14px;top:22px}.honeycomb div:nth-child(4){animation-delay:.3s;left:28px;top:0}.honeycomb div:nth-child(5){animation-delay:.4s;left:14px;top:-22px}.honeycomb div:nth-child(6){animation-delay:.5s;left:-14px;top:-22px}.honeycomb div:nth-child(7){animation-delay:.6s;left:0;top:0}.socket{height:12rem;position:relative;width:12rem}.hex-brick{animation-duration:2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:fade00;-webkit-animation-name:fade00;background:var(--color);height:1rem;position:absolute;top:5px;width:2rem}.h2{transform:rotate(60deg);-webkit-transform:rotate(60deg)}.h3{transform:rotate(-60deg);-webkit-transform:rotate(-60deg)}.gel{height:2rem;left:50%;position:absolute;top:50%;transition:all .3s;-webkit-transition:all .3s;width:2rem}.center-gel{animation-duration:2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:pulse00;-webkit-animation-name:pulse00;margin-left:-15px}.c1,.center-gel{margin-top:-15px}.c1{margin-left:-47px}.c2{margin-left:-31px}.c2,.c3{margin-top:-43px}.c3{margin-left:1px}.c4{margin-left:17px;margin-top:-15px}.c5{margin-left:-31px}.c5,.c6{margin-top:13px}.c6{margin-left:1px}.c7{margin-left:-63px}.c7,.c8{margin-top:-43px}.c8{margin-left:33px}.c9{margin-left:-15px;margin-top:41px}.c10{margin-left:-63px}.c10,.c11{margin-top:13px}.c11{margin-left:33px}.c12{margin-left:-15px}.c12,.c13{margin-top:-71px}.c13{margin-left:-47px}.c14{margin-left:17px;margin-top:-71px}.c15{margin-left:-47px}.c15,.c16{margin-top:41px}.c16{margin-left:17px}.c17{margin-left:-79px}.c17,.c18{margin-top:-15px}.c18{margin-left:49px}.c19{margin-left:-63px}.c19,.c20{margin-top:-99px}.c20{margin-left:33px}.c21{margin-left:1px}.c21,.c22{margin-top:-99px}.c22{margin-left:-31px}.c23{margin-left:-63px}.c23,.c24{margin-top:69px}.c24{margin-left:33px}.c25{margin-left:1px}.c25,.c26{margin-top:69px}.c26{margin-left:-31px}.c27{margin-left:-79px;margin-top:-15px}.c28{margin-top:-43px}.c28,.c29{margin-left:-95px}.c29{margin-top:13px}.c30{margin-left:49px;margin-top:41px}.c31{margin-left:-79px;margin-top:-71px}.c32{margin-left:-111px;margin-top:-15px}.c33{margin-top:-43px}.c33,.c34{margin-left:65px}.c34{margin-top:13px}.c35{margin-left:-79px;margin-top:41px}.c36{margin-left:49px;margin-top:-71px}.c37{margin-left:81px;margin-top:-15px}.r1{animation-delay:.2s;-webkit-animation-delay:.2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-name:pulse00}.r1,.r2{animation-duration:2s;animation-name:pulse00}.r2{animation-delay:.4s;-webkit-animation-delay:.4s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-name:pulse00}.r3{animation-delay:.6s;-webkit-animation-delay:.6s;animation-duration:2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:pulse00;-webkit-animation-name:pulse00}.r1>.hex-brick{animation-delay:.2s;-webkit-animation-delay:.2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-name:fade00}.r1>.hex-brick,.r2>.hex-brick{animation-duration:2s;animation-name:fade00}.r2>.hex-brick{animation-delay:.4s;-webkit-animation-delay:.4s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-name:fade00}.r3>.hex-brick{animation-delay:.6s;-webkit-animation-delay:.6s;animation-duration:2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:fade00;-webkit-animation-name:fade00}@keyframes pulse00{0%{transform:scale(1)}50%{transform:scale(.01)}to{transform:scale(1)}}@keyframes fade00{0%{background:var(--color)}50%{background:var(--color)}to{background:var(--color)}}.pagination-conatiner{align-items:center;display:flex;justify-content:center;width:auto}.drawer-body{height:calc(100vh - 91px);overflow-y:scroll}.accordian-summary-wrapper>div{cursor:auto}.accordian-summary-wrapper>div:first-child{width:95%}.audit-containter{grid-gap:10px;border:2px solid #c5bfca;display:grid;grid-template-columns:minmax(250px,1fr) minmax(400px,4fr);grid-template-rows:50px 1fr 50px;height:calc(100vh - clamp(60px,8vh,70px) - 30px);width:calc(100vw - clamp(66px,5vw,100px) - 30px)}.audit-header{align-items:center;background-color:#0000;display:flex;grid-area:1/1/2/3}.audit-filter{grid-area:2/1/3/2}.audit-filter,.audit-group-list{background-color:#fff;background-color:var(--colorWhite);height:calc(100vh - clamp(60px,8vh,70px) - 155px);margin-top:1vh}.audit-group-list{grid-area:2/2/3/3}.audit-pagination{align-items:center;display:flex;grid-area:3/2/4/3;justify-content:center}.customer-support-containter{grid-gap:10px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(400px,4fr);grid-template-rows:50px 1fr 50px;height:calc(100vh - clamp(60px,8vh,70px) - 30px);width:calc(100vw - clamp(66px,5vw,100px) - 30px)}.customer-support-header{align-items:center;display:flex;grid-area:1/1/2/3;margin-top:"3rem"}.customer-support-filter{background-color:#fff;background-color:var(--colorWhite);grid-area:2/1/3/2;height:calc(100vh - clamp(60px,8vh,70px) - 155px);margin-top:1vh}.customer-support-group-list{grid-area:2/2/3/3;height:calc(100vh - clamp(60px,8vh,70px) - 150px);margin-top:1vh;overflow-y:scroll}.customer-support-pagination{align-items:center;display:flex;grid-area:3/1/4/3;justify-content:center}.customer-support-group-list{scrollbar-color:#888 #f0f0f0;scrollbar-width:thin}.dashboard{display:grid;grid-template-columns:240px auto;height:100vh}.dashboard .products{background-color:#fff;padding:10px}.dashboard .data-components{background-color:#f3f3f3;display:grid;grid-template-rows:5.5% 29% 43% auto;height:100vh;margin-left:10px}.dashboard .data-components .row{display:flex;height:100%}.dashboard .data-components .row.full-width,.dashboard .data-components .row.full-width div{width:100%}.dashboard .data-components .row .column1{margin:5px;width:55%}.dashboard .data-components .row .column2{margin:5px;width:45%}@media(max-width:850px){.dashboard .data-components,.dashboard .products{padding:0}.dashboard .data-components .row{flex-direction:column;height:auto}.dashboard .data-components .row .column1,.dashboard .data-components .row .column2{margin:0;width:100%}.dashboard .data-components .row.full-width div{width:100%}}.filter-container{display:flex;flex-direction:column;height:inherit;padding:5px 5px 5px .813rem}.filter-header{align-items:flex-end;display:flex;height:3.425rem;justify-content:space-between}.filter-chips-container{animation:expand .5s ease-in-out;display:flex;flex-direction:column;margin:10px 0 5px;max-height:12.5rem}@keyframes expand{0%{opacity:0;transform:scale(0)}}.filter-chips-header{align-items:flex-end;display:flex;height:1.875rem;justify-content:space-between;padding-left:2.5%}.filter-chips-body{flex:1 1;overflow:auto;padding-left:2.5%}.filter-chip-wrapper{align-items:center;background-color:#f3f3f3;border:none;border-radius:5px;cursor:pointer;display:inline-flex;font-weight:400;height:1.6rem;margin:6px 6px 0 0;padding:5px}.filter-chip{align-items:center;display:flex;gap:9px;justify-content:center;margin:auto 3px}.filter-body{display:flex;flex-direction:column;margin-top:1.2rem;overflow-x:hidden;overflow-y:auto}.filter-underline{stroke-width:1px;stroke:#f5f4f4;background-color:#f5f4f4;flex-shrink:0;height:.5px;margin-left:3%;width:92%}.filter-body::-webkit-scrollbar{display:none}.app-sample{background-attachment:fixed;display:flex;flex-direction:column;flex-grow:1;padding:6.5625rem 5.625rem;position:relative}@media(max-width:95.9375rem){.app-sample{padding:4rem}}@media(max-width:85.25rem){.app-sample{padding:3.125rem}}@media(max-width:74.9375rem){.app-sample{padding:2.5rem}}@media(max-width:47.9375rem){.app-sample{padding:1.875rem 1.875rem 8.4375rem}}.loan-approval-containter{grid-gap:10px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(400px,4fr);grid-template-rows:50px 1fr 50px;height:calc(100vh - clamp(60px,8vh,70px) - 30px);width:calc(100vw - clamp(66px,5vw,100px) - 30px)}.loan-approval-header{align-items:center;background-color:#0000;display:flex;grid-area:1/1/2/3}.loan-approval-filter{background-color:#fff;background-color:var(--colorWhite);grid-area:2/1/3/2;height:calc(100vh - clamp(60px,8vh,70px) - 155px);margin-top:1vh}.loan-approval-group-list{grid-area:2/2/3/3;height:calc(100vh - clamp(60px,8vh,70px) - 150px);margin-top:1vh;overflow-y:scroll}.loan-approval-pagination{align-items:center;display:flex;grid-area:3/1/4/3;justify-content:center}.loan-approval-group-list{scrollbar-color:#888 #f0f0f0;scrollbar-width:thin}.reports-container{grid-gap:10px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(400px,4fr);grid-template-rows:1fr 50px;height:calc(100vh - clamp(60px,8vh,70px) - 9rem - 30px);width:calc(100vw - clamp(66px,5vw,100px) - 30px)}.cus-dashboard-header{align-items:center;background-color:#0000;display:flex;grid-area:1/1/2/3;margin-top:"3rem"}.cus-dashboard-container{grid-gap:10px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(400px,4fr);grid-template-rows:1fr 50px;height:calc(100vh - clamp(60px,8vh,70px) - 3.5rem - 30px);width:calc(100vw - clamp(66px,5vw,100px) - 30px)}.cus-dashboard-filter{height:calc(100vh - clamp(60px,8vh,70px) - 8.5rem - 30px)}.cus-dashboard-filter,.reports-filter{background-color:#fff;background-color:var(--colorWhite);grid-area:1/1/2/2}.reports-filter,.reports-group-list{height:calc(100vh - clamp(60px,8vh,70px) - 13rem - 30px)}.reports-group-list{grid-area:1/2/2/3;overflow-y:scroll}.reports-pagination{align-items:center;display:flex;grid-area:2/1/3/3;justify-content:center}.customer-dashboard-list,.reports-group-list{scrollbar-color:#888 #f0f0f0;scrollbar-width:thin}.customer-dashboard-list{grid-area:1/2/2/3;overflow-y:scroll}.customer-dashboard-pagination{align-items:center;display:flex;grid-area:2/1/3/3;justify-content:center}.drawer-block{padding:0 1.5rem}.drawer-head{justify-content:space-between;padding-bottom:1.5rem;padding-top:1.5rem}.drawer-head,.drawer-list-item{align-items:center;display:flex}.drawer-list-item{flex-direction:column;justify-content:center;padding-bottom:1rem}.accordian-summary-wrapper>div{align-items:center;margin:.45rem 0}.income-details{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.swipable-info-div{padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.creditreport-iconincard{display:flex;flex-direction:row;margin-left:1.5rem}.creditruleengine-disbursalcard{padding:1rem}.underline{margin-bottom:15px}.underline,.underline-new{background-color:#f7a800;background-color:var(--primaryLight);flex-shrink:0;height:3px;margin-top:3px;width:27px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.7;transform:scale(1)}}
/*# sourceMappingURL=main.39c1a83c.css.map*/