.UISingleSearch_top{
        position: absolute;
        top: 4px;
        right: 40px;
}
.col-12 .SingleSearch {
        position: static;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 36px;
        width: 100%;
        padding: 0 0 4px 0;
        max-width: 350px;
}
.SingleSearch .SearchBox {
        display: flex;
        align-items: center;
        position: relative !important;
        width: 100%;
        height: 100%;
}
.SingleSearch .SearchBox .Text {
        color: #5b5b5b;
        margin: 0;
        text-align: left;
        background: white;
        border: 1px solid var(--bs-gray-200);
        right: 0;
        top: -1px;
        padding: 5px;
        padding-right: 22px;
        flex-grow: 1;
        width: 250px;
        height: 100%;
        outline: none;
        font-size: 0.9rem;
        border-radius: 5px;
}
.SingleSearch .SearchBox .Button {
        background: #dc354500 url(images/s.png) no-repeat scroll center center;
        display: inline-block;
        height: 26px;
        width: 35px;
        position: absolute;
        right: 0 !important;
        top: 0 !important;
        outline: none;
        background-size: 14px 14px;
        border-radius: 3px;
}
.SingleSearch {
        /* padding-bottom: 10px; */
}
@media (max-width: 1200px) {
        .SingleSearch .SearchBox {
                position: relative !important;
                right: 0px  !important;
        }
        .SingleSearch .SearchBox .Button {
                position: absolute !important;
                right: -46px !important;
        }
        .SingleSearch .SearchBox .Text {
                width: 226px !important;
        }
}
@media only screen and (max-width: 768px){
        .SingleSearch {
                display: none;
        }
}
