:not(.material-icons-round){font-family:Roboto,Poppins,sans-serif!important}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bgColor,#141414)}body{background-attachment:fixed;background-repeat:no-repeat}img{user-select:none;-webkit-user-select:none;-webkit-user-drag:none}body:has(.sidebarContainer){overflow:hidden}.btn-primary{background:var(--btn_gdColor,#fec00f)!important;color:var(--btn_txt_Color,#000)!important}.btn-secondary{background:var(--secondary_btn_gdColor,#4d4d4d )!important;color:var( --secondary_btn_txt_Color,#fff)!important}.btn-tertiary{background:var(--tertiary_btn_gdColor,rgba(91,169,54,0))!important;color:var(--tertiary_btn_txt_Color,#fff)!important}.btn-quaternary{background:var( --quaternary_btn_gdColor,#fff)!important;color:var(--quaternary_btn_txt_Color,#000)!important}.btn-primary:hover{background:var(--btn_gdColor,#fec00f)!important}.btn-secondary:hover{background:var(--secondary_btn_gdColor,#4d4d4d)!important}.btn-tertiary:hover{background:var(--tertiary_btn_gdColor,rgba(91,169,54,0))!important}.btn-quaternary:hover{background:var( --quaternary_btn_gdColor,#fff)!important}.btn-primary:disabled{background:var(--btn_disabled_gdColor,rgba(254,192,15,.6))!important;cursor:not-allowed}.btn-secondary:disabled{background:var(--secondary_btn_disabled_gdColor,rgba(77,77,77,.6))!important;cursor:not-allowed}.btn-tertiary:disabled{background:var(--tertiary_btn_disabled_gdColor,rgba(254,192,15,.68))!important;cursor:not-allowed}.btn-quaternary:disabled{background:var(--quaternary_btn_disabled_gdColor,hsla(0,0%,100%,.5))!important;cursor:not-allowed}@media screen and (max-width:968px){html{user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}}.item{cursor:pointer;transition:all .3s ease-in-out}.item:hover{transform:scale(1.2)!important}@media only screen and (max-width:600px){.item:hover{transform:scale(1.1)!important}:hover .item{transition-duration:.3s}}body{--defualt-bg-color:#000}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{-webkit-appearance:none;background:var(--defualt-bg-color)}::-webkit-scrollbar-thumb{background:hsla(0,0%,86%,.8);border-radius:6px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#c8c8c8}::-webkit-scrollbar-corner{background:var(--defualt-bg-color)}*{scrollbar-color:hsla(0,0%,86%,.8) transparent;scrollbar-width:thin}