body .appHeader,
body .appHeader.scrolled {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body {
  background-color: #f4f5f7 !important;
}
.section.home {
  background-color: #4043D2 !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 70px 15px 80px 15px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.unified-card-container {
  background: #f0f1ff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(64, 67, 210, 0.2);
  display: block;
  width: auto;
  padding: 12px;
  margin-top: -80px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
.balance-split-row {
  display: flex;
  width: 100%;
  gap: 10px;
  border-bottom: 1px solid #e0e1fa;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.balance-item {
  flex: 1;
  text-align: left;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 8px 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.balance-item:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.balance-item:first-child {
  border-right: none;
}
.balance-item span {
  color: #6a778b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  display: block;
  padding-left: 0;
}
.balance-item h3 {
  color: #1d2129;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
}
.action-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.action-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.action-card:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.icon-box-action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f1ff;
  color: #4043D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 5px;
  box-shadow: none;
}
.action-card strong {
  color: #4043D2;
  font-size: 11px;
  font-weight: 600;
}
.home-header-layout,
.card-saldo-v6,
.home-action-buttons,
.home-action-item,
.icon-box-home,
.card-balance-split {
  display: none !important;
}
.carousel-full {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 4px;
}
.carousel-full .item {
  margin-left: 6px;
  margin-right: 6px;
}
.carousel-full .item img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
#appCapsule {
  background-color: #ffffff;
  border-radius: 12px;
  margin: 0 10px;
  padding: 15px 15px 24px 15px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  border: none;
}
.marquee-notification-clean {
  display: flex;
  align-items: center;
  background-color: #f0f1ff;
  border-radius: 12px;
  padding: 10px 15px;
  margin-top: 0;
}
.marquee-notification-clean ion-icon {
  font-size: 24px;
  color: #4043D2;
  margin-right: 10px;
  flex-shrink: 0;
}
.marquee-notification-clean marquee span {
  font-size: 14px;
  color: #4043D2;
  font-weight: 500;
}
.menu-list {
  border-top: none !important;
  margin-top: 10px;
}
.menu-list .title {
  font-weight: 700;
  font-size: 18px;
  color: #1d2129;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 5px;
}
.app-menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #444;
  transition: transform 0.2s ease, color 0.2s ease;
}
.app-menu .item:hover {
  transform: translateY(-2px);
  color: #4043D2;
}
.img-shadow {
  background: #f0f1ff;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  transition: background 0.2s ease;
}
.app-menu .item:hover .img-shadow {
  background: #e0e1fa;
}
.img-shadow img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.app-menu .item strong {
  font-weight: 500;
  font-size: 11.5px;
  line-height: 1.3;
  color: inherit;
  text-align: center;
  margin-top: 8px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-card {
  background: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  padding: 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 8px 10px 0 10px;
  color: #1d2129;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.flat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  color: #4043D2;
  text-decoration: none;
  background: #f8f9fa;
}
.flat-card ion-icon {
  font-size: 26px;
  color: #4043D2;
  margin-right: 12px;
}
.flat-card .in {
  color: inherit;
}
.flat-card .in div:first-child {
  font-size: 15px;
  font-weight: 600;
}
.flat-card .in div:last-child {
  font-size: 13px;
  opacity: 0.9;
}
.flat-card .arrow {
  margin-left: auto;
  font-size: 26px;
  color: #adb5bd;
  opacity: 0.8;
}
.card-referral-modern {
  margin: 8px 10px 0 10px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #1d2129;
  overflow: hidden;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.card-referral-modern:hover {
  background: #f8f9fa;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.card-referral-modern .referral-image {
  flex-shrink: 0;
  width: 100px;
  margin-right: 16px;
}
.card-referral-modern .referral-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.card-referral-modern .referral-text {
  flex-grow: 1;
}
.card-referral-modern .referral-text h6 {
  font-weight: 700;
  font-size: 15px;
  color: #1d2129;
  margin-bottom: 2px;
}
.card-referral-modern .referral-text p {
  font-size: 13px;
  color: #555;
  opacity: 0.9;
  line-height: 1.4;
  margin-bottom: 0;
}
.card-referral-modern .referral-arrow {
  font-size: 24px;
  color: #adb5bd;
  opacity: 0.7;
  margin-left: auto;
  padding-left: 10px;
}
#appCapsule.card-keamanan {
  margin-top: 8px;
  border-radius: 12px;
}
.security-info-section {
  margin-top: 0;
  padding-bottom: 5px;
}
.security-info-section h6 {
  font-weight: 700;
  font-size: 18px;
  color: #1d2129;
  margin-bottom: 5px;
  padding-left: 5px;
}
.security-info-section .security-subtitle {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
  padding-left: 5px;
}
.security-grid-v6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.security-item-v6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 10px 5px;
  border-radius: 12px;
  transition: background 0.2s ease;
}
.security-item-v6:hover {
  background: #f9f9f9;
}
.security-item-v6 .icon-box-v6 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.security-item-v6 .icon-box-v6.bg-soft-primary {
  background-color: #e6e7ff;
  color: #4043D2;
}
.security-item-v6 .icon-box-v6.bg-soft-success {
  background-color: #e2fce3;
  color: #28a745;
}
.security-item-v6 .icon-box-v6.bg-soft-warning {
  background-color: #fff8e1;
  color: #ffc107;
}
.security-item-v6 strong {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}
.security-item-v6 span {
  font-size: 11px;
  color: #888;
  display: block;
  line-height: 1.2;
}
#transfer.action-sheet .modal-dialog,
.action-sheet#modalKeamananPIN .modal-dialog,
.action-sheet#modalGantiPIN .modal-dialog,
.action-sheet#modalKeamananRiwayat .modal-dialog {
  margin-top: auto;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
#transfer.action-sheet.show .modal-dialog,
.action-sheet#modalKeamananPIN.show .modal-dialog,
.action-sheet#modalGantiPIN.show .modal-dialog,
.action-sheet#modalKeamananRiwayat.show .modal-dialog {
  transform: translateY(0);
}
#transfer.action-sheet .modal-content,
.action-sheet#modalKeamananPIN .modal-content,
.action-sheet#modalGantiPIN .modal-content,
.action-sheet#modalKeamananRiwayat .modal-content {
  background-color: white !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#transfer.action-sheet .modal-body,
.action-sheet#modalKeamananPIN .modal-body,
.action-sheet#modalGantiPIN .modal-body,
.action-sheet#modalKeamananRiwayat .modal-body {
  padding: 20px 15px 30px 15px;
}
#transfer .transfer-header,
.modal-keamanan-header {
  text-align: center;
  margin-bottom: 25px;
}
#transfer .transfer-header h5,
.modal-keamanan-header h5 {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}
#transfer .transfer-header p,
.modal-keamanan-header p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}
.modal-keamanan-content {
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.transfer-option-link {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none !important;
  color: inherit;
}
.transfer-option-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.transfer-icon-box-modern {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4043D2;
  color: white;
  font-size: 24px;
  margin-right: 15px;
}
.transfer-details h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.transfer-details p {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.transfer-arrow {
  margin-left: auto;
  color: #ccc;
  font-size: 20px;
}