.SingleSearch {
        z-index: 1000;
        /* position: absolute; */
        right: 0;
        top: 146px;
        float: right;
}
div.SingleSearch .SearchBox {
        height: 36px;
        width: 75%;
        border: none;
        background: transparent;
        border-bottom: 1px solid #e82726;
        display: block !important;
        /* float: right; */
        /* margin-top: 15px; */
        display: flex !important;
        align-items: center;
}
.SingleSearch .SearchBox .Text {
        border:none;
        color: #5b5b5b;
        display: inline-block;
        margin: 0;
        text-align: left;
        width: 140px;
        font-size: 14px;
        /* font-style: italic; */
        border-radius: 3px;
        padding: 5px;
        flex: 1;
        background: transparent;
}
.SingleSearch .SearchBox .Button {
}
.SingleSearch .SearchBox .Button::after {
        content: "\f002";
        color: #dc241c;
        display: inline-block;
        width: 20px;
        font-weight:bold;
        font-family: "Font Awesome 5 Pro";
}
.SingleSearch *, ::after, ::before{
        box-sizing: content-box;
}
@media only screen and (min-width: 1025px) and (max-width: 1290px){
        .SingleSearch {
                min-width: 230px;
        }
}
@media only screen and (max-width: 768px) {
    .UISingleSearch {
                display: none;
        }
}
@media only screen and (max-width: 1024px) {
        .SingleSearch .SearchBox{
                height: 22px;
        }
        .SingleSearch .SearchBox .Text{
                border: none !important;
        }
        .SingleSearch .SearchBox .Button{
                height: 22px !important;
        }
        .SingleSearch{
                display: none;
        }
}
