.custom_scroll::-webkit-scrollbar{width:5px;height:5px}.custom_scroll::-webkit-scrollbar-thumb{background-color:#eee;border-radius:5px}.custom_scroll::-webkit-scrollbar-track{background-color:transparent}.custom_scroll::-webkit-scrollbar-corner{background:transparent}.svg{width:16px;height:16px;color:#727880;transition:all .2s ease-in-out;cursor:pointer}.svg:hover{color:#000}.shimmer{width:100%;position:absolute;inset:0;background:linear-gradient(100deg,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0) 80%);animation:shimmer 1.5s linear infinite}.spinner_default{max-width:16px;max-height:16px;position:absolute;right:8px;color:#fff;top:calc(50% - 8px);animation:rotate 1.5s linear infinite}@keyframes shimmer{0%{transform:translateX(-25%)}to{transform:translateX(100%)}}@keyframes rotate{0%{rotate:0deg}to{rotate:1turn}}