@font-face {
    font-family: zekton;
    src: url(../font/zekton.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    background-color: #3a3a3a;
    min-width: 1280px;
    position: relative;
}

hr{
    border-top: 2px solid #ffdd00;
}

.container-fluid {
    padding: 0;
}

.container-box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.content-box {
    width: 1020px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.relative{
    position: relative;
}

.no-padding{
    padding: unset !important;
}

.no-padding-left{
    padding-left: unset !important;
}

.no-padding-right{
    padding-right: unset !important;
}

.mt-5{
    margin-top: 5px;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.pd-t-10{
    padding-top: 10px;
}

.home #content {
    padding: 20px 0 0;
    background: white;
}

.btn{
    outline: none;
}

.btn-login {
    border-radius: 0 4px 4px 0;
    background-color: #62b52b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: white;
    padding: 4px 15px;
    margin-left: -4px;
    margin-top: -3px;
}

.btn-login:hover ,.btn-login:active ,.btn-login:focus , .btn-login:visited  , .btn-login:focus-within {
    color: white;
    background-color: #4f9421;
    outline: unset;
}


.btn-daftar {
    border-radius: 4px;
    background-color: #2ea8db;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: white;
    padding: 4px 15px;
    margin: -2px 5px 0;

}

.btn-daftar:hover ,.btn-daftar:active ,.btn-daftar:focus , .btn-daftar:focus-within {
    color: white;
    background-color: #1b759a;
    outline: unset;
}


.btn-blue {
    border-radius: 4px;
    background-color: #2ea8db;
    border-color: #2ea8db;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: white;
    padding: 5px 25px;
    margin: -2px 5px 0;
}

.btn-blue:hover ,.btn-blue:active ,.btn-blue:focus , .btn-blue:visited  , .btn-blue:focus-within {
    color: white;
    outline: unset;
    background-color: #1b759a;
    border-color: #1b759a;
}

.btn-play-now {
    border-radius: 6px;
    padding: 4px 10px;
    background-color: #62b52b;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white
}

.btn-play-now:hover ,.btn-play-now:active ,.btn-play-now:focus , .btn-play-now:focus-within{
    color: white;
    background-color: #4f9421;
    outline: unset;
}

.btn-green{
    border-radius: 6px;
    padding: 4px 10px;
    background-color: rgb( 98, 181, 43 );
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white
}

.btn-green:hover ,.btn-green:active ,.btn-green:focus , .btn-green:focus-within{
    color: white
}

.btn-grey{
    border-radius: 6px;
    padding: 4px 10px;
    background-color: rgb(108, 109, 113);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white
}

.btn-grey:hover ,.btn-grey:active ,.btn-grey:focus , .btn-grey:focus-within{
    color: white
}

.bg-white{
    background: white;
}

.center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

h3.desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    margin-top: 10px;
}

span.desc{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.bg-green{
    background: #62b52b;
}

.text-green,.text-green:hover,.text-green:focus{
    color: #62b52b;
}

/*global form css*/
.form-title{
    font-weight: bold;
    font-family: 'Open Sans' , sans-serif;
    color: white;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
}

.form-control::-webkit-input-placeholder {
    font-family: 'Open Sans' , sans-serif;
}

.form-control:-ms-input-placeholder {
    font-family: 'Open Sans' , sans-serif;
}

.form-control:-moz-placeholder {
    font-family: 'Open Sans' , sans-serif;
}

.form-control::-moz-placeholder {
    font-family: 'Open Sans' , sans-serif;
}

.form-group .help-block{
    color: #62b52b;
    font-family: 'Open Sans' , sans-serif;
    text-indent: 20px;
    font-size: 12px
}

.input-group-addon {
    color: #fff;
    background-color: #77787b;
    border: 1px solid #77787b;
}
/*end global form css*/

/* global content css */
.page-title{
    font-family: "Zekton";
    font-size: 22px;
}
.page-title .badge{
    margin-left: 15px;
    width: 110px;
    height: 18px;
    background: red;
    border-radius: unset;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    font-size: 10px;
}

.page-title .badge::before {
    top: 0px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -10px;
    border-bottom: 18px solid red;
    border-left: 10px solid transparent;
}

.page-title .badge::after {
    top: 0px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -10px;
    border-top: 18px solid red;
    border-right: 10px solid transparent;
}

.page-header{
    font-family: "Zekton";
    font-size: 22px;
    color: #ffdd00;
    border: unset;
    padding: unset;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* end global content css */

/**header css**/
.header-box {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #000000;
    height: 90px;
}
/*header brand css*/
.header-box .brand {
    float: left;
    position: relative;
    height: 90px;
    width: 35%;
}
.header-box .brand img {
    position: absolute;
    bottom: 13%;
    left: 50px;
}
/*end header brand css*/

/*header login area css*/
.header-box .login-area {
    float: left;
    position: relative;
    height: 90px;
    width:65%;

}

.header-box .login-area .login-form {
    position: absolute;
    bottom: 25%;
    right: 45px;
    text-align: right;
    top: 20px;
}

.header-box .login-area .login-form form {
    margin-bottom: 0;
}

.header-box .login-area .username{
    border-radius: 4px 0 0 4px;
    height: 30px;
    width: 150px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-right-color: black;
    padding-left: 5px;
}

.header-box .login-area .password{
    height: 30px;
    width: 150px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    margin-left: -4px;
    padding-left: 5px;
}

.header-box .login-area .lupa-pass {
    color: white;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin-right: 100px;
}

.header-box .badge {
    padding: .25em .4em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .625rem;
}
.header-box .badge-notif {
    background-color: #da0000;
    position: relative;
    top: -2px;
}
/*end header login area css*/

/*header center content section*/
#bonus-chip{
    border-right: unset;
}

.bonus-chip{
    background: url(../img/bonuschip.gif);
    background-size: 100% 100%;
    width: 170px;
    height: 34px;
    position: relative;
}

.bonus-chip .text-bonus-chip{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 33px;
    line-height: 2.7;
}

.bonus-chip .badge-bonus-chip{
    position: absolute;
    height: 20px;
    width: 20px;
    background: red;
    top: 7px;
    right: 9px;
    border-radius: 2em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 1.4;
}
/*header center content section*/

/*header top menu section*/
.top-menu {
    line-height: 1.2;
    float: left;
    position: relative;
    width: 65%;
}

.top-menu ul {
    padding-inline-start: 0;
    margin-right: 40px;
}

.top-menu .menu-1st{
    margin-top: 15px;
    margin-bottom: 0;
 }

.top-menu>ul>li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.top-menu>ul>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.top-menu>ul>li>a span {
    vertical-align: middle;
}

.top-menu>ul>li:last-child {
    padding-right: 0;
    border-right: none;
}

#profile-menu .profile-name span.username {
    color: #ffd600;
}

.top-menu>ul>li>a img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.top-menu .dropdown-menu.dropdown-menu-right {
    margin: 15px 0 0;
}

.top-menu .dropdown-menu {
    font-size: 12px;
    color: #282828;
    background-color: #e5e5e5;
    z-index: 9999999;
}

.top-menu .dropdown-item {
    padding: 6px 1rem;
    font-weight: 400;
    color: #282828;
}

.top-menu .dropdown-menu img {
    width: 16px;
    height: 16px;
}

.top-menu .dropdown-menu::after {
    content: "";
    border-width: 10px;
}

.top-menu .dropdown-menu.dropdown-menu-right::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #e5e5e5;
}

