:root {
  --white-color: #ffffff;
  --text-color: #333333;
  --text-secondary: #545b7e;
  --background-color: #f3f3f3;
  --grey-color: #626571;
  --dark-grey-color: #ebeef6;
  --primary-color: #597ef7;
  --primary-dark: #4B72F6;
  --primary-light: #799AFA;
  --primary-lighter: #86A8FF;
  --accent-gold: #fccb14;
  --border-color: #d8dce7;
  --bg-blue-tint: #e6f4ff;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 62.5%;
  font-weight: 500;

}
#sidebar-member{
  background-color: rgb(187 205 253)!important;
}
.box-balance{
  background-color: rgb(107 142 249)!important;
}
.box-balance p, #sidebar-nav li a{color: #fff!important;}
#sidebar-nav li a.sidebar-item.active{
  background-color: #547af6!important;
}
#sidebar-nav li a.sidebar-item:hover{
  background-color: rgb(78 116 246 / 66%)!important;
}
.features-item-icon img{width: 35px!important; height: 35px!important;display: inline!important; }
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: var(--text-color);
  /* height: 100vh; */
  background:url(../images/home_bg.webp)!important;
  background-repeat: no-repeat!important;
  background-size: 100% calc(100% + 700px)!important;
  background-position: center -700px!important;
}

