.main {
    font-family: 'teko', serif;
}

h3 {
    margin-left: 24px;
    font-size: 2em;
}

.stats-table {
    padding: 2% 0;
}

.stats-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stats-key {
    flex: 4;
}

.stats-value {
    flex: 1;
    text-align: right;
}



.auth-form {
    width: 100%;
    margin: 5vh auto;
    padding: 1vh 0 5vh;
    border-radius: 20px;
    background-color: #191b31;
    box-shadow: black 0 1px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-size: 1.3em;
}

.auth-form h2 {
    text-align: center;
}



.auth-form form {
    width: 100%;
}

.auth-form .form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: 1vh auto;
}

.auth-form .form-group label {
    margin-bottom: 8px;
    margin-top: 8px;
}


.auth-form .error-holder {
    height: 4vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-additional-infos {
    width: 100%;
    font-size: 1em;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.host {
    background: linear-gradient(to right, #111024 0%, #201e4e 50%, #111024 100%);
}

.interlude-text {
    padding: 1vh 10% 3vh;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 0.9em;
}

.top-bar {
    height: 70px;
    background-color: #191b31;
    color: white;
    border-bottom: 2px solid #1f2136;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    box-shadow: black 0 1px 10px;
}

.top-bar-left {
    flex: 2;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center
}

.top-bar-left-home {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    text-shadow: none;
    margin-left: 3vw;
    transition: all 0.3s;
}

.top-bar-left-home:hover {
    text-shadow: #FFF 1px 0 10px;
}

.top-bar-left-home img {
    height: 70%;
    width: auto;
}

.top-bar-left-home .title {
    margin: 0 1.5vw 0 1vw;
}

.top-bar-left .tab {
    margin: 0;
    font-weight: bold;
    font-size: 1em;
    background-color: inherit;
    height: 80%;
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    border-bottom: 0 solid #191b31;
    border-top: 0 solid #191b31;
    box-sizing: border-box;
    text-shadow: none;
    text-align: center;
}

.top-bar-left .tab:hover {
    text-shadow: #FFF 1px 0 5px;
}

.top-bar-left .selected {
    background-color: #10346f;
    border-bottom: 5px solid #1f70ea;
    border-top: 5px solid #10346f;
    text-shadow: none;
}

.top-bar-left .selected:hover {
    text-shadow: none;
}

.top-bar-right {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 3vw;
}



.host {
    background: linear-gradient(to right, #111024 0%, #201e4e 50%, #111024 100%);
}

.interlude-text {
    padding: 5vh 10%;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 0.9em;
}

.pause-text {
    padding: 10vh 10%;
}

.images {
    height: auto;
    padding: 0 10%;
    width: 80%;
}

.button-holders {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    font-size: 0.7em;
    text-transform: uppercase;
}

.button-holder {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.3s;
}

.button-holder:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 10px;
}

.button-holder img {
    width: 50%;
    height: auto;
}

.host {
    background: linear-gradient(to right, #111024 0%, #201e4e 50%, #111024 100%);
}

.interlude-text {
    padding: 5vh 10%;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 0.9em;
}

.pause-text {
    padding: 10vh 10%;
}

.images {
    height: auto;
    padding: 0 10%;
    width: 80%;
}

.button-holders {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    font-size: 0.7em;
    text-transform: uppercase;
}

.button-holder {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.3s;
}

.button-holder:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 10px;
}

.button-holder img {
    width: 50%;
    height: auto;
}

.board-game {
    margin: 5vh auto;
}

.board-game-home-top-bar {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #191b31;
    border-bottom: 2px solid #1f2136;
    box-shadow: black 0 1px 10px;
}

.board-game-home-top-button {
    flex: 10;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    width: 100px;
    max-width: 25vw;
    margin: 0 5px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: auto;
}

.board-game-home-top-button-active {
    background-color: #10346f;
    border-bottom: 5px solid #1f70ea;
    border-top: 5px solid #10346f;
}

.board-game-home-top-button-inactive {
    background-color: #191b31;
    border-bottom: 5px solid #191b31;
    border-top: 5px solid #191b31;
    cursor: pointer;
}

.board-game-home-top-button-disabled {
    background-color: #434152;
    border-bottom: 5px solid #434152;
    border-top: 5px solid #434152;
    color: gray;
}

.card-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 12px;
}


.carousel-root, .carousel.carousel-slider,
.carousel .slider-wrapper, .carousel .slider-wrapper.axis-horizontal .slider,
.carousel .slider-wrapper.axis-horizontal .slider .slide {
    height: 100%;
}

.carousel .thumbs-wrapper {
    display: none;
}

.carousel .carousel-status {
    display: none;
}

.carousel.carousel-slider .control-arrow {
    color: white;
}

b {
    text-shadow: white 0 0 2px;
}

.board-game-build-action {
    height: 70px;
    width: 120%;
    margin-left: -13%;
    border-radius: 12px;
    border: 2px solid #10346f;
    background-color: #191b31;
    padding: 0 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.board-game-build-action-container {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

.open>.dropdown-menu {
    display: block;
    max-height: 80vh;
    overflow-y: scroll;
}


.navbar {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #FFF;
    font-size: 0.7em;
    background-color: #191b31;
    width: 100%;
    box-shadow: black 0 -1px 10px;
}

.form {
    display: block;
    gap: 24px;

    div {
        margin-bottom: 8px;
    }
}

.input-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.image-holder {
    width: 100%;
    height: auto;
    position: relative;
    margin: 12px 0;

    img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

    &.symetry {
        img {
            transform: scaleX(-1);
        }
    }
}

.new-clue {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.taquin-canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.taquin-grid {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    grid-template-rows: repeat(4, 100px);
    gap: 2px;
}

.taquin-tile {
    width: 100px;
    height: 100px;
    background-size: cover;
    cursor: pointer;
}

.empty-tile {
    background-color: #ccc;
}

.empty-tile-completed {
    background-color: #c19a23;
}

.card-input-container {
    text-align: center;
    margin: 20px 0;
}

.table {
    margin: 0 auto;
    border-collapse: collapse;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;

}

.column {
    width: 20%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.column div {
    border: 1px solid #f0f0f0;
}

.static-player {
    background-color: #f0f0f0; /* Highlight static player names */
    font-weight: bold;
    color: #201e4e;
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-value {
    font-size: 1.2em;
    transition: transform 0.3s ease, color 0.3s ease;
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-value.animate {
    transform: scale(1.1);
    color: #007bff;
}

.button-container {
    margin-top: 20px;
    gap: 12px;
}

button {
    margin: 5px;
}

body {
    margin: 0;
    font-family: Play, sans-serif;
    color: white;
    background: linear-gradient(to right, #111024 0%, #201e4e 50%, #111024 100%);
}

a { color: white; }


/*# sourceMappingURL=style.f08ceb303fab5eaeb460.css.map*/