@font-face {
    font-family: 'Rototo';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/web/Roboto-Regular.ttf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/web/Blinker-Regular.ttf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/web/Gilroy-Light.otf') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Rototo Bold';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/web/Roboto-Bold.ttf') format('woff2');
    font-display: swap;
}

body {
	background-color: #000000;
	color: #fff;
    font-family: 'Rototo', sans-serif;
    position: relative;
    padding-top: 74px;
}
.header-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: 74px;
    position: relative;
    background-color: var(--color-dark-gray);

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.logo {
	background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 210px;
    line-height: 3.5em;
    background-position: center;
}
.logo-wrap {
    position: relative;
    width: 220px;
    height: 34px;
}

#frmLogin-model {
    padding: 1rem;
}

.runing-text {
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.runing-text p {
    color: #fff;
    text-align: center;
    font-size: .8rem;
}
.runing-text-wrap svg {
	width: 20px;
	filter: invert(1);
	float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.runing-text-wrap {
	background-color: var(--color-dark-gray);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-height: 36px;
}
.navigate-wrap .nav-item h2 {
    color: #fff;
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-transform: uppercase;
}
.navigate-wrap #child {
    overflow: auto;
    overflow-x: visible;
}
.navigate-wrap #child::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.navigate-wrap .nav-item {
    position: relative;
    height: 80px;
}
.navigate-wrap .nav-item a img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 5px;
    object-fit: contain;
    width: 80px;
    height: 57px;
}
.navigate-wrap .nav-item a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 70px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.daily-spin-badge a::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
}
.tab-wrap .nav-tabs .nav-item {
    /* color: #fff; */
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 0;
    flex: 1;
    border-right: .3px solid var(--color-2);
    font-family: 'Roboto', sans-serif;
    padding: .55rem 0;
    /* background-color: var(--color-light-orange); */
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    /* background-image: var(--tab-active-background); */
}
.tab-wrap .nav-tabs .nav-item.active {
    /* background-color: var(--color-dark-orange); */
    /* background-image: var(--tab-active-background); */
    /* background-size: contain; */
    /* color: var(--btn-active) !important; */
    /* color: #fff; */
}
.tab-wrap {
    height: 446px;
    border-radius: 3px;
    position: relative;
    margin-bottom: .5rem;
}
.tab-wrap .tab-content {
    height: 400px;
    background-color: var(--color-dark-gray);
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs {
    border-bottom: none;
    display: flex;
}
.nav-tabs .nav-link:first-child {
    border-top-left-radius: 0;
}
.nav-tabs .nav-link:last-child {
    border-top-right-radius: 0;
    border-right: none;
}
.sidebar-blog {
    margin-bottom: 0.5em;
    background-color: var(--color-dark-gray);
}
.sidebar-left {
    color: #fff;
}
.sidebar-blog .title > h3,
.m-bank-blog .title > h3,
.m-contact-blog .title > h3 {
    margin-bottom: 0;
    font-size: 1em !important;
}
.contact-blog ul li {
    text-align: center;
    flex: 20%;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
}
.contact-blog ul li .contact-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
    fill: #fff;
}
.contact-blog ul {
    display: grid;
    justify-content: center;
    width: 100%;
    grid-gap: 10px 6px;
    grid-template-columns: repeat(auto-fit,minmax(56px,max-content));
}
.contact-blog ul li img {
    width: 45px;
}
.social-wrap,
.bank-wrap {
    padding: 10px;
}
.sidebar-blog .title > img,
.m-bank-blog .title > img,
.m-contact-blog .title > img {
    width: 40px;
    margin-right: 10px;
    float: left;
}
.sidebar-blog .title::after {
    content: " ";
    clear: both;
}
.bank-blog ul {
    margin-bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 7px;
}
.bank-blog ul li {
    /* width: 30%; */
    max-width: 48%;
    flex: 48%;
    background-color: #fff;
}
.bank-blog ul li > img {
    /* width: 70px;
    height: 35px; */
    width: 110px;
    height: auto;
}
.link {
    padding: 0.5em;
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-transform: capitalize;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.home-game-wrap .link {
    width: 55%;
    height: 35px;
}
.special-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    gap: 15px;
    margin-bottom: 0;
    height: 35px;
}
.special-menu ul li {
    flex: 20%;
    position: relative;
    height: inherit;
    /* background-image: var(--tab-background); */
	background-size: contain;
    color: var(--btn-active);
}
.special-menu ul li > a {
    text-align: center;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 0;
    /* background-color: var(--color-light-orange); */
    width: 100%;
}
.special-menu ul .special-li:first-child {
    background-image: var(--tab-active-background) !important;
}

.special-menu ul .special-li {
    flex: 20%;
    position: relative;
    height: inherit;
    background-image: var(--tab-background);
    background-size: contain;
}
.special-menu ul .special-li:first-child > a {
    background-color: transparent !important;
    background-repeat: no-repeat;
}

.special-menu ul .special-li > a {
    text-align: center;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 0;
    width: 100%;
    background-size: contain;
    background-color: transparent;
}


.special-menu ul li:first-child > a {
    /* color: var(--btn-active); */
    /* background-color: var(--color-dark-orange);
    background-image: var(--tab-active-background);
	background-size: contain; */
}
.special-menu ul .special-li:hover {
    background-image: var(--tab-active-background) !important;
    background-color: transparent !important;
}

.special-menu ul .special-li > a:hover {
    background-color: transparent !important;
}