.lead { font-size: 1.5rem; font-weight: 300; }
.container { margin: 150px auto; max-width: 960px; color: #000; }

.side-bar {
  width: 23.2rem;
  height: 100%;
  padding: 0.5rem 1.2rem;
  background:url(../images/home_bg.webp) no-repeat!important;
  border-right: 1px solid var(--border-color);
  position: fixed;
  transition: all 0.5s ease;
  top: 0;
	z-index: 99;
}

.logo-name-wrapper {
  position: relative;
  margin-bottom: 2.1rem;
  display: flex;
  font-size: 1.2rem;
}

.logo-name {
  display: flex;
  align-items: center;
}

.logo-name__name {
  margin-left: 0.9rem;
  white-space: nowrap;
}
.logo-name__button {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.8rem;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.logo-name__icon {
  font-size: 2.1rem;
  color: #86A8FF;
}

.message {
  background-color: var(--dark-grey-color);
  display: flex;
  align-items: center;
  padding: 1.55rem 0 1.55rem 1.2rem;
  border-radius: 0.4rem;
  margin-bottom: 3.6rem;
  cursor: pointer;
  position: relative;
}

.message-icon {
  font-size: 2rem;
  transform: translateX(3rem);
  transition: all 0.5s ease;
}

.message-text {
  margin-left: 1.1rem;
  font-size: 1.4rem;
  white-space: nowrap;
  transform: translateX(3rem);
  transition: all 0.5s ease;
}

.features-list {
  padding-bottom: 1rem;
  border-bottom: 1px solid #010f3c;
  list-style: none;
}
.side-bar.collapse .logo-name__button {margin-top: 1rem;}

.features-item {
  display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 0.5rem;
    margin: 0 auto;
    color: var(--text-secondary);
    background-image: linear-gradient(to right, #a0b8fc, #c5d4fd);
    border: 1px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s ease;
}
.features-item::before {
  transition: 0.5s ease;
  content: '';
  position: absolute;
  left: -1.2rem;
  height: 100%;
  border-left: 3px solid var(--primary-color);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

.features-item:hover {
  color: var(--primary-color);
  transition: 0.5s ease;
}

.features-item:hover::before {
  opacity: 1;
  visibility: unset;
}

.features-item-icon {
  font-size: 2rem;
}

.features-item-text {
  margin-left: 0.9rem;
    transition: opacity 0.6s ease;
    font-weight: 500;
    opacity: 1;
    color: #fff;
}

.inbox-number {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #597ef7;
  padding: 0.5rem 0.9rem;
  border-radius: 0.4rem;
  color: var(--white-color);
  opacity: 1;
  transition: 0.6s linear;
}
/* On small screens, make it scroll vertically */
.buttons button.active{background: none!important;}
.inbox-icon {
  position: relative;
	vertical-align: middle;
}

.inbox-icon .status {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #597ef7;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  opacity: 0;
  transition: 0.6s linear;
}

.category-list {
  padding-top: 2.1rem;
  padding-bottom: 0.9rem;
  color: var(--grey-color);
  list-style: none;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #ebeef6;
}

.category-header {
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.8rem;
  color: #799AFA;
  font-weight: bold;
  margin: 1.1rem auto;
  white-space: nowrap;
}

.category-item {
  position: relative;
  padding: 0.9rem 1.1rem;
  line-height: 1.8rem;
  cursor: pointer;
  white-space: nowrap;
}

.category-item-status {
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  border: none;
  background-color: white;
  display: inline-block;
}
.category-item-text {
  margin-left: 1rem;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.category-item-number {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.chat-list {
  padding: 2.1rem 0;
  font-size: 1.2rem;
}

.chat-header {
  text-transform: uppercase;
  line-height: 1.8rem;
  color: var(--text-color);
  margin-bottom: 1.3rem;
  white-space: nowrap;
}

.chat-new-btn {
  color: #597ef7;
  background-color: transparent;
  outline: none;
  border: none;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  padding-bottom: 2.1rem;
  padding-left: 0.1rem;
  cursor: pointer;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.chat-new-btn-text {
  white-space: nowrap;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.chat-icon {
  font-size: 2.1rem;
  margin-right: 1.2rem;
}

.chat-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2.1rem;
  color: var(--grey-color);
  cursor: pointer;
}

.chat-item-avatar-wrapper {
  position: relative;
}
.chat-item-avatar-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: -3px;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #79d861;
  opacity: 0;
  transition: 0.6s linear;
}

.chat-item-avatar-wrapper.has-message::before {
  background-color: #597ef7;
  border: 2px solid var(--white-color);
  height: 6px;
  width: 6px;
}

.chat-item-avatar {
  object-fit: cover;
  object-position: top;
  height: 2.1rem;
  width: 2.1rem;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

/* background color in inline style */
.chat-item-status {
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  border: none;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 5px;
  opacity: 1;
  transition: 0.6s linear;
}
.chat-item-number {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #597ef7;
  padding: 0.5rem 0.9rem;
  border-radius: 0.4rem;
  color: var(--white-color);
  opacity: 1;
  transition: 0.6s linear;
}

.chat-item-name {
  white-space: nowrap;
  transition: opacity 0.6s ease;
  opacity: 1;
  margin-left: 1.4rem;
}

.tooltip {
  position: absolute;
  top: -2.1rem;
  left: 6.4rem;
  background-color: white;
  color: var(--background-color);
  border-radius: 0.4rem;
  padding: 0.5rem 0.9rem;
  font-size: 1.4rem;
  transition: 0s;
  opacity: 0;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.side-bar.collapse .message:hover .tooltip,
.features-item:hover .tooltip,
.category-item:hover .tooltip,
.chat-new-btn:hover .tooltip {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  opacity: 1;
}

.side-bar.collapse {
  width: 6.4rem;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .side-bar.collapse {
    width: 7rem;
  }
}
.side-bar.collapse .features-item:hover .tooltip {
  display: block;
}

.side-bar.collapse .logo-name,
.side-bar.collapse .category-header,
.side-bar.collapse .chat-header,
.side-bar.collapse .chat-new-btn-text,
.side-bar.collapse .features-item-text,
.side-bar.collapse .inbox-number,
.side-bar.collapse .category-item-text,
.side-bar.collapse .category-item-number,
.side-bar.collapse .message-text,
.side-bar.collapse .chat-item-name,
.side-bar.collapse .chat-item-number,
.side-bar.collapse .chat-item-status {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.side-bar.collapse .message-text {
  opacity: 0;
  pointer-events: none;
  transform: translateX(0);
}
.side-bar.collapse .message-icon {
  transform: translateX(0);
}
.side-bar.collapse .logo-name__button {
  right: 0.5rem;
}

.side-bar.collapse .inbox-icon .status,
.side-bar.collapse .chat-item-avatar-wrapper::before {
  opacity: 1;
}
.collapse:not(.show) {
    display: block !important;
}
.wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.w-100{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.header{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.04%, #5379F7), color-stop(53.03%, rgba(104, 139, 249, .5)), color-stop(100.5%, rgba(134, 161, 255, 0)));
    background: -webkit-linear-gradient(top, #5379F7 0.04%, rgba(104, 139, 249, .5) 53.03%, rgba(134, 161, 255, 0) 100.5%);
    background: linear-gradient(180deg, #5379F7 0.04%, rgba(104, 139, 249, .5) 53.03%, rgba(134, 161, 255, 0) 100.5%);
}
.contain-web{
	width: 100%;
	max-width: 1200px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.logo a img{
	width: 100%;
	height: auto;
	max-width: 134px;
	text-align: left;
	padding: 5px 0;
	display: block;
}
.form-login ul li button.btn-register{background: #ffb25a;}
.form-login{
	width: 100%;
	max-width: 250px;
	float: right;
	text-align: right;
	padding: 2px 5px;
	border-radius: 25px;
	margin: 0 auto;
	display: block;
}
.form-login ul{
	width: 100%;
	display:flex;
}
.form-login ul li{
	flex: 1;
	padding: 5px 2px;
}
.form-login ul li button.btn-01{
	width: 100%;
	border-radius: 25px;
	
}
.btn-login{
	 background-image: linear-gradient(to right, #799AFA, #4B72F6);
	font-size: 15px !important;
	color: #ffffff;
	font-weight: bold;
	border: none;
}
.btn-register{
	 background-image: linear-gradient(to right, #86A8FF, #4B72F6);
	font-size: 15px !important;
	color: #ffffff;
	font-weight: bold;
	border: none;
}
.slider{
	padding: 10px 0;
}
.carousel-item img{
	border-radius: 25px;
}
.section{
	width: 100%;
	padding: 10px 0;
	display: block;
}
.promotion ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.promotion ul li{
	width: 389.333px;
	padding: 5px;
	display: inline-block;
}
.item-promotion{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.item-top{
	position: absolute;
	top: 5px;
	right: 10px;
}
.item-promotion img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.item-top img{
	width: 170px;
	height: auto;
}
.bestgames ul{
	width: 100%;
	height: auto;
	/*overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;*/
	display: block;
	
}
.bestgames ul li{
	width: 207px;
	height: auto;
	padding: 5px;
	display: inline-block;
}
.item-menu img{
	width: 100%;
}
.item-menu, .item-popular {
  position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.item-popular img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.item-menu:hover .image, .item-popular:hover .image {
  opacity: 0.5;
}

.item-menu:hover .middle, .item-popular:hover .middle {
  opacity: 1;
}
.title{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.5rem;
	color: #333;
	display: block;
}
.topslot .title{color: #fff!important;}
.contain-web .topslot .title{color: #333!important;}
.popularames ul.popular li{
	padding: 5px 5px;
}
.popularames ul.popular li a{
	margin: 5px auto;
}
.item-popular{
	padding: 5px 0px;
}
.item-popular img{
	width: 100%;
}
.title-02{
	width: 100%;
	height: auto;
	padding: 5px 0;
	display: flex;
}
.title-02 span{
	flex: 1;
	vertical-align: middle;
}
.title-02 span.logo-popular-slot{
	text-align: right;
	float: right;
}
.title-02 span.logo-popular-slot img{
	width: auto;
	height: 25px;
	text-align: right;
	float: right;
}
.title-02 span.nameslot{
	font-size: 0.9rem;
	color: var(--text-color);
}
.item-top-slot{
	background: #e6f4ff;
	border-radius: 10px;
	padding: 2px;
}
.item-top-slot img{
	width: 100%;
	border-radius: 10px;
}
.topslot{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.footer{
	background: url(../images/footer.webp) no-repeat!important;
	border-top: 1px solid var(--border-color);
}
.providers-logo ul{
	width: 100%;
	height: auto;
	display: block;
}
.providers-logo ul{
	width: 100%;
	height: auto;
	display: block;
}
.providers-logo ul li{
	display: inline-block;
	padding: 5px 5px;
	width: 143px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.item-provider{
	width: 100%;
	height: auto;
  background: linear-gradient(181deg, rgba(107, 142, 249, 1) 50%, rgba(161, 173, 213, 1) 100%);
	border-radius: 7px;
}
.item-provider img{
	width: auto;
	height: 45px;
}
.pay ul{
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
}
.pay ul li{
	display: inline-block;
	padding: 5px 5px;
}
.pay ul li a img{
	width: 50px;
}
.section p.text-info{color: #fff!important;}
.p-support{
	width: 100%;
	height: auto;
	text-align: left;
	color: #fff;
	font-size: 0.9rem;
	padding: 5px 0;
	display: block;
}
.top-footer{
	display: none;
}
.lobbys{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
}
.itemsh {
  position: relative;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.itemsh:hover .image {
  opacity: 0.5;
}

.itemsh:hover .middle {
  opacity: 1;
}

.iconplays {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.iconplays img{
	border-radius: 50%;
	width: 50px;
}
.features-item a{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden
}
@media (max-width: 500px) {
    .contain-web{
		width: 100%;
		max-width: 500px;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: block;
		} 
	.logo a img{
	width: 100%;
	height: auto;
	max-width: 104px;
	text-align: left;
	padding: 2px 0;
	display: block;
}
	.form-login ul li.m-hide{
	display: none;
}
	.slider{
		padding: 5px 0;
	}
	.carousel-item img{
		border-radius: 15px;
	}
   .section{
	padding: 5px 0;
}
	.promotion ul {
    width: 100%;
    height: auto;
    overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}
	.promotion ul li{
	width: 321.667px;
	padding: 5px;
	display: inline-block;
}
	.collapse:not(.show) {
    display: none !important;
	transform: translateY(-100%);
    visibility: visible;	
}
	.item-top img {
    width: 139px;
    height: auto;
}
	.side-bar {
    width: 12.0rem;
    height: auto;
    padding: 0.5rem;
    background-color: #f3f3f3;
    position: fixed;
    transition: all 0.5s ease;
    top: 0;
    z-index: 99;
}
	.menu{
		display: none !important;
	}
	.mmenu{
		display: block !important;
	}
	.title{
		font-size: 0.8rem;
	}
	.menu button.slick-prev:before{
	content: none !important;
}
.menu button.slick-next:before{
	content: none !important;
}
	.popular button.slick-prev:before{
	content: none !important;
}
.popular button.slick-next:before{
	content: none !important;
}
	.item-menu{
		border-radius: 10px;
	}
	.title-02 span.logo-popular-slot img{
	width: auto;
	height: 20px;
	text-align: right;
	float: right;
}
	.fishing_slots{
	width: 100%;
	margin: 0 auto;
	overflow-y: scroll;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-snap-type: y mandatory;
}

	.title-02 span.nameslot{
	font-size: 0.7rem;
	color: var(--text-color);
}
	.logo a img{
		padding: 8px 0;
	}
	.providers-logo ul{
	width: 100%;
	height: auto;
	overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
	display: block;
}
	.pay ul li a img{
	width: 25px;
}
	.top-footer{
		background: #ffffff;
		border-top: 1px solid var(--border-color);
		padding: 5px 0 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;overflow: hidden;
		display: block;
	}
	.item-footer{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.item-footer img{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.item-footer p{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		font-size: 0.7rem;
		color: var(--text-secondary);
		display: block;
	}
	.wrapper{
		overflow: hidden;
	}
	.footer{
		padding-bottom: 60px;
	}
}
.modal-header{
  justify-content: space-between;
}
button.btn-outline-theme.btn-small{
  border: 1px solid;
  background: none;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
}
.modal-content {
  background-image: linear-gradient(to right, #799AFA, #4B72F6);
  margin-top: -400px;
}
button.btn-theme.btn-small {
    background: linear-gradient(to right, #799AFA, #4B72F6);
    padding: 10px 50px;
    border-radius: 10px;
    color: #fff;
}
.modal-forgot-link a{
color: #fff;
}
.modal-register-link span{
  color: #fff;

}
.modal-register-link span a{
  color: red;

}
.modal-title .mb-0{
font-size: 20px;
color: #fff;
}
/* header Acount Dropdown */
.topbar_ {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 10px 20px;
      gap: 10px;
      margin-left: -50%;
    }

    .balance-box {
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 8px 12px;
      border-radius: 8px;
      color: white;
      gap: 8px;
      font-size: 14px;
    }

    .refresh-icon {
      font-size: 16px;
      cursor: pointer;
    }

    .deposit-btn {
      background: linear-gradient(to right, #799AFA, #4B72F6);
      color: white;
      padding: 8px 18px;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 0 5px rgba(89, 126, 247, 0.45);
    }

    .user-box {
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 6px 12px;
      border-radius: 20px;
      cursor: pointer;
      gap: 8px;
    }

    .user-icon {
      background-color: #fbbf24;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: inline-block;
    }

    .username {
      font-size: 14px;
      color: #fff;
    }

    .arrow-down {
      font-size: 12px;
    }

    /* Responsive behavior */
    @media (max-width: 600px) {
    .topbar_ {
    justify-content: space-between;
    }

    .balance-box, .deposit-btn, .user-box {
    font-size: 13px;
    }

    .deposit-btn {
    padding: 6px 11px;
    }

    .username {
    display: none; /* hide username on small screens */
    }
    div#dropdownMenu{
    right: 5px !important;
    }
    }
    div#dropdownMenu{
    display: none; 
    position: absolute; 
    right: 13%;
    top: 50px;
    background: #59637b;
    border-radius: 8px; 
    width: 200px; 
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
    }
    .balance-box span{
    color:#fff;
    }
    .dropdownMenu a{
    display: block;
    padding: 10px; 
    color: white; 
    text-decoration: none;
    }
    p.mb-0{
    color: white;
    text-align: justify;
   
}
 #dropdownMenu {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 10px;
   }

   #dropdownMenu a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px;
      border-radius: 5px;
      text-decoration: none;
      color: #333;
      background-color: transparent;
      transition: background-color 0.3s, color 0.3s;
   }

   #dropdownMenu a:hover {
         background-image: linear-gradient(to right, #799AFA, #4B72F6);
      color: #ffffff;
   }

   #dropdownMenu a.active {
         background-image: linear-gradient(to right, #799AFA, #4B72F6);
      color: #fff;
   }

   #dropdownMenu a.active .icon-dropdown {
      filter: brightness(0) invert(1); /* Make icons white on active */
   }

   .icon-dropdown {
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
   }

   /* Example icon classes ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ Replace with your actual icon styles or use <img> */
   .icon-profile { background-image: url('../images/icons/profile.png'); }
   .icon-deposit { background-image: url('../images/icons/deposit.png'); }
   .icon-password { background-image: url('../images/icons/password.png'); }
   .icon-withdraw { background-image: url('../images/icons/withdraw.png'); }
   .icon-history { background-image: url('../images/icons/history.png'); }
   .icon-transfer { background-image: url('../images/icons/transfer.png'); }
   .icon-turnover { background-image: url('../images/icons/turnover.png'); }
   .icon-logout { background-image: url('../images/icons/logout.png'); }
/* language popup */
   /* Popup */
   .popup {
   position: fixed;
   top: 30%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: white;
   border: 1px solid #ccc;
   box-shadow: 0 2px 12px rgba(0,0,0,0.2);
   padding: 20px;
   border-radius: 8px;
   z-index: 1000;
   min-width: 250px;
   padding: 40px;
   }
   /* Close button inside popup */
   .popup .close-btn {
   position: absolute;
   top: 8px;
   right: 10px;
   background: none;
   border: none;
   font-size: 18px;
   cursor: pointer;
   color: #888;
   }
   .popup .close-btn:hover {
   color: #000;
   }
   .popup ul {
   list-style: none;
   padding: 0;
   margin-top: 30px; /* space under close button */
   }
   .popup li {
   display: flex;
   align-items: center;
   padding: 10px;
   cursor: pointer;
   border-radius: 5px;
   }
   .popup li:hover {
   background-color: #f0f0f0;
   }
   .popup img {
   width: 50px;
   height: 50px;
   margin-right: 10px;
   border-radius: 50%;
   }
   .hidden {
   display: none;
   }
   /* Overlay background */
   .overlay {
   position: fixed;
   top: 0; left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.4);
   z-index: 999;
   }
   .overlay.hidden {
   display: none;
   }
   #langPopup .lang{
   display:flex;
   }
   #langPopup h2{
   font-size:20px;
   }
       /* Responsive design */
    @media (max-width: 480px) {
      .popup {
        width: 80%;
        padding: 20px;
      }

      .popup ul {
        margin-top: 30px;
      }

      .popup li {
        font-size: 14px;
        padding: 10px;
      }

      .popup img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
      }

      .popup .close-btn {
        font-size: 18px;
        top: 8px;
        right: 8px;
      }
      .modal-content{
        margin-top: -160px !important;
      
      }
      .logo-name img{
        width: 120px;
      }
      .modal-dialog{
        margin: 1.5rem;
      }
    }
    /* language */
    .err_div{
      color: red;

    }
    @media screen and (min-width: 200px) and (max-width: 1024px) { 
      .side-bar{
        overflow-y: scroll;
        height: 97%!important;
      }
      .contain-web{
        width: 100%;
        max-width: 500px;
        height: auto;
        text-align: center;
        margin: 0 auto;
        display: block;
      }
    }
/* deposit */
 /* ========================================
       ENHANCED BEAUTIFUL DESIGN STYLES
       ======================================== */
    
    /* Global smooth animations */
    * {
      transition: all 0.3s ease;
  }
  
  .deposit-wrapper .standard-tab-container {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
border-radius: 12px 12px 0 0;
overflow: unset;
padding: 5px 5px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.standard-tab-container {
width: 100%;
overflow-x: auto;
}
.settings-container .settings-container-section .right-side-container-section .menu-categories-details .deposit-tab-header {
display: flex;
align-items: center;
gap: 5px;
}
.deposit-wrapper .standard-tab-container .deposit-tab-header {
display: flex;
justify-content: space-between;
position: relative;
}

._transactionTitle_hzg77_1 {
  color: #8697a2;
  margin: 0 0 5px;
}
.standard-mandatory {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .standard-mandatory {
      margin: 0 0 5px 0;
  }
}
.standard-label {
  display: flex;
  align-items: center;
  color: #0f161f;
  width: 100%;
}
.standard-label.standard-mandatory .transaction-title-icon {
fill: #c7d2d7;
height: 12px;
margin: 0 10px 0 0;
width: 12px;
position: absolute;
right: -30px;
cursor: pointer;
}
.standard-mandatory::after {
color: #e0082d;
content: "*";
margin-left: 0.04rem;
padding: 0 0.04rem 0 0;
font-size: 16px;
}

.deposit-tab-header .deposit-tab-header-right-content {
display: flex;
align-items: center;
gap: 5px;
}
.reTrigger_step_button {
display: flex;
min-width: 150px;
justify-content: right;
align-items: center;
cursor: pointer;
margin: 0 5px 0 0;
}
.reTrigger_step_button span {
color: #8697a2;
font-size: 15px;
}
.reTrigger_step_button svg {
fill: #8697a2;
height: 20px;
width: 20px;
margin: 0 5px 0 0;
}
.deposit-wrapper .standard-tab-container .standard-tab {
background: rgba(0, 0, 0, 0) !important;
display: grid;
grid-template-columns: 15% 15% 15% 15% 15%;
grid-gap: 40px;
align-items: start;
}
.deposit-wrapper .standard-tab-container {
background: #fff;
border-radius: 10px 10px 0 0;
overflow: unset;
padding: 0px 40px 35px;
}
.standard-tab-container .standard-tab {
width: 100%;
display: flex;
font-size: 14px;
padding: 0;
}

._transactionOptionTabHeader_ktmyr_1 {
width: 153px;
height: 110px;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-radius: 12px;
display: grid;
justify-items: center;
align-content: center;
gap: 5px;
grid-template-rows: 38% auto;
text-align: center;
position: relative;
cursor: pointer;
border: 3px solid transparent;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}

._transactionOptionTabHeader_ktmyr_1::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
transition: left 0.5s;
}

._transactionOptionTabHeader_ktmyr_1:hover::before {
left: 100%;
}

._transactionOptionTabHeader_ktmyr_1:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(89, 126, 247, 0.25);
}
._transactionOptionTabHeader_ktmyr_1 ._transactionOptionImageContainer_ktmyr_30 {
width: 50px;
height: 40px;
}
.deposit-wrapper .standard-transaction-container {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
grid-area: transaction;
padding: 40px;
padding-top: 24px;
border-radius: 0 0 12px 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.standard-label.transaction-title {
position: relative;
}
._transactionTitle_hzg77_1 {
color: #8697a2;
margin: 0 0 5px;
}
.standard-label {
display: flex;
align-items: center;
color: #0f161f;
width: 100%;
}

.deposit-wrapper .standard-transaction-container .bank-list-container {
border-radius: 8px;
display: grid;
grid-template-columns: repeat(6, 4fr);
grid-row-gap: 15px;
grid-column-gap: 10px;
}
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
align-items: center;
cursor: pointer;
display: flex;
width: 153px;
min-height: 110px;
flex-direction: column;
justify-content: center;
align-items: center;
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
gap: 5px;
border-radius: 12px;
text-align: center;
padding: 5px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
transition: left 0.5s;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover::before {
left: 100%;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover {
transform: translateY(-4px) scale(1.02);
box-shadow: 0 8px 20px rgba(89, 126, 247, 0.2);
}
._bankItem_cfr3v_56 {
position: relative;
}
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container {
min-width: 45px;
width: 45px;
height: 45px;
background: #fff;
border-radius: 8px;
position: relative;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover .img-container {
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.3);
transform: scale(1.05);
}
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container.online:before {
position: absolute;
content: "";
background: #10ff00;
border-radius: 50%;
width: 8px;
height: 8px;
right: -2px;
top: -2px;
box-shadow: 0 0 0 0 rgba(16, 255, 0, 0.7);
animation: pulse-green 2s infinite;
z-index: 1;
}

@keyframes pulse-green {
0% {
  box-shadow: 0 0 0 0 rgba(16, 255, 0, 0.7);
}
70% {
  box-shadow: 0 0 0 8px rgba(16, 255, 0, 0);
}
100% {
  box-shadow: 0 0 0 0 rgba(16, 255, 0, 0);
}
}
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container svg, 
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container img {
width: 100%;
filter: grayscale(100%) opacity(0.5) brightness(100%);
transition: filter 0.3s ease;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item.active .img-container svg,
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item.active .img-container img,
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover .img-container svg,
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover .img-container img {
filter: grayscale(0%) opacity(1) brightness(110%);
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item div {
transition: all 0.3s ease;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item.active div span,
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover div span {
color: #597ef7;
font-weight: 600;
}
.bank-transfer-container .standard-form-container .receipt-container {
padding: 12px 0;
}
._tooltipMessage_1tfld_1 {
align-items: center;
display: flex;
width: 100%;
margin: 0;
}
._tooltipMessage_1tfld_1 svg {
fill: #c7d2d7;
height: 15px;
margin: 0 10px 0 0;
width: 20px;
}
._tooltipMessage_1tfld_1 span {
color: #0f161f;
font-size: 12px;
}
.bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container {
flex-direction: row;
align-items: flex-start;
gap: 10px;
}
.deposit-wrapper .standard-transaction-container .transaction-button-section .standard-button-container {
justify-content: space-between;
}
.standard-button-container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
justify-content: space-between;
}
.bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container {
display: flex;
width: 100%;
order: 2;
}
.bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container .standard-submit-form-button {
background: linear-gradient(135deg, #597ef7 0%, #4B72F6 100%);
border-radius: 8px;
color: #fff;
font-size: 16px;
height: 40px;
white-space: nowrap;
width: 49%;
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.3);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-weight: 600;
letter-spacing: 0.5px;
border: none; 
text-align: center;
line-height: 41px;
position: relative;
}
#hiddenFileInput{
  position: absolute;
  z-index: 999;
  top: 0px;
  opacity: 0;
  left: 0;
  height: 40px;
  width: 100%;
}

.bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container .standard-submit-form-button:hover {
background: linear-gradient(135deg, #4B72F6 0%, #597ef7 100%);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(89, 126, 247, 0.4);
}

.bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container .standard-submit-form-button:active {
transform: translateY(0px);
box-shadow: 0 2px 8px rgba(89, 126, 247, 0.3);
}
.bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .standard-submit-button {
width: 49%;
order: 1;
}
.deposit-wrapper .standard-transaction-container .amount-selection, .deposit-wrapper .standard-transaction-container .bank-acc-field {
margin-top: 24px;
}
.deposit-wrapper .standard-transaction-container .standard-form-field {
margin-top: 24px;
}
.standard-form-field {
position: relative;
width: 100%;
margin-bottom: 14px;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.standard-mandatory {
margin-bottom: 5px;
}
.standard-label {
display: flex;
align-items: center;
color: #0f161f;
width: 100%;
}
.deposit-wrapper .standard-transaction-container .standard-form-container .standard-form-field .multi-input {
display: flex;
justify-content: unset;
width: 100%;
gap: 8px;
}
.deposit-wrapper .standard-transaction-container .standard-form-container .standard-form-field .multi-input .standard-form-field-wrapper {
width: 35.5%;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper {
gap: 16px;
}
.standard-form-field-wrapper {
position: relative;
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.deposit-wrapper .standard-transaction-container .standard-form-container .standard-form-field .multi-input .standard-form-field-wrapper .standard-input {
width: 100%;
}
.bank-transfer-container .standard-form-container .standard-form-field .multi-input .standard-form-field-wrapper .standard-input {
width: 100%;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .standard-input:disabled {
background: #f7f7f7;
color: #0f161f;
font-size: 16px;
}
.standard-form-field .standard-input-svg {
position: absolute;
right: 10px;
width: 21px;
height: 100%;
padding: 0;
fill: #afb3b6;
margin: 0;
overflow: visible;
}
.region-qr-container .bank-qrcode {
margin: 0 0 25px 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.region-qr-container .bank-qrcode .frame {
position: relative;
margin: 14px 0 25px 0;
padding: 15px;
border: 3px solid transparent;
background: linear-gradient(#fff, #fff) padding-box,
            linear-gradient(135deg, #597ef7, #86A8FF, #597ef7) border-box;
border-radius: 20px;
box-shadow: 0 4px 20px rgba(89, 126, 247, 0.15);
animation: glow-border 3s ease-in-out infinite;
}

@keyframes glow-border {
0%, 100% {
  box-shadow: 0 4px 20px rgba(89, 126, 247, 0.15);
}
50% {
  box-shadow: 0 4px 25px rgba(89, 126, 247, 0.3);
}
}
.region-qr-container .bank-qrcode .frame img {
width: 200px;
}
.region-qr-container .bank-qrcode .frame .top-mask {
background: #fff;
position: absolute;
top: -25px;
left: 25%;
height: 25px;
width: 50%;
}
.region-qr-container .bank-qrcode .frame .right-mask {
background: #fff;
position: absolute;
top: 25%;
right: -25px;
height: 50%;
width: 25px;
}
.region-qr-container .bank-qrcode .frame .bottom-mask {
background: #fff;
position: absolute;
bottom: -25px;
left: 25%;
height: 25px;
width: 50%;
}
.region-qr-container .bank-qrcode .frame .left-mask {
background: #fff;
position: absolute;
top: 25%;
left: -25px;
height: 50%;
width: 25px;
}
.standard-form-field .standard-error-validation {
margin: 5px 0 0 0;
}
.standard-error-validation {
display: block;
margin: -10px 0 8px;
width: 100%;
float: right;
color: red !important;
background: rgba(0, 0, 0, 0);
font-size: 12px;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 15px;
margin: 15px 0 0;
width: 100%;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container .amount-btn  {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-radius: 8px;
color: #8697a2;
cursor: pointer;
font-size: 16px;
padding: 8px 28px;
width: 100%;
text-align: center;
border: 2px solid transparent;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-weight: 500;
}

.deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container .amount-btn:hover {
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
color: #597ef7;
border: 2px solid #597ef7;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.2);
}

.deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container .amount-btn.active {
background: linear-gradient(135deg, #597ef7 0%, #4B72F6 100%);
color: #fff;
border: 2px solid #597ef7;
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.3);
font-weight: 600;
}

.deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container .amount-btn:active {
transform: translateY(0px);
}
.bank-transfer-container .standard-form-container .receipt-container {
padding: 12px 0;
}
._tooltipMessage_1tfld_1 {
align-items: center;
display: flex;
width: 100%;
margin: 0;
}
.deposit-wrapper .standard-transaction-container .receipt-container .receipt-image-box {
  display: flex;
  justify-content: center;
}

.deposit-wrapper .standard-transaction-container .receipt-container .receipt-image-box .receipt-img {
    width: 50%;
}
.deposit-wrapper .transaction-note-section {
grid-area: note;
margin: 8px 0;
}
.transaction-note-section {
background: #fff;
border-radius: 8px;
}
.standard-form-field .standard-input, .standard-form-field .standard-select {
position: relative;
width: 100%;
height: 38px;
display: flex;
align-items: center;
padding: 5px 5px 5px 10px;
border: 2px solid #dbe0e4;
border-radius: 8px;
background: #fff;
color: #0f161f;
font-size: 16px;
white-space: nowrap;
text-overflow: ellipsis;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease;
}

.standard-form-field .standard-input:focus,
.standard-form-field .standard-select:focus {
outline: none;
border: 2px solid #597ef7;
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.15);
transform: translateY(-1px);
}

.standard-form-field .standard-input:hover,
.standard-form-field .standard-select:hover {
border: 2px solid #86A8FF;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .tool-tip-container {
align-items: center;
display: flex;
width: 49%;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .tool-tip-container svg {
fill: #c7d2d7;
height: 15px;
margin: 0 10px 0 0;
width: 20px;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-input .deposit-amount-clear-button {
position: absolute;
width: 21px;
top: 50%;
right: 9px;
transform: translateY(-50%);
cursor: pointer;
}
.deposit-wrapper .standard-transaction-container .standard-form-container .bank-detail-field .bank-detail-label-wrapper .important-notice-container svg {
width: 16px;
height: 16px;
fill: #c5d2d8;
cursor: pointer;
}
.deposit-wrapper .standard-transaction-container .standard-form-container .bank-detail-field .bank-detail-label-wrapper {
display: flex;
align-items: center;
width: 100%;
}
.deposit-wrapper .standard-transaction-container .standard-form-container .bank-detail-field .bank-detail-label-wrapper .important-notice-container {
position: relative;
width: 75%;
display: flex;
align-items: center;
margin: 0 0 5px;
}
.standard-submit-button:hover {
background: linear-gradient(135deg, #4B72F6 0%, #597ef7 100%);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(89, 126, 247, 0.4);
}
.standard-submit-button {
background: linear-gradient(135deg, #597ef7 0%, #4B72F6 100%);
color: #fff;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.3);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
font-weight: 600;
letter-spacing: 0.5px;
}

.standard-submit-button:active {
transform: translateY(0px);
box-shadow: 0 2px 8px rgba(89, 126, 247, 0.3);
}
.standard-cancel-button, .standard-confirm-button, .standard-submit-button, .standard-action-button, .standard-input-button, .standard-modal-cancel-button, .standard-otp-button {
display: flex;
justify-content: center;
align-items: center;
height: 40px;
font-size: 16px;
text-transform: unset;
border: 0;
border-radius: 6px;
padding: unset;
color: #fff;
}
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-input {
position: relative;
width: 40%;
}
._transactionOptionTabHeader_ktmyr_1._active_ktmyr_44 {
border: 3px solid #597ef7;
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
box-shadow: 0 6px 16px rgba(89, 126, 247, 0.3);
transform: translateY(-2px);
}

._transactionOptionTabHeader_ktmyr_1._active_ktmyr_44 ._transactionOptionTitle_ktmyr_69 {
color: #597ef7;
font-weight: 700;
}

._transactionOptionTabHeader_ktmyr_1:hover {
border: 3px solid #86A8FF;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item.active {
outline: 3px solid #597ef7;
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
box-shadow: 0 6px 16px rgba(89, 126, 247, 0.3);
transform: translateY(-2px) scale(1.02);
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover {
outline: 3px solid #86A8FF;
}

/* Enhanced visual elements */
.deposit-wrapper .flex-grow .flex a {
transition: all 0.3s ease;
position: relative;
}

.deposit-wrapper .flex-grow .flex a::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background: linear-gradient(90deg, #597ef7, #86A8FF);
transition: width 0.3s ease;
}

.deposit-wrapper .flex-grow .flex a:hover::after {
width: 80%;
}

.deposit-wrapper .flex-grow .flex a.border-red-600 {
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
border-radius: 8px 8px 0 0;
}

/* Icon hover animations */
._transactionOptionTabHeader_ktmyr_1:hover ._transactionOptionImageContainer_ktmyr_30,
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover .img-container {
animation: icon-bounce 0.6s ease;
}

@keyframes icon-bounce {
0%, 100% {
  transform: scale(1);
}
50% {
  transform: scale(1.1);
}
}

/* Enhanced labels with better typography */
._transactionTitle_hzg77_1 {
font-weight: 600;
letter-spacing: 0.3px;
}

.standard-label {
font-weight: 500;
}

/* Tool tip styling */
._tooltipMessage_1tfld_1 {
background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
padding: 12px;
border-radius: 8px;
border-left: 4px solid #597ef7;
box-shadow: 0 2px 8px rgba(89, 126, 247, 0.1);
}

._tooltipMessage_1tfld_1 span {
color: #0f161f;
font-weight: 500;
}

/* Enhanced reTrigger button */
.reTrigger_step_button {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
padding: 8px 12px;
border-radius: 8px;
transition: all 0.3s ease;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.reTrigger_step_button:hover {
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
box-shadow: 0 4px 12px rgba(89, 126, 247, 0.2);
transform: translateX(-3px);
}

.reTrigger_step_button:hover span,
.reTrigger_step_button:hover svg {
color: #597ef7;
fill: #597ef7;
}

/* Bank icon improvements */
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .bank-icon {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

/* Improved disabled state */
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .standard-input:disabled {
background: linear-gradient(135deg, #f7f7f7 0%, #fafafa 100%);
color: #0f161f;
font-size: 16px;
border: 2px solid #e8e8e8;
cursor: not-allowed;
}

/* Error validation enhancement */
.standard-error-validation {
background: linear-gradient(135deg, #fff0f0 0%, #ffe8e8 100%);
border-left: 3px solid #e0082d;
padding: 6px 10px;
border-radius: 6px;
font-weight: 500;
}

/* Loading state */
.standard-submit-button:disabled,
.standard-submit-form-button:disabled {
background: linear-gradient(135deg, #cccccc 0%, #d9d9d9 100%);
cursor: not-allowed;
box-shadow: none;
opacity: 0.6;
}


/* Smooth page transitions */
.deposit-wrapper {
animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

/* Card-like containers */
.standard-transaction-container,
.transaction-note-section {
position: relative;
overflow: hidden;
}

.transaction-note-section {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
padding: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Enhanced tab navigation */
.deposit-wrapper .flex-grow .flex {
background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
padding: 4px;
border-radius: 8px 8px 0 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.deposit-wrapper .flex-grow .flex a {
margin: 0 2px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.deposit-wrapper .flex-grow .flex a:hover {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
transform: translateY(-2px);
}

/* Improved border design */
.deposit-wrapper .flex-grow {
border-bottom: 3px solid transparent;
background: linear-gradient(#fff, #fff) padding-box,
            linear-gradient(90deg, #597ef7, #86A8FF, #597ef7) border-box;
border-radius: 0;
}

/* Enhanced icons with gradient */
svg {
transition: transform 0.3s ease;
}

/* Deposit amount input enhancement */
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-input .deposit-amount-clear-button {
transition: all 0.3s ease;
cursor: pointer;
opacity: 0.6;
}

.deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-input .deposit-amount-clear-button:hover {
opacity: 1;
transform: scale(1.1) rotate(90deg);
}

/* Bank account field background */
.deposit-wrapper .standard-transaction-container .bank-acc-field {
background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
padding: 15px;
border-radius: 10px;
border: 2px solid rgba(89, 126, 247, 0.1);
}

/* Amount selection highlight */
.deposit-wrapper .standard-transaction-container .amount-selection {
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
padding: 15px;
border-radius: 10px;
border: 2px solid rgba(89, 126, 247, 0.1);
}

/* Improved grid aesthetics */
.deposit-wrapper .standard-tab-container .standard-tab {
padding: 10px 0;
}

.deposit-wrapper .standard-transaction-container .bank-list-container {
padding: 5px 0;
}

/* Add subtle pattern overlay */
.deposit-wrapper::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: 
  radial-gradient(circle at 20% 50%, rgba(89, 126, 247, 0.03) 0%, transparent 50%),
  radial-gradient(circle at 80% 80%, rgba(89, 126, 247, 0.03) 0%, transparent 50%);
pointer-events: none;
z-index: 0;
}

.deposit-wrapper > * {
position: relative;
z-index: 1;
}

/* Bank name typography enhancement */
.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item div span {
font-size: 14px;
font-weight: 500;
color: #5a6c7d;
letter-spacing: 0.3px;
transition: all 0.3s ease;
}

.deposit-wrapper .standard-transaction-container .bank-list-container .bank-item.active div span {
color: #597ef7;
font-weight: 600;
}

/* Transaction option title */
._transactionOptionTitle_ktmyr_69 {
font-size: 14px;
color: #5a6c7d;
font-weight: 500;
transition: color 0.3s ease;
}

._transactionOptionTabHeader_ktmyr_1._active_ktmyr_44 ._transactionOptionTitle_ktmyr_69 {
color: #597ef7;
}

/* Form labels enhancement */
.deposit-wrapper .standard-transaction-container .standard-form-field .standard-label {
color: #5a6c7d;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
display: block;
}

/* QR Code info text */
.region-qr-container .bank-qrcode .bank-info-new {
font-weight: 500;
color: #5a6c7d;
}

.region-qr-container .bank-qrcode .bank-info-new span {
color: #597ef7;
font-weight: 600;
}

/* Note section enhancement */
.transaction-note-section .transaction-note {
color: #5a6c7d;
line-height: 1.6;
}

.transaction-note-section .transaction-note strong,
.transaction-note-section .transaction-note b {
color: #0f161f;
font-weight: 600;
}

/* Timer/Counter styling if present */
.countdown-timer,
.transaction-timer {
background: linear-gradient(135deg, #e6f4ff 0%, #d6e8ff 100%);
color: #597ef7;
padding: 8px 16px;
border-radius: 20px;
font-weight: 700;
box-shadow: 0 2px 8px rgba(89, 126, 247, 0.2);
}

/* Success message */
.success-message,
.standard-success-message {
background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
border-left: 4px solid #22c55e;
color: #166534;
padding: 12px 16px;
border-radius: 8px;
font-weight: 500;
}

/* Scrollbar styling */
.deposit-wrapper ::-webkit-scrollbar {
width: 8px;
height: 8px;
}

.deposit-wrapper ::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}

.deposit-wrapper ::-webkit-scrollbar-thumb {
background: linear-gradient(135deg, #799AFA 0%, #4B72F6 100%);
border-radius: 10px;
}

.deposit-wrapper ::-webkit-scrollbar-thumb:hover {
background: linear-gradient(135deg, #4B72F6 0%, #597ef7 100%);
}

/* ========================================
 RESPONSIVE STYLES FOR ALL DEVICES
 ======================================== */

/* Tablet and below (1024px) */
@media screen and (max-width: 1024px) {
  .deposit-wrapper .standard-tab-container {
      padding: 0px 30px 30px;
  }
  
  .deposit-wrapper .standard-transaction-container {
      padding: 30px;
  }
  
  .deposit-wrapper .standard-tab-container .standard-tab {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 20px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 12px;
  }
}

/* Mobile and Tablet (768px) */
@media screen and (max-width: 768px) {
  /* Main wrapper */
  .deposit-wrapper .flex-grow {
      padding: 1rem !important;
  }
  
  /* Tab container */
  .deposit-wrapper .standard-tab-container {
      padding: 0px 15px 20px;
      border-radius: 10px 10px 0 0;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  }
  
  /* Reduce animations on mobile for performance */
  ._transactionOptionTabHeader_ktmyr_1::before,
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item::before {
      display: none;
  }
  
  /* Optimize hover effects for touch */
  ._transactionOptionTabHeader_ktmyr_1:hover,
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item:hover {
      transform: none;
  }
  
  /* Keep active state beautiful */
  ._transactionOptionTabHeader_ktmyr_1._active_ktmyr_44,
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item.active {
      transform: none;
      box-shadow: 0 4px 12px rgba(89, 126, 247, 0.25);
  }
  
  /* Deposit tab header */
  .deposit-wrapper .standard-tab-container .deposit-tab-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
  }
  
  .deposit-tab-header .deposit-tab-header-right-content {
      width: 100%;
      justify-content: space-between;
  }
  
  .reTrigger_step_button {
      min-width: auto;
      flex: 1;
  }
  
  .reTrigger_step_button span {
      font-size: 13px;
  }
  
  .reTrigger_step_button svg {
      width: 18px;
      height: 18px;
  }
  
  /* Transaction tabs */
  .deposit-wrapper .standard-tab-container .standard-tab {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 {
      width: 100%;
      height: 100px;
  }
  
  /* Transaction container */
  .deposit-wrapper .standard-transaction-container {
      padding: 20px 15px;
      border-radius: 0 0 8px 8px;
  }
  
  /* Bank list - 3 columns on tablet */
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 12px;
      grid-column-gap: 8px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      width: 100%;
      min-height: 100px;
  }
  
  /* Form fields */
  .deposit-wrapper .standard-transaction-container .standard-form-field .multi-input {
      flex-direction: column;
      gap: 12px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-container .standard-form-field .multi-input .standard-form-field-wrapper {
      width: 100%;
  }
  
  /* Amount buttons */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 10px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container button {
      padding: 8px 15px;
      font-size: 14px;
  }
  
  /* Tool tip container */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .tool-tip-container {
      width: 100%;
      margin-top: 8px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .tool-tip-container svg {
      width: 18px;
      margin-right: 8px;
  }
  
  /* Deposit amount input */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-input {
      width: 100%;
  }
  
  /* Button container */
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container {
      flex-direction: column;
      gap: 12px;
  }
  
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container {
      width: 100%;
      order: 1;
  }
  
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .standard-submit-button {
      width: 100%;
      order: 2;
  }
  
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container .standard-submit-form-button {
      width: 100%;
  }
  
  /* Important notice */
  .deposit-wrapper .standard-transaction-container .standard-form-container .bank-detail-field .bank-detail-label-wrapper .important-notice-container {
      width: 100%;
  }
  
  /* QR Code */
  .region-qr-container .bank-qrcode .frame img {
      width: 180px;
  }
  
  /* Text sizes */
  ._transactionTitle_hzg77_1 {
      font-size: 14px;
  }
  
  .standard-label {
      font-size: 14px;
  }
  
  ._tooltipMessage_1tfld_1 span {
      font-size: 11px;
  }
}

/* Mobile devices (480px and below) */
@media screen and (max-width: 480px) {
  /* Wrapper */
  .deposit-wrapper .flex-grow {
      padding: 0.75rem !important;
  }
  
  /* Tab links */
  .deposit-wrapper .flex-grow .flex {
      font-size: 12px;
      padding: 3px;
  }
  
  .deposit-wrapper .flex-grow .flex a {
      padding: 10px 12px;
      border-radius: 8px;
  }
  
  .deposit-wrapper .flex-grow .flex a.border-red-600 {
      background: linear-gradient(135deg, #d6e8ff 0%, #e6f4ff 100%);
      box-shadow: 0 3px 10px rgba(89, 126, 247, 0.2);
  }
  
  /* Tab container */
  .deposit-wrapper .standard-tab-container {
      padding: 0px 10px 15px;
  }
  
  /* Deposit header */
  .deposit-wrapper .standard-tab-container .deposit-tab-header {
      gap: 8px;
  }
  
  .deposit-tab-header .deposit-tab-header-right-content {
      flex-direction: column;
      gap: 8px;
  }
  
  .reTrigger_step_button {
      width: 100%;
      justify-content: center;
      margin: 0;
  }
  
  .reTrigger_step_button span {
      font-size: 12px;
  }
  
  .bank-offline-container {
      width: 100%;
  }
  
  /* Transaction options - Stack vertically on small mobile */
  .deposit-wrapper .standard-tab-container .standard-tab {
      grid-template-columns: 1fr;
      grid-gap: 12px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 {
      width: 100%;
      height: 90px;
      grid-template-rows: 40% auto;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 ._transactionOptionImageContainer_ktmyr_30 {
      width: 40px;
      height: 35px;
  }
  
  ._transactionOptionTitle_ktmyr_69 {
      font-size: 13px;
  }
  
  /* Transaction container */
  .deposit-wrapper .standard-transaction-container {
      padding: 15px 10px;
  }
  
  /* Bank list - 2 columns on mobile */
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 10px;
      grid-column-gap: 8px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      width: 100%;
      min-height: 90px;
      padding: 8px 5px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container {
      min-width: 40px;
      width: 40px;
      height: 40px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item div span {
      font-size: 12px;
  }
  
  /* Form fields */
  .deposit-wrapper .standard-transaction-container .standard-form-field {
      margin-top: 18px;
  }
  
  .deposit-wrapper .standard-transaction-container .amount-selection,
  .deposit-wrapper .standard-transaction-container .bank-acc-field {
      margin-top: 18px;
  }
  
  .standard-form-field .standard-input,
  .standard-form-field .standard-select {
      height: 42px;
      font-size: 14px;
      padding: 5px 8px;
  }
  
  /* Labels */
  .standard-label {
      font-size: 13px;
  }
  
  ._transactionTitle_hzg77_1 {
      font-size: 13px;
  }
  
  .standard-mandatory::after {
      font-size: 14px;
  }
  
  /* Multi input - Full width on mobile */
  .deposit-wrapper .standard-transaction-container .standard-form-container .standard-form-field .multi-input {
      flex-direction: column;
      gap: 10px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-container .standard-form-field .multi-input .standard-form-field-wrapper {
      width: 100%;
  }
  
  /* Amount buttons - 2 columns on mobile */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px;
      margin: 12px 0 0;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container button {
      padding: 10px 15px;
      font-size: 14px;
  }
  
  /* Tool tip */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .tool-tip-container {
      width: 100%;
  }
  
  ._tooltipMessage_1tfld_1 span {
      font-size: 11px;
      line-height: 16px;
  }
  
  ._tooltipMessage_1tfld_1 svg {
      width: 16px;
      margin-right: 8px;
  }
  
  /* Deposit amount input */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-input {
      width: 100%;
  }
  
  /* Buttons */
  .standard-cancel-button,
  .standard-confirm-button,
  .standard-submit-button,
  .standard-action-button,
  .standard-input-button,
  .standard-modal-cancel-button,
  .standard-otp-button {
      height: 44px;
      font-size: 14px;
  }
  
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container {
      flex-direction: column;
      gap: 10px;
  }
  
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container,
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .standard-submit-button {
      width: 100%;
  }
  
  .bank-transfer-container .standard-form-container .transaction-button-section .standard-button-container .receipt-button-container .standard-submit-form-button {
      width: 100%;
      font-size: 14px;
  }
  
  /* QR Code */
  .region-qr-container .bank-qrcode .frame {
      padding: 12px;
      border-radius: 15px;
  }
  
  .region-qr-container .bank-qrcode .frame img {
      width: 160px;
  }
  
  .region-qr-container .bank-qrcode .frame .top-mask,
  .region-qr-container .bank-qrcode .frame .bottom-mask {
      height: 20px;
      top: -20px;
  }
  
  .region-qr-container .bank-qrcode .frame .bottom-mask {
      bottom: -20px;
      top: auto;
  }
  
  .region-qr-container .bank-qrcode .frame .left-mask,
  .region-qr-container .bank-qrcode .frame .right-mask {
      width: 20px;
      left: -20px;
  }
  
  .region-qr-container .bank-qrcode .frame .right-mask {
      right: -20px;
      left: auto;
  }
  
  /* Input icons */
  .standard-form-field .standard-input-svg {
      width: 18px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-clear-button {
      width: 18px;
  }
  
  /* Error validation */
  .standard-error-validation {
      font-size: 11px;
  }
  
  /* Enhanced tab links for mobile */
  .deposit-wrapper .flex-grow .flex {
      gap: 5px;
  }
  
  .deposit-wrapper .flex-grow .flex a {
      flex: 1;
      text-align: center;
      border-radius: 6px;
  }
  
  .deposit-wrapper .flex-grow .flex a.border-red-600 {
      box-shadow: 0 2px 8px rgba(220, 38, 38, 0.2);
  }
  
  /* Amount buttons - better spacing */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container {
      margin: 15px 0 0;
  }
  
  /* Improve touch feedback */
  .bank-item:active,
  ._transactionOptionTabHeader_ktmyr_1:active,
  button:active {
      opacity: 0.8;
  }
}

/* Small mobile (480px and below) */
@media screen and (max-width: 480px) {
  /* Wrapper */
  .deposit-wrapper .flex-grow {
      padding: 0.5rem !important;
  }
  
  /* Tab links - Smaller on mobile */
  .deposit-wrapper .flex-grow .flex {
      font-size: 11px;
      flex-wrap: wrap;
  }
  
  .deposit-wrapper .flex-grow .flex a {
      padding: 8px 10px;
      font-size: 12px;
  }
  
  /* Tab container */
  .deposit-wrapper .standard-tab-container {
      padding: 0px 8px 15px;
  }
  
  /* Deposit header */
  ._transactionTitle_hzg77_1 {
      font-size: 12px;
  }
  
  .standard-label {
      font-size: 12px;
  }
  
  .standard-mandatory::after {
      font-size: 13px;
  }
  
  /* Header right content */
  .reTrigger_step_button span {
      font-size: 11px;
  }
  
  .reTrigger_step_button svg {
      width: 16px;
      height: 16px;
      margin-right: 4px;
  }
  
  /* Transaction options - Single column on very small mobile */
  .deposit-wrapper .standard-tab-container .standard-tab {
      grid-template-columns: 1fr;
      grid-gap: 10px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 {
      height: 80px;
      gap: 8px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 ._transactionOptionImageContainer_ktmyr_30 {
      width: 35px;
      height: 30px;
  }
  
  ._transactionOptionTitle_ktmyr_69 {
      font-size: 12px;
  }
  
  /* Transaction container */
  .deposit-wrapper .standard-transaction-container {
      padding: 15px 8px;
  }
  
  /* Bank list - 2 columns on small mobile */
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 8px;
      grid-column-gap: 6px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      min-height: 85px;
      padding: 6px 4px;
      gap: 6px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container {
      min-width: 35px;
      width: 35px;
      height: 35px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item div span {
      font-size: 11px;
  }
  
  /* Form fields */
  .deposit-wrapper .standard-transaction-container .standard-form-field,
  .deposit-wrapper .standard-transaction-container .amount-selection,
  .deposit-wrapper .standard-transaction-container .bank-acc-field {
      margin-top: 15px;
  }
  
  .standard-form-field .standard-input,
  .standard-form-field .standard-select {
      height: 40px;
      font-size: 13px;
      padding: 5px 8px;
  }
  
  /* Amount buttons - 2 columns */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 8px;
      margin: 10px 0 0;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container button {
      padding: 10px 12px;
      font-size: 13px;
  }
  
  /* Tool tip */
  ._tooltipMessage_1tfld_1 span {
      font-size: 10px;
      line-height: 14px;
  }
  
  ._tooltipMessage_1tfld_1 svg {
      width: 14px;
      height: 14px;
      margin-right: 6px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .tool-tip-container span {
      font-size: 10px;
  }
  
  /* Buttons */
  .standard-cancel-button,
  .standard-confirm-button,
  .standard-submit-button,
  .standard-action-button,
  .standard-input-button,
  .standard-modal-cancel-button,
  .standard-otp-button {
      height: 42px;
      font-size: 13px;
  }
  
  /* QR Code */
  .region-qr-container .bank-qrcode .frame {
      padding: 10px;
      border: 1.5px solid #8697a2;
      border-radius: 12px;
  }
  
  .region-qr-container .bank-qrcode .frame img {
      width: 140px;
  }
  
  .region-qr-container .bank-qrcode .frame .top-mask,
  .region-qr-container .bank-qrcode .frame .bottom-mask {
      height: 18px;
      top: -18px;
  }
  
  .region-qr-container .bank-qrcode .frame .bottom-mask {
      bottom: -18px;
  }
  
  .region-qr-container .bank-qrcode .frame .left-mask,
  .region-qr-container .bank-qrcode .frame .right-mask {
      width: 18px;
      left: -18px;
  }
  
  .region-qr-container .bank-qrcode .frame .right-mask {
      right: -18px;
  }
  
  /* Input icons */
  .standard-form-field .standard-input-svg {
      width: 16px;
      right: 8px;
  }
  
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-form-field-wrapper .deposit-amount-clear-button {
      width: 16px;
      right: 8px;
  }
  
  /* Error validation */
  .standard-error-validation {
      font-size: 10px;
  }
  
  /* Important notice container */
  .deposit-wrapper .standard-transaction-container .standard-form-container .bank-detail-field .bank-detail-label-wrapper .important-notice-container svg {
      width: 14px;
      height: 14px;
  }
  
  /* Receipt container */
  .bank-transfer-container .standard-form-container .receipt-container {
      padding: 10px 0;
  }
}

/* Extra small mobile (375px) */
@media screen and (max-width: 375px) {
  .deposit-wrapper .standard-tab-container {
      padding: 0px 6px 12px;
  }
  
  .deposit-wrapper .standard-transaction-container {
      padding: 12px 6px;
  }
  
  /* Tab header */
  .deposit-wrapper .flex-grow .flex a {
      padding: 8px 8px;
      font-size: 11px;
  }
  
  /* Bank list - Keep 2 columns but smaller */
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-gap: 6px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      min-height: 80px;
      padding: 6px 3px;
      gap: 4px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container {
      min-width: 32px;
      width: 32px;
      height: 32px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item div span {
      font-size: 10px;
  }
  
  /* Transaction options */
  ._transactionOptionTabHeader_ktmyr_1 {
      height: 75px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 ._transactionOptionImageContainer_ktmyr_30 {
      width: 32px;
      height: 28px;
  }
  
  ._transactionOptionTitle_ktmyr_69 {
      font-size: 11px;
  }
  
  /* Form fields */
  .standard-form-field .standard-input,
  .standard-form-field .standard-select {
      height: 38px;
      font-size: 12px;
  }
  
  /* Amount buttons */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container button {
      padding: 8px 10px;
      font-size: 12px;
  }
  
  /* Buttons */
  .standard-cancel-button,
  .standard-confirm-button,
  .standard-submit-button,
  .standard-action-button,
  .standard-input-button,
  .standard-modal-cancel-button,
  .standard-otp-button {
      height: 40px;
      font-size: 12px;
  }
  
  /* QR Code */
  .region-qr-container .bank-qrcode .frame img {
      width: 120px;
  }
  
  /* Text sizes */
  ._transactionTitle_hzg77_1,
  .standard-label {
      font-size: 11px;
  }
  
  ._tooltipMessage_1tfld_1 span {
      font-size: 9px;
  }
  
  .reTrigger_step_button span {
      font-size: 10px;
  }
}

/* Very small mobile (320px) */
@media screen and (max-width: 320px) {
  /* Minimal padding */
  .deposit-wrapper .flex-grow {
      padding: 0.5rem !important;
  }
  
  .deposit-wrapper .standard-tab-container {
      padding: 0px 5px 10px;
  }
  
  .deposit-wrapper .standard-transaction-container {
      padding: 10px 5px;
  }
  
  /* Tab links */
  .deposit-wrapper .flex-grow .flex a {
      padding: 6px 8px;
      font-size: 10px;
  }
  
  /* Bank items - very compact */
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      min-height: 75px;
      padding: 5px 2px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item .img-container {
      min-width: 28px;
      width: 28px;
      height: 28px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item div span {
      font-size: 9px;
  }
  
  /* Transaction options */
  ._transactionOptionTabHeader_ktmyr_1 {
      height: 70px;
      gap: 4px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 ._transactionOptionImageContainer_ktmyr_30 {
      width: 28px;
      height: 25px;
  }
  
  ._transactionOptionTitle_ktmyr_69 {
      font-size: 10px;
  }
  
  /* Form fields */
  .standard-form-field .standard-input,
  .standard-form-field .standard-select {
      height: 36px;
      font-size: 11px;
  }
  
  /* Amount buttons */
  .deposit-wrapper .standard-transaction-container .standard-form-field .standard-amount-btn-container button {
      padding: 8px 8px;
      font-size: 11px;
  }
  
  /* Buttons */
  .standard-cancel-button,
  .standard-confirm-button,
  .standard-submit-button,
  .standard-action-button,
  .standard-input-button,
  .standard-modal-cancel-button,
  .standard-otp-button {
      height: 38px;
      font-size: 11px;
  }
  
  /* QR Code */
  .region-qr-container .bank-qrcode .frame img {
      width: 100px;
  }
  
  /* reTrigger button */
  .reTrigger_step_button span {
      font-size: 9px;
  }
  
  .reTrigger_step_button svg {
      width: 14px;
      height: 14px;
  }
}

/* General responsive utilities */
@media screen and (max-width: 768px) {
  /* Ensure proper box-sizing */
  * {
      box-sizing: border-box;
  }
  
  /* Prevent horizontal scroll */
  body {
      overflow-x: hidden;
  }
  
  /* Image responsiveness */
  img {
      max-width: 100%;
      height: auto;
  }
  
  /* SVG responsiveness */
  svg {
      max-width: 100%;
      height: auto;
  }
  
  /* Text wrapping */
  span, p, label {
      word-wrap: break-word;
      overflow-wrap: break-word;
  }
  
  /* Input placeholder smaller on mobile */
  .standard-input::placeholder {
      font-size: 11px;
  }
  
  /* Standard tab overflow */
  .standard-tab-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }
  
  .standard-tab-container::-webkit-scrollbar {
      height: 4px;
  }
  
  .standard-tab-container::-webkit-scrollbar-thumb {
      background: #dbe0e4;
      border-radius: 4px;
  }
}

/* Landscape orientation adjustments */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .deposit-wrapper .standard-tab-container .standard-tab {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-template-columns: repeat(4, 1fr);
  }
  .side-bar{overflow: auto;}
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .side-bar{overflow: auto;}
}
/* Tablet specific (769px to 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .deposit-wrapper .standard-tab-container .standard-tab {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 18px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 {
      width: 100%;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      width: 100%;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  /* Larger touch targets */
  .bank-item,
  ._transactionOptionTabHeader_ktmyr_1,
  button {
      min-height: 44px;
  }
  
  .deposit-wrapper .standard-transaction-container .bank-list-container .bank-item {
      min-height: 90px;
  }
  
  ._transactionOptionTabHeader_ktmyr_1 {
      min-height: 85px;
  }
  
  /* Prevent text selection on touch */
  .bank-item,
  ._transactionOptionTabHeader_ktmyr_1,
  button {
      -webkit-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
  }
}
.ui-dialog-buttonset button:first-child{
  background: #597ef7 !important;  
  background-image: linear-gradient(to right, #799AFA, #4B72F6) !important;
  padding: 9px 5px;
   color: #fff;
}
.ui-dialog .ui-dialog-content{
  zoom: 0 !important;
}
.ui-dialog .ui-widget-header{
  background: linear-gradient(to right, #799AFA, #4B72F6) !important;
   width: 100%;
   margin: 0;
   height: 30px;
   border: none !important;
   border-radius: 0;
}
.ui-widget.ui-dialog{
  z-index: 9999 !important;
  border: none;
  top: 78px !important;
  background-color: #fff;
}
.ui-dialog .ui-dialog-content{
  overflow: hidden !important;
  padding: 0 !important;
}
.ui-dialog .ui-dialog-title{
  color:#fff;
  text-transform: uppercase;
  line-height: 15px;
}.ui-widget-content::-webkit-scrollbar {
   width: 0.5em;
   height: 0.5em;
}
.ui-widget-content::-webkit-scrollbar-thumb {
   background: #e8e8e8;
}
.ui-widget-content::-webkit-scrollbar-track {
   background: #ffffff;
}.ui-dialog .ui-dialog-content{
  padding:0;
}.ui-dialog{
  padding:0;
}.ui-dialog-buttonset button, button:focus{
  border:none !important;
  outline: none !important;
}.ui-dialog-buttonset button:nth-child(2){
  background-color: #8f8f8f !important;
   background-image: linear-gradient(180deg,#afafaf,#646464) !important;
  padding: 5px;
   color: #fff;
}.select_disable{
  border: 1px solid #ccc;
   pointer-events: none;
   background: none;
   border: none !important;
   -webkit-appearance: none;
   -moz-appearance: none;
  font-size: 16px;
   font-weight: 500;
}.select_disable .center-form label input, .select_disable .center-form-select, .select_disable .center-form label select{
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close{display: none;}
.ui-button .ui-button-text{color: #fff;}
.arcticmodal-overlay_info_depo{
  background: rgba(0,0,0,.3);
   z-index: 9;
   display: block;
   width: 0;
   height: 100%;
   opacity: 1;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   -webkit-transition: width 0.3s ease, opacity 0.4s ease;
   transition: width 0.3s ease, opacity 0.4s ease;
   z-index: 25;
}
.arcticmodal-overlay_info_depo.active{
  opacity: 1;
   width: 100%;
}.field_information{
  border-top: 1px solid #305b82;
}
.card.border-left-info{
  text-align:left;
  border-left: .35rem solid #36b9cc!important;
}.card.border-left-info p, .card.border-left-info a{
  color:#0c2e4b;
}.card.border-left-info a{
  text-decoration:underline;
}.info-circle-title{
  font-weight:bold;
}
@media (max-width: 767px) {
  .referral-btn a {
    display: inline-block;
  }
  #copy-btn{
    margin-left: -14rem;
    margin-top: 6rem;
  }
  .ui-widget.ui-dialog{
    width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
    margin-top: 12px!important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .side-bar {
    overflow-y: scroll;
    height: 97% !important;
   
  }
}
html:not(.ismobile) ::-webkit-scrollbar {
  width: .5em;
  height: .5em;
}
html:not(.ismobile) ::-webkit-scrollbar-thumb {
  background: #b8cbfd;
}
@media screen and (max-width: 768px) {
  .promo_box table{
      margin-left: 0!important; 
      width: 100% !important;
  }
}

/* ========== oubao category grid (sample match) ========== */
.oubao-home-cats {
  width: 100%;
  border-radius: 18px;
  box-sizing: border-box;
}
.oubao-cat-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  width: 100%;
  height: clamp(460px, 48vw, 560px);
  box-sizing: border-box;
}
.oubao-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  height: 100%;
  background: #bccdfd;
  border: 1px solid #d7e5ff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(60, 110, 190, 0.12);
  overflow: hidden;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease;
}
.oubao-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(60, 110, 190, 0.18);
}
.oubao-cat-card--sports {
  grid-row: 1 / span 2;
}

/* compact text block â€” natural height, no empty flex gap */
.oubao-cat-head {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  text-align: center;
  padding: 16px 12px 6px;
  background: linear-gradient(180deg, #bccdfd 70%, rgb(188 205 253));
}
.oubao-cat-title,
.oubao-cat-badge {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #2a3550;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .2px;
}
.oubao-cat-desc {
  margin: 6px 8px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}
.oubao-cat-title {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef5ff, #d8e9ff);
  border: 1px solid #c5dbff;
  color: #2c4068;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
/* image fills remaining card â€” full character like sample */
.oubao-cat-art {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 6px;
}
.oubao-cat-art img {
  /* display: block;
  width: 100%;
  height: 100%; */
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 8px 14px rgba(40, 70, 120, 0.18));
  transition: transform .25s ease;
  -webkit-user-drag: none;
  user-select: none;
}
/* sports photo fills tall card like sample */
.oubao-cat-card--sports .oubao-cat-art {
  padding: 0;
}
.oubao-cat-card--sports .oubao-cat-art img {
  object-fit: cover;
  object-position: center top;
}
.oubao-cat-card:hover .oubao-cat-art img {
  transform: translateY(-3px) scale(1.03);
}
.oubao-cat-card--sports:hover .oubao-cat-art img {
  transform: scale(1.02);
}

@media screen and (max-width: 1100px) {
  .oubao-cat-grid {
    height: clamp(400px, 52vw, 500px);
    gap: 12px;
  }
  .oubao-cat-title,
  .oubao-cat-badge { font-size: 14px; }
  .oubao-cat-desc { font-size: 11px; margin-top: 5px; }
  .oubao-cat-head { padding: 12px 10px 4px; }
}

/* tablet + mobile: sample 2-col layout
   [sports tall] [live]
   [sports tall] [lottery]
   [poker]       [esport]
   [slots]       [fun]
*/
@media screen and (max-width: 991px) {
  .oubao-home-cats {
    padding: 8px 6px 12px;
  }
  .oubao-cat-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, minmax(0, auto));
    height: auto;
    gap: 10px;
  }
  .oubao-cat-card {
    height: 168px;
    border-radius: 16px;
    background: #c5d2f5;
    border-color: #d5e0ff;
  }
  .oubao-cat-card--sports {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: auto;
    min-height: 346px; /* 168 + 10 + 168 */
  }
  .oubao-cat-card--live {
    grid-column: 2;
    grid-row: 1;
  }
  .oubao-cat-card--slots {
    grid-column: 2;
    grid-row: 2;
  }
  .oubao-cat-head {
    padding: 12px 8px 2px;
    background: linear-gradient(180deg, #c5d2f5 65%, rgba(197,210,245,0));
  }
  .oubao-cat-title,
  .oubao-cat-badge {
    font-size: 15px;
    color: #24314d;
  }
  .oubao-cat-desc {
    margin: 4px 4px 0;
    font-size: 11px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .oubao-cat-art {
    padding: 0 4px 2px;
  }
  .oubao-cat-art img {
    /* width: 100%;
    height: 100%; */
    object-fit: contain;
    object-position: center bottom;
    transform: none;
  }
  .oubao-cat-card--sports .oubao-cat-art {
    padding: 0;
  }
  .oubao-cat-card--sports .oubao-cat-art img {
    object-fit: cover;
    object-position: center 18%;
  }
  .oubao-cat-card:hover .oubao-cat-art img,
  .oubao-cat-card--sports:hover .oubao-cat-art img {
    transform: scale(1.03);
  }
}

/* phone polish â€” tighter like sample screenshot */
@media screen and (max-width: 575px) {
  .oubao-home-cats {
    padding: 4px 2px 10px;
    border-radius: 0;
    background: transparent;
  }
  .oubao-cat-grid {
    gap: 8px;
  }
  .oubao-cat-card {
    height: 150px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(70, 100, 170, 0.1);
  }
  .oubao-cat-card--sports {
    min-height: 308px; /* 150 + 8 + 150 */
  }
  .oubao-cat-head {
    padding: 10px 6px 0;
  }
  .oubao-cat-title,
  .oubao-cat-badge {
    font-size: 14px;
    font-weight: 800;
  }
  .oubao-cat-desc {
    font-size: 10px;
    margin-top: 3px;
    -webkit-line-clamp: 2;
  }
  .oubao-cat-art {
    margin-top: -2px;
  }
  .oubao-cat-card--sports .oubao-cat-art img {
    object-position: center 102%;
  }
}

/* =========================================================
   OUABAO â€” App download (new_theme)
   ========================================================= */
.oubao-app-download{
  margin-top: 14px;
  width: 100%;
  padding: 10px 0px 28px;
  border-radius: 20px;
  box-sizing: border-box;
}
.oubao-app-download__title{
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 1px;
  color: #4b4f6a;
}
.oubao-app-download__subtitle{
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(40,55,90,.55);
}
.oubao-app-download__cards{
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.oubao-app-download__card{
  background: #bbccfd;
  border: 1px solid rgba(170, 193, 255, .55);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(85, 120, 190, .10);
  text-decoration: none !important;
  overflow: hidden;
}
.oubao-app-download__pill{
  margin: 14px auto 0;
  width: fit-content;
  background: #eef3ff;
  border: 1px solid rgba(150, 175, 235, .35);
  color: #5a6a8a;
  font-weight: 800;
  font-size: 12px;
  padding: 7px 18px;
  border-radius: 999px;
  text-align: center;
}
.oubao-app-download__card-body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px 0px;
}
.oubao-app-download__qr{
  width: 46%;
  text-align: center;
}
.oubao-app-download__qr img{
  width: 92px;
  height: auto;
  background: #fff;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
}
.oubao-app-download__qr-text{
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
}
.oubao-app-download__phones{
  width: 54%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.oubao-app-download__phones img{
  width: 350px;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 575px){
  .oubao-app-download{
    margin-top: 10px;
    border-radius: 16px;
    padding: 16px 10px 22px;
  }
  .oubao-app-download__title{
    font-size: 26px;
  }
  .oubao-app-download__cards{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .oubao-app-download__pill{
    font-size: 11px;
    padding: 6px 12px;
    margin-top: 12px;
  }
  .oubao-app-download__card-body{
    padding: 8px 10px 14px;
  }
  .oubao-app-download__qr img{
    width: 78px;
  }
  .oubao-app-download__qr-text{
    font-size: 11px;
    margin-top: 6px;
  }
  .oubao-app-download__phones img{
    width: 120px;
  }
  /* #qr_android canvas, #qr_ios canvas{
    width: 132px !important;
    height: 132px!important;
  } */
}