html.app__layout--desktop .casino-provider-select_l-jH5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .25px;
    display: flex;
    flex: 1;
    align-items: center;
    height: 44px;
    -webkit-user-select: none;
    user-select: none;
    background-color: var(--Layer1);
    border-radius: 22px;
    white-space: nowrap;
    cursor: pointer
}

html.app__layout--desktop .casino-provider-select_l-jH5:hover {
    color: var(--TextDefault);
    background-color: var(--Highlight)
}

html.app__layout--desktop .casino-provider-select__button_lUzhA {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 50%
}

html.app__layout--desktop .casino-provider-select--in-sidebar_qTrES {
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end;
    padding: 0;
    color: var(--TextPrimary)
}

html.app__layout--desktop .casino-provider-select--in-sidebar_qTrES .casino-provider-select__button_lUzhA {
    margin: 0
}
