@media (min-width: 769px) {
    body {
        max-width: 450px;
        margin: 0 auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);

    }
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 100px;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-container svg {
    width: 100px;
    height: 100px;
}

.bg-1{
    background-image: url('/assets/images/bg.jpg');
}

.logo{
    max-width: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-navbar{
    max-width: 50px;
}

.login-width{
    max-width: 80%;
}

.login-box{
    padding-bottom: 50px;
}

.navbar-home, .splide-home {
    background-color: #000000 !important;
}

.splide__slide img {
    padding-left: 5px;
    padding-right: 5px;
}

.font-menu-home{
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: 0.1px;
}

.text-keuntungan{
    font-size: 20px;
    font-weight: bold;
    color: #444444 !important;
}
.text-app{
    color: #323fd3 !important;
}

.text-miktorik-home{
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: 0.1px;
}

.text-userlogin{
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: 0.1px;
}

.text-saldo{
    font-size: 14px;
    font-weight: 400;
    font-stretch: condensed;
}

.btn-app{
    background-color: #323fd3;
    color: #ffffff;
}
.btn-app:hover{
    background-color: #1522b0;
    color: #ffffff;
}

.card.border-1 {
    border: 2px dashed #323fd4;
}

.text-navbar-footer{
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: 0.1px;
}

.sticky-top-custom {
    position: sticky;
    top: 73px;
}

.sparator{
    border: 0;
    height: 1px;
    border-bottom: 1px dashed #858585;
}

.waktu-topup{
    font-size: 13px;
    font-weight: 400;
    font-stretch: condensed;
    color: #008d07;
}

.bd-callout-kirikanan {
    padding: 10px;
    border: 1px solid #000000;
    border-left-width: .30rem;
    border-right-width: .30rem;
}

.icon_clear {
    cursor: pointer;
}

.dell td, .dell a, .dell div {
    text-decoration: line-through;
    color: #ff0000;
}

.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 10px 10px 10px;
	text-align: center
}

.counter-box p {
	margin: 1px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
    font-stretch: condensed;
}

.counter-box svg {
	font-size: 60px;
	margin: 0 0 15px;
	color: #ffffff
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	line-height: 28px
}