* {
	
	font-family: "Cabin", sans-serif;
	letter-spacing: .5px;
}

.font-Oswald{
	font-family: "Oswald", sans-serif;
}

.btn{
	padding: 14px 32px;
}

button:focus{
	box-shadow: none!important;
}

.fw-100{
	font-weight: 100;
}

.fw-bolder{
	font-weight: bolder;
}

.w-150 {
	width: 150px;
	height: 150px;
}

.fs-21 {
	font-size: 21px;
}

.fs-40 {
	font-size: 40px;
}

.fs-44 {
	font-size: 44px;
}

.fs-48 {
	font-size: 48px;
}

.fs-50 {
	font-size: 50px;
}

.fs-54 {
	font-size: 54px;
}

.fs-60 {
	font-size: 60px;
}

.fs-20 {
	font-size: 20px!important;
}

.fs-25 {
	font-size: 25px;
}

.fs-22 {
	font-size: 22px;
}

.fs-26 {
	font-size: 26px;
}

.fs-34 {
	font-size: 34px;
}

.fs-30 {
	font-size: 30px;
}

.fs-36 {
	font-size: 36px;
}

.fs-32 {
	font-size: 32px;
}

.fs-31 {
	font-size: 31px;
}

.fs-3 {
	font-size: 3px;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-14 {
	font-size: 14px;
}

.fs-12 {
	font-size: 12px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-19 {
	font-size: 19px !important;
}

.fs-13 {
	font-size: 13px;
}

.fs-11 {
	font-size: 11px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.rounded-23{
	border-radius: 23px;
}

.transform-scale-1 {
	transform: scaleX(-1);
}

.text-dark{
	color: #000!important;
}

.bg-dark{
	background-color: #000;
}

.bg-gray{
	background-color: #F2F2F2;
}

.p-12-20{
	padding: 12px 20px;
}

.btn-bottom{
	position: absolute;
	width: 100%;
	border-radius: 22px 22px 0px 0px;
	font-size: 19px;
	color: #3693c2;
	bottom: 0px;
	left: 0px;
	background-color: #000;
}
.btn-bottom:hover{
	color: #3693c2;
	background-color: #0e0e0e;
}

.text-light-gray{
	color: #3D3D3D;
}

.text-gray{
	color: #7A7A7A;
}

.text-danger {
	color: #ed1d25 !important;
}

.text-warning {
	color: #ff9933 !important;
}

.line-h-84 {
	line-height: 84px;
}

/* width */
::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	display: none;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #d3dbe6;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #d3dbe6;
}

.px-6 {
	padding-left: 35px;
	padding-right: 35px;
}

.px-8 {
	padding-left: 55px;
	padding-right: 55px;
}

.py-12 {
	padding: 12px 0px;
}

.py-40 {
	padding: 40px 0px;
}

.py-96 {
	padding: 96px 0px;
}

.py-100 {
	padding: 100px 0px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-35 {
	padding-top: 35px!important;
}

.pt-84 {
	padding-top: 84px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-120 {
	padding-bottom: 120px;
}

.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.h-30{
	height: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.py-80 {
	padding: 80px 0px;
}

.p-btn-18{
	padding: 18px 32px!important;
}

.p-17{
	padding: 17px;
}

.p-16 {
	padding: 10px 16px !important;
}

.p-29{
	padding: 29px;
}

.px-120 {
	padding-left: 120px;
	padding-right: 120px;
}

.ms-20{
	margin-left: 20px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.ps-290 {
	padding-left: 290px;
}

.px-180 {
	padding-left: 180px;
	padding-right: 180px;
}

.px-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.mb-16{
	margin-bottom: 16px;
}

.me-80{
	margin-right: 80px;
}

.mb-40{
	margin-bottom: 40px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.z-10 {
	z-index: 10 !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-140 {
	margin-top: 140px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-less-100 {
	margin-top: -100px;
}

.mt-less-150 {
	margin-top: -160px;
}

.mt-less-68 {
	margin-top: -68px;
}

.scale-1 {
	transform: scale(1.2);
}

.mt-less-120 {
	margin-top: -115px;
}

.mt-less-50 {
	margin-top: -50px;
}

.mt-less-30 {
	margin-top: -30px;
}

.mt-less-200 {
	margin-top: -200px;
}

.max-w-lg{
	max-width: 450px;
    display: flex;
    flex-direction: column;
}

.logo{
	padding: 5vh 10vh;
	padding-bottom: 3vh;
}

.logo img{
	width: 150px;
}

.container-box{
	overflow: hidden;
	position: relative;
	height: 100vh;
}

.logo-color{
	color: #99DFF9;
	font-weight: 100;
}

.box-shadow{
	background-color: rgb(0, 0, 0,70%);
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
}


.box-shadow-dark{
	background-color: rgb(0, 0, 0,80%);
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
}



.bg-main{
	background-color: #00AEEF;
}

.bg-light-main{
	background-color: #C6E9FB;
}

.bg-black-main{
	background-color: black;
}
.border-t-1{
	border-top: 1px solid rgb(0, 0, 0,5%);
}

.border-b-1{
	border-bottom: 1px solid rgb(0, 0, 0,17%);
}

.border-btn-black{
	border: 1px solid #000;
	border-radius: 16px;
}
.border-btn-black:hover{
	background-color: #f5f5f5;
}

.btn-black{
	background-color: #000;
	border-radius: 16px;
	color: #fff;
}

.btn-black:hover{
	background-color: #000;
	border-radius: 16px;
	color: #e8e8e8;
}

.btn-main{
	background-color: #00AEEF;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
}

.btn-main:hover{
	background-color: #00a3de;
	color: #fff;
}

.btn-border{
	border: 1.08px solid #fff;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
}

.btn-border_theme{
	border: 1.08px solid #00AEEF;
	background-color: transparent;
	color: #00AEEF;
	font-size: 16px;
	border-radius: 12px;
}

.btn-border:hover{
	color: #e3e3e3;
}

.text-powerd{
	color: #7ccdf6;
}

.nav-link.text-main:hover{
	color: #1babf4;
}

.text-main-dark{
	color: #00AEEF;
}

.text-main-light{
	color: #99DFF9;
}

.text-main{
	color: #7CCDF6;
}

.ps-10{
	padding-left: 10px!important;
}

.pe-10{
	padding-right: 10px!important;
}

.detail-box{
	border-radius: 60px 60px 0px 0px;
	height: 100%;
	padding: 24px;
	overflow-y: auto;
}

.qr-scan{
	width: 100%;
    height: 42vh;
    overflow: hidden;
    border-radius: 58px;
    border: 5px solid #00AEEF;
    margin: 0px auto;
}

.qr-scan img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.detail-box .form-box{
	padding-top: 43px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 19px;
	height: 42vh;
	border-radius: 58px;
	border: 5px solid #00AEEF;
	background-image: url("../images/form-bg.png");
	background-size: cover;
	background-position: center;
}

.popup-box{
	height: 420px;
	width: 100%;
	padding-top: 43px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	border-radius: 58px;
	border: 5px solid #00AEEF;
	background-image: url("../images/form-bg.png");
	background-size: cover;
	background-position: center;
}

.detail-box .form-box input{
	color: #7CCDF6;
	outline: none;
	padding: 0px 20px;
	width: 100%;
	height: 60px;
	border-radius: 11px;
	margin-top: 22px;
}

.detail-box .form-box input::placeholder{
	color: #7CCDF6;
}

.amount-title{
	background-color: #000;
	color: #00AEEF;
	text-align: center;
	padding: 15px;
}

.amount-number {
    background-color: #F2F2F2;
    padding: 6px;
    text-align: center;
    font-size: 37px;
}

.order-amount{
	border-radius: 37px 37px 16px 16px;
	overflow: hidden;
}

.pay-divider{
	text-align: center;
}

.pay-divider{
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}

.w-80{
	width: 80%;
}

.pay-divider::before{
	content: "";
	background-color: rgb(0, 0, 0,16%);
	height: 1px;
	width: 32%;
	position: absolute;
	left: 0px;
	top: 50%;
}

.pay-divider::after{
	content: "";
	background-color: rgb(0, 0, 0,16%);
	height: 1px;
	width: 32%;
	position: absolute;
	right: 0px;
	top: 50%;
}



.card-box{
	border: 5px solid #00AEEF;
	background-color: #fff;
	padding: 18px;
	border-radius: 17px;
}

.card-box-monst{
	height: 220px;
	text-transform: uppercase;
	border: 7px solid #00AEEF;
	background-color: #fff;
	border-radius: 17px;
}

.card-box-monst img {
    height: 60%;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.card-box-monst span{
	display: block;
	border-top: 1px solid rgb(0, 0, 0,8%);
	border-bottom: 1px solid rgb(0, 0, 0,8%);
	font-size: 16px;
	font-weight: 100;
    margin: 5px 0px;
}

.card-box img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}

.swiper-container {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    perspective: 1000px;
}

.swiper-slide {
	background-attachment: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: center;
    width: 40.44%; /* Each slide takes up 83.44% of the container */
    min-width: 250.333px; /* Ensure the slide's minimum width */
	filter: blur(5px);
	-webkit-filter: blur(5px);
}
.swiper-slide .card-box{
	filter: grayscale(1);
}

.swiper-slide .card-box h3{
	font-size: 22px!important;
}
.swiper-slide .card-box p{
	font-size: 18px;
}
.swiper-slide-active .card-box p{
	font-size: 20px!important;
	line-height: 22px;
}

.swiper-slide-active .card-box{
	filter: grayscale(0);
}

.swiper-slide-active {
	filter: blur(0px);
	-webkit-filter: blur(0px);
    transform: scale(1) translateZ(0)!important;
    opacity: 1; /* Active slide has full opacity */
    z-index: 2; /* Active slide is on top */
}

.swiper-slide-next {
    transform: translate3d(0px, 0px, -300px) rotateX(0deg) rotateY(16deg) scale(1)!important;
    z-index: 1;
	top: 30px;
}

.swiper-slide-prev {
    transform: translate3d(0px, 0px, -300.456px) rotateX(0deg) rotateY(-16deg) scale(1)!important;
    z-index: 1;
	top: 30px;
}

.swiper-slide:not(.swiper-slide-active) {
    overflow: hidden; /* Partially hide the inactive slides */
    transform-origin: left; /* Make the left side appear larger */
}

.img-box{
	height: 60vh;
	/* overflow: hidden; */
	position: relative;
}

.img-box img{
	width: 100%;
	height: 40vh;
	object-fit: cover;
	object-position: center;
} 




/* .game-credit img { max-width: 100%; border-radius: 0 0 85% 85% / 10%; } */
/* .header-slide-img {
    padding-top: 0px;
	height: 100%;
} */

 /* .header-slide-img img {
    max-width: 100%;
} */

.back-button {
    position: absolute;
    top: 10px; /* Adjust for vertical positioning */
    left: 10px; /* Adjust for horizontal positioning */
    
    width: 40px; /* Set width of the circle */
    height: 40px; /* Set height of the circle */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    
    color: white; /* White arrow icon */
    border: none; /* No border */
    border-radius: 50%; /* Make the button round */
    
    display: flex; /* Center the icon inside the button */
    align-items: center;
    justify-content: center;

    font-size: 20px; /* Adjust the size of the arrow icon */
    cursor: pointer;
    z-index: 10; /* Ensure button stays on top of the image */
    text-align: center;
}



.scan-box {
    width: 20vh;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #44B8F3;
}

.scan-box img{
	width: 60px;
}

.scan-box span{
	font-size: 18px;
}

.scan-box-f-outer {
    border: 1px solid rgba(68, 184, 243, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26vh; /* Adjusted to 19% of viewport width */
    height: 26vh; /* Keep it square by using the same value for height */
}

.scan-box-s-outer {
    border: 1px solid rgba(68, 184, 243, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32vh; /* Adjusted to 24% of viewport width */
    height: 32vh; /* Keep it square by using the same value for height */
}

.input-id{
	color: #7CCDF6;;
	border: 1px solid #44B8F3;
	border-radius: 8px;
	height: 53px;
	padding: 10px;
}

.input-id:hover img{
	filter: brightness(0.5);
}

.popup-btn-box{
	transform: translateY(100%);
	transition: .2s;
	display: block; 
	bottom:-100%; 
	left:0; right:0; 
	z-index:1000;
	height: auto;
	position: absolute;
	background-color: white;
	width: 100%;
	padding: 20px;
	border: 7px solid #44B8F3;
	border-radius: 40px 40px 0px 0px;

}

.modal-box{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: 10;
	background-color: white;
	width: 90%;
	border-radius: 20px;
	overflow: hidden;
}

.img-box-full{
	max-height: 48vh;
    height: 100%;
    width: 100%;
    object-fit: cover;
	overflow: hidden;
	border-radius: 25px;
}


.img-box-full img{
	height: 100%;
	object-fit: cover;
}

.rotate-img {
    -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite;
    animation:spin 5s linear infinite;
}

.nav-item{
	width: 100%;
}

.detail-box .nav{
	background-color: #F2F2F2;
	border-radius: 13px;
	padding: 8px;
}

.detail-box .nav .nav-link{
	width: 100%;
	padding: 12px 0px;
}

.detail-box .nav .active{
	background-color: #000;
	color: #fff;
	border-radius: 13px;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}

@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}



.btn-go{
	padding: 6px 23px;
    display: block;
    margin: auto;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
}



button.btn-payment:disabled {
    opacity: 0.3;
}
.side-nav .logo-box{
	border-bottom: 1px solid #FFFFFF;
}

.side-nav{
	position: absolute;
    left: 0px;
    height: 100vh;
    width: 60%;
    background: #00afef;
	z-index: 15;
	display: flex;
    flex-direction: column;
}

.hidden {
	display: none;
  }
  
  #sidenav.show {
	display: block;
  }

  #sidenav-vend.show {
	display: block;
  }
  
  #shadow-box.show {
	display: block;
  }

.side-nav ul{
	list-style: none;
	padding: 0px;
}

.side-nav ul li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 15px 0px!important;
	color: #000;
	border-bottom: 1px solid rgb(225, 225, 225,45%);
}

.option-1{
	color: #3693c2!important;
}

@media (max-height: 835px) {
	.logo img{
		width: 120px!important;
	}
	.logo{
		padding:3vh 10vh!important;
		padding-bottom: 0px!important;
	}
	.scan-box-s-outer{
		margin-top: 0px!important;
	}
	.scan-box span {
		font-size: 14px;
	}

	.img-box-full {
		max-height: 42vh;
	}
}

@media (max-height: 770px) {
	.img-box-full {
		max-height: 30vh;
	}
}

.input-box label{
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
}

.input-box input{
	font-size: 14px;
	padding: 13px 16px;
	background-color: rgb(0, 0, 0,7%);
	border-radius: 11px;
	border: 0px;
	outline: none;
	width: 100%;
}

.input-box input::placeholder{
	color: #C0C0C0;
}

.input-group-btn button{
	padding: 0px;
}

.input-group-btn .flag{
	display: none;
}

.input-group-btn{
	width: 30%;
	background-color: #000;
	color: #fff;
}

.input-box select{
	position: relative;
	background-color: #000;
	color: #00AEEF;
	border-radius: 11px;
	padding: 13px 14px;
	padding-right: 31px;
	font-size: 14px;
	appearance: none;
	font-weight: bold;
	outline: none;
}

.select-box{
	position: relative;
}

.select-box::after{
	content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 7px;
    width: 10px;
    height: 5px;
	background-image: url("../images/arrow-down.svg");
	background-position: center;
	background-repeat: no-repeat;
}


.popup-box-full{
	border-radius: 42px;
	border: 5px solid #00AEEF;
}

.popup-box-full .closebtn{
	right: 2px;
    top: -3px;
	position: absolute;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	color: #000;
	font-size: 14px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.colse-btn{
	position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    color: black !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    top: -5px;
    right: -4px;
}



@media only screen and (max-width: 768px) {

	.owl-carousel .owl-nav{
		display: none!important;
	}

	.founded-img{
		display: none;
	}
	
	.mobile-w-100{
		width: 100%;
	}

	.mt-140 {
		margin-top: 60px;
	}

	.ps-290 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fs-48 {
		font-size: 20px;
	}

	.line-h-84 {
		line-height: 32px;
	}

	.mt-180 {
		margin-top: 40px;
	}

	.px-120,
	.px-180 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.px-50{
		padding: 0px;
	}
}



/* new css */



body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}


#divLoading {
    display: none;
}

#divLoading.show {
    /*    display : block;*/
    position: fixed;
    /*    z-index: 100;*/
    /*    background-image : url("../images/fancybox_loading.gif");*/
    background-color: #f3f3f3;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}
.btn-payment{
	background-color: #00AEEF;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
	
}

.btn-List{
	background-color: #00AEEF;
	color: #000;
	font-size: 26px;
	border-radius: 12px;
	font-weight: bold;
    width: 100%;          /* FULL WIDTH */
    display: block;
	margin: 0 auto;
}


.txt-title{
	color: #00AEEF;
	font-size: 18px;
    width: 100%;          /* FULL WIDTH */
    display: block;
	margin: 0 auto;
	text-align: center;
}

.duo1 {
    animation-name: spin;
}

.duo2 {
    animation-name: spin;
    animation-direction: reverse;
}

.duo2 .dot-b {
    animation-name: onOff;
}

.duo1 .dot-a {
    opacity: 0;
    animation-name: onOff;
    animation-direction: reverse;
}

 
.qr-scan{
	width: 100%;
    height: 42vh;
    overflow: hidden;
     border-radius: 58px; 
     border: 5px solid #00AEEF; 
    margin: 0px auto;
}


.qr-scan .video-back {
	object-fit: cover;
	height: 100%;
	width: 100%;
} 


.loader {
    position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 20px;
    margin-top: -1em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -3em;
    /*set to a negative number 1/2 of your width*/
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}

.hloader {
    position: fixed;
    left: 50%;
    width: 80px;
    height: 20px;
    margin-top: -1em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -3em;
    /*set to a negative number 1/2 of your width*/
}

.duo {
    z-index: 9999999;
    height: 20px;
    width: 50px;
    background: hsla(0, 0%, 0%, 0.0);
    position: absolute;


}

.duo,
.dot {
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.duo1 {
    left: 0;
}

.duo2 {
    left: 30px
}


.dot {
    z-index: 9999999;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #44B8F3;
    position: absolute;
}

.dot-a {
    left: 0px;
}

.dot-b {
    right: 0px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes onOff {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


.balance-list {
    display: flex;
    flex-direction: column; /* Ensures the items are stacked vertically */
}

.balance-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
}

.operator {
    font-weight: bold;
}

.credit {
    color: #00AEEF;
}



.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Transparent black */
	display: flex;
	justify-content: center;
	align-items: center; /* Center alert vertically */
	z-index: 1000;
	display: none; /* Initially hidden */
}

/* Top bar */
.top-bar {
    position: absolute;
    top: -30px; /* Position above custom-alert */
    height: 60px;
    left: 20%; /* 20% padding from left */
    right: 20%; /* 20% padding from right */
    background-color: white;
    border-radius: 2px 2px 0 0; /* Rounded corners on top */
    z-index: 1002; /* Above overlay background but below custom-alert */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Center text horizontally */
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #00AEEF; /* Top border color */
}

/* Pseudo-elements for left and right borders */
.top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px; /* Adjust left position */
    width: 2px; /* Width of the border */
    height: 28px; /* Half of the top bar height */
    background-color: #00AEEF; /* Left border color */
    border-top-left-radius: 8px; /* Round the top-left corner */
}

.top-bar::after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px; /* Adjust right position */
    width: 2px; /* Width of the border */
    height: 28px; /* Half of the top bar height */
    background-color: #00AEEF; /* Right border color */
    border-top-right-radius: 2px; /* Round the top-right corner */
}




/* Alert box */
.custom-alert {
	background: white;
	width: 80%;
	max-width: 500px;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1001; /* Make sure alert appears above the top bar */
	border: 2px solid #00AEEF; /* Add border with color */
}

/* Description */
.custom-alert .description {
	font-size: 1em;
	margin: 0;
	padding: 10px 10px; /* Padding to create a 30% margin-like effect */
	top: 10px;
	text-align: center;
	position: relative;
	z-index: 1003; /* Higher than .top-bar */
}

/* Buttons container */
.custom-alert .buttons {
	display: flex;
	justify-content: center; /* Center buttons */
	margin-top: 20px;
}

/* Buttons */
.button {
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	font-size: 1em;
	margin: 0 5px;
	flex: 1; /* Make buttons flexible */
	max-width: 120px; /* Set max width to maintain size */
}

.button.close {
	background-color: #ff4d4d; /* Red */
	color: white;
}

.button.ok {
	background-color: #00AEEF; /* Green */
	color: white;
}


.action-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 20px;

	 flex: 1;                 /* KEY FIX */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	
}
#myaccount {
    height: 78vh;
    display: flex;
    flex-direction: column;
}
.myaccount-scroll {
	flex: 1;                 /* KEY FIX */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 200px);
}


#myaccount .action-container {
    padding-left: 0px;
    padding-right: 0px;
}

