:root {
    --xtoptr: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xtoptr.png');
    --xplson: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xplson.png');
    --xbongo: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xbongo.png');
    --xhasaw: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xhasaw.png');
    --xspb: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xspb.png');
    --xgene: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xgene.png');
    --xnaga: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xnaga.png');
    --xgmw: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xgmw.png');
    --xevo: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xevo.png');
}

@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;
}

@font-face {
    font-family: 'Small LCD Sign';
    src: url('/fonts/web/Small-LCD-Sign.eot');
    src: url('/fonts/web/Small-LCD-Sign.eot?#iefix') format('embedded-opentype'),
        url('/fonts/web/Small-LCD-Sign.woff2') format('woff2'),
        url('/fonts/web/Small-LCD-Sign.woff') format('woff'),
        url('/fonts/web/Small-LCD-Sign.ttf') format('truetype'),
        url('/fonts/web/Small-LCD-Sign.svg#Small-LCD-Sign') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}

body {
    font-family: 'Rototo', sans-serif;
    position: relative;
}
.header-wrap {
    margin-top: var(--header-margin);
    min-height: 74px;
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
margin-top: 70px;
}

.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;
}
.runing-text {
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.runing-text-wrap svg {
	width: 20px;
	float: left;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--text-color);
}
.runing-text-wrap {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-height: 36px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}
.menu-scroll {
    padding-bottom: 5px;
}