.top-menu .dropdown-menu.dropdown-menu-right::after, .top-menu .dropdown-menu.dropdown-menu-right::before {
    left: 86%;
    border-top-width: 0;
}

.top-menu .dropdown-menu::after, .top-menu .dropdown-menu::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.top-menu .dropdown-item.active, .top-menu .dropdown-item:active,.top-menu .dropdown-item:focus, .top-menu .dropdown-item:hover {
    text-decoration: none;
    background-color: #c7c8ca;
}

.top-menu .dropdown-item span{
    padding-left: 10px;
}

.top-menu .dropdown-menu a{
    text-decoration: none;
}

.top-menu>ul.menu-2nd>li{
    border-right:unset;
    position: relative;
}

.top-menu>ul.menu-2nd>li:after{
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #565656;
    position: absolute;
    right: -5px;
    top: 5px;
}

.top-menu>ul.menu-2nd>li:last-child:after{
    content: unset;
    height: unset;
    width: unset;
    border-radius: unset;
    background: unset;
    position: unset;
    right:unset;
    top: unset;
}

.top-menu>ul.menu-2nd>li a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    font-weight: 700;
}

.top-menu>ul.menu-2nd>li>a img{
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.top-menu>ul.menu-2nd>li>a span{
    text-transform: capitalize;
    text-decoration: underline;
}

.top-menu>ul.menu-2nd>li:first-child>a>img{
    width: 18px;
}
/*end header top menu section*/

/*navbar css*/
.nav{
    margin: 0 auto;
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
}

.nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.nav li {
    float: left;
    background-image: -moz-linear-gradient( 90deg, rgb( 198, 102, 0 ) 0%, rgb( 195, 168, 0 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 198, 102, 0 ) 0%, rgb( 195, 168, 0 ) 100%);
    width: 140px;
    margin: 0 2px;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
}

.nav li:nth-child(1) {
    margin-left: 0px;
}

.nav li:first-child {
    margin-left: 1px;
}

.nav li:last-child {
    margin-right: 0px;
}

.nav li a {
    font-family: 'zekton';
    font-size: 18px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 9px;
    text-decoration: none;
    line-height: 1;
}

.nav li.active a {
    color: white;
}

.nav li.active, .nav li:hover {
    background-image: -moz-linear-gradient( 90deg, rgb( 255, 135, 0 ) 0%, rgb( 255, 223, 0 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 255, 135, 0 ) 0%, rgb( 255, 223, 0 ) 100%);
}

.nav li#nav-beranda {
    width: 77px;
}

.nav li#nav-mm {
    width: 191px;
}

.nav li#nav-live-casino {
    width: 120px;
}

.nav li#nav-slot {
    width: 60px;
}

.nav li#nav-deposit {
    width: 88px;
}

.nav li#nav-withdraw {
    width: 113px;
}

.nav li#nav-download {
    width: 154px;
    background-image: -moz-linear-gradient( 90deg, #003478 0%, #0069ac 100%);
    background-image: -webkit-linear-gradient( 90deg, #003478 0%, #0069ac 100%);
}

.nav li#nav-download .active, .nav li#nav-download:hover {
    background-image: -moz-linear-gradient( 90deg, #005b97 0%, #0095da 100%);
    background-image: -webkit-linear-gradient( 90deg, #005b97 0%, #0095da 100%);
}

.nav li#nav-promotion {
    width: 79px;
}

.nav li#nav-referral {
    width: 105px;
}


