.text-headers {
    color: #13136d;
}
.text-secondary {
    color: #6c757d;
    font-size: 14px;
    cursor: default;
    font-weight: 500;
    margin-bottom: 5px;
}
.box-style {
    background-color: #fff;
    border-radius: 10px;
}
.img-kartu {
    padding: 2px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    object-fit: contain;
    border: 0.5px solid #e0e0e0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.img-kartu2 {
    width: 70px;
    height: 70px;
    object-fit:contain;
}
.gaps {
    gap: 2px;
}
.mrgn {
    margin-bottom: 2px;
}
.bank-hidden {
    display: none;
}
.tunai-hidden {
    display: none;
}

/* isi Saldo */
.text-orange {
    color: #f29304;
    font-size: 12px;
    cursor: default;
    font-weight: 500;
    margin-bottom: 5px;
}
.text-style {
    font-size: 12px;
    cursor: default;
    font-weight: 450;
}
.input-kartu {
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
}
.input-kartu2 {
    width: 100%;
    font-size: 24px;
    letter-spacing: 2px;
}
.d-hidden {
    display: none !important;
}
.input-kartu2::placeholder {
  font-size: 1.75rem; /* atau sesuai ukuran, contoh: 2rem untuk ~text-3xl */
  font-weight: 700;   /* bold */
}
.footer-isisaldo {
    width: 100%;
    position: fixed;
    max-width: 480px;
    bottom: 0;
    height: auto;
    /* border: 1px solid blue; */
    /* background-color: white; */
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    padding: 1rem 1rem 1.5rem 1rem;
}
.footer-isisaldo a {
    width: 100%;
    height: fit-content;
    padding: 0.7rem 1rem;
    text-align: center;
    border-radius: 8px;
}
.btn-saldo {
    border-radius: 20px;
    font-size: 14px;;
}
.akun-virtual-content {
    gap: 10px;
}
.infos {
    font-size: 10px;
}
.box-style2 {
    background-color: #fff;
}
.group-info {
    border: 0.5px solid #ccc;
}
.links:hover {
    background-color: #f6f6f6;
}
.links {
    border: 0 .5px 0 .5px solid #f6f6f6;
}
.hight {
    height: 110vh;
}

/* Riwayat Saldo */
.container-search {
    width: 100%;
}
.box-pencarian {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
.riawayat-gp .text {
    cursor: default !important;
}
.box-riwayat {
    border-bottom: 1px solid #e0e0e0;
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
}
.itembox-riwayat{
    gap: 8px;
}
.box-img {
    border: 1px solid #e0e0e0;
}

.btn-nominal {
    width: 100%;
    height: 48px;
    padding: 10px;
    border: 1px solid #d1d5db; /* gray-300 */
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background-color: white;
    transition: 0.2s;
}
.btn-nominal:hover {
    background-color: #e5f0ff; /* light blue */
    border-color: #60a5fa;     /* blue-400 */
}