.navigate-wrap {
    margin-top: 130px;
    min-height: 80px;
}
.navigate-wrap-change {
    margin-top: 58px;
}
.header-button-section,
.header-logo-section {
    margin-top: 0;
}
@media (min-width: 576px) {
    .navigate-wrap {
        margin-top: 130px;
    }
    .navigate-wrap-change {
        margin-top: 58px;
    }
}
@media (min-width: 768px) {
    .navigate-wrap {
        margin-top: 136px;
    }
    .navigate-wrap-change {
        margin-top: 58px;
    }
}
@media (min-width: 992px) {
    .navigate-wrap {
        margin-top: var(--header-nav-margin);
    }
    .header-wrap {
        margin-top: 70px;
    }
    .navigate-wrap-change {
        margin-top: 73px;
    }
    .header-button-section,
    .header-logo-section {
        margin-top: 1rem;
    }
    .menu-scroll {
        padding-bottom: unset;
    }
}
.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 {
    border-top: 7px solid transparent;
    position: relative;
    height: 67px;
    margin-top: 0;
}
.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: 77px;
}
.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 {
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 0;
    flex: 1;
    font-family: 'Roboto', sans-serif;
    padding: .55rem 0;
}
.tab-wrap {
    height: 446px;
    border-radius: 3px;
    position: relative;
    margin-bottom: .5rem;
}
.tab-wrap .tab-content {
    height: 400px;
}
.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;
}
.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%;
    background-color: #fff;
}
.bank-blog ul li > img {
    width: 70px;
    height: 35px;
}
.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;
}
.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-bottom: .5em;
}
.home-game-wrap .game {
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.home-game-wrap .game .game-body ul li>img {
    width: 150px;
    height: 150px;
}
.home-game-wrap .game-header.xpp::before {
    background-image: var(--slot-pp);
}
.home-game-wrap .game-header.xpg::before {
    background-image: var(--slot-pg);
}
.home-game-wrap .game-header.pp::before {
    background-image: var(--slot-pp);
}
.home-game-wrap .game-header.pg::before {
    background-image: var(--slot-pg);
}
.home-game-wrap .game-header.xtoptr::before {
    background-image: var(--xtoptr);
}
.home-game-wrap .game-header.xplson::before {
    background-image: var(--xplson);
}
.home-game-wrap .game-header.xbongo::before {
    background-image: var(--xbongo);
}
.home-game-wrap .game-header.xhasaw::before {
    background-image: var(--xhasaw);
}
.home-game-wrap .game-header.xspb::before {
    background-image: var(--xspb);
}
.home-game-wrap .game-header.xgene::before {
    background-image: var(--xgene);
}
.home-game-wrap .game-header.xnaga::before {
    background-image: var(--xnaga);
}
.home-game-wrap .game-header.xgmw::before {
    background-image: var(--xgmw);
}
.home-game-wrap .game-header.xevo::before {
    background-image: var(--xevo);
}

.home-game-wrap .game .game-header {
    border-radius: var(--border-radius);
    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;
    color: var(--color-light);
}
.home-game-wrap .game-header::before {
    content: "";
    height: 35px;
    width: 35px;
    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%;
    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;
}
.content-wrap h1 {
    font-size: 16px !important;
}
.content-wrap .content-body {
    overflow: hidden;
    color: var(--color-dark);
    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 {
    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;
    height: 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 .top-up-icon {
    filter: invert(0);
}
footer .ft-menu-wrap ul li span {
    display: block;
    text-transform: uppercase;
    font-size: .75em;
}
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;
}

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 {
    position: relative;
    margin-top: 0.5em;
    border-radius: var(--border-radius);
}
.entry-img {
    position: relative;
    width: 75px;
    height: 48px;
    float: left;
}
.entry-title img,
.entry-title svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
}
.game-list-wrap {
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    justify-content: center;
}
.game-list-wrap .card-game {
    padding: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
.game-list-wrap .card-game .link {
    margin-top: .5rem;
    font-size: 14px;
    height: 35px;
}
.cus-col-2 {
    flex: 20% !important;
    max-width: 20% !important;
}
.slot-pro-list li {
    padding: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 3px;
    position: relative;
}
.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.stgs a::before {
    background-image: var(--slot-tgs);
}
.slot-pro-list li.ssafb a::before {
    background-image: var(--slot-safb);
}

.slot-pro-list li.xtoptr a::before {
    background-image: var(--xtoptr);
}
.slot-pro-list li.xplson a::before {
    background-image: var(--xplson);
}
.slot-pro-list li.xbongo a::before {
    background-image: var(--xbongo);
}
.slot-pro-list li.xhasaw a::before {
    background-image: var(--xhasaw);
}
.slot-pro-list li.xspb a::before {
    background-image: var(--xspb);
}
.slot-pro-list li.xgene a::before {
    background-image: var(--xgene);
}
.slot-pro-list li.xnaga a::before {
    background-image: var(--xnaga);
}
.slot-pro-list li.xgmw a::before {
    background-image: var(--xgmw);
}
.slot-pro-list li.xevo a::before {
    background-image: var(--xevo);
}

.slot-page .game-list-wrap {
    margin-top: 0;
}
.slot-tab {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    right: 0;
    margin-bottom: 0;
    width: 30%;
    max-width: 74.5%;
    border-bottom-right-radius: 3px;
}
.slot-tab li {
    flex: 20%;
    width: 20%;
    text-align: center;
}
.slot-tab li:last-child {
    border-right: 0;
}
.slot-tab li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 15px;
}
.slot-tab li a:hover {
    color: #fff;
    text-decoration: none;
}
.slot-tab li.active a,
.slot-tab li:hover a {
    color: var(--header-background);
}
.slot-tab .slot-filter-jackpot.active,
.slot-tab .slot-filter-jackpot:hover {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.modal {
    color: #120608;
}
.modal .form-signin-heading {
    font-size: 1.5em !important;
    text-transform: capitalize;
}
.modal .close svg {
    width: 30px;
    filter: var(--color-light);
}
#login-modal .btn-login {
    font-size: 1.2rem;
    border-radius: var(--border-radius);
    background-size: contain;
    color: #fff;
}
#login-modal .btn-register {
    color: #fff;
    background-size: contain;
    background-repeat-y: no-repeat;
    border-radius: var(--border-radius);
}
#login-modal .modal-content {
    border: none;
}
form[name="login-form"] .btn-register,
form[name="login-form"] button {
    font-weight: bold;
    width: 68px;
    border-radius: var(--border-radius);
}
form[name="login-form"] .btn-register {
    color: #fff;
    border-radius: var(--border-radius);
}
.m-login-wrap a {
    color: #fff !important;
}
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;
    border-color: transparent;
    font-size: 14px;
}
.slot-tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 44px;
}
.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;
}
.nav-login-menu .dropdown-menu {
    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: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;
}

