@charset "utf-8";
/* CSS Document */

.clear {
    clear: both;
}

/* INICIO
-------------------------------------------------------------------------*/

.headline {
    margin-top: 75px;
}

.slotHeadline {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.machineContainer {
    background-color: #000;
    padding: 5px 1px 5px 1px;
    overflow: hidden;
    height: 135px;
}

.machineWrapper {
    text-align: center;
    height: auto;
    position: relative;
    background: #f40000;
    user-select: none;
    margin: 0 auto;
    display: inline-block;
}

.machineHeightFix {
    clear: both;
    padding-top: 0px;
}

.clickToStart {
    cursor: pointer;
    text-align: center;
}

.slotMachine {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.machine-bg {
    display: inline-block;
    width: 20vw;
    height: 32vw;
    margin: 0px;
    padding: 2.4vw;
    background: url("https://dja.nyc3.cdn.digitaloceanspaces.com/circlekholidayiwgss2025.11-2991-27/images/bg-machine.png") center center no-repeat;
    background-size: contain;
}

.machineResult {
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.game-button{
    max-width:230px;
    width:15vw;
}

.game-button.clickToSkip{
    max-width:180px;
    width:11vw;
    margin:2vw auto;
}

.noBorder {
    border: none !important;
    background: transparent !important;
}

.slotMachine .slot {
    height: 27.3vw;
    width: 15.4vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slot0 {
    background-image: url("https://dja.nyc3.cdn.digitaloceanspaces.com/circlekholidayiwgss2025.11-2991-27/images/slots/0.png");
}

.slot1 {
    background-image: url("https://dja.nyc3.cdn.digitaloceanspaces.com/circlekholidayiwgss2025.11-2991-27/images/slots/1.png");
}

.slot2 {
    background-image: url("https://dja.nyc3.cdn.digitaloceanspaces.com/circlekholidayiwgss2025.11-2991-27/images/slots/2.png");
}

.slot3 {
    background-image: url("https://dja.nyc3.cdn.digitaloceanspaces.com/circlekholidayiwgss2025.11-2991-27/images/slots/3.png");
}

.slotMachineButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    border-radius: 75px;
    text-indent: 0px;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
    cursor: pointer;
}

.slotMachineButton:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color: #fb9e25;
}

.slotMachineButton:active {
    position: relative;
    top: 1px;
}

#content {
    position: relative;
    width: 90vw;
    padding: 0;
    margin: 0px auto;
}

.content-box {
    padding-left: 10px;
}

.spin-messages p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 2em;
}

.spin-messages .spin-lose p {
    line-height: 1.2em;
    font-size: 18px;
}

.well {
    background: rgba(0, 0, 0, .7);
}

@media screen and (max-width: 768px) {
    .game-button{
        max-width:230px;
        width:30vw;
    }

    .game-button.clickToSkip{
        max-width:180px;
        width:22vw;
        margin:2vw auto;
    }
}