@charset "UTF-8";

@import "/css/bootstrap/bootstrap.min-fe7fdfec700d100dc745dc64d3600cb2.css";

@import "/css/bootstrap-icons/bootstrap-icons.min-c88a56421d181b3808a23a69d9ef9560.css";

body {
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
}

/* Common */
.text-prewrap {
    white-space: pre-wrap;
}

/* Loading spinner */
#globalLoadingSpinner {
    z-index: 2000;

    div {
        height: 6rem;
        width: 6rem;
    }
}

/* Header */
.navbar-brand {
    max-width: calc(100% - 75px); /* togglerの幅分を確保 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-header {
    background-color: #e9ffe4;
}

/* Footer */
footer {
    background-color: #e9ffe4;
}

/* Password toggle button */
.password-toggle-button:not(:focus-visible) {
    box-shadow: none;
}

/* Login */
.login-form-wrapper {
    max-width: 350px;
}

/* Password reset */
.password-reset-form-wrapper {
    max-width: 400px;
}

.before-square::before {
    content: "■";
}
