.color-info-4{background:#e6f4ff}.color-dashboard-gray-dark{background:#495057}.color-dashboard-gray-medium{background:#6c757d}.color-dashboard-gray-light{background:#adb5bd}.color-dashboard-gray-lighter{background:#ced4da}.color-dashboard-gray-lightest{background:#dee2e6}.color-dashboard-gray-ultra-light{background:#e9ecef}.color-dashboard-white{background:#f8f9fa}.color-module-1{background:#4586e1}.color-module-2{background:#cddc39}.color-module-3{background:#673ab7}.color-module-4{background:#009688}.color-module-5{background:#4caf50}.error-container{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;padding:2rem}.error-container .error-content{text-align:center;max-width:500px}.error-container .error-content .error-actions{display:flex;gap:1rem;justify-content:center}.error-container .error-content .error-actions .retry-button{background-color:#3182ce;color:#fff;padding:.5rem 1rem;border:none;cursor:pointer;transition:background-color .2s}.error-container .error-content .error-actions .retry-button:hover{background-color:#2c5282}.error-container .error-content .error-actions .home-link{background-color:#48bb78;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.error-container .error-content .error-actions .home-link:hover{background-color:#2f855a}.header{grid-area:header;background-color:#623e75;color:#fff;padding-left:1rem;text-align:center;position:fixed;width:100vw;z-index:1000;height:6.25rem;border-bottom:1px solid #d5d5d5}.header,.header .hero{display:flex;align-items:center}.header .hero{min-width:9.5rem;max-width:20rem;width:auto;height:2.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.5rem}@media(min-width:768px){.header .hero{max-width:25rem}}@media(min-width:1024px){.header .hero{max-width:30rem}}@media(min-width:1440px){.header .hero{max-width:35rem}}.user-profile{position:relative;margin-left:auto;padding:0 2rem}.user-profile .profile-circle{width:40px;height:40px;border-radius:50%;background-color:#4586e1;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.user-profile .profile-circle:hover{background-color:#5892e4}.user-profile .profile-dropdown{position:absolute;top:100%;right:1rem;margin-top:.5rem;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);min-width:250px;z-index:1000}.user-profile .profile-dropdown .user-info{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #adb5bd}.user-profile .profile-dropdown .user-info .profile-circle{width:40px;height:40px;margin-right:.75rem}.user-profile .profile-dropdown .menu-items{padding:.5rem 0;border-bottom:1px solid #adb5bd}.user-profile .profile-dropdown .menu-items .menu-item{display:flex;align-items:center;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease;color:#adb5bd}.user-profile .profile-dropdown .menu-items .menu-item:hover{background-color:#623e75;color:#fff!important}.user-profile .profile-dropdown .menu-items .menu-item:hover .menu-icon{filter:brightness(0) invert(1)}.user-profile .profile-dropdown .menu-items .menu-item:hover .MuiTypography-root{color:#fff!important}.user-profile .profile-dropdown .menu-items .menu-item.signout-item:hover{background-color:transparent}.user-profile .profile-dropdown .menu-items .menu-item.signout-item:hover .menu-icon{filter:none}.user-profile .profile-dropdown .menu-items .menu-item.signout-item:hover .MuiTypography-root{color:#adb5bd!important}.user-profile .profile-dropdown .menu-items .menu-item .menu-icon{display:flex;align-items:center;justify-content:center;transition:filter .2s ease}.user-profile .profile-dropdown .pinned-section{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem 1rem}.user-profile .profile-dropdown .pinned-section .section-label{font-weight:500;color:#adb5bd;margin-bottom:.5rem}.user-profile .profile-dropdown .pinned-section .pinned-item{font-size:.875rem;color:#adb5bd;padding:.25rem 0;cursor:pointer;transition:color .2s ease}.user-profile .profile-dropdown .pinned-section .pinned-item:hover{color:#adb5bd}.home-container{display:flex;flex-direction:column;min-height:100vh;border:4px solid red}.home-container .flex-grow{position:relative;flex-grow:1}.nav{display:flex;align-items:center;justify-content:flex-start;min-height:100px;padding:0 2rem}.nav .minimal-dropdown{color:#fff!important}.nav .minimal-dropdown:hover{background-color:hsla(0,0%,100%,.1)!important}.nav-item{display:flex;align-items:center;position:relative}.nav-item .MuiDivider-root{background-color:#fff!important}.nav-item-dropdown{border-radius:0!important;width:12.5rem!important;min-width:12.5rem!important;max-width:12.5rem!important;padding-top:0!important}.nav-item-dropdown .MuiList-root{padding:0!important}.nav-item-dropdown .MuiMenuItem-root{text-align:left!important;justify-content:flex-start!important;margin:0!important;border-radius:0!important;min-height:2rem!important;height:3rem!important;padding:1rem!important;border-left:3px solid transparent!important;transition:border-left .2s!important}.nav-item-dropdown .MuiMenuItem-root:hover{border-left:3px solid #a995b3!important;background:transparent!important}.dashboard-container{padding:0;background:#e5e7eb}.dashboard-container .dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,[row] auto);justify-items:stretch;grid-auto-flow:dense;background:#e5e7eb;min-height:84vh;position:relative}.dashboard-container .dashboard-grid:before{content:"";position:absolute;top:-10px;left:-10px;width:100%;height:100%}@media(max-width:1024px){.dashboard-container .dashboard-grid{grid-template-columns:repeat(6,1fr)}.dashboard-container .dashboard-grid .dashboard-box{grid-column:span 2!important}.dashboard-container .dashboard-grid .dashboard-box.wide-box{grid-column:span 4!important}}@media(max-width:768px){.dashboard-container .dashboard-grid{grid-template-columns:1fr}.dashboard-container .dashboard-grid .dashboard-box{grid-column:1/-1!important;grid-row:auto!important}}.footer{width:100%;padding:1rem 2rem;background:#f8f8f8;border-top:1px solid #eee;min-height:60px}.footer-content{justify-content:space-between;width:100%;max-width:100%;gap:2rem}.footer-content,.footer-left{display:flex;align-items:center}.footer-left{flex:0 0 auto;gap:1.5rem}.footer-center{flex:1 1 auto;flex-direction:row;justify-content:center}.footer-center,.footer-right{display:flex;align-items:center;gap:1rem;min-width:0}.footer-right{flex:0 0 auto;justify-content:flex-end;flex-direction:row}.footer-logo-link{display:flex;align-items:center;margin-right:1.5rem}.footer-logo{width:7.125rem;height:1.875rem}.footer-text{color:#6c6c6c;white-space:nowrap;height:1rem;line-height:1rem!important;min-width:0}.footer-text .footer-link{color:inherit;text-decoration:none;cursor:default}.footer-text .footer-link:hover{cursor:pointer}.footer-support{color:#6c6c6c;white-space:nowrap;min-width:0}.footer-support a{color:#6c6c6c;text-decoration:none;margin:0 .25rem;display:flex;align-items:center;gap:.5rem}.footer-email-icon,.footer-phone-icon{filter:brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(1352%) hue-rotate(346deg) brightness(91%) contrast(101%)}.footer-social-links{display:flex;align-items:center;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;transition:opacity .2s ease-in-out}.footer-social-link:hover{opacity:.7}.footer-social-icon{filter:brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(1352%) hue-rotate(346deg) brightness(91%) contrast(101%)}@media(max-width:1100px){.footer{padding:1rem;min-height:50px}.footer-content,.footer-left{gap:1rem}.footer-center{display:none}.footer-right{gap:.5rem}.footer-support a{gap:.25rem;margin:0}.footer-social-links{gap:.5rem}.footer-social-icon{width:18px;height:18px}.footer-email-icon,.footer-phone-icon{width:14px;height:14px}.footer-text-content{display:none}}@media(max-width:480px){.footer{padding:.75rem;min-height:45px}.footer-content{gap:.5rem}.footer-left{gap:.75rem}.footer-right,.footer-social-links{gap:.25rem}.footer-social-icon{width:16px;height:16px}.footer-email-icon,.footer-phone-icon{width:12px;height:12px}.footer-text-content{display:none}}@media(min-width:1920px){.footer{padding:1.5rem 3rem;min-height:80px}.footer-content{gap:3rem}.footer-center,.footer-left,.footer-right{gap:2rem}.footer-social-links{gap:1rem}}@media(min-width:2560px){.footer{padding:2rem 4rem;min-height:100px}.footer-content{gap:4rem}.footer-center,.footer-right{gap:3rem}.footer-text{height:1.2rem;line-height:1.2rem!important}.footer-support,.footer-text{font-size:1.1rem}.footer-left{gap:2.5rem}.footer-social-links{gap:1.25rem}}.layout-container{display:flex;height:100vh;flex-direction:column}@media(min-width:768px){.layout-container{flex-direction:row;overflow:hidden}}.sidenav-container{width:100%;flex:none}@media(min-width:768px){.sidenav-container{width:16rem}}.content-container{flex-grow:1;padding:1.5rem}@media(min-width:768px){.content-container{overflow-y:auto;padding:3rem}}.h1{font-size:3.75rem;line-height:4.5rem;letter-spacing:.02813rem}.h1,.h2{font-family:Open Sans,Arial,Helvetica,sans-serif;font-style:normal;font-weight:700}.h2{font-size:3rem;line-height:4rem}.h3{font-size:2.5rem}.h3,.h4{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;line-height:3rem}.h4{font-size:1.75rem}.h5{font-size:1.25rem;line-height:3rem}.h5,.h6{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-style:normal}.h6{font-size:1.125rem;line-height:1.5rem}.body1{font-size:1rem;line-height:1.75rem}.body1,.body2{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-style:normal}.body2{font-size:.875rem;line-height:1.5rem}.subtitle1{font-size:1.125rem;line-height:2.5rem}.subtitle1,.subtitle2{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-style:normal}.subtitle2{font-size:1rem}.list1,.subtitle3{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-size:.875rem;font-style:normal}.list1{line-height:1.5rem}.list2{font-size:.625rem}.button1,.list2{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;line-height:1.5rem}.button1{font-size:1.25rem}.button2{font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:400;font-size:1rem;font-style:normal;line-height:1.5rem}.semi-bold{font-weight:600}.dashboard-box{padding:.5rem 1rem 1rem;grid-column:span 4;grid-row:span 3;background-color:#623e75;border:1px solid #fff}.dashboard-box.wide-box{grid-column:span 8;grid-row:span 3;background-color:#667bab}.dashboard-box:hover{z-index:1;cursor:pointer;box-shadow:0 4px 19.4px 3px rgba(0,0,0,.46)}.login-status{display:flex;align-items:center;gap:1rem}.login-status .user-email{color:#374151}.login-status .auth-message{color:#6b7280}.login-status button{padding:.5rem 1rem;cursor:pointer;transition:all .2s}.login-status .sign-in-button{background-color:#3b82f6;color:#fff;border:none}.login-status .sign-in-button:hover{background-color:#2563eb}.login-status .sign-out-button{background-color:#ef4444;color:#fff;border:none}.login-status .sign-out-button:hover{background-color:#dc2626}.info-blox{width:100%;height:100%;position:relative;color:#fff}.info-blox,.info-blox .info-blox-header{display:flex;flex-direction:column}.info-blox .info-blox-header .divider{width:3.10569rem;height:.27906rem;background-color:#fff;margin-top:0;margin-bottom:1rem}.info-blox .info-blox-header .info-blox-menu{position:relative}.info-blox .info-blox-header .info-blox-menu .menu-dots{display:flex;flex-direction:column;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;padding:4px}.info-blox .info-blox-header .info-blox-menu .menu-dots span{width:4px;height:4px;background-color:#6c757d;margin:2px 0;border-radius:50%}.info-blox .info-blox-header .info-blox-menu .menu-dots:hover{transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.info-blox .info-blox-subtitle{color:#fff;margin:0 0 16px;min-height:6rem}.info-blox .info-blox-content{display:flex;flex-direction:column;flex:1;position:relative}.info-blox .info-blox-icon{position:absolute;right:0;bottom:0;color:#fff;margin-top:auto}.info-blox .info-blox-icon svg{width:4.6875rem;height:4.6875rem}.info-blox .info-blox-graph{flex:1;width:100%;display:flex;align-items:center;justify-content:center;margin-top:auto}.library-container{display:grid;grid-template-columns:280px 1fr;background-color:#f8fafc}.library-sidebar{width:280px;background-color:var(--sidebar-background);border-right:1px solid var(--border-color);padding:1.5rem;position:relative;top:1rem;height:100vh;overflow-y:auto}.library-sidebar .sidebar-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.library-sidebar .sidebar-header .sidebar-icon{color:#623e75}.library-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.library-sidebar .sidebar-nav .nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:none;color:#4a5568;font-family:inherit;cursor:pointer;transition:all .2s ease}.library-sidebar .sidebar-nav .nav-item:hover{background-color:#f7fafc;color:#623e75}.library-sidebar .sidebar-nav .nav-item.active{background-color:#f0f4ff;color:#623e75}.library-sidebar .sidebar-nav .nav-item svg{font-size:1.125rem}.library-content{padding-left:2rem}.library-content .component-demo{padding:1rem;max-width:1200px;margin:0 auto}.library-content .component-demo h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:2rem}.library-content .component-demo .demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.library-content .component-demo .demo-item{background-color:#fff;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.library-content .component-demo .demo-item h3{font-size:1rem;font-weight:500;color:#4a5568;margin-bottom:1rem}.library-content .component-demo .demo-item .code-preview{margin-top:1rem;padding:.75rem;background-color:#f8fafc;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#2d3748;overflow-x:auto}@media(max-width:1024px){.library-container{grid-template-columns:240px 1fr}}@media(max-width:768px){.library-container{grid-template-columns:1fr}.library-sidebar{display:none}.library-content{padding:1rem}}.styled-text-field{color:inherit}.styled-text-field .MuiInputBase-root,.styled-text-field .MuiOutlinedInput-root,.styled-text-field input,.styled-text-field textarea{border-radius:0;height:3rem;min-height:3rem;padding-right:0}.styled-text-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.styled-text-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#4586e1!important}.styled-text-field input::placeholder,.styled-text-field textarea::placeholder{color:#bdbdbd;opacity:1}.styled-text-field .MuiButtonBase-root,.styled-text-field .MuiInputAdornment-root{margin:0;padding:0;border-radius:0;height:100%;max-height:3rem;display:flex;align-items:center;width:3.9375rem}.styled-text-field .MuiInputLabel-root{margin-top:-.2rem}.end-icon{border-radius:50%;padding:.25rem;display:flex}.button,.end-icon{align-items:center;justify-content:center}.button{display:inline-flex;width:16.7rem;font-weight:500;gap:.5rem;transition:all .2s ease-in-out;cursor:pointer;position:relative;border:none;outline:none;text-decoration:none;font-family:inherit;line-height:1.5;margin-left:0!important}.button--primary{background-color:#623e75;color:#fff}.button--primary:hover:not(:disabled){background-color:#583869}.button--outline{background-color:transparent;border:2px solid #623e75;color:#623e75}.button--outline:hover:not(:disabled){background-color:rgba(98,62,117,.1)}.button--ghost{background-color:transparent;color:#623e75}.button--ghost:hover:not(:disabled){background-color:rgba(98,62,117,.1)}.button--module-account{background-color:#4586e1;color:#fff}.button--module-account:hover:not(:disabled){background-color:#2c76dd}.button--module-account.button--outline{background-color:transparent;border:2px solid #4586e1;color:#4586e1}.button--module-account.button--outline:hover:not(:disabled){background-color:rgba(69,134,225,.1)}.button--module-account.button--ghost{background-color:transparent;color:#4586e1}.button--module-account.button--ghost:hover:not(:disabled){background-color:rgba(69,134,225,.1)}.button--module-billing{background-color:#cddc39;color:#fff}.button--module-billing:hover:not(:disabled){background-color:#c4d425}.button--module-billing.button--outline{background-color:transparent;border:2px solid #cddc39;color:#cddc39}.button--module-billing.button--outline:hover:not(:disabled){background-color:rgba(205,220,57,.1)}.button--module-billing.button--ghost{background-color:transparent;color:#cddc39}.button--module-billing.button--ghost:hover:not(:disabled){background-color:rgba(205,220,57,.1)}.button--module-support{background-color:#673ab7;color:#fff}.button--module-support:hover:not(:disabled){background-color:#5d34a5}.button--module-support.button--outline{background-color:transparent;border:2px solid #673ab7;color:#673ab7}.button--module-support.button--outline:hover:not(:disabled){background-color:rgba(103,58,183,.1)}.button--module-support.button--ghost{background-color:transparent;color:#673ab7}.button--module-support.button--ghost:hover:not(:disabled){background-color:rgba(103,58,183,.1)}.button--module-storage{background-color:#009688;color:#fff}.button--module-storage:hover:not(:disabled){background-color:#00877a}.button--module-storage.button--outline{background-color:transparent;border:2px solid #009688;color:#009688}.button--module-storage.button--outline:hover:not(:disabled){background-color:rgba(0,150,136,.1)}.button--module-storage.button--ghost{background-color:transparent;color:#009688}.button--module-storage.button--ghost:hover:not(:disabled){background-color:rgba(0,150,136,.1)}.button--module-colocation{background-color:#4caf50;color:#fff}.button--module-colocation:hover:not(:disabled){background-color:#449e48}.button--module-colocation.button--outline{background-color:transparent;border:2px solid #4caf50;color:#4caf50}.button--module-colocation.button--outline:hover:not(:disabled){background-color:rgba(76,175,80,.1)}.button--module-colocation.button--ghost{background-color:transparent;color:#4caf50}.button--module-colocation.button--ghost:hover:not(:disabled){background-color:rgba(76,175,80,.1)}.button.button--short{width:6.25rem}.button--sm{padding:.5rem .75rem;height:2rem}.button--sm.button--icon{width:2.5rem;gap:0}.button--md{padding:.625rem 1rem;height:3rem}.button--md.button--icon{width:4.375rem;gap:0}.button--lg{padding:.75rem 1.25rem;height:4.125rem}.button--lg.button--icon{width:4.375rem;gap:0}.button--loading{cursor:wait;opacity:.7}.button--disabled{cursor:not-allowed;opacity:.5}.button__content,.button__left-icon,.button__right-icon{display:inline-flex;align-items:center;justify-content:center}.chip{display:flex;align-items:center;justify-content:center;gap:.5rem;width:7.3rem;max-height:2rem;border-radius:2.5rem;background:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.06);line-height:1.5rem;padding:.25rem .5rem .25rem .25rem}.chip--outlined{background:transparent;border:1px solid #2684ff;color:#2684ff;box-shadow:none}.chip__avatar{width:1.5rem;height:1.5rem;border-radius:50%;object-fit:cover;margin-left:.5rem}.chip__icon{width:1rem;height:1rem;margin-left:.5rem}.chip__label{white-space:nowrap;width:100%;text-align:center;margin-right:.5rem}.chip__close{background:none;border:none;width:1.5rem;height:1.5rem;cursor:pointer;color:inherit}.chip--label-only{max-width:5.8rem;padding:0}.chip--label-only .chip__label{margin:0}.chip--avatar-label{max-width:7.5rem}.chip--avatar-label .chip__avatar{margin-left:0}.chip--avatar-label .chip__label{margin-right:1rem}.chip--avatar-label-close{min-width:8.56rem}.chip--avatar-label-close .chip__avatar{margin-left:.5rem}.chip--avatar-label-close .chip__label{margin-right:.75rem}.chip--icon-label-close{max-width:8.3rem}.chip--icon-label-close .chip__avatar{margin-left:.5rem}.chip--icon-label-close .chip__label{margin-right:0}.chip--icon-label .chip__icon{margin-left:.25rem}.chip--icon-label .chip__label{margin-right:0;text-align:left}.breadcrumb-container{color:#623e75;font-weight:600;display:flex;align-items:center;gap:.5rem}.breadcrumb-container a{text-decoration:none;color:#623e75}.breadcrumb-container:hover{text-decoration:underline}.breadcrumb-container .breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb-container .link{color:var(--text-primary);text-decoration:none}.breadcrumb-container .link:hover{text-decoration:underline}.breadcrumb-container .arrow-icon{position:relative;width:40px;height:40px}.breadcrumb-container>:first-child{font-size:1.125rem}.breadcrumb-container>:first-child .arrow-icon{width:1.25rem;height:1.25rem}.breadcrumb-container>:nth-child(2){font-size:.875rem}.breadcrumb-container>:nth-child(2) .arrow-icon{width:.875rem;height:.875rem}.breadcrumb-container>:nth-child(3){font-size:.625rem}.breadcrumb-container>:nth-child(3) .arrow-icon{width:.75rem;height:.75rem}.breadcrumb-container>:nth-child(4){font-size:.875rem}.breadcrumb-container>:nth-child(4) .arrow-icon{width:20px;height:20px}.toggle-group{display:flex;background:#fff;box-shadow:0 12px 16px 0 rgba(40,41,61,.04);overflow:hidden}.toggle{background:none;font-family:inherit;border:none;outline:none;color:#623e75;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem;min-width:64px;width:5.125rem;height:2.5rem}.toggle:not(:last-child){border-right:1px solid #f2f2f2}.toggle--active{background:#673c8c;color:#fff}.toggle__icon{width:.9rem;height:1rem}.alert,.toggle__icon{display:flex;align-items:center}.alert{background:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.06);margin-bottom:2.5rem;gap:1rem;min-height:64px;position:relative;width:45.625rem;height:5.5rem;overflow:hidden;padding-left:2rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.alert.alert--short{width:31.25rem}.alert .alert__actions{display:flex;gap:1rem;margin-right:1rem}.alert.alert--title-only{height:3.5rem}.alert__icon{flex:0 0 auto;color:#222;margin-right:1.5rem;margin-top:.25rem}.alert__content{flex:1 1 auto;min-width:0}.alert__description{margin-top:.25rem}.alert__actions{display:flex;gap:1rem;align-items:center;margin-left:2rem}.alert__menu{position:absolute;top:0;right:0;background:#fff;width:7.6875rem;z-index:2}.alert__menu .alert__menu-item{display:flex;align-items:center;justify-content:center;cursor:pointer;border-bottom:1px solid #eee;border-left:1px solid #eee;height:2.75rem}.alert__menu .alert__menu-item:last-child{border-bottom:none}.alert__menu .alert__menu-item:hover{background:#f5f5f5}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;position:relative;background:#eee}.avatar .avatar__initials,.avatar.avatar__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.avatar.avatar--xl{width:4rem;height:4rem;font-size:2rem}.avatar.avatar--xl .avatar__status{bottom:-1px;right:-1px}.avatar.avatar--l{width:3rem;height:3rem;font-size:1.5rem}.avatar.avatar--l .avatar__status{bottom:-1px;right:-1px}.avatar.avatar--md{width:2rem;height:2rem;font-size:1rem}.avatar.avatar--md .avatar__status{bottom:-1px;right:-1px}.avatar.avatar--sm{width:1.5rem;height:1.5rem;font-size:.75rem}.avatar.avatar--sm .avatar__status{bottom:-1px;right:-1px}.avatar.avatar--xs{width:1rem;height:1rem;font-size:.5rem}.avatar.avatar--xs .avatar__status{bottom:-1px;right:-1px}.avatar__status{position:absolute;bottom:2px;right:2px;width:.33em;height:.33em;background:#f44336;border:2px solid #fff;border-radius:50%;z-index:1000}.avatar--overflow{background:#fff;color:#222;font-size:1rem;border:1px solid #eee;display:flex;align-items:center;justify-content:center}.avatar-group{display:flex;align-items:center;margin-bottom:16px}.avatar-group .avatar-group__item{margin-left:-1.4rem}.avatar-group .avatar-group__item:first-child{margin-left:0}.avatar-group.avatar--xl .avatar--overflow{width:4rem;height:4rem;margin-left:-1.4rem}.avatar-group.avatar--xl .avatar-group__item{margin-left:-1.4rem}.avatar-group.avatar--l .avatar--overflow{width:3rem;height:3rem;margin-left:-1.2rem}.avatar-group.avatar--l .avatar-group__item{margin-left:-1.2rem}.avatar-group.avatar--md .avatar--overflow{width:2rem;height:2rem;margin-left:-.8rem;font-size:.8rem}.avatar-group.avatar--md .avatar-group__item{margin-left:-.8rem}.avatar-group.avatar--sm .avatar--overflow{width:1.5rem;height:1.5rem;margin-left:-.6rem;font-size:.6rem}.avatar-group.avatar--sm .avatar-group__item{margin-left:-.6rem}.avatar-group.avatar--xs .avatar--overflow{width:1rem;height:1rem;margin-left:-.4rem;font-size:.5rem}.avatar-group.avatar--xs .avatar-group__item{margin-left:-.4rem}.page-layout{width:100%;min-height:100%}.page-layout .page-header{padding-left:1rem;padding-right:1rem;height:5rem}.page-layout .page-header .page-breadcrumbs{margin-top:.5rem;margin-bottom:.5rem}.page-layout .page-header .divider{margin-top:.5rem;height:.1875rem;background-color:#eee}.page-breadcrumb .page-breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.5rem}.page-breadcrumb .page-breadcrumb-item{display:flex;align-items:center;gap:.5rem;font-size:.625rem;line-height:1.25}.page-breadcrumb .page-breadcrumb-link{color:#6c757d;text-decoration:none;font-size:.625rem;font-style:normal;font-weight:400;line-height:1rem;cursor:pointer}.page-breadcrumb .page-breadcrumb-link:hover{color:#495057;text-decoration:underline}.page-breadcrumb .page-breadcrumb-link:focus{outline:2px solid #623e75;outline-offset:2px;border-radius:2px}.page-breadcrumb .page-breadcrumb-separator{color:#adb5bd;font-weight:400;user-select:none}.page-breadcrumb .page-breadcrumb-current{color:#623e75}@media(max-width:768px){.page-breadcrumb .page-breadcrumb-item{font-size:.8125rem}}.color-primary-1{background:#623e75}.color-primary-2{background:#a995b3}.color-primary-3{background:#495057}.color-secondary-1{background:#667bab}.color-secondary-2{background:#4586e1}.color-secondary-3{background:#bf5bd5}.color-error-1{background:#f23722}.color-error-2{background:#c8231f}.color-error-3{background:#d12c2a}.color-warning-1{background:#f9c846}.color-warning-2{background:#f2994a}.color-warning-3{background:#d35400}.color-success-1{background:#1de9b6}.color-success-2{background:#43a047}.color-success-3{background:#388e3c}.color-info-1{background:#4586e1}.color-info-2{background:#64b5f6}.color-info-3{background:#1976d2}.color-dashboard-gray{background:#bebebe}.color-dashboard-dark{background:#343a40}.color-primary-gray-dark{background:#495057}.color-primary-gray{background:#6c757d}.color-primary-gray-light{background:#adb5bd}.color-primary-gray-lighter{background:#ced4da}.color-primary-gray-lightest{background:#dee2e6}.color-primary-gray-ultra-light{background:#e9ecef}.color-primary-white{background:#f8f9fa}.color-neutral-900{background:#23272f}.opacity-100{opacity:1}.opacity-80{opacity:.8}.opacity-64{opacity:.64}.opacity-56{opacity:.56}.opacity-40{opacity:.4}.opacity-24{opacity:.24}.opacity-16{opacity:.16}.opacity-8{opacity:.08}.opacity-4{opacity:.04}.material-dropdown{min-width:0;border-radius:0;height:3rem}.material-dropdown .MuiInputBase-root,.material-dropdown .MuiOutlinedInput-root{border-radius:0;height:3rem;min-height:3rem;box-sizing:border-box;background:#fff;width:24rem;cursor:pointer}.material-dropdown .MuiSelect-select{border-radius:0;height:3rem;min-height:3rem;box-sizing:border-box;background:#fff;width:100%!important;max-width:100%!important;cursor:pointer}.material-dropdown .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.material-dropdown .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:1px solid #4586e1;border-radius:0}.material-dropdown .MuiSelect-icon{display:flex!important;align-items:center!important;justify-content:center!important;height:100%;width:2rem;min-width:2rem;min-height:2rem;right:.5rem;position:absolute;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .2s;pointer-events:none}.material-dropdown .MuiSelect-select[aria-expanded=true]~.MuiSelect-icon{transform:translateY(-50%) rotate(180deg)}.material-dropdown .MuiSelect-root.Mui-focused,.material-dropdown .MuiSelect-root[aria-expanded=true]{border-color:#4586e1}.material-dropdown .MuiSelect-root .MuiSelect-placeholder{color:#bdbdbd}.material-dropdown .MuiSelect-root .MuiSelect-select{color:#6c6c6c}.material-dropdown .MuiMenuItem-root{align-items:flex-start;padding-left:8px;min-height:56px}.material-dropdown .MuiCheckbox-root{padding:4px;margin-left:8px;align-self:center;color:#623e75}.material-dropdown .MuiCheckbox-root.Mui-checked{color:#623e75}.material-dropdown .dropdown-label{font-weight:600;display:flex;align-items:center;gap:8px}.material-dropdown .dropdown-desc{font-size:12px;opacity:.85}.material-dropdown .MuiChip-root{padding-right:0}.material-dropdown .MuiIconButton-root{margin-left:-4px;margin-right:4px;padding:4px}.material-dropdown .dropdown-chip{display:flex;align-items:center;justify-content:flex-start;width:4.375rem;height:1.6875rem;border:1px solid #d5d5d5;border-radius:.5rem;background:#fff;font-size:1rem;padding:0 .5rem;margin-right:.5rem}.material-dropdown .dropdown-chip .chip-x{margin-right:.5rem;font-size:1rem;color:#6c6c6c;cursor:pointer;display:flex;align-items:center}.material-dropdown .dropdown-chip .chip-label{flex:1;text-align:left;color:#6c6c6c;font-weight:400;font-size:.7rem;white-space:nowrap}.material-dropdown-20rem{min-width:0;border-radius:0;height:3rem}.material-dropdown-20rem .MuiInputBase-root,.material-dropdown-20rem .MuiOutlinedInput-root{border-radius:0;height:3rem;min-height:3rem;box-sizing:border-box;background:#fff;width:20rem;cursor:pointer}.material-dropdown-20rem .MuiSelect-select{border-radius:0;height:3rem;min-height:3rem;box-sizing:border-box;background:#fff;width:100%!important;max-width:100%!important;cursor:pointer}.material-dropdown-20rem .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.material-dropdown-20rem .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:1px solid #4586e1;border-radius:0}.material-dropdown-20rem .MuiSelect-icon{display:flex!important;align-items:center!important;justify-content:center!important;height:100%;width:2rem;min-width:2rem;min-height:2rem;right:.5rem;position:absolute;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .2s;pointer-events:none}.material-dropdown-20rem .MuiSelect-select[aria-expanded=true]~.MuiSelect-icon{transform:translateY(-50%) rotate(180deg)}.material-dropdown-20rem .MuiSelect-root.Mui-focused,.material-dropdown-20rem .MuiSelect-root[aria-expanded=true]{border-color:#4586e1}.material-dropdown-20rem .MuiSelect-root .MuiSelect-placeholder{color:#bdbdbd}.material-dropdown-20rem .MuiSelect-root .MuiSelect-select{color:#6c6c6c}.material-dropdown-20rem .MuiMenuItem-root{align-items:flex-start;padding-left:8px;min-height:56px}.material-dropdown-20rem .MuiCheckbox-root{padding:4px;margin-left:8px;align-self:center;color:#623e75}.material-dropdown-20rem .MuiCheckbox-root.Mui-checked{color:#623e75}.material-dropdown-20rem .dropdown-label{font-weight:600;display:flex;align-items:center;gap:8px}.material-dropdown-20rem .dropdown-desc{font-size:12px;opacity:.85}.material-dropdown-20rem .MuiChip-root{padding-right:0}.material-dropdown-20rem .MuiIconButton-root{margin-left:-4px;margin-right:4px;padding:4px}.material-dropdown-20rem .dropdown-chip{display:flex;align-items:center;justify-content:flex-start;width:4.375rem;height:1.6875rem;border:1px solid #d5d5d5;border-radius:.5rem;background:#fff;font-size:1rem;padding:0 .5rem;margin-right:.5rem}.material-dropdown-20rem .dropdown-chip .chip-x{margin-right:.5rem;font-size:1rem;color:#6c6c6c;cursor:pointer;display:flex;align-items:center}.material-dropdown-20rem .dropdown-chip .chip-label{flex:1;text-align:left;color:#6c6c6c;font-weight:400;font-size:.7rem;white-space:nowrap}.material-dropdown-menu a{text-decoration:none;color:inherit}.material-dropdown-menu{padding-top:0!important;border-radius:0!important}.minimal-dropdown .MuiSelect-select{padding:0 1.8rem 0 0;color:#6c6c6c;background:transparent;text-align:right;margin-left:.5rem}.minimal-dropdown .MuiSelect-icon{transform:rotate(270deg);transition:transform .2s;width:.75rem;height:.75rem;margin-top:.1rem;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center}.minimal-dropdown .MuiSelect-select[aria-expanded=true]~.MuiSelect-icon{transform:rotate(1turn)}.login-bg{display:flex;min-height:100vh;height:auto;background:url(https://cdn-ilajfkd.nitrocdn.com/IchxUWFmwutIbWHCtxDAquwodGzrtXvf/assets/images/optimized/rev-e6e9801/www.dcblox.com/wp-content/uploads/2024/09/space-with-digital-connections.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;flex-shrink:0;position:relative}.login-container{height:100%}.login-container,.login-left{display:flex;align-items:center;justify-content:center}.login-left{flex:1;flex-direction:column;color:#fff;position:absolute;left:0;bottom:0}.login-right{flex:1;display:flex;justify-content:center;align-items:center}.login-box{background:#fff;padding:2.5rem 2.5rem 2rem;width:38.01825rem;height:28.5rem;align-items:stretch;z-index:10}.login-box,.reusable-modal .MuiDialog-paper{display:flex;flex-direction:column}.reusable-modal .MuiDialogTitle-root{font-size:1.1rem;padding:1rem 1rem 0}@media(min-width:600px){.reusable-modal .MuiDialogTitle-root{font-size:1.25rem}}@media(min-width:900px){.reusable-modal .MuiDialogTitle-root{font-size:1.5rem}}.reusable-modal .MuiDialogContent-root{padding:1rem;flex:1 1 auto;min-height:0;overflow:auto}.reusable-modal .MuiDialogActions-root{padding:1rem;flex-direction:column;gap:.5rem}@media(min-width:600px){.reusable-modal .MuiDialogActions-root{flex-direction:row;gap:1rem}}.reusable-modal .MuiDivider-root{margin-left:1rem;margin-right:1rem}.datePickerContainer{width:23.5rem;height:21.75rem;background-color:#fff;box-shadow:.125rem .125rem .25rem 0 rgba(173,181,189,.4);position:relative}.datePickerContainer .rdp-caption_label{font-weight:400}.datePickerContainer #icon-button{position:absolute;cursor:pointer;right:.625rem;top:.3125rem;z-index:5000}.datePickerContainer .rdp-root{padding-left:1.125rem;--rdp-day_button-height:2.8125rem;--rdp-day_button-width:2.8125rem;--rdp-accent-background-color:rgba(88,58,107,.2);--rdp-accent-color:#583a6b}.datePickerContainer .rdp-day{width:2.8125rem;height:2.8125rem;color:#6c757d;border-radius:0;cursor:pointer;border:.03125rem solid rgba(173,181,189,.4)}@media screen and (max-width:768px){.datePickerContainer{width:20rem;height:19rem}.datePickerContainer .rdp-root{padding-left:.75rem;--rdp-day_button-height:2.25rem;--rdp-day_button-width:2.25rem}.datePickerContainer .rdp-day{width:2.25rem;height:2.25rem;font-size:.875rem}.datePickerContainer .rdp-caption_label{font-size:1rem}.datePickerContainer .rdp-head_cell{font-size:.75rem;padding:.5rem 0}}@media screen and (max-width:480px){.datePickerContainer{width:18rem;height:17rem}.datePickerContainer .rdp-root{padding-left:.5rem;--rdp-day_button-height:1.875rem;--rdp-day_button-width:1.875rem}.datePickerContainer .rdp-day{width:1.875rem;height:1.875rem;font-size:.75rem}.datePickerContainer .rdp-caption_label{font-size:.875rem}.datePickerContainer .rdp-head_cell{font-size:.625rem;padding:.375rem 0}.datePickerContainer .rdp-nav{padding:.75rem 1rem}.datePickerContainer .rdp-nav_button{width:1.75rem;height:1.75rem}}.shares-card{background-color:#fafafa;border:1px solid #dee2e6;border-radius:0;height:18.2rem;position:relative;overflow:hidden}.shares-card__content{padding:1rem;height:100%;display:flex;flex-direction:column}.shares-card__header{margin-bottom:1rem}.shares-card__main{display:flex;flex-direction:row;height:calc(100% - 60px);position:relative;gap:1rem}.shares-card__left-section{flex:1;display:flex;flex-direction:column}.shares-card__right-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-width:120px}.shares-card__storage-info{margin-bottom:1rem}.shares-card__storage-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.shares-card__storage-name{font-weight:600;color:#495057;font-size:1rem;line-height:1.2;margin:0}.shares-card__status{padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;color:#fff}.shares-card__status--active{background-color:#43a047}.shares-card__status--inactive{background-color:#f23722}.shares-card__storage-details{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.shares-card__account-name,.shares-card__platform-type{color:#6c757d;font-size:.8rem}.shares-card__storage-size{font-weight:700;color:#495057;font-size:1.4rem;line-height:1}.shares-card__locations{flex:1}.shares-card__locations-title{color:#6c757d;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.shares-card__locations-list{display:flex;flex-direction:column;gap:.5rem}.shares-card__location-item{padding:.5rem .75rem;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-bottom:.5rem}.shares-card__location-content{display:flex;align-items:center;justify-content:space-between;width:100%}.shares-card__location-left{display:flex;align-items:center;gap:.5rem}.shares-card__location-name{color:#495057;font-size:.8rem;font-weight:500}.shares-card__primary-badge{background-color:#623e75;color:#fff;font-size:.6rem;font-weight:600;padding:.125rem .25rem;border-radius:2px;text-transform:uppercase}.shares-card__location-tag{color:#6c757d;font-size:.75rem;font-weight:500}.shares-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #dee2e6}.shares-card__footer-item{color:#6c757d;font-size:.75rem}.shares-card__chart-container{display:flex;align-items:center;justify-content:center;position:relative}.shares-card__chart{position:relative;width:100px;height:100px}.shares-card__chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;display:flex;align-items:center;justify-content:center}.shares-card__chart-percentage{font-size:1.2rem;font-weight:700;color:#495057}.shares-card__view-more{display:flex;align-items:center;justify-content:center}.colors{display:flex;flex-wrap:wrap}.color{width:175px;height:100px;color:#5b595b}.color .color-example{width:50px;height:50px}@font-face{font-family:Open-Sans-Italic;src:url(/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("truetype")}@font-face{font-family:Open-Sans;src:url(/fonts/OpenSans-VariableFont_wdth,wght.ttf) format("truetype")}.main-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8f9fa}body,html{margin:0;font-family:Open-Sans,Arial,Helvetica,sans-serif;color:#6c6c6c}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none!important}.grid-container{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:6.25rem auto 5rem;min-height:100vh;gap:0;position:relative}.main-content{grid-area:main;background-color:hsla(0,0%,100%,.95);overflow-y:auto}.main-content section{margin-bottom:3rem}.main-content .card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem}.main-content .card-grid .card{background-color:#fff;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.main-content .card-grid .card:hover{transform:translateY(-5px)}.main-content .card-grid .card .card-button{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border:none;cursor:pointer;transition:background-color .3s ease}.main-content .card-grid .card .card-button:hover{background-color:#2563eb}.main-content .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1rem}.main-content .feature-grid .feature-item{background-color:#f7fafc;padding:1.5rem}.main-content .feature-grid .feature-item.large{grid-column:1/-1;background-color:#ebf4ff}.main-content .image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1rem}.main-content .image-grid .image-box{background-color:#e2e8f0;aspect-ratio:16/9;color:#4a5568;font-weight:500}.footer,.main-content .image-grid .image-box{display:flex;align-items:center;justify-content:center}.footer{grid-area:footer;height:5rem;background-color:#fafafa;color:#fff;text-align:center;position:fixed;bottom:0;left:0;right:0;z-index:10}.footer .app-env{margin-left:1rem;color:#ccc}.footer .app-env .app-env-label{margin-right:.2rem;font-weight:700}@media(max-width:768px){.grid-container{background-size:100% 100%,25% 100%}.nav ul{justify-content:flex-start;gap:1rem}.main-content{padding:1.5rem}.main-content .feature-grid{grid-template-columns:1fr;background-size:100% 100%,33.33% 100%}.main-content .card-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media(max-width:480px){.main-content{padding:1rem}.main-content .image-grid{grid-template-columns:1fr}.main-content .card-grid,.main-content .feature-grid,.main-content .image-grid{background-size:100% 100%,auto 100%}.main-content .card-grid{grid-template-columns:1fr;gap:1rem}}