.daily-bonus-wrap {
    border-radius: 3px;
    padding: 0.5em;
    margin-top: .5em;
}
.page-block {
    border-radius: 3px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.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;
    color: var(--text-color);
}
.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;
}
footer .ft-menu-wrap {
    position: fixed;
    bottom: 0;
    width: 274px;
    z-index: 100;
}
.slider-blog, .home-togel-blog {
    max-width: 845px;
    position: relative;
}
.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 ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: inherit;
}
.m-tab-wrap ul li {
    text-transform: uppercase;
    flex: 33.33%;
    text-align: center;
    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 > a:hover {
    text-decoration: none;
    color: #fff;
}
.spmenu-show svg {
    width: 22px;
}
.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 {
    min-height: 35px;
    width: 100%;
    margin-top: 1px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
}
.tab-filter {
    height: 32px;
    border-radius: 0 3px 3px 0;
}
.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 {
    width: auto;
    text-align: right;
    padding-left: 30px;
}
.tab-filter .dropdown-toggle::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 0;
}
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;
}
.form-register .captcha-wraper img {
    padding: .25rem;
    max-width: 94px;
}
.bank-blog ul li::after {
    content: '';
    height: inherit;
    display: block;
    border-bottom: 4px solid;
}
.m-bank-blog {
    min-height: 120px;
}
.m-contact-blog {
    min-height: 91px;
}
.m-bank-blog,
.m-contact-blog {
    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 {
    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 {
    padding: 2rem 1rem;
}
.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-right: 0.7em solid transparent;
    border-left: 0.7em solid transparent;
}
.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 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;
}
.home-page-wrapper {
    margin-top: .5em;
}
.m-tab-wrap ul li.active a {
    color: #fff;
}

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%);
}

.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;
    width: 70px;
    height: 70px;
    right: 0;
    position: absolute;
    top: -10px;
    left: -10px;
}
.navigate-wrap .owl-stage-outer svg {
    width: 80%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tab-wrap .tab-content-wrap {
    margin-bottom: 0.5em;
}
.tab-content>.active {
    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 {
    text-align: center;
    height: 53px;
}
.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 {
    display: block;
    width: 150px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.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;
}

.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;
}

form[name="login-form"] .input-group-text {
    border: none;
}

.togel-game {
    margin-bottom: 0;
    width: 100%;
    border-bottom-right-radius: 3px;
    justify-content: space-between;
    display: flex;
    white-space: nowrap;
}
.togel-game li {
    display: inline-block;
    padding: 5px;
    flex: 1;
    text-align: center;
}
.togel-game li:last-child {
    border-right: none;
}
.togel-game li a {
    font-size: .6em;
    text-transform: uppercase;
}
.togel-game-wrap {
    padding-top: 0.5em;
    overflow-x: auto;
}
.pool-wrap {
    padding: 10px;
}
.pool-lst {
    margin-bottom: 0;
}
.pool-wrap .title {
    padding-bottom: 0.5em;
    margin-bottom: 0.5rem;
}
.pool-lst li a {
    font-size: .8em;
}
.pool-lst li {
    padding-bottom: 0.3em;
}
.pool-lst li:last-child {
    padding-bottom: 0;
}
.game-screen {
    border-radius: 3px;
    padding: 10px;
}
.game-screen .table-result th {
    text-align: center;
}
.game-screen .table-result tbody tr > th {
    vertical-align: middle;
}
.game-screen .table-result {
    font-size: .8rem;
}
.number-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    grid-gap: 5px;
}
.number-wrap li input {
    width: 30px;
    text-align: center;
    margin: auto;
}
.add-row-wrap ul {
    margin-bottom: 0;
}
.add-row-wrap ul li {
    display: inline-block;
}
.game-screen .row_number {
    width: 80px;
}
.form-game-screen .btn-save {
    width: 30%;
}

.ul-menu li {
    width: 100px;
    display: inline-block;
}
.ul-menu li svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ul-menu {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.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;
}

.user-info .user-info-icon {
    display: block;
    height: 17px;
    width: 17px;
    background: center no-repeat;
    background-size: contain;
    top: -4px;
    position: relative;
}

