*::-webkit-scrollbar {width: .5rem;height: .5rem;}
*::-webkit-scrollbar-thumb {background-color: var(--bs-blue);border-radius: 2px;}
*::-webkit-scrollbar-track {background-color: transparent;}
*::-webkit-scrollbar-thumb:hover {background-color:#0b163f;}

.text-gray-400 {color: #b5b5c3!important;}
.text-gray-800 {color: #3f4254!important;}