.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;
    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: hsl(22deg 97% 51%);
    padding: 5px 20px 5px 20px;
    color: white;
    font-size: 13px;
}
.result-controls-button .controller{
    border: none;
    outline: none;
    background: rgb(25,194,186);
    padding: 3px 9px 5px 8px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
}
.result-balls {
    color: white;
    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;
    color: black;
}
.news-detail {
    padding: 0px 12px 0px 12px;
}
.news-detail .list-berita {
    padding: 10px;
    background: #ffffff;
    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;
    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;
    color: black;
    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: #19C2BA;
    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;
    color: black;
}
.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;
    color: black;
    background: #f2f2f2;
}
.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;
    color: black;
}
.bank-boxs {
    padding: 0px 12px 12px 12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd3337+0,fc3337+62,e93235+70,a02d2f+92,8b2c2e+100 */
	background: #fd3337;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fd3337 0%, #fc3337 62%, #e93235 70%, #a02d2f 92%, #8b2c2e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fd3337 0%, #fc3337 62%, #e93235 70%, #a02d2f 92%, #8b2c2e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fd3337 0%, #fc3337 62%, #e93235 70%, #a02d2f 92%, #8b2c2e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd3337', endColorstr='#8b2c2e', GradientType=0);
	/* IE6-9 */

    margin: 0px auto;
    /*box-shadow: 0px 8px 10px rgba(174, 174, 174, 0.12),
        -10px 8px 15px rgba(174, 174, 174, 0.12), 10px 8px 15px rgba(174, 174, 174, 0.12);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1.5px solid #f0f0f0;*/
}
.list-bank-box {
    width: 100%;
    background: #ffffff;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-bank-box .bank-detail {
    width: 75%;
    color: black;
    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: white;
    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: white;
    text-align: center;
}
.shio-caption h3 {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    color: #ffffff !important;
}
.shio-button {
    width: 70px;
    height: 70px;
    border: 1px solid #19C0B7;
    margin-right: 5px;
    border-radius: 10px;
    margin-left: 5px;
}
.shio-button:hover {
    background: #0ca2bf;
}
.svg-icon {
    width: 100%;
    height: 100%;
    background: #19C0B7;
}
.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: hsl(0deg 0% 9%);
    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;
}
.referral-grid .table tbody tr:nth-of-type(even){
	background: #cccccc !important;
}
.referral-grid .table tr td:nth-child(2){
	color: #19C2BA;	
    text-align: right;
}
.referral-trick {
    background: #0D6E6C;
    color: white;
    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;
}
.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;
}