body ,dl, ol, ul{
    padding: 0;
    margin: 0;
} 
a:hover{
	color: #ffffff;
}
html { 
	scroll-behavior: smooth;
}

.mainPage{
	background: none;
}
.middle {
    background: var(--bs-bg-middle);
}
.header {
    padding: 10px 0 5px 0;
}
}
h3.day {
    font-size: 1.2rem;
	font-weight: bold;
}
.menu-header {
    max-width: 100%;
}
.menu-list .provider_logo img {
    width: 85%;
}
.menu-list img#microgaming {
    padding-top: 6px;
}
.menu-list img#habanero {
    padding-top: 1px;
}
.menu-list:hover {
    background: var(--bs-tab-color-hover);
    box-shadow: none;
}
h2.text-big.text-bold.m-0 {
    font-weight: bold;
    letter-spacing: 3px;
	color: var(--bs-textlive);
}
h3.m-2.day.text-bold {
    color: var(--bs-textday);
}
body {
    background: var(--bs-bg-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Mulish', sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: .75px;
    color: var(--bs-bodytext);
    line-height: 1.6;
	height: 100%;
}
#contentHolder .provider_logo {
  background: #00b7ff;
  border-radius: 0px 0 16px 16px;
  padding: 4px 12px;
}

.container {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
    position: relative;
}