.nav li#nav-download img {
    width:14px;
    vertical-align: baseline;
}
/*end navbar css*/

/*info terbaru css*/
.latest-info {
    height: 20px;
    margin: 0 auto;
    background: black;
    position: relative;
    z-index: 1;
    margin-right: -15px;
    margin-left: -15px;
}

.latest-info .title{
    position: absolute;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #d80101;
    padding: 0 10px;
}

.latest-info marquee{
    position: absolute;
    z-index: -1;
}

.latest-info marquee span{
    font-family: 'Open Sans', sans-serif;
    color: white;
}
/*end info terbaru css*/

/* breadcrumb */
.breadcrumb {
    padding: 1px 0px 1px 10px;
    margin-bottom: 0;
    list-style: none;
    background: #313131;
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
    color: #d2d2d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.breadcrumb ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb>ol>li a {
    color: #bf6b00;
}

.breadcrumb>ol>li a:hover,.breadcrumb>ol>li a:focus, .breadcrumb>ol>li a:visited, .breadcrumb>ol>li a:active{
    color: #ff8f00;
}

.breadcrumb>ol>li, .icon {
    display: inline-block;
}

.breadcrumb>ol>li i {
    color: #bf6b00;
}
/* end breadcrumb */
/**end header css**/

/** home content css **/
/* slider css */
.container-slider{
    background: black;
}

.home #Carousel {
    margin-top: -20px;
    margin-right: -15px;
    margin-left: -15px;
}

#slider-button1 {
    position: absolute;
    right: 190px;
    bottom: 50px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}
.home #carousel-sidebar{
    margin-right: -15px;
    padding-left: 15px;
}
.home #carousel-sidebar .carousel-indicators{
    left: 55%;
}
/* End slider css */

/*game list css*/
.game-box {
    text-align: center;
    height: 245px;
}

.game-box .game-box-img{
    height:145px;
    width: 100%;
    position: relative;
}

.game-box .label-game {
    font-size: 14pt;
    font-family: "Zekton";
    color: black;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    -moz-transform: matrix( 0.99886650972186,0,0,1.00012809017548,0,0);
    -webkit-transform: matrix( 0.99886650972186,0,0,1.00012809017548,0,0);
    -ms-transform: matrix( 0.99886650972186,0,0,1.00012809017548,0,0);
    margin: 10px 0;
}
/*end game list css*/

/*bank schedule css*/
.bank-schedule{
    margin-right: -15px;
    padding-left: 15px;
}

.panel-bank > .panel-heading {
    color: #fff;
    font-size: 18px;
    font-family: "Zekton";
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    margin-bottom: 0;
}

.panel-bank > .panel-heading > h2{
    margin: 0;
    color: #fff;
    font-size: 18px !important;
    font-family: "Zekton";
}

.panel-bank >.panel-body {
    border: 2px solid rgb(255, 143, 0);
    border-top: unset;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0;

}

.bank-schedule .list-bank {
    width: 100%;
    padding: 10px;
    height: 69px;
    text-align: center;
    position: relative;
}
.bank-schedule img {
    height: auto;
    max-width: 100px
}

.bank-schedule .list-bank #bank-bca {
    height: 30px;
    left: 50px;
    top:17px;
    position: absolute;
}


.bank-schedule .list-bank #bank-mandiri {
    height: 30px;
    left: 50px;
    top:17px;
    position: absolute;
}

.bank-schedule .list-bank #bank-cimbniaga, #bank-cimb {
    height: auto;
    left: 50px;
    top: 23px;
    position: absolute;
}

.bank-schedule .list-bank #bank-bri {
    height: 25px;
    left: 50px;
    top: 21px;
    position: absolute;
}

.bank-schedule .list-bank #bank-bni {
    height: 25px;
    left: 50px;
    top: 21px;
    position: absolute;
}

.bank-schedule .list-bank #bank-permata {
    height: 30px;
    left: 50px;
    top: 9px;
    position: absolute;
}
.bank-schedule .list-bank #bank-danamon {
    height: 30px;
    left: 50px;
    top: 15px;
    position: absolute;
}

.bank-schedule .list-bank #bank-mega {
    height: 30px;
    left: 50px;
    top: 15px;
    position: absolute;
}

.bank-schedule .list-bank:nth-child(2n) {
    background-color: #eaeaea
}
.bank-schedule .list-bank:last-child{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.bank-schedule .indicator {
    float: left;
    width: 15%;
    position: relative;
    overflow: hidden;
    height: 15px;
    margin-top: 15px;
}

.bank-schedule .circle {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    margin-right: auto;
}

.bank-schedule .circle.online {
    background-color: #62b52b;
}

.bank-schedule .circle.offline {
    background-color: #b90707;
}
.bank-schedule .circle.error {
    background-color: #ffdd00;
}
/*end bank schedule css*/

/*promotion home css*/
.home #promotion {
    overflow: hidden;
    padding: 20px 0 20px;
}

.home #promotion #mobile-download {
    position: absolute;
    bottom: 17px;
    right: 100px;
}
/*end promotion home*/

/*home after login section*/
.featured-casino{
    overflow: hidden;
}

.featured-casino .item{
    width: 32%;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    text-align: center;
}

.featured-casino .item a{
    text-decoration: none;
}

.featured-casino .item img {
    width: 100%;
}

.featured-casino .item span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
}

.featured-casino .item:nth-child(3n){
    margin-right: 0;
}
/*end home afer login section*/
/** end home content css **/