.special-menu ul li > a:hover {
    text-decoration: none;
    /* background-color: var(--color-dark-orange); */
    /* color: #fff; */

}
.special-menu ul li:last-child::after{
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: -9px;
    right: 2px;
    background-size: contain;
}
.special-menu {
    background-color: var(--color-dark-gray);
    /* padding: 0.8rem; */
    padding: 2.8rem 0.8rem 0.8rem 0.8rem !important;
    position: relative;
}
.tab-wrap > nav {
    position: relative;
}
.tab-wrap .tab-content .tab-pane > div {
    padding: 0.5em;
}
.tab-wrap .tab-content .tab-pane .d-flex {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}
.tab-wrap .tab-content .tab-pane .d-flex:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.tab-wrap .tab-content .tab-pane > div > div {
    width: 100%;
    padding-right: 15px;
}
.m-tab-content .deposit-info > div,
.m-tab-content .withdraw-info > div,
.m-tab-content .winner-info > div {
    width: 100%;
    padding-right: 15px;
}
.home-game-wrap {
    margin-top: .5em;
    margin-bottom: .5em;
}
.home-game-wrap .game .game-header {
    background-color: var(--color-dark-orange);
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    position: relative;
    height: 50px;
}
.home-game-wrap .game .game-header .game-title {
    margin-bottom: 0;
    font-size: 1.2em !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    text-transform: uppercase;
}
.home-game-wrap .game-header::before {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.home-game-wrap .game .game-body {
    padding: .8rem;
}
.home-game-wrap .game .game-body ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: 0;
}
.home-game-wrap .game .game-body ul li {
    flex: 50;
    position: relative;
}
.home-game-wrap .game .game-body ul li.img-outline img {
    border: none;
    padding: 2px;
}
.home-game-wrap .game .game-body ul li.img-outline {
    background: transparent;
}
.home-game-wrap .game .game-body ul li > img {
    width: 100%;
    border: 1.5px solid var(--border-color);
    position: relative;
    z-index: 1;
}
.home-game-wrap .game .game-body .hide-image {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.home-game-wrap .game .game-body .hide-image li {
    flex: 50;
    position: relative;
}
.home-game-wrap .game-header.hot-game-icon::before {
    /* background-image: var(--hot-game-svg); */
}
.home-game-wrap .game-header.sport-game-icon::before {
    /* background-image: var(--sport-svg); */
}
.home-game-wrap .game-header.casino-game-icon::before {
    /* background-image: var(--casino-svg); */
}
.home-game-wrap .game-header.poker-game-icon::before {
    /* background-image: var(--poker-svg); */
}
.home-game-wrap .game-header.togel-game-icon::before {
    /* background-image: var(--togel-svg); */
}
.home-game-wrap .game-header.arcade-game-icon::before {
    /* background-image: var(--arcade-svg); */
}
.home-game-wrap .game-header.cockfight-game-icon::before {
    /* background-image: var(--cockfight-svg); */
}
.home-game-wrap .game-header.slot-game-icon::before {
    /* background-image: var(--slot-svg); */
}
.home-game-wrap .game {
    margin-bottom: .5em;
    background-color: var(--color-dark-gray);
}
.content-wrap h1 {
    font-size: 16px !important;
}
.content-wrap .content-body {
    overflow: hidden;
    color: #d6d8d9;
    font-size: 14px;
}
.content-wrap .content-body h2,
.content-wrap .content-body h1 {
    font-size: 1.5rem !important;
}
.content-wrap .content-body[data-collapse="false"] {
    height: 110px;
}
.content-more,
.content-more:hover {
    color: var(--color-light-orange);
    font-size: 14px;
}
.content-wrap {
    margin: 1em 0;
}
footer .ft-menu-wrap ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
footer .ft-menu-wrap ul li a > img {
    width: 30px;
    filter: invert(1);
}
footer .ft-menu-wrap .whatsapp img {
    padding: 2px;
    filter: initial;
}
footer .ft-menu-wrap .chat div {
    background-color: red;
    -webkit-mask: url('/img/footer_menu/chat.svg') no-repeat center;
    mask: url('/img/footer_menu/chat.svg') no-repeat center;
    -webkit-animation: rainbow-color 15s infinite alternate linear;
    -moz-animation: rainbow-color 15s infinite alternate linear;
    width: 30px;
    height: 30px;
    margin: auto;
}
footer .ft-menu-wrap .profile img,
footer .ft-menu-wrap .deposit img {
    transform: scale(2) translateY(-5px);
}
footer .ft-menu-wrap ul li span {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
    color: var(--color-light-gray);
}
footer .ft-menu-wrap ul li {
    text-align: center;
    flex: 20%;
}
footer .ft-menu-wrap {
    height: 50px;
    background: #444343;
    background: -moz-linear-gradient(top,  #444343 0%, #2d2d2d 100%);
    background: -webkit-linear-gradient(top,  #444343 0%,#2d2d2d 100%);
    background: linear-gradient(to bottom,  #444343 0%,#2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#2d2d2d',GradientType=0 );
}
footer {
    padding-bottom: 3rem;
}
.navigate-wrap .owl-item:not(:last-child) .nav-item.active img,
.navigate-wrap .owl-item:not(:last-child):hover .nav-item img {
    filter: var(--navbar-active-color);
}
.navigate-wrap .owl-item .nav-item.active > a > h2,
.navigate-wrap .owl-item:hover .nav-item > a > h2 {
    color: var(--color-light-orange);
}
.navigate-wrap .owl-item .nav-item.active > a > svg,
.navigate-wrap .owl-item:hover .nav-item > a > svg {
    fill: var(--color-light-orange);
}
h2.page-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em !important;
    padding-left: 10px;
    float: left;
    line-height: 2.5em;
}
.entry-title {
    background-color: var(--color-dark-orange);
    position: relative;
    margin-top: 0.5em;
}
.entry-img {
    position: relative;
    width: 75px;
    height: 48px;
    float: left;
    border-right: 1px solid var(--color-2);
}
.entry-title img,
.entry-title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    /* fill: #fff; */
}
.game-list-wrap {
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    justify-content: center;
}
.game-list-wrap .card-game {
    background-color: var(--color-dark-gray);
    padding: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
.game-list-wrap .card-game .link {
    margin-top: .5rem;
    font-size: 14px;
    height: 35px;
}
.game-border-bottom {
    border-bottom: 1px solid var(--color-3);
}
.cus-col-2 {
    flex: 20%;
    max-width: 20%;
}
.slot-pro-list li {
    padding: 0.5em;
    background-color: var(--color-dark-gray);
    margin-bottom: 0.5em;
    border-radius: 3px;
    position: relative;
}
.slot-pro-list li.active,
.slot-pro-list li:hover {
    background-color: var(--color-4);
}
.slot-pro-list li a {
    line-height: 25px;
    font-size: 14px;
    padding-left: 60px;
    display: block;
}
.slot-pro-list li a:hover {
    color: #fff;
    text-decoration: none;
}
.slot-page {
    margin-top: .5em;
}
.slot-pro-list li a::before {
    content: "";
    height: 35px;
    width: 45px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slot-pro-list li.pp a::before {
    background-image: var(--slot-pp);
}
.slot-pro-list li.sg a::before {
    background-image: var(--slot-sg);
}
.slot-pro-list li.haban a::before {
    background-image: var(--slot-haban);
}
.slot-pro-list li.pg a::before {
    background-image: var(--slot-pg);
}
.slot-pro-list li.gw a::before {
    background-image: var(--slot-gw);
}
.slot-pro-list li.s88 a::before {
    background-image: var(--slot-s88);
}
.slot-pro-list li.cq9 a::before {
    background-image: var(--slot-cq9);
}
.slot-pro-list li.slcq9 a::before {
    background-image: var(--slot-cq9);
}
.slot-pro-list li.mg a::before {
    background-image: var(--slot-mg);
}
.slot-pro-list li.jk a::before {
    background-image: var(--slot-jk);
}
.slot-pro-list li.ssg a::before {
    background-image: var(--slot-sg);
}
.slot-pro-list li.srtg a::before {
    background-image: var(--slot-rtg);
}
.slot-pro-list li.fg a::before {
    background-image: var(--slot-fg);
}
.slot-pro-list .pro-border-left {
    border-left: 2px solid #a4a9ac;
    height: 41px;
    position: absolute;
    top: 0;
    left: 21%;
}
.slot-pro-list li.sfs a::before {
    background-image: var(--slot-fs);
}
.slot-pro-list li.sjl a::before {
    background-image: var(--slot-jl);
}
.slot-pro-list li.pprkd a::before {
    background-image: var(--slot-pprkd);
}
.slot-pro-list li.sjks a::before {
    background-image: var(--slot-jks);
}
.slot-pro-list li.jks a::before {
    background-image: var(--slot-jks);
}
.slot-pro-list li.sps a::before {
    background-image: var(--slot-ps);
}
.slot-pro-list li.tgs a::before {
    background-image: var(--slot-tgs);
}
.slot-pro-list li.stgs a::before {
    background-image: var(--slot-tgs);
}
.slot-pro-list li.safb a::before {
    background-image: var(--slot-safb);
}
.slot-pro-list li.ssafb a::before {
    background-image: var(--slot-safb);
}
.slot-pro-list li.ppclassic a::before {
    background-image: var(--slot-ppclassic);
}
.slot-pro-list li.xtoptr a::before {
    background-image: var(--slot-xtoptr);
}
.slot-pro-list li.xplson a::before {
    background-image: var(--slot-xplson);
}
.slot-pro-list li.xbongo a::before {
    background-image: var(--slot-xbongo);
}
.slot-pro-list li.xhasaw a::before {
    background-image: var(--slot-xhasaw);
}
.slot-pro-list li.xspb a::before {
    background-image: var(--slot-xspb);
}
.slot-pro-list li.xgene a::before {
    background-image: var(--slot-xgene);
}
.slot-pro-list li.xnaga a::before {
    background-image: var(--slot-xnaga);
}
.slot-pro-list li.xgmw a::before {
    background-image: var(--slot-xgmw);
}
.slot-pro-list li.xevo a::before {
    background-image: var(--slot-xevo);
}
.slot-pro-list li.bs a::before {
    background-image: var(--slot-bs);
}
.slot-page .game-list-wrap {
    margin-top: 0;
}
.slot-tab {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    top: 4px;
    right: 0;
    margin-bottom: 0;
    background-image: var(--btn-login);
    width: 100%;
    max-width: 74.5%;
    border-bottom-right-radius: 3px;
}
.slot-tab li {
    flex: 20%;
    width: 20%;
    text-align: center;
    border-right: 1px solid var(--color-2);
}
.slot-tab li:last-child {
    border-right: 0;
}
.slot-tab li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 13px;
}
.slot-tab li a:hover {
    color: #fff;
    text-decoration: none;
}
.slot-tab li.active,
.slot-tab li:hover {
    background-image: var(--btn-register);
    background-position: center;
    background-size: contain;
}
.slot-tab li.active a,
.slot-tab li:hover a {
    color: #fff;
}
.modal {
    color: #120608;
}
.modal .form-signin-heading {
    font-size: 1.5em !important;
    text-transform: capitalize;
}
.modal .close svg {
    width: 30px;
    filter: invert(1);
}
#login-modal .modal-header,
.sk-modal .modal-header {
    background-color: var(--color-dark-gray);
    color: #fff;
}
#login-modal .btn-login {
    font-size: 1.2rem;
    border-radius: 3px;
    background-size: contain;
    color: #fff;
}
#login-modal .btn-register {
    color: #fff;
    background-size: contain;
    background-repeat-y: no-repeat;
}
#login-modal .modal-content {
    background-color: var(--background-color-6);
    border: none;
}
form[name="login-form"] .btn-register,
form[name="login-form"] button {
    font-weight: bold;
    width: 68px;
}

