/* landing */
.logo-circle img {
    width: 100%;
}
.logo-circle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* HERO */
.hero h1{
    font-size:32px;
    font-weight:700;
}

.hero p {
    color: #ffffff;
    font-size: 17px;
}

/* COIN */
.coin {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    color: #000;
    box-shadow: 0 0 50px rgba(255, 200, 0, .4);
    margin: auto;
}
.coin img {
    width: 100%;
}

/* STATS */
.stat-card {
    background: #000000b5;
    border: 1px solid #000000;
    border-radius: 14px;
}

.stat-card p {
    color: #c9c9c9 !important;
}
.stat-card span{
    color:#22c55e;
    font-size:14px;
}

/* BUTTONS */
.btn-primary {
    background: linear-gradient(135deg, #ffd54a, #e58c1d);
    border: none;
    color: #000000;
    font-weight: 600;
}

.loginbtn {
  padding: 10px 25px;
}
.btn-dark {
    background: #130c06;
    border: none;
}

/* FOOTER */
footer{
    border-top:1px solid #0f172a;
}

footer a {
    color: #e3e3e3;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

footer a:hover{
    color:#fff;
}

.footer-bottom{
    color:#6b7280;
    font-size:13px;
}
/* // */
/* login */
/* LEFT SECTION */
.promo h1 span{
    color:#f0b90b;
}

.promo-icon{
    width:250px;
    height:250px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:30px 0;
}

.promo-icon img{
    width:100%;
}

/* CARD */
.login-card{
    background:#111315ad;
    border:1px solid #1f1f1f;
    border-radius:20px;
    padding:30px;
    max-width:500px;
    width:100%;
}

.form-control{
    background:#0d0f1199;
    border:1px solid #1f1f1f;
    color:#fff;
    padding:15px;
}

.form-control:focus{
    background:#0d0f11;
    border-color:#f0b90b;
    box-shadow:none;
    color:#fff;
}

/* PLACEHOLDER */
.form-control::placeholder{
    color:#ccc;
    opacity:1;
}

.form-control:focus::placeholder{
    color:#f0b90b;
}

/* BUTTON */
.btn-yellow {
    color: #000;
    font-weight: 600;
    padding: 12px;
    background: linear-gradient(135deg, #ffd54a, #e58c1d);
    border: none;
}

.btn-yellow:hover{
    background:#d9a500;
}

/* LINKS */
.text-warning{
    text-decoration:none;
}

.text-warning:hover{
    text-decoration:underline;
}

.regi-btn{
    color:#f0b90b;
    text-decoration:none;
}
/* // */

/* LEFT SECTION */
.promo h1 span{
    color:#f0b90b;
}

.promo-icon{
    width: 250px;
    height: 250px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:30px 0;
}

.promo-icon img{
    width:100%;
}

/* CARD */
.register-card {
    background: #111315ad;
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    padding: 30px;
    max-width: 500px;
    width: 100%;
}

.form-control {
    background: #0d0f1199;
    border: 1px solid #1f1f1f;
    color: #fff;
    padding: 14px;
}

.form-control:focus{
    background:#0d0f11;
    border-color:#f0b90b;
    box-shadow:none;
    color:#fff;
}

/* Placeholder */
.form-control::placeholder {
    color: #9ca3af;
    opacity: 1;
}

/* INPUT ICON */
.input-group-custom{
    position:relative;
}

.input-group-custom i{
    position:absolute;
    top:50%;
    left:15px;
    transform:translateY(-50%);
    color:#9ca3af;
}

.input-group-custom .form-control{
    padding-left:45px;
}

.input-group-custom:focus-within i{
    color:#f0b90b;
}

/* BUTTON */
.btn-yellow{
    background: linear-gradient(135deg, #ffd54a, #e58c1d);
    border:none;
    color:#000;
    font-weight:600;
    padding:12px;
}

.btn-yellow:hover {
    background: #d9a500;
    color: #000;
}
.upload-btn {
    display: block;
    padding: 14px;
    border: 1px solid #f0b90b;
    border-radius: 12px;
    color: #f0b90b;
    cursor: pointer;
    transition: 0.3s;
}
a.regi-btn:hover {
    color: #f0b90b;
}
.upload-btn:hover {
    background: #f0b90b;
    color: #000;
}

.register-card{
    height: 85vh;
    display: flex;
    flex-direction: column;
}

.form-tabs-content{
    overflow-y: auto;
    padding-right: 5px;
}

/* Scrollbar (optional clean look) */
.form-tabs-content::-webkit-scrollbar{
    width:4px;
}
.form-tabs-content::-webkit-scrollbar-thumb{
    background:#f0b90b;
    border-radius:10px;
}
/* TABS */
.nav-pills .nav-link{
    color:#9ca3af;
    border-radius:10px;
}
.nav-pills .nav-link.active{
    background:#f0b90b;
    color:#000;
    font-weight:600;
}
.regi-btn{
    color:#f0b90b;
    text-decoration:none;
}

.fugu--iconbox-data p{
    margin-bottom: 0;
}

/* STATS */
.stat-card {
    background: #000000b5;
    border: 1px solid #000000;
    border-radius: 14px;
}

.stat-card p {
    color: #c9c9c9 !important;
}
.stat-card span{
    color:#22c55e;
    font-size:14px;
}
.stat-card h4 {
    color: #fff;
}
.fugu--iconbox-wrap5 {
    background: #211d2e78 !important;
    border-radius: 10px;
    border: 1px solid #ffca186e;
}
.fugu--iconbox-wrap5 .fugu--iconbox-thumb {
    /* background: linear-gradient(225deg, #e5b80b 0, #e5b80b 46.35%, #fdce3b 100%) !important; */
    background: linear-gradient(135deg, #ffd54a, #e58c1d) !important;
    border-bottom: 3px solid #fbd986;
}
.fugu--iconbox-thumb i {
    font-size: 34px;
    color: #000;
    width: 64px;
    height: 64px;
    background: rgba(240, 185, 11, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-circle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}   
.logo-circle img {
    width: 100%;
}
.loginbtn {
    padding: 10px 25px;
}
.btn-primary {
    background: linear-gradient(135deg, #ffd54a, #e58c1d);
    border: none;
    color: #000000;
    font-weight: 600;
}
.fugu--feature-section {
    background-color: transparent !important;
}
/* dashboard */
.stat-box-v2 {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 202, 24, 0.35);
    backdrop-filter: blur(6px);
    transition: all 0.35s ease;
}

.stat-box-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(255, 202, 24, 0.35);
}

.stat-icon-v2 {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffd54a, #e58c1d);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}

.stat-icon-v2 i {
    font-size: 26px;
    color: #000;
}

.stat-info-v2 h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
}

.stat-info-v2 p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #c9c9c9;
}
/*  */

/* ===== DASHBOARD CARDS BEAUTIFY ===== */

.fugu--iconbox-wrap5 {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.04),
        rgba(0, 0, 0, 0.6)
    ) !important;
    border: 1px solid rgba(255, 202, 24, 0.35);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: all 0.35s ease;
    backdrop-filter: blur(8px);
}

/* Hover Glow */
.fugu--iconbox-wrap5:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 45px rgba(255, 202, 24, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Icon Circle */
.fugu--iconbox-thumb {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd54a, #e58c1d) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(255, 202, 24, 0.45);
}

/* Icon */
.fugu--iconbox-thumb i {
    font-size: 32px;
    color: #000;
    background: none;
}

/* Title */
.fugu--iconbox-data .das{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Value */
.fugu--iconbox-data p {
    color: #ffd54a !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Action Link */
.fugu--iconbox-data a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.fugu--iconbox-data a:hover {
    opacity: 1;
    transform: translateX(4px);
}
.dropdown-caret {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-caret {
    transform: rotate(180deg);
}

/*  */