/*slot */
.content-slot {
    overflow: hidden;
    width: 100%;
}

.content-slot .slots-list{
    padding:0 15px;
    width: 100%;
    overflow: hidden;
}

.sidebar-slot{
    padding-right: 0;
}

#search-game{
    outline: none;
    border-radius: 3em;
    border: 1px solid lightgrey;
    width: 100%;
    padding: 5px 10px;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
    margin-bottom: 10px;
}

h2 #search-game{
    width: 200px;
    margin-left: 19px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

h2 span {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-right: 10px;
}

h2 span img{
    width: 20px;
    height: 20px;
}

.sidebar-slot .sidebar-slot-item{
    padding-inline-start: 0;
}

.sidebar-slot .sidebar-slot-item li{
    list-style-type: none;
}

.sidebar-slot .btn-menu-slot {
    width: 100%;
    border-radius: 5px;
    background: #939393;
    border-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
    padding: 10px 5px;
    margin: 1px 0;
    text-transform: uppercase;
}

.sidebar-slot .btn-menu-slot:hover ,.sidebar-slot .btn-menu-slot:active ,.sidebar-slot .btn-menu-slot:focus , .sidebar-slot .btn-menu-slot:visited  , .sidebar-slot .btn-menu-slot:focus-within ,.sidebar-slot .btn-menu-slot.active {
    color: white;
    outline: unset;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    border-color: white;
}

.grid-6 .slots-list .slots-games{
    float: left;
    width:16%;
    margin-right: 7.9px;
    margin-bottom: 10px;

}

.grid-6 .slots-list .slots-games:nth-child(6n){
    margin-right: 0;
}

.grid-6 .slot-list .slots-games .game-box-slots {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
}


.grid-6 .slots-list .slots-games a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.grid-6 .slots-list .slots-games .slot-hover-buttons {
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,.65);
    transition: all .1s ease-in-out;
    z-index: 10;
    padding: 8px 22px;
}

.grid-6 .slots-list .slots-games .slot-hover-buttons:hover {
    opacity: 100;
}

.grid-6 .slots-list .slots-games .slot-hover-buttons .slot-play-button {
    padding: 9.5px 15px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .3s ease-out;
    margin: 25% auto;
    text-align: center;
}

.grid-6 .slots-list .slots-games .slot-hover-buttons .slot-play-button img {
    width: 85px;
}

.grid-6 .slots-list .slots-games .slots-img-wrap .img-game-slot {
    width: 100%;
    height: 115px;
    border: 3px solid #b3b3b3;
}

.grid-6 .slots-list .slots-games .game-title-slots{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none!important;
    white-space: nowrap;
    overflow: hidden;
}

.grid-5 .slots-list .slots-games{
    float: left;
    width:19%;
    margin-right: 10px;
    margin-bottom: 10px;

}

.grid-5 .slots-list .slots-games:nth-child(5n){
    margin-right: 0;
}

.grid-5 .slot-list .slots-games .game-box-slots {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
}


.grid-5 .slots-list .slots-games a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.grid-5 .slots-list .slots-games .slot-hover-buttons {
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,.65);
    transition: all .45s ease-in-out;
    z-index: 10;
    padding:8px 22px;
}

.grid-5 .slots-list .slots-games .slot-hover-buttons:hover {
    opacity: 100;
}

.grid-5 .slots-list .slots-games .slot-hover-buttons .slot-play-button {
    padding: 9.5px 15px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .3s ease-out;
    margin: 25% auto;
    text-align: center;
}

.grid-5 .slots-list .slots-games .slot-hover-buttons .slot-play-button img {
    width: 85px;
}

.grid-5 .slots-list .slots-games .slots-img-wrap .img-game-slot {
    width: 100%;
    height: 115px;
    border: 3px solid #b3b3b3;
}

.grid-5 .slots-list .slots-games .game-title-slots{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none!important;
    white-space: nowrap;
    overflow: hidden;
}


/* width */
.grid-5 .slots-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.grid-5 .slots-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.grid-5 .slots-list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.grid-5 .slots-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.featured-slot{
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.featured-slot .col-md-6:first-child {
    padding-right: 5px;
}

.featured-slot .col-md-6:last-child {
    padding-left: 5px;
}

.featured-slot .grey-box{
    height: 195px;
    background: #3a3a3a;
    padding: 10px 10px;
}

.featured-slot .grey-box h4{
    color: #ffd600;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'zekton';
}

.featured-slot .grey-box h4  img{
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}

.featured-slot .slots-list{
    padding: 0;
    margin-top: 10px;
}

.featured-slot .slots-list .slots-games{
    float: left;
    width:32%;
    margin-right: 7.9px;
    margin-bottom: 10px;
}

.featured-slot .slots-list .slots-games:nth-child(3n){
    margin-right: 0;
}

.featured-slot .slot-list .slots-games .game-box-slots {
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
}


.featured-slot .slots-list .slots-games a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.featured-slot .slots-list .slots-games .slot-hover-buttons {
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,.65);
    transition: all .1s ease-in-out;
    z-index: 10;
    padding: 8.5px 17.5px;
}

.featured-slot .slots-list .slots-games .slot-hover-buttons:hover {
    opacity: 100;
}

.featured-slot .slots-list .slots-games .slot-hover-buttons .slot-play-button {
    padding: 9.5px 15px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .3s ease-out;
    margin: 25% auto;
    text-align: center;
}

