/* Custom Scrollbar */
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track{background:rgba(255,255,255,0.03);border-radius:4px;}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00d4aa,#00997b);border-radius:4px;border:2px solid transparent;background-clip:content-box;}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00e6b8,#00b894);border:2px solid transparent;background-clip:content-box;}
::-webkit-scrollbar-corner{background:transparent;}
*{scrollbar-width:thin;scrollbar-color:#00d4aa rgba(255,255,255,0.03);}
