.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(255,255,255,.1)}.content-scrollbar::-webkit-scrollbar{width:8px}.content-scrollbar::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.content-scrollbar::-webkit-scrollbar-thumb{background:#6f2424;border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.content-scrollbar::-webkit-scrollbar-thumb:hover{background:#5a1f1f}.content-scrollbar{scrollbar-width:thin;scrollbar-color:#6f2424 #f8f9fa}.smooth-scroll{scroll-behavior:smooth}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-in{animation:modal-fade-in .2s ease-out}.zoom-in-95{animation:modal-scale-in .2s ease-out}.fade-in-0{opacity:1}.no-horizontal-overflow{overflow-x:hidden!important;max-width:100vw!important}.dashboard-container{overflow-x:hidden;width:100vw;max-width:100vw;box-sizing:border-box}.sidebar-fixed-width{min-width:88px;max-width:88px;width:88px;flex-shrink:0;flex-grow:0}.sidebar-expanded-width{min-width:256px;max-width:256px;width:256px;flex-shrink:0;flex-grow:0}.main-content-area{flex:1;min-width:0;overflow:hidden;box-sizing:border-box}.sidebar-fixed-width .absolute{max-width:calc(88px - 8px);overflow:hidden}.sidebar-fixed-width img{max-width:100%;height:auto}.sidebar-fixed-width button{max-width:100%;white-space:nowrap;overflow:hidden}.sidebar-fixed-width .absolute.left-full{max-width:none}