.brand-logo {
    width: 200px;
}

.brand-logo > img {
    width: 150px;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.bar-header {
    font-size: x-large;
    text-align: center;
}

.bar-info-right {
    display: grid;
    width: 200px;
    justify-content: flex-end;
}

.bar-info-right > span {
    text-transform: uppercase;
    font-size: 14px;
    margin: auto;
    color: white;
    padding: 2px;
}

.logout {
    text-decoration: underline;
    cursor: pointer;
}

.lang-flag > img {
    width: 40px;
    float: right;
    border-radius: 50%;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.toolbar {
    display: flex;
    justify-content: space-between;
}

.home-background {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-background > img {
    max-width: 100%;
}

.language-image {
    padding: 10px;
}

.language-image > img {
    width: 100%;
    height: 100%;
}

.language-paper {
    margin: auto;
    max-height: 250px;
    max-width: 250px;
    border-radius: 15% !important;
}

.language-paper:hover {
    background-color: #efefef;
}

.page-description {
    width: 100%;
    text-align: center;
}

.spinner {
    background-color: #e8e8e8bd;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner > div {
    margin-top: -10%;
}

.page-loader > div {
    top: 65px;
}

.page-container {
    width: 100%;
    max-height: calc(100% - 90px - 65px);
    min-height: calc(100% - 90px - 65px);
    overflow-x: hidden;
    overflow-y: overlay;
    top: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.page-paper {
    display: flex;
    flex-flow: wrap;
}

.products-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.quiz-container {
    display: grid;
    justify-items: center;
}

.quiz-container > button {
    width: 100%;
    background-color: #f9f9f9;
}

.products > img {
    width: 120px;
    margin: 10px;
}

.check-in-image > img {
    width: 300px;
    height: 300px;
}

.end-container {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.quiz-validated-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.quiz-validated-container > h2 {
    text-align: center;
}

.end-container > p {
    color: #2196f3;
}

.errorContainer {
    background-color: black;
    position: fixed;
    height: 100%;
    width: 100%;
}

.pin-code-touch {
    text-align: center;
    border-radius: 50% !important;
    height: 75px;
    width: 75px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pin-code-touch:hover {
    background-color: #efefef;
}

.pin-code-container {
    width: 50%;
}

.pin-input {
    pointer-events: none;
}

.pin-input > div > input {
    text-align: center;
}

.label {
    text-align: center;
}

.activitiesContainer {
    height: 450px;
}

.activitiesContainer > button {
    margin: 10px 10px 10px 10px;
}


/** VEOLIA SPECIFIC CSS **/
.warning-signin {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.sign-in-label {
    font-size: 15px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-family: Roboto, sans-serif;
}

.signin-button:hover {
    cursor: pointer;
}

.signin-button {
    margin: 0 auto;
    padding: 15px;
    display: inline-block;
    background: #f1f1f1;
    color: #444;
    border-radius: 5px;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

.signin-button > img {
    background: transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: Roboto, sans-serif;
}

.div-button {
    width: 50%;
}

.bottom-add {
    float: right;
}

.jobs-container {
    max-height: 400px;
}

.create-library-button {
    width: 100%;
    height: 50px;
    display: grid;
    justify-items: center;
    align-items: center;
}

.error-msg {
    width: 100%;
    color: red;
    text-align: center;
    margin: 10px;
}