/* Copyright (c) 2022 Zenin Easa Panthakkalakath */

textarea, input {
    font-family: inherit;
    color: inherit;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2b2e2f;
    width: 100%;
    height: 100%;
    user-select: none;
}

#logoWithText {
    margin: 2em;
    color: #ffffff;
}
#logoWithText .logo {
    width: 6em;
    height: 6em;
    display: inline-block;
    vertical-align: middle;
}
#logoWithText .text {
    font-size: 4em;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
#logoWithText .version {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: bottom;
}

#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    background: #efefef;
    color: #000000;
}

#container .agreement {
    width: 800px;
    height: 400px;
    margin: 0.5em;
    padding: 0.5em;
    overflow-y: scroll;
    border: #000 1px solid;
    display: none;
}
#container .agreement iframe {
    border-style: none;
    width: 100%;
    height: 100%;
}

#container #githubLoginButton {
    display: none;
}
#container #githubLoginButton .img {
    width: 1.5em;
    height: 1.5em;
    background: url('https://raw.githubusercontent.com/zenineasa/hexhoot/main/modules/ImagePack/images/Social/GitHub.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(100%);
}
#container #githubLoginButton button {
    background: #000000;
    padding: 0.5em 1em;
    width: 90%;
    border-radius: 0.2em;
    color: #ffffff;
    border: none;
    font: inherit;
    margin: 1em;
    text-align: center;
    display: flex;
}
#container #githubLoginButton button:hover {
    opacity: 0.5;
}

.thankYouMessage {
    width: 800px;
    height: 400px;
    margin: 0.5em;
    padding: 0.5em;
    overflow-y: scroll;
    border: #000 1px solid;
}
