[v-cloak] {
    display: none;
}
@font-face {
    font-family: 'iciel';
    src: url('/v3/fonts/iciel-crocante.ttf');
    font-weight: 300;
}
#main {
    padding-bottom: 0;
    background-color: #b8eac6;
    background-image: url('/v3/images/slot-machine/hoa-tiet-nen.png');
}
#footer {
    background-color: #f7f6f7;
}
#main-content {
    background-color: #78d08b;
    background-image: url('/v3/images/slot-machine/main-content-bg-2021.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    margin-top: -20px;
    padding: 20px;
    min-height: 800px;
    width: 100%;
    max-width: 642px;
    min-width: 484px;
}
#machine {
    width: 484px;
    margin: 0 auto;
    margin-top: 256px;
    min-height: 20px;
    height: 383px;
    background-image: url('/v3/images/slot-machine/machine.png');
    background-size: 100%;
    position: relative;
}
#machine-numbers {
}
.machine-number {
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: 58px;
    height: 90px;
    top: 110px;
    text-align: center;
    padding-top: 0px;
    font-size: 68px;
    font-family: monospace;
    font-weight: bold;
    line-height: 90px;
    color: #ffa200;
    text-shadow:
        2px 0 0 #000,
        -2px 0 0 #000,
        0 2px 0 #000,
        0 -2px 0 #000,
        1px 1px #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000;
}
#mn-0 {
    left: 134px;
}
#mn-1 {
    left: 223px;
}
#mn-2 {
    left: 312px;
}
#btn-play-machine {
    width: 238px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 134px;
    cursor: pointer;
}
#btn-play-machine img {
    width: 100%;
}
.sm-section {
    padding: 30px 0;
}
.note-item {
    margin-left: 30px;
}
.sm-section-line {
    text-align: center;
}
.sm-section-line img {
    width: 251px;
}
.sm-btn-fb-share {
    display: inline-block;
    width: 111px;
    cursor: pointer;
}
.sm-btn-fb-share img {
    width: 100%;
}
.btn-comic-red {
    cursor: pointer;
    padding: 15px;
    border: solid 5px #000;
    color: #fff;
    border-radius: 11px;
    background-color: #ff303e;
    font-size: 25px;
}
.sm-remain-spin-count {
    color: #ff303e;
    text-shadow: 1px 0 0 #000,
        -1px 0 0 #000,
        0 1px 0 #000,
        0 -1px 0 #000,
        1px 1px #000,
        0px 0px 0 #000,
        0px 0px 0 #000,
        0px 0px 0 #000;
    font-size: 1.5em;
}
.text-comic {
    font-family: iciel;
}
.spin_result_winner {
    position: absolute;
    bottom: 40px;
    width: 100%;
    font-size: 20px;
    color: #e02d2d;
}
.spin-topcv-logo {
    width: 90px;
    height: auto;
    margin-bottom: 20px;
}
.spin-text-normal {
    color: #333333;
    font-size: 18px;
}
.confirm-spin-result-row {
    margin-top: 35px;
}
.spin-result-box {
    min-width: 50%;
    width: fit-content;
    min-height: 40px;
    background: #E5F7ED;
    color: #00B14F;
    margin: 10px auto;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    flex-wrap: wrap;
    max-width: 90%;
}
.btn-confirm-spin-result {
    padding: 10px;
    border: 1.5px solid #333333;
    border-radius: 8px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.result_none_msg {
    position: absolute;
    bottom: 166px;
    width: 100%;
    font-size: 40px;
    color: #e02d2d;
}
.result_none_msg_good_luck {
    position: absolute;
    width: 100%;
    font-size: 35px;
    color: #e02d2d;
    bottom: 70px;
}
@media (max-width: 576px) {
    #main-content {
        min-width: auto;
    }
    #main-content .sm-section img{
        max-width: 532px !important;
        width: 100% !important;
    }
    #machine {
        width: auto;
        height: 238px;
        width: 299px;
    }
    .machine-number {
        top: 54px;
        font-size: 55px;
    }
    #mn-0 {
        left: 73px;
    }
    #mn-1 {
        left: 127px;
    }
    #mn-2 {
        left: 182px;
    }
    #btn-play-machine {
        bottom: 5px;
        left: 68px;
        width: 180px;
    }
    .result_none_msg {
        bottom: 35px;
        font-size: 18px;
    }
    .result_none_msg_good_luck {
        bottom: 35px;
        font-size: 20px;
    }
    .spin_result_winner {
        bottom: 15px;
        font-size: 15px;
    }
    .spin-topcv-logo {
        margin-bottom: 5px;
    }
    .spin-text-normal {
        color: #333333;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .confirm-spin-result-row {
        margin-top: 15px;
    }
    .spin-result-box {
        font-size: 14px;
    }
    #modal_spin_result .modal-content {
        height: 400px;
    }
    #modal_result_none .modal-content {
        height: 370px;
    }
}
