body {
    overflow-y: hidden;
    padding-bottom: 0;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 1rem 0 1rem;
    margin-bottom: 22px;
}
.header .btn-link {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0 4px;
    border-radius: 4px;
}
.header .btn-link span {
    font-weight: 400;
    color: #333;
    font-size: 17px;
    line-height: 22px;
}
.header .btn-link:active {
    background-color: rgba(255, 164, 27, 0.25);
}
.header .btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 90px;
    border-radius: 100px;
    background-color: rgba(0, 122, 255, 1);
    border-color: rgba(0, 122, 255, 1);
    column-gap: 8px;
    margin-bottom: 0;
}
.header .btn-secondary span {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.06px;
    color: #fff;
}
.header .btn-secondary:active {
    background-color: rgba(0, 54, 169, 0.8);
    border-color: rgba(0, 54, 169, 0.8);
}
.card {
    height: 100vh;
    border-radius: 28px 28px 0 0;
    padding: 16px 1rem 0 1rem;
}
.card .tab-content {
    margin-top: 33px;
}
#nav-container.nav-underline .nav-link {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: rgba(153, 153, 153, 1);
}
#nav-container.nav-underline .nav-link.active {
    color: #333;
    border-bottom-width: 2px;
    border-bottom-color: rgba(0, 122, 255, 1);
}
.card #pengajuan-tab-pane .data-list {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    padding: 0 0 0.8rem 0.5rem;
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; /* Mencegah bounce effect mengganggu */
}
#pengajuan-tab-pane .data-list .data-item {
    display: flex;
    align-items: center;
    column-gap: 18px;
    width: 100%;
    height: 58px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 1rem;
    box-shadow: 0px 4px 10px 0px rgba(195, 195, 195, 0.25);
    transition: all 0.2s ease;
}
#pengajuan-tab-pane .data-list .data-item .item {
    display: flex;
    flex-direction: column;
    row-gap: 1px;
}
#pengajuan-tab-pane .data-list .data-item .item p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.08px;
    margin-bottom: 0;
    color: rgba(60, 60, 67, 0.6);
}
#pengajuan-tab-pane .data-list .data-item .item .item-label {
    display: flex;
    column-gap: 19px;
    align-items: center;
}
#pengajuan-tab-pane .data-list .data-item .item .item-label h6 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    margin-bottom: 0;
}
#saldo-tab-pane .header-list {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
#saldo-tab-pane .header-list .header-item {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: rgba(153, 153, 153, 1);
}
#saldo-tab-pane .header-list .header-item.keterangan,
#saldo-tab-pane .data-list .data-item .item.keterangan {
    flex: 2 1 0;
}
#saldo-tab-pane .header-list .header-item.saldo,
#saldo-tab-pane .data-list .data-item .item.saldo {
    flex: 1 1 0;
}
.card #saldo-tab-pane .data-list {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding: 0 0 0.8rem 0.5rem;
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; /* Mencegah bounce effect mengganggu */
}
#saldo-tab-pane .data-list .data-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 58px;
    background-color: #fff;
    transition: all 0.2s ease;
}
#saldo-tab-pane .data-list .data-item .item {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
#saldo-tab-pane .data-list .data-item .item .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    background-color: rgba(255, 245, 208, 0.75);
    border-radius: 999px;
}
#saldo-tab-pane .data-list .data-item .item .item-label {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
#saldo-tab-pane .data-list .data-item .item .item-label h6 {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    margin-bottom: 0;
}
#saldo-tab-pane .data-list .data-item .item .item-label p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    margin-bottom: 0;
    color: rgba(153, 153, 153, 1);
}
#saldo-tab-pane .data-list .data-item .saldo {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
}
#form-offcanvas {
    border-radius: 30px 30px 0 0;
    min-height: calc(100vh - 350px);
}
#form-offcanvas h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.45px;
}
#form-offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    overflow: hidden;
}
#form-offcanvas .offcanvas-body .form-group {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
}
#form-offcanvas .offcanvas-body .form-group input,
#form-offcanvas .offcanvas-body .form-group select {
    border: 1px solid rgba(229, 242, 255, 1);
    background-color: rgba(229, 242, 255, 1);
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: #333;
    padding: 20px 1rem;
}
#form-offcanvas .offcanvas-body .form-group img {
    position: absolute;
    top: 0;
    transform: translateY(108%);
    right: 21px;
}
#form-offcanvas .offcanvas-body .btn-primary {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 164, 27, 1);
    color: #333;
    border-radius: 6px;
    border: 1px solid rgba(255, 164, 27, 1);
    margin-top: 36px;
}
#form-offcanvas .offcanvas-body .btn-primary:active {
    background-color: #cc7a00 !important;
    border-color: #cc7a00 !important;
}