.featured-slot .slots-list .slots-games .slot-hover-buttons .slot-play-button img {
    width: 85px;
}

.featured-slot .slots-list .slots-games .slots-img-wrap .img-game-slot {
    width: 100%;
    height: 115px;
    border: 3px solid #b3b3b3;
}

.featured-slot .slots-list .slots-games .game-title-slots{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none!important;
    white-space: nowrap;
    overflow: hidden;
}
/*end slot*/

/*register content css*/
.side-banner-register {
    text-align: right;
}

.side-banner-register img{
    width: 460px;
}

.form-register .verify-img{
    max-width: 95px;
    height: 28px;
}

.form-register .refresh-img{
    width: 15px;
}

.form-register .captcha-addon{
    height: 42px;
}

.form-register .captcha-addon-left{
    overflow: hidden;
    background-color: #e1e6e8;
    border: 1px solid #ccc;
}

.form-register .captcha-addon-right{
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e1e6e8;
    border-left: unset;
}

.form-register .form-group .input-group .form-control {
    border: 1px solid #fff;
}

.form-register .term {
    color: #77787b;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 0 10px;
}

.form-register .term a{
    color: #62b52b;
    text-decoration: none;
    cursor: pointer;
}

.form-register .terms-box {
    width: 20px;
    height: 18px;
    margin-left: 0 !important;
}

.form-register .checkbox{
    margin-top: 30px;
    margin-bottom: 20px;
}
/*end register content css*/

/*deposit and withdraw content css*/
.warning {
    width: 100%;
    height: 45px;
    background: #ffdd00;
    position: relative;
}

.warning div {
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #3a3a3a;
    color: #fd0;
    text-align: center;
    font-size: xx-large;
    line-height: 1;
    top: 5px;
    left: 5px;
}

.warning span {
    font-family: 'Open Sans Semibold', sans-serif;
    margin-left: 55px;
    font-size: 13px;
    line-height: 3.5;
}

.content-deposit,.content-withdraw{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 1.3;
}

.content-deposit p ,.content-withdraw p {
    text-align: justify;
}

.content-deposit ul ,.content-withdraw ul{
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 2em;
}

.content-deposit ul li ,.content-withdraw ul li {
    margin-bottom: 10px;
}

.content-deposit ul li:before ,.content-withdraw ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 3em;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 135, 0) 0%, rgb( 255, 223, 0 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 255, 135, 0) 0%, rgb( 255, 223, 0 ) 100%);
    position: absolute;
    left: 5px;
    margin-top: 5px;
}

#deposit .panel-bank ,#withdraw .panel-bank {
    background: unset !important;
}

#deposit .panel-bank .panel-heading ,#withdraw .panel-bank .panel-heading {
    text-align: center;
}

#deposit .panel-bank >.panel-body, #withdraw .panel-bank >.panel-body {
    background: #ffffff;
}

.mega-prize-mm{
    font-family: nulshock;
    position: absolute;
    text-align: center;
    font-size: 45px;
    width: 471px;
    right: 51px;
    top: 20px;
    color: #000;
    text-shadow: -2px -2px 0 #ffffff, -2px -1px 0 #ffffff, -2px 0 0 #ffffff, -2px 1px 0 #ffffff, -2px 2px 0 #ffffff, -1px -2px 0 #ffffff, -1px -1px 0 #ffffff, -1px 0 0 #ffffff, -1px 1px 0 #ffffff, -1px 2px 0 #ffffff, 0 -2px 0 #ffffff, 0 -1px 0 #ffffff, 0 0 0 #ffffff, 0 1px 0 #ffffff, 0 2px 0 #f9f9f9, 1px -2px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0 0 #ffffff, 1px 1px 0 #ffffff, 1px 2px 0 #f5f5f5, 2px -2px 0 #fdfdfd, 2px -1px 0 #f9f9f9, 2px 0 0 #ffffff, 2px 1px 0 #ffffff, 2px 2px 0 #ffffff;

}

#deposit .bank-schedule ,#withdraw .bank-schedule {
    margin-right: unset !important;
    padding-left: unset !important;
}

#deposit .bank-schedule .list-bank ,#withdraw .bank-schedule .list-bank{
    /* background-color: #fff; */
    background-color:#c1c1c1;
    height: 55px;
}


#deposit .bank-schedule .list-bank div.container-jadwal ,#withdraw .bank-schedule .list-bank div.container-jadwal{
    position: absolute;
    width: 305px;
    right: 5px;
    top: 10px;
}

#deposit .bank-schedule .list-bank div.container-jadwal.row-1, #withdraw .bank-schedule .list-bank div.container-jadwal.row-1{
    top: 20px;
}

#deposit .bank-schedule .list-bank div.jadwal ,#withdraw .bank-schedule .list-bank div.jadwal{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 5px;
}

#deposit .bank-schedule .indicator ,#withdraw .bank-schedule .indicator{
    margin-top: 10px;
}

#deposit .bank-schedule .list-bank:nth-child(2n) ,#withdraw .bank-schedule .list-bank:nth-child(2n) {
    background-color: #eaeaea;
}

#deposit .bank-schedule .list-bank #bank-bca ,#withdraw .bank-schedule .list-bank #bank-bca {
    height: 25px;
    left: 50px;
    top: 13px;
    position: absolute;
}

#deposit .bank-schedule .list-bank #bank-mandiri ,#withdraw .bank-schedule .list-bank #bank-mandiri {
    height: 30px;
    left: 50px;
    top:17px;
    position: absolute;
}

