::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1aa;
}

::-webkit-scrollbar-thumb {
    background: #687cfe;
}

::-webkit-scrollbar-thumb:hover {
    background: #5869d8;
}

::selection {
    color: #fff;
    background: #687cfe;
}

.text-decoration-underline-hover:hover {
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.divider-x > div {
    border-bottom: solid 1px #33333316;
    padding: 1rem 0;
}


.bg-muted{
    background: #878a99;
}
