.body-purple {
    background: #180b28;
}
.navbar-new {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav-item-new {
  width: 100%;
  text-align: center;
}
.result-title {
    display: flex;
    align-items: center;
    padding: 15px 10px 0px 10px;
}
.result-title img {
    width: 30px;
}
.result-title h2 {
    font-size: 14px;
    /*color: white;*/
    color: black;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 10px;
}
.result-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px 12px;
}
.result-controls-title {
    /*background: #180b28;*/
    background: #ffa221;
    padding: 5px 20px 5px 20px;
    color: white;
    font-size: 13px;
}
.result-controls-button .controller{
    border: none;
    outline: none;
    /*background: #180b28;*/
    background: #ffa221;
    padding: 3px 9px 5px 8px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
}
.result-balls {
    /*color: white;*/
    color: #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 1px;
    font-weight: bold;
    margin-left: 2px;
}
.result-balls .pink {
    background: #d52166;
}
.result-balls .cyan {
    background: #00aa8b;
}
.result-balls .purple {
    background: #ca06f1;
}
.result-balls .brown {
    background: #6b440d;
}
.result-balls .green {
    background: #32c12b;
}
.each-result-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}
.news-detail {
    padding: 0px 12px 0px 12px;
}
.news-detail .list-berita {
    padding: 10px;
    /*background: #e3e3e3;*/
    background: #ebe9dd;
    margin-top: 10px;
    box-shadow: 0px 1px 1px #180b28;
}
.list-berita h3 {
    font-size: 16px;
    margin: 5px 5px 5px 0px;
    color: black;
}
.section-title {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-title .title-name {
    display: flex;
    align-items: center;
}
.section-title .title-name img{
    width: 30px;
}
.section-title .title-name h3{
    font-size: 16px;
    font-weight: bold;
    /*color: white;*/
    color: black;
    margin-left: 10px;
    margin-bottom: 0px;
}
.section-title .title-control a{
    font-size: 16px;
    color: white;
    border-bottom: 1px solid #fff;
}
.list-games-index {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.each-game-index {
    position: relative;
}
.each-game-caption {
    position: absolute;
    z-index: 99;
    display: flex;
    bottom: 0;
    width: 100%;
}
.each-game-caption > img{
    border-radius: 12px;
}
.each-game-caption > .each-game-title{
    width: 80%;
    padding: 5px;
    background: white;
    text-align: center;
    border-bottom-left-radius: 12px;
    font-size: 14px;
    font-weight: bold;
}
.each-game-caption > .each-game-info{
    width: 20%;
    padding: 5px;
    background: #180b28;
    text-align: center;
    color: white;
    border-bottom-right-radius: 12px;
}
.each-game-caption > .each-game-info img{
    margin-top: 2px;
}
.icon-jowopools {
    width: 25px;
}
.icon-jakarta {
    width: 35px;
}
.icon-hongkong {
    width: 30px;
}
.winner-box-list {
    width: 100%;
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background: white;
    border-radius: 10px;
}
.winner-box-list .pools-box-winner {
    border-right: 3px solid #125a68;
    padding: 10px;
}
.pools-box-winner:last-child {
    border-right: none !important;
}
.pools-box-winner .pools-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pools-box-winner .pools-box-title h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.pools-box-winner .pools-box-caption {
    display: flex;
    align-items: center;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.pools-box-winner .pools-box-caption .green {
    background: #14b489;
}
.pools-box-winner .pools-box-caption .purple {
    background: #7b5396;
}
.pools-box-winner .pools-box-caption .caption-title {
    width: 20%;
    color: white;
}
.pools-box-winner .pools-box-caption .caption-title-winner {
    width: 80%;
    background: white;
    padding: 5px;
}
.pools-box-winner .winner-list {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    word-break: break-word;
    margin-top: 10px;
    height: 4em;
}
.bank-boxs {
    padding: 0px 12px 12px 12px;
    /*background: #805095;*/
    background: #ffffff;
}
.list-bank-box {
    width: 100%;
    /*background: white;*/
    margin-top: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-bank-box .bank-detail {
    width: 75%;
    color: #fff;
    display: grid;
    grid-gap: 2px;
}
.bank-detail-text h3 {
    font-size: 14px;
    font-weight: bold;
}
.bank-detail-text p {
    font-size: 12px;
    margin: 0 0 5px;
}
.grid-2 {
    grid-template-columns: 1fr 1fr;
}
.bank-status-box {
    background: #393939;
    width: 130px;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
}
.status-online {
    color: #81f93e;
}
.status-offline {
    color: #ff3939;
}
.status-gangguan {
    color: #ffc600;
}
.bank-legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.bank-legend .legend {
    display: flex;
    align-items: center;
}
.dot-legend {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.legend-text {
    color: #000;
    margin-left: 5px;
}
.dot-online{
    background: #66ae3e;
}
.dot-offline{
    background: #c93232;
}
.dot-trouble{
    background: #ffc600;
}
.payment-partners-new {
    margin-top: 5px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
}
.payment-partners-new .box-bank {
    padding: 10px;
    background: white;
    height: 35px;
    border-radius: 10px;
}
.box-bank-voucher {
    padding: 10px;
    background: white;
    height: auto;
    border-radius: 10px;
    text-align: center;
}
.logo-footer-new {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.shio-caption {
    color: rgb(0, 0, 0);
    text-align: center;
}
.shio-caption h3 {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}
.shio-button {
    width: 70px;
    height: 70px;
    border: 1px solid #0ca2bf;
    margin-right: 5px;
    border-radius: 10px;
    margin-left: 5px;

    background: #001314;
}
.shio-button:hover {
    /*background: #0ca2bf;*/

    background: rgb(32,255,246) !important;
    background: -moz-linear-gradient(180deg, rgba(32,255,246,1) 0%, rgba(3,50,56,1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(32,255,246,1) 0%, rgba(3,50,56,1) 100%) !important;
    background: linear-gradient(180deg, rgba(32,255,246,1) 0%, rgba(3,50,56,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20fff6",endColorstr="#033238",GradientType=1) !important;
}
.svg-icon {
    width: 100%;
    height: 100%;
    /*background: #0ca2bf;*/
    background: #504f51 ;
}
.svg-icon:hover {
    background: #fff;
}
.referral-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
}
.referral-grid .table {
    border: none;
}
.referral-grid .table thead {
    /*background: #805095;*/
    background: #199593;
    color: white;
}
.referral-grid .table tr, .referral-grid .table td, .referral-grid .table th {
    border: none;
    font-weight: bold;
    padding: 15px;
}
.referral-grid .table tbody tr:nth-of-type(odd){
	/*background: #ffffff !important;*/
    background: #eeece0 !important;
}
.referral-grid .table tbody tr:nth-of-type(even){
	/*background: #cccccc !important;*/
    background: #ffffff !important;
}
.referral-grid .table tr td:nth-child(2){
	color: #1C9D99;
    text-align: right;
}
.referral-trick {
    /*background: #805095;*/
    background: #ececec;
    /*color: white;*/
    color: black;
    padding: 15px;
    min-height: 78%;
}
.referral-trick .title {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    height: 40px;
}
.referral-trick ol {
    font-size: 15px;
}
.referral-trick ol li {
    margin-top: 15px;
}
.register-box .input-group-text img {
    width: 130px;
    margin-top: -7px;
    margin-left: -13px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
h2.deposit-title {
    color: #fff;
}
.body-before-login .download-page .row{
    margin: 0;
    justify-content: center;
}
.body-before-login .download-page .download-content{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.body-before-login .download-page .download-link-container{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.body-before-login .download-page .download-link-item{
    display: flex;
    position: absolute;
    flex: 1;
    flex-direction: column;
    margin-right: 50px;
    text-align:center;
}
.body-before-login .download-page .download-link-item-title {
    color: white;
    font-size: x-large;
}
.body-before-login .download-page .download-link-btn{
    display: flex;
    color: white;
    align-items: center;
    background: #13c15f;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.body-before-login .download-page .download-link-btn-img{
    width:55px;
}
.body-before-login .download-page .download-link-item-panduan,
.body-before-login .download-page .download-link-item-panduan:hover {
    color: white;
    text-decoration: underline;
}
