.sidebar-button .btn.btn-theme,
.btn.btn-theme.login {
    background: linear-gradient(to right, #fffffd 0%, #fdf303 50%, #f7f07f 100%);
    background-size: 300%;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    animation: warnagerak 6s linear infinite;
    padding: 8px 15px;
}

.sidebar-button .btn.btn-theme:hover,
.btn.btn-theme.login:hover {
    color: #000000;
    background: -webkit-linear-gradient(#fdf303, #fdf303);
}

.container .blog-sidebar .nav.menu>li>a {
    border: 2px solid #fdf303;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    margin-bottom: .5rem;
}

.login-wrapper .form-input input[name="entered_login"],
.login-wrapper .form-input input[name="entered_password"],
input[name="entered_login"],
input[name="entered_password"] {
    border: 1px solid #292929;
    box-shadow: -4px -4px 10px rgba(67, 67, 67, 0.5), inset 4px 4px 10px rgba(0, 0, 0, 0.5), inset -4px -4px 10px rgba(67, 67, 67, 0.3), 4px 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.shadowAnimation {
    color: #fff10c;
    animation: blur .9s ease-out infinite;
    text-shadow: 0px 0px 1px #fff10c, 0px 0px 1px #fff10c;
}

.infoIndicatorBank {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.infoIndicatorBank .infoIndicatorBankArea {
    line-height: 0.8;
    display: flex;
    align-items: center;
}

.infoIndicatorBank .infoIndicatorBankArea .infoIndicatorItem {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.infoIndicatorBank .infoIndicatorBankArea .infoIndicatorItem.ionline {
    background: #89e745;
}

.infoIndicatorBank .infoIndicatorBankArea .infoIndicatorItem.igangguan {
    background: #f7f014;
}

.infoIndicatorBank .infoIndicatorBankArea .infoIndicatorItem.ioffline {
    background: #ff0000;
}

.deskripsi.container {
    padding: 0;
    margin: 0;
}

.deskripsi .title {
    font-size: 24px;
    font-weight: bold;
}

.deskripsi .ket {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.deskripsi .judul .title {
    color: #f6f84c;
    text-align: center;
    padding-inline: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f84c;
    font-size: 32px;
}

.deskripsi .judul .ket {
    padding-inline: 15px;
}

.deskripsi .content {
    list-style: none;
    padding-inline: 15px;
    margin-top: 15px;
}

.deskripsi .content li {
    color: white;
}

.deskripsi .content li .title {
    margin-bottom: 15px;
}

.deskripsi .content li:not(:last-child) {
    margin-bottom: 20px;
}

.deskripsi .content li .child {
    margin-top: 15px;
}

.deskripsi .content li ul.child {
    padding-left: 40px;
    list-style: decimal;
}

.deskripsi .content li ul.child .title,
.deskripsi .content li ul.child .ket {
    margin: 0px;
    font-size: 12px;
}

.deskripsi .content li ul.child li:not(:last-child) {
    margin-bottom: 5px;
}

.deskripsi .content li ul.child .notKet .title {
    font-weight: normal;
}

.deskripsi .content li ul.child li:not(:last-child).notKet {
    margin: 0;
}

.footerSupport {
    padding: 15px;
}

.footerSupport img {
    width: 100%
}

.customMenu {
    padding: 15px;
    display: flex;
    gap: 5px;
    justify-content:center;
    align-items: center;
    margin-bottom: 10px;
}

.customMenu .customMenuItem {
    display: inline-block;
    border-top: 2px solid #f6f84c;
    border-bottom: 2px solid #f6f84c;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 18px;
    color: white;
    padding: .2rem .8rem;
}

.customMenu .customMenuItem:hover {
    color: #f6f84c;
}

footer#footer {
    background: #000000;
}

footer#footer .footer-bottom {
    border-top: 1px solid #1a1a1a;
}

.iconMengambang {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 50px;
    gap: 20px;
    padding: 20px;
    z-index: 99;
}

.iconMengambang .iconMengambangItem {
    max-height: 72px;
    max-width: 72px;
}

.iconMengambang .iconMengambangItem img {
    width: 100%;
}

.page-header.smartb1 {
	height: auto !important;
}

.headerApk {
	display: flex;
	justify-content: space-between;
	padding-inline: 10px;
	padding-block: 5px;
	background: #fdf303;
	align-items: center;
}

.headerApk .headerApkLogo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.headerApk .headerApkLogo img {
	width: 100%;
	max-height: 50px;
}

.headerApk .headerKet {
	font-size: 16px;
	font-weight: bold;
}

.headerApk .headerBtnDownload {
	padding: 5px;
	color: black;
	border: 1px solid black;
	border-radius: 20px;
	font-size: 12px;
}

.headerLogo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 10px;
	padding-block: 5px;
}

.headerLogo .headerLogoImg {
	max-height: 60px;
}

.headerLogo .headerLogoLiveChat {
    background: linear-gradient(to right, #fffffd 0%, #fdf303 50%, #f7f07f 100%);
    background-size: 300%;
    animation: warnagerak 6s linear infinite;
    padding: 5px 10px;
    color: #000000;
    border-radius: 5px;
}

.owl-carousel {
    touch-action: manipulation; 
}

.newMenuMobile {
	display: flex;
	gap: 5px;
}

.newMenuMobile a img {
	width: 100%;
}

.login-wrapper .form-input input[name="entered_login"],
.login-wrapper .form-input input[name="entered_password"],
input.contactField {
    height: 45px;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 0px;
    color: white;
    background: #3b4148;
}

.inputIcon {
    width: 45px;
    height: 41px;
    position: absolute;
    display: flex;
    top: 2px;
    left: 2px;
    z-index: 999;
    color: #808080;
    justify-content: center;
    align-items: center;
    background: #3b4148;
    border-radius: 5px;
    padding: 10px 13px;
    box-shadow: 1px 0 5px #0000005c;
    font-size: 20px;
}

.modalPromo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000006e;
}

.modalPromo .modalContent {
    padding: 20px;
}

.modalPromo .modalContent .popupModal {
    width: 100%;
}

.promosiAfterSliderLink {
    margin-top: 15px;
    height: 100%;
    display: block;
}

.promosiAfterSliderLink img {
    width: 100%;
}

.promosiItemContainer .promosiItemHeader {
    display: flex;
    justify-content: space-between;
}

.promosiItemContainer .promosiItemHeader .promosiItemAction {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.promosiItemContainer .promosiItemHeader .promosiItemAction .promosiItemActionBtn {
    background: linear-gradient(to bottom, #fffffd 0%, #f7f07f 100%);
    background-repeat: repeat-x;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bolder;
    transition: all 0.2s ease-out;
    width: 100%;
    padding: 8px 12px;
}

.promosiItemContainer .promosiItemHeader .promosiItemAction .playNow {
    display: none;
}

.promosiDeskripsi {
    padding: 5px 10px;
    color: white;
    max-width: 650px;
    border-inline: 1px solid #f7f07f;
}

.promosiItemContainer:nth-last-child .promosiDeskripsi {
    border-bottom: 1px solid #f7f07f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.promosiDeskripsi ul {
    padding-left: 20px;
}

.promosiDeskripsi ul.style-start {
    list-style-type: "*   ";
}

.promosiDeskripsi ul.style-min {
    list-style-type: "-   ";
}

.promosiDeskripsi ul.style-diamon {
    list-style-type: "♦   ";
}

.promosiDeskripsi ul.style-arrow {
    list-style-type: "~>  ";
}

.promosiDeskripsi ul.style-number {
    list-style: decimal;
}

.promosiDeskripsi ul li {
    color: white;
    text-align: justify;
}

.mt-2 {
    margin-top: 10px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mt-4 {
    margin-top: 20px;
}

.mb-4 {
    margin-bottom: 20px;
}

.promosiDeskripsi span {
    display: block;
}

.promosiContainer .promosiItemContainer:last-child .promosiDeskripsi {
    border-bottom: 1px solid #f7f07f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.collapses {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 0;
}


@media (max-width: 576px) { 
    .login-wrapper .form-input input[name="entered_login"],
    .login-wrapper .form-input input[name="entered_password"],
    input[name="entered_login"],
    input[name="entered_password"] {
        border-color: #f5f74b;
    }

    .login-wrapper .form-input input[name="entered_login"],
    .login-wrapper .form-input input[name="entered_password"] {
        margin: 0px;
        font-size: 13px;
        letter-spacing: 0.5px;
        text-align: left;
        padding-left: 55px;
    }

    .marquee.running-text {
        background: #000000;
        color: #FFFFFF;
    }

    .login-wrapper,
    .body-mobile main {
        background: #2b2b2be6;
    }

    .body-mobile main .main-content,
    .body-mobile main .main-content .inner-wrap {
        background: transparent;
    }
    
    .login-wrapper .form-input .password-wrapper>button {
        top: 10px;
    }

    .button-blue,
    .button-green,
    .button-yellow,
    .btn-login-header,
    .contactSubmitButton {
        background: linear-gradient(to right, #fffffd 0%, #fdf303 50%, #f7f07f 100%);
        background-size: 300%;
        animation: warnagerak 8s linear infinite;
        box-shadow: none;
        border: none;
        text-align: center;
        color: #FFFFFF;
        padding: 10px 26px 10px 26px;
        display: inline-block;
        margin-bottom: 10px;
        font-family: aller;
        font-size: 20px;
        border-radius: 7px;
        color: #000000;
    }

    .btn-login-header {
        display: flex;
    }

    .inner-wrap .color-grey {
        color: #FFFFFF;
        margin-bottom: 10px !important
    }

    .input-group-text {
        background: #fdf303;
        font-weight: 600;
    }

    #content.page-content,
    #content.page-content .main,
    main .inner-wrap,
    main .inner-wrap .panel-blue{
        background: #2b2b2b80;
    }

    main .inner-wrap .panel-blue hr {
        border-color: #fdf303;
    }

    main .inner-wrap .panel-blue #slider-hasil .slider {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    main .inner-wrap .panel-blue #slider-hasil .slider .results {
        display: flex;
        flex-direction: column;
        border: 1px solid #fdf303;
        border-radius: 6px;
        background: #000000;
        padding: 0;
        flex: 1;
        gap: 5px;
        padding-bottom: 5px;
        align-self: stretch;
    }

    main .inner-wrap .panel-blue #slider-hasil .slider .results.hidden {
        display: none;
    }

    main .inner-wrap .panel-blue #slider-hasil .slider .results .pool-name {
        color: black;
        background: linear-gradient(to right, #fffffd 0%, #fdf303 50%, #f7f07f 100%);
        background-size: 300%;
        animation: warnagerak 8s linear infinite;
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        padding: .2rem;
        text-wrap: nowrap;
        border: 1px solid #fdf303;
        border-radius: 6px 6px 0 0;
    }

    main .inner-wrap .panel-blue #slider-hasil .slider .results .pool-date {
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #FFFFFF
    }

    main .inner-wrap .panel-blue #slider-hasil .slider .results .pool-result {
        font-size: 14px;
        color: #FFFFFF;
        text-align: center
    }

    .resultSearchContainer {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 40px;
        border: 1px solid #fdf303;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #3b4148;
    }
    
    .resultSearchContainer .resultSearchIcon {
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #808080;
        background: #3b4148;
        box-shadow: 1px 0 5px #0000005c;
        font-size: 20px;
    }
    
    .resultSearchContainer .resultSearchInput {
        flex: 1;
        padding-right: 5px;
        box-shadow: none;
        border: none;
        height: 100%;
        background: transparent;
        outline: none;
        color: #FFFFFF;
    }
    
    .resultSearchContainer .resultSearchInput:focus {
        border: none;
    }

    .footerDeskripsi {
        color: white;
        text-align: justify;
        margin-top: 10px;
    }

    .content.smartb4.scontent {
        margin: 0 !important;
    }

    .contactPerson {
        display: grid;
        grid-template-columns: auto auto;
        padding-inline: 5px;
        grid-gap: 5px;
        padding-bottom: 10px;
        background: #2b2b2be6;
    }
    
    .contactPerson .contactPersonIcon {
        width: 100%
    }

    .promosiContainer .promosiItemContainer {
		margin-bottom: 15px;
	}
	
	.promosiItemContainer .promosiItemHeader {
		flex-direction: column;
	}

	.promosiItemContainer .promosiItemHeader .promosiItemAction {
		flex-direction: row !important;
	}

	.promosiDeskripsi span {
		display: inline !important;
	}

	.promosiDeskripsi ul {
		padding-left: 0;
	}

	.promosiDeskripsi ul li ul {
		padding-left: 20px;
	}

	.promosiDeskripsi {
		background: #000000b3;
	}

	.promosiItemContainer .promosiItemHeader .promosiItemAction .promosiItemActionBtn {
		text-transform: capitalize !important;
		letter-spacing: 0px !important;
		text-align: center;
		border-bottom-left-radius: 10px;
	}

	.promosiItemContainer .promosiItemHeader .promosiItemAction .promosiItemActionBtn.joinNow {
		display: none;
	}

	.promosiItemContainer .promosiItemHeader .promosiItemAction .promosiItemActionBtn.playNow {
		display: block;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 10px;
	}

    .marquee-parent {
        background: #fdf303;
        font-weight: 600;
        color: #000000;
    }

    input.contactField {
        padding: 10px;
    }

    .iconMengambang {
        bottom: 0px;
    }
}

@keyframes warnagerak {
    100% {
        background-position: -300%;
    }
}

@keyframes blur {
    0% {
        text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 25px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #7B96B8, 0px 0px 5px #7B96B8, 0px 10px 5px #ffffe8, 0px 10px 50px #ffffe8, 0px 10px 100px #e4be0d, 0px 10px 100px #e4be0d, 0px -10px 100px #e4be0d, 0px -10px 100px #e4be0d;
    }
}