@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.login-page {
    text-align: center;
}

.url_form {
    margin: 27px 0.25em 15px;
}

.url_form input {
    background: #FFF;
}

.url_form input[type="url"]:focus {
    outline: 2px solid #b9f;
}

.url_form_submit {
    background: #FFF;
    height: 37px;
    font-size: 14px;
    width: 70px;
    transition: .25s;
    margin-top: 1px;
}

.english-group .url_form_submit:hover {
    background: #b9f;
    box-shadow: none;
    color: #fff;
    opacity: 1;
}

.post-start-btn a {
    border: 1px solid var(--color_text);
    color: var(--color_text);
    padding: 10px 20px;
}.chat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}.chat-overlay button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}