﻿/*#region search*/
.pc .search {
    margin: 0 auto;
    padding: 0;
    max-width: 520px;
    min-height: auto;
    border-radius: 6px;
}

.search-input {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
}

    .search-input ._arrow_back {
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

.rtl-dir .search-input ._arrow_back svg {
    transform: rotate(180deg);
}

.search-input input {
    padding: 0;
    height: 24px;
    line-height: 24px;
    width: calc(100% - 70px);
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    color: #FFFFFF !important;
}

    .search-input input::placeholder {
        opacity: 0.56;
    }

.search-input ._clear_ {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ltr-dir .search-input ._clear_ {
    right: 12px;
}

.rtl-dir .search-input ._clear_ {
    left: 12px;
}

.search {
    padding-top: 12px;
    height: 100%;
    min-height: calc(100vh - 113px);
    background: #FFFFFF;
}

    .search ._search_container {
        min-height: 500px;
    }

    .search .instruction-container {
        display: flex;
        gap: 10px;
        padding: 12px;
        height: 43px;
        border-bottom: 1px solid #EBEBEB;
        box-sizing: border-box;
    }

        .search .instruction-container span {
            font-size: 16px;
            font-weight: 600;
            height: 19px;
            line-height: 19px;
        }

    .search .match_item {
        position: relative;
        display: flex;
        gap: 12px;
        align-items: center;
        padding-right: 12px;
        padding-left: 12px;
        height: 80px;
        box-sizing: border-box;
        border-bottom: 1px solid #EBEBEB;
        cursor: pointer;
    }

        .search .match_item .sportsIcon {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search .match_item .teams_search {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
            width: calc(100% - 76px);
        }

        .search .match_item .teams_names {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
        }

            .search .match_item .teams_names span {
                font-size: 14px;
                font-weight: 500;
                height: 17px;
                line-height: 19px;
                color: #000000;
            }

.rtl-dir .search em {
    text-decoration: overline;
}

.search .match_item .match_info {
    display: flex;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    height: 14px;
    line-height: 14px;
    color: #848484;
}

.search ._search_container .title {
    display: flex;
    gap: 8px;
    padding: 12px;
    height: 40px;
    box-sizing: border-box;
    background: #EDEDED;
}

    .search ._search_container .title span {
        height: 17px;
        line-height: 17px;
        font-size: 14px;
        font-weight: 500;
    }

.search .liveicon {
    height: 14px;
    line-height: 14px;
    font-style: Italic;
    font-size: 12px;
    font-weight: 700;
    color: #D94245;
}

.search ._arrow_ {
    display: flex;
    position: absolute;
    flex-shrink: 0;
}

.ltr-dir .search ._arrow_ {
    right: 12px;
}

.rtl-dir .search ._arrow_ {
    left: 12px;
}

    .rtl-dir .search ._arrow_ svg {
        transform: rotate(180deg);
    }

.search .empty_container {
    padding: 32px;
}

.search ._empty_ {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 109px;
}

    .search ._empty_ .empty_title {
        height: 19px;
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .search ._empty_ .sub_empty_title {
        font-size: 14px;
        font-weight: 400;
        color: #848484;
        text-align: center;
        line-height: 120%;
    }

/*#endregion*/
