/* Игровая область */
.whelldeluxe-game {
    background-image: url(/games/whellDeluxe/whell_bg.png);
    height: 100vh;
    width: 100vw;
    background-size: cover;
    padding-top: 16vh;
    overflow-x: hidden;
}

.whelldeluxe-game-header-buttons {
    background-image: url(/games/whellDeluxe/whell_header.png);
    aspect-ratio: 1435 / 371;
    background-size: contain;
    position: absolute;
    top: 8vh;
    height: 7.5vh;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 calc((100vw - (1vh * 1435 / 371 * 7.5)) / 2);
}

.whelldeluxe-game-header-button {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    transition: none;
}

.whelldeluxe-game-header-button-img {
    height: 6vh;
    margin: 0 -5vw;
}

.whelldeluxe-game-deck {
    max-width: 45vh;
    aspect-ratio: 1591 / 1795;
    background-image: url(/games/whellDeluxe/wood.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
}

.whelldeluxe-game-deck-whell {
    width: 40vh;
    position: absolute;
    left: 3.2vh;
    transition: transform 2s;
    transform: rotate(0deg);
}

.whelldeluxe-game-deck-center {
    width: 20vw;
    position: absolute;
    left: 18.5vh;
}

.whelldeluxe-game-deck-arrow {
    width: 12vh;
    position: absolute;
    right: -4vh;
    top: 6vh;
}

/* Хэдер игры */
.whelldeluxe-game-header {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1vh 20px 1vh 20px;
    width: 100%;
    background-color: rgba(31, 32, 49, 0.7);
    box-shadow: 0px 3px 60.76px 37.24px rgba(3, 24, 32, 0.24);
    border: 4px solid rgb(137, 57, 102);
    border-top: none;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.whelldeluxe-game-header-balance-block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(190, 59, 159);
    background-color: transparent;
    box-shadow: inset 0px 0px 202px 0px rgba(14, 0, 16, 0.3);
    border-radius: 100px;
    margin: 0;
}

.whelldeluxe-game-header-balance {
    padding: 0 5vw 0 5vw;
    font-size: 2vh;
    font-family: "El Messiri", sans-serif;
    color: white;
    font-size: 2.3vh;
    line-height: 2.3vh;
}

/* Футер игры */
.whelldeluxe-game-footer {
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2vh 20px 2vh 20px;
    width: 100%;
    background-color: rgba(31, 32, 49, 0.7);
    box-shadow: 0px 3px 60.76px 37.24px rgba(3, 24, 32, 0.24);
    border: 4px solid rgb(137, 57, 102);
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.whelldeluxe-ticket-buy {
    background-image: -moz-linear-gradient(90deg, rgb(0, 183, 0) 0%, rgb(56, 249, 60) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 183, 0) 0%, rgb(56, 249, 60) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 183, 0) 0%, rgb(56, 249, 60) 100%);
    box-shadow: 0px 3px 9.92px 6.08px rgba(3, 24, 32, 0.3);
    border-radius: 8vh;
    border: none;
    padding: 1vh 4vh;
    font-size: 2.5vh;
    line-height: 2.5vh;
    font-family: "El Messiri", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 3px 3.6px rgba(3, 24, 32, 0.45);
}

.whelldeluxe-ticket-buy-stop {
    background-image: -moz-linear-gradient( 90deg, rgb(240,48,47) 0%, rgb(255,159,56) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240,48,47) 0%, rgb(255,159,56) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240,48,47) 0%, rgb(255,159,56) 100%);
    box-shadow: 0px 3px 9.92px 6.08px rgba(3, 24, 32, 0.3);
    border-radius: 8vh;
    border: none;
    padding: 1vh 4vh;
    font-size: 2.5vh;
    line-height: 2.5vh;
    font-family: "El Messiri", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 3px 3.6px rgba(3, 24, 32, 0.45);
}

.whelldeluxe-ticket-autobuy {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0.5vh;
    height: 4vh;
}

.whelldeluxe-ticket-autobuy img {
    height: 3vh;
}

.whelldeluxe-ticket-autobuy input {
    display: none;
}

.whelldeluxe-ticket-autobuy span {
    margin-left: 3vw;
    font-family: "El Messiri", sans-serif;
    color: rgb(255, 253, 233);
    font-size: 2vh;
    line-height: 2vh;
}

.whelldeluxe-ticket-price-block {
    border-style: solid;
    border-width: 4px;
    border-color: rgb(190, 68, 159);
    background-color: rgba(61, 127, 212, 0);
    box-shadow: inset 0px 0px 31.39px 11.61px rgba(14, 0, 16, 0.63);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 8vh;
}

.whelldeluxe-ticket-price-title {
    font-family: "El Messiri", sans-serif;
    font-size: 2vh;
    line-height: 2vh;
    color: rgb(255, 247, 47);
    text-align: center;
    margin: 0.3vh 8vw;
}

.whelldeluxe-ticket-price {
    font-size: 3vh;
    line-height: 4vh;
    font-family: "El Messiri", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 3.6px rgba(3, 24, 32, 0.45);
    margin: 0;
}

.whelldeluxe-ticket-price-button {
    background-image: -moz-linear-gradient(90deg, rgb(0, 183, 0) 0%, rgb(56, 249, 60) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 183, 0) 0%, rgb(56, 249, 60) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 183, 0) 0%, rgb(56, 249, 60) 100%);
    box-shadow: 0px 3px 9.92px 6.08px rgba(3, 24, 32, 0.3);
    border-radius: 8vh;
    border: none;
    height: 6vh;
    width: 20vw;
}

.whelldeluxe-ticket-price-button-hidden{
    display: none;
}

.whelldeluxe-ticket-price-button img {
    max-height: 100%;
    max-width: 100%;
}

.whelldeluxe-ticket-number {
    font-size: 2vh;
    line-height: 2vh;
    font-family: "El Messiri", sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0;
}