﻿.backgroudImage {
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}

.logoImage {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    width: 15%;
    height: auto;
    object-fit: contain;
}

.fullscreenImage {
    width: 5%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4%;
    left: 93%;
}

#fullScreenButton {
    width: 60%;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    display: none;
}

.body-container {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.central-container {
    width: 50%;
    height: 50%;
    margin-bottom: 10%;
}

.bottom-right {
    position: fixed;
    right: 5px;
    bottom: 5px;
    color: white;
    font-size: 10pt;
}

.error-input {
    border: solid 1px #FF0000;
}

.error-message {
    color: #FF0000;
}

.custom-keyboard {
    padding: 1%; /**/
    border: 3px solid #000000;
    border-radius: 10px;
    background-color: #C0C0C0;
    text-align: center;
    z-index: 9999;
}

.custom-keyboard-input {
    width: 100%;
    height: 34px; /**/
    padding: 6px 12px; /**/
    line-height: 1.42857143; /**/
    font-size: 14px; /**/
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-image: none;
    background-color: #FFFFFF;
    color: #555555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-keyboard-button {
    min-width: 40px; /**/
    height: 40px; /**/
    margin: 2px; /**/
    line-height: 38px; /**/
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #F5F5F5;
    color: #000000;
    cursor: pointer;
}

.custom-keyboard-button-hover {
    min-width: 40px; /**/
    height: 40px; /**/
    margin: 2px; /**/
    line-height: 38px; /**/
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #6495ED;
    color: #FFFFFF;
    cursor: pointer;
}

.custom-keyboard-button-action {
    min-width: 40px; /**/
    height: 40px; /**/
    margin: 2px; /**/
    line-height: 38px; /**/
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #A39778;
    color: #FFFFFF;
    cursor: pointer;
}

.custom-keyboard-button-disabled {
    min-width: 40px; /**/
    height: 40px; /**/
    margin: 2px; /**/
    line-height: 38px; /**/
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #F08080;
    color: #FFFFFF;
    cursor: not-allowed;
}

.scrollbar-style {
    height: 0vh;
    overflow-x: hidden;
    overflow-y: auto;
}

    .scrollbar-style::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .scrollbar-style::-webkit-scrollbar {
        width: 12px;
        background-color: transparent;
    }

    .scrollbar-style::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(71, 88, 89, 0.7);
    }

@media only screen and (max-width: 1024px) {
    .backgroudImage {
        background-size: 190vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 30%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 50%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 16pt;
    }

    .custom-keyboard {
        display: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .backgroudImage {
        background-size: 200vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 30%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 50%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 12pt;
    }

    .custom-keyboard {
        display: inherit;
    }
}

@media only screen and (max-width: 414px) {
    .backgroudImage {
        background-size: 250vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 40%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 70%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 8pt;
    }

    .custom-keyboard {
        display: none !important;
    }
}

@media only screen and (max-width: 411px) {
    .backgroudImage {
        background-size: 250vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 40%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 70%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 8pt;
    }

    .custom-keyboard {
        display: none !important;
    }
}

@media only screen and (max-width: 375px) {
    .backgroudImage {
        background-size: 250vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 40%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 70%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 8pt;
    }

    .custom-keyboard {
        display: none !important;
    }
}

@media only screen and (max-width: 360px) {
    .backgroudImage {
        background-size: 250vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 40%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 70%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 8pt;
    }

    .custom-keyboard {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .backgroudImage {
        background-size: 250vw 100vh;
    }

    .logoImage {
        height: 30%;
    }

    #logo {
        width: 40%;
    }

    .fullscreenImage {
        width: 15%;
        height: 10%;
        top: 2%;
        left: 81%;
    }

    #fullScreenButton {
        width: 70%;
    }

    .body-container {
        height: 70%;
    }

    .central-container {
        width: 60%;
        height: 80%;
        margin-bottom: 10%;
    }

    .bottom-right {
        font-size: 6pt;
    }

    .custom-keyboard {
        display: none !important;
    }
}