body {
    background: #eee;
}

.card {
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-right: 20px;
    padding-left: 20px;
}

.card-profil {
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding: 20px;
    background-color: #ececee;
}

/* .card-transaksi {
    border: 1px solid #b8b8b8;
    position: relative;
    border-radius: 15px;
    padding: 20px;
    background-color: #ffffff;
} */

.card-transaksi {
    border: none;
    position: relative;
    border-radius: 15px;
    padding: 20px;
    background-color: #ececee;
}

.card-nominal {
    border: none;
    position: relative;
    border-radius: 8px;
    padding: 8px;
    background-color: #ffffff;
    height: fit-content;
    /* height: 25px; */
}

.card-transaksi h5 {
    color: #374395;
    margin-bottom: 5px;
    font-size: 19px;
}

.card-profil h6 {
    margin-bottom: 1px;
}

.card-profil p {
    margin-bottom: 0px;
}

.fonts {
    font-size: 14px;
}

.kode-affiliate {
    background-color: #FFD803;
    color: black;
}

.about {
    text-align: justify;
    font-family: 'poppins';
    font-size: 0.7em;
}

.social-list {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.social-list li {
    padding: 10px;
    color: #374395;
    font-size: 19px;
}

.buttons button {
    border: 1px solid #374395 !important;
    color: #374395;
    height: 50px;
    border-radius: 20px;
}

.buttons button:hover {
    border: 1px solid #374395 !important;
    color: #fff;
    height: 50px;
    background-color: #374395;
}

.pilih-gambar {
    border: 1px solid #e2e2e2 !important;
    align-items: center !important;
    text-align: center !important;
    color: #686868 !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
    height: 40px;
    border-radius: 15px !important;
}

.pilih-gambar:hover {
    border: 1px solid #374395 !important;
    color: #374395 !important;
    align-items: center;
    background-color: #fff !important;
}

.buttons button:nth-child(5) {
    border: 1px solid #3f4da7 !important;
    background-color: #3f4da7;
    color: #fff;
    height: 50px;
}

.buttons button:nth-child(5):hover {
    border: 1px solid #374395 !important;
    color: #fff;
    height: 50px;
    background-color: #374395;
}

.button-reset button {
    border: 1px solid #3f4da7 !important;
    background-color: #3f4da7;
    color: #fff;
    height: 45px;
    border-radius: 20px;
}

.button-reset button:hover {
    border: 1px solid #374395 !important;
    color: #fff;
    height: 45px;
    background-color: #374395;
    border-radius: 20px;
}

.form-selek {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 15px;
    height: 45px;
    width: 100%;
    color: #686868;
}
#form-selek {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 15px;
    height: 45px;
    width: 100%;
    color: #686868;
}

.col {
    padding-left: 0;
    padding-right: 0;
}

.col input {
    border-radius: 15px;
    height: 45px;
    width: 100%;
}

.col .input-group select:focus,
.col input:focus {
    border-color: #3c4396;
    box-shadow: none;
}

.tanggal {
    font-size: 12px;
}

.donatur {
    font-size: 14px;
    font-weight: 600;
}

.nominal {
    font-size: 14px;
    font-weight: 600;
    color: #ffbb00;
    margin-bottom: 0;
}

/* Memodifikasi scrollbar vertikal */

.overflow-auto {
    padding-right: 7px;
  }
  
.overflow-auto::-webkit-scrollbar {
    width: 5px;
    /* Lebar scrollbar */
}

.overflow-auto::-webkit-scrollbar-thumb {
    background-color: #c2c2db;
    /* Warna thumb (pegangan scrollbar) */
    border-radius: 10px;
    /* Bentuk thumb */
}

.overflow-auto::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Warna track (jalur scrollbar) */
    border-radius: 10px;
}

/* Memodifikasi scrollbar horizontal (jika diperlukan) */
.overflow-auto::-webkit-scrollbar-horizontal {
    height: 8px;
    /* Tinggi scrollbar horizontal */
}

@media screen and (min-width: 922px) {
    .card {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
}