.searchPopup{
    width: fit-content;
    max-width: 700px;
    height: fit-content;
    padding: 30px 15px;
    margin: 0px 20px;
    position: fixed;
    z-index: 5;
    /* left: calc(50% - 350px);
    left: calc(50% - 350px); */
    top: calc(50% - 125px);
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.spInner{
    color: #ffffff;
    text-align: center;
}