/* bonus page */
.bonus-inner {
    position: relative;
}
.bonus-inner .bonus-show {
    position: absolute;
    width: 100%;
    display: block;
    background: red;
    background-color:rgba(65, 64, 65, 0.7);
}
.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 p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.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;
    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;
}
/* 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 {
    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;
    gap: 20px;
}

@media (min-width: 992px) {
    .d-feedback-nav {
       bottom: -6px !important;
    }
}

.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;
}

.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:focus {
  outline: none;
}
.slot-pro-list li.li-search-game {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.claim-info-modal {
    display: block;
    position: fixed;
    inset: 0px;
    z-index: 9991070;
    overflow: auto scroll;
}

.claim-info-modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    pointer-events: none;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    top: 0 !important;
}

@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;
    }
    .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 ul li>img {
        height: 110px;
    }
    .home-game-wrap .game .game-body .hide-image {
        width: 118px !important;
    }
    .special-menu {
        padding: 0.5rem !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 {
        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;
    }
    .header-wrap {
        background-image: none;
        padding: 0;
        min-height: 60px;
        margin-top: 70px;
    }
    .header-wrap .row > div:last-child {
        position: relative;
        padding-left: 0;
    }
    .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 {
        margin-top: 2.5rem;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }
    .home-game-wrap .game-header::before {
        height: 32px;
        width: 32px;
        top: 68%;
    }
    .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% !important;
        max-width: 33.33% !important;
    }
    .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% !important;
        max-width: 33.33% !important;
    }
    .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;
    }
    .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;
    }
    .support-wrap,
    .copy-right {
        max-width: 100%;
        flex: 100%;
    }
    .m-login-wrap .btn {
        width: 40%;
        font-size: 12px;
        color: #fff;
    }
    .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;
    }

    .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-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%);
    }
    .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;
        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 {
        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 {
        text-decoration: none;
    }
    .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;
    }
    .m-profile .profile-wrapper .dropdown-item:last-child {
        border-bottom: none;
    }
    .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: 9;
    }
    .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 .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);
    }
}
@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;
    }
    .jackpot-wrap .col {
        padding-left: 0;
        padding-right: 1px;
    }
    .header-wrap {
   	 margin-top: 70px;
    }
}
@media only screen and (max-width: 495px) {
    .home-game-wrap .game .game-body ul li>img {
        height: 75px;
    }
    .home-togel-wrap .togel-blog .togel-result {
        padding: 0px 3px;
        gap: 10px;
    }
    .home-togel-wrap .togel-result img {
        width: 35px;
        height: 35px;
    }
}

@-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; }
}

/** owl carousel */
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.owl-nav button span {
    display: block;
    font-size: 45px;
    opacity: .5;
    color: var(--color-light);
}
.owl-nav button:hover span {
    opacity: 1;
}
.owl-nav .owl-prev {
    margin-left: 15px;
}
.owl-nav .owl-next {
    margin-right: 15px;
}
.owl-nav button:active,
.owl-nav button:focus {
    outline: none;
    border: none;
}
.header-wrap-change {
    margin-top: 0;
}

.hide {
    display: none !important;
}

/* last modified for mobile profile dropdown */
.header-wrap {
    height: 60px;
}
.ms-profile {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 10px;
    gap: 5px;
}
.ms-profile .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.ms-profile .m-feedback-nav,
.ms-profile .position-hamburger {
    display: flex;
}
.ms-profile .position-hamburger svg {
    width: 20px;
    height: 20px;
    color: var(--color-lighter);
}
.ms-profile .position-reload-balance {
    display: flex;
    position: absolute;
    right: 89px;
    align-items: center;
}
.ms-profile .position-reload-balance svg {
    width: 22px;
    height: 22px;
    color: var(--color-lighter);
}
.ms-profile-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ms-profile-wrapper img {
    width: 30px;
    height: 30px;
}
.ms-profile-wrapper .d-user-balance{
    display: none;
}
.ms-profile-wrapper .dropdown-toggle::after {
    margin-top: 4px;
    margin-left: 36px;
    border-top: 1em solid #fff;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
}
.ms-profile-wrapper ul li {
    border-bottom: 1px solid #a9aaaf;
    padding: 0;
    font-size: 0.7rem !important;
}
.ms-profile-wrapper ul li:last-child {
    border-bottom: none;
}