/* Common card style */
.action-card {
    padding: 22px;
    border-radius: 18px;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Primary action */
.action-card.primary {
    color: #fff;
    box-shadow: 0 12px 25px rgba(0, 174, 239, 0.35);
    background: #00AEEF
}

/* Secondary action */
.action-card.secondary {
    background: #EAF7FD;
    color: #00AEEF;
}

/* Typography */
.action-card h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
}

.action-card p {
    font-size: 14px;
    opacity: 0.9;
}

/* Touch feedback */
.action-card:active {
    transform: scale(0.97);
}

.popup-box-bg {
   background-color: #00AEEF;
}

.balance-card {
    border-radius: 23px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: #fff;
}


/* ================================
   My Account Detail UI
================================ */

/* .myaccount-detail {
    padding: 16px;
    
} */

.myaccount-detail {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    overflow: hidden;

    padding-left: 0;
    padding-right: 0;
}

/* Card Summary */
.card-summary {
    background: black;
    color: #fff;
    margin-bottom: 16px;
border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    /* border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	padding-left: 20;
	padding-right: 20;; */
}

/* .card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 20px;
} */

.badge-label {
    background: #000;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
}

.card-no {
    font-weight: bold;
    letter-spacing: 1px;
	font-size: 20px;
	text-align: center;
	
}

