.skeleton{background-color:#e0e0e0;border-radius:4px;position:relative;overflow:hidden;width:100%;height:20px;margin:8px 0}.skeleton:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,0));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.absolute{position:absolute}.dropdown-menu{right:0;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #ddd;border-radius:6px;z-index:50;width:180px;transition:transform .2s ease-in-out}.bottom-full{bottom:100%;transform:translateY(-5px)}.top-full{top:100%;transform:translateY(5px)}.horizontal-scroll-bar{scrollbar-width:auto;scrollbar-color:#ccc transparent}.horizontal-scroll-bar::-webkit-scrollbar{height:10px}.horizontal-scroll-bar::-webkit-scrollbar-track{background:transparent}.horizontal-scroll-bar::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:6px}