/* form[name="login-form"] .btn-register {
    color: #fff;
} */
/* .m-login-wrap a {
    color: #fff;
} */
/* form[name="login-form"] button {
    color: #fff;
} */
.page-blog {
    padding-top: .5em;
    padding-bottom: .5em;
}
.form-register input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    font-weight: bold;
    background-size: contain;
}
.form-register p {
    font-size: 14px;
}
.form-register p strong {
    font-size: 18px;
    display: block;
    margin-top: 0.5em;
}
.bonus-list-wrap .bonus-footer {
    color: #fff;
    text-align: justify;
    border-radius: 3px;
    margin-top: 2.5em;
    background-color: var(--color-dark-gray);
    border-color: transparent;
    font-size: 14px;
}
.slot-tab::after {
    content: '';
    background-image: var(--slot-triangle-background);
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 44px;
    background-repeat: no-repeat;
}
.nav-login-menu .navbar-nav li {
    padding-right: 0.5em;
    width: 120px;
}
.nav-login-menu .navbar-nav .position-reload-balance {
    padding-right: 0;
    width: auto;
}

.nav-login-menu .navbar-nav li:last-child {
    padding-right: 0;
    width: auto;
}
.nav-login-menu .navbar-nav li > a,
.nav-login-menu .dropdown-item {
    font-size: 13px !important;
}
.nav-login-menu .navbar-nav .reload-refresh {
    line-height: 0;
}
.nav-login-menu .dropdown-menu .dropdown-item:first-child:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -23px;
    border: 10px solid transparent;
    border-bottom: 10px solid var(--color-brown);
}
.nav-login-menu .dropdown-menu {
    background-color: var(--color-brown);
    width: 100%;
    padding: 0;
    margin: .8rem 0 0;
    border-radius: 6px;
}
.nav-login-menu .dropdown-item {
    border-bottom: 1px solid #66676b;
    padding: 0.4em 1em;
    color: #c5cacd;
}
.nav-login-menu .dropdown-item:last-child {
    border-bottom: none;
}
.nav-login-menu .dropdown-item:hover,
.nav-login-menu .dropdown-item.active {
    background-color: var(--color-light-orange);
}
.nav-login-menu .dropdown-item:first-child:hover::before,
.nav-login-menu .dropdown-item.active:first-child::before {
    border-bottom-color: var(--color-light-orange);
    color: #fff;
}
.nav-login-menu .dropdown-item:first-child:hover,
.nav-login-menu .dropdown-item.active:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.nav-login-menu .dropdown-item:last-child:hover {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.nav-login-menu .d-reload-balance:hover {
    color: var(--color-4);
}
.daily-bonus-wrap {
    background-color: var(--background-color-1);
    border-radius: 3px;
    padding: 0.5em;
    margin-top: .5em;
}
.page-block {
    background-color: var(--background-color-1);
    border-radius: 3px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.arrow-1 {
    border-color: var(--color-light-orange);
}
.reload-balance {
    color: var(--color-light-orange);
}
.forgot-pwd-link:hover {
    color: var(--color-1);
}
.slot-maintain {
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%);
}
.slot-maintain svg {
    width: 35px;
    height: 35px;
}
.slot-maintain p {
    font-size: 0.7rem !important;
    padding: 0;
}
.maintain-img svg {
    width: 40px;
    height: 40px;
}
.maintain-img {
    left: 50%;
    transform: translate(-50%);
}
.maintain-time div {
    flex: 20%;
    background-color: transparent;
    font-size: 8px;
    padding-bottom: 5px;
}
.maintain-time div > span {
    display: block;
    font-size: 1.2rem;
}
.maintain-time div > span::after {
    content: ':';
    float: right;
}
.maintain-time div:last-child > span::after {
    content: '';
}
.runing-text-wrap .scroll-left {
    height: 20px;
    overflow: hidden;
    position: relative;
}
.runing-text-wrap .scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    top: 0;
    -moz-transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    -moz-animation: scroll-left 45s linear infinite;
    -webkit-animation: scroll-left 45s linear infinite;
    animation: scroll-left 45s linear infinite;
    font-size: 12px !important;
}
.maintain-time {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: .5em;
}
.maintain-body {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.countdown {
    background: #313233c2;
    width: 100%;
    position: absolute;
    z-index: 1000;
    bottom: 55px;
    transform: translate(-50%);
    left: 50%;
}
.countdown p {
    font-size: .7rem;
    padding: 0.2em 0;
    margin-bottom: 0;
}
.countdown p:last-child {
    font-size: .7rem;
}
.reward-img-spin {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.game-list-wrap .card-game > a:hover {
    color: #fff;
}
.game-list-wrap .card-game .link:hover,
.home-game-wrap .link:hover {
    text-decoration: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    box-shadow: inset 0px 0px 0px 1px #525253;
    /* color: #fff; */
    background-color: var(--color-dark-orange);
}
footer .ft-menu-wrap {
    position: fixed;
    bottom: 0;
    width: 274px;
    z-index: 100;
}
.slider-blog, .home-togel-blog {
    max-width: 845px;
    position: relative;
}
.input-group-prepend {
    background-color: #fff;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.btn {
    border-radius: .1rem;
}
.m-tab-wrap {
    display: none;
    position: relative;
}
.m-tab-wrap .tab-wrap {
    background-image: var(--tab-background);
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
}
.m-tab-wrap .tab-wrap li.active {
    background-image: var(--tab-active-background) !important;
    background-size: contain;
    background-color: transparent !important;
}

.m-tab-wrap ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* background-color: var(--color-light-orange); */
    position: relative;
    height: inherit;
}
.m-tab-wrap ul li {
    color: #fff;
    text-transform: uppercase;
    flex: 33.33%;
    text-align: center;
    border-right: 1px solid var(--color-2);
    height: inherit;
    position: relative;
}
.m-tab-wrap ul li:last-child {
    border-right: transparent;
}
.m-tab-wrap ul li a {
    display: block;
    padding: 0.2rem 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-transform: uppercase;
}
.m-tab-wrap ul li.active {
    background-color: var(--color-dark-orange);
}
.m-tab-wrap ul li > a:hover {
    text-decoration: none;
    color: #fff;
}
.spmenu-show svg {
    width: 22px;
    fill: var(--color-light-orange);
}
.header-wrap .border-h-b {
    border-bottom: 1px solid #595c63;
}
.m-tab-wrap .m-tab-content,
.m-tab-wrap .m-tab-content .tab-item,
.m-login-wrap,
.tab-filter,
.register-content2,
.m-bank-blog,
.m-contact-blog {
    display: none;
}
.m-tab-wrap .m-tab-content.showed,
.m-tab-wrap .m-tab-content.showed > div.active {
    display: block;
}
.m-tab-wrap .m-tab-content.showed {
    position: absolute;
    z-index: 10;
    background: rgb(66 65 70 / 93%);
    padding: 0.5rem;
    width: 100%;
    min-height: 235px;
}
.m-tab-wrap .m-tab-content h4 {
    font-size: 16px !important;
}
.m-tab-content svg {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    z-index: 10;
}
.m-tab-content svg:hover {
    cursor: pointer;
}
.slot-page .game-progress {
    width: 100%;
    border-radius: 3px;
    height: 9px;
    background-color: #5a5d64;
    margin-top: 0.5em;
    position: relative;
}
.slot-page .game-progress ul {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    height: inherit;
}
.slot-page .game-progress ul li {
    flex: 9%;
    max-width: 10%;
    background-color: #b20615;
    height: inherit;
}
.slot-page .game-progress .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 12px;
    transform: translate(-50%, -50%);
}
.slide-in {
    -webkit-animation: slide-in 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.m-tab-wrap .tab-item .d-flex {
    border-bottom: 1px solid #736e6f;
    padding: 0.2em 0;
}
.slot-pro-list {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.pg-game-title {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s-game-title-wrap {
    border: solid 1px var(--color-light-orange);
    min-height: 35px;
    width: 100%;
    margin-top: 1px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
}
.tab-filter .dropdown-menu {
    background-color: var(--background-color-1);
}
.tab-filter .dropdown-menu a {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #7e7f81;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.tab-filter .dropdown-menu a:hover,
.tab-filter .dropdown-menu a.active {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.tab-filter .dropdown-toggle {
    background-image: var(--slot-filter-background);
    width: auto;
    text-align: right;
    padding-left: 30px;
    background-size: contain;
    background-repeat-y: no-repeat;
}
.tab-filter .dropdown-toggle::before {
    background-image: var(--slot-triangle-background);
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border: 0;
    background-size: contain;
    content: '';
}
.navigate-wrap {
    min-height: 80px;
}
footer .copy-right {
    margin-bottom: 0;
    font-size: 12px;
    color: #d6d8d9;
}
footer .copy-right p {
    font-size: 12px !important;
}
.cbp-spmenu h3 {
    font-size: 16px !important;
}
.form-register .captcha-wraper {
    border-radius: 0.25rem;
    text-align: center;
    background-color: var(--captcha-background);
}
.form-register .captcha-wraper img {
    padding: .25rem;
    max-width: 94px;
}
.bank-blog ul li::after {
    content: '';
    height: inherit;
    display: block;
    border-bottom: 4px solid;
}
.bank-blog ul li.online::after {
    border-bottom-color: var(--color-bank-active);
}
.bank-blog ul li.offline::after {
    border-bottom-color: var(--color-bank-offline);
}
.m-bank-blog {
    min-height: 120px;
}
.m-contact-blog {
    min-height: 91px;
}
.m-bank-blog,
.m-contact-blog {
    background-color: var(--color-dark-gray);
    padding: 0.5rem;
    margin-bottom: .5rem;
}
.m-bank-blog .col-12 {
    margin: 0 !important;
    padding: 0;
}
.m-bank-blog .bank-area {
    padding-top: .8rem;
}
.m-contact-blog ul li {
    flex: 1;
}
.contact-blog ul li > a {
    display: block;
}
.main-slide-wrap {
    min-height: 287px;
}
.social-wrap {
    min-height: 150px;
}
.bank-wrap {
    min-height: 228px;
}
.new-page-wrapper {
    position: relative;
    padding: 1rem 0;
    margin-top: .5em;
}
.new-page-wrapper .page-header {
    background-color: var(--color-dark-gray);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: capitalize;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.new-page-wrapper .page-header h2 {
    margin-bottom: 0;
    padding-left: 7rem;
}
.new-page-wrapper .page-header .page-icon {
    position: absolute;
    top: -16px;
    left: 1rem;
    z-index: 1;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding: 9px 16px;
}
.new-page-wrapper .page-body {
    background-color: var(--background-color-6);
    padding: 2rem 1rem;
    color: #282c37;
}
.nav-login-menu .profile-wrapper img {
    float: left;
    margin-right: 0.5rem;
}
.nav-login-menu .profile-wrapper ul {
    float: right;
    color: #fff;
    width: 100%;
}
.nav-login-menu .profile-wrapper ul li {
    border-bottom: 1px solid #a9aaaf;
    padding: 0;
    width: 100%;
}
.nav-login-menu .profile-wrapper ul .d-user-balance {
    border-bottom: none;
}
.nav-login-menu .profile-wrapper ul li:last-child {
    border-bottom: none;
}
.navbar.navbar-dark .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.navbar.navbar-dark .navbar-nav .profile-wrapper {
    width: auto;
}
.navbar.navbar-dark .navbar-nav .profile-wrapper > a {
    padding: 0;
}
.nav-login-menu .dropdown-toggle::after {
    border-top: 1.3em solid var(--color_wrapper);
    border-right: 0.7em solid transparent;
    border-left: 0.7em solid transparent;
}
.nav-login-menu .reload-refresh {
    color: var(--color_wrapper);
}
.nav-login-menu .d-reload-balance {
    padding-top: 0.5rem;
    display: block;
}
.nav-login-menu .nav-item.active a,
.nav-login-menu .nav-item:hover a {
    color: #fff !important;
    background-size: contain;
}
.new-page-wrapper .page-body .table-responsive .table {
    margin-bottom: 0;
    border-radius: 5px;
}
.new-page-wrapper .page-body .table-responsive .table thead tr {
    background-color: var(--background-color-5);
    color: #fff;
}
.new-page-wrapper .page-body .table-responsive .table tbody:before {
    content: "-";
    display: block;
    line-height: 5px;
    color: transparent;
}
.new-page-wrapper .page-body .table-responsive .table th:first-child {
    border-radius: 5px 0 0 5px
}
.new-page-wrapper .page-body .table-responsive .table th:last-child {
    border-radius: 0 5px 5px 0;
    border-right: none;
}
.new-page-wrapper .page-body .table-responsive .table th {
    border-bottom: none;
    border-top: none;
    border-left: none;
}
.new-page-wrapper .page-body .table-responsive .table tbody tr {
    border-left: 2px solid #dadada;
    border-right: 2px solid #dadada;
}
.new-page-wrapper .page-body .table-responsive .table tbody tr:first-child {
    border-top: 2px solid #dadada;
}
.new-page-wrapper .page-body .table-responsive .table tbody tr:last-child {
    border-bottom: 2px solid #dadada;
}
.new-page-wrapper .page-body .table-responsive .table tbody tr > td {
    border-bottom: 2px dashed #dadada;
}
.new-page-wrapper .page-body .table-responsive .table tbody {
    color: var(--color-5);
    background-color: #fff;
}
.home-page-wrapper {
    margin-top: .5em;
}
.m-tab-wrap ul li.active a {
    /* color: #fff; */
}
.link-bg {
    background-color: var(--color-light-orange);
}
form[name="login-form"] svg {
    color: var(--color-1);
}
form[name="login-form"] input,
form[name="login-form"] input:visited,
form[name="login-form"] input:focus,
form[name="login-form"] input::-webkit-input-placeholder {
    color: var(--color-light-orange) !important;
}
form[name="login-form"] .user-icon,
form[name="login-form"] .password-icon {
    position: relative;
    width: 38px;
    height: 31px;
}
form[name="login-form"] svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transform: translate(-50%, -50%);
    fill: var(--color-light-orange);
}
#login-captcha img {
    filter: var(--captcha-color);
}
.forgot-pwd-link {
    position: absolute;
    bottom: -22px;
    font-size: 12px;
}
.tab-wrap::after {
    content: '';
    position: absolute;
    top: -2px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
button.close {
    opacity: 1;
}
.game-list-wrap .card-game-promo::before {
    content: '';
    display: block;
    background-image: var(--card-game-promo);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    right: 0;
    position: absolute;
    top: -10px;
    left: -10px;
}
.game-list-wrap .card-game img {
    border: 1.5px solid var(--color-light-orange);
}
form[name="login-form"] .input-group-text {
    background: #fff;
}
.navigate-wrap .owl-stage-outer svg {
    fill: var(--color-light-gray);
    width: 80%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-mobile-wrap .reload-refresh .border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}

.menu-mobile-wrap .mb-0 .border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}

.btn:hover {
    color: #ffffff;
}
.tab-wrap .tab-content-wrap {
    margin-bottom: 0.5em;
}
.tab-content>.active {
    background-color: var(--color-dark-gray);
    border-radius: 3px;
}
.home-game-wrap .game .game-body.poker-wrap {
    position: relative;
}
.form-register .register-content1 div {
    float: right;
    width: 95%;
}
.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}
.jackpot-wrap {
    margin-top: .5rem;
}
.jackpot-wrap .jackpot {
    border: 1px solid var(--border-color);
    text-align: center;
    height: 53px;
	background-size: contain;
}
.jackpot-wrap .jackpot .jackpot-absolute {
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.jackpot-wrap .jackpot-item {
    position: relative;
    display: inline-block;
    border-right: 1px solid #bfbdbe;
    padding-left: 150px;
    padding-right: 150px;
}
.jackpot-wrap .jackpot-item:last-child {
    border-right: none;
}
.jackpot-wrap .jackpot-item::before {
    content: '';
    display: block;
    background-image: var(--jackpot-background);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-position: center;
}
.jackpot-wrap .jackpot-item::after {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-position: center;
    margin-right: 5px;
}
.jackpot-wrap .jackpot-item.jackpot-idnpk::after {
    background-image: var(--jackpot-idn-background);
}
.jackpot-wrap .jackpot-item.jackpot-rtg::after {
    background-image: var(--jackpot-rtg-background);
}
.jackpot-wrap .jackpot-item.jackpot-sg::after {
    background-image: var(--jackpot-sg-background);
}
.jackpot-wrap .jackpot-item .jackpot-text {
    font-size: 2rem;
}
.btn-register-bg {
    /* background-color: var(--color-dark-orange); */
    /* color: #fff; */
}
.btn-login-bg,
.btn-red-bg {
    /* background-color: var(--color-light-orange); */
    /* color: #fff; */
}
.btn-red-bg {
    /* background-color: var(--color-dark-orange); */
    /* color: #fff; */
}
.jackpot-absolute .scroll4 {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0;
    padding-left: 0;
}
.jackpot-absolute .scroll4 li {
    flex: 0 0 auto;
    display: block;
    margin: auto;
}
.ft-menu-wrap {
    display: none;
}
.border-color {
    border-color: var(--color-light-orange);
}
.navbar-dark .navbar-nav .nav-item.active .btn-register-bg,
.navbar-dark .navbar-nav .nav-item:hover .btn-register-bg {
    /* background-color: var(--color-light-orange); */
}
form[name="login-form"] .input-group-text {
    border: none;
}
.page-link:focus, .page-link:hover {
    background-color: var(--color-dark-orange);
    color: #fff;
}
.ul-menu li {
    width: 100px;
    display: inline-block;
}
.ul-menu li svg {
    fill: #fff;
    width: 70%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ul-menu {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.ul-menu .nav-item.active > a > svg,
.ul-menu .nav-item:hover > a > svg {
    fill: var(--color-light-orange);
}
.ul-menu .nav-item.active > a > h2,
.ul-menu .nav-item:hover > a > h2 {
    color: var(--color-light-orange);
}
.menu-scroll {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
}
.menu-scroll::-webkit-scrollbar {
    height: 0px;
    background: #000000;
}
.menu-scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid black;
}
.home-game-wrap .game .game-footer {
    padding-bottom: .8rem;
}

/* bonus page */
.bonus-inner {
    position: relative;
}
.bonus-inner .bonus-show {
    position: absolute;
    /* bottom: -31px; */
    width: 100%;
    display: block;
    background: red;
    background-color:rgba(65, 64, 65, 0.7);
}
.bonus-inner .bonus-show .btn-register {
    color: var(--color-light-orange);
}
.bonus-inner .bonus-show .btn:hover {
    color: var(--color-light-orange) !important;
}
.bonus-inner .bonus-show .btn {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 0.25rem 0.75rem !important;
}
.contact-page .sub-title {
    font-size: 18px;
    padding: 1em 0;
    line-height: 1;
}
.contact-page {
    margin-bottom: 2rem;
}
.contact-page .sub-title span {
    color: var(--color-light-orange);
}
.contact-page p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.contact-page a:hover {
    color: var(--color-light-orange);
}
.contact-page a {
    color: #fff;
}
.contact-page ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    grid-gap: 10px 0;
}
.contact-page ul li {
    flex: 0 0 50%;
    display: inline-flex;
}
.contact-page ul li>div {
    text-align: center;
    background-color: var(--contact-background);
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
}
.contact-page ul li a {
    transform: translate(10px, 10px);
}
.contact-page ul li .contact-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
}
.rule-page {
    font-size: 14px;
}
.rule-page h2 {
    margin-bottom: 0;
    padding: 0.5rem 0;
}
.rule-page p,
.rule-page ul li,
.rule-page ol li {
    line-height: 25px;
}
.page-settings {
    position: fixed;
    z-index: 9999999;
    right: 0;
    top: 165px;
}
.page-settings .dropdown .btn-dd::before {
    background-image: url('/img/gradient/custom_colors.png');
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.page-settings .dropdown .btn-dd {
    background-color: dimgray;
    color: #fff;
    height: 50px;
    position: relative;
    padding: 0px;
    width: 220px;
    /* border-radius: 12px; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.page-settings .dropdown .btn-dd .btn-color {
    display: none;
}

.page-settings .dropdown .btn-dd[aria-expanded="true"] .title {
    display: block;
}

/* .page-settings .dropdown .btn-dd[aria-expanded="true"] ~ body{
    overflow: hidden !important;
} */

.page-settings .dropdown .dropdown-menu {
    left: 0px !important;
}

.page-settings .dropdown .btn-dd[aria-expanded="true"] {
    width: 220px !important;
}
.page-settings .dropdown .btn-dd {
    width: 50px !important;
}
.page-settings .dropdown .btn-dd[aria-expanded="true"] .btn-color {
    display: flex;
}
.page-settings .dropdown .btn-dd .btn-color h6 {
    display: flex !important;
}

.page-settings .dropdown .btn-dd .title {
    left: 29%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-settings .dropdown .btn-dd .title {
    display: none;
}

.page-settings .dropdown .btn-dd[aria-expanded="true"] .title {
    display: block;
}

.page-settings .dropdown .btn-dd .btn-color {
    display: none;
}

.page-settings .dropdown .btn-dd .btn-color {
    /* display: inline-flex; */
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.page-settings .dropdown .btn-dd .btn-color .btn-box-color {
    position: relative;
    overflow: hidden;
    display: inline-block;
    top: 0px;
    width: 52px;
}
.page-settings .dropdown .btn-dd .btn-color .btn-box-color .box {
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 1px;
}

.page-settings .dropdown .btn-dd .btn-color h6 {
    font-size: 12px !important;
    color: #fff;
    margin: 0;
    vertical-align: middle;
    line-height: 2;
    padding-left: 5px;
}
.page-settings .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #333;
}
.page-settings .dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #000;
}
.page-settings .dropdown .dropdown-menu::-webkit-scrollbar {
    width: 0px;
}

.page-settings .dropdown .dropdown-menu {
    background-color: var(--color-dark-gray);
    width: 220px;
    height: 300px;
    overflow: auto;
    padding: 0;
    margin: 0rem 0 0;
    left: 5px !important;
    top: -1px !important;
}

.page-settings .dropdown .dropdown-menu .list-pick .active {
    background-color: var(--color-light-gray);
    color: #fff;
}

.page-settings .dropdown .dropdown-menu .list-pick .btn-color {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0.5rem;
    border-radius: 0.2rem;
    height: 40px;
}

.page-settings .dropdown .dropdown-menu .list-pick .btn-color:hover {
    background-color: var(--color-light-gray);
    color: #fff;
}

.page-settings .dropdown .dropdown-menu .list-pick .btn-color h2 {
    display: inline-block;
    position: relative;
    font-size: 12px !important;
    color: #fff;
    left: 7px;
    margin: 0px !important;
    top: -8px;
}

.page-settings .dropdown .dropdown-menu .list-pick .btn-color .btn-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
}

.page-settings .dropdown .dropdown-menu .list-pick .btn-color .box-color {
    position: relative;
    overflow: hidden;
    display: inline-block;
    top: 3px;
}
.page-settings .dropdown .dropdown-menu .list-pick .btn-color .box-color .box {
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 1px;
}

/* togel */
.home-togel-wrap {
    margin-top: 0.5em;
}

.home-togel-wrap .togel-blog {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
}
.home-togel-wrap .togel-blog #togel_scroll {
    overflow: auto;
    overflow-x: visible;
}
.home-togel-wrap .togel-blog .ul-togel {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
}
.home-togel-wrap .togel-blog .ul-togel .nav-item-togel:hover {
    cursor: pointer;
}

.home-togel-wrap .togel-blog .ul-togel .nav-item-togel {
    position: relative;
    width: 100%;
    height: max-content;
}
.home-togel-wrap .togel-blog .ul-togel li {
    width: 100px;
    display: inline-block;
}
.home-togel-wrap .togel-blog .togel-result:hover {
    color: var(--color-light-orange);
    text-decoration: none;
}

.home-togel-wrap .togel-blog .togel-result {
    width: max-content;
    /* width: 201px; */
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 8px;
    border-radius: 3px;
    height: 75px;
    justify-content: space-between;
    background: var(--color-dark-gray);
    gap: 20px;
}

.home-togel-wrap .togel-result img {
    width: 45px;
    height: 45px;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 50%;
}
.home-togel-wrap .togel-result .text {
    display: inline-grid;
    height: 20px;
    top: 5px;
    position: relative;
}
.home-togel-wrap .togel-result span:first-child, .home-togel-wrap .togel-result span:last-child {
    font-size: 14px;
}
.home-togel-wrap .togel-result .number {
    font-size: 1.5rem !important;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0px;
    color: var(--color-light-orange);
}

.home-togel-wrap .togel-blog #togel_scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.home-togel-wrap .togel-blog::-webkit-scrollbar {
    height: 0px;
    background: #000000;
}
.home-togel-wrap .togel-blog::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid black;
}

.owl-dots {
    line-height: 0;
    position: absolute;
    padding: 0.5em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
    z-index: 9;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: var(--color-light-orange) !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.slot-pro-list li.li-search-game {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 320px) {
    .navigate-wrap {
        min-height: 48px !important;
    }
    .logo {
        line-height: 2.5em !important;
    }
    .home-game-wrap .col-6 {
        max-width: 100%;
        flex: 100%;
    }
}
@media only screen and (max-width: 400px) {
	.m-profile .navbar-nav .position-reload-balance {
        right: 64px !important;
    }
    .dropdown-toggle::after {
        margin-left: 3.05em !important;
    }
    .m-profile .navbar-nav .profile-wrapper {
        padding: 0px !important;
    }
    .m-profile .navbar-nav .profile-wrapper img {
        width: 30px;
        height: 30px;
    }
    .m-profile .profile-wrapper ul li {
        font-size: 10px !important;
    }
    .cus-col-2,
    .cus-col-3 {
        flex: 50% !important;
        max-width: 50% !important;
    }
    .slider-blog {
        height: auto !important;
    }
    .form-register .register-content1 div {
        width: 90%;
    }
    .contact-blog ul {
        grid-gap: 10px 4px;
        grid-template-columns: repeat(auto-fit,minmax(45px,max-content));
    }
    .contact-blog ul li {
        width: 40px;
        height: 40px;
    }
    .jackpot-wrap .jackpot-item .jackpot-text {
        font-size: .8rem !important;
    }
}
@media only screen and (min-width: 401px) and (max-width: 420px) {
    .slider-blog {
        height: 151px !important;
    }
}
@media only screen and (min-width: 421px) and (max-width: 440px) {
    .slider-blog {
        max-height: 145px !important;
    }
}
@media only screen and (min-width: 441px) and (max-width: 450px) {
    .slider-blog {
        max-height: 150px !important;
    }
}
@media only screen and (min-width: 451px) and (max-width: 490px) {
    .slider-blog {
        max-height: 175px !important;
    }
}
@media only screen and (min-width: 491px) and (max-width: 520px) {
    .slider-blog {
        max-height: 170px !important;
    }
}
@media only screen and (min-width: 521px) and (max-width: 550px) {
    .slider-blog {
        max-height: 178px !important;
    }
}
@media only screen and (min-width: 551px) and (max-width: 575px) {
    .slider-blog {
        max-height: 190px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-blog {
        max-height: 225px !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-game-wrap .game .game-body .hide-image {
        width: 118px !important;
    }
    .special-menu {
        padding: 0.5rem !important;
    }
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 126.5px !important; */
    }
    .m-tab-wrap {
        display: block;
    }
    .deposit-page .btn-copy {
        margin-top: 0px !important;
    }
    .form-register p {
        position: inherit;
    }
    .submit-btn-wrap {
        margin-bottom: 0;
    }
    .form-register input[type="submit"] {
        margin-bottom: .5rem;
    }
    .slot-page .slot-icon-wrap {
        max-width: 20% !important
    }
    .slider-blog {
        height: 183px;
    }
    .special-menu ul li:last-child::after {
        width: 25px;
        height: 25px;
    }
    .home-game-wrap .link,
    .game-list-wrap .card-game .link {
        font-size: 10px;
    }
    .countdown {
        bottom: 21% !important;
    }
    .countdown p {
        font-size: .6rem !important;
    }
    .special-menu ul,
    .home-game-wrap .link,
    .game-list-wrap .card-game .link {
        height: 22px !important;
    }
    .special-menu ul li > a {
        padding: 2px 0;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .text-lg-left {
        padding-left: 0;
    }
    .header-wrap .row > div:last-child {
        padding-right: 0;
    }
    .jackpot-wrap .jackpot-item {
        padding-left: 47px;
        padding-right: 57px;
    }
    .jackpot-wrap .jackpot-item::before {
        width: 45px;
        height: 15px;
    }
    .jackpot-absolute .scroll4 li {
        width: 90%;
    }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .main-content > .container > .row {
        margin-right: 0;
        margin-left: 0;
    }
    .slider-blog {
        height: 171px;
    }
    .sidebar-right {
        padding-left: 0;
        padding-right: 0;
    }
    .jackpot-absolute .scroll4 li {
        width: 80%;
    }
}
@media only screen and (max-width: 991.5px) {
    .home-game-wrap .game .game-body .hide-image {
        width: 163px;
    }
    .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
    .home-togel-wrap .togel-result span {
        font-size: 12px !important;
    }
    .home-togel-wrap .togel-result .number {
        font-size: 20px !important;
    }
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 135.5px; */
    }
    .home-togel-wrap .togel-blog .togel-result {
        height: 62px;
    }
    .navigate-wrap .nav-item {
        height: 60px;
    }
    .logo {
        top: 50%;
        width: 100%;
        line-height: 3em;
    }
    .contact-blog ul li img {
        width: 40px;
    }
    .maintain-img svg {
        width: 30px;
        height: 30px;
    }
    .maintain-time div > span {
        font-size: .8rem;
    }
    .maintain-time div {
        font-size: 7px;
    }
    .header-wrap .logo-wrap {
        padding: 1rem;
        width: auto;
        height: 60px;
    }
    body {
        padding-top: 60px;
    }
    .header-wrap {
        background-image: none;
        padding: 0;
        min-height: 60px;
    }
    .header-wrap .row > div:last-child {
        position: relative;
        padding-left: 0;
    }
    .m-login-wrap {
        display: block;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        top: 50%;
        width: calc(100% - 43px);
        text-align: center;
    }
    .m-login-wrap .btn-register {
        background-color: var(--color-light-gray);
        color: #fff;
    }
    .m-tab-wrap,
    .m-bank-blog,
    .m-contact-blog {
        display: block;
    }
    .navbar-m {
        padding-top: 3px;
        right: -10px;
        display: block !important;
    }
    .sidebar-left,
    .float-right,
    .slot-pro-list .pro-border-left,
    .slot-pro-list .pro-name,
    .slot-tab,
    .home-scroll {
        display: none;
    }
    .special-menu ul li > a {
        font-size: 12px;
    }
    .daily-spin-badge a::after {
        width: 25px;
        height: 25px;
        right: 5px;
    }
    .special-menu {
        padding: 2.2rem 0.5rem 0.5rem 0.5rem !important;
    }
    .home-game-wrap .game-header::before {
        height: 30px;
        width: 30px;
    }
    .home-game-wrap .game .game-header .game-title {
        font-size: 12px !important;
        left: 40px;
    }
    .home-game-wrap .link,
    .game-list-wrap .card-game .link {
        padding: 0.35em 0;
    }
    .home-game-wrap .game .game-body {
        padding: 0.5em;
    }
    footer .ft-menu-wrap {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: unset !important;
    }
    .entry-title img {
        width: 30px;
    }
    .entry-title h2.page-title {
        line-height: 2em;
        font-size: 1em !important;
    }
    .entry-title .entry-img {
        width: 65px;
        height: 32px;
    }
    .cus-col-2 {
        flex: 33.33%;
        max-width: 33.33%;
    }
    .slot-game .card-game {
        max-height: 244px;
    }
    .game-list-wrap .card-game .link {
        width: 100%;
    }
    .slot-pro-list li {
        height: 30px;
        padding: 0;
    }
    .slot-pro-list li a::before {
        left: 50%;
        height: inherit;
        width: 35px;
    }
    .slot-pro-list li a {
        height: inherit;
    }
    .slot-tab li a {
        padding: 8px 0;
        font-size: 8px;
    }
    .slot-tab::after {
        height: 28px;
        background-size: contain;
    }
    .cus-col-3 {
        flex: 33.33%;
        max-width: 33.33%;
    }
    .slot-page .card-game .link {
        font-size: 10px;
    }
    .deposit-page .btn-copy {
        margin-top: 10px;
    }
    .account-page .col-sm-3 {
        margin-bottom: 5px;
    }
    .tab-filter {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 10;
        height: 28px;
    }
    .tab-filter .dropdown-toggle:hover {
        color: #fff;
    }
    .tab-filter .dropdown-toggle:focus {
        box-shadow: none;
    }
    .s-game-title-wrap .pg-game-title {
        font-size: 9px !important;
    }
    .slot-pro-list li a::before {
        background-position: center;
    }
    .tab-filter .dropdown-menu {
        transform: translate3d(-17px, 31px, 0px) !important;
    }
    .tab-filter .dropdown-toggle:active {
        background-image: var(--navbar-background) !important;
    }
    .support-wrap,
    .copy-right {
        max-width: 100%;
        flex: 100%;
    }
    .col-lg-10 .m-login-wrap .btn-login-bg {
        /* color: var(--btn-active); */
    }
    .m-login-wrap .btn {
        width: 40%;
        font-size: 12px;
        /* color: #fff; */
    }
    .m-login-wrap button {
        /* background-color: var(--color-light-orange); */
    }
    .form-register input[type="submit"] {
        position: inherit;
    }
    .slot-page .slot-icon-wrap {
        max-width: 10%;
        flex: 0 0 10%;
    }
    .bank-blog ul li {
        max-width: 23%;
        flex: 23%;
    }
    .home-game-wrap {
        margin-bottom: 0;
    }
    .content-wrap .content-body h2,
    .content-wrap .content-body h1 {
        font-size: 1.1rem !important;
    }
    .support-wrap img {
        width: 100%;
    }
    .main-slide-wrap {
        min-height: auto !important;
    }
    .navigate-wrap {
        min-height: 60px;
    }
    .slider-blog {
        height: 264px;
    }
    .home-game-wrap .game .game-header,
    .m-tab-wrap ul {
        height: 32px;
    }
    .m-login-wrap button {
        margin-right: .5rem;
    }
    .new-page-wrapper .page-body .form-row > [class*="col-"] {
        margin-bottom: 5px;
    }
    .slider-blog .owl-carousel {
        position: unset;
    }
    .home-game-wrap .game .game-body ul {
        gap: 0.5em;
    }
    .entry-title img,
    .entry-title svg {
        width: 32px;
    }
    .content-wrap .content-body {
        margin-bottom: 1em;
    }
    .jackpot-wrap .jackpot {
        height: 40px;
    }
    .runing-text-wrap {
        min-height: unset;
        padding: 0.2em;
    }
    .jackpot-wrap .jackpot-item .jackpot-text {
        font-size: 1.2rem;
    }
    .jackpot-wrap .jackpot-item {
        padding-left: 12%;
        padding-right: 13%;
    }
    .jackpot-wrap .jackpot-item::before,
    .jackpot-wrap .jackpot-item::after {
        width: 80px;
        height: 20px;
    }
    .countdown {
        bottom: 37px;
    }
    .navigate-wrap .owl-carousel.owl-drag .owl-item {
        height: auto;
    }
    .ul-menu {
        width: 100%;
    }
    .special-menu ul,
    .home-game-wrap .link,
    .game-list-wrap .card-game .link {
        height: 30px;
    }
    .home-game-wrap .game .game-footer {
        padding-bottom: .5rem;
    }
    .bonus-inner .bonus-show {
        bottom: -28px;
    }
    .bonus-inner .bonus-show .btn {
        font-size: 12px;
        font-weight: 400 !important;
    }
    .game-list-wrap .card-game-promo::before {
        width: 50px;
        height: 50px;
    }
    /* mobile profile dropdown */
	.m-profile {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(0%, -50%);
        display: block !important;
        padding-right: 5px;
        z-index: 999;
    }
    .m-profile .navbar-nav .profile-wrapper {
        padding: 0em 0.5em 0em 0em;
    }
    .m-profile .navbar-nav .profile-wrapper img {
        float: left;
        margin-right: 0.5rem;
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
        position: relative;
    }
    .dropdown-toggle::after {
        margin-left: 3.5em;
    }
    .m-profile .profile-wrapper .ps-reload-refresh {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 77%;
        transform: translate(-50%, -50%);
    }
    .m-profile .navbar-nav .profile-wrapper .nav-link {
        text-transform: capitalize;
        color: var(--color_wrapper);
        font-size: 13px;
        font-weight: 700;
        padding: 0px;
    }
    .m-profile .navbar-nav .position-reload-balance {
        position: absolute;
        top: 50%;
        right: 76px;
        transform: translate(0%, -50%);
        display: block;
    }
    .m-profile .navbar-nav .position-hamburger {
        display: inline-flex !important;
        position: relative;
        width: 30px;
        margin-left: 10px;
    }
    .m-profile .navbar-nav .dropdown:focus {
        outline:0;
    }
    .m-profile .navbar-nav .profile-wrapper .dropdown-toggle::after {
        border-top: 1.3em solid var(--color_wrapper);
        border-right: 0.7em solid transparent;
        border-left: 0.7em solid transparent;
    }
    .m-profile .login-menu-item {
        display: none;
    }
    .m-profile .navbar-nav {
        margin-right: 0!important;
        display: inline-flex;
        width: max-content;
        flex-direction: row;
        justify-content: end;
        position: fixed;
        right: 0;
        transform: translate(0%, -50%);
        /* padding-right: 5px; */
    }
    .m-profile .profile-wrapper ul .d-user-balance {
        display: none;
    }
    .m-profile .profile-wrapper ul .user-balance-show {
        display: block !important;
    }
    .m-profile .profile-wrapper .dropdown-menu {
        float: none;
        color: white;
        background-color: var(--color-brown);
        width: 100%;
        padding: 0;
        margin: 0rem 0 0;
        border-radius: 6px;
        width: 200px;
    }
    .m-profile .profile-wrapper ul li {
        border-bottom: 1px solid #a9aaaf;
        padding: 0;
        width: 100%;
    }
    .m-profile .profile-wrapper ul li:last-child {
        border-bottom: none;
    }
    .m-profile .d-reload-balance {
        position: relative;
    }
    .m-profile .d-reload-balance .reload-refresh {
        color: var(--color_wrapper);
        position: relative;
        display: block;
        line-height: 1;
        font-size: 0px !important;
    }
    .m-profile .profile-wrapper .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 13px !important;
        border-bottom: 1px solid #66676b;
        padding: 0.4em 1em;
        color: #c5cacd;
    }
    .m-profile .profile-wrapper .dropdown-menu .dropdown-item:focus, .m-profile .profile-wrapper .dropdown-menu .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: var(--color-light-orange);
    }
    .m-profile .profile-wrapper .dropdown-menu .dropdown-item:first-child:before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -12px;
        margin-top: -23px;
        border: 10px solid transparent;
        border-bottom: 10px solid var(--color-brown);
    }
    .m-profile .profile-wrapper .dropdown-item:last-child {
        border-bottom: none;
    }
    .m-profile .profile-wrapper .dropdown-item:hover,
    .m-profile .profile-wrapper .dropdown-item.active {
        background-color: var(--color-light-orange);
    }
    .m-profile .profile-wrapper .dropdown-item:first-child:hover::before,
    .m-profile .profile-wrapper .dropdown-item.active:first-child::before {
        border-bottom-color: var(--color-light-orange);
        color: #fff;
    }
    .m-profile .profile-wrapper .dropdown-item:first-child:hover,
    .m-profile .profile-wrapper .dropdown-item.active:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .m-profile .profile-wrapper .dropdown-item:last-child:hover {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .slot-pro-list li.li-search-game {
        display: none;
    }
    .slot-m-search {
        display: block !important;
        margin-top: .5em;
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        z-index: 10;
    }
    .slot-pro-list {
        top: 98px;
    }
}
@media only screen and (max-width: 1200px) {
    .slider-blog, .home-togel-blog {
        max-width: 710px;
    }
    .main-slide-wrap {
        min-height: 259px;
    }
}

@media only screen and (min-width: 991.6px) {
    .home-game-wrap .game .game-body .hide-image li > img {
        width: 99.88%;
    }
    .home-game-wrap .game .game-body .hide-image {
        width: 156px;
    }
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 168px; */
    }
    .home-togel-wrap .togel-blog .ul-togel {
        gap: 0.8rem;
    }
}