.logo {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 9px;
}
.imgLogo {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 5px;
}
.menu-header {
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu-list{
    text-decoration: none;
    cursor: pointer;
    background-color: var(--bs-tab-color) ;
    color: #000;
	height: 100%;

}
.menu-list.daftar {
    background: linear-gradient(to bottom,#2cff00 5%,#03933d 100%);
    background-color: #03933d;
    color: #fff;

}
.clear {
    clear: both;
}

a:visited {
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.row>* , .row {
	padding: 0;
	margin: 0;
}

.provider_logo {
    max-width: 200px;
    margin: 0 auto;
}
.frame {
  padding: 10px;
  border-radius: 10px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  background: #30030761;
}
.loader{
	display:block;
	margin:120px auto;

}
.preloader{
    display: block;
    position: absolute;
    margin: 60px auto auto;
    width: 100%;
}
.provider_logo img{
	width : 100%;
}
.item-img {
    margin: 2px;

}
.flipCard {
    text-align: center;
    perspective: 1000px;
    display: grid;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
	
}
@-webkit-keyframes flow{
	0%{
		left:-60px;opacity:0;
	}
	50%{
		left:0px;opacity:0.7;
	}
	75%{
		left:14px;opacity:0.3;
	}
	100%{
		left:16px;opacity:0;
	}
}
@keyframes flow{
	0%{
		left:-60px;opacity:0;
	}
	50%{
		left:0px;opacity:0.7;
	}
	75%{
		left:14px;opacity:0.3;
	}
	100%{
		left:16px;opacity:0;
	}
}

@keyframes pulse{
	0%{
		-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);
	}
	50%{
		-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);
	}
	100%{
		-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);
	}
}
@-webkit-keyframes pulse{
	0%{
		-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);
	}
	50%{
		-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);
	}
	100%{
		-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);
	}
}
.pulse {
    animation: pulse 1.8s infinite alternate;
    -webkit-animation: pulse 1.8s infinite alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.extra img {
    width: 100%;
}
.extragacor {
    width: 100px;
    position: absolute;
    z-index: 12;
    right: -12px;
    top: -6px;
    padding: 2px 5px;
    /*display: none;*/
}
.status {
    font-size: 11px;
    padding: 3px 0;
}
.statusgacor {
    position: absolute;
    padding: 3px 15px 3px 15px;
    left: -5px;
    width: auto;
    text-align: Left;
    top: 0px;
    min-width: 126px;
    z-index: 11;
    font-weight: 700;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 55%);
    -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    border-radius: 3px 3px 3px 0;
}
.green {
    background-color: var(--bs-greenbar);
}
.miring {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.flow {
    background: rgb(255,255,255);
    top: -3px;
    width: 100%;
    height: 24px;
    z-index: -1;
    position: absolute;
    -webkit-animation: flow 1.5s linear infinite;
    -moz-animation: flow 1.5s linear infinite;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: -moz-linear-gradient(left,rgba(255,255,255,0)0%,rgba(255,255,255,0)1%,rgba(255,255,255,0.75)100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.75)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0)0%,rgba(255,255,255,0)1%,rgba(255,255,255,0.75)100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0)0%,rgba(255,255,255,0)1%,rgba(255,255,255,0.75)100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0)0%,rgba(255,255,255,0)1%,rgba(255,255,255,0.75)100%);
    background: linear-gradient(to right,rgba(255,255,255,0)0%,rgba(255,255,255,0)1%,rgba(255,255,255,0.75)100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1 );
}
.ribbonkecil {
    position: absolute;
    height: 15px;
    padding: 3px 0;
    background: #5a5a5a;
    left: -2px;
    border-radius: 2px 0 0 0;
    width: 32px;
    top: 23px;
    z-index: -10;
    -webkit-transform: skew(49deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
.nyedot {
    position: absolute;
    padding: 5px;
    z-index: 10;
    opacity: 0.5;
    display: block;
    width: 100%;
}
.item-img-game {
    width: 100%;
	max-height: 154px;
    min-height: 154px;	
}
.event {
    letter-spacing: .2px;
    font-size: 10px;
    padding: 3px 0;
    font-weight: 700;
    z-index: 11;
    border-right: 8px solid #00c3ff;
    border-left: 8px solid #00c3ff;
	background: #00c3ff;
}
.nama_game {
    font-weight: 700;
    width: 100%;
    z-index: 11;
    font-size: 11px;
    background: #4632bf;
    padding: 3px 0;
	color: var(--bs-textcolor-games);

}
.percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
	border-right: 8px solid #4632bf;
	border-left: 8px solid #4632bf;
    margin: 0 auto;
}
.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}
.percent-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width.6s ease;
    z-index: 10;
}
.see {
    border-top: none;
    background: #4632bf;
}
.lihat {
	background-color: var(--bs-tips);
    display: inline-block;
    cursor: pointer;
    color: var(--bs-tipstext);
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    padding: 6px;
    margin: 10px 0 5px 0;
    border-top: none;
    text-decoration: none;

}
.none {
    pointer-events: none;
}
.red {
    background-color: #853e45;
}
.yellow {
    background-color: var(--bs-yellowbar);
    color: #000;
}
.grayscale {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.border-gray {
    border-color: #575757;
}
.bg-gray {
    background: #2e2e2e;
    background-color: #2e2e2e;
    color: #858585;
}
.see-gray {
    background: #575757;
}
.border-gray-btn {
    background: #484848;
    background-color: #484848;
}
.item-frame {
    width: 20%;
}
@media only screen and (max-width: 1200px){
.item-frame {
    width: 25%;
}
}
@media only screen and (max-width: 800px){
.extragacor {
    width: 90px;
}
.event {
    font-size: 8px;
}
.hijau, .lihat {
    font-size: 14px;
}
}
@media only screen and (max-width: 780px){
.item-frame {
    width: 50%;
}
.extragacor {
    width: 130px;
}
.event {
    font-size: 10px;
}
.menu-list {
    font-size: 15px;
	margin: 2px;
	
}
}
@media only screen and (max-width: 500px){
.extragacor {
    width: 77px;
}
.event {
    font-size: 8px;
}
}
@media only screen and (max-width: 400px){
.status {
    font-size: 8px;
}
.extragacor {
    width: 77px;
}
.menu-list{
    padding: 6px 0;
    font-size: 12px;
}
.event {
    font-size: 2vw;
    border-width: 5px;
}
.percent p {
    font-size: 12px;
}
.lihat {
    margin: 7px 0 2px 0;
}
.hijau, .lihat {
    font-size: 3vw;
}
}
@media only screen and (max-width: 325px){
.status {
    font-size: 7px!important;
}
}
@media only screen and (max-width: 300px){
.status {
    font-size: 6px!important;
}
}
@media (max-width: 658px){
.modal-dialog {
    width: 500px;
    margin: 100% auto;
}
.rtp-live-frame {
    font-size: 20px!important;
}
.menu-button {
    width: 50%;
	padding: 4px 0;
}
.menu-button.join {
    /*width: 100%;*/
}
}
@media (max-width: 560px){
.rtp-live-frame {
    font-size: 17px;
}
.star {
    max-width: 240px;
    top: -95px!important;
    left: 58px!important;
}
.modal-dialog {
    width: 350px;
    margin: 100% auto;
}
.close {
    display: none;
}
.kiri-modal {
    display: flex;
}
.kiri-modal, .kanan-modal {
    width: 100%;
}
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-content {
    position: relative;
    background: var(--bs-bg-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	max-width: 400px;
}
.modal-body {
    padding: 0;
}
.close {
    background: linear-gradient(to bottom,#fcff00 5%,#ffc800 100%);
    font-weight: 700;
    top: -10px;
    right: -10px;
    position: absolute;
    font-size: 30px;
    border-radius: 8px;
    padding: 0 8px;
    height: 38px;
    line-height: 0px;
	font-family: initial;
}
.frame-modal {
    padding: 6px;
}
.star {
    max-width: 240px;
    position: absolute;
    width: 100%;
    top: -60px;
    left: -15px;
    z-index: 10;
}
.border-green {
    border-color: #00bb2b!important;
}

.border-isi-modal {
    border: 3px solid;
}
.isi-modal {
    width: 100%;
    padding: 10px;
}
#name-game-last {
    display: none;
}

.game-modal-green {
    margin: 0 0 5px 0;
    text-align: center;
    border: 2px solid #4632bf;
    border-radius: 5px;
}

.kiri-modal {
    width: 30%;
    float: left;
    position: relative;
}

.img-modal {
    border-radius: 5px 5px 0 0;
    border: 2px solid;
	height: 160px;

}
.kiri-modal-kiri {
    margin-top: 8px!important;
}

.kiri-modal-kiri img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.petir-modal {
    position: absolute;
    width: 150%!important;
    top: -15px;
    left: -44px;
}
.pc-green {
    border: 2px solid #00bb2b;
}
.percent_modal {
    height: 31px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}
.percent_modal p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    transform: translateY(14px);
    color: black;
}
.kiri-modal-kanan {
    display: none;
}
.kanan-modal {
    width: 100%;
    
}
.txt-pro{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}	
.txt-tips{
	color: #000;
    font-weight: 600;
    font-size: 16px;
}
.frame-kanan-modal li.list-group-item {
    border: none;
}
.frame-kanan-modal {
    margin-left: 0px;
}
.name-modal-game {
    font-weight: 700;
}

.rtp-live-frame {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.rtp-live-green {
    border: 2px solid #00bb2b;
    border-radius: 5px;
}
.rtp-name {
    margin: 5px;
    border-radius: 2px;
}
.bg-green {
    background-color: #00bb2b;
    border: 3px solid #00bb2b;
    color: #000;
}
.pola-text {
    font-size: 12px;
}

.frame-rtp-green {
    font-size: 12px;
    border: 2px solid #00bb2b;
    padding: 5px 10px;
    border-radius: 5px;
	text-align: left;
}
.text-green {
    color: #00bb2b;
}
.pola-rtp {
    font-weight: 600;
}
.noted-modal {
    font-size: 11px;
    text-align: center;
    color: white;
    margin-top: 10px;
    color: yellow;
}
.flex-button-last {
    display: flex;
}
.button-last-kiri, .button-last-kanan {
    width: 50%;
}
.lg-green {
    background: linear-gradient(to bottom,#00bb2b 5%,#008b20 100%);
    background-color: #00bb2b;
    color: #fff;
}

.login {
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    font-weight: 700;
    padding: 7px;
    margin: 10px 0 2px 0;
    border-top: none;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 8px 8px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}
.link-mobile {
    display: block;
    text-align: center;
    background: none;
    color: var(--bs-textlink);
    font-size: 14px;
    margin: 10px auto 0px auto;
    border-radius: 5px;
    font-weight: 200;
}
.modal-backdrop.show {
    opacity: 0.8;
}
@media (max-width: 660px){
.img-modal {
	height: 152px;

}
.kiri-modal-kiri {
    margin-top: 0px!important;
}

	
.kiri-modal{
    width: 33%;
}
.kanan-modal {
    width: 100%;
}
}
@media (max-width: 560px){
.kiri-modal, .kanan-modal {
    width: 100%;
}
#persen-dekstop {
    display: none;
}
.petir-modal {
    position: absolute;
    width: 58%!important;
    top: -13px!important;
    left: -22px!important;
    max-height: 182px!important;
}
.kiri-modal-kiri {
    width: 46%;
    display: block;
    padding-right: 1%;
}
.kiri-modal-kanan {
    width: 54%;
    display: block;
}
.modal-content {
    width: 350px;

}
.isi-modal {
     padding: 6px;
}
.kiri-modal .img-modal {
    border-radius: 5px;
}
.game-modal-green, .game-modal-yellow {
    font-size: 11px;
}
.rate-game-mobile {
    font-size: 35px;
    line-height: 37px;
}
.maxwin-game-mobile {
    margin-top: -8px;
    font-weight: 800;
}
.rtp-live-frame {
    font-size: 17px!important;
}
#persen-mobile {
    display: flex;
    margin: 5px auto 0 0px;
    border-radius: 5px;
    height: 34px;
}
#name-modal-dekstop, #rtp-dekstop {
    display: none;
}
.frame-kanan-modal {
    margin-left: 0px;
}
.pola-text {
    text-align: center!important;
    font-size: 11px;

}
.noted-modal {
    font-size: 9px;
}
.link-mobile {
    font-size: 12px;
    margin: 5px auto 0px auto;
}
.kiri-modal-kiri img {
    max-height: 142px;
}	
}
@media (max-width: 375px){
.modal-content {
    width: 285px;

}
.star {
    left: 23px!important;
}
#name-game-middle {
    display: none;
}
.rate-game-mobile {
    font-size: 42px;
    line-height: 41px;
}
.maxwin-game-mobile {
    font-size: 13px;
}
.kiri-modal-kiri img {
    max-height: 113px;
}	
#name-game-last {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
}