#deposit .bank-schedule .list-bank #bank-cimbniaga ,#withdraw .bank-schedule .list-bank #bank-cimbniaga {
    height: 15px;
    left: 50px;
    top: 20px;
    position: absolute;
}

#deposit .bank-schedule .list-bank #bank-bri ,#withdraw .bank-schedule .list-bank #bank-bri {
    height: 20px;
    left: 50px;
    top: 18px;
    position: absolute;
}

#deposit .bank-schedule .list-bank #bank-bni ,#withdraw .bank-schedule .list-bank #bank-bni {
    height: 20px;
    left: 50px;
    top: 19px;
    position: absolute;
}

#deposit .bank-schedule .list-bank #bank-permata ,#withdraw .bank-schedule .list-bank #bank-permata {
    height: 25px;
    left: 50px;
    top: 9px;
    position: absolute;
}

#deposit .nav-tabs{
    width: 100%;
    padding: 10px 0;
    border:2px solid #ffdd00;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
}

#deposit .nav-tabs li{
    background: none;
    width: 49%;
    border-right: 2px solid #ffdd00;
    border-radius: 0;
    margin-bottom: 0;
}

#deposit .nav-tabs li:before {
    content: none;
}

#deposit .nav-tabs li a{
    font-family: "Zekton";
    font-size: 22px;
    color: #747578;
    border: none;
    padding:0;
}

#deposit .nav-tabs li:last-child{
    border-right:none;
}

#deposit .nav-tabs>li.active>a, #deposit .nav-tabs>li.active>a:focus, #deposit .nav-tabs>li.active>a:hover{
    background: none;
    color: #ffdd00;
}

#deposit .nav-tabs>li>a:focus, #deposit .nav-tabs>li>a:hover{
    background: none;
    color: #ffdd00;
}

.content-deposit table, .content-withdraw table{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 2;
    width: 100%;
    margin-bottom:10px;
}

.content-deposit table tr td,.content-withdraw table tr td{
    vertical-align: middle;
}

.content-deposit table tr td .form-group ,.content-withdraw table tr td .form-group {
    margin: 0;
}

.content-deposit table tr td:nth-child(1),.content-withdraw table tr td:nth-child(1){
    width: 25%;
}

.content-deposit table tr td:nth-child(2),.content-withdraw table tr td:nth-child(2){
    width: 2%;
}

.copy-rekening{
    color: #ffdd00;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.copy-rekening:focus, .copy-rekening:hover{
    color: #d9b400;
    text-decoration: none;
}

#table-voucher .form-group{
margin-bottom: 5px;
}

#table-voucher.verify-img{
    max-width: 95px;
    height: 28px;
}

#table-voucher .refresh-img{
    width: 15px;
}

#table-voucher .captcha-addon{
    height: 42px;
}

#table-voucher .captcha-addon-right{
    overflow: hidden;
    background-color: #e1e6e8;
    border: 1px solid #ccc;
    padding: 0;
}

#table-voucher .form-group .input-group .form-control {
    border: 1px solid #fff;
}

.content-withdraw ,.content-withdraw table{
    margin-top: 0;
}

.content-withdraw table tr td{
    padding: 3px 0;
}

.content-withdraw table tr td span{
    color:#ffdd00 ;
}
/*end deposit and withdraw content css*/

/*mobile content css*/
#mobile .title{
    font-family: Zekton;
    font-size: 24px;
}

#mobile .content-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
}

#mobile .download{
    position: relative;
}

#mobile .download img{
    height: 35px;
    vertical-align:top;
}

#mobile .download button {
    margin: 0 20px 0 10px;
    border-radius: 2em;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    border-color: transparent;
    outline:unset;
    padding: 8px ;
    width: 200px;
}

#mobile .download button.android{
    background: #a1c439;
}

#mobile .download button.android:hover, #mobile .download button.android:active, #mobile .download button.android:focus{
    background: #5d7a2d;
}

#mobile .download button.ios{
    background: #b3b3b3;
}

#mobile .download button.ios:hover, #mobile .download button.ios:active, #mobile .download button.ios:focus{
    background: #7a7a7a;
}

#mobile .download a{
    color: #b3b3b3;
    text-decoration: underline;
}
/*#mobile .download span{*/
    /*position: absolute;*/
    /*left: 240px;*/
    /*top: -10px;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 12px;*/
    /*font-weight: 600;*/
/*}*/

/*#mobile .download button{*/
    /*margin-top: 10px;*/
    /*margin-left: 20px;*/
/*}*/

#mobile .image-dt {
    height: 340px;
    width: 40%;
    margin-bottom: -15px;
    position: relative;
    float: left;
}

#mobile .image-dt img{
    position: absolute;
    bottom: 0;
    right: -20px;
}

#mobile .content-dt {
    float: left;
    width: 60%;
    padding-top: 70px;
    padding-left: 55px;
}

#mobile .image-mm {
    height: 340px;
    width: 50%;
    margin-bottom: -15px;
    position: relative;
    float: left;
}

#mobile .image-mm img{
    position: absolute;
    bottom: 45px;
    right: -45px;
}

#mobile .content-mm {
    float: left;
    width: 50%;
    padding-top: 95px;
    padding-left: 40px;
}
/*end mobile content css*/

/*promotion content css*/
.promotion-item{
    margin-bottom:5px;
    overflow: hidden;
}

