:root{--primary-color:#567ace;--default-background:#18191a}html{scroll-behavior:smooth}body{background-color:#18191a}.bg-default-color{background-color:var(--default-background)}.primary-color{color:var(--primary-color)}.w-full{width:100%}.h-full{height:100%}.vertical-center{display:flex;flex-direction:column;justify-content:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrollbar::-webkit-scrollbar{height:10px}.scrollbar::-webkit-scrollbar-thumb{background-color:#000;border-radius:10px}.scrollbar::-webkit-scrollbar-track{background-color:#3d3d3d;border-radius:10px;box-shadow:inset 0 0 5px #424242}