.border-modal{
  border-color: #4632bf; !important;
}
.game-modal-yellow {
  margin: 0 0 8px 0;
  text-align: center;
  border: 2px solid #4632bf;
  
}
.pc-yellow {
  border: 2px solid #ffc107;
}
.rtp-live-yellow {
  border: 2px solid #ffc107;
  border-radius: 5px;
}
.bg-yellow {
  background-color: #ffc107;
  border: 3px solid #ffc107;
  color: #000;
}
.text-yellow {
  color: var(--bs-tipstext-color) ;
}
.frame-rtp-yellow {
	font-size: 12px;
    border: 2px solid transparent;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    background: var(--bs-bg-contentmodal);
}
.lg-yellow {
	background: linear-gradient(to bottom,#0ff 5%,#007cff 100%);
	background-color: #00c3ff;	
    color: #fff;
}

.button-last-kiri button {
	color: var(--bs-textbut-start)
}
.button-last-kanan button {
	color: var(--bs-textbut-tutup)	
}

.percent .percent-bar{
	animation-name: progressAnimation;	
	animation-duration: 2s, 1s ;
	animation-iteration-count: 1, infinite;
	
  
}


@keyframes progressAnimation {
  
  0%   { width: 0%}
  100% { width: absolute}
  
}

div#tabContent {
    border-top: 5px solid;
    border-color: #4632bf;
}