.m-feedback-nav svg {
    width: 22px;
    height: 22px;
    color: var(--color-lighter);
}
.ms-profile .navbar-nav .login-menu-item {
    display: none;
}
.ms-profile-balance,
.ms-profile-balance:active,
.ms-profile-balance:hover {
    display: flex;
    align-items: center;
    color: var(--color-lighter);
}
/* dropdown item */
.ms-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);
}
.ms-profile-wrapper .dropdown-menu {
    background-color: var(--color-brown);
    width: 100%;
    padding: 0;
    margin: 0.8rem 0 0;
    border-radius: 6px;
}
.ms-profile-wrapper .dropdown-item {
    border-bottom: 1px solid #66676b;
    padding: 0.4em 1em;
    color: #c5cacd;
}
.ms-profile-wrapper .dropdown-item:last-child {
    border-bottom: none;
}
.ms-profile-wrapper .dropdown-item:hover,
.ms-profile-wrapper .dropdown-item.active {
    background-color: var(--color-lighter);
}
.ms-profile-wrapper .dropdown-item:first-child:hover::before,
.ms-profile-wrapper .dropdown-item.active:first-child::before {
    border-bottom-color: var(--color-lighter);
    color: #fff;
}
.ms-profile-wrapper .dropdown-item:first-child:hover,
.ms-profile-wrapper .dropdown-item.active:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.ms-profile-wrapper .dropdown-item:last-child:hover {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.ms-profile-wrapper .d-reload-balance:hover {
    color: var(--color-4);
}
.login-menu-item.active .btn-register-bg,
.login-menu-item:hover .btn-register-bg {
    background-image: var(--btn-login);
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff !important;
}
.h-r-blog {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 0.5rem !important;
}
.h-r-blog .m-login-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    width: calc(100% - 43px);
    text-align: center;
}
.h-r-blog .m-login-wrap .spmenu-show svg {
    display: block;
    margin-left: 5px;
    width: 30px;
    height: 30px;
}
.profile-custom-dropdown {
    top: -23px !important;
}
.profile-custom-dropdown .dropdown-item {
    font-size: 13px;
}
.form-group div>i {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: initial;
    color: #000;
    cursor: pointer;
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}
@media (min-width: 361px) {
    .ms-profile .position-reload-balance {
        right: 84px;
    }
}
@media (min-width: 390px) {
    .ms-profile {
        justify-content: end !important;
        margin-right: 0.5rem;
    }
    .ms-profile .position-reload-balance {
        right: 86px;
    }
    .h-r-blog {
        justify-content: end;
        padding-right: 0.5rem !important;
    }
}
@media (min-width: 400px) {
    .ms-profile {
        justify-content: end !important;
        margin-right: 0.5rem;
    }
    .ms-profile .position-reload-balance {
        right: 77px;
    }
    .h-r-blog {
        justify-content: end;
        padding-right: 0.5rem !important;
    }
}
@media (min-width: 500px) {
    .ms-profile {
        justify-content: end !important;
        margin-right: 0.5rem;
    }
    .h-r-blog .m-login-wrap {
        margin-right: 0.5rem;
    }
}
@media (min-width: 576px) {
    .m-feedback-nav svg,
    .ms-profile .position-reload-balance svg {
        width: 23px;
        height: 23px;
    }
    .ms-profile .position-hamburger svg {
        width: 24px;
        height: 24px;
        color: var(--color-lighter);
    }
    .ms-profile-wrapper .dropdown-toggle::after {
        margin-top: 0px;
    }
    .ms-profile .position-reload-balance {
        right: 88px;
    }
}
@media (min-width: 768px) {
    .m-feedback-nav svg, .ms-profile .position-reload-balance svg {
        width: 26px;
        height: 26px;
    }
    .reload-refresh {
        line-height: 0;
    }
    .ms-profile .position-reload-balance svg {
      margin-top: -6px;
    }
    .m-feedback-nav svg {
        width: 28px;
        height: 28px;
    }
    .ms-profile {
        margin-right: 0;
    }
    .ms-profile .position-reload-balance {
        right: 94px;
    }
    .ms-profile-wrapper .dropdown-toggle::after {
        margin-top: -3px;
    }
    .h-r-blog {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .header-custom-row {
        align-items: center;
        height: 74px;
    }
    .reload-refresh {
        line-height: 1;
    }
    .ms-profile {
        display: none;
    }
    .position-hamburger {
        display: none !important;
    }
    .ms-profile-wrapper .balance-show,
    .ms-profile-wrapper .user-point {
        display: none !important;
    }
    .ms-profile-wrapper .d-user-balance{
        display: block;
    }
    .ms-profile .navbar-nav .login-menu-item {
        display: flex;
    }
    .ms-profile-wrapper .dropdown-toggle::after {
        margin-left: 0.5rem;
        margin-top: -8px !important;
        align-self: center;
    }
    .m-feedback-nav {
        display: none;
    }
    .ms-profile-wrapper .position-reload-balance {
        position: relative;
        right: 0;
    }
    .ms-profile-wrapper {
        padding-right: 0 !important;
        gap: 0;
        align-items: start !important;
    }
    .ms-profile-wrapper img {
        width: 38px;
        height: 38px;
    }
    .ms-profile-wrapper .dropdown-menu {
        margin: 3.8rem 0 0;
    }
    .page-navbar .navbar-nav{
        gap: .5rem;
    }
    .page-navbar .navbar-nav .login-menu-item {
        width: 120px;
    }
    .reload-balance-desktop svg {
        color: var(--color-lighter);
    }
    .ms-profile-balance {
        display: flex;
        align-items: start;
        padding-top: 0;
    }
    .h-r-blog {
        justify-content: end;
    }
    .m-login-wrap {
        display: none !important;
    }
    .spmenu-show svg {
        display: none;
    }
    .ms-profile-wrapper .dropdown-toggle::after {
        margin-top: 6px !important;
    }
}