body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}: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{-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)}}button{align-items:center;display:flex;gap:1em;justify-content:center}.button-square{border-radius:5px}.button-pill{border-radius:20px}.button-outline{background:#0000;border:1px solid #407bff;color:#407bff}.button-solid{background:#407bff;border:1px solid #407bff;color:#fff}.button-outline:hover,.button-solid:hover{opacity:.7}.button-solid-darker{background:#2a38a4;border:1px solid #2a38a4;color:#fff}.button-solid-darker:hover{background:#24308c;border:1px solid #24308c}.button-solid-darkest{background:#1c256d;border:1px solid #1c256d;color:#fff}.button-solid-darkest:hover{opacity:.7}.button-solid-white{background:#fff;border:none;color:#407bff}.button-solid-white:hover{background:#eee;box-shadow:none}.button-link{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5em;padding:0;text-decoration:none}.button-link:hover{filter:brightness(10%)}.button-link:disabled{cursor:inherit;opacity:.5}.button-link:disabled:hover{filter:none}.link-color{color:#407bff;font-weight:600}.link-color:hover{color:#367ce7;filter:none}.button-nested{background:#0000;border:none;cursor:pointer}.back-button{font-size:1.1em;font-weight:600;padding:0}.back-button:hover{filter:brightness(60%)}.footer{bottom:0;justify-content:center;margin:1em 0;text-align:center;width:100%}.footer,.navbar{display:flex;position:relative}.navbar{align-items:flex-start;justify-content:space-between;margin:0 0 1em;padding:2.5em;top:0;width:calc(100% - 5em);z-index:1}.navbar h2{font-size:2em;margin:0 0 .2em}.navbar p{font-size:1.1em;margin:0}.bellIcon{border-radius:10px;box-shadow:0 4px 8px #0000001a;justify-content:center;padding:10px}.bellIcon,.tenantSelectorUl{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:60px}.tenantSelectorUl{border:none;border-radius:10px;box-shadow:#0000001a;box-shadow:0 4px 8px #0000001a;cursor:pointer;justify-content:space-between;outline:none;padding:15px;width:280px}.alignImages{align-items:baseline;display:flex;justify-content:center}.alignImages img{width:30px}.tenantList{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-height:250px;overflow-y:auto;padding:10px;position:absolute;top:50px;width:75%;&::-webkit-scrollbar{border-radius:4px;width:7px}&::-webkit-scrollbar-thumb{background:#6488ea;border-radius:4px}&::-webkit-scrollbar-track{background-color:#d3d3d3;margin-top:10px}}.tenantList li{align-items:center;border:solid #ccc;border-width:0 0 .1px;box-sizing:border-box;column-gap:10px;cursor:pointer;display:flex;list-style:none;padding:10px;text-decoration:none}.indTenantName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.tenantSelector{align-items:center;background-color:#fff;border:none;border-radius:10px;box-shadow:#0000001a;box-sizing:border-box;display:flex;height:60px;justify-content:flex-start;outline:none;padding:15px;width:220px}.mainTenantHold{align-items:flex-start;column-gap:10px;display:flex;justify-content:center;position:relative;width:auto}.tenantTextHolder{overflow-x:auto;width:80%;&::-webkit-scrollbar{height:7px}&::-webkit-scrollbar,&::-webkit-scrollbar-thumb{background:#6488ea;border-radius:4px}&::-webkit-scrollbar-track{background-color:#d3d3d3;margin-top:10px}}.sidebar,.sidebar-burger{background-color:#1c256d;flex-direction:column;height:100%;justify-content:flex-start;left:0;position:fixed;top:0;z-index:1}.sidebar{box-shadow:0 10px 20px #0000001a;display:flex;overflow-y:auto;width:220px}.sidebar-burger{width:90%}.burger-container,.sidebar-burger{display:none}.burger-container{left:0;position:fixed;top:0;z-index:8}.burger-button{background-color:initial;border:none;cursor:pointer;position:relative;z-index:9}.burger-icon{width:20px}.logo-container{align-items:center;display:flex;flex-direction:row;height:3em;justify-content:center;padding:2em 1.5em 4em;width:calc(100% - 3em)}.logo-link{text-decoration:none}.logo-container .insights-logo{max-width:100%;width:100%}.sidebar-links{align-items:center;display:flex;flex-direction:column;width:100%}.sidebar-link-row.active{background:#ffffff4d}.sidebar-link-row{align-items:center;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-direction:row;gap:.7em;margin:10px 0;padding:1em .7em;position:relative;text-decoration:none;width:calc(90% - 1.4em)}.sidebar-link-row:hover{opacity:.7}.sidebar-link-row.active:hover{opacity:1}.sidebar-link-row svg{height:2em;width:2em}.sidebar-link-row p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-link-logout{bottom:0;position:absolute}.decision-engine-nav{margin-left:2.8em;padding:1em .7em;width:calc(90% - 1.4em)}.decision-engine-nav a{font-size:.8em}@media only screen and (max-width:800px){.sidebar{display:none}.burger-container,.sidebar-burger{display:flex}}.tour-prompt{align-items:center;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);box-sizing:border-box;display:flex;height:100%;justify-content:center;overflow:auto;padding-left:235px;position:fixed;right:0;top:0;width:100vw;z-index:100000}.tour-button-hold{display:flex;justify-content:start}.tour-button-hold div{height:45px;margin-right:15px;width:160px}.stepOne{height:250px;width:650px}.inner-tour-hold{display:flex;flex-direction:column;height:80%;justify-content:space-around;width:80%}.tour-button-two{align-items:center;display:flex;justify-content:space-between}.list-type-title{font-size:1em;font-weight:500;margin:0}.list-type-detail{font-size:2.5em;margin:0}.list-type-detail span{font-size:.8em}.st-details-list-main-container{display:flex;flex-direction:column}.st-detail-color-background-list-container ul,.st-details-double-colored-bottom-row ul,.st-details-list-main-container ul,.st-details-pattern-bottom-row ul{list-style:none;margin:0;padding:0}.list-row-two-colored:nth-child(odd){background-color:#f6f8fc}.list-row-two-colored:nth-child(2n){background-color:#d9e5ff}.st-details-list-main-container ul li h2,.st-details-list-main-container ul li p{margin:0}.st-details-column-list{grid-gap:1.5em 2em;display:grid;gap:1.5em 2em;grid-template-areas:"auto auto";width:100%}.st-details-column-list li{width:100%}.st-details-column-list li h2{font-size:1.6em;font-weight:500}.st-analytics-spend-top-row .st-details-list{display:flex;flex-direction:column;gap:1em 0;height:100%;justify-content:space-between}.st-analytics-spend-top-row .st-details-list li .list-type-content{display:flex;flex-direction:column-reverse}.st-details-pattern-top-row .st-details-list{align-items:center;display:flex;gap:1em;justify-content:space-between}.st-details-pattern-top-row .st-detail-content,.st-details-pattern-top-row .st-detail-content .st-details-list-main-container,.st-details-pattern-top-row .st-detail-content .st-details-list-main-container .st-details-list{height:100%}.st-details-behavior-top-row .st-details-list li svg,.st-details-pattern-top-row .st-details-list li svg{height:2.5em;width:2.5em}.st-details-behavior-top-row .st-details-list li .list-type-content{flex-direction:row-reverse}.st-details-behavior-top-row .st-details-list-pattern li .list-type-content h2,.st-details-behavior-top-row .st-details-list-pattern li .list-type-content p,.st-details-pattern-top-row .st-details-list-pattern li .list-type-content h2,.st-details-pattern-top-row .st-details-list-pattern li .list-type-content p{font-size:.8em;margin:0}.st-detail-color-background-list-container{background:#2b52aa;border-radius:5px;bottom:0;color:#fff;flex-grow:1;margin:1em .5em .5em;padding:2em 1em;position:relative;text-align:center;width:calc(100% - 3em)}.st-detail-color-background-list-container .st-details-list{display:flex;flex-direction:column;gap:2em}.st-details-pattern-bottom-row .details-doughnut .st-details-list-main-container{margin:1em 0}.st-details-pattern-bottom-row ul li .list-type-content h2{font-size:.9em;font-weight:400;margin:0}.st-details-pattern-bottom-row ul li .list-type-content p{font-size:1.5em;font-weight:600;margin:0}.list-legend-type,.st-details-pattern-bottom-row .list-legend-type{align-items:center;display:flex;font-size:95%;gap:1.5em;justify-content:space-between;margin:.5em 0}.list-legend-type .list-legend-circle-with-header,.st-details-pattern-bottom-row .list-legend-type .list-legend-circle-with-header{align-items:center;display:flex;gap:.5em}.list-legend-type .list-legend-circle,.st-details-pattern-bottom-row .list-legend-type .list-legend-circle{border-radius:50%;height:1em;width:1em}.st-details-behavior-top-row .st-details-behavior-detail-inflow-main-container .st-details-list{flex-direction:column}.st-details-behavior-top-row .st-details-behavior-detail-inflow-main-container .st-details-list li h2{font-size:1.2em}.st-details-behavior-top-row .st-details-list{align-items:flex-start}.st-details-double-colored-bottom-row ul{display:flex;flex-direction:column;gap:1em;padding:0 3em}.st-details-double-colored-bottom-row ul li .list-type-content{display:flex;justify-content:space-between}.st-details-double-colored-bottom-row ul li .list-type-content h2,.st-details-double-colored-bottom-row ul li .list-type-content p{font-size:1.1em;font-weight:300;margin:0}.st-details-double-colored-bottom-row .st-details-loan-list-container{background-color:#2b52aa;color:#fff}@media only screen and (max-width:1000px){.st-details-column-list{display:flex;flex-direction:column;gap:1.5em 2em;list-style:none;margin:0;padding:0;width:100%}}.spinner-container{flex-direction:column}.spinner{shape-rendering:auto;display:block;height:200px;margin:auto;width:200px}.tabs-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.st-details-header{align-items:center;cursor:pointer;display:flex;flex-direction:row;text-align:center;transition:transform .3s}.st-details-header h4{font-size:1.05em}.top-level-tabs .st-details-header{box-shadow:none!important;display:flex;flex-direction:row;padding:0 2em;text-align:left}.top-level-tabs .st-details-header#active{border-bottom:4px solid #2a38a4;color:#2a38a4}.top-level-tabs{align-items:flex-end;display:flex;flex-direction:row;justify-content:center;margin-bottom:45px;padding:0 2.5em;text-align:left;width:calc(100% - 5em)}.top-level-tabs .st-details-header h4{margin:1em 0}.analytics-tabs{align-items:center;border:none!important;display:flex;flex-direction:row;gap:0 1em;justify-content:center;margin:1em 0 0;text-align:center;width:100%}.analytics-tabs .st-details-header{border:none!important;border-radius:5px;padding:.8em 2em}.analytics-tabs .st-details-header#active{background-color:#fff;box-shadow:0 0 16px #0000001f;color:#2a38a4}.analytics-tabs .st-details-header h4{margin:0}.analytics-tabs .st-details-header:hover{transform:scaleX(1.05)}.analytics-tabs .st-details-header img{height:1.5em;margin:0 1em 0 0;width:1.5em}.analytics-tabs #inactive img{filter:grayscale(100%)}.analytics-tabs~.tab-bodies-container{width:100%}.st-details-body>.tabs-container>.tab-bodies-container{padding:0 2.5em;width:calc(100% - 5em)}.analytics-tabs #inactive{opacity:.6}.boxed-tabs{border-bottom:1px solid #dfe8ff;display:flex;width:100%}.boxed-tabs .st-details-header{padding:1em}.boxed-tabs .st-details-header h4{color:#363c4f;font-size:16px;font-weight:500}.boxed-tabs .st-details-header#active{background-color:#2a38a4}.boxed-tabs .st-details-header#active h4{color:#fff;font-weight:600}.tab-body-header-container{margin:0 0 1em}.tab-body-header{align-items:center;display:flex;flex-direction:row;width:100%}.tab-body-no-form{margin:0 auto;width:75vw}.tab-body-form{min-width:300px;width:75vw}@media only screen and (max-width:1000px){.analytics-tabs{gap:0 1em}}@media only screen and (max-width:800px){.tab-body-no-form{width:90vw}.tab-body-form{min-width:300px;width:90vw}}@media only screen and (max-width:820px){.analytics-tabs{gap:0 .5em}}@media only screen and (max-width:780px){.analytics-tabs{display:block;height:auto}}@media only screen and (max-width:600px){.top-level-tabs{align-items:center;flex-direction:column;justify-content:start}.top-level-tabs .st-details-header{box-shadow:none!important;display:flex;flex-direction:row;padding:0 2em;text-align:center}}.st-details-card-main{display:flex;flex-basis:0px;flex-direction:column;flex-grow:1;justify-content:flex-start;position:relative}.subscription-flag-off{box-sizing:border-box;color:red;font-size:12px;padding-right:4px;text-align:right}.subscription-hidden{display:none}.st-details-card{display:flex;flex-direction:column;gap:1em 0;height:100%;justify-content:flex-start;padding:2em;position:relative;text-align:left;transition:all .2s ease-in-out;width:calc(100% - 4em)}.details-header-row h3{font-size:1.4em;margin:0}.details-header-row h4{font-size:1em;font-weight:400;margin:0}#hover-detail-card:hover>.st-details-card{filter:blur(8px);-webkit-filter:blur(8px)}#hover-detail-card:hover>.st-details-overlay{display:flex;opacity:1;visibility:visible}.st-details-overlay{align-items:center;background:linear-gradient(106deg,#fff9,#fff3);border-radius:5px;bottom:0;display:none;height:100%;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:visibility .2s,opacity .5s linear;visibility:hidden;width:100%}.st-details-overlay button{background:#0000;border:1px solid #2a38a4;border-radius:5px;box-shadow:0 2px 15px #0000001a;color:#2a38a4;cursor:pointer;font-size:1.1em;font-weight:600;padding:.5em 1em}.st-details-overlay button:hover{opacity:.7}.st-details-card .st-details-icon-container{align-items:center;display:flex}.st-details-card .st-details-icon-container svg{width:2.2em}.st-details-card .st-column-list-container{display:flex;flex-direction:column;gap:2em 0;margin:1em 0 0}.st-analytics-income .st-details-card-main{width:50%}.st-details-pattern-top-row .st-details-card{justify-content:flex-start}.st-details-pattern-top-row .st-details-pattern{display:flex;gap:2em;justify-content:space-between}.st-details-double-colored-bottom-row .cards,.st-details-pattern-bottom-row .cards{padding:0}.st-details-pattern-bottom-row .st-details-card{width:100%}.cash-flow-content .st-details-card-container-row .details-header-row{align-items:center;display:flex;flex-direction:column-reverse;justify-content:center;text-align:center}.cash-flow-content .st-details-cash-top-row .details-header-row{height:100%;justify-content:space-between}.cash-flow-content .st-details-cash-top-row .details-header-row h3{font-size:1.5em}.cash-flow-content .st-details-cash-top-row .details-header-row h4{font-size:1.2em}.cash-flow-content .st-details-double-colored-bottom-row .details-header-row{flex-direction:column}.cash-flow-content .st-details-double-colored-bottom-row .details-header-row h4{font-size:1.2em}.cash-flow-content .st-details-double-colored-bottom-row .details-header-row p{font-size:1.2em;font-weight:500;margin:0}.cash-flow-content .st-details-cash-top-row{flex-wrap:wrap}.cash-flow-content .st-details-cash-top-row .st-details-card-main{flex:1 1 300px}@media only screen and (max-width:1045px){.st-details-double-colored-bottom-row{grid-gap:2em;display:grid;gap:2em;grid-template-areas:"auto" "auto";grid-template-columns:1fr;grid-template-rows:1fr 1fr}.cash-flow-content .st-details-cash-top-row{gap:1em}.cash-flow-content .st-details-cash-top-row h3{word-break:break-all}}@media only screen and (max-width:700px){.st-analytics-income .st-details-card-main{width:100%}}@media only screen and (max-width:400px){.st-details-behavior-top-row .st-details-list{flex-direction:column}.st-details-behavior-top-row .st-details-list li{align-items:center;display:flex;gap:1em;justify-content:center}.st-details-behavior-top-row .st-details-behavior-detail-inflow-main-container{flex-direction:column;gap:2em}.st-details-behavior-top-row .st-details-behavior-inflow-container{height:7em}.st-details-double-colored-bottom-row ul{padding:1em!important}.st-details-double-colored-bottom-row .details-header-row{font-size:80%}.st-details-double-colored-bottom-row .details-header-row h3{word-break:break-all}}.pipeHolder{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;display:flex;flex-direction:row;height:100%;justify-content:space-between;margin:30px 0;width:55%}.pipeHolder,.summaryHoldAgency{box-sizing:border-box;padding:20px}.summaryHoldAgency{border:1px solid #407bff;height:300px;margin:40px auto;position:relative;width:95%}.summaryHoldAgency .AbottomLc{background-color:#3e301b0d;border-radius:10px;bottom:10px;left:10px}.summaryHoldAgency .ATopRc,.summaryHoldAgency .AbottomLc{box-shadow:0 4px 6px #0000001a;padding:10px;position:absolute;width:-webkit-fit-content;width:fit-content}.summaryHoldAgency .ATopRc{right:10px;top:10px}.summaryHoldAgency .ATopRc select{border:none;width:100px}.agentBreakDownHold{width:25%}.agentBreakDownHold,.agentBreakDownHoldSolo{background-color:#fff;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;padding:10px}.agentBreakDownHoldSolo{margin:25px auto;width:95%}.agentBreakDownHoldChart{height:430px;width:-webkit-fit-content;width:fit-content}.agentBreakDownHoldChart,.agentBreakDownHoldChartSolo{background-color:#fff;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-around;padding:10px}.agentBreakDownHoldChartSolo{height:550px;width:100%}.titleBreakHold{display:flex;justify-content:space-between;margin:10px 0}.titleBreakHold .title{color:#1f2227;font-size:18px;font-weight:700}.titleBreakHold .view{color:#2a38a4;cursor:pointer;font-size:20px;font-weight:700}.AgentTable{width:95%}.AgentTable,.AgentTableSmall{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;margin:20px auto;padding:10px}.AgentTableSmall{width:45%}.AgentTableRow{align-items:center;display:flex;justify-content:space-around;margin-top:20px}.AgentTableRow section{width:18%}.TransactTableRow div:nth-child(2n){background-color:#d9e5ff}.TransactTableRow div:nth-child(2n),.TransactTableRow div:nth-child(odd){align-items:center;display:flex;justify-content:space-around;margin-top:20px;padding:15px 0}.TransactTableRow div:nth-child(odd){background-color:#f6f8fc}.flexCenter{align-items:center;display:flex;justify-content:center}.AgentName{color:#1f2228;font-size:24px;font-weight:700}.AgentFirm{color:#707070;font-size:18px;font-weight:500}.AgentButtonHolder{padding-top:10px}.AgentButton{align-items:center;background-color:#d9e5ff;border-radius:5px;color:#2a38a4;display:flex;font-size:14px;font-weight:500;justify-content:center;padding:5px}.table-container{margin-top:30px;padding:0 15px;position:relative}table{border-collapse:initial;border-spacing:0 .35em;width:100%}table thead{font-size:1em}thead tr th{color:#000;font-weight:700}thead tr th span{font-size:.8em}table tbody{font-size:.9em}table tbody td{font-weight:400}table thead tr{text-align:left}table tbody tr{border-radius:5px}table tbody tr td:first-child{text-align:left}table td,table th{padding:1em}.tableAudit{background-color:#91b2f9;box-shadow:0 4px 6px #0000001a}.table-two-col tr{justify-content:space-between;margin:0 .5em 0 0}.table-two-col tr td,.table-two-col tr th{padding:.5em!important;width:auto!important}.table-align-right-last-row tr td,.table-align-right-last-row tr th{padding:.5em!important;width:calc(40% - 1em)!important}.table-align-right-last-row tr td:last-child,.table-align-right-last-row tr th:last-child{padding:0 .5em 0 0;text-align:end;width:calc(20% - 1em)!important}#global-filter{background:#fffc;border:1px solid #0003}.tb-filter-container{border:2px solid #407bff;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-end;padding:.2em .5em;position:absolute;right:1em;top:1em;z-index:1}.filter-primary-darkest{border:1px solid #2a38a4}.tb-filter-container button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-weight:600;gap:.5em}.tb-filter-container button svg{height:1.2em;width:1.2em}.tb-filter-container .tb-filters{background-color:#fff;border-radius:10px;box-shadow:0 2px 15px #0000001a;display:flex;flex-direction:column;gap:1em;padding:1.5em 1em 1em;position:absolute;right:0;top:2em;width:350px;z-index:9}.table-filter-field-container{box-sizing:border-box;display:flex;flex-direction:column}.table-filter-field-container .table-date-range-container{align-items:center;display:flex;gap:.5em}.tb-filter-container .tb-filters label{font-size:.9em;font-weight:600}.tb-filter-inputs{background:#fffc;border:1px solid #0003;box-sizing:border-box;height:35px;margin:.2em 0 0;padding:.6em;width:calc(100% - 1.2em)}.table-filter-field-container select{height:35px;width:100%}.tb-filter-default{width:calc(100% - 1.2em)}.tb-filter-select{background-color:initial;border:none;border-radius:5px;height:100%;padding:.6em 0;width:100%}table .table-date-range-container{align-items:center;display:flex;width:100%}table .table-date-range-container span{font-weight:500;margin:0 .3em;text-align:center}.tb-filter-top-header{margin:0 0 .5em}.tb-filter-top-container{display:flex;flex-wrap:wrap;gap:1em}.tb-filter-top-container .table-filter-field-container{flex:1 0 250px}.tb-filter-top-container span{font-weight:500}.tb-filter-top-container .table-filter-field-container .table-date-range-container{align-items:center;display:flex;gap:.5em}.tb-filter-top-container .table-filter-field-container .tb-filter-inputs{margin:0}.table-row-buttons-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.table-row-buttons{cursor:pointer;font-weight:500;padding:.5em 2em;text-decoration:none}.tb-global-and-button-container{align-items:center;display:flex;gap:1em;justify-content:space-between;margin:0 0 2em}.global-filter-with-button-input-container{border:2px solid #dfe8ff;border-radius:4px;display:flex;gap:1em;padding:.5em 1em;width:40%}.global-filter-with-button-input-container input{background-color:initial;border:none;width:100%}.global-filter-with-button-input-container input:focus{outline:none}.global-filter-with-button-input-container input::placeholder{color:#5d6272;font-style:italic}.tb-global-and-button-container button{border-radius:4px;padding:1em 2em}.pagination{border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:row;gap:0 4em;justify-content:center;padding:1em;width:calc(100% - 2em)}.pagination .pagination-center{align-items:center;display:flex;gap:0 1em;justify-content:center}.pagination-center .pagination-dots,.pagination-center .pagination-page-number-button{background-color:initial;border:none;color:#c4c4c4;cursor:pointer;font-size:1em;font-weight:600}.pagination-center .pagination-page-number-button#active-button-page{color:#2a38a4}.pagination-center .pagination-input{border:1px solid #dfe8ff;border-radius:2px;width:2em}.pagination-center .pagination-input:focus{border:1px solid #407bff;outline:none}.pagination-arrows{display:flex;flex-direction:row;gap:0 1em}.pagination-arrows button{background-color:initial;border:none;cursor:pointer;font-size:1.1em;font-weight:500}.pagination-arrows button:disabled{cursor:inherit;opacity:.4}.pagination span{margin:0 1em}@media only screen and (max-width:900px){table tbody tr{margin:0 0 1em}table thead th{display:block;padding:.4em 1em .4em 0;width:calc(100% - 1em)!important}table,table tbody,table thead,table tr{display:block}table tbody td{border:none;display:block;width:calc(100% - 1em)!important}td:before{left:6px;padding-right:10px;position:absolute;top:6px;white-space:nowrap;width:45%}}@media only screen and (max-width:500px){.pagination{align-items:center;flex-direction:column;gap:.5em}}.accounts-main{background:#0000;border-radius:10px;margin:1.5em 0 1em;padding:2em 2em 1em;width:calc(100% - 3em)}.accounts-main .tb-filter-container{top:1.5em}.accounts-main h3{font-size:1.3em;margin:0 0 1em}.accounts-main .accounts-type-table{border-spacing:0 .5em;margin:1em 0 0}.accounts-main .table-container{position:static}.accounts-main{position:relative}.all-accounts-table{border-collapse:collapse!important}.all-accounts-table thead tr th{padding-bottom:1.2em!important}.accounts-main .tb-filter-container{right:2em;top:2em}.accounts-main .table-container thead tr th div{padding:0}.accounts-type-table .header-row{padding:0 1em}.accounts-type-table.consolidated-overview-table tbody tr{border-radius:5px;text-align:right}.accounts-type-table.consolidated-overview-table.all-accounts-table tbody tr{text-align:left}.accounts-type-table tbody tr td{border:none!important;padding:.9em 1em}.accounts-type-table.consolidated-overview-table tbody tr td{border:initial!important;border-top:1px solid #dce5f1!important}.accounts-type-table tbody tr td:nth-child(2){width:40%}.accounts-type-table.consolidated-overview-table tbody tr td:nth-child(2){width:auto}.accounts-type-table tbody tr:hover{transform:none}table.accounts-type-table tbody tr{background-color:#fff}.accounts-type-table .list-overflow-text-container{box-sizing:border-box;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1000px){.accounts-type-table .list-overflow-text-container{max-width:200px}}@media only screen and (max-width:900px){.accounts-type-table .list-overflow-text-container{max-width:100%}.accounts-main .table-container thead tr th{padding:.2em .5em}}@media only screen and (max-width:950px){.st-details-main-header{flex-direction:column}.st-details-main-header-left{width:100%!important}.st-details-main-header-right{margin:2em 0 0;width:100%}.st-error-message-container{left:auto;width:100%}}.statement-card-wrapper{background-color:#fff;border-radius:5px;flex-basis:0;flex-grow:1}.header-card{align-items:center;background-color:#004aba;border-top-left-radius:inherit;border-top-right-radius:inherit;color:#fff;display:flex;justify-content:space-between;padding:10px}.header-card .left-section-card{align-items:center;display:flex;gap:10px}.header-card img{filter:brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0) hue-rotate(27deg) brightness(107%) contrast(101%);width:20px}.header-card p{font-size:.8rem;margin:0}.header-card h3{font-size:1.9rem;margin:0}.content-card{padding:18px 25px}.content-card div{align-items:center;display:flex;justify-content:space-between;margin-bottom:.7em}.content-card div p{font-size:.8rem;margin:0}.content-card div .value-text{font-size:1.1rem}.processed-info p{color:green}.failed-info p{color:red}.transaction-overview-wrap{background-color:#fff;border:1px solid #dce5f1;border-radius:7px;display:flex;flex:0.5 1}.image-wrap{align-items:center;background-color:#1162dc;border-bottom-left-radius:inherit;border-top-left-radius:inherit;display:flex;justify-content:center;padding:1.4em 2em}.image-wrap img{filter:brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0) hue-rotate(27deg) brightness(107%) contrast(101%);width:1.8em}.text-content-wrap{flex-direction:column;padding:1em 1.2em;width:100%}.text-content-wrap,.text-content-wrap div{display:flex;justify-content:space-between}.text-content-wrap div{align-items:center}.text-content-wrap div p{color:#747272;font-size:1em;font-weight:400;margin:0}.text-content-wrap div h4{color:#000;font-size:1em;font-weight:700;margin:0}.bottom-text-section{margin-top:.5em}.summary-row{background-color:#fff}.summary-subtitle{font-size:.8em!important;margin-bottom:1em;margin:1em 2em 1em 0!important}.header-summary{border-right:1px solid #d3d3d3}.overview-heading{font-weight:700;padding:24px 24px 0}.overview-heading span{color:#66737f;font-weight:400;margin-right:5px}.tar{text-align:right}.default-cursor{cursor:default!important}.processed{color:green}.failed{color:red}.turnover-header{float:left;font-size:16px;width:50%}.turnover-detail{float:right;width:50%}.overview-summary{font-size:1em!important}.mb{margin-bottom:.5em!important}.detail-balance{color:gray;font-size:.7em!important}.st-overview-consolidate-top-row-container{flex-direction:column;gap:1em;width:100%}.st-overview-consolidate-top-row-container .st-overview-consolidate-top-row{display:flex;gap:1em}.st-overview-consolidate-top-row-container .st-overview-consolidate-top-row.sub-total-overview{background-color:#dfe1e5;gap:1px;margin:1.5em 0}.st-overview-consolidate-top-row-container .st-overview-consolidate-top-row.sub-total-overview .st-details-card{border-radius:0;border-radius:initial;padding:0 1.5em}.st-overview-consolidate-top-row .cards{padding:1em}.st-overview-consolidate-top-row .st-details-card .details-header-row{display:flex;flex-direction:column-reverse;justify-content:center}.st-overview-consolidate-top-row .st-details-card svg{height:3em;width:3em}.st-overview-consolidate-top-row .st-details-card .details-header-row h3{font-size:1.5em}.st-overview-consolidate-top-row:first-child .st-details-card .details-header-row h3{font-size:1.2em;word-break:break-all}.st-overview-consolidate-top-row:first-child .st-details-card .details-header-row h4{font-size:.9em}.st-overview-consolidate-top-row .st-details-card-main{width:25%}.st-overview-consolidate-top-row .cards{padding:1.5em}.st-overview-consolidate-top-row .st-details-card{align-items:center;flex-direction:row;gap:0 1em;width:calc(100% - 3em)}.transaction-overview-subhead .overview-heading{margin-bottom:30px}.transaction-overview-subhead .st-details-card-container-row{display:inline;display:initial}.transaction-overview-subhead .st-details-card-container-row .inner-wrapper{display:flex;gap:1em;justify-content:space-between;padding:0 24px 20px}.bureau-main{margin:1em 0 0}.bureau-creditcheck-type-container .bureau-creditcheck-type-card{cursor:pointer}@media only screen and (max-width:850px){.bureau-creditcheck-type-container .bureau-creditcheck-type-card{flex:1 1 250px;max-width:none}}.histHold{color:#2a38a4;font-size:16px;font-weight:700;margin-bottom:10px;margin-top:25px}.crbTableCont{border:.1px solid #000;padding:0}.wideCrbTitle{box-sizing:border-box;display:flex;height:40px;justify-content:space-between;padding:10px 0}.wideCrbTitle section{align-items:center;display:flex;font-weight:700;justify-content:start}.wideCrbTitle section:first-child,.wideCrbTitle section:not(:first-child){box-sizing:border-box;padding-left:10px;text-align:left;width:16.5%}.wideCrbTitle section:not(:first-child){border:solid #000;border-width:0 0 0 .1px}.wideCrbContent{border:solid #000;border-width:.1px 0 0;display:flex;justify-content:space-between}.wideCrbContent section{align-items:center;display:flex;justify-content:start}.wideCrbContent section:first-child,.wideCrbContent section:not(:first-child){box-sizing:border-box;overflow-x:auto;padding-left:10px;text-align:left;width:16.5%}.wideCrbContent section:not(:first-child){border:solid #000;border-width:0 0 0 .1px}.leanCrbTitle{box-sizing:border-box;display:flex;height:40px;justify-content:space-between;padding:10px 0}.leanCrbTitle section{align-items:center;display:flex;font-weight:700;justify-content:start}.leanCrbTitle section:first-child{box-sizing:border-box;padding-left:10px;text-align:left;width:50%}.leanCrbTitle section:not(:first-child){border:solid #000;border-width:0 0 0 .1px;box-sizing:border-box;padding-left:10px;text-align:left;width:16.5%}.leanCrbContent{border:solid #000;border-width:.1px 0 0;display:flex;justify-content:space-between}.leanCrbContent section{align-items:center;display:flex;justify-content:start}.leanCrbContent section:first-child{box-sizing:border-box;overflow-x:auto;padding-left:10px;text-align:left;width:50%}.leanCrbContent section:not(:first-child){border:solid #000;border-width:0 0 0 .1px;box-sizing:border-box;overflow-x:auto;padding-left:10px;text-align:left;width:16.5%}.lowerInfoHold{margin:30px 0}.lowerInfoHold .guarantorHold{color:#130f26;font-size:16px;font-weight:700}.segmentHold{align-items:center;column-gap:20px;display:flex;justify-content:start}.firstItemTitle{width:30%}.secondTitle{width:20%}.thirdTitle{width:15%}.fourthTitle{width:5%}.tabSpanHeader{color:#130f26;font-size:16px;font-weight:700}.tabSpanHolder{background-color:#ebf4ff;justify-content:space-around;padding:20px;width:100%}.tabSpanHolder,.tabSpanHolder span{align-items:center;box-sizing:border-box;display:flex}.tabSpanHolder span{justify-content:start;padding-left:7px;width:33.3%}.bodySpanHolder{justify-content:space-around;padding:20px;width:100%}.bodySpanHolder,.bodySpanHolder span{align-items:center;box-sizing:border-box;display:flex}.bodySpanHolder span{justify-content:start;padding-left:7px;width:33.3%}.tabToggleHold{width:100%}.extraInfoBlock{width:25%}.repaymentHolder{background-color:#fff;box-sizing:border-box;padding:15px;width:100%}.paySectionOne{background-color:#2a38a4;color:#fff;justify-content:start}.paySectionOne,.paySectionTwo{align-items:center;box-sizing:border-box;display:flex;font-weight:700;padding:15px;width:100%}.paySectionTwo{background-color:#ebf4ff;color:#130f26;justify-content:space-between}.AgreefirstTitle{width:30%}.AgreesecondTitle{width:10%}.paySectionThree{align-items:center;box-sizing:border-box;color:#130f26;display:flex;justify-content:space-between;padding:15px;width:100%}.extraInfoParent{display:flex;flex-direction:column;justify-content:space-around;margin-bottom:20px;row-gap:10px;width:100%}.extraInfoBlock{box-sizing:border-box;padding:10px;width:33%}.extraInfoBlock .title{color:#130f26;font-size:16px;font-weight:400;text-align:left}.extraInfoBlock .value{color:#130f26;font-size:18px;font-weight:700;text-align:left}.extraInfoHold{align-items:center;display:flex;justify-content:space-between;width:100%}.reportOverallHolder{background-color:#fff;box-sizing:border-box;padding:20px;width:100%}.reportOverallHolder .headerItem{color:#2a38a4;font-size:24px;font-weight:700}.reportOverallHolder .reportOverallContent{column-gap:20px;display:flex;justify-content:space-between;width:100%}.report-contentBureauOne{display:flex;justify-content:space-between;width:50%}.report-contentBureauOne .personalDet{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:0 auto;min-height:300px;padding:15px 20px;width:100%}.personalDet .keyValue-holder{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.report-contentBureauOne .img-container{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;padding:10px;width:auto}.report-contentBureauOne .img-container .photo{color:#000;font-size:16px;font-weight:700;height:30px;margin-bottom:15px}.contentTwoTabs{column-gap:15px;display:flex;justify-content:center}.contentTwoTabs .selecTed{align-items:center;background-color:#fff;box-shadow:0 4px 8px #0000001a;color:#2a38a4;display:flex;font-weight:700;justify-content:center}.contentTwoTabs .selecTed,.contentTwoTabs .unselecTed{border-radius:10px;cursor:pointer;padding:15px 30px}.rbcTable{background-color:#fff;border-radius:15px;margin:40px 0;padding:20px 10px}.rbcTable .header-hold{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.rbcTable .header-hold .headerAcc,.rbcTable .header-hold section{color:#000;font-size:16px;font-weight:700;padding-left:10px;text-align:left;width:20%}.header-hold .Attri{width:40%}.header-hold .Attri,.header-hold .currencyTitle{color:#000;font-size:16px;font-weight:700;padding-left:10px;text-align:left}.header-hold .currencyTitle{width:15%}.rbcTable .body{align-items:center;flex-direction:column}.rbcTable .body,.rbcTable .body .inner{display:flex;justify-content:space-between;width:100%}.rbcTable .body .inner{background-color:#fff9;border:1px solid #fff;box-sizing:border-box;height:60px;padding:10px 5px}.rbcTable .body .inner .element{line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:15%}.rbcTable .body .inner .element,.rbcTable .body .inner .found{align-items:center;box-sizing:border-box;display:flex;justify-content:left;padding-left:10px}.rbcTable .body .inner .found{color:#130f26;font-size:16px;font-weight:500;line-height:16px;width:40%}.rbcTable .body .inner .elementAcc{align-items:center;display:flex;justify-content:left;line-height:18px;overflow:hidden;padding-left:10px;text-overflow:ellipsis;white-space:nowrap;width:15%}.rbcTable .body .inner .foundAcc{font-size:16px;font-weight:500;justify-content:left;width:40%}.creditSummaryClass,.rbcTable .body .inner .foundAcc{align-items:center;box-sizing:border-box;color:#130f26;display:flex;line-height:16px;padding-left:10px}.creditSummaryClass{font-size:18px;font-weight:700;justify-content:start}.bureau-form-main{margin:2em 0}.bureau-form-main,.bureau-form-section{display:flex;flex-direction:column;gap:1em}.bureau-form-section{border-radius:10px;margin:2em 0 0;padding:1.5em}.bureau-form-main .button-square{cursor:pointer;font-size:1em;font-weight:500;padding:.5em 2em}.bureau-form-section h3,.bureau-form-section:first-child,.bureau-form-section:last-child{margin:0}.bureau-form-section-inputs{border-radius:10px;display:flex;flex-wrap:wrap;gap:1em;padding:1em 0}.bureau-form-buttons{border:none;display:flex;flex-wrap:wrap;gap:1em;justify-content:flex-end}.bureau-input-container{display:flex;flex:1 1 30%;flex-direction:column;gap:.3em}.bureau-input-container .inputs{padding:.5em 1em}.bureau-input-container .inputs:disabled{background:#f7f7f7!important}.bureau-form-main .simple-tabs{margin:0}.bureau-form-main .bureau-form-section:last-child .button-square{padding:.5em 3.2em}.bureau-form-main .bureau-form-section button{border-width:2px}.bureau-form-main .bureau-form-section .button-outline{font-weight:600}.bureau-form-account-header-container{align-items:center;display:flex;gap:1em;justify-content:space-between;margin:0 0 1em}.bureau-form-account-header-container button{padding:.7em 2em}.bureau-form-section-account-tables{border:1px solid #d9e5ff;margin:1em 0}.bureau-report-main .bureau-account-payment-history-table tbody tr td:first-child,.bureau-report-main .bureau-account-payment-history-table thead tr th:first-child{width:40%}.bureau-report-main .bureau-account-header-reason-table tbody tr td:first-child,.bureau-report-main .bureau-account-header-reason-table thead tr th:first-child{width:30%}.bureau-report-account-main-info-container{align-items:center;display:flex;font-size:1.1em;gap:1em}.bureau-report-account-main-info-container h4,.bureau-report-account-main-info-container p{margin:.2em 0}.bureau-report-main .tab-bodies-container{margin:1em 0 0}.bureau-report-main .st-details-list-main-container .st-details-list{display:flex;flex-direction:column;gap:.8em}.bureau-report-main .st-details-list-main-container .list-type-content{align-items:center;display:flex;gap:1em;justify-content:space-between}.bureau-report-view-col{display:flex;flex-direction:column;gap:2em;margin-top:20px}.bureau-report-view-col .st-details-card{border:1px solid #d9e5ff}.bureau-report-view-col .st-details-card .details-header-row h3{font-size:1.5em}.bureau-report-view-col .st-details-card .list-type-content h2,.bureau-report-view-col .st-details-card .list-type-content p{font-size:1em}.bureau-report-view-col .st-details-card .list-type-title{color:#407bff;font-weight:600}.bureau-report-view-col .st-details-card .list-type-content h2{color:#373a3f;font-weight:500}.bureau-report-view-col .st-details-card .list-type-content p{font-weight:600}.bureau-report-view-col .st-details-card .st-details-list-main-container{margin:1.5em 0 0}.bureau-report-view-col .st-details-card .st-details-list-main-container:not(:first-child){margin:3em 0 0}.bureau-report-view-col .st-details-card .st-details-list-main-container .list-type-title{margin:0 0 1em}.bureau-back-button-container{display:flex;justify-content:flex-end;margin:1em 0 0}.bureau-back-button-container button{border-width:2px;font-weight:600;padding:.7em 2em}.contentPremiumTabs{column-gap:15px;display:flex;justify-content:center;margin-top:30px}.contentPremiumTabs .selecTed{align-items:center;background-color:#fff;box-shadow:0 4px 8px #0000001a;color:#2a38a4;display:flex;font-weight:700;justify-content:center}.contentPremiumTabs .selecTed,.contentPremiumTabs .unselecTed{border-radius:10px;cursor:pointer;padding:15px 30px}@media only screen and (max-width:500px){.bureau-report-main .st-details-list-main-container .list-type-content{align-items:flex-start;flex-direction:column;gap:.4em;justify-content:flex-start}}.bureau-credit-check-form p.text-medium-dark{margin:0 0 2em}.bureau-credit-check-input-container{gap:.5em}.bureau-credit-check-input-container label,.bureau-credit-check-select-container label{margin-top:25px}.bureau-credit-check-input-container select{background-color:#f8fbff;border:2px solid #dfe8ff;border-radius:5px;padding:.8em 1em}.buttonCrb{align-items:center;background-color:#407bff;border-radius:7px;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;width:120px}.bureau-credit-check-dialog *{box-sizing:border-box}.bureau-credit-check-dialog{box-sizing:border-box;padding:2em 1.5em;width:100%}.bureau-credit-check-header{display:flex;justify-content:flex-end}.bureau-credit-check-header img{cursor:pointer}.bureau-credit-check-form{display:flex;flex-direction:column;gap:.5em;width:100%}.bureau-credit-check-form h4{font-size:1.5em}.bureau-credit-check-form p{font-size:.9em}.bureau-credit-check-form p.text-medium-dark{margin:0 0 .5em}.bureau-credit-check-form .text-error{font-size:.9em;font-style:italic}.bureau-credit-check-select-container{align-items:center;display:flex;gap:.5em}.bureau-credit-check-input-container{display:flex;flex-direction:column;gap:0}.bureau-credit-check-select-container select{background-color:#f8fbff;border:2px solid #dfe8ff;border-radius:5px;padding:.5em 1em}.bureau-credit-check-input-container label,.bureau-credit-check-select-container label{font-weight:600}.bureau-credit-check-input-container input{background-color:#f8fbff;border:2px solid #dfe8ff;border-radius:5px;padding:.8em 1em}.bureau-credit-check-accept-check{align-items:center;display:flex;gap:.5em}.bureau-credit-check-button{font-size:1em;margin:1em 0 0;padding:.7em 4em}.bureau-credit-check-radio-fieldset{display:flex;gap:1em;margin:0 0 1em}.bureau-credit-check-radio-fieldset .bureau-credit-check-radio{align-items:center;display:flex;font-weight:500;gap:.5em}@media only screen and (max-width:750px){.ReactModal__Content--after-open{width:80%!important}}@media only screen and (max-width:650px){.bureau-credit-check-radio-fieldset{flex-direction:column;gap:.5em}}.report-table-view{margin:1em 0}.report-table-view-header{align-items:center;display:flex;gap:1em}.report-table-view-header h3{color:#373a3f;font-size:1em}.report-table-view table tbody tr:nth-child(odd){background-color:#f6f8fc}.report-table-view table tbody tr:nth-child(2n){background-color:#d9e5ff}.filterHold{margin:30px 0}.kyc-table-hold .body .inner{box-sizing:border-box}.kyc-table-hold .body .inner .overflowHold{overflow:hidden;width:200px}.kyc-table-hold .body .inner .overflowHold .overflowElement{align-items:center;display:flex;justify-content:start;overflow:hidden;padding-left:7px;text-overflow:ellipsis;white-space:nowrap;width:100%}.kyc-table-hold .body .inner .element{max-width:15%}.loader_container__XqHeU{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.loader_top-cards-container-loader__dUrop{border:1px solid #407bff;border-radius:5px;display:flex;flex-direction:row;gap:20px;justify-content:space-between;margin:0 0 2.5em;padding:1em;width:100%}.loader_loaderWrap__RNLsa{background-color:#fff;display:flex;flex-basis:40%;flex-direction:column;gap:10px;height:150px;justify-content:center;padding-inline:30px;position:relative}.tbody{position:relative}.thead .tr{font-size:16px;font-weight:700;line-height:20.83px;text-transform:capitalize}.tbody th,.thead th{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;&:first-child{border-left:1px solid #e0e0e0}&:last-child{border-right:1px solid #e0e0e0}}.tbody .th{color:#130f26;font-size:14px;font-weight:500;line-height:20.83px}.tbody .tr{background-color:initial}.errorWrap,.spinnerWrapper{left:0;position:absolute;width:100%}.spinnerWrapper{align-items:center;display:flex;justify-content:center}.th{cursor:pointer}.th .tableTitle{font-weight:600}.table-row-two-colored:nth-child(odd){background-color:#f6f8fc}.table-row-two-colored:nth-child(2n){background-color:#d9e5ff}.table-row-two-colored-audit:nth-child(odd){background-color:#f6f8fc}.table-row-two-colored-audit:nth-child(2n){background-color:#d9e5ff}.report-contentKYC{column-gap:20px;display:flex;justify-content:space-between;width:100%}.report-contentKYC .report-fields{display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:300px;padding:15px 20px;width:50%}.report-contentKYC .img-container,.report-contentKYC .report-fields{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box}.report-contentKYC .img-container{height:-webkit-fit-content;height:fit-content;padding:10px;width:auto}.report-contentKYC .img-container .photo{color:#000;font-size:16px;font-weight:700;height:30px;margin-bottom:15px}.not-enabled-body *{box-sizing:border-box}.not-enabled-body{align-items:center;background-color:#fff;border-radius:10px;box-sizing:border-box;gap:2em 1em;margin:2em 0 0;padding:3em;width:100%}.accordion-container,.not-enabled-body{display:flex;flex-direction:column}#active-acc-row{border-radius:5px;color:#000}#active-acc-row-open{background:#2b52aa;color:#fff;padding:1em 2em}.acc-row{align-items:center;display:flex;justify-content:space-between;padding:0 2em;width:calc(100% - 4em)}.acc-row h4{font-weight:500}.acc-row .acc-row-right{align-items:center;display:flex;gap:0 1em;justify-content:center}.acc-row .acc-row-right h4{font-weight:600}.acc-row-right button,.acc-row-right span{background-color:initial;border:none;border-radius:50%;cursor:pointer;font-size:1.2em;font-weight:900;height:2em;text-align:center;width:2em}#active-acc-row-open .acc-row-right button{color:#fff}#active-acc-row-open h4{color:#fff!important}#active-acc-row-open h4 span{color:#ededed!important}.acc-row-right span{cursor:inherit}.accordion-container .acc-bodies-container{background:#f3f7ff;padding:1em 2em}.accordion-container table thead{display:none}.accordion-container table tbody tr{align-items:flex-start;display:flex;font-size:90%;margin:0 0 1em;width:100%}.accordion-container table td{padding:.5em 0}.accordion-container table td:first-child{padding:0 0 0 1.5em;width:calc(40% - 1.5em)}.accordion-container table td:nth-child(2){padding:0 1em 0 0;text-align:end;width:calc(25% - 1em)}.accordion-container table td:nth-child(3){padding:0;text-align:center;width:10%}.accordion-container table td:nth-child(4){padding:0 0 0 1em;width:calc(35% - 1em)}.accordion-container table td:last-child{font-weight:600;padding:0 1.5em 0 0;text-align:end;width:calc(15% - 1.5em)}.accordion-container table tbody tr:hover{transform:none}@media only screen and (max-width:600px){#active-acc-row-open{background:#2b52aa;color:#fff;padding:1em 2em}#active-acc-row-open,.acc-row{display:flex;flex-direction:column;row-gap:5px}.acc-row{align-items:center;justify-content:space-between;margin-top:15px;padding:0 2em;width:calc(100% - 4em)}}@media only screen and (max-width:950px){.tooltip .tooltip-text{bottom:auto;left:auto;margin-left:-180px;right:110%;top:-5px}.tooltip .tooltip-text:after{content:none}}@media only screen and (max-width:600px){.affordability-form-container button{width:100%}.affordability-body .accordion-container .acc-row{display:grid;grid-template-areas:" header1 accordion-icon " " header2 . " " header3 . ";grid-template-columns:1.8fr .2fr;grid-template-rows:1fr 1fr 1fr;margin:.5em 0 0;padding:0 0 0 2em;width:calc(100% - 2em)}.affordability-body .acc-row h4:first-child{grid-area:header1}.affordability-body .acc-row h4:nth-child(2){grid-area:header2}.affordability-body .acc-row h4:nth-child(3){grid-area:header3}.affordability-body .acc-row h4:last-child{grid-area:accordion-icon}.affordability-body .acc-row h4{margin:.5em 0}.acc-row-right span,.affordability-body .acc-row-right button{text-align:left;width:auto}.affordability-details-header-row{gap:.5em;grid-template-areas:"." "." ".";grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;padding:2em 3em 1em}.affordability-details-header-row h4{margin:0}.affordability-details-header-row h4:first-child,.affordability-details-header-row h4:last-child,.affordability-details-header-row h4:nth-child(2){width:100%}}.st-report-buttons-container{align-items:center;gap:1em}.customer-id-consolidated{margin:0}.customer-id-consolidated h4{color:#1f2228}.customer-id-consolidated h4 span{color:#6a717d}.st-details-main-header.consolidated-header{gap:.5em}.st-details-main-header h2{margin:0!important}.st-details-main-header-stats-container{justify-content:space-between}.st-main-details-container{margin:1em 0 2em}.export{background:#1162dc;color:#fff;padding:.75em}.export:hover{filter:brightness(90%)}.consolidated{background:#d3d3d3;cursor:default;font-size:10px;font-weight:700;padding:.75em;text-transform:uppercase}.link-statement{color:#1162dc;font-size:11px;font-weight:700}.consolidated:hover{filter:brightness(100%)}.detail-header-cs{color:#000}@media only screen and (max-width:950px){.st-details-main-header{flex-direction:column}.st-details-main-header-left{width:100%!important}.st-details-main-header-right{margin:2em 0 0;width:100%}.st-error-message-container{left:auto;width:100%}}.custom-score-main-container{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;gap:1em;padding:2em;width:calc(100% - 4em)}.score-cards-container{display:flex;flex-wrap:wrap;gap:1em}.score-card-container{border:1px solid #c3d4ff;border-radius:4px;display:flex;flex:1 1 200px;flex-direction:column;gap:1em;padding:1em}.score-card-container:only-child{flex:none;width:50%}.score-card-container .score-card-icon-container{align-items:flex-start;display:flex;justify-content:space-between}.score-card-container .score-card-icon{background-color:#2a38a4;border-radius:10px;padding:.7em}.score-card-form{display:flex;flex-direction:column;gap:1em}.score-card-form-inputs-container{display:flex;flex-wrap:wrap;gap:.7em}.custom-credit-score-input-field{display:flex;flex:1 1 250px;flex-direction:column}.custom-credit-score-input-field label{font-size:1.05em}.custom-credit-score-input-field input,.custom-credit-score-input-field select{background-color:#eff4ff;border:none;padding:.7em 1em}.score-card-submit-container{display:flex;gap:1em;justify-content:flex-end;width:100%}.score-card-submit-container button{font-weight:600;padding:.7em 3em}.custom-credit-accept-check{align-items:center;display:flex;gap:.5em}@media only screen and (max-width:700px){.cs-main-body .cs-history-container .acc-bodies-container .table-container tbody tr{grid-gap:0 0;display:grid;gap:0 0;grid-template-areas:". . ." ". . .";grid-template-columns:1.9fr 1fr .1fr;grid-template-rows:1fr 1fr}.cs-main-body .cs-history-container .acc-bodies-container .table-container{margin:0 .5em 0 0}.cs-main-body .cs-history-container .acc-bodies-container .table-container td{padding:0;text-align:start;width:auto}}.bureau-main{margin:0 auto;width:95%}.bureau-check-header-container{align-items:center;display:flex;gap:1em;justify-content:space-between;margin:0 0 2em}.bureau-check-header-container h3{font-size:1.5em}.bureau-check-header-container button{border-radius:4px;padding:.8em 2em}.bureau-creditcheck-type-container{display:flex;flex-wrap:wrap;gap:1em;width:100%}.bureau-creditcheck-type-container .bureau-creditcheck-type-card{background:#fff;border:1px solid #dfe8ff;border-radius:4px;box-sizing:border-box;display:flex;flex-basis:calc(33% - 0.5em);flex-direction:column;flex-grow:1;flex-shrink:1;gap:1em;max-width:calc(33% - .5em);padding:2em 1.5em}.bureau-creditcheck-type-container .bureau-creditcheck-type-card img{height:40px;width:40px}.bureau-creditcheck-type-container .bureau-creditcheck-type-card h3{font-size:1.25}.bureau-creditcheck-type-container .bureau-creditcheck-type-card p{font-size:.88em}.bureau-main hr{border:1px solid #c4d3f9;margin:2em 0 2em -2.5em;width:calc(100% + 5em - 1px)}.bureau-all-reports-table-container h3{font-size:1.5em}.bureau-all-reports-table-container table tbody tr td:last-child,.bureau-all-reports-table-container table thead tr th:last-child{width:10%}.bureau-all-reports-table-container table tbody tr{background-color:#fff}.bureau-all-reports-table-container table tbody td button{padding:.8em 3em}.disableCrbButton{background-color:grey;border-radius:7px;color:#fff;cursor:auto}.roofCrb{align-items:center;column-gap:5px;display:flex;justify-content:start;margin:20px auto 0;width:95%}.roofCrb .span-view-report{color:#c4c4c4;cursor:pointer;font-size:16px;font-weight:700}.roofCrb .span-view-history{color:#1162dc;cursor:pointer;font-size:16px;font-weight:700}.idVerifyHeadCrb{box-sizing:border-box;display:flex;justify-content:space-between;padding:0 30px}@media only screen and (max-width:1200px){.bureau-creditcheck-type-container .bureau-creditcheck-type-card{flex-basis:calc(50% - 0.5em);flex-grow:1;flex-shrink:1;max-width:calc(50% - .5em)}}@media only screen and (max-width:850px){.bureau-creditcheck-type-container .bureau-creditcheck-type-card{flex:1 1 250px;max-width:none}}@media only screen and (max-width:650px){.bureau-check-header-container{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.tablePremblyHold{margin-top:40px}.tablePremblyHold .roof{background-color:#ebf4ff;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.tablePremblyHold .itemHold{color:#130f26;font-weight:700;text-align:left;width:25%}.tablePremblyHold .itemHoldBody{color:#130f26;font-weight:500;text-align:left;width:25%}.tablePremblyHold .body{display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.report-contentBureauKen,.report-contentBureauKen .personalDetKen{display:flex;justify-content:space-between;width:100%}.report-contentBureauKen .personalDetKen{background-color:#fff;border:1px dotted #d9e5ff;box-sizing:border-box;flex-direction:column;height:auto;margin:0 auto;min-height:300px;padding:15px 20px}.report-contentBureauKen .img-container{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;padding:10px;width:auto}.report-contentBureauKen .img-container .photo{color:#000;font-size:16px;font-weight:700;height:30px;margin-bottom:15px}.personalDetKen .keyValue-holder{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.contentTwoTabsKen{column-gap:10px;display:flex;justify-content:center}.contentTwoTabsKen .selecTed{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#2a38a4;cursor:pointer;display:flex;font-weight:700;justify-content:center;padding:15px}.reportOverallContent{background-color:#fff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;margin-top:20px;padding:20px}.reportOverallContent .headerItem{color:#2a38a4;font-size:24px;font-weight:700}.contentTwoTabsKen .unselecTed{border-radius:10px;cursor:pointer;padding:15px}.engine-page-header{border-bottom:1px solid #c3d4ff;padding:40px 40px 20px}.de-subhead-wrap{align-items:center;display:flex;gap:15px;margin-top:30px}.de-body{height:100%;padding:25px 40px}.de-body .cards.cs-history-container{margin-top:30px}.de-body .cs-ns-current-container{background-color:initial;margin-top:50px}.de-body .required-info{color:#e40000}.de-sub-page-wrap{display:block;height:100%}.subpage-header{align-items:center;display:flex;justify-content:space-between}.subpage-header h3{color:#000;font-size:1.5rem;font-weight:600;margin:0}.subpage-header p{color:#55575a;font-size:1rem;font-weight:400;margin-top:5px}.subpage-header .flex-overall .flex-box{align-items:center;column-gap:10px;display:flex;margin-bottom:5px}.subpage-header .flex-overall .flex-box img{width:25px}.subpage-header .flex-overall .flex-box p{color:#130f26;font-size:1.2em;font-weight:700;margin:0}.subpage-header .flex-overall .flex-box p span{color:#6a717d;font-weight:400}.modal-dialog.credit-score{justify-content:center;padding:3em 10em;width:auto}.modal-dialog.credit-score .modal-header.header-single svg{width:140px}.modal-dialog.credit-score .modal-header.header-single img{width:60px}.modal-dialog.credit-score .modal-body-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:auto}.modal-dialog.credit-score .modal-body-container h2{color:#000;font-size:1.8em;text-align:center}.modal-dialog.credit-score .modal-body-container p{margin:0;text-align:center}.modal-dialog.credit-score .modal-body-container button{padding:1em 3em}.modal-dialog.credit-score .modal-body-container button.done-btn{width:auto}.modal-dialog.add-csv{align-items:center;display:flex;justify-content:center;padding:1.5em;width:550px}.modal-dialog.add-csv .modal-body-container{width:100%}.modal-dialog.add-csv .drop-container img{filter:invert(37%) sepia(77%) saturate(6973%) hue-rotate(212deg) brightness(93%) contrast(87%);width:40px}.modal-dialog.add-csv .drop-container .drop-caption{color:#407bff;cursor:pointer}.form-wrap{background-color:#fff;border-radius:9px;display:block;margin:30px 0}.form-wrap .inner-form-wrap{display:flex;flex-direction:column;padding:1.8rem;row-gap:20px}.form-wrap .inner-form-wrap .flex-wrap{align-items:center;column-gap:10px;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px}.de-sub-page-wrap .de-footer-btns-wrap{column-gap:14px;display:flex;justify-content:flex-end;padding-bottom:40px}.button-square{cursor:pointer;font-size:1em;font-weight:500;padding:.7em 2em}.emptyField{display:none}.decision-card-wrapper .inner-wrapper{border:1px solid red}.decision-card-wrapper .inner-wrapper .top-section{align-items:center;display:flex;justify-content:space-between}.decision-card-wrapper .inner-wrapper .bottom-section h4{color:#363c4f;font-size:1.2rem}.decision-card-wrapper .inner-wrapper .bottom-section p{color:#363c4f;font-size:.7rem;margin-top:5px}.de-sub-page-wrap .cards-wrapper{align-items:center;display:flex;gap:19px;margin-top:20px}.form{width:100%}.dash-body .form{grid-gap:1em;align-items:center;display:grid;gap:1em;grid-template-areas:"header name date status type buttons";grid-template-columns:.6fr 1.1fr 1.1fr .8fr .8fr 1.6fr;grid-template-rows:1fr;margin:0}.dash-body.decision-engine{margin-top:40px;padding:0 0 30px;width:100%!important}.dash-body.decision-engine form{grid-template-areas:"header name date type buttons";grid-template-columns:.6fr 1.1fr 1.1fr .8fr 1.6fr}.form .header{font-size:1.1em;font-weight:500;grid-area:header;margin:0}.form .name{grid-area:name}.form .form-date-range-container{grid-area:date}.form .type{grid-area:type}.form .status{grid-area:status}.form .form-date-pickers{display:flex;gap:1em}.form .form-inputs{background:#fff;border-radius:5px}.form .form-default-container{border:1px solid #407bff}.form .form-buttons-container{align-items:center;display:flex;gap:.5em;grid-area:buttons;justify-content:flex-end}.form .form-buttons-container button{cursor:pointer;font-size:.9em;font-weight:500;padding:.5em 2em;width:50%}.form .form-buttons-container .clear{background-color:#fff;border:1px solid #407bff;color:#407bff}.form .form-buttons-container .search{background-color:#407bff;border:1px solid #407bff;color:#fff}.form .form-date-pickers .form-inputs{width:100%}.form input,.form input::-webkit-datetime-edit{font-size:.9em;padding:.5em 1em}.form input::-webkit-input-placeholder{font-size:.9em}.form input::-moz-placeholder{font-size:.9em}.form input:-ms-input-placeholder{font-size:.9em}.form input:-moz-placeholder{font-size:.9em}.form select{border-radius:5px;cursor:pointer;padding:.65em 1em;width:100%}.dropdown-select-container{background:#fff;color:#767676}.dropdown-select-container option{background:#fff;color:#000}#active-select{background-color:#407bff;color:#fff}#active-select p{color:#fff}#active-select img{filter:brightness(0) invert(1)}#active-input{background-color:#407bff;color:#fff}.dropdown-body{position:relative;width:100%;z-index:11}.dropdown-select-container{align-items:center;border:1px solid #407bff;border-radius:5px;cursor:pointer;display:flex;gap:0 1em;justify-content:space-between;padding:.5em 1em;width:calc(100% - 2em)}.dropdown-select-container p{color:#767676;font-size:.9em;margin:0}.dropdown-select-container svg{height:.5em;width:1em}.dropdown-options-container{background-color:#fff;border-radius:5px;box-shadow:0 2px 15px #0000001a;display:flex;flex-direction:column;margin:.5em 0 0;position:absolute;width:100%;z-index:2}.dropdown-options-container .dropdown-option{background:#0000;border:none;cursor:pointer;padding:.5em 1em;width:100%}.dropdown-options-container .dropdown-option:first-child{border-top-left-radius:5px;border-top-right-radius:5px;color:#757676}.dropdown-options-container button:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.dropdown-option:hover{background:#407bff;color:#fff}#dropdown-date-option{border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:0 0 .7em;width:100%}#dropdown-date-option .dropdown-date-range-container{display:flex;flex-direction:column;gap:.2em;justify-content:space-between;padding:.5em 1em;width:calc(100% - 2em)}#dropdown-date-option .dropdown-date-range-container label{font-size:.8em;font-weight:600}#dropdown-date-option input{background-color:#fffc;border:1px solid #407bff}.dropdown-header{border-top-left-radius:5px;border-top-right-radius:5px;color:#2a38a4;font-size:1em;height:100%;margin:0;padding:.5em 1em}#active-drop{background-color:#407bff}#active-drop p{color:#fff}@media only screen and (max-width:1400px){.dash-body .form{grid-template-areas:"header name date status type" ". . . buttons buttons";grid-template-columns:.6fr 1.1fr 1.1fr 1.1fr 1.1fr;grid-template-rows:1fr 1fr}}@media only screen and (max-width:1300px){.dash-body .form{grid-template-areas:"header header header header" "name date status type" "buttons buttons buttons buttons";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}}@media only screen and (max-width:1170px){.dash-body .form{grid-template-areas:"header header header" "name date status" "type buttons buttons";grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr}}@media only screen and (max-width:950px){.dash-body .form{grid-template-areas:"header header" "name name" "date date" "status type" "buttons buttons";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr 1fr}}@media only screen and (max-width:400px){.dash-body .form{display:flex;flex-direction:column}.dash-body .form .form-inputs{width:100%}.dash-body .form .form-default-container{width:calc(100% - 2em)}.form .form-buttons-container{align-items:flex-start;flex-direction:column;justify-content:flex-start;width:100%}.form .form-buttons-container button{width:100%}}.score-history-table{margin-top:20px}.button-square.table-row-buttons.edit.button-view{background-color:#407bff;border:1px solid #407bff;color:#fff;font-size:.7em;font-weight:400;padding:.5em 2em}.addButton{background-color:#dfe8ff}.addButton,.addButtonSelected{align-items:center;color:#fff;display:flex;font-size:30px;height:50px;justify-content:center;width:50px}.addButtonSelected{background-color:#407bff;cursor:pointer}.createdParameter{background-color:#407bff;cursor:pointer}.createNewParameter,.createdParameter{align-items:center;border-radius:7px;color:#fff;column-gap:7px;display:flex;font-size:18px;font-weight:700;height:50px;justify-content:center;margin-top:20px;width:230px}.createNewParameter{background-color:#dfe8ff}.createParameter{justify-content:space-around}.uploadParameter{background-color:#fff;border:1px solid #2a38a4;border-radius:7px;color:#2a38a4;column-gap:7px;cursor:pointer;font-size:18px;font-weight:700;height:50px;justify-content:space-around;margin-top:20px;width:230px}.img-flex,.uploadParameter{align-items:center;display:flex}.img-flex{justify-content:center}.showParam{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;flex-direction:column;margin-top:20px;padding:20px 0;position:absolute}.showParam,.showParam span{align-items:center;display:flex;justify-content:center;width:100%}.showParam span{box-sizing:border-box;cursor:pointer;margin-top:10px;padding:5px 10px}.cancelParameter{border:1px solid #407bff;color:#407bff}.editButton,.imageHolder{cursor:pointer}.ParamBody{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;justify-content:space-around;margin:30px auto;min-height:150px;width:100%}.ParamBody .ItalicContent{font-size:22px;font-style:italic;font-weight:700}.EmptyParams{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-top:40px;row-gap:30px}.EmptyParams .title{color:#2a38a4;font-size:20px;font-weight:700}.EmptyParams .proceed{color:#363c4f;font-size:16px;font-weight:500}.cancelEditCard{background-color:#fff;border:1px solid #2a38a4;color:#2a38a4}.cancelEditCard,.saveEditCard{border-radius:10px;cursor:pointer;padding:12px;text-align:center;width:150px}.saveEditCard{background-color:#2a38a4;color:#fff}.imgHoldSpan{cursor:pointer;justify-content:center}.imgHoldSpan,.optionHolderDiv{align-items:center;display:flex}.optionHolderDiv{justify-content:space-between;width:100%}.optionHolderDiv .inputFields{border:2px solid #dfe8ff;height:45px;padding-left:30px;width:85%}.optionButton{align-items:center;background-color:#2a38a4;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:10px 15px;width:130px}.optionGrid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:20px};.addParams{align-items:center;column-gap:5px;cursor:pointer;display:flex;justify-content:center;margin:10px 0;width:300px}.createParameter{background-color:#2a38a4}.cancelParameter{align-items:center;background-color:#fff;border-radius:7px;color:#2a38a4;column-gap:7px;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:50px;justify-content:center;margin-top:20px;width:230px}.ParamButton{column-gap:15px;display:flex;justify-content:end;width:100%}.successHoldBody{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;margin-top:50px;row-gap:15px;width:100%}.imgFlex{align-items:center;display:flex;justify-content:center}.successHoldBody .cardInfo{color:#2a38a4;font-size:22px;font-weight:700;text-align:center}.successHoldBody .cardDirection{color:#363c4f;font-size:16px;text-align:center}.successHoldBody .cardFailed{color:red;font-size:16px;text-align:center}.successHoldBody .button{background-color:#2a38a4;border-radius:10px;color:#fff;cursor:pointer;padding:12px;text-align:center;width:150px}.OptionClass{color:#363c4f;font-size:18px;font-weight:500;margin:30px 0 10px}.previewEngineBut{border:1px solid #407bff;border-radius:7px;color:#407bff;font-size:18px;font-weight:700;height:50px;width:230px}.previewEngineBut,.selectToggle{align-items:center;cursor:pointer;display:flex;justify-content:center}.selectToggle{column-gap:5px}.selectToggle span{align-items:center;display:flex;justify-content:center}.selectToggle .toggletext{font-weight:700}.untoggle{column-gap:5px;cursor:pointer}.untoggle,.untoggle span{align-items:center;display:flex;justify-content:center}.untoggle .toggletext{font-weight:400}.createParameter{background-color:#407bff;border-radius:7px;color:#fff;column-gap:7px;cursor:pointer;font-size:18px;font-weight:700;height:50px;margin-top:20px;width:230px}.createParameter,.imageHolder{align-items:center;display:flex;justify-content:center}.editButton{background-color:#2a38a4;border-radius:5px;color:#fff;font-size:12px;height:40px;justify-content:Center;width:65px}.editButton,.errorClassBox{align-items:center;display:flex}.errorClassBox{background-color:#fff;border-radius:10px;flex-direction:column;justify-content:space-around;padding:20px;row-gap:15px}.errorClassBox .imgHold{align-items:center;display:flex;justify-content:center}.errorClassBox .errorTitle{color:blue}.errorClassBox .errorMssg{color:red}.openCardEdit{display:flex;justify-content:end;width:100%}.openCardEdit section{color:#407bff;cursor:pointer;font-size:16px;font-weight:500}.createEngineBut{align-items:center;background-color:#2a38a4;border-radius:7px;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;width:230px}.selfCards{background-color:#fff;border-radius:10px;flex-basis:250px;height:180px;justify-content:space-around;padding:10px}.error-body,.selfCards{display:flex;flex-direction:column}.error-body{align-items:center;background:linear-gradient(90deg,#eff3fa 32%,#e8eef6);gap:1.5em 0;height:calc(100% - 4em);justify-content:center;padding:2em;text-align:center;width:calc(100% - 4em)}.error-top-icon img{height:3.5em;width:3.5em}.error-message-section h1{font-size:3em;margin:0}.error-message-section p{font-size:1.2em}.error-body .button-pill{cursor:pointer;font-size:1.1em;font-weight:500;padding:.5em 4em}@media only screen and (max-width:400px){.error-body{font-size:80%;padding:2em;width:calc(100% - 4em)}}@media only screen and (max-height:500px),screen and (min-height:870px){.error-body{height:100%}}.login-right-container .login-inputs-section{gap:.3em 0}.login-form-container{margin:1em 0 0}.policyTitle{margin-bottom:10px;margin-top:10px}.dropdown{position:relative}.dropdown button{cursor:pointer;padding:10px}.dropdown-menu{animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);background-color:#fff;border-radius:10px;box-shadow:0 2px 15px #0000001a;min-width:300px;padding:24px 32px;position:absolute;right:0;top:2em;transform:translateX(0);z-index:1}.form_inputContainer__8X96A{background-color:#fff;border:2px solid #dfe8ff;border-radius:4px;overflow:hidden;transition:border-color .3s ease}.form_input__2WgJF{border:none;box-sizing:border-box;font-size:14px;font-weight:400;line-height:18.23px;outline:none;padding:20px}.form_inputContainer__8X96A:focus,.form_inputContainer__8X96A:focus-within,.form_inputContainer__8X96A:hover{border-color:#dfe8ff}.form_input__2WgJF::placeholder{color:#888}.form_input__2WgJF:disabled{background-color:#dfe8ff;border-color:#dfe8ff;cursor:not-allowed}.form_fullWidth__7l7Du{width:100%}.form_label__eqdgK{display:block;font-size:18px;font-weight:500;line-height:23.44px;margin-bottom:5px}.form_selectInput__Ml9Sm{border:1px solid red}.form_control__IDx4n{border:none;outline:none;padding:20px}.FilterForm_filterHeader__CEJwf{display:flex;gap:10px;margin-bottom:20px}.FilterForm_filterHeader__CEJwf span{color:#407bff;font-size:24px;font-weight:500;line-height:31.25px}.FilterForm_inputLabel__JU\+NJ{color:#000;font-size:14px;font-weight:500;line-height:18.23px}.FilterForm_formInput__2X9My{margin-bottom:25px}.FilterForm_inputContainer__wijAJ{border:1px solid #407bff;border-radius:5px;overflow:hidden}.FilterForm_inputContainer__wijAJ:focus-within,.FilterForm_inputContainer__wijAJ:hover{border:2px solid #407bff}.FilterForm_control__xLdoc{border:1px solid #407bff}.FilterForm_btnWrapper__Y-cV2{align-items:center;display:flex;justify-content:center}.FilterForm_contained__reJva{background-color:#407bff;border:none;border-radius:5px;color:#fff;font-size:14.47px;font-weight:500;line-height:18.83px;outline:none;padding:10px 24px}.Tab_container__DKwS\+{width:100%}.Tab_headerContainer__-DR8M{border-bottom:1px solid #2a38a4;width:100%}.Tab_header__zqYL4{color:#1f2228;margin-inline:auto;width:50%}.Tab_headerItem__3soRH,.Tab_header__zqYL4{align-items:center;display:flex;justify-content:center}.Tab_headerItem__3soRH{color:#282828;cursor:pointer;flex-grow:1;font-family:inherit;font-size:16px;font-weight:400;line-height:20.83px;min-height:5rem;transition:background-color .1s cubic-bezier(.075,.82,.165,1)}.Tab_headerActive__6Sc6J{color:#2a38a4;font-size:18px;font-weight:700;line-height:23.44px;position:relative}.Tab_headerActive__6Sc6J:after{background-color:#2a38a4;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;content:"";height:8px;position:absolute;width:100%}.Tab_body__QeezL{padding-inline:25px}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.DialogOverlay{animation:overlayShow .15s cubic-bezier(.16,1,.3,1);background-color:#0006;inset:0;position:fixed;z-index:1000}.DialogContent.ReactModal__Content--after-open{animation:contentShow .15s cubic-bezier(.16,1,.3,1);background-color:#fff;border-radius:6px;border-radius:5px!important;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633;left:50%;max-height:85vh!important;max-width:652px;overflow-y:auto!important;padding:25px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90vw}.DialogContent:focus{outline:none}.DialogTitle{color:#130f26;font-size:25px;font-weight:700;line-height:31.25px;margin:0}.IconButton{align-items:center;border:none;cursor:pointer;display:inline-flex;font-family:inherit;justify-content:center;outline:none;position:absolute;right:10px;top:10px}.FraudDetect_buttonGroup__7\+KKB{display:flex;gap:10px}.FraudDetect_button__g0ljZ{background-color:initial;border:none;border-radius:4px;font-family:inherit;font-size:14px;font-weight:500;line-height:18.23px;max-height:32px;outline:none;padding:18px 20px;white-space:nowrap;width:147px}.FraudDetect_contained__tBq93{background-color:#2b52aa;color:#fff}.FraudDetect_outlined__IAQ-s{background-color:#fff;border:1px solid #2b52aa;color:#2b52aa}.FraudDetect_customFormBtnWrapper__iuj76{display:flex;justify-content:flex-end;margin-top:30px;width:100%}.FraudDetect_customRuleSaveBtn__T1R3s{background-color:#407bff;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:700;line-height:20.83px;max-height:50px;outline:none;padding:16px;white-space:nowrap;width:113px}.FileUpload_uploadWrapper__aHI9m{align-items:center;background-color:#f0f6ff;border:2px dotted #407bff;display:flex;flex-direction:column;justify-content:center;min-height:179px;width:100%}.FileUpload_uploadDesc__QLFAe{width:50%}.FileUpload_uploadDesc__QLFAe p{text-align:center}.FileUpload_uploadInput__5AIz9{color:#407bff;cursor:pointer}.FileUpload_dragTitle__DL0rU{font-size:16px;font-weight:400;line-height:20.83px;margin-bottom:10px}.FileUpload_uploadLimitDesc__GXJyr{color:#66737f;font-size:10px;font-weight:500;line-height:13.02px;margin-top:10px}.FileUpload_selectedWrapper__OIe\+\+{margin-top:26px}.FileUpload_selectedHeader__lA5O6{color:#6a717d;font-size:12px;font-weight:700;line-height:15.62px;text-transform:uppercase}.FileUpload_formWrapper__Tr03i{background-color:#f0f6ff;border:1px solid #dfe8ff;border-radius:15px;margin-top:20px;padding:15px}.FileUpload_inputWrapper__VFDdG{margin-bottom:30px}.FileUpload_formInput__f\+gOW{align-items:center;display:flex;gap:10px;width:100%}.FileUpload_textFieldInput__3XLXh{flex:1 1}.FileUpload_inputContainer__e\+fm2,.FileUpload_inputContainer__e\+fm2:focus-within,.FileUpload_inputContainer__e\+fm2:hover{border:1px solid #6a717d}.FileUpload_textContainer__iD3wE{height:40px}.FileUpload_optionalName__elUJQ{color:#66737f;font-size:10px;font-style:italic;font-weight:500;line-height:13.02px;margin-left:8px}.FileUpload_btnWrapper__ykePQ{align-items:center;display:flex;justify-content:center}.FileUpload_submitBtn__kiR5L{background-color:#407bff;border:none;border-radius:5px;color:#fff;font-size:18px;font-weight:700;height:56px;line-height:23.44px;outline:none;width:200px}.FileUpload_submitBtn__kiR5L:disabled{cursor:not-allowed;opacity:.5}.SecondaryLayout_backWrapper__9LES\+{align-items:center;color:inherit;display:flex;gap:10px;padding-top:30px;text-decoration:none}.SecondaryLayout_bodyWrapper__POFFY{padding:0 2.5em 4em;position:relative;width:calc(100% - 5em)}.routes_titleWrapper__FnxcJ{align-items:center;display:flex;gap:10px;width:100%}.routes_formtTitle__FvqXw{font-size:20px;font-weight:700;line-height:26.04px;margin-right:auto}.routes_applyBtn__7w94u{background-color:#fff;border:1px solid #2a38a4;border-radius:4px;color:#2b52aa;font-size:16px;font-weight:500;gap:10px;height:48px;line-height:20.83px;outline:none;padding:10px 20px;white-space:nowrap;width:214px}.routes_applyBtn_contained__mAGWE{background-color:#2a38a4;border:none;color:#fff}.routes_profileDetail__4LHt4{background-color:#eff4ff;border-radius:10px;margin-block:50px;padding:24px 18px;width:100%}.routes_profileDetailTitle__p0gF0{color:#1f2227;font-size:20px;font-weight:700;line-height:26.04px;margin-bottom:30px}.routes_profileDetailList__0TYeb{display:flex;flex-wrap:wrap;gap:50px}.routes_profileDetailListItem__cn1N9{flex-basis:calc(25% - 37.5px)}.routes_profileDetailListItemAddress__IXqmv{flex-basis:calc(33% - 37.5px)}.routes_profileDetailListItemAddress__IXqmv h6,.routes_profileDetailListItem__cn1N9 h6{color:#363c4f;font-size:16px;font-weight:500;line-height:20.83px;margin-bottom:10px;text-transform:capitalize}.routes_profileDetailListItemAddress__IXqmv h6,.routes_profileDetailListItem__cn1N9 h5{color:#1f2228;font-size:20px;font-weight:500;line-height:26.04px;text-transform:capitalize}.routes_tableContainer__qvyVv{background-color:#eff4ff;border-radius:10px;padding:24px}.routes_button__wSSHD{background-color:initial;border:none;border-radius:4px;font-family:inherit;font-size:14px;font-weight:500;line-height:18.23px;max-height:32px;outline:none;padding:18px 20px;white-space:nowrap;width:147px}.routes_contained__EwE8z{background-color:#2b52aa;color:#fff}.routes_outlined__40M0l{background-color:#fff;border:1px solid #2b52aa;color:#2b52aa}.routes_profileDetailBullet__eR5wv li{color:#130f26;font-size:20px;font-weight:400;line-height:26.04px}.routes_profileDetailHeader__7y1Ew{display:flex;margin-bottom:20px}.routes_profileDetailHeader__7y1Ew h5{margin-right:auto}.routes_profileDetailHeaderRight__aYF4o{align-items:center;color:#407bff;cursor:pointer;display:flex;font-size:16px;font-weight:700;line-height:20.83px}.routes_profileDetailListDocWrapper__3d\+P5{column-gap:220px;display:flex;flex-wrap:wrap;row-gap:20px}.routes_profileDetailListDoc__6tikg{display:flex;flex-basis:calc(50% - 110px);gap:50px}.routes_profileDetailListCommWrapper__8OZ-y{display:flex;flex-direction:column;gap:30px}.routes_profileDetailListComm__ZoWsP{display:flex;flex-basis:100%}.routes_docsDetail__73bjS{margin-right:auto}.routes_docsDetail__73bjS h6{color:#363c4f;font-size:18.7px;font-weight:700;line-height:24.35px}.routes_docsDetailMeta__-YkE7{align-items:center;color:#848484;display:flex;font-size:16.83px;font-weight:400;line-height:21.92px}.routes_avatarName__se0vF{align-items:center;background-color:#dceaff;border-radius:50%;color:#2a38a4;display:flex;font-size:40px;font-weight:700;height:64px;justify-content:center;line-height:52.08px;text-transform:capitalize;width:64px}.routes_commentForm__N2aa7{border:1px solid #d9d9d9;border-radius:8px;margin-top:20px;padding:20px}.routes_textareaContainer__RnGdD{border:none;border-bottom:1px solid #0000001a}.routes_commentBtnWrapper__btAOI{display:flex;justify-content:flex-end;margin-top:30px}.routes_commentBtnWrapper__btAOI button{background:#407bff}.routes_contained__EwE8z:disabled{cursor:not-allowed;opacity:.5}.AlertModal_containerWrapper__qcQfg{margin:auto;text-align:center;width:80%}.AlertModal_textWrapper__ToEHM{margin-bottom:30px}.AlertModal_textWrapper__ToEHM h5{color:#2a38a4;font-size:24px;font-weight:700;line-height:31.25px;margin-bottom:10px}.AlertModal_textWrapper__ToEHM p{color:#363c4f;font-size:16px;font-weight:400;line-height:20.83px}.AlertModal_btnWrapper__oPXGh{align-items:center;display:flex;justify-content:center;text-align:center}.AlertModal_contained__KYTJO{background-color:#407bff;border:none;border-radius:8px;border-radius:4px;color:#fff;font-size:16px;font-weight:400;height:47.52px;line-height:20.83px;outline:none;padding:20px;text-align:center}.AlertModal_confirmText__ZCrQK{color:#e80000;font-size:20px;font-weight:700;line-height:26.04px;text-align:center;width:331px}.AlertModal_btnGroup__daJXB{display:flex;gap:10px;margin-top:50px}.AlertModal_button__pCydO{background-color:initial;border:none;border-radius:4px;font-family:inherit;font-size:14px;font-weight:500;line-height:18.23px;max-height:32px;outline:none;padding:18px 20px;white-space:nowrap;width:147px}.AlertModal_confirmContained__phZOw{background-color:#e80000;color:#fff}.AlertModal_confirmOutlined__mWoVe{background-color:#fff;border:1px solid #8f9ca8;color:#8f9ca8}.AlertModal_confirmContained__phZOw:disabled{cursor:not-allowed;opacity:.5}.routes_backWrapper__UHzsj{align-items:center;color:inherit;display:flex;gap:10px;padding-top:30px;text-decoration:none}.routes_formWrapper__FMj3T{display:block;position:relative;width:100%}.routes_titleWrapper__45CqH{align-items:center;display:flex;gap:10px;width:100%}.routes_formtTitle__W8SlE{font-size:20px;font-weight:700;line-height:26.04px;margin-right:auto}.routes_applyBtn__ZYMzf{background-color:#2b52aa;border:none;border-radius:4px;color:#fff;font-size:14px;font-weight:500;gap:10px;height:32px;line-height:18.23px;outline:none;padding:18px 20px;white-space:nowrap;width:111px}.routes_formContainers__5wJA3{background-color:#eff4ff;margin-top:30px;padding:20px}.routes_formFull__vo-eb{display:flex;gap:30px;width:100%}.routes_formInput__wIbqQ{flex:1 1;margin-bottom:30px}.routes_selectContainer__wkvnX{border:2px solid #dfe8ff}.routes_selectInput__bRcnW{border:1px solid #dfe8ff}.routes_tableContainer__PF2nS{margin-bottom:50px}.routes_button__HFGmA{background-color:initial;border:none;border-radius:4px;font-family:inherit;font-size:14px;font-weight:500;line-height:18.23px;max-height:32px;outline:none;padding:18px 20px;white-space:nowrap;width:95px}.routes_contained__syRGT{background-color:#2b52aa;color:#fff}.routes_applyBtn__ZYMzf:disabled{cursor:not-allowed;opacity:.5}.routes_applyBtnCustomOutline__zPSXA{background-color:#fff;border:1px solid #2b52aa;color:#2b52aa;width:145px}.routes_applyBtnCustomOContained__xZVM1{background-color:#2b52aa;color:#fff;width:145px}.routes_containerWrap__yIApX{align-items:center;display:flex;justify-content:center;margin-top:100px;text-align:center}.routes_containerTitle__NSvd1{color:#2a38a4;font-style:italic;font-weight:700;line-height:24px;line-height:31.25px;margin-bottom:10px}.routes_containerPara__ZY3Jb{font-size:16px;font-weight:400;line-height:20.83px;margin-bottom:10px}.routes_btnWrapper__DxUvj{align-items:center;display:flex;justify-content:center}.routes_btnWrapper__DxUvj button{background-color:#407bff;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:700;line-height:20.83px;outline:none;padding:16px}.routes_customFormContainers__aGzbS{margin-top:30px}.routes_inputContainer__tHaNA{border:1px solid #dfe8ff;border-radius:5px;overflow:hidden}.routes_inputContainer__tHaNA:focus-within,.routes_inputContainer__tHaNA:hover{border:2px solid #407bff}.routes_customFormBtnWrapper__5C2Wz{display:flex;justify-content:flex-end;margin-top:30px;width:100%}.routes_customRuleSaveBtn__hzkKB{background-color:#407bff;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:700;line-height:20.83px;max-height:50px;outline:none;padding:16px;white-space:nowrap;width:113px}.routes_titleWrapperCustom__Z\+16H{padding:30px 2.5em 4em;position:relative;width:calc(100% - 5em)}.routes_customTableContainer__ESiHt{background-color:#eff4ff;padding:30px}.routes_tableContainerBg__FZ0cz{background-color:#eff4ff}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;height:4px;position:absolute;width:100%}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{background-clip:content-box;border-bottom:5px solid #0000;border-top:5px solid #0000;box-sizing:initial;transform:translateY(-5px);z-index:1}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;height:14px;margin-top:-5px;opacity:.8;position:absolute;touch-action:pan-x;width:14px;z-index:1}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-bottom:0;border-left:5px solid #0000;border-right:5px solid #0000;border-top:0;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-top:0;position:absolute;touch-action:pan-y;z-index:1}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}.rc-tooltip.rc-tooltip-zoom-appear,.rc-tooltip.rc-tooltip-zoom-enter{opacity:0}.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}.rc-tooltip-zoom-appear,.rc-tooltip-zoom-enter{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);opacity:0}.rc-tooltip-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.6,-.3,.74,.05)}.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-origin:50% 50%}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform:scale(1);transform-origin:50% 50%}to{opacity:0;transform:scale(0);transform-origin:50% 50%}}.rc-tooltip{display:block;font-size:12px;line-height:1.5;opacity:.9;position:absolute;visibility:visible;z-index:1070}.rc-tooltip-hidden{display:none}.rc-tooltip-placement-top,.rc-tooltip-placement-topLeft,.rc-tooltip-placement-topRight{padding:5px 0 9px}.rc-tooltip-placement-right,.rc-tooltip-placement-rightBottom,.rc-tooltip-placement-rightTop{padding:0 5px 0 9px}.rc-tooltip-placement-bottom,.rc-tooltip-placement-bottomLeft,.rc-tooltip-placement-bottomRight{padding:9px 0 5px}.rc-tooltip-placement-left,.rc-tooltip-placement-leftBottom,.rc-tooltip-placement-leftTop{padding:0 9px 0 5px}.rc-tooltip-inner{background-color:#373737;border-radius:6px;box-shadow:0 0 4px #0000002b;color:#fff;min-height:34px;padding:8px 10px;text-align:left;text-decoration:none}.rc-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{border-top-color:#373737;border-width:5px 5px 0;bottom:4px;margin-left:-5px}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{border-right-color:#373737;border-width:5px 5px 5px 0;left:4px;margin-top:-5px}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{margin-top:0;top:15%}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{border-left-color:#373737;border-width:5px 0 5px 5px;margin-top:-5px;right:4px}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{margin-top:0;top:15%}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{border-bottom-color:#373737;border-width:0 5px 5px;margin-left:-5px;top:4px}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}#progressBar{background-size:100% 100%;border-radius:20px;height:14px;width:100%}.progress-label{color:#fff;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.rc-slider-mark{top:50px}.rc-slider-dot{bottom:-15px}.custom-rc-handle{box-Shadow:8px 8px 45px -px #2a38a4;background-color:#5a8dff;color:#fff;font-size:12px;height:30px;justify-content:center;width:30px;z-index:0}.Review-hold,.custom-rc-handle{align-items:center;display:flex}.Review-hold{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;box-sizing:border-box;flex-direction:column;height:250px;justify-content:space-between;padding:20px;width:100%}.Review-hold .title{color:#2a38a4;font-size:20px;font-weight:700}.Review-hold .imgHold{align-items:center;display:flex;justify-content:center}.Review-hold .title-block{color:#e80000;font-size:20px;font-weight:700}.Review-hold .info{color:#000;font-size:14px;font-weight:400}.buttonClose{align-items:center;display:flex;justify-content:center;margin:10px 0}.buttonClose .done{background-color:#2a38a4;border:1px solid #2a38a4;border-radius:5px;color:#fff;padding:15px;width:150px}.buttonClose .close{background-color:#e80000;border:1px solid #fff;border-radius:5px;color:#fff;padding:15px;width:150px}.buttonClose .allow:hover{background-color:#fff;border:1px solid #2a38a4;border-radius:5px;color:#2a38a4;padding:15px;transition:all 1s;width:150px}.buttonHolder{column-gap:20px;display:flex;justify-content:space-between}.buttonHolder .block{background-color:#fff;border:1px solid #e80000;border-radius:5px;color:#e80000;padding:15px;width:150px}.buttonHolder .block:hover{transition:all 1s}.buttonHolder .block-solid,.buttonHolder .block:hover{background-color:#e80000;border:1px solid #fff;border-radius:5px;color:#fff;padding:15px;width:150px}.buttonHolder .block-solid:hover{background-color:#fff;border:1px solid #e80000;border-radius:5px;color:#e80000;padding:15px;transition:all 1s;width:150px}.buttonHolder .cancel{background-color:#fff;border:1px solid #8f9ca8;border-radius:5px;color:#8f9ca8;padding:15px;width:150px}.buttonHolder .cancel:hover{background-color:#8f9ca8;border:1px solid #fff;border-radius:5px;color:#fff;padding:15px;transition:all 1s;width:150px}.buttonHolder .allow{background-color:#2a38a4;color:#fff}.buttonHolder .allow,.buttonHolder .allow:hover{border:1px solid #2a38a4;border-radius:5px;padding:15px;width:150px}.buttonHolder .allow:hover{background-color:#fff;color:#2a38a4;transition:all 1s}.dash-body{padding:0 2.5em 4em;position:relative;width:calc(100% - 5em)}.top-cards-container{border:1px solid #407bff;border-radius:5px;display:flex;flex-direction:row;gap:1em;margin:0 0 2.5em;padding:1em;width:calc(100% - 2em)}.top-cards-container .st-details-card{justify-content:space-between}.top-cards-container .st-details-card .details-header-row{display:flex;flex-direction:column-reverse}.top-cards-container .st-details-card .details-header-row h3{color:#2a38a4;font-size:1.7em}.top-cards-container .st-details-card .details-header-row h4{font-size:1em}.top-cards-container .st-details-card .st-details-icon-container svg{height:2.5em}.top-cards-container .st-details-card .st-details-icon-container .wallet-icon{width:3em}.dash-statement-add-container{align-items:center;display:flex;gap:2em;margin:0 0 2em}.dash-statement-add-container button{cursor:pointer;font-size:.9em;font-weight:600;padding:.5em 2em}.dash-body .st-search-container{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;padding:.7em}.dash-body .st-search-container#no-statements-seach{display:none}.dash-body table thead th:first-child{padding:1em 0 1em 1em}.dash-body table tbody tr{background:linear-gradient(106deg,#fffc,#fff6);transition:all .1s ease-in-out}.dash-body table tbody td:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px;width:25%;word-break:break-all}.dash-body table tbody td:nth-last-child(2),.dash-body table tbody td:nth-last-child(3){font-weight:600}.dash-body table tbody .table-row-buttons{background-color:#2b52aa;color:#fff}.dash-body .table-date-range-container .tb-filter-inputs{width:calc(100% - 1.2em)}.table-row-status-container{align-items:center;display:flex;flex-direction:row;gap:0 1em}.table-row-status-container .status-circle{border-radius:50%;height:.6em;width:.6em}.dash-body .pagination{background-color:#fff}.dash-body .dash-no-statement-data{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1em 0 0;padding:2em}.dash-body .dash-no-statement-data button{border:none;font-size:1em;margin:2.5em 0 0;padding:.7em 3.5em;width:-webkit-fit-content;width:fit-content}.dash-body .dash-no-statement-data h2{font-style:italic;margin:0 0 .2em}.dash-body .dash-no-statement-data p{margin:0}.selfBoxHold{column-gap:15px;display:flex;margin:35px 0}.selfBoxHold .selfGenerate{background-color:#fff;border:.1px solid #2a38a4;border-radius:7px;color:#2a38a4}.selfBoxHold .selfGenerate,.selfBoxHold .selfManage{align-items:center;cursor:pointer;display:flex;height:50px;justify-content:center;width:230px}.selfBoxHold .selfManage{background-color:#2a38a4;border-radius:7px;color:#fff}@media only screen and (max-width:1090px){.top-cards-container .dc-status-icon-type{align-items:flex-start;flex-direction:column}.top-cards-container .dc-icon-visual-details{margin:1em 0 0}}@media only screen and (max-width:900px){.dash-body .table-container{margin:1em 0 0}.dash-body .tb-filter-container{right:0}.dash-body table thead tr th:last-of-type{padding:1em 0}.dash-body table tbody tr td:nth-last-child(-n+2){width:auto}.dash-body table thead th:first-child{padding:.4em 1em .4em 0}.dash-body td:first-child{overflow:hidden;padding-left:1em;text-overflow:ellipsis}.dash-body table tbody td{position:relative;text-align:center;width:auto!important}.dash-body .table-row-buttons-container{justify-content:center}.top-cards-container{flex-direction:column}}@media only screen and (max-width:600px){.ReactModal__Content--after-open{width:75%!important}}@media only screen and (max-width:500px){.top-cards-container{justify-content:normal}}.fieldHolder{margin:15px 0}.report-contentKYB{column-gap:20px;display:flex;justify-content:space-between;margin:30px 0;width:100%}.info-report,.report-contentKYB .report-fields{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:300px;padding:15px 20px;width:100%}.info-report{margin:20px 0}.info-report .keyValue-holder{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.report-contentKYB .report-fieldsKybData{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:300px;padding:15px 20px;width:100%}.report-fieldsKybData .keyValue-holder{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.report-contentKYB .img-container{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;padding:10px;width:auto}.report-contentKYB .img-container .photo{color:#000;font-size:16px;font-weight:700;height:30px;margin-bottom:15px}.report-contentKYB .no-img{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;display:flex;flex-direction:column;height:350px;justify-content:space-around;padding:10px;width:50%}.report-contentKYB .no-img .text-top{color:#2a38a4;font-size:20px;font-weight:700}.containedButt{background-color:#2b52aa;border:0;border-radius:10px;color:#fff;outline:none;padding:10px 30px}.buttonAml{background-color:#407bff;border-radius:7px;color:#fff;cursor:pointer;height:35px;justify-content:center;width:120px}.InitialAmlModal,.buttonAml{align-items:center;display:flex}.InitialAmlModal{flex-direction:column;height:350px;justify-content:space-around}.title{color:#2a38a4;font-size:24px;font-weight:700}.info{color:#363c4f}.FetchAmlModal{box-sizing:border-box;flex-direction:column;height:350px;padding-bottom:15px;row-gap:10px}.FetchAmlModal,.screenHeader{align-items:center;display:flex;justify-content:space-around}.screenHeader{border:solid #2a38a4;border-width:0 0 1px;width:100%}.screenHeader .unselected{color:#000}.screenHeader .selected,.screenHeader .unselected{align-items:center;cursor:pointer;display:flex;font-size:20px;font-weight:500;justify-content:center}.screenHeader .selected{color:#2a38a4}.screenInfoTitle{color:#8c8c8c;text-align:left}.screenInfoResult{color:#1f2228;text-align:left}.idVerifyHead{border:solid #cbdaff;border-width:0 0 1px;box-sizing:border-box;height:auto;padding-left:20px}.idVerifyContent{align-items:center;cursor:pointer;display:flex;height:90px;justify-content:start}.idVerifyHead span{align-items:center;display:flex;justify-content:center}.idVerifyHead p{color:#1f2227;font-size:24px;font-weight:700;line-height:31px;margin-left:10px}.report-fields .keyValue-holder{margin:10px 0}.kyc-table-hold .header-hold .smallHeader{color:#000;font-size:16px;font-weight:700;padding-left:7px;text-align:left;width:15%}.kyc-table-hold .header-hold .wideHeader{color:#000;font-size:16px;font-weight:700;padding-left:7px;text-align:left;width:25%}.kyc-table-hold .header-hold .divider{width:5%}.kyc-table-hold .body .inner{max-width:100%}.kyc-table-hold .body .inner .element{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elementType,.kyc-table-hold .body .inner .elementName,.kyc-table-hold .body .inner .elementTime{align-items:center;box-sizing:border-box;display:flex;justify-content:start;overflow:hidden;padding-left:7px;text-overflow:ellipsis;white-space:nowrap;width:25%}.kyc-table-hold .body .inner .found,.kyc-table-hold .body .inner .viewHold{width:5%}.kyc-table-hold .body .inner .viewHold .bright{background-color:#407bff;cursor:pointer}.kyc-table-hold .body .inner .viewHold .blur,.kyc-table-hold .body .inner .viewHold .bright{align-items:center;border-radius:5px;color:#fff;display:flex;justify-content:center;padding:7px 20px;width:-webkit-fit-content;width:fit-content}.kyc-table-hold .body .inner .viewHold .blur{background-color:#add8e6}.report-hold{background-color:#f5f5f5;border:solid #c4d3f9;border-width:1px 0 0;display:flex;flex-direction:column;justify-content:space-around;margin-top:40px;padding:35px 20px 20px}.report-hold .roof{align-items:center;column-gap:5px;display:flex;justify-content:start;margin:20px 0}.report-hold .roof .span-view-report{color:#c4c4c4;cursor:pointer;font-size:16px;font-weight:700}.report-hold .roof .span-view-history{color:#1162dc;cursor:pointer;font-size:16px;font-weight:700}.report-content{column-gap:20px;display:flex;justify-content:space-between}.report-content .report-fields{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:300px;padding:15px 20px;width:50%}.report-fields .keyValue-holder{align-items:center;display:flex;justify-content:space-between;margin:20px 0}.keyValue-holder .key{color:#373a3f;font-size:14px;font-weight:400}.keyValue-holder .value{color:#000;font-size:16px;font-weight:700}.report-content .img-container{background-color:#fff;border:1px dotted #d9e5ff;border-radius:12px;box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;padding:10px;width:auto}.report-content .img-container .photo{color:#000;font-size:16px;font-weight:700;height:30px;margin-bottom:15px}.img-container .imgKycBox{align-items:center;border:1px dotted #d9e5ff;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0 auto;padding:7px;width:-webkit-fit-content;width:fit-content}.modal-initial-button-hold .close{align-items:center;background-color:#407bff;border:1px solid #407bff;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;width:150px}.modal-error,.modal-loading,.modal-success{align-items:center;height:200px;width:100%}.kyc-history-holder,.modal-error,.modal-loading,.modal-success{display:flex;flex-direction:column;justify-content:space-around}.kyc-history-holder{background-color:#f5f5f5;border:solid #c4d3f9;border-width:1px 0 0;margin-top:40px;padding:35px 20px 20px}.kyc-history-holder .top-section{align-items:center;column-gap:5px;display:flex;justify-content:start;margin-top:20px}.top-section .span-view-report{color:#c4c4c4;cursor:pointer;font-size:16px;font-weight:700}.top-section .span-view-history{color:#1162dc;cursor:pointer;font-size:16px;font-weight:700}.kyc-table-hold{margin:10px 0}.kyc-table-hold .header-hold{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.kyc-table-hold .header-hold p{color:#000;font-size:16px;font-weight:700;padding-left:7px;text-align:left;width:15%}.kyc-table-hold .header-hold .divider{box-sizing:border-box;color:#000;font-size:16px;padding-left:7px;text-align:left;width:15%}.kyc-table-hold .body{align-items:center;flex-direction:column}.kyc-table-hold .body,.kyc-table-hold .body .inner{display:flex;justify-content:space-between;width:100%}.kyc-table-hold .body .inner{background-color:#fff9;border:1px solid #fff;height:45px;padding:5px}.kyc-table-hold .body .inner .element,.kyc-table-hold .body .inner .found{align-items:center;box-sizing:border-box;display:flex;justify-content:start;padding-left:7px;width:15%}.kyc-table-hold .body .inner .found{color:#00770c;font-size:16px;font-weight:700}.kyc-table-hold .body .inner .viewHold{align-items:center;display:flex;justify-content:center;width:15%}.kyc-table-hold .body .inner .viewHold span{align-items:center;background-color:#407bff;border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:7px 20px;width:-webkit-fit-content;width:fit-content}.history-hold{background-color:#f5f5f5;border:solid #c4d3f9;border-width:1px 0 0;display:flex;flex-direction:column;justify-content:space-around;margin-top:40px;padding:35px 20px 20px}.history-hold .roof{align-items:center;column-gap:5px;display:flex;justify-content:start;margin-top:20px}.amlScreenHold{height:280px}.amlScreenHold,.amlScreenHoldIndi{background-color:#fff;border-radius:10px;box-sizing:border-box;margin-top:35px;padding:20px 30px;width:100%}.amlScreenHoldIndi{height:370px}.proceedScreen{background-color:#407bff;cursor:pointer}.proceedAltScreen,.proceedScreen{align-items:center;border-radius:5px;color:#fff;display:flex;height:40px;justify-content:center;width:120px}.proceedAltScreen{background-color:#8eaef4}.ScreenInputHold{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.ScreenInputDiv{display:flex;flex-direction:column;row-gap:6px;width:45%}.businessInputHold{width:100%}.businessInputHold input{width:100%}.ScreenInputDiv input,.businessInputHold input{background-color:#eff4ff;border-width:0;box-sizing:border-box;height:50px;outline:none;padding-left:10px}.ScreenSlidingInput{align-items:center;display:flex;justify-content:space-between;width:100%}.ScreenSlidingInput input{background-color:#eff4ff;border-width:0;height:35px;outline:none;width:70%}.amlScreenTitle{color:#2a38a4;font-size:24px;font-weight:700}.amlScreenDescript{color:#6a717d;font-size:16px;font-weight:400;margin-top:15px}.previewHold{box-sizing:border-box;padding:20px 40px}.previewHold .PreviewHead{box-sizing:border-box;height:auto}.PreviewHead .backView{align-items:center;cursor:pointer;display:flex;height:90px;justify-content:start}.section-top-hold,.section-top-hold div{display:flex;justify-content:space-between}.section-top-hold div{flex:1 1;flex-direction:column;height:100px}.customVerification-section{grid-gap:2.5em;display:grid;gap:2.5em;grid-template-columns:1fr 1fr 1fr;justify-content:space-between;margin:20px 0;width:100%}.sigImgView{align-items:center;border:solid #407bff;border-width:0 0 1px;color:#407bff;cursor:pointer;display:flex;justify-content:center}@media only screen and (max-width:900px){.customVerification-section{display:flex;flex-direction:column;justify-content:space-between;margin:20px 0;width:100%}}@media only screen and (max-width:1250px){.section-top-hold{display:flex;flex-direction:column;justify-content:space-between}.section-top-hold div{margin:15px 0;row-gap:7px}}.imageViewHold{column-gap:6px;cursor:pointer;font-size:12px;height:50px;width:250px}.imageNameHold,.imageViewHold{align-items:center;box-sizing:border-box;display:flex;justify-content:start}.imageNameHold{background-color:#407bff;border-radius:10px;color:#fff;height:100%;overflow:hidden;padding-left:5px;width:65%}.imageViewHold .imgView{align-items:center;border:solid #407bff;border-width:0 0 1px;color:#407bff;display:flex;justify-content:center}.SalesEstTitles{margin-bottom:20px}.SalesEstFields,.SalesEstTitles{display:flex;justify-content:space-around}.SalesEstTitles .titleValues{font-weight:700}.SalesEstFields .fieldValues,.SalesEstTitles .titleValues{align-items:center;color:#000;display:flex;font-size:18px;justify-content:center;width:16.66%}@media only screen and (max-width:600px){.SalesEstTitles{margin-bottom:0}.SalesEstFields,.SalesEstTitles{display:flex;flex-direction:column;justify-content:space-around}.salesEstHolder{display:flex;justify-content:space-between}.SalesEstTitles .titleValues{font-weight:700;justify-content:left}.SalesEstFields .fieldValues,.SalesEstTitles .titleValues{align-items:center;color:#000;display:flex;font-size:18px;height:40px;margin-bottom:5px;width:auto}.SalesEstFields .fieldValues{justify-content:right}}.imageAndCancelPreHold{align-items:center;background-color:#407bff;border-radius:10px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:12px;height:40px;justify-content:space-around;text-align:right;width:200px}.imagePreHold{overflow:hidden;text-align:right;width:65%}.imageAndCancelPreHold .imgCancel{align-items:center;display:flex;justify-content:center}.decision-card-wrapper{background-color:#fff;border:1px solid #c3d4ff;border-radius:4px;cursor:pointer;flex-grow:1;width:100%}.decision-card-wrapper .inner-wrap,.decision-card-wrapper .inner-wrapper{border:1px solid #0000;display:flex;flex-direction:column;gap:20px;padding:1rem}.decision-card-wrapper .inner-wrap .top-section{align-items:center;display:flex;justify-content:space-between}.decision-card-wrapper .inner-wrap .bottom-section h4{color:#363c4f;font-size:1.2rem}.decision-card-wrapper .inner-wrap .bottom-section p{color:#363c4f;font-size:.7rem;margin-top:5px}.BreakDownloadHold{align-items:center;display:flex;justify-content:space-between;width:100%}@media only screen and (max-width:600px){.BreakDownloadHold{align-items:start;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;width:100%}}.supportButton{align-items:center;background-color:#407bff;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;width:250px}.supportClassHold{background-color:#fff;margin:20px 0;padding:15px}.docHolder{background-color:#fff;border:1px dotted #407bff;border-radius:10px;flex-basis:45%;height:60px;justify-content:space-between;margin-top:25px;padding:10px}.docHolder,.modal-dialog{align-items:center;display:flex}.modal-dialog{flex-direction:column;gap:1em;justify-content:flex-start;padding:2em;width:calc(100% - 4em)}.modal-header{align-items:center;display:flex;flex-direction:row;font-weight:600;justify-content:space-between;width:100%}.modal-header h2{margin:0 2em 0 0}.header-single{justify-content:center}.header-single h2{margin:0;text-align:center}.modal-dialog .close{cursor:pointer;text-align:center}.modal-dialog .close img{width:2em}.modal-dialog .modal-header button{font-size:1.5em}.modal-body-container{display:flex;flex-direction:column;gap:2em;width:100%}.modal-body-container.scrollbar{max-height:calc(100vh - 16em);min-height:auto;overflow-x:hidden;overflow-y:auto;width:100%}.modal-body-container .scrollable-content{margin:0 10px 0 0}.centered-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.centered-container svg{height:3.5em;width:3.5em}.centered-container p{margin:.5em 0 0}.submit-container{display:flex;gap:1em;justify-content:center;width:100%}.submit-container button{cursor:pointer;font-size:1.05em;padding:.5em 3em;width:100%}.modal-body-message{display:flex;flex-direction:column;gap:1em;margin:0 0 1em}.loading-overlay{border-radius:20px;height:100%;left:0;position:absolute;top:0;width:100%}.add-pdf-file-rejected-error-message{font-size:.9em}.modal-dialog .drop-container{border-color:#407bff}.modal-dialog .drop-container img{height:4em;width:4em}.modal-dialog .drop-container p{margin:0 2em;text-align:center}.modal-dialog .drop-container .drop-caption{font-size:1.2em;font-weight:500;margin:0 2em 2em;width:60%}.modal-dialog .drop-container .drop-caption span{cursor:pointer}.modal-dialog .drop-container .drop-subcaption{font-size:.8em;font-weight:500}.modal-dialog .modal-body-container h4{font-size:1.3em;margin:1.5em 0 .5em}.modal-dialog .ap-accepted-file-container{border:1px solid #407bff;border-radius:10px;margin:0 0 2em;padding:1em;width:calc(100% - 2em)}.modal-dialog .ap-accepted-file-container ul{list-style:none;margin:1em 0 1.5em;padding:0}.modal-dialog .ap-accepted-file-container ul li{align-items:center;display:flex;justify-content:space-between}.modal-dialog .ap-accepted-file-container ul li .ap-accepted-file-info{align-items:center;display:flex;gap:.5em}.modal-dialog .ap-accepted-file-container ul li .ap-accepted-file-info img{height:2.8em;width:2.5em}.modal-dialog .ap-accepted-file-container ul li .ap-accepted-file-info h4{font-size:1.1em;margin:0}.modal-dialog .ap-accepted-file-container ul li .ap-accepted-file-info span{font-size:.9em;font-weight:500}.modal-dialog .ap-accepted-file-container ul li button img{height:1.8em;width:1.8em}.modal-dialog .ap-accepted-file-container .delete-pdf-button{background:#0000;border:none}.ap-statement-type-container{display:flex;flex-direction:column;justify-content:space-between;width:100%}.ap-statement-type-radio-buttons-container{display:flex;gap:0 2em}.ap-statement-type{align-items:center;display:flex;flex-direction:row-reverse;gap:0 1em;justify-content:flex-end}.modal-dialog .modal-body-container .ap-statement-type-container h4{font-size:1em;font-weight:600;margin:.5em 0;width:100%}.modal-dialog .ap-statement-type input{height:1.2em;width:1.2em}.ap-password-container{display:flex;flex-direction:column;gap:.5em;margin:1.5em 0 1em;width:100%}.modal-dialog .modal-body-container .ap-password-container h4{font-size:1em;font-weight:600;margin:0}.modal-dialog .modal-body-container .ap-password-container h4 span{font-size:.8em;font-style:italic;font-weight:400}.ap-password-container input{border:1px solid #407bff;border-radius:5px;padding:1em;width:calc(100% - 2em)}.modal-dialog.download-dialog form .modal-header{margin:0 0 1em;width:100%}.modal-dialog.download-dialog form hr{margin:0 0 1em}.modal-dialog.download-dialog form button{margin:2em 0 0}.modal-dialog.download-dialog .download-inputs{grid-gap:.5em;display:grid;gap:.5em;grid-template-areas:"auto auto" "auto auto"}.modal-dialog.download-dialog .download-input-container{background:#d1d5de;border-radius:20px;padding:.5em 1em}.modal-dialog.download-dialog .modal-body-container .modal-body-message ul{margin:0}.spinner-container{margin:3em 5em 0;text-align:center}.payment-main-body{display:flex;flex-direction:column;gap:1em 0;padding:1em .5em;width:20em}.payment-main-body .payment-form{display:flex;flex-direction:column;gap:.5em}.payment-main-body .header{align-items:center;display:flex;justify-content:space-between}.payment-main-body .header h2{margin:0}.payment-main-body .close{cursor:pointer;display:flex;justify-content:flex-end}.payment-main-body .close img{height:2em;width:2em}.payment-field-container{display:flex;flex-direction:column;gap:.5em 0}.payment-field-container input{border-radius:5px;padding:.5em;width:calc(100% - 1em)}.payment-input-error-span{font-size:.9em}.payment-field-container .input-container{padding:0 0 0 .5em}.payment-field-container .input-container input{border:none;border-radius:0 5px 5px 0;margin:0 0 0 .5em;padding:.5em}.payment-button{border:none;cursor:pointer;font-size:1.05em;font-weight:500;margin:1em 0 0;padding:.5em 0;width:100%}.payment-button:disabled{cursor:default;opacity:.7}.payment-provider-container{display:flex;flex-direction:column;gap:.5em 0;margin:1em 0}.payment-provider-container select{border-radius:5px;padding:.5em}.ReactModal__Overlay{height:100%;opacity:0;transition:opacity .3s ease-in-out}.ReactModal__Overlay--after-open{opacity:1;position:fixed!important}.ReactModal__Content--after-open{border:initial!important;border-radius:20px!important;box-shadow:0 4px 6px 4px #00000030;height:auto!important;inset:unset!important;left:50%!important;overflow:visible!important;overflow:initial!important;top:50%!important;transform:translate(-50%,-50%)!important}.ReactModal__Overlay--before-close{opacity:0}.required{color:red}.unique-id-info{color:gray;font-size:.7em}@media only screen and (max-width:960px){.ReactModal__Content--after-open{width:70%!important}}@media only screen and (max-width:500px){.ReactModal__Content--after-open{width:90%!important}}.sign-up-details-form-main{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:70px;width:100%}.loadingForm{height:80%}.formTitle{color:#000;font-size:18px;font-weight:500;margin-bottom:25px}.sign-up-details-form-main .sign-up-details-input-container{display:flex;flex-direction:column}.sign-up-details-form-main .sign-up-details-input-container-sales-item-one{display:flex;flex-direction:column;width:50%}.sign-up-details-form-main .sign-up-details-input-container-sales-item-three{display:flex;flex-direction:column;width:33.33%}.sign-up-details-top-inputs .sign-up-details-top-input-container{display:flex;flex:1 1;flex-direction:column}.sign-up-details-form-main .sign-up-details-top-inputs{display:flex;gap:2.5em;justify-content:space-between;margin-bottom:2.5em;margin-top:2.5em;width:100%}.sign-up-details-top-input-container label{color:#363c4f;font-size:16px;font-weight:500}.sign-up-details-top-input-container select{background-color:#eff4ff;border:none;margin-top:15px;outline:none;padding:.7em 3em}.sign-up-details-top-input-container input{background-color:#eff4ff;border:none;height:30px;outline:none;padding:.7em 3em}.sign-up-details-form-main form{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:2em;width:100%}.sign-up-details-form-main .sign-up-details-headers{width:100%}.sign-up-details-form-main .sign-up-details-inputs{grid-gap:2.5em;display:grid;gap:2.5em;grid-template-areas:"top top " "bottom bottom ";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%}.sign-up-details-form-main .sign-up-details-inputs-sales-two{column-gap:2.5em;display:flex;margin:30px 0;width:100%}.sign-up-details-form-main .sign-up-details-inputs-resident{display:flex;flex-wrap:wrap;justify-content:space-between}.sign-up-details-form-main .sign-up-details-input-container-resident-one{column-gap:5px;display:flex;flex:1fr 1;flex-direction:column;min-width:150px;width:30%}.sign-up-details-form-main .sign-up-details-input-container-resident-two{column-gap:5px;display:flex;flex:1fr 1;flex-direction:column;min-width:300px;width:45%}.sign-up-details-form-main .sign-up-details-input-container-resident-three{column-gap:5px;display:flex;flex:1fr 1;flex-direction:column;width:100%}label{color:#363c4f;font-size:16px;font-weight:500}.sign-up-details-form-main .selectHolder{background-color:#eff4ff;height:30px;padding:0;width:100%}.sign-up-details-form-main .selectHolder select{background-color:#eff4ff;border:none;height:100%;outline:none;overflow-y:auto;width:100%}.sign-up-details-form-main input{background-color:#eff4ff;border:none;height:30px;outline:none;padding:.7em 3em}.sign-up-details-input-container label{color:#363c4f;font-size:16px;font-weight:500}.sign-up-details-form-main .sign-up-details-input-container .selectHolder{background-color:#eff4ff;box-sizing:border-box;height:50px;padding:0 0 0 15px}.sign-up-details-form-main .sign-up-details-input-container .selectHolder select{background-color:#eff4ff;border:none;height:100%;outline:none;overflow-y:auto;width:100%}.sign-up-details-form-main .sign-up-details-input-container input{background-color:#eff4ff;border:none;height:30px;outline:none;padding:.7em 3em}.currency-section{align-items:center;box-sizing:border-box;display:flex;height:-webkit-fit-content;height:fit-content;width:100%}.currency-section span{align-items:center;background-color:#f6f8fc;display:flex;height:30px;justify-content:center;padding:.7em;width:40px}.currency-section input{background-color:#eff4ff;background-color:aqua;border:none;height:30px;outline:none;width:85%}.salesSelector{height:50px;width:250px}@media only screen and (max-width:1300px){.sign-up-details-form-main .sign-up-details-inputs-sales-two{display:flex;flex-direction:column;row-gap:2.5em;width:100%}.imageAndCancelPreHold{align-items:center;background-color:#407bff;border-radius:10px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:12px;height:40px;justify-content:space-around;text-align:right;width:200px}.imagePreHold{overflow:hidden;text-align:right;width:65%}.imageAndCancelPreHold .imgCancel{align-items:center;display:flex;justify-content:center}.sign-up-details-form-main .sign-up-details-input-container-sales-item-one{display:flex;flex-direction:column;width:100%}}@media only screen and (max-width:1000px){.sign-up-details-form-main .sign-up-details-inputs,.sign-up-details-form-main .sign-up-details-top-inputs{align-items:center;display:flex;flex-direction:column;row-gap:2.5em;width:100%}.sign-up-details-form-main .sign-up-details-top-inputs{margin-bottom:2.5em}.sign-up-details-form-main .sign-up-details-input-container,.sign-up-details-top-inputs .sign-up-details-top-input-container{display:flex;flex:1 1;flex-direction:column;width:100%}}.auditHold{box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.auditRight{width:58%}.auditLeft{background-color:#fff;box-sizing:border-box;height:350px;padding:15px;width:40%}.auditRightContent{max-height:350px;overflow-y:auto}.unSelectedTrail{background-color:#fff}.selectedTrail,.unSelectedTrail{border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;margin:10px auto;padding:15px;width:100%}.selectedTrail{background-color:#dfe8ff;border:1px solid #407bff}.loanHead{border:solid #cbdaff;border-width:0 0 1px;box-sizing:border-box;height:auto;padding-left:20px}.loanContent{cursor:pointer;height:90px;justify-content:start}.loanContent,.loanHead span{align-items:center;display:flex}.loanHead span{justify-content:center}.loanHead p{color:#1f2227;font-size:24px;font-weight:700;line-height:31px;margin-left:10px}.loanBody{box-sizing:border-box;padding:20px}.bodyhead{column-gap:10px;display:flex;justify-content:start}.bodyhead div{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.bodyhead div .textColored{color:#2a38a4;font-size:16px;font-weight:700}.bodyhead div .textUnColored{color:#000;font-size:16px;font-weight:400}.bodyhead div .colored{background-color:#2a38a4;border-radius:4px 4px 0 0;height:6px;margin-top:15px;width:100px}.bodyhead div .uncolored{display:none}.centerButton{align-items:center;cursor:pointer;gap:20px;margin-top:20px;width:100%}.centerButton,.filterHold{display:flex;justify-content:center}.filterHold{align-items:end;border:solid #cbdaff;border-width:0 0 1px;column-gap:10px;margin-top:30px}.centerButton .proceed{background-color:#407bff;border-radius:7px;color:#fff}.centerButton .back,.centerButton .proceed{align-items:center;box-sizing:border-box;display:flex;font-size:14px;height:50px;justify-content:center;text-align:center;width:200px}.centerButton .back{background-color:#fff;border:1.5px solid #407bff;border-radius:7px;color:#407bff}.buttonHold{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:end;margin-top:20px;width:100%}.buttonHold .back{background-color:#fff;border:1.5px solid #407bff;color:#407bff}.buttonHold .back,.buttonHold .reject{align-items:center;border-radius:7px;box-sizing:border-box;display:flex;font-size:14px;height:50px;justify-content:center;text-align:right;width:200px}.buttonHold .reject{background-color:red;color:#fff}.buttonHold button,.buttonHold section{align-items:center;background-color:#407bff;border-radius:7px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;height:50px;justify-content:center;text-align:right;width:200px}.buttonHold button{border:none}.buttonHold .saveText{color:#407bff;cursor:pointer;font-size:16px}.summaryHold{border:1px solid #407bff;box-sizing:border-box;height:300px;margin:40px auto;padding:20px;width:95%}.summaryMainContent{align-items:center;column-gap:10px}.summaryBox,.summaryMainContent{display:flex;height:100%;justify-content:space-around}.summaryBox{align-items:start;background-color:#fff;border-radius:10px;box-shadow:#0000001a;flex:1 1;flex-direction:column;padding:0 0 0 20px}.filterHeaderSelect{border:solid #2a38a4;border-width:0 0 1px;color:#2a38a4}.filterHeaderNonSelect,.filterHeaderSelect{cursor:pointer;font-weight:600;padding:10px}.filterHeaderNonSelect{color:#000}.top-form{margin-bottom:60px;margin-top:30px}.top-form-nav{align-items:center;display:flex;margin:10px auto;width:300px}.top-form-nav-but-colored{background-color:#407bff;color:#fff}.top-form-nav-but-colored,.top-form-nav-but-uncolored{align-items:center;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.top-form-nav-but-uncolored{background-color:#fff;color:#407bff}@media only screen and (max-width:1000px){.summaryHold{border:1px solid #407bff;box-sizing:border-box;height:auto;margin:40px auto;padding:20px;width:95%}.summaryMainContent{align-items:center;height:100%;row-gap:10px}.summaryBox,.summaryMainContent{display:flex;flex-direction:column;justify-content:space-around}.summaryBox{align-items:start;background-color:#fff;border-radius:10px;box-shadow:#0000001a;height:500px;padding:15px 15px 0 20px;width:100%}}@media only screen and (max-width:700px){.buttonHold{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:end;margin-top:20px}.buttonHold .back{background-color:#fff;border:1.5px solid #407bff;color:#407bff}.buttonHold .back,.buttonHold .reject{align-items:center;border-radius:7px;box-sizing:border-box;display:flex;font-size:12px;height:50px;justify-content:center;text-align:right;width:130px}.buttonHold .reject{background-color:red;color:#fff}.buttonHold button,.buttonHold section{align-items:center;background-color:#407bff;border-radius:7px;box-sizing:border-box;color:#fff;display:flex;font-size:12px;height:50px;justify-content:center;text-align:right;width:130px}.buttonHold button{border:none}}.bank-account .st-details-card-main h5{font-size:1em;font-weight:500;margin:0}.bank-account .mb-back-button{margin:0 0 1em}.bank-account .details-header-row h3,.bank-account .st-details-card-main h4{font-size:1.2em}.bank-account .st-details-card-main .mb-account-overall-details .st-details-list{display:flex;gap:.5em;justify-content:space-between}.bank-account .st-details-card-main .mb-account-overall-details .st-details-list li h2{font-size:1em;font-weight:400}.bank-account .st-details-card-main .mb-account-overall-details .st-details-list li p{font-size:1.5em;font-weight:600}.mb-account-analytics{display:flex;flex-direction:column;gap:1em}.mb-account-analytics .mb-account-analytics-section h2{margin:0 0 .3em}.mb-account-analytics .mb-account-analytics-section ul{display:flex;flex-direction:column;gap:.5em}.mb-account-analytics .mb-account-analytics-section .list-type-content{display:flex;justify-content:space-between;width:100%}.mb-account-analytics .mb-account-analytics-section .list-type-content h2{font-size:1em;font-weight:500;margin:0}.mb-account-analytics .mb-account-analytics-section .list-type-content p{font-weight:500}.mb-account-analytics .mb-account-analytics-section .mb-account-section-double-list{display:flex;flex-direction:column;gap:1.5em;height:100%;justify-content:space-between}.mb-account-analytics .mb-account-analytics-section .list-type-title{font-size:1.2em;font-weight:600;margin:0 0 1em}.mb-account-analytics .mb-spend .st-atm-list-container{max-height:10em;min-height:auto;overflow-x:hidden;overflow-y:auto}.mb-account-analytics .mb-spend ul{gap:0}.mb-account-analytics .mb-spend li{margin:0 .5em 0 0;padding:.5em 1em}.mb-account-analytics .mb-spend .list-type-content p{font-weight:400}.mb-account-analytics .mb-pattern .details-header-row h3{font-size:1em}.mb-account-analytics .mb-pattern .details-header-row h4{font-size:2.5em;font-weight:600}.mb-account-analytics .mb-account-analytics-section .mb-account-analytics-double-cards-container{display:flex;gap:1em}.mb-transactions-type-table-container{border-radius:5px;margin:1em 0 0;padding:1.5em;width:calc(100% - 3em)}.mb-transactions-type-table-container h2,.mb-transactions-type-table-container p{margin:0}.mb-transactions-type-table-container .header-row{padding:1em}.mb-transactions-type-table-container tbody tr td:first-child,.mb-transactions-type-table-container thead tr th:first-child{width:60%}.bank-account .mb-details-no-table-data-container{align-items:center;margin:1em 0 0}@media only screen and (max-width:900px){.mb-account-analytics .mb-behavioral .mb-account-analytics-double-cards-container{flex-direction:column}.mb-transactions-type-table-container table{margin:1em 0 0}.mb-transactions-type-table-container .header-row{padding:.3em 0}}@media only screen and (max-width:750px){.bank-account .st-details-card-main .mb-account-overall-details .st-details-list{flex-direction:column}}@media only screen and (max-width:500px){.mb-account-analytics .mb-account-analytics-section .list-type-content,.mb-account-analytics .mb-pattern .mb-account-analytics-double-cards-container{flex-direction:column}}.mb-lending-sms .mb-lending-header-container{align-items:center;display:flex;gap:1em;margin:1em 0}.mb-lending-sms .mb-lending-header-container .no-logo-url{background:#1c256d;color:#fff}.mb-lending-sms .mb-lending-header-container img{border-radius:5px;height:3em;width:3em}.mb-lending-sms .mb-lending-header-container .mb-lending-header-text-container{display:flex;flex-direction:column}.mb-lending-sms .mb-lending-header-container .mb-lending-header-text-container h2,.mb-lending-sms .mb-lending-header-container .mb-lending-header-text-container p{margin:0}.mb-lending-sms .mb-lending-sms-type-table tbody{display:flex;flex-direction:column;gap:1em}.mb-lending-sms .mb-lending-sms-type-table tbody tr{background:#fff;display:flex;flex-direction:column;gap:.5em;padding:2em}.mb-lending-sms .mb-lending-sms-type-table tbody tr td{padding:0}.mb-lending-sms .mb-lending-sms-type-table tbody tr .table-cell-with-caption{display:flex;gap:1em}.mb-lending-sms .mb-lending-sms-type-table tbody tr .table-cell-with-caption label{font-size:1.2em;font-weight:500}.mb-lending-sms .mb-lending-sms-type-table tbody tr .table-cell-with-caption h3{font-size:1.2em;margin:0}.mb-lending-sms .mb-lending-sms-type-table tbody tr td:nth-child(2){font-size:1.1em;margin:1em 0 0}.mb-details-body,.mb-lending-sms .mb-details-no-table-data-container{align-items:center}.mb-details-body{display:flex;flex-direction:column;margin:4em 0 1em;padding:0 4em;width:calc(100% - 8em)}.mb-details-body .mb-details-main-header{width:100%}.mb-details-body .mb-details-main-header h2{font-size:2.3em;margin:0 0 .2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-details-body .mb-details-main-header .mb-details-main-header-sub{align-items:center;display:flex;flex-direction:row;gap:.5em}.mb-details-main-header-sub p{font-weight:600;margin:0}.mb-details-main-header-sub .calendar-icon{height:1.2em;width:1.5em}.mb-details-body .tab-bodies-container,.mb-details-body .top-level-tabs{width:100%}.mb-insight-tabs-container .mb-overview-header{margin:1em 0 .5em}.mb-insight-details{grid-gap:1em;display:grid;gap:1em;grid-template-areas:". ." ". .";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;margin:1em 0 0}.mb-insight-details .mb-details-subheader-item{display:flex;gap:1em}.mb-insight-details h4,.mb-insight-details p{font-size:1.1em;margin:0}.mb-insight-details h4{font-weight:500}.mb-insight-details p{font-weight:600}.mb-insight-balance-row{display:flex;gap:1em;margin:1.5em 0 0;width:100%}.mb-insight-balance-row .st-details-card{align-items:center;gap:2em;justify-content:space-between;text-align:center}.mb-insight-balance-row .details-header-row h3{margin:0 0 .2em}.mb-insight-balance-row .details-body{justify-content:flex-end}.mb-insight-balance-row h2{font-size:2.4em;margin:0}.mb-insight-balance-row .dc-simple-header-container p{display:none}.mb-insight-balance-row .st-details-card p{font-size:.9em;margin:.5em 0}.mb-insight-tabs-container{margin:1em 0;width:100%}.mb-insight-tabs-container .mb-tab-details .mb-account-tab-content{grid-gap:1em;display:grid;gap:1em;grid-template-columns:1fr 1fr 1fr;margin:2em 0 0;width:100%}.mb-back-button{border:none;cursor:pointer;font-size:1.1em;margin:1em 0 0;padding:.7em 1em}.mb-tab-details .st-details-card{border-radius:30px 30px 10px 10px;gap:.5em;padding:0;width:100%}.mb-tab-details .details-header-row{border-radius:30px;padding:.8em 2em;width:calc(100% - 4em)}.mb-account-tab-content .details-header-row{align-items:center;background:#2a38a4;display:flex;gap:1em}.mb-account-tab-content .details-header-row h3{font-size:1.2em}.mb-account-tab-content .details-header-row .mb-account-logo{border-radius:5px;height:3.5em;padding:1px;width:calc(3.5em - 1px)}.mb-account-tab-content .details-header-row h3,.mb-account-tab-content .details-header-row img{position:relative}.mb-account-tab-content .details-header-row .no-logo-url{background:#1c256d;border:1px solid #fff;color:#fff;position:relative}.mb-account-tab-content .mb-account-list-container{padding:1em 2em 2em}.mb-account-tab-content .mb-account-list-container h3{margin:0}.mb-account-tab-content .mb-account-list-container p{font-size:.8em;margin:0}.mb-account-tab-content .st-details-list-main-container{margin:1em 0 0}.mb-account-tab-content .list-type-content{align-items:center;display:flex;justify-content:space-between}.mb-account-tab-content .list-type-content .list-detail-with-link-container{align-items:center;cursor:pointer;display:flex;justify-content:space-between;width:100%}.mb-account-tab-content .list-type-content .list-detail-with-link-container .list-detail-link{align-items:center;display:flex;gap:.5em;justify-content:space-between;width:100%}.mb-account-tab-content .list-type-content .list-detail-with-link-container .list-detail-link span{color:#2a38a4}.mb-account-tab-content .list-type-content .list-detail-with-link-container h2+.list-detail-link{width:auto!important}.mb-account-tab-content .list-type-content h2,.mb-account-tab-content .list-type-content p{font-size:1em}.mb-tab-details .list-type-content button{background:#0000;border:none;cursor:pointer;font-size:1.1em}.mb-lenders-tab-content{background:#fff;border-radius:5px;margin:1.5em 0 0;padding:2em 1.5em;width:calc(100% - 3em)}.mb-lenders-tab-content h2{margin:0 0 1em}.mb-lenders-tab-content .details-header-row .no-logo-url,.mb-lenders-tab-content .details-header-row h3,.mb-lenders-tab-content .details-header-row img{position:static;top:auto}.mb-tab-details .lending .details-header-row{align-items:center}.mb-tab-details .lending .details-header-row .details-header-with-link-container{align-items:center;cursor:pointer;display:flex;gap:1em;justify-content:space-between;width:100%}.mb-tab-details .lending .details-header-row .details-header-with-link-container span{color:#fff}@media only screen and (max-width:1420px){.mb-insight-tabs-container .mb-tab-details .mb-account-tab-content{grid-template-columns:1fr 1fr}}@media only screen and (max-width:1000px){.mb-transactions-type-table-container .list-overflow-text-container{max-width:200px}}@media only screen and (max-width:900px){.mb-transactions-type-table-container .list-overflow-text-container{max-width:100px}}@media only screen and (max-width:850px){.mb-details-body .mb-insight-tabs-container .mb-insight-details .st-details-subheader-item{flex-direction:column}.mb-insight-tabs-container .mb-tab-details .mb-account-tab-content{display:flex;flex-direction:column;gap:1em}.mb-account-analytics-details .details-list-container:nth-child(2),.mb-details-body .mb-insight-tabs-container .mb-insight-balance-row{flex-direction:column}}@media only screen and (max-width:730px){.mb-transactions-type-table-container .list-overflow-text-container{max-width:100%;padding:.2em 1em}}@media only screen and (max-width:600px){.mb-details-body .mb-insight-tabs-container .mb-insight-details .st-details-subheader-item{flex-direction:row;justify-content:space-between}.mb-insight-details{display:flex;flex-direction:column}}@media only screen and (max-width:430px){.mb-details-body .mb-insight-tabs-container .mb-insight-details .st-details-subheader-item{flex-direction:column;gap:.2em;justify-content:flex-start}.mb-insight-details{gap:1.5em}.mb-tab-details .details-list-container{display:flex;flex-direction:column;gap:1em}.mb-tab-details .dc-simple-visual-li{align-items:flex-start;flex-direction:column}}.page-not-found-body{align-items:center;background:linear-gradient(90deg,#eff3fa 32%,#e8eef6);display:flex;flex-direction:column;gap:1.5em 0;height:calc(100% - 4em);justify-content:center;padding:2em;text-align:center;width:calc(100% - 4em)}.page-not-found-body .page-not-found-image img{width:400px}.page-not-found-body .button-pill{cursor:pointer;font-size:1.1em;font-weight:500;padding:.5em 4em}@media only screen and (max-width:450px){.page-not-found-body{font-size:80%;padding:2em;width:calc(100% - 4em)}.page-not-found-body .page-not-found-image img{width:200px}}.login-body{height:100%;width:100%}.login-main{background-color:#2a38a4;display:flex;min-height:100%;width:100%}.login-left{align-items:flex-end;position:relative;width:40%}.login-left,.login-left-container{display:flex;flex-direction:column;justify-content:center}.login-left-container{align-items:center;height:100%;width:100%}.login-left img{height:70%;object-fit:cover}.login-right{align-items:center;padding:2em 0}.login-right,.login-right-container{background-color:#fff;display:flex;flex-direction:column;justify-content:center;width:60%}.login-right-container{border-radius:10px}.login-right-container .login-insights-logo{border-radius:15px;box-shadow:4px 4px 24px #00000017;margin:0 0 1em;padding:.5em;width:3em}.login-right-container h2{font-size:1.8em;margin:0;word-spacing:5px}.login-right-container .login-inputs-section{display:flex;flex-direction:column;gap:.5em 0}.login-form-container{display:flex;flex-direction:column;margin:2em 0 0;width:100%}.login-form-container .login-input-container:nth-child(2){margin:1em 0 0}.login-input-container{display:flex;flex-direction:column;width:100%}.login-input-container .input-container:focus-within{box-shadow:0 0 6px #407bff59}.input-labels{font-size:.9em;font-weight:500;margin-bottom:.5em;text-align:left}.login-inputs{background:#0000;border:none;height:3em;outline:none;padding:0!important;width:100%!important}.login-link{color:#2a38a4;cursor:pointer;font-size:.9em;margin:0 0 1.5em}.buttons-container{align-items:center;display:flex;flex-direction:row;text-align:center;width:100%}.buttons-container:hover{cursor:pointer}.btn-login{background-color:#407bff;border:none;color:#fff;font-size:1.2em;font-weight:600;height:2.5em;letter-spacing:2px;width:100%}.btn-login:hover{cursor:pointer;opacity:.8}.login-body .login-spinner-container{margin:0 auto}.password-reset-container p{font-weight:400;margin:0}.password-reset-container span{cursor:pointer;font-weight:600}.login-reset-message{font-size:.9em;margin:0}.reset-password-form-container .back-to-login-link{cursor:pointer;font-weight:600;margin:0}.formDirective{font-size:14px}.policyTitle{margin-bottom:20px;margin-top:20px}.policyHeader{font-size:14px}.policyTitle li{font-size:13px;letter-spacing:1.2px}@media only screen and (max-width:900px){.login-right-container{width:80%}}@media only screen and (max-width:800px){.login-left{display:none}.login-main{align-items:center;justify-content:center}.login-right{border-radius:10px;margin:2em;min-height:80%}}@media only screen and (max-width:600px){.login-right{width:80%}}@media only screen and (max-width:400px){.login-right{width:90%}}.top-section{align-items:center;column-gap:5px;display:flex;justify-content:start;margin-top:20px}.top-section .span-view-details{color:#c4c4c4;cursor:pointer;font-size:16px;font-weight:700}.top-section .span-view-password{color:#1162dc;cursor:pointer;font-size:16px;font-weight:700}.confirmPasswordSection{display:flex;justify-content:space-between}.passwordHolderSect{display:flex;flex-direction:column;row-gap:20px}.changeButtonHold{margin-right:0;width:320px}.change-pass-container{display:flex;flex-direction:column;width:45%}.change-pass-container .input-container:focus-within{box-shadow:0 0 6px #407bff59}.user-management-modal hr{background-color:#dfe8ff;border:#dfe8ff;color:#dfe8ff;height:1px}.user-management-modal .submit-container{margin:1em 0 0}.user-management-form-container{width:100%}.user-management-form-fields{display:flex;flex-direction:column;gap:.5em;max-height:400px;overflow-x:hidden;overflow-y:auto;width:100%}.user-management-input-container{display:flex;flex-direction:column;gap:.4em}.user-management-input-container label{font-size:14px}.user-management-input-container input{border:2px solid #dfe8ff;padding:.7em 1em}.user-management-input-container input:focus{outline:none}.user-management-input-container input::placeholder{color:#6f7176;font-style:italic}.user-management-select-inputs-container{background-color:#fff;border:2px solid #dfe8ff;border-radius:5px;padding:.7em 1em}.user-management-checkbox-inputs-container{display:flex;flex-wrap:wrap;gap:1em}.user-management-checkbox-inputs-container .user-management-checkbox-input{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:2em;height:22px;padding-left:35px;position:relative;-webkit-user-select:none;user-select:none;width:25%}.user-management-checkbox-inputs-container .user-management-checkbox-input input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.user-management-checkbox-inputs-container .user-management-checkbox-input .user-management-checkmark{background-color:#fff;border:1px solid #407bff;height:20px;left:0;position:absolute;top:0;width:20px}.user-management-checkbox-inputs-container .user-management-checkbox-input:hover input~.user-management-checkmark{background-color:#dfe8ff}.user-management-checkbox-inputs-container .user-management-checkbox-input input:checked~.user-management-checkmark{background-color:#407bff}.user-management-checkbox-inputs-container .user-management-checkbox-input .user-management-checkmark:after{content:"";display:none;position:absolute}.user-management-checkbox-inputs-container .user-management-checkbox-input input:checked~.user-management-checkmark:after{display:block}.user-management-checkbox-inputs-container .user-management-checkbox-input .user-management-checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:8px;left:6px;top:4px;transform:rotate(45deg);width:5px}.user-management-custom-role-container{display:flex;flex-direction:column;gap:.5em;margin:1em 0 0}.delete-user button{background-color:#fff;border:2px solid #8f9ca8;border-radius:3px;color:#8f9ca8}.delete-user .delete-user-button{background-color:#ff725e;border:2px solid #ff725e;color:#fff}.delete-user .submit-container{margin:3em 0 0}.permissions-body .scrollbar{max-height:calc(100vh - 20em);min-height:auto;overflow-x:hidden;overflow-y:auto;width:100%}.permissions-body .scrollable-content{margin:0 5px 0 0}.permissions-body p.text-darker{margin:.5em 0 2em}.permission-group{display:flex;flex-direction:column;gap:1em}.permission-group:not(:first-child){margin:2em 0 .5em}.permission-row{align-items:center;display:flex;gap:1em;justify-content:space-between}.switch{display:inline-block;height:20px;position:relative;width:38px}.switch input{height:0;opacity:0;width:0}.switch input:focus{outline:none}.slider{background-color:#d9d9d9;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:13px;left:5px;width:13px}input:checked+.slider{background-color:#0cbc8b}input:focus+.slider{box-shadow:0 0 1px #0cbc8b}input:checked+.slider:before{transform:translateX(13px)}.action-menu{position:relative;width:-webkit-fit-content;width:fit-content}.action-menu button{background-color:initial;border:none}.action-menu .action-menu-toggle-button{width:5px}.action-menu .action-links-container{background-color:#fff;box-shadow:0 0 50px #0000000f;display:flex;flex-direction:column;gap:1em;left:-1em;padding:1.5em 1em;position:absolute;top:1em;width:150px;z-index:3}.action-menu .action-links-container button{color:#292d32;font-size:1em;justify-content:flex-start}@media only screen and (max-width:1450px){.action-menu .action-links-container{left:auto;right:1em}}@media only screen and (max-width:900px){.action-menu .action-links-container{left:1em;right:auto}}@media only screen and (max-width:300px){.action-menu .action-links-container{left:0;top:1em}}.user-management-settings .user-management-type-table{background-color:#fff;border:1px solid #dfe8ff;border-radius:10px;padding:1em}.user-management-settings .user-management-type-table tbody tr:nth-child(odd){background-color:#e5edff}.user-management-settings .user-management-type-table tbody tr:nth-child(2n){background-color:#f6f8fc}.user-management-roles-header-container{align-items:center;display:flex;gap:1em;justify-content:space-between;margin:0 0 1em;width:100%}.user-management-roles-header-container h2{font-size:1em}.user-management-roles-header-container button{border:1px solid #dfe8ff;border-radius:4px;padding:1em 2em}.tableHighlight{background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;height:300px;padding:10px;width:35%}.tableHighlight .header{color:#130f26;font-size:18px;font-weight:500}.Audit-rows{display:flex;justify-content:space-between;margin:20px 0}.Audit-cols{display:flex;flex-direction:column;row-gap:5px}.Audit-cols .header,.Audit-rows .header{color:#6a717d;font-size:18px;font-weight:500px}.tenantHeader{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;height:200px;padding:20px;width:100%}.tenantHeader .Manage{border:solid #dfe8ff;border-width:0 0 1px;color:#2a38a4;font-size:22px;font-weight:700;padding:15px}.exploretab{color:#363c4f;font-size:18px;font-weight:500}.exploretabLower{color:#363c4f;font-size:14px;font-weight:400}.tenantButton{align-items:center;background-color:#407bff;border-radius:7px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;padding:5px;width:150px}.tenantInfoParent{display:flex;justify-content:space-between;margin-top:30px}.tenantInfoHold{align-items:flex-start;flex-direction:column;row-gap:15px}.cancelTenant,.tenantInfoHold{display:flex;justify-content:center}.cancelTenant{background-color:#fff;color:#407bff}.cancelTenant,.saveTenant{align-items:center;border:2px solid #407bff;border-radius:3px;cursor:pointer;height:40px;width:150px}.saveTenant{background-color:#407bff;color:#fff;display:flex;justify-content:center}.tenantModalBox{height:100%;width:100%}.tenantModalBox .User{border:solid #dfe8ff;border-width:0 0 1px;color:#2a38a4;font-size:22px;font-weight:700;padding:15px}.HolderTenantModal{align-items:center;display:flex;flex-direction:column;height:250px;justify-content:space-around}.HolderTenantModal .imgFlex,.HolderTenantModal .imgFlexFail{align-items:center;display:flex;justify-content:center}.HolderTenantModal .imgFlexFail{padding:"5px"}.HolderTenantModal .successButton{align-items:center;background-color:#407bff;border-radius:7px;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;width:120px}.settings-body{display:flex;flex-direction:column;gap:1em;padding:4em 2.5em;width:calc(100% - 5em)}.settings-body .top-level-tabs{justify-content:flex-start;padding:0;width:100%}.settings-body .tab-bodies-container{margin:2em 0;width:100%}.settings-main-container{display:flex;flex-direction:column;gap:1em}.settings-section-container{background:#fff;border:1px solid #dfe8ff;border-radius:10px;padding:2em}.settings-section-container hr{background-color:#dfe8ff;border:1px solid #dfe8ff;color:#dfe8ff;margin:1.5em 0}.settings-call-to-action-container{align-items:center;display:flex;gap:1em}.settings-call-to-action-container-multiple{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.settings-call-to-action-header{display:flex;flex-direction:column;gap:.5em;width:60%}.settings-api-docs-call-to-action-button-container{align-items:center;background-color:#407bff;border-radius:4px;display:flex;justify-content:center}.settings-call-to-action-container a,.settings-call-to-action-container-multiple a{color:#fff;padding:1em;text-align:center;text-decoration:none}.settings-section-container #settings-api-setup-message{margin:0 0 2em}.settings-section-container .settings-title{font-size:1.2em}.settings-section-container .settings-subtitle{font-size:.9em}.settings-section-container .settings-subheader{margin:.5em 0 0}.settings-api-call-to-action-copy-fields{display:flex;flex-direction:column;gap:.5em;width:50%}.settings-api-call-to-action-copy-fields-multiple{display:flex;flex-direction:column;gap:.5em;width:47%}.settings-input-field-hookurl input{border:none;height:100%;outline:none;width:75%}.settings-input-field-hookurl button{background-color:#407bff;border:none;border-radius:0 1px 1px 0;color:#fff;height:50px;margin-left:3px;padding:.5em;width:80px}.settings-input-field{height:50px}.settings-input-field,.settings-input-field-hookurl{align-items:center;background-color:#fff;border:2px solid #dfe8ff;border-radius:4px;color:#6d6d6d;display:flex;justify-content:space-between;padding:0 0 0 1em;word-break:break-all}.settings-input-field button{background-color:#407bff;border:none;border-radius:0 3px 3px 0;color:#fff;height:100%;margin-left:3px;padding:1em 2em}.settings-personal-details-container{grid-gap:1em;display:grid;gap:1em;grid-template-areas:". ." ". .";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.settings-field-container{display:flex;flex-direction:column;gap:.5em}.profile .settings-input-field{padding:.9em 1em}.settings-change-password{background-color:#407bff;border:none;border-radius:4px;color:#fff;padding:1em 2em}.profile .settings-call-to-action-header{margin:0 10em 0 0;width:auto}.api-copy-button:disabled{cursor:default;opacity:.7}.selfManage{align-items:center;background-color:#407bff;border-radius:7px;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;width:230px}@media only screen and (max-width:1100px){.settings-call-to-action-container:not(.reset-password){flex-direction:column}.settings-api-call-to-action-copy-fields,.settings-api-call-to-action-copy-fields-multiple,.settings-call-to-action-header{width:100%}}@media only screen and (max-width:900px){.settings-personal-details-container{display:flex;flex-direction:column}.reset-password{flex-direction:column}.profile .settings-call-to-action-header{margin:0;width:100%}}.st-details-body{flex-direction:column;padding:4em 0}.st-details-body,.st-details-body-spinner{align-items:center;display:flex;width:100%}.st-details-body-spinner{height:calc(100vh - 5em);justify-content:center}.st-top-buttons{align-items:center;display:flex;gap:1em;justify-content:space-between;margin:0 0 1em;padding:0 2.5em;width:calc(100% - 5em)}.st-report-buttons-container{display:flex;gap:2em}.st-details-main-header-container{padding:0 2.5em;width:calc(100% - 5em)}.st-details-main-header{display:flex;flex-direction:column;gap:1em;width:100%}.st-details-main-header h2{font-size:2.3em;margin:0 0 .2em;word-break:break-all}.st-details-main-header-stats-container{display:flex;flex-wrap:wrap;gap:.5em}.st-details-main-header-sub{align-items:center;display:flex;flex:1 1 500px;flex-direction:row}.st-details-main-header-sub h3,.st-details-main-header-sub p{font-size:1em;margin:0}.st-details-main-header-sub h3{margin:0 1em 0 0}.st-details-main-header-sub img{height:1.5em;margin:0 .5em 0 0;width:1.5em}.st-main-details-container{align-items:center;background-color:#dce5f1;display:flex;margin:3em 0 2em;width:100%}.st-main-details-top{align-items:center;display:flex;justify-content:space-between;padding:1.5em 4.5em;width:calc(100% - 9em)}.st-main-details{align-items:center;display:flex;gap:0 1em}.st-main-details-image-container{align-items:center;background-color:#2a38a4;border-radius:5px;display:flex;justify-content:center;padding:.5em}.st-main-details .st-main-details-image-container img{height:1.5em;width:1.5em}.st-main-details .st-main-details-text-container label{font-size:1.1em}.st-main-details .st-main-details-text-container p{font-size:1.1em;font-weight:600;margin:0}.st-not-processed-container{margin:1em 0;width:80%}.st-not-processed-container .cards{background-color:#fff}.st-not-processed-container .details-header-row{align-items:center;display:flex;gap:1em}.st-not-processed-container .st-details-card p{font-size:1.2em;font-weight:400;margin:.5em 0 0}.st-not-processed-container .st-details-card p a{font-weight:500}.st-not-processed-container .st-details-card h3{font-size:1.8em}.st-not-processed-container .dc-not-processed-header-container{align-items:center;display:flex;gap:0 1em;margin:0 0 1em}.st-not-processed-container .dc-status-icon-container{display:none}.st-not-processed-container img{height:1.8em;width:1.8em}@media only screen and (max-width:950px){.st-details-main-header{flex-direction:column}.st-details-main-header-left{width:100%!important}.st-details-main-header-right{margin:2em 0 0;width:100%}.st-error-message-container{left:auto;width:100%}}@media only screen and (max-width:850px){.st-main-details-top{align-items:flex-start;flex-direction:column;gap:1em 0;padding:.8em 2.5em;width:calc(100% - 5em)}}@media only screen and (max-width:400px){.st-main-details-top,.st-updates-fields-container{flex-direction:column}.st-main-details,.st-updates-fields{margin:1em 0;width:100%}.dt-div{display:none}.st-main-details-bottom{margin:0}.st-details-header-row{flex-direction:column;height:auto;justify-content:center;text-align:center}}.st-details-card-container{display:flex;flex-direction:column;gap:2em 1em;margin:2em 0 0;width:100%}.st-details-card-container-row{display:flex;flex-direction:row;gap:1em;width:100%}.st-analytics-income .st-details-card{padding:2em;width:calc(100% - 4em)}.st-analytics-income table td,.st-analytics-income table th{padding:.5em 0}.st-analytics-income table tbody tr{margin:.3em .5em 0 0!important}.st-analytics-income table tbody tr td:first-child,.st-analytics-income table thead tr th:first-child{padding:0 0 0 .5em;width:calc(20% - .5em)}.st-analytics-income table tbody tr td:nth-child(2),.st-analytics-income table thead tr th:nth-child(2){width:20%}.st-analytics-income table tbody tr td:last-child,.st-analytics-income table thead tr th:last-child{padding:0 .5em 0 0;width:calc(60% - .5em)}.st-analytics-spend-top-row-container{flex-direction:column;gap:1em;width:100%}.st-analytics-spend-top-row-container .st-analytics-spend-top-row{display:flex;gap:1em}.st-analytics-spend-top-row .cards{padding:1em}.st-analytics-spend-top-row:first-child .st-details-card .details-header-row h3{font-size:1.2em;word-break:break-all}.st-analytics-spend-top-row:first-child .st-details-card .details-header-row h4{font-size:.9em}.st-analytics-spend-top-row .st-details-card-main{width:25%}.st-analytics-spend-top-row .cards{padding:1.5em}.st-analytics-spend-top-row .st-details-card{align-items:center;flex-direction:row;gap:0 1em;justify-content:center;width:calc(100% - 3em)}.st-analytics-spend-top-row:nth-child(2) .st-details-card{text-align:center}.st-analytics-spend-top-row .st-details-card .details-header-row{display:flex;flex-direction:column-reverse;justify-content:center}.st-analytics-spend-top-row .st-details-card svg{height:3em;width:3em}.st-analytics-spend-top-row .st-details-card .details-header-row h3{font-size:1.5em}.st-spend-table-plus-atm table tr{margin:0 1em 0 0!important;width:calc(100% - 1em)!important}.st-spend-table-plus-atm table tbody tr td,.st-spend-table-plus-atm table thead tr th{padding:.4em 0;width:40%}.st-spend-table-plus-atm table tbody tr td:first-child,.st-spend-table-plus-atm table thead tr th:first-child{padding:.4em 0;width:20%}.st-spend-table-plus-atm table tbody tr td:not(:first-child),.st-spend-table-plus-atm table thead tr th:not(:first-child){text-align:end}.st-spend-table-plus-atm .st-details-scroll-card:only-child table tbody tr td,.st-spend-table-plus-atm .st-details-scroll-card:only-child table thead tr th{width:40%}.st-spend-table-plus-atm .st-details-scroll-card:only-child table tbody tr td:first-child,.st-spend-table-plus-atm .st-details-scroll-card:only-child table thead tr th:first-child{width:20%}.st-spend-table-plus-atm{gap:1em}.st-spend-table-plus-atm .st-details-scroll-card{width:70%}.st-spend-table-plus-atm .st-details-scroll-card:only-child{width:100%}.st-spend-table-plus-atm .st-details-scroll-card+.st-details-card-main{width:30%}.st-details-scroll-card .st-details-card{width:calc(50% - 4em)}.st-details-scroll-card .details-table-container{display:flex;position:relative}.st-details-scroll-card .table-container{border-radius:5px;padding:0;width:100%}.st-details-scroll-card table tbody tr,.st-details-scroll-card table thead tr{align-items:center;border-radius:0;display:flex;gap:1em;margin:0 .5em 0 0;width:calc(100% - .5em)}.st-details-scroll-card table thead tr{margin:0 1em 0 0;width:calc(100% - 1em)}.st-details-scroll-card table tbody,.st-details-scroll-card table thead{display:flex;width:100%}.st-details-scroll-card table tbody{flex-direction:column}.st-details-scroll-card .table-container table .table-body-container{max-height:200px;min-height:100%;overflow-x:hidden;overflow-y:auto}.st-spend-table-plus-atm .st-atm-list-container{flex-basis:0px;flex-grow:1;overflow-x:hidden;overflow-y:auto}.st-spend-table-plus-atm #st-atm-list{flex-basis:auto;flex-grow:0}.st-spend-table-plus-atm .st-atm-list-container .st-details-list-main-container{width:100%}.st-spend-table-plus-atm .st-details-list{display:flex;flex-direction:column;gap:.2em}.st-spend-table-plus-atm .st-details-list li{margin:0 .4em 0 0;padding:.5em 1em}.st-spend-table-plus-atm .st-details-card .details-header-row{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}.st-spend-table-plus-atm .st-details-card .atm-icon{height:2.5em;width:2em}.st-details-graphs-row{width:100%}.st-details-graphs-row .st-details-card-main{width:calc(50% - 1em)}.st-details-graphs-row .details-stacked-bar-container{max-height:500px;min-height:200px;overflow-y:scroll;scrollbar-width:thin}.st-details-graphs-row .details-stacked-bar-container .stacked-bar{height:800px;max-width:100%}.st-details-behavior-top-row,.st-details-pattern-bottom-row,.st-details-pattern-top-row{gap:1em;width:100%}.pattern-cards .st-details-pattern-transactions .st-details-list-pattern{display:flex;flex-direction:column;gap:.3em}.st-details-pattern-top-row .list-type-content h2{font-size:1.1em;font-weight:500;margin:.5em 0}.st-details-pattern-top-row .list-type-content p{font-size:1.5em;font-weight:600}.pattern-cards .missing-transactions-enabled{display:flex;flex-direction:column;height:100%;justify-content:space-between}.pattern-cards .missing-transactions-enabled .st-details-list{flex-direction:column;gap:.5em}.pattern-cards .missing-transactions-enabled .st-details-list li{width:100%}.pattern-cards .missing-transactions-enabled .st-details-list .list-type-content{display:flex;justify-content:space-between;width:100%}.pattern-cards .missing-transactions-enabled .st-details-list .list-type-content h2,.pattern-cards .missing-transactions-enabled .st-details-list .list-type-content p{font-size:1.1em;margin:0}.pattern-cards .st-details-pattern-transactions .st-details-list-pattern .list-type-content{display:flex;flex-direction:row;gap:2em;justify-content:space-between}.pattern-cards .st-details-card-main{width:50%}.pattern-cards .self-transfer-flows .list-type-content,.simple-list-container .list-type-content{display:flex;justify-content:space-between}.pattern-cards .self-transfer-flows .list-type-content h2{font-weight:500}.pattern-cards .self-transfer-flows .list-type-content p{font-weight:600}.pattern-cards .self-transfer-flows li:first-child,.simple-list-container li:first-child{margin:0 0 1em}.pattern-cards .self-transfer-flows .list-type-content h2,.pattern-cards .self-transfer-flows .list-type-content p,.simple-list-container .list-type-content h2,.simple-list-container .list-type-content p{font-size:1.1em}.st-details-pattern-bottom-row .st-detail-color-background-container{align-items:center;display:flex;flex-direction:column;gap:1em;height:100%;justify-content:flex-start;width:100%}.st-details-pattern-bottom-row .details-header-row{padding:2em 2em 1.5em;width:calc(100% - 4em)}.details-doughnut{height:15em;width:100%}.pattern-cards .st-row-agent-transactions .cards{width:100%}.pattern-cards .st-row-agent-transactions .simple-table-main-container h2{margin:0 0 .5em}.pattern-cards .st-row-agent-transactions .table-container{position:static}.pattern-cards .st-row-agent-transactions .simple-table-main-container{position:relative}.pattern-cards .st-row-agent-transactions .tb-filter-container{right:0;top:0}.pattern-cards .st-row-agent-transactions table thead tr th{padding:.3em .5em}.pattern-cards .st-row-agent-transactions table tbody tr td{padding:.5em;width:12%}.pattern-cards .st-row-agent-transactions table tbody tr td:first-child{width:24%}.pattern-cards .st-row-agent-transactions table tbody tr td:nth-child(2){width:16%}.pattern-cards .st-row-agent-transactions .pagination{padding:1em 0;width:100%}.pattern-cards .st-row-agent-transactions .pagination .pagination-arrows button{padding:0}.st-row-agent-transactions-total{align-items:center;display:flex;justify-content:space-between}.st-sacco-transactions .st-details-scroll-card{width:100%}.st-sacco-transactions .st-details-scroll-card table tbody td,.st-sacco-transactions .st-details-scroll-card table thead th{width:33%}.behavior-cards .st-details-behavior-detail-inflow-main-container .st-details-list-main-container .st-details-list{display:flex;height:100%;justify-content:space-between}.st-details-behavior-top-row .st-details-card{justify-content:center}.st-details-behavior-top-row .st-details-behavior-detail-inflow-main-container{display:flex;height:100%;justify-content:space-between;width:100%}.st-details-behavior-top-row .st-details-behavior-inflow-container{align-items:flex-end;display:flex;gap:1em}.st-details-behavior-top-row .dc-status-bar-container{background:#dce5f1;border:2px solid #2a38a4;border-radius:5px;height:calc(100% - 4px);position:relative;width:1.1em}.st-details-behavior-top-row .dc-status-bar-container .dc-status-bar{background-color:#2a38a4;border-bottom-left-radius:2px;border-bottom-right-radius:2px;bottom:0;left:0;position:absolute;right:0;width:100%}.st-details-behavior-top-row .dc-status-bar-details{display:flex;flex-direction:column;justify-content:flex-end}.st-details-behavior-top-row .st-details-behavior-inflow-container h2,.st-details-behavior-top-row .st-details-behavior-inflow-container p{margin:0}.st-details-behavior-top-row .st-details-behavior-inflow-container h2{font-size:2em;line-height:.8}.behavior-cards .st-details-double-colored-bottom-row .st-details-loan-list-container{padding:1em}.st-details-double-colored-bottom-row .st-details-card{width:100%}.st-details-double-colored-bottom-row .st-detail-color-background-list-container .st-details-list{gap:1em}.st-details-double-colored-bottom-row .st-detail-color-background-container{height:100%}.st-details-double-colored-bottom-row .st-detail-color-background-list-container{bottom:0;flex-grow:0;height:calc(100% - 5.5em);position:static;text-align:start}.st-details-double-colored-bottom-row .st-details-double-colored-bottom-row ul li .list-type-content h2{text-align:start}.st-details-double-colored-bottom-row .st-details-loan-list-container{align-items:center;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;height:100%}.st-details-double-colored-bottom-row .st-details-loan-list-container ul{width:100%}.st-details-double-colored-bottom-row .details-header-row{display:flex;flex-direction:column-reverse;padding:2em 1em;text-align:center}.st-details-double-colored-bottom-row .details-header-row h4{font-size:1.2em}.st-details-double-colored-bottom-row .details-header-row h3{font-size:2.2em;margin:.2em 0 0}.behavior-cards .details-table-container table tbody td,.behavior-cards .details-table-container table thead th{width:calc(25% - .5em)}.behavior-cards .details-table-container table tbody td:first-child,.behavior-cards .details-table-container table thead th:first-child{width:calc(50% - .5em);word-break:break-all}.details-table-container{height:calc(100% - 3em);justify-content:flex-start}.st-details-no-table-data-container{align-items:center;background:#f6f8fc;border-radius:5px;display:flex;height:calc(100% - 2em);justify-content:center;margin:2em 0 0}.st-details-table-row .st-details-scroll-card{width:100%}.st-details-table-row .st-details-scroll-card h2{margin:0}.st-details-table-row .st-details-scroll-card h4{font-size:1.2em;font-weight:500}.st-details-table-row table tbody tr{margin:.3em 0 0}.st-details-table-row table tbody tr td,.st-details-table-row table thead tr th{padding:.5em 0 .5em .5em;width:calc(50% - .5em)}@media only screen and (max-width:1254px){.st-analytics-spend-top-row{flex-wrap:wrap}.st-analytics-spend-top-row .st-details-card-main{width:50%}.st-details-pattern-top-row .st-details-list-pattern{display:flex;flex-direction:column;gap:.5em}.st-details-pattern-top-row .st-details-list-pattern li .list-type-content{align-items:normal;flex-direction:column-reverse;gap:0;justify-content:flex-start}.analytics-tabs{gap:0}.analytics-tabs .st-details-header{padding:.8em 1em}}@media only screen and (max-width:1100px){.st-details-double-colored-bottom-row,.st-details-table-row{flex-direction:column}}@media only screen and (max-width:1000px){.st-details-behavior-top-row,.st-details-pattern-bottom-row,.st-details-pattern-top-row{flex-direction:column}.pattern-cards .st-details-card-main{width:100%}.st-details-pattern-top-row .st-details-list-pattern li .list-type-content{align-items:center;flex-direction:row-reverse;gap:1em 5em;justify-content:space-between}.st-details-body .analytics-tabs{display:block;height:auto}}@media only screen and (max-width:900px){.st-details-scroll-card .details-table-container tbody tr td,.st-details-scroll-card .details-table-container thead tr th{text-align:start}.st-details-scroll-card .table-container table thead tr,.st-details-scroll-card table tbody tr{align-items:flex-start;flex-direction:column;gap:.5em}.st-details-scroll-card table tbody tr td:last-child{margin:0 0 1.5em}.st-analytics-income table tbody tr{padding:.5em 0}.st-analytics-income table tbody tr td,.st-analytics-income table tbody tr td:last-child,.st-analytics-income table thead tr th,.st-analytics-income table thead tr th:last-child{padding:0 0 0 .5em}.cash-flow-content .st-details-table-row table tbody tr td:last-child,.st-analytics-income table tbody tr td:last-child{margin:0}.st-details-scroll-card .table-container table .table-head-container thead tr th:first-child{width:100%}.st-details-scroll-card .table-container table .table-body-container tbody tr td:first-child{width:calc(100% - 1em)}.st-details-scroll-card .table-container table .table-body-container tbody tr td:not(:first-child),.st-details-scroll-card .table-container table .table-head-container thead tr th:not(:first-child){width:100%}.st-details-scroll-card .table-container table .table-head-container{padding:.5em 0}.st-details-body .top-level-tabs .st-details-header{padding:0 1em}.st-details-graphs-row{flex-direction:column}.st-details-graphs-row .st-details-card{width:calc(100% - 4em)}.st-details-graphs-row .st-details-card-main{width:100%}.st-spend-table-plus-atm{flex-direction:column}.st-spend-table-plus-atm .st-details-scroll-card,.st-spend-table-plus-atm .st-details-scroll-card+.st-details-card-main{width:100%}.st-spend-table-plus-atm .st-atm-list-container{flex-basis:auto;flex-grow:0}}@media only screen and (max-width:800px){.st-analytics-income{flex-direction:column}.st-analytics-income .st-details-card-main{width:100%}.st-analytics-spend-top-row:first-child .st-details-card .st-details-icon-container{display:none}.st-analytics-spend-top-row:first-child .st-details-card .details-header-row{text-align:center}.st-analytics-spend-top-row:first-child .st-details-card .details-header-row h3{font-size:1.5em}.st-analytics-spend-top-row:first-child .st-details-card .details-header-row h4{font-size:1em}.st-analytics-spend-top-row-container .st-analytics-spend-top-row{flex-direction:column}.st-analytics-spend-top-row .st-details-card-main{width:100%}.st-spend-table-plus-atm{flex-direction:column-reverse}.st-spend-table-plus-atm .st-details-scroll-card{width:100%}.st-details-pattern-top-row .st-details-list-pattern li .list-type-content{gap:1em 2em}}@media only screen and (max-width:700px){.st-analytics-spend-top-row{flex-direction:column}.st-analytics-spend-top-row .st-details-card-main{width:100%}.pattern-cards .self-transfer-flows{flex-direction:column}}@media only screen and (max-width:650px){.st-details-body .top-level-tabs{display:block;height:auto}}@media only screen and (max-width:500px){.st-details-pattern-top-row .st-details-list{align-items:flex-start!important;flex-direction:column}.st-details-pattern-top-row .st-details-list li{align-items:center;display:flex;gap:1em}.st-details-pattern-top-row .st-details-pattern{flex-direction:column}}.affordability-body{margin:2em 0}.affordability-body .affordability-no-data-header{font-style:italic;text-align:center}.affordability-new-container{align-items:flex-start;background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;margin:2em 0;padding:2em;width:calc(100% - 4em)}.affordability-new-text-container{display:flex;flex-direction:column;justify-content:center;width:100%}.affordability-header-info{display:flex;gap:.5em}.affordability-header-info h1{margin:0}.affordability-header-info .info{align-items:flex-start;background:#0000;border:none;display:flex;font-size:1.2em;justify-content:flex-start}.tooltip{cursor:pointer;display:inline-block;position:relative}.tooltip .tooltip-text{background:#fff;border:1px solid #407bff;border-radius:5px;bottom:130%;font-size:.8em;left:50%;margin-left:-180px;padding:.5em;position:absolute;text-align:center;visibility:hidden;width:350px;z-index:1}.tooltip .tooltip-text:after{border:10px solid #0000;border-top-color:#407bff;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.tooltip:hover .tooltip-text{visibility:visible}.affordability-header-info .info img{height:1em;width:1em}.affordability-header-note{font-size:.9em;margin:0}.affordability-header-note span{font-weight:500}.affordability-form-container{margin:1em 0 0;width:100%}.affordability-form-container .affordability-form-fields{display:flex;flex-direction:column}.affordability-form-container .aff-inputs-container{grid-gap:1em;display:grid;gap:1em;grid-template-areas:"one two three";grid-template-columns:1fr 1fr 1fr;width:100%}#aff-input-one{grid-area:one}#aff-input-two{grid-area:two}#aff-input-three{grid-area:three}.affordability-form-container .aff-inputs-container .aff-inputs{margin:1em 0 0;width:100%}.affordability-form-container .aff-inputs h4{font-weight:500;margin:0 0 .3em}.affordability-form-container .aff-inputs h4 span{font-size:.8em;font-style:italic;font-weight:400}.affordability-form-container .aff-inputs input{background-color:#f8fbff;border:2px solid #407bff;padding:.7em 1em;width:calc(100% - 2em - 4px)}.aff-inputs input::-webkit-inner-spin-button,.aff-inputs input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.affordability-form-container .aff-btn{display:flex;justify-content:center;margin:2em 0 0;width:100%}.affordability-form-container button{border:none;cursor:pointer;font-size:1.1em;font-weight:500;padding:.7em 1em;width:40%}.affordability-body .aff-error-fields{font-size:.8em;font-style:italic;margin:.8em 0 0}.affordability-body .aff-default-fields-message{font-size:.8em;margin:.8em 0 0}.affordability-body .aff-default-fields-message span{color:#000;font-weight:600}.affordability-body .affordability-details-container{background-color:#fff;border-radius:10px;padding:1em 1em 1em 0}.affordability-details-header-row{display:grid;grid-template-areas:". . .";grid-template-columns:.95fr .95fr 1.1fr;grid-template-rows:1fr;margin:1em 0;padding:0 3em;width:calc(100% - 6em)}.affordability-details-header-row h4{font-size:1.2em}.affordability-body .accordion-container{max-height:500px;min-height:auto;overflow-x:hidden;overflow-y:auto;padding:0 1em 1em;width:calc(100% - 2em)}.affordability-body .accordion-container .acc-row{display:grid;grid-template-areas:". . . .";grid-template-columns:1.3fr 1.3fr 1.3fr .1fr;grid-template-rows:1fr}.affordability-breakdown-container,.affordability-breakdown-container h2{margin:0 0 1em}.affordability-breakdown-container .affordability-breakdown-details{display:flex;justify-content:space-between;width:100%}.affordability-breakdown-container .affordability-breakdown-details p{margin:0 0 .5em}.affordability-breakdown-container .affordability-breakdown-details .affordability-breakdown-column-one{display:flex;flex-direction:column;gap:2em;justify-content:space-between}.affordability-breakdown-container .affordability-breakdown-details .affordability-breakdown-column-two{display:flex;flex-direction:column;gap:1em;justify-content:space-between;margin:0 1em 0 0;width:45%}.affordability-breakdown-container .affordability-breakdown-details .affordability-breakdown-column-two .aff-details-list{display:flex;gap:2em;justify-content:space-between}@media only screen and (max-width:1200px){.affordability-form-container .aff-inputs-container{grid-gap:.2em 2em;display:grid;gap:.2em 2em;grid-template-areas:"one two" "three .";grid-template-columns:1fr 1fr;width:100%}}@media only screen and (max-width:1000px){.affordability-details-container{flex-direction:column-reverse}.affordability-details-container .dc-simple-header-container{margin:0}}@media only screen and (max-width:950px){.tooltip .tooltip-text{bottom:auto;left:auto;margin-left:-180px;right:110%;top:-5px}.tooltip .tooltip-text:after{content:none}}@media only screen and (max-width:850px){.affordability-form-container .aff-inputs-container{grid-gap:0;display:grid;gap:0;grid-template-areas:"one" "two" "three";grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;width:100%}.affordability-breakdown-container .affordability-breakdown-details .affordability-breakdown-column-one{gap:1em;justify-content:normal}.affordability-breakdown-container .affordability-breakdown-details .affordability-breakdown-column-two{width:100%}.affordability-breakdown-container .affordability-breakdown-details{flex-direction:column;gap:2em}}@media only screen and (max-width:600px){.affordability-form-container button{width:100%}.affordability-body .accordion-container .acc-row{display:grid;grid-template-areas:" header1 accordion-icon " " header2 . " " header3 . ";grid-template-columns:1.8fr .2fr;grid-template-rows:1fr 1fr 1fr;margin:.5em 0 0;padding:0 0 0 2em;width:calc(100% - 2em)}.affordability-body .acc-row h4:first-child{grid-area:header1}.affordability-body .acc-row h4:nth-child(2){grid-area:header2}.affordability-body .acc-row h4:nth-child(3){grid-area:header3}.affordability-body .acc-row h4:last-child{grid-area:accordion-icon}.affordability-body .acc-row h4{margin:.5em 0}.acc-row-right span,.affordability-body .acc-row-right button{text-align:left;width:auto}.affordability-details-header-row{gap:.5em;grid-template-areas:"." "." ".";grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;padding:2em 3em 1em}.affordability-details-header-row h4{margin:0}.affordability-details-header-row h4:first-child,.affordability-details-header-row h4:last-child,.affordability-details-header-row h4:nth-child(2){width:100%}}@media only screen and (max-width:450px){.tooltip .tooltip-text{width:70vw}}.cs-main-body{align-items:center;display:flex;flex-direction:column;gap:1em;margin:2em 0 0;width:100%}.cs-main-body hr{height:2px}.cs-ns-current-container{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:2em;width:calc(100% - 4em)}.cs-main-body .cs-ns-current-container button{border:none;cursor:pointer;font-size:1.05em;font-weight:500;margin:2em 0 0;padding:.6em 4em;width:auto}.cs-main-body .cs-ns-current-container .cs-current-header{font-style:italic;margin:0 0 1em}.cs-main-body .contact-link{font-size:1.1em;font-weight:500;margin:1em 0 0}.cs-main-body .cs-current-container .cs-current-score{display:flex;flex-direction:column;justify-content:space-between}.cs-main-body .cs-current-container .cs-current-breakdown,.cs-main-body .cs-current-container .cs-current-score{background-color:#fff;border-radius:10px;padding:1.5em 2em;width:calc(50% - 4em)}.cs-main-body .cs-current-container .cs-current-header{align-items:center}.cs-main-body .cs-current-container .cs-current-header .cs-current-header-text{display:flex;flex-direction:column}.cs-main-body .cs-current-container .cs-current-header .cs-current-header-text h3{font-size:1.5em}.cs-main-body .cs-current-container .cs-current-header .cs-current-header-text p{font-size:.9em}.cs-main-body .cs-current-container .cs-current-header .cs-current-header-text p span{font-weight:500;margin:0 0 0 .5em}.cs-main-body .cs-current-container .cs-current-header .cs-current-header-text h3,.cs-main-body .cs-current-container .cs-current-header .cs-current-header-text p{margin:0}.cs-main-body .cs-current-container button{border:none;border-radius:2px;cursor:pointer;font-weight:500;height:-webkit-fit-content;height:fit-content;padding:.5em 2em;width:auto}.cs-main-body .cs-current-container .cs-current-speedometer-container{margin:2.5em 1em 0;position:relative}.cs-main-body .cs-current-container .cs-current-speedometer-container .speedometer{height:-webkit-fit-content;height:fit-content;width:100%}.cs-main-body .cs-current-container .cs-current-speedometer-container .needle{bottom:15%;height:70%;left:0;margin:auto;position:absolute;right:0;transform-origin:bottom center}.cs-main-body .cs-current-container .cs-current-speedometer-container canvas{height:40%!important;width:70%!important}.cs-main-body .cs-current-container .cs-current-speedometer-container .cs-current-speedometer-center-label{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;position:absolute;text-align:center}.cs-main-body .cs-current-container .cs-current-speedometer-container .cs-current-speedometer-center-label h1,.cs-main-body .cs-current-container .cs-current-speedometer-container .cs-current-speedometer-center-label p{margin:0}.cs-main-body .cs-current-container .cs-current-speedometer-container .cs-current-speedometer-center-label h1{font-size:2.5em;font-weight:500}.cs-current-container{display:flex;gap:1em;width:100%}.cs-main-body .cs-current-container .cs-current-header{display:flex;justify-content:space-between}.cs-main-body .cs-current-container .cs-current-breakdown{display:flex;flex-direction:column;justify-content:space-between}.cs-main-body .cs-base-points-container,.cs-main-body .cs-current-container .cs-current-breakdown hr{align-items:center;justify-content:space-between;width:100%}.cs-main-body .cs-base-points-container{display:flex}.cs-main-body .cs-base-points-container h3,.cs-main-body .cs-base-points-container p,.cs-main-body .cs-breakdown-total-container h4,.cs-main-body .cs-breakdown-total-container p{font-size:1.3em;font-weight:500;margin:0}.cs-main-body .cs-current-container #cs-current-breakdown-heading{font-weight:600}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container{max-height:9em;min-height:auto;overflow-x:hidden;overflow-y:auto;padding:0 1em 0 0}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul{display:flex;flex-direction:column;gap:1em;list-style-type:none;margin:0;padding:0}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .list-type-content,.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .sublist-type-content{display:flex;justify-content:space-between}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .list-type-content h2,.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .list-type-content p{font-size:1em;font-weight:500;margin:0}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .sublist-type-content h2,.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .sublist-type-content p{font-size:.9em;margin:0}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .sublist-type-content h2{color:grey;font-weight:400}.cs-main-body .cs-current-container .cs-current-breakdown .cs-breakdown-scroll-container ul .sublist-type-content p{font-weight:600}.cs-main-body .cs-current-container .cs-breakdown-total-container{align-items:center;display:flex;justify-content:space-between;width:100%}.cs-main-body .cs-history-container{justify-content:flex-start;width:calc(100% - 4em)}.cs-main-body .cs-history-container h3{font-size:1.5em;margin:0}.cs-main-body .cs-history-container p{font-size:.9em;margin:0}.cs-main-body .cs-history-container #credit-score-accordion .acc-row{display:grid;grid-template-areas:". . .";grid-template-columns:2.4fr .4fr .2fr;grid-template-rows:1fr;padding:.5em 1em;width:calc(100% - 2em)}.cs-main-body .cs-history-container #custom-credit-score-accordion .acc-row{display:grid;grid-template-areas:". . . .";grid-template-columns:1.2fr 1.2fr .4fr .2fr;grid-template-rows:1fr;padding:.5em 1em;width:calc(100% - 2em)}.cs-main-body .cs-history-container .accordion-container .acc-bodies-container{padding:1em}.cs-main-body .cs-history-container #credit-score-accordion .acc-row h4:nth-child(2),.cs-main-body .cs-history-container #custom-credit-score-accordion .acc-row h4:nth-child(3){border:1px solid;border-radius:5px;font-weight:700;padding:.3em 1em;text-align:end;width:-webkit-fit-content;width:fit-content}.cs-main-body .cs-history-container .acc-bodies-container h3{font-size:1.2em;margin:0 0 1em}.cs-main-body .cs-history-container .acc-bodies-container .cs-base-points-container{margin:0 0 .5em}.cs-history-container .cs-history-scroll-container{margin:1em 0 0;overflow-x:hidden;width:100%}.cs-main-body .cs-history-container .acc-bodies-container .cs-base-points-container h3{font-size:1.1em;margin:0}.cs-main-body .cs-history-container .acc-bodies-container .table-container tbody td{border:none!important}.cs-main-body .accordion-container .cr-table-container{margin:0 0 1em;max-height:9em;min-height:auto;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}@media only screen and (max-width:800px){.cs-main-body .cs-current-container{flex-direction:column}.cs-main-body .cs-current-container .cs-current-breakdown,.cs-main-body .cs-current-container .cs-current-score{width:calc(100% - 4em)}}@media only screen and (max-width:700px){.cs-main-body .cs-history-container .acc-bodies-container .table-container tbody tr{grid-gap:0 0;display:grid;gap:0 0;grid-template-areas:". . ." ". . .";grid-template-columns:1.9fr 1fr .1fr;grid-template-rows:1fr 1fr}.cs-main-body .cs-history-container .acc-bodies-container .table-container{margin:0 .5em 0 0}.cs-main-body .cs-history-container .acc-bodies-container .table-container td{padding:0;text-align:start;width:auto}}@media only screen and (max-width:400px){.cs-main-body .cs-history-container .acc-bodies-container .table-container tbody tr{display:flex;flex-direction:column}}.transactions-main{background:#fff;border-radius:10px;margin:1.5em 0 1em;padding:2em 2em 1em;width:calc(100% - 3em)}.transactions-main .tb-filter-container{top:1.5em}.transactions-main h3{font-size:1.3em;margin:0 0 1em}.transactions-main .transactions-type-table{border-spacing:0 .5em;margin:1em 0 0}.transactions-main .table-container{position:static}.transactions-main{position:relative}.transactions-main .tb-filter-container{right:2em;top:2em}.transactions-main .table-container thead tr th div{padding:0}.transactions-type-table .header-row{padding:0 1em}.transactions-type-table tbody tr td{border:none!important;padding:.9em 1em}.transactions-type-table tbody tr td:nth-child(2){width:40%}.transactions-type-table tbody tr:hover{transform:none}.transactions-type-table .list-overflow-text-container{box-sizing:border-box;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1000px){.transactions-type-table .list-overflow-text-container{max-width:200px}}@media only screen and (max-width:900px){.transactions-type-table .list-overflow-text-container{max-width:100%}.transactions-main .table-container thead tr th{padding:.2em .5em}}.modal-initial-button-hold .failed{align-items:center;background-color:#e40000;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;width:150px}.modal-initial-button-hold{column-gap:15px;display:flex;justify-content:start}.modal-initial-button-hold .cancel{border:1px solid #407bff;color:#407bff}.modal-initial-button-hold .cancel,.modal-initial-button-hold .check{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:40px;justify-content:center;width:150px}.modal-initial-button-hold .check{background-color:#407bff;border:none;color:#fff}.modal-error,.modal-loading{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:space-around;width:100%}.title-class{color:#000;font-size:24px;font-weight:700}.title-class,.title-subclass{padding-left:10px;text-align:left}.title-subclass{color:#6a717d;font-size:16px;font-weight:400}.formDiv{border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:250px;justify-content:space-around;padding:20px;width:100%}.pop{height:150px;position:fixed;right:5%;top:120px;width:300px;z-index:10}.box-notifier{border:1px solid #add8e6;bottom:-18px;height:20px;left:20px;transform:rotate(45deg);width:20px;z-index:11}.box-notifier,.notifier-inner{background-color:#fff;position:absolute}.notifier-inner{bottom:-10px;height:19px;left:15px;width:40px;z-index:14}.notifying-text-box{background-color:#fff;border:1px solid #c3d4ff;border-radius:7px;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:5px;position:absolute;right:0;top:0;z-index:10}.notifying-text-box .text-section{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:70%;justify-content:space-around}.notifying-text-box .text-section span{align-items:center;border:1px solid #407bff;border-radius:50%;box-shadow:0 2px 4px 0 #0003;color:#407bff;display:flex;height:20px;justify-content:center;padding:4px;width:20px}.notifying-text-box .nav-section{align-items:center;border:solid #add8e6;border-width:.1px 0 0;box-sizing:border-box;display:flex;height:30%;justify-content:center}.notifying-text-box .nav-section span{background-color:#407bff;border-radius:5px;color:#fff;cursor:pointer;padding:7px 10px;width:90px}.notifying-text-box .nav-section span,.stepOne{align-items:center;display:flex;justify-content:center}.stepOne{background-color:#fff;border-radius:10px;box-shadow:0 10px 20px #0000001a;height:170px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:550px}.tour-button-one,.tour-button-two{align-items:center;border-radius:7px;cursor:pointer;display:flex;justify-content:center}.tour-button-one{border:.1px solid #407bff;color:#407bff}.tour-button-two{background-color:#407bff;color:#fff}.wallet-body-spinner{align-items:center;display:flex;height:100%;justify-content:center}.wallet-body{padding:4em 2.5em;width:calc(100% - 5em)}.wallet-body,.wallet-main-body{display:flex;flex-direction:column}.wallet-main-body{background:inherit}.wallet-main-body .top-level-tabs{border-bottom:1px solid #2a38a4}.TopUpSector{align-items:center;border:10px 0;column-gap:15px;display:flex;justify-content:flex-start}.TopUpSector .amountInput{background-color:#fff;border:1px solid #2a38a4;border-radius:10px;box-sizing:border-box;height:40px;outline:none;padding-left:15px;width:170px}.topUpClassLoading{cursor:not-allowed}.topUpClass,.topUpClassLoading{align-items:center;background-color:#0c1a82;border-radius:10px;box-shadow:2px 4px 6px #0000001a;color:#fff;display:flex;height:40px;justify-content:center;width:150px}.topUpClass{cursor:pointer;transition:all 1s}.topUpClass:hover{background-color:#0c1a82;box-shadow:10px 4px 6px #0000001a}.wallet-main-body .tab-bodies-container{border-radius:10px;margin:1.5em 0 0;width:100%}.wallet-main-body .tab-bodies-container h2{margin:0}.wallet-balance-container{background-color:#2a38a4;background-position:bottom!important;background-repeat:no-repeat!important;background-size:cover!important;border-radius:10px;color:#fff;display:flex;justify-content:space-between;margin:0 0 1em;padding:3em 2em;width:calc(100% - 4em)}.wallet-balance-header h2{font-size:1.3em;font-weight:500}.wallet-balance-header h3{font-size:3em}.wallet-balance-button-container{align-items:flex-end;display:grid}.wallet-balance-button-container .btn-wallet-add{border:none;border-radius:5px;color:#2a38a4;cursor:pointer;font-size:1.1em;font-weight:600;padding:.8em 1.2em}.wallet-body .wallet-transactions-container{background:#fff;border-radius:5px;margin:1em 0 0;padding:1.5em;position:relative;width:calc(100% - 3em)}.wallet-body .top-level-tabs .st-details-header{border-top-left-radius:10px;border-top-right-radius:10px;padding:0 1.5em}.wallet-body .top-level-tabs #inactive{filter:contrast(80%)}.wallet-body .tab-bodies-container{background:#fff;padding:1.5em;position:relative;width:calc(100% - 3em)}.wallet-body table{font-size:90%;margin:1em 0 0}.wallet-body .table-container{position:static}.wallet-body table thead tr th{padding:.7em 0 0 1em}.wallet-body table thead tr th:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.wallet-body table thead tr th:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.wallet-body table tbody tr td{padding:1em}.wallet-body .tb-filter-container{right:1.6em;top:1.6em}.wallet-coming-soon-message-section{border-radius:10px;padding:2em 1em;width:calc(90% - 2em)}.wallet-coming-soon-message-section h1{font-size:3em}.wallet-coming-soon-message-section p{font-size:1.3em;font-weight:500}@media only screen and (max-width:900px){.wallet-main-body{flex-direction:column;gap:2em 0}.wallet-first-column{width:100%}.wallet-second-column{padding:.5em;width:calc(100% - 1em)}.wallet-second-column-scroll-container{flex-basis:auto;flex-direction:row;flex-grow:0;gap:0 .5em;margin:1.5em 0 0;overflow-x:auto;overflow-y:hidden}.wallet-second-column .st-details-card{padding:1em 2em;width:calc(100% - 4em)}.wallet-second-column h4{word-break:normal}.wallet-balance-header svg{visibility:visible}}@media only screen and (max-width:600px){.wallet-balance-button-row{align-items:flex-start;flex-direction:column;gap:1em}.wallet-balance-button-row h2{font-size:2em}}@media only screen and (max-width:350px){.wallet-body .tb-filter-top-container .table-filter-field-container .table-date-range-container{align-items:flex-start;flex-direction:column;gap:5px}.wallet-body .tb-filter-top-container .table-filter-field-container .tb-filter-inputs{width:calc(100% - 1em)}.wallet-body .tb-filter-top-container{flex-direction:column;flex-wrap:nowrap}.wallet-body .tb-filter-top-container .table-filter-field-container{flex:initial}}.App{height:100%;text-align:center}#app,#app>div,#root,*,.App,body,html{font-family:DM Sans,sans-serif}#app,#app>div,#root,body,html{font-size:100%;height:100%;margin:0;width:100%}h1,h2,h3,h4,h5,h6,p{margin:0}.app-loading-container{align-items:center;display:flex;height:100%}.parent-body{flex-direction:row;width:100%}.main-body,.parent-body{display:flex;min-height:100%}.main-body{background:linear-gradient(90deg,#f6f7fd 32%,#f6f9ff);flex-direction:column;justify-content:space-between;overflow-x:hidden}.main-body,.main-body-with-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);left:220px;position:relative;width:calc(100% - 220px)}.main-body-with-navbar{background:linear-gradient(90deg,#eff3fa 32%,#e8eef6);display:grid;grid-template-rows:auto 1fr auto}hr{width:100%}button{cursor:pointer}.detail-header{color:#2a38a4}.detail-header-light{color:#407bff}.detail-header-white{color:#fff}.text-light{color:#8d94a0}.text-medium{color:grey}.text-medium-dark{color:#5e5e5e}.text-dark{color:#434141}.text-darker{color:#363c4f}.text-warning{color:#ff725e}.text-success{color:#3c9e43}.text-error{color:#c1121f}.separator-light{background-color:#d0cdcd;color:#d0cdcd}.separator-blue{background-color:#2a38a4;color:#2a38a4}.error-msg{color:#c1121f;font-size:.9em;margin-top:.5em;text-align:left}.spinner-container{align-items:center;display:flex;justify-content:center}.cards{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5em 2em}.inputs{background:#fff;padding:0 1em}.input-container{align-items:center;border:1px solid #0003;border-radius:5px;display:flex;justify-content:space-between;padding:0 1em}.input-container .inputs{width:calc(100% - 2em)}.input-container img{height:1.5em;width:1.5em}.inputs,.no-logo-url{border-radius:5px}.no-logo-url{align-items:center;display:flex;font-size:2em;font-weight:600;justify-content:center;max-height:1.8em;max-width:1.8em;min-height:1.8em;min-width:1.8em}.scrollbar{scrollbar-color:#2a38a4 #c4d3e8;scrollbar-width:thin}.scrollbar::-webkit-scrollbar{height:.7em;width:.7em}.scrollbar::-webkit-scrollbar-track{background-color:#c4d3e8;border-radius:20px}.scrollbar::-webkit-scrollbar-thumb{background-color:#2a38a4;border-radius:20px}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:#1c256d}.subtitle{font-size:.9em}@media only screen and (max-width:800px){.main-body,.main-body-with-navbar{left:0;width:100%}}
/*# sourceMappingURL=main.1fbffc0c.css.map*/