#search-icon-container {
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
    z-index: 9999;
    color: #333;
}
#search-lightbox {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
form.x-search-box-01 {
    display: flex;     margin-top: 20px;
}
.search-modal-content {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center; 
    top: 40%;
}

.search-modal-content input {
    width: 70%;
    padding: 10px;
    margin-right: 10px;
}
.search-modal-content button {
    padding: 12px 30px;
    background: #3b1550;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #3b1550;
}
.search-modal-content button:hover {
    background-color: #3b15508c;
    color: #ffffff;
}
#close-search {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    background: #a1a1a1;
    padding: 10px;
    border-radius: 52px;
    width: 40px;
    height: 40px;
    line-height: 15px;
}
span#open-search svg.e-font-icon-svg.e-fas-search {
    width: 20px;
    height: 20px;
    font-size: 20px;
}