#promotion .btn-container {
    text-align: right;
    padding-top: 25px;

}
#promotion .btn-container .btn-green{
    padding: 6px 32px;
    margin-bottom: 10px;
}

#promotion .btn-container .btn-grey{
    padding: 6px 27px;
}

#promotion .info {
    color: #000;
    background: #e5e5e5;
    text-align: left;
    padding: 15px;
    font-size: 13px;
}

/*end promotion content css*/

/*referral content css*/
#referral{
    background: #fff;
}

#referral .content-referral {
    width: 700px;
    margin: 20px auto;
    text-align: center;
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    overflow: hidden;
}

#referral .content-referral.login{
    width: 100%;
    margin: 0;
    text-align: left;
}

#referral .content-referral p {
    padding: 0 10px;
}

#referral .content-referral .btn-green {
    font-size: 19px;
}

.referral-flow {
    width: 400px;
    margin: 40px auto 20px;
    overflow: hidden;
}

.referral-flow .item{
    width: 25%;
    float: left;
}

.referral-flow .item.arrow{
    width: 12.5%;
    height: 100px;
}

.referral-flow .item.arrow:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.referral-flow .item.arrow img{
    vertical-align: middle;
}

.referral-flow .item .circle {
    height: 100px;
    width: 100px;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 135, 0) 0%, rgb( 255, 223, 0 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 255, 135, 0) 0%, rgb( 255, 223, 0 ) 100%);
    border-radius: 4em;
    margin-bottom: 15px;
}

.referral-flow .item .circle:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.referral-flow .item .circle img{
    vertical-align: middle;
}

.referral-flow .item p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

#referral .sidebar-referral{
    padding-right: 0;
}

.sidebar-referral .btn-menu-referral {
    width: 100%;
    border-radius: 5px;
    background: #939393;
    border-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
    padding: 10px 5px;
    margin: 1px 0;
    text-transform: uppercase;
    position: relative;
}

.sidebar-referral .btn-menu-referral:hover ,.sidebar-referral .btn-menu-referral:active ,.sidebar-referral .btn-menu-referral:focus , .sidebar-referral .btn-menu-referral:visited  , .sidebar-referral .btn-menu-referral:focus-within ,.sidebar-referral .btn-menu-referral.active {
    color: white;
    outline: unset;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    border-color: white;
}

.sidebar-referral .btn-menu-referral img{
    position: absolute;
    left: 10px;
    top: 8px;
}
/*end referral conten css*/

/*mm content css*/
#mm {
    position: relative;
    overflow: visible;
}

#mm img {
    position: absolute;
    top:0;
    right: -63px;
}
/*end mm content css*/

/*live casino content css*/
.live-casino{
    overflow: hidden;
}

.live-casino .item{
    width: 16%;
    float: left;
    margin-right: 7.5px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.live-casino .item input[type="checkbox"] {
    display: none;
}

.live-casino .item a{
    text-decoration: none;
}

.live-casino .item img {
    width: 100%;
}

.live-casino .item span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
}

.live-casino .item:nth-child(6n){
    margin-right: 0;
}

.live-casino .item.selected .selected-game,.live-casino .item.selected .counter{
    display: block;
}
.live-casino .selected-game{
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    height: 102px;
    border: 5px solid #62b52b;
    text-align: right;
}

.live-casino .selected-game > img{
    width: 35px;
}

.live-casino .counter{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0 5px;
    color: white !important;
    background: #62b52b;
    border-radius: 4px;
    float: right;
    line-height: 1.5 !important;
    margin-top: 3px;
    display: none;
}
/*end live casino content css*/

/** footer css **/
/*navar footer css*/
#navbar-footer {
    overflow: hidden;
    height: 40px;
    background: #ffdd00;
    width: 100%;
}

#navbar-footer .badge-icon {
    height: 30px;
    float: right;
    margin: 5px 0;
}

#navbar-footer .footer-links {
    padding: 10px 0;
}

#navbar-footer .footer-links li:first-child {
    padding-left: 0;
}

#navbar-footer .footer-links li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 2px;
    color: black;
}

#navbar-footer .footer-links li a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-decoration: none;
}
/*end navbar footer css*/

/*navar footer css*/
#footer {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px;
    background-color: #333333;
    text-align: center;
    font-size: 11px;
}

#footer p{
    text-align: justify;
    color: #fff;
}
/*end navar footer css*/
/** end footer css **/

/*modal login css*/
#modal-login .modal-dialog{
    position: absolute;
    left: 42%;
    top: 25%;
    max-width: 300px;
}

#modal-login .modal-header {
    background: #3a3a3a;
    text-align: center;
    font-family: "Zekton";
    font-size: 22px;
    color: #ffdd00;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#modal-login .modal-body{
    background: #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*end modal login css*/

/*modal featured casino css*/
#modal-featured-casino .modal-dialog{
    width: 1020px;
}

#modal-featured-casino .modal-header {
    background: #ffffff;
    text-align: left;
    font-family: "Zekton";
    font-size: 22px;
    color: #ffdd00;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#modal-featured-casino .modal-header h4 img{
    width: 30px;
    vertical-align: text-bottom;
}

#modal-featured-casino .modal-header p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(119, 120, 123);
    line-height: 1.2;
    text-align: left;
    padding-left: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

#modal-featured-casino .modal-body{
    background: #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#modal-featured-casino .modal-body .notes{
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: rgb(119, 120, 123);
    line-height: 1.2;

}
/*end modal featured casino css*/

/*modal history transaction css*/
#modal-history-transaction h2{
    margin: 0;
}

