@charset "utf-8";
/* Game Modal */

.modal-play {
    display: none;
}

.modal-play a {
    color: #bbb
}

.modal-play .fa {
    color: #bbb
}

.modal-play .window {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 5px 5px 29px rgba(0, 0, 0, 0.75);
    margin: 0 auto
}

.modal-play .window-bg {
    background-color: rgba(0, 0, 0, 0.8)
}

.modal-play .window-container {
    width: 240px;
    float: right;
    text-align: center;
    position: relative;
    height: 100%
}

.modal-play .icon-logo5 {
    font-size: 140px;
    color: #fff;
    margin-top: -10px
}

/* Game Modal > Top Sidemenu */

.modal-play .sidemenu-top {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 0 3px 0
}

.modal-play .window-container a:hover {
    color: #fff
}

.modal-play a.favorite,
.modal-play a.exit,
.modal-play a.fs,
.modal-play a.deposit,
.modal-play a.browse {
    font-size: 30px;
    display: block;
    line-height: 15px
}

.modal-play a.favorite i,
.modal-play a.exit i,
.modal-play a.fs i,
.modal-play a.deposit i,
.modal-play a.browse i {
    display: block
}

.modal-play a.favorite span,
.modal-play a.exit span,
.modal-play a.fs span,
.modal-play a.deposit span,
.modal-play a.browse span {
    font-size: 13px;
    margin-top: 2px
}

.modal-play .gamename {
    padding: 2px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    width: 90%;
    background: rgba(0, 0, 0, 0.3);
}

/* Game Modal > Bottom Sidemenu */

.modal-play button {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 7px;
    border-radius: 7px;
    background-color: #dc4141;
    color: #fff;
    font-size: 20px
}

.modal-play .widget-random {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    display: none
}

@media (max-width: 1210px) {
    .widget-random,
    #widget-random {
        display: none !important
    }
}

@media (max-height: 610px) {
    .widget-random,
    #widget-random {
        display: none !important
    }
}

.modal-play canvas {
    cursor: pointer
}

.modal-play .widget-random .random-container {
    height: 50px;
    color: #fff;
    width: 90%;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
    top: -6px;
    padding: 3px 0 3px 0
}

.modal-play .widget-random .before-spin {
    line-height: 16px;
    margin-top: 6px;
    cursor: pointer
}

.modal-play .widget-random .before-spin,
.modal-play .widget-random .after-spin {
    line-height: 16px
}

.modal-play .widget-random .play-game-name {
    padding: 6px 0 0 6px;
    text-align: left;
    color: #fff;
    cursor: pointer
}

.modal-play .widget-random .re-spin {
    padding: 0;
    line-height: 12px;
    padding-top: 3px;
    cursor: pointer
}

.modal-play .widget-random .re-spin div {
    font-size: 10px;
    color: #bbb
}

.modal-play .widget-random .icon-refresh {
    font-size: 26px;
    color: #bbb
}