div#flags-container {
    position: absolute;
    top: 0;
    right: 0;
}
div#flags-container a.glink img {
    opacity: 1;
    margin: 0 3px;
}
.player-session-key-wrapper .player-session-key-title h3 {
    font-family: "Roboto";
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.player-session-key-wrapper .player-session-key-title .s-icon-size {
    width: 24px;
    height: 24px;
}
.player-session-key-wrapper .player-session-key-title i {
    margin: 0 7px 0 0;
}
body .player-session-key-code {
    margin: 30px 0 10px 0;
}
body .player-session-key-wrapper .player-session-key-code input {
    display: inline-block;
    width: 66px;
    height: 100px;
    margin: 0 10px;
    border-radius: 14px;
    border: 3px solid #ffd131;
    background: transparent !important;
    font-size: 50px;
    color: #fff;
    font-family: "Oswald";
    padding: 0;
    text-align: center;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 50%);
}

div#header-game {
    position: absolute;
    z-index: 10;
}
.game-player-wrapper {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    height: calc(100vh - 30px);
}

.game-player-content .game-player-content-error {
    padding: 0 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 24px;
}
.game-player-content {
    /*margin: 0px 0 0 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;*/
    margin-top: 40px;
}
.game-player-content.error {
    margin-top: 130px;

}
.game-player-content .game-player-content-error {
    max-width: 400px;
    margin: 0 auto;
}
.game-player-content .game-player-content-error .s-icon-size {
    width: 34px;
    height: 34px;
}
.game-player-content .game-player-content-error i {
    margin-bottom: 40px;
    display: block;
}
.game-player-content-header {
    margin-top: 90px;
    padding: 0 15px;
}
body .game-player-content-header h4, 
body .game-player-content-header h5 {
    font-family: "Roboto";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 0px 0;
    padding: 0 0 0 25px;
    position: relative;
}
body .game-player-content-header h4 img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.game-player-content-header h5 i {
    position: absolute;
    left: 0;
    top: -1px;
}
.game-player-content-header h5 i .s-icon-size {
    width: 18px;
    height: 18px;
}
body .team-chrono {
    padding-left: 12px;
}
body .game-player-content .team-chrono span.live-chrono {
    color: #fff;
    font-family: "Oswald";
    font-size: 72px;
    text-shadow: 4px 4px 6px black;
    width: 260px;
    margin: 0 auto;
    display: block;
    line-height: 100px;
    padding-left: 13px;
}
body .game-player-content .team-chrono span.live-chrono.red {
    color: #ff3823;
}
body span.penality-clue img {
    max-height: 22px;

}
body span.penality-clue {
    display: flex;
    margin: 0 0 0 -6px;
    width: auto;
    font-family: "Roboto";
    color: #fff;
    font-size: 14px;
    text-shadow: 4px 4px 6px black;
    line-height: 22px;
    position: relative;
    padding-left: 0px;
    font-weight: 500;
    text-align: center;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
body .team-menu {
    width: 100%;
    text-align: center;
    padding: 70px 0 0 0;
    max-width: 375px;
    position: relative;
    margin: 10px auto 0 auto;
}
body .team-menu img.app-games-bg {
    width: 252px;
    height: 252px;
    opacity: 0.6;
}
body .team-menu button {
    border: none;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    display: inline-block;
    width: 70px;
    height: 100px;
    text-align: center;
    line-height: 16px;
    text-shadow: 8px 8px 12 px black;
}
body .team-menu button:disabled {
    color: #aaa;
}
body .team-menu button i {
    height: 65px;
    width: 65px;
    background: #ffd131;
    display: block;
    border-radius: 50%;
    line-height: 60px;
    border: 3px solid #fff;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 40%);
    margin-bottom: 5px;
    margin-left: 3px;
}
body .team-menu button:disabled i {
    background: #aaa;
    border: 3px solid #ddd;
}
body .team-menu button:disabled i svg {
    fill: #ddd;
}
body .team-menu button i .s-icon-size {
    width: 45px;
    height: 45px;
}
button#playerGameSynopsysButton {
    left: calc(50% - 36px);
    top: 37px;
}
button#playerGameClueButton {
    top: 158px;
    left: 32px;
}
button#playerGameReviewClueButton {
    top: 284px;
    left: calc(50% - 34px);
}
button#playerGameRulesButton {
    top: 158px;
    left: 270px;
}
body .team-menu button#playerGameRulesButton i .s-icon-size {
    width: 40px;
    height: 40px;
}
body .team-menu button#playerGameRulesButton i {
    line-height: 53px;
}
body .game-player-wrapper {
    min-height: 700px;
    overflow: auto;
}
body #playerRulesModal .modal-body {
    max-height: calc(100vh - 320px);
    overflow: auto;
    min-height: 100px;
}
body #playerReviewCluesModal .modal-body {
    max-height: calc(100vh - 320px);
    overflow: auto;
    min-height: 100px;
}
body #playerRulesModal .modal-body h1,
body #playerRulesModal .modal-body h2,
body #playerRulesModal .modal-body h3,
body #playerRulesModal .modal-body h4 {
    font-size: 18px !important;
    font-family: "Oswald";
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
    color: #001935;
}
body #playerRulesModal .modal-body p {
    font-family: "Roboto";
    color: #001935;
    font-size: 14px;
    line-height: 19px;
}
body #playerSynopsysModal.modal.games-modal .modal-body {
    margin: 0 15px;
    padding: 0;
}
body #playerSynopsysModal.modal.games-modal .modal-body iframe {
    border-radius: 15px;
}
body .game-player-content.status-pending h3 {
    font-size: 32px;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-family: "Oswald";
    width: 100%;
    text-align: center;
    line-height: 30px;
    text-shadow: 4px 4px 6px black;
}
body .game-player-content.status-pending h4 {
    color: #fff;
    font-weight: 300;
    font-family: "Roboto";
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 2px 0 0 0;
    padding: 0;
}
body .game-player-content.status-pending button.headerButton {
    border: none;
    background: #ffd131;
    color: #000;
    font-family: "Oswald";
    font-weight: 400;
    padding: 0px 12px 2px 12px;
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto 10px auto;
    display: block;
    outline: none;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 40%);
}
body .modal.games-modal .modal-body .content-loader {
    color: #001935;
    text-align: center;
    display: block;
    margin: 40px 0;
    font-size: 15px;
    font-family: "Roboto";
    font-style: italic;
}
body .modal.games-modal .modal-body .content-loader .button-loading b {
    background: #001935;
}
body .modal.games-modal .modal-subtitle {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    margin: 10px 0 -5px 0;
    padding: 0;
    text-align: center;
    color: #001935;
    line-height: 18px;
}
body .player-clue-step-clues {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
body .player-clue-step-clue-wrapper {
    width: 33%;
}
body .player-clue-step-wrapper .player-clue-step-infos {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
body .player-clue-step-wrapper .player-clue-step-infos img {
    max-height: 42px;
    width: auto;
    max-width: 80px;
    height: auto;
}
body .player-clue-step-wrapper .player-clue-step-infos h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: "Oswald";
    color: #001935;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
body .player-clue-step-wrapper .player-clue-step-infos p {
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto";
    color: #001935;
    font-weight: 300;
    padding: 0;
    margin: 0 0 15px 0;
    min-height: 45px;
}
body .clue-badge {
    width: 50px;
    height: 50px;
    background: #001935;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    font-family: "Oswald";
    font-weight: 400;
    margin: 0 auto;
}
body span.clue-penality-label {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: "Oswald";
    color: #001935;
    font-weight: 300;
    margin: 5px 0 0 0;
}
body span.clue-penality-time {
    font-size: 16px;
    font-family: "Oswald";
    display: block;
    text-align: center;
    color: #001935;
    font-weight: 900;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 16px;
}
.player-clue-step-infos {
    padding: 0 18px;
}
body #playerCluesModal.modal.games-modal .modal-content {
    max-width: 95%;
}
body #playerCluesModal.modal.games-modal .modal-body {
    margin-left: 25px;
    margin-right: 25px;
}
body .player-slick-steps{
    position: relative;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
    background: #ffd131;
    border: 0px solid #ffffff;
    color: #001935;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    padding: 0;
    margin: 0;
    opacity: 1;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 20%);
}
button.slick-arrow i {
    line-height: 12px;
    padding: 0;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: -35px;
    top: 8px;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: -35px;
    top: 8px;
}
button.slick-arrow.slick-disabled {
    background: #eee;
    color: #bbb;
}
body button.slick-arrow i {
    line-height: 12px;
    padding: 0;
    position: relative;
}
body button.slick-arrow i.fa-angle-left::before {
    position: absolute;
    top: -15px;
    left: -7px;
}
body button.slick-arrow i.fa-angle-right::before {
    position: absolute;
    position: absolute;
    top: -15px;
    right: -6px;
}
body .status-read .clue-badge {
    background: #ebebeb;
}
body .status-read span.clue-penality-label,
body .status-read span.clue-penality-time {
    color: #d6d6d6;
}
body .clue-answer-wrapper p {
    font-family: "Caveat";
    color: #001935;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0 15px 10px 15px;
}
body .clue-answer-penality .penality-label {
    font-family: "Oswald";
    display: block;
    text-align: center;
    color: #001935;
    font-weight: 300;
    font-size: 15px;
}
body .clue-answer-penality {
    text-align: center;
}
body h3 .penality-badge {
    display: inline-block;
    background: #e61610;
    padding: 0px 10px;
    font-size: 13px;
    font-family: "Oswald";
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 10%);
    margin: 0px 0 0 10px;
    line-height: 21px;
    position: absolute;
    top: -1px;
}
body .clue-answer-penality .penality-badge {
    display: inline-block;
    background: #e61610;
    padding: 0px 10px;
    font-size: 13px;
    font-family: "Oswald";
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 10%);
    margin: 0 auto;
}
body .clue-answer-wrapper {
    text-align: center;
}
body .clue-answer-wrapper i {
    color: #001935;
    font-size: 21px;
}
body .clue-review-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
body .clue-review-wrapper:last-child {
    border: none;
}
body .clue-review-infos {
    width: 100%;
}
body .clue-review-wrapper .clue-review-infos h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald";
    color: #001935;
    position: relative;
}
body .clue-review-wrapper .clue-review-infos p {
    color: #001935;
    font-size: 13px;
    line-height: 15px;
    font-family: "Roboto";
    font-weight: 300;
    margin: 12px 0 5px 0;
}
body .clue-review-index {
    font-family: "Oswald";
    min-width: 40px;
    font-size: 25px;
    margin: 0;
    padding: 0;
    color: #001935;
    line-height: 28px;
}
body .clue-review-logo {
    min-width: 60px;
    text-align: center;
    margin-top: calc(5%);
}
body .clue-review-logo .s-icon-size {
    width: 24px;
    height: 24px;
}
body #playerAnswerCluesModal .modal-body p {
    max-height: calc(100vh - 420px);
    overflow: auto;
    min-height: 60px;
}
body .clue-review-wrapper .clue-review-infos p.clue-review-infos-clue {
    font-weight: 500;
    margin: 0 0 5px 0;
}
body .clue-review-wrapper .clue-review-infos p.clue-review-infos-subtitle {
    font-style: italic;
}
@media only screen and (max-height: 667px) {
    body .team-menu img.app-games-bg {
        width: 201px;
        height: 201px;
        opacity: 0.5;
    }
    body button#playerGameClueButton {
        top: 128px;
        left: 57px;
    }
    body button#playerGameReviewClueButton {
        top: 229px;
        left: calc(50% - 36px);
    }
    body button#playerGameRulesButton {
        top: 128px;
        left: 248px;
    }
    body button#playerGameSynopsysButton {
        left: calc(50% - 36px);
        top: 31px;
    }
    body .game-player-content {
        margin:-10px 0 0 0;
        /*position: absolute;
        top: 100px;
        transform: none;
        width: 100%;*/
    }
    body div.team-menu {
        margin: -20px auto 0 auto;
    }
    body .game-player-content-header {
        margin-top: 75px;
    }
    body #header-game .gdlr-core-pbf-column-content-margin {
        padding: 8px 15px !important;
    }
    body .game-player-wrapper {
        min-height: 600px;
        overflow: auto;
    }
}
