#page-mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 20;
}


#search-now-popup {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #000;
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 21;
    border: 1px solid #000;
    outline: 2px solid #E2B10A;
}


#search-now-popup span {
    margin-bottom: 6px;
}


#search-now-popup a {
    margin: 10px 0;
    padding: 4px 8px 4px 4px;
    font-size: 30px;
    background: #E2B10A;
    font-family: "";
    font-style: italic;
}


#search-now-popup a:hover {
    opacity: 1;
    transition: none;
}


#exit-popup {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding: 12px 25px 22px 25px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 21;
    border: 1px solid #000;
    outline: 2px solid #E2B10A;
}


#exit-popup span {
    text-align: center;
    margin-bottom: 20px;
    line-height: 140%;
}

.exit-popup-title {
    font-size: 32px;
    font-family: "";
    font-style: italic;
}


.exit-registration-popup-google-button {
    margin-top: 14px;
    padding: 4px 8px;
    font-size: 24px;
    cursor: pointer;
}