#root .mobile .sports-search-block>div:not(.search-wrapper) {
    border-radius: 0;
    border: none;
}

#root .mobile .sports-search-block>div:not(.search-wrapper) {
    background-color: var(--c-primary);
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    height: 36px;
}

#root .mobile .mobile app-search span>input {
    background-color: var(--c-background);
}

#root .mobile app-search span>input {
    height: 34px;
    border-radius: 4px;
    background-color: var(--c-primary);
    color: var(--c-white-text);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border: 0;
    text-indent: 28px;
    box-shadow: unset;
}

#root app-modal .search-popup.ui-dialog .ui-dialog-content .sports-search,
#root app-modal .search-popup.ui-dialog .ui-dialog-content {
    padding: 0;
}

#root .search-dropdown li:not(:last-child) {
    margin-bottom: 2px;
}

#root .search-dropdown .default-flag {
    display: none;
}

#root .search-result .search-match-data,
#root .search-result .search-match-type .search-match-category {
    margin-left: 20px;
}

#root .search-result .search-match-name {
    font-size: 13px;
}

#root .search-dropdown li:not(:last-child) {
    border-color: var(--c-emphasis);
}