@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.sidebar{background-color:#262d34;width:var(--sidebar-width-collapsed);height:100vh;padding:0;position:fixed;top:0;left:0;z-index:13;display:flex;flex-direction:column;transition:width .3s ease-in-out,transform .3s ease-in-out;box-shadow:0 4px 10px rgba(0,0,0,.15);overflow:hidden}.sidebar.open{width:var(--sidebar-width-open);z-index:13;padding:1% 0 0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:0 15px;overflow:hidden}.sidebar-header .logo-box{min-width:0;overflow:hidden}.sidebar-header .parent-icon{flex-shrink:0}.sidebar-body{flex:1;overflow-y:auto;scroll-behavior:smooth;padding:0;margin:20px 0;width:100%;height:calc(100vh - 180px)}.sidebar-body::-webkit-scrollbar{width:6px}.sidebar-body::-webkit-scrollbar-track{background:transparent}.sidebar-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:3px}.sidebar-body::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.child-menu-dropdown::-webkit-scrollbar{width:6px}.child-menu-dropdown::-webkit-scrollbar-track{background:transparent}.child-menu-dropdown::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.child-menu-dropdown::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.35)}.sidebar.open .sidebar-brand .open-image{display:block;width:200px;max-height:100px}.sidebar-brand .open-image,.sidebar.open .sidebar-brand .close-image{display:none}.sidebar-brand{display:flex;justify-content:center;align-items:center}.sidebar-brand .close-image{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;display:block}.sidebar-toggler{display:flex;flex-direction:column;justify-content:space-between;height:22px;cursor:pointer}.sidebar-toggler span{height:2px;width:50%;transition:all .3s ease}.sidebar-toggler.not-active span:nth-child(2),.sidebar-toggler.not-active span:nth-child(3){width:100%}.sidebar-menu{list-style:none;padding:0 0 0 10px;margin:0}.sidebar-item{margin-bottom:5px}.parent-module{justify-content:center;padding:12px 0;font-size:14px;width:80%}.parent-module,.sidebar.open .parent-module{cursor:pointer;display:flex;align-items:center;font-weight:400;color:#9097a7;position:relative;gap:15px}.sidebar.open .parent-module{width:100%;justify-content:flex-start;padding:10px 20px;font-size:15px;transition:background .3s ease,transform .2s ease}.parent-module.active,.parent-module:hover,.sidebar.open .parent-module.active,.sidebar.open .parent-module:hover{color:#fff;transform:translateY(0);transition:all .4s ease-in-out}.parent-module.active{border-left:2px solid #ff7119}.parent-module .icon{margin-right:10px}.parent-module .module-name{flex-grow:1;display:none}.parent-module .arrow-icon{display:none}.tap-icon{display:block}.sidebar-item .child-modules{display:none}.sidebar.open .parent-module .arrow-icon,.sidebar.open .sidebar-item .child-modules{display:block}.sidebar.open .parent-module .module-name{display:block;flex-grow:1}.parent-module.active .parent-icon{color:#ff8538}.parent-module .arrow{margin-left:10px;color:#9097a7}.parent-module .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,133,56,.15);opacity:0;transition:opacity .3s ease;margin-bottom:20px}.parent-module:hover .overlay{opacity:1}.child-modules{list-style:none;padding-left:20px;margin:0;overflow:hidden;transition:max-height .3s ease-out}.child-module{padding:8px 15px;display:flex;align-items:center;margin-bottom:5px;transition:background-color .3s ease,transform .2s ease}.child-module:hover{background:linear-gradient(135deg,#ff9e6a,#ffb58b);color:#9097a7;transform:translateX(4px)}.child-module a{text-decoration:none;font-size:13px;transition:color .3s ease;flex-grow:1}.child-module a:hover{color:#9097a7}.child-menu-overlay{position:fixed;top:55px;left:70px;right:0;bottom:0;background:hsla(0,0%,100%,.95);display:flex;justify-content:center;align-items:flex-start;z-index:10;overflow-y:auto;color:#9097a7}.sidebar-menu.open .child-menu-overlay{left:230px;padding-left:0}.child_menu-border{background:#9097a7;margin-top:35px;width:90%;max-width:950px}.child_menu-border .child-menu-modal{width:100%;box-shadow:0 10px 20px rgba(255,133,56,.2);position:relative;z-index:2;background-color:#fff;margin:2px}.child-menu-modal .child-menu-header{padding:15px;background:linear-gradient(135deg,#faf8f7,#fffdfc);color:#9097a7;font-weight:700;display:flex;justify-content:space-between;align-items:center}.child-menu-content{padding:25px 25px 5px;height:auto;overflow-y:auto;background:linear-gradient(135deg,#faf8f7,#fffdfc)}.child-menu-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:30px;justify-content:center}.cute-link-card{flex:1 1 calc(33.33% - 15px);text-align:center;transition:transform .5s ease,box-shadow .3s ease,border-left .4s ease;white-space:nowrap}.cute-link-card:hover{transform:scale(1.1);box-shadow:4px 4px 8px rgba(255,133,56,.25);background:linear-gradient(135deg,#ff8538,#fff3ea)}.cute-link-card:hover .cute-link-card-icon{color:#d36d2e;border:2.5px solid #cf6c2f}.cute-link-card:hover .cute-link-card-title{color:#5f3217}.cute-link-card-icon{font-size:20px;color:#ff8538;font-weight:400;border:2.5px solid #ff8538;padding:5px}.cute-link-card-title,.cute-link-card-title:hover{font-size:13px;color:#4a2e0a;font-weight:400}@media (max-width:768px){.child-menu-modal{width:90%;margin-right:20px}.child-menu-cards{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.sidebar{width:15%}.sidebar.open{width:40%}.sidebar-header{padding:0 10px}.sidebar-body{padding:8px}.sidebar-brand .open-image{width:120px}.parent-module{width:50px}.sidebar.open .parent-module{width:100%;font-size:13px;padding:8px 12px}.parent-module .icon{margin-right:8px}.parent-module.active,.parent-module:hover,.sidebar.open .parent-module.active,.sidebar.open .parent-module:hover{background:#323a46;color:#9097a7;transform:translateY(0)}.child-modules{padding-left:10px}.child-module{padding:6px 10px}.child-module,.child-module a{font-size:12px}}@media (max-width:480px){.sidebar{width:15%;height:100%;position:relative;top:0;left:0;transition:transform .3s ease-in-out;z-index:1000}.sidebar.open{display:none}body.sidebar-open{overflow:hidden;pointer-events:none}.sidebar{pointer-events:auto}.parent-module{padding:20%;font-size:18px}.parent-module .module-name{display:inline}.sidebar.open .parent-module{font-size:12px}.parent-module .icon{margin-right:6px}.sidebar.open .parent-module .icon{margin-right:10px}.close-btn{position:absolute;top:10px;right:20px;font-size:24px}.close-btn,.parent-module{color:#9097a7;cursor:pointer}.parent-module{display:flex;justify-content:center;align-items:center;padding:10px 0;font-size:14px;font-weight:400;background:balck;transition:background .3s ease,transform .2s ease;position:relative;gap:15px;width:100%}}.sub-navbar-nav{list-style:none;margin:0;padding:0}.sub-nav-item{padding-left:1.5rem;margin:4px 0}.sub-nav-link{display:block;color:#9097a7;text-decoration:none;padding:4px}.sub-nav-item:hover{transition:background-color .3s ease}.sub-nav-icon{padding:5px}.sub-nav-item:hover,.sub-nav-name:hover{transition:.4s ease;transform:translateX(6px) scale(1.05);font-weight:500;color:#fff}.titillium-web-regular{font-family:Inter,sans-serif!important;font-weight:400;font-style:normal}