.mobile-menu-button{transition:all .3s ease-in-out;transform:scale(1)}.mobile-menu-button:hover{transform:scale(1.05)}.mobile-menu-button:active{transform:scale(.95)}.sidebar-mobile{transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-mobile.slide-in{transform:translateX(0)}.sidebar-mobile.slide-out{transform:translateX(-100%)}.overlay{transition:opacity .3s ease-in-out}.overlay.fade-in{opacity:1}.overlay.fade-out{opacity:0}.menu-item{transition:all .2s ease-in-out;position:relative;overflow:hidden}.menu-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease-in-out}.menu-item:hover:before{left:100%}@media (max-width:768px){.main-content{padding-top:60px}.sidebar{box-shadow:2px 0 10px rgba(0,0,0,.1)}}@media (min-width:769px) and (max-width:1024px){.sidebar{width:200px}.main-content{margin-left:200px}}@media (min-width:1025px){.sidebar{width:240px}.main-content{margin-left:240px}}*{transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:2px}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.menu-item:focus,.mobile-menu-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.menu-item{animation:slideInFromLeft .3s ease-out}.menu-item:first-child{animation-delay:.1s}.menu-item:nth-child(2){animation-delay:.2s}.menu-item:nth-child(3){animation-delay:.3s}.menu-item:nth-child(4){animation-delay:.4s}.menu-item:nth-child(5){animation-delay:.5s}.menu-item:nth-child(6){animation-delay:.6s}.menu-item:nth-child(7){animation-delay:.7s}.menu-item:nth-child(8){animation-delay:.8s}.menu-item:nth-child(9){animation-delay:.9s}.menu-item:nth-child(10){animation-delay:1s}.ant-modal-content{max-height:70vh!important;overflow-y:auto!important}