body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#000}a{color:#fff;text-decoration:none}*{box-sizing:border-box;--nextui--inputColor:#181818}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.appbarmain{background:#181818!important;z-index:999}.activeBtn,.appbarmain{background-color:#181818!important}.activeBtn{color:#fff!important}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#141414}::-webkit-scrollbar-thumb{background:#252525}::-webkit-scrollbar-thumb:hover{background:#1f1f1f}@-webkit-keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}.rotating-border{--padding:1rem;--border-radius:1.5rem;--border-size:0.5rem;--border-bg:conic-gradient(#f0f,#f0f);position:relative;overflow:hidden;font-size:2rem;padding:calc(var(--padding) + var(--border-size));border-radius:var(--border-radius);display:inline-block}.rotating-border:before{content:"";display:block;background:var(--border-bg);width:calc(100% * 1.41421356237);padding-bottom:calc(100% * 1.41421356237);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:-2;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.rotating-border--loading{--border-bg:conic-gradient(#00f,#00afff)}@-webkit-keyframes zoomOutC{0%{width:345px;height:345px}to{width:335px;height:335px}}@keyframes zoomOutC{0%{width:345px;height:345px}to{width:335px;height:335px}}@-webkit-keyframes zoomInC{to{width:345px;height:345px}0%{width:335px;height:335px}}@keyframes zoomInC{to{width:345px;height:345px}0%{width:335px;height:335px}}.midspin_zoomingIn{-webkit-animation-name:zoomInC;animation-name:zoomInC;--animate-duration:400ms}.midspin_zoomingOut{-webkit-animation-name:zoomOutC;animation-name:zoomOutC;--animate-duration:400ms}.bluifySpotlight{background-color:#00afff;transition-duration:.3s}.removeBlurOnHover{transition-duration:.1s}.removeBlurOnHover:hover{filter:blur(0)}.truncate{padding-bottom:2px;width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hoverColor{transition-duration:.4s;transition:all .4s ease;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%)}.hoverColor:hover{-moz-filter:grayscale(0);filter:grayscale(0)}