/* =========================
GLOBAL
========================= */
body{
background:#f4f7fb;
font-family:'Segoe UI',sans-serif;
color:#1d1d1d;
}
a{
text-decoration:none;
}
/* =========================
HEADER / TOPBAR
========================= */
.topbar{
background:linear-gradient(135deg,#0d6efd,#0052cc);
padding:28px 22px 90px;
border-bottom-left-radius:35px;
border-bottom-right-radius:35px;
position:relative;
overflow:hidden;
}
.topbar::before{
content:'';
position:absolute;
width:180px;
height:180px;
background:rgba(255,255,255,0.08);
border-radius:50%;
top:-50px;
right:-40px;
}
.topbar::after{
content:'';
position:absolute;
width:120px;
height:120px;
background:rgba(255,255,255,0.05);
border-radius:50%;
bottom:-40px;
left:-30px;
}
.topbar h4{
color:white;
margin:0;
font-weight:700;
}
.topbar i{
color:white;
font-size:28px;
}
/* =========================
CARD
========================= */
.custom-card{
background:white;
border-radius:24px;
padding:22px;
box-shadow:0 5px 18px rgba(0,0,0,0.04);
border:1px solid #eef1f5;
}
/* =========================
INFO CARD
========================= */
.info-card{
background:white;
margin-top:-55px;
border-radius:28px;
padding:22px;
box-shadow:0 10px 25px rgba(0,0,0,0.06);
border:1px solid rgba(255,255,255,0.5);
position:relative;
z-index:10;
}
.balance-title{
color:#212529;
font-size:15px;
font-weight:600;
}
.balance-amount{
font-size:34px;
font-weight:800;
color:#0d6efd;
margin-top:5px;
}
/* =========================
BUTTON
========================= */
.btn-primary-custom{
background:linear-gradient(135deg,#0d6efd,#0052cc);
border:none;
border-radius:18px;
min-height:55px;
font-size:18px;
font-weight:700;
color:white;
width:100%;
box-shadow:0 8px 20px rgba(13,110,253,0.25);
}
.btn-success-custom{
background:#18c46c;
border:none;
border-radius:18px;
min-height:55px;
font-size:18px;
font-weight:700;
color:white;
width:100%;
box-shadow:0 8px 20px rgba(24,196,108,0.25);
}
/* =========================
MENU CARD
========================= */
.menu-card{
background:white;
border-radius:24px;
padding:22px 16px;
text-align:center;
box-shadow:0 5px 18px rgba(0,0,0,0.04);
transition:0.2s;
height:100%;
border:1px solid #eef1f5;
}
.menu-card:hover{
transform:translateY(-3px);
}
.menu-icon{
width:65px;
height:65px;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:15px;
font-size:30px;
}
.menu-title{
font-size:17px;
font-weight:700;
}
.menu-sub{
color:#888;
font-size:13px;
margin-top:3px;
}
/* =========================
FORM
========================= */
.form-control,
.form-select{
border-radius:16px;
min-height:56px;
border:1px solid #e5e5e5;
box-shadow:none !important;
}
/* =========================
BOTTOM NAVIGATION
========================= */
.bottom-nav{
position:fixed;
bottom:0;
left:0;
right:0;
background:white;
border-top:1px solid #e9ecef;
padding:10px 0;
z-index:999;
box-shadow:0 -3px 12px rgba(0,0,0,0.04);
}
.bottom-nav a{
text-decoration:none;
color:#999;
display:flex;
flex-direction:column;
align-items:center;
font-size:13px;
}
.bottom-nav a.active{
color:#0d6efd;
font-weight:700;
}
.bottom-nav i{
font-size:24px;
margin-bottom:4px;
}
/* =========================
MOBILE
========================= */
@media(max-width:576px){
.balance-amount{
font-size:28px;
}
.menu-title{
font-size:15px;
}
.menu-sub{
font-size:12px;
}
}
Mei 24, 2026



0 komentar:
Posting Komentar