.balance {
    margin-top: 10px;
    font-size: 20px;
		text-align: center;

}

/* Header Row */
.txn-header {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.6fr;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    padding: 0 6px;
    margin-bottom: 8px;
}

/* Transactions */
.txn-list {
    flex: 1;               /* Takes remaining height */
    overflow-y: auto;      /* Enable vertical scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}
.txn-container {
    height: calc(79vh - 200px); /* Scrollable area */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.txn-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.6fr;
    background: #f8fbff;
    padding: 14px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.txn-date {
    font-size: 13px;
    color: #666;
}

.txn-machine {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.txn-amount {
    text-align: right;
    font-weight: 700;
    color: #2fa4ff;
}

.action-container {
    padding: 20px;
}

/* ================= BALANCE CARD ================= */
.action-container .balance-card {
    border: 3px solid #00AEEF;
    margin-bottom: 25px;
    background-color: #fff;
}

.action-container .balance-header {
    background-color: #00AEEF;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
	 border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.action-container .balance-body {
    padding: 20px;
}

.action-container .label {
    color: #00AEEF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}

.action-container .value {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    word-break: break-all;
}

.action-container .amount {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

/* ================= FOOTER TEXT ================= */
.action-container .footer-text {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 16px 0;
    color: #000;
}

.action-container .footer-text span {
    color: #00AEEF;
    font-weight: bold;
}

/* ================= BUTTON ================= */
.action-container .btn-black {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
}


/* ===== Mobile zoom fix ===== */
input,
textarea,
select {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
}


.scroll-box {
    max-height: calc(100vh - 220px); /* adjust based on header + logo height */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
}


#showPlayList {
    margin-top: auto;     /* 🔑 PUSH TO BOTTOM */
    flex: 1;              /* take remaining space */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#showtopuplist .max-w-lg {
    height: calc(100vh - 55px); /* subtract header height */
    display: flex;
    flex-direction: column;
}

#index {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#index .detail-box {
    margin-top: auto;          /* 🔑 pushes to bottom */
    flex: 1;
    display: flex;
    flex-direction: column;
}

#index .action-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
