#et_top_search_symbol{
    position: absolute;
    top: 18px;
    right: 0px;
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
}

#et_top_search_symbol:after {
    content: "";
    font-size: 0;
    background: url(https://Thetradstvips.com/uploads/uploads/2019/11/search.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: 100%;
}

#main-header #et-top-navigation .ts-hide-icon-search{
    display: none;
}

#et_search_icon_symbols {
    color: #1288c9;
    cursor: pointer;
}

#et_search_icon_symbols::before {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 0;
    content: "";
    background: url(https://Thetradstvips.com/uploads/uploads/2019/11/search.png);
    background-size: auto;  
    width: 25px;
    height: 25px;
    display: block;
    background-size: 100%;
}

mark {
    background: transparent;
    color: #60A5FA;
}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .50;
    -webkit-opacity: .25;
    -moz-opacity: .25;
    filter: alpha(opacity=25);
    z-index: 999999;
}

#modal-content {
    font-weight: 600;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    left: 15%;
    position: fixed;
    top: 120px;
    width: 66.666667%;
    z-index: 9999999;
    height: auto;
}

#modal-background.active, #modal-content.active {
    display: block;
}

.search-content{
    padding: 10px;
}

.search-content .ts-search-input{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    height: 3.5rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    padding-left: 40px;
    font-weight: 500;
    font-size: .875rem;
}

.search-content .search-input-icons{
    position: absolute;
    top: 28px;
    width: 1rem;
    height: 1rem;
}

.search-content .search-input-icons.search-input-esc{
    right: 30px;
}

.search-content .search-input-esc{
    position: absolute;
    top: 25px;
    right: 20px;
    border-radius: 0.375rem;
    cursor: pointer;
}

.search-content .search-input-esc .esc{
    padding: 0.25rem;
    background-color: rgba(243,244,246);
    border-radius: 0.375rem;
    color: rgba(156,163,175);
    font-size: .75rem;
    height: 24px;
    line-height: 18px;
}

.search-content .search-input-icons.search-input-icon{
    left: 20px;
}

.result-item{
    height: 57px;
    line-height: 25px;
    width: 100%;
    cursor: pointer;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.result-item:hover{
    background-color: #eee;
}

.result-item .result-item-name{
    bottom: 10px;
    position: relative;
}

.result-item-name .item-name{
    color: #000;
}

.result-item-name .item-id{
    color: rgba(156,163,175);
}

.search-result-items div:not(:first-child) {
    border-top: 1px solid #eee;
}

.result-item div{
    display: inline;
    float: left;
}

.result-item-img{
    margin-right: 15px;
}

.result-item-img span img{
    height: 32px;
}

#modal-content #result-content .seach-title h3{
    font-size: .75rem;
    margin: 25px 0 15px 15px;
    color: rgba(156,163,175);
}

#modal-content #result-content hr{
    border-top: 1px solid rgba(156,163,175);
}

.no-result-text{
    height: 40px;
    line-height: 42px;
    color: rgba(156,163,175);
    padding-left: 1rem;
}

.no-result-logo{
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    color: rgba(156,163,175);
}

.search-content .search-input-esc .esc-x{
    display: none;
}

.loading-indicator-img{
    display: block;
    height: 35px;
    width: 35px;
    background: rgb(156 163 175 / 25%);
    border-radius: 35px;
}

.result-item .loading-indicator-result-item-name{
    bottom: 28px;
    position: relative;
    left: 43px;
}

.result-item.hover-class{
    background-color: #eee;
}

.loading-indicator-text{
    display: inline-block;
    height: 14px;
    width: 100px;
    background: rgb(156 163 175 / 25%);
}

.image-replace-content{
    height: 32px;
    width: 32px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
}

.result-item-no-image .result-item-name{
    bottom: 0px;
}

@media (max-width: 980px){
    #et_search_icon_symbols::before {
        top: -2px;
        left: -35px;
    }
}

@media (max-width: 700px){
    #modal-content{
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .result-item .result-item-name{
        font-size: 14px;
    }

    .search-content .search-input-esc .esc{
        display: none;
    }

    .search-content .search-input-esc .esc-x{
        display: block;
        padding: 0.25rem;
        color: rgba(156,163,175);
        font-size: .75rem;
        height: 24px;
        line-height: 18px;
    }
}