html body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    padding-bottom: 60px;
    margin-left: 5px;
    margin-right: 5px;
}

.profile-card {
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    margin-bottom: 10px;
}

.profile-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 5px;
}

.profile-text {
    margin-left: 7px;
}

.profile-text h6 {
    margin: 0;
    flex-grow: 1;
    font-size: 14px;
    padding-left: 2px;
}

.account-number {
    display: block;
    font-size: 12px;
    color: gray;
    text-align: left;
    margin-top: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.bell {
    font-size: 25px;
    color: #f18030;
}

.balance-card {
    border-radius: 10px;
    padding: 15px;
    background: #f18030;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: white;
    margin-top: 80px;
}

.small-text {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.smallphp {
    font-size: 14px;
    font-weight: bold;
    vertical-align: super;
    color: white;
}

.balance-amount {
    font-weight: bold;
    font-size: 28px;
}

.line {
    color: #ddd;
    margin: 5px 0;
}

.earnings,
.interest {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}

.profile-text.row {
    margin-right: 0;
}

.menu-options {
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.menu-item {
    padding: 10px;
    text-align: center;
    color: orange;
}

.menu-item i {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.menu-item span {
    font-size: 14px;
    display: block;
}

.ad-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 10px 2px;
    overflow: hidden;
}

.seabank-img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
}

.transaction-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.piggybank {
    font-size: 30px;
    text-align: center;
    color: #007bff;
}

.transaction-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.transaction-item:last-child {
    border-bottom: none;
}

.transaction-icon {
    font-size: 24px;
    color: #007bff;
}

.amount {
    color: green;
    font-weight: bold;
}

.see-more {
    text-align: center;
    padding-top: 10px;
}

.see-more a {
    color: #007bff;
    text-decoration: none;
}

.ad-imagetwo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 10px 2px;
    overflow: hidden;
}

.seabankb-img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 420px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0-2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    align-items: center;
    text-align: center;
    border-top: 1px solid #ddd;
    z-index: 9999;
}

.bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 1;
    color: #666;
    font-size: 12px;
}

.bottom-nav a.active {
    color: orange;
}

.bottom-nav i {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}