@media only screen and (min-width: 1200px) {
    .home-game-wrap .game .game-body .hide-image {
        width: 190px;
    }
    .home-game-wrap .game .game-body .hide-image li > img {
        width: 99.77%;
    }
    footer .ft-menu-wrap {
        margin-left: calc(1140px - 284px);
    }
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 159px; */
    }
}

@media only screen and (max-width: 575px) {
    .home-game-wrap .game .game-body .hide-image {
        width: 48.5% !important;
    }
    .special-menu {
        padding: 2.1rem 0.5rem 0.5rem 0.5rem !important;
    }
    .owl-dots {
        bottom: -25px;
    }
    .run-text-wrap {
        padding: 0;
    }
    .jackpot-wrap .col {
        padding-left: 0;
        padding-right: 1px;
    }
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 23.4vw !important; */
    }
}

@media only screen and (max-width: 495px) {
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 23.2vw !important; */
        padding: 0px 3px;
        gap: 10px;
    }
    .home-togel-wrap .togel-result img {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width: 420px) {
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 31.2vw !important; */
    }
    .home-togel-wrap .togel-result .text {
        /* padding-left: 30px; */
    }
}

@media only screen and (max-width: 390px) {
    .home-togel-wrap .togel-blog .togel-result {
        /* width: 30.9vw !important; */
    }
}

@-moz-keyframes scroll-left {
    0% { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0% { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: perspective(200px) rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        transform: perspective(200px) rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(200px)  rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: perspective(200px)  rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}
@keyframes slide-in {
    0% {
        -webkit-transform: perspective(200px)  rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        transform: perspective(200px)  rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: perspective(200px) rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

@-webkit-keyframes rainbow-color {
    0% { background-color: red; }
    10% { background-color: purple; }
    20% { background-color: orange; }
    30% { background-color: #9bff19; }
    40% { background-color: yellow; }
    50% { background-color: #f09500; }
    60% { background-color: green; }
    70% { background-color: magenta; }
    80% { background-color: blue; }
    90% { background-color: cyan; }
    100% { background-color: violet; }
}
@-moz-keyframes rainbow-color {
    0% { background-color: red; }
    10% { background-color: purple; }
    20% { background-color: orange; }
    30% { background-color: #9bff19; }
    40% { background-color: yellow; }
    50% { background-color: #f09500; }
    60% { background-color: green; }
    70% { background-color: magenta; }
    80% { background-color: blue; }
    90% { background-color: cyan; }
    100% { background-color: violet; }
}