.site-dialog-container {
    --fancybox-opacity: 0.9;
}

.site-dialog-container .fancybox__content {
    max-width: 90%;
    max-height: 90%;
    padding: 0;
}

.site-dialog-container2 {
    --fancybox-bg: transparent;
}

.site-dialog-container2 .fancybox__content {
    max-width: 90%;
    max-height: 90%;
    padding: 0;
}

.site-dialog-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.site-dialog-container-transparent {
    --fancybox-bg: transparent;
}

.site-dialog-container-transparent .fancybox__slide::before {
    content: none;
}

.site-dialog-container-transparent .fancybox__content {
    max-width: 90%;
    max-height: 90%;
    padding: 0;
}

#full-text-search-box {
    margin-top: 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#full-text-search-box .columns {
    display: flex;
    align-items: stretch;
    width: 60vw;
}

#full-text-search-box .left {
    flex: 1;
}

#full-text-search-box input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: none;
    background-color: #e1e4e7;
    font-size: 16px;
    outline: none;
}

#full-text-search-box .button {
    width: 80px;
    height: 60px;
    line-height: 60px;
    background-color: #333;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#full-text-search-box.mobile {
    margin-top: 70px;
}

#full-text-search-box.mobile .columns {
    width: 80vw;
}

#full-text-search-box.mobile .button {
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
