@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");:root{--max-width:1100px;--border-radius:12px;--white:#fff;--black:#343434;--gray:#f5f5f5;--gray-dark:#bababa;--theme:#0074bf;--themes:#0074bf;--themes-light:rgba(0,116,191,.15);--success:#008f39;--lightorange:rgba(255,108,50,.2);--lightblue:rgba(0,116,191,.1);--transparentwhite:hsla(0,0%,100%,.7)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Ubuntu,sans-serif}body{color:var(--black);background:var(--white)}:where(.css-dev-only-do-not-override-18iikkb).ant-menu-dark .ant-menu-item-selected{background-color:var(--themes)}.mave-footer{width:100%;background:#fff;border-top:1px solid #e2e8f0;margin-top:auto}.footer-bottom{background:transparent}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#64748b;font-size:.8rem;margin:0;font-weight:400}.footer-tech{display:flex;align-items:center}.footer-tech img{height:20px;width:auto;opacity:.7;transition:opacity .3s ease}.footer-tech img:hover{opacity:1}@media (max-width:768px){.footer-bottom-content{padding:.75rem 1rem;flex-direction:column;text-align:center;gap:.5rem}.footer-bottom p{font-size:.75rem}.footer-tech img{height:18px}}.ViewContainer{width:80%;max-width:1500px;margin:5rem auto 0}.ViewContentContainer{width:80%;max-width:1200px;margin:5rem auto 0;padding-bottom:6em}a{color:inherit}a,a:hover{text-decoration:none}a:hover{color:var(--theme)}.ant-menu-item,.ant-menu-submenu,.ant-menu-submenu-inline{background-color:var(--white);color:var(--black)}.ant-menu-light .ant-menu-item-selected,.ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--black);background-color:var(--themes)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.flexed{display:flex}.grided{display:grid}.flexed-center{display:flex;justify-content:center;align-items:center}.grided-center{display:grid;place-items:center}.flexed-between{justify-content:space-between}.flexed-around,.flexed-between{display:flex;align-items:center}.flexed-around{justify-content:space-around}.flexed-evenly{justify-content:space-evenly}.flexed-column,.flexed-evenly{display:flex;align-items:center}.flexed-column{flex-direction:column;justify-content:center}.login-content h1{font-size:50px;font-weight:400}.login-content p{font-size:18px;color:#7d88a1}.input-field{height:40px;margin-top:.5rem}.ant-input:focus,.ant-input:hover{border-color:var(--themes)}.ant-input:hover{box-shadow:none}.buttons{height:40px;background-color:var(--themes);font-size:18px;text-transform:uppercase}:where(.css-dev-only-do-not-override-18iikkb).ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{background-color:var(--themes)}:where(.css-dev-only-do-not-override-nnuwmp).ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{background-color:var(--themes)}.createAccout,.modalContiner h1{text-align:center}.createAccout{margin-top:1rem;font-size:1rem}.createAccout span{color:#0074bf;cursor:pointer}.forgot{margin-top:1rem;text-align:right;cursor:pointer;font-size:1rem;font-weight:600}.navbar-items{background-color:red}.fade-in-out{opacity:0;transition:opacity .2s ease-in-out}.fade-in-out.active{opacity:1}.profileContainer{width:90%;max-width:800px;margin:0 auto;border-radius:15px}.item1{-moz-column-gap:3rem;column-gap:3rem}.item1,.item2{background-color:#ceedff;border-radius:15px;display:flex;border:1px solid #d6d6d6;padding:1rem 1rem 1rem 3rem}.item2{-moz-column-gap:3.3rem;column-gap:3.3rem}.item3{-moz-column-gap:3rem;column-gap:3rem}.item3,.item4{background-color:#ceedff;border-radius:15px;display:flex;border:1px solid #d6d6d6;padding:1rem 1rem 1rem 3rem}.item4{-moz-column-gap:3.5rem;column-gap:3.5rem}.item5{background-color:#ceedff;border-radius:15px;display:flex;-moz-column-gap:1rem;column-gap:1rem;border:1px solid #d6d6d6;padding:1rem 1rem 1rem 3rem}.top1{padding-left:1rem}.top1,.top2{font-weight:700;display:flex}.top2{padding-left:.5rem}.top3,.top4{padding-left:.5rem}.top3,.top4,.top5{font-weight:700;display:flex}.top5{padding-left:3rem}.user{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:.5rem;margin-bottom:1rem}.user p{text-transform:uppercase}.media-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.media-item{cursor:pointer;transition:border-color .3s ease}.media-item.selected{border:2px solid var(--themes)}.checkboxmedia:hover,.hutututu:hover,.sitelogo:hover{cursor:pointer}.components-gallery-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;border-radius:10px;background:#f5f5f5ed;color:var(--theme);cursor:pointer;height:100px;width:100px}.components-gallery-item h3{font-size:1rem;font-weight:500;text-align:center}.components-gallery-item-icon{font-size:1.3rem;color:var(--theme)}.mave-footer{position:fixed;bottom:0;right:0;background-color:#fff;color:#595959;text-align:center;padding:.75rem 2rem;border-top:1px solid #f0f0f0;z-index:998;font-size:13px}.mave-footer a{color:#0074bf;font-weight:500}.mave-footer a:hover{color:#005a99;text-decoration:underline}@media (max-width:992px){.main-content-area,.mave-footer{margin-left:0!important}.main-content-area{margin-top:64px!important}}.ant-layout{background:transparent!important}.ant-layout-sider-children{display:flex;flex-direction:column}.content{margin:3em 0}.support-card{color:#001529;display:flex;flex-direction:column;align-items:center;gap:1em;padding:2em;cursor:pointer;border-radius:25px;border:2px solid #f0f0f0;background-color:#fff}.support-card:hover{color:#001529;background-color:#9012ff20;box-shadow:0 14px 14px rgba(0,0,0,.25)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.custom-sidebar .ant-menu-item,.custom-sidebar .ant-menu-submenu-title{font-size:14px;font-weight:500;transition:all .3s ease}.custom-sidebar .ant-menu-item:hover,.custom-sidebar .ant-menu-submenu-title:hover{background:linear-gradient(135deg,rgba(0,116,191,.08),rgba(0,116,191,.12));color:#0074bf}.custom-sidebar .ant-menu-item-selected{background:linear-gradient(135deg,#0074bf,#005a99)!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px rgba(0,116,191,.25)}.custom-sidebar .ant-menu-item-selected .anticon{color:#fff}.custom-sidebar .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#0074bf;font-weight:600}.custom-sidebar .ant-menu-sub{background:#fafafa!important}.custom-sidebar .ant-menu-inline .ant-menu-item{margin-left:0!important}.custom-sidebar::-webkit-scrollbar{width:6px}.custom-sidebar::-webkit-scrollbar-track{background:#f0f0f0}.custom-sidebar::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.custom-sidebar::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.custom-sidebar .ant-menu-submenu-arrow{color:#8c8c8c}.custom-sidebar .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:#0074bf}.custom-sidebar .ant-menu-item .anticon,.custom-sidebar .ant-menu-submenu-title .anticon{color:#595959;transition:color .3s ease}.custom-sidebar .ant-menu-item:hover .anticon,.custom-sidebar .ant-menu-submenu-title:hover .anticon{color:#0074bf}.custom-sidebar.ant-layout-sider-collapsed .ant-menu-item,.custom-sidebar.ant-layout-sider-collapsed .ant-menu-submenu-title{padding-inline:calc(50% - 18px / 2);justify-content:center}@media (max-width:992px){.custom-sidebar{transform:translateX(-100%);transition:transform .3s ease}.custom-sidebar.ant-layout-sider-collapsed{transform:translateX(0)}}