.texts-dark {

    color: #6A6D87 !important;
    font-size: 16px;
    height: 50px;
    border-radius: 25px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 160%;
    padding: 10px 12px 10px 12px !important;
    background-color: #F2F2FA !important;
}


.badges {
        display: flex;
	width: auto;
    padding: 0px 5px;
}


.texts-dark:hover {

    background: #DFE0EB !important;

}