@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#6556cd;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#5643d2;border-radius:10px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;outline:0;box-shadow:none;border:0!important;background:#27272a;background-image:none;flex:0;padding:0 .5em;color:#fff;cursor:pointer;font-size:1em;font-family:Segoe UI Semibold}select::-ms-expand{display:none}.select{position:relative;display:flex;width:20em;height:3em;line-height:3;background:#27272a;overflow:hidden;border-radius:.25em}select:after{content:"▼";position:absolute;top:0;right:0;padding:0 1em;background:#27272a;cursor:pointer;pointer-events:none;transition:.25s all ease}select:hover:after{color:#6556cd}.option{padding:0 30px 0 10px;min-height:40px;display:flex;align-items:center;background:#333;border-top:#222 solid 1px;position:absolute;top:0;width:100%;pointer-events:none;order:2;z-index:1;transition:background .4s ease-in-out;box-sizing:border-box;overflow:hidden;white-space:nowrap}.loader{font-weight:700;font-family:sans-serif;font-size:70px;animation:l1 .8s linear infinite alternate}.loader:before{content:"Loading..."}@keyframes l1{to{opacity:0}}
