.view-mobile .slider-box {
    background: linear-gradient(to bottom, #575959, #eeeeee, #525454, #eeeeee, #575959);
    padding: 5px;
}

.view-mobile .social-box {
    background: linear-gradient(to bottom, #575959, #eeeeee, #525454, #eeeeee, #575959);
    padding: 5px;
}
.view-mobile .social-box .social-wrapper {
    background: linear-gradient(to bottom, #f90051, #9a0031);
    min-height: 100px;
    border-radius: 15px;
    box-shadow: inset 0 0 10px #000000;
}

.view-mobile .btn-login {
    background: url(../img/login.png) no-repeat center center;
    background-size: contain;
    border: none !important;
    color: transparent !important;
}
.view-mobile .btn-daftar {
    background: url(../img/daftar.gif) no-repeat center center;
    background-size: contain;
    border: none !important;
    color: transparent !important;
}

.view-mobile .navbar-box {
    background: linear-gradient(to bottom, #575959, #eeeeee, #525454, #eeeeee, #575959);
    padding: 5px;
}
.view-mobile .navbar-box .navbar {
    background: linear-gradient(to bottom, #f90051, #9a0031);
    box-shadow: inset 0 0 10px #000000;
}

.view-mobile .info-box {
    background: url(../img/bg-info-center.png) repeat-x;
    background-size: contain;
}
.view-mobile .info-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    width: 45px;
    height: auto;
    background: url(../img/bg-info-left.png) no-repeat;
    background-size: contain;
}
.view-mobile .info-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    width: 45px;
    height: auto;
    background: url(../img/bg-info-right.png) no-repeat;
    background-size: contain;
}

.view-mobile .social-item {
    position: relative;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
}
.view-mobile .social-item .social-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 18px 0 0 60px;
}

.view-mobile .table-last-drawer tr {
    background: url(../img/bg-last-drawer.png) no-repeat center center;
    background-size: cover;
}
.view-mobile .table-last-winner tr {
    background: url(../img/bg-last-winner.png) no-repeat center center;
    background-size: cover;
}

.view-mobile .drawer-box {
    background: linear-gradient(to bottom, #575959, #eeeeee, #525454, #eeeeee, #575959);
    padding: 5px;
}
.view-mobile .drawer-box .drawer-wrapper .drawer-title {
    background: linear-gradient(to bottom, #f90051, #9a0031);
    font-size: 28px;
    font-weight: 500;
    min-height: 45px;
    max-height: 45px;
    height: 45px;
    line-height: 45px;
}
.view-mobile .drawer-box .drawer-table {
    background: #2b2b2b;
}
