.full-play{
    box-sizing: border-box;
}
.game-play{
    max-width: 1000px;
    margin: 20px auto;
}
.big-image{
    height: 500px;
}

.game-image{
    position: absolute;
    top: -30px;
    width: 125px;
    height: 125px;
    right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #aed2f3;
    cursor: default;
}
.title-play{
    margin: 0;
    color: #FAC609;
    font-size: 30px;
    text-transform: capitalize;
}
.home-cate{
    color: #fff;
    text-transform: capitalize;
    max-width: 90px;
}
.home-cate:before{
    color: #fff;
}
.iframe{
    margin: auto;
    width: 100%;
}
#iframehtml5{
    display: block;
}
.title-option{
    color: #fac609;
    margin: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}
.meta{
    height: 28px;
    line-height: 28px;
    background: #002035;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    font-size: 13px;
    padding: 0 8px;
    text-transform: capitalize;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 10px;
    transition: 0.2s;
    font-weight: 600;
}
#comments_area{
    color: #fff!important;
}
.action-controls{
    height: 45px;
    justify-content: center;
    background-color: #FAC609;
}
.action{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background-color: #441774;
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0 5px;
}
.virual-games{
    background-color: #002d49;
}
.game-frame{
    background-color: #002d49;
    width: 100%;
}
.custom-games{
    padding: 15px;
    max-width: 1425px;
    margin: auto;
    background-color: #002d49;
    margin-top: 40px;
    border-radius: 10px;
}
hr{
    margin-top: 25px;
    width: 100%;
    padding: 0;
    border: none;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(250,198,9), rgba(0,0,0,0));    
    color: #333;
    text-align: center;
}
.ratefor{
    display: none;
}
#default-demo img{
    width: unset!important;    
}
#default-demo{
    position: static;
    transform: translate(0);
}

.relate-box-2{
    padding: 10px 25px;
    position: relative;
    min-height: 100px;
}
#new-relate{
    transition: 0.2s;
}
.pick-field-order{
    color: #441774;
    padding: 0 10px;
    border-right: solid 2px #441774;
    box-sizing: border-box;
    font-weight: bold;
}
.pick-field-order:last-child{
    border-right: 0;
}
.lds-ellipsis{
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.lds-ellipsis div{
    position: absolute;
    top: 45px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}