#modal-history-transaction .modal-dialog {
    width: 1000px;
}

#modal-history-transaction .modal-body {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

#modal-history-transaction .modal-body table{
    width: 100%;
}

#modal-history-transaction .modal-body table .date{
    padding-right: 10px;
}

#modal-history-transaction .sidebar {
    padding: 0;
}

#modal-history-transaction .sidebar .btn-menu-memo {
    width: 100%;
    border-radius: 5px;
    background: #939393;
    border-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
    padding: 10px 5px;
    margin: 1px 0;
    text-transform: uppercase;
}

#modal-history-transaction .sidebar .btn-menu-memo:hover ,#modal-history-transaction .sidebar .btn-menu-memo:active ,#modal-history-transaction .sidebar .btn-menu-memo:focus , #modal-history-transaction .sidebar .btn-menu-memo:visited  , #modal-history-transaction .sidebar .btn-menu-memo:focus-within ,#modal-history-transaction .sidebar .btn-menu-memo.active {
    color: white;
    outline: unset;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    border-color: white;
}

#modal-history-transaction .table-transaction{
    width: 100%;
}

#modal-history-transaction .table-transaction th{
    height: 35px;
    background: #939393;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    border-top: unset;
    text-align: center;
}

#modal-history-transaction .table-transaction td {
    background: #dddddd;
    text-transform: uppercase;
    text-align: center;
}

#modal-history-transaction .table-transaction th:first-child{
    border-top-left-radius: 5px;
}

#modal-history-transaction .table-transaction th:last-child{
    border-top-right-radius: 5px;
}

#modal-history-transaction .table-transaction tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

#modal-history-transaction .table-transaction tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

#modal-history-transaction .wd ,#modal-history-transaction .dp{
    width: 25px;
    height: 23px;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    color: white;
    font-weight: 400;
    display: inline-block;
}

#modal-history-transaction .wd{
    background: #f00c0c;
}

#modal-history-transaction .dp{
    background: #60b945;
}

#modal-history-transaction .notes{
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    color: rgb(119, 120, 123);
    line-height: 1.2;
}

/*end modal history transaction css*/

/*memo content css*/
#memo {
    min-width: unset;
    background: #ffffff;
}

#memo .container-memo{
    overflow: hidden;
    width: 970px;
    margin: 0 auto;
}

.memo .sidebar-memo {
    padding-right: 0;
}

.sidebar-memo .btn-menu-memo {
    width: 100%;
    border-radius: 5px;
    background: #939393;
    border-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
    padding: 10px 5px;
    margin: 1px 0;
    text-transform: uppercase;
}

.sidebar-memo .btn-menu-memo:hover ,.sidebar-memo .btn-menu-memo:active ,.sidebar-memo .btn-menu-memo:focus , .sidebar-memo .btn-menu-memo:visited  , .sidebar-memo .btn-menu-memo:focus-within ,.sidebar-memo .btn-menu-memo.active {
    color: white;
    outline: unset;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 143, 0) 0%, rgb(255, 220, 0)  100%);
    border-color: white;
}

.memo .memo-content{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
}

.memo-content .panel-header{
    height: 35px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #939393;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.memo-content .panel-header span{
    line-height: 2.3;
}

.memo-content .panel-content{
    min-height: 300px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #ddd;
    overflow: hidden;
}

.memo-content .panel-content label{
    text-align: left;
}

.memo-content .panel-content table{
    width: 100%;
}

.memo-content .panel-content table tr:hover {
    background-color: rgba(0,0,0,.075);
}

.memo-content .panel-content table td{
    padding: 10px;
    vertical-align: top;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
}

.memo-content .panel-content table td div{
    background: #c7c7c7;
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    max-width: 450px;
    overflow-wrap:break-word;
}

.memo-content .panel-content table td:nth-child(1){
    width: 40px;
}

.memo-content .panel-content table td:nth-child(2){
    width: 160px;
}

.memo-content .panel-content table td:nth-child(3){
    width: 425px;
}

.memo-content .panel-content table td a:hover, .memo-content .panel-content table td a:focus {
     text-decoration: underline !important;
}

.memo-content .panel-content table td a.read{
    text-decoration: none;
    color: #ff9400;
}

.memo-content .panel-content table td a.delete{
    text-decoration: none;
    color: #939598;
}

/* The container */
#memo .checkbox {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#memo .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#memo .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #939393;
}

/* On mouse-over, add a grey background color */
#memo .checkbox:hover input ~ .checkmark {
    background-color: #939393;
}

/* When the checkbox is checked, add a blue background */
#memo .checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#memo .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#memo .checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#memo .checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bank-status {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    line-height: 1.3;
}
.bank-status .circle {
    top: 1px;
}
.bank-status .col-md-3 .col-md-2 {
    padding: 0px 0px;
    margin-right: 10px;
}
.bank-status p {
    float: left;
    padding-left: 20px;
}

.game-tag-left {
    position: absolute;
    background: #bd181e;
    padding: 2px 6px;
    font-weight: bold;
    left: 0px;
    top: 0px;
    z-index: 5;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    height: auto;
    text-align: center;
    margin-top: 0px;
}
.game-tag {
    position: absolute;
    background: #bd181e;
    padding: 2px 6px;
    font-weight: bold;
    right: 0px;
    top: 0px;
    z-index: 5;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    height: auto;
    text-align: center;
}

.game-box-slots {
    position: relative;
}