/* filter: blur(0.17rem); */



.roulette-header {
padding: 0px;
}



.roulette-container {
    height: 282px;
    background: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-track {

    max-height: 30px;
}
.slick-list
{

    max-height: 30px;
}
 .token-container .slick-slider {
    
    height: 30px !important;
max-height: 30px;
} 

/* .lBlock .line7 > div {

    display: none !important;

} */

.profile__link[aria-current="true"], .profile__link.mm_header_tab_active {
    
    color: var(--text-primary-color) !important;
}

.live:before {
  
    margin-right: 9px;

}

.modal__info-tag2 {
align-items: center;
    /* background-color: #1e1e1e; */
    /* border: 1px solid #2c2c2c; */
    border-radius: 6px;
    column-gap: 4px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    /* line-height: 1; */
    margin: 0px 5px;
    padding: 6px 9px;
    position: absolute;
}

html {
    scroll-behavior: smooth;
}