.col.menu-button.active a div {
    background-color: #4632bf;
}
.h2, h2 {
    font-size: 1.1rem;
}
.h3, h3 {
    font-size: 1rem;
}
:root{
	--bs-bg-color: #151128;
	--bs-bg-middle: #221c3e;
	--bs-bodytext: #ffffff;
	--bs-tab-color: #221c3e;
	--bs-tab-color-active: #4632bf;
	--bs-tab-color-hover: #4632bf;
	--bs-border-color: #4632bf;
	--bs-color-games: #4632bf;
	--bs-textcolor-games: #ffffff;
	--bs-color-percent: #4632bf;
	--bs-greenbar: #00bb2b; 
	--bs-yellowbar: #ffc107;
	--bs-tips: #221c3e;	
	--bs-bg-header: linear-gradient(to right,#320a4c 0%,#470a30 100%);
	--bs-tipstext: #ffffff;
	--bs-textlive: #ffffff;
	--bs-textday: #ffffff;
	--bs-border-modal: #4632bf;
	--bs-button-start: #4632bf;
	--bs-textbut-start: #ffffff;
	--bs-button-tutup: #4632bf;
	--bs-textbut-tutup: #ffffff;	
	--bs-textlink: #ffffff;
	--bs-bg-contentmodal: #f9f9f8;
	--bs-tipstext-color: #07aeff;
}