/* _content/BlazorApp2/Pages/Profile/Credit.razor.rz.scp.css */
.credit-card[b-y50ec7rttp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    padding: 1.25rem 1.5rem;
}

.credit-summary[b-y50ec7rttp] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.credit-icon[b-y50ec7rttp] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    background-image: linear-gradient(120deg, #6a11cb 0%, #2575fc 100%);
    flex-shrink: 0;
}

.credit-label[b-y50ec7rttp] {
    font-size: 0.8rem;
    color: #8a8f98;
}

.credit-amount[b-y50ec7rttp] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #212529;
}

.credit-amount span[b-y50ec7rttp] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6c757d;
    margin-right: 0.25rem;
}

.credit-actions[b-y50ec7rttp] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
/* _content/BlazorApp2/Pages/Profile/Profile.razor.rz.scp.css */
.profile-tabs .nav-link[b-3m0zrrq0vp] {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    color: #495057;
    font-weight: 500;
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.profile-tabs .nav-link:hover[b-3m0zrrq0vp] {
    background-color: #f1f3ff;
}

.profile-tabs .nav-link.active[b-3m0zrrq0vp] {
    background-image: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(37, 117, 252, 0.35);
}

.profile-banner[b-3m0zrrq0vp] {
    height: 110px;
    border-radius: 1.25rem;
    background-image: linear-gradient(120deg, #6a11cb 0%, #2575fc 100%);
    margin-bottom: -64px;
}

.profile-card[b-3m0zrrq0vp] {
    position: relative;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    padding: 1.5rem;
}

.profile-header-row[b-3m0zrrq0vp] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.profile-avatar[b-3m0zrrq0vp] {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    background: #fff;
    flex-shrink: 0;
}

.profile-heading[b-3m0zrrq0vp] {
    flex: 1 1 auto;
    min-width: 0;
    padding-bottom: 0.25rem;
}

.profile-heading h4[b-3m0zrrq0vp] {
    margin: 0;
}

.profile-username[b-3m0zrrq0vp] {
    color: #6c757d;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.profile-edit-btn[b-3m0zrrq0vp] {
    border-radius: 999px;
    padding: 0.5rem 1.25rem;
    align-self: center;
}

.profile-info-grid[b-3m0zrrq0vp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.info-chip[b-3m0zrrq0vp] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: #f8f9fc;
    border: 1px solid #eef0f6;
    border-radius: 0.9rem;
    padding: 0.65rem 0.9rem;
}

.info-chip i[b-3m0zrrq0vp] {
    font-size: 1.1rem;
    color: #6a11cb;
    flex-shrink: 0;
}

.info-chip-text[b-3m0zrrq0vp] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.3;
}

.info-chip-label[b-3m0zrrq0vp] {
    font-size: 0.75rem;
    color: #8a8f98;
}

.info-chip-value[b-3m0zrrq0vp] {
    font-weight: 600;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-bio[b-3m0zrrq0vp] {
    background: #f8f9fc;
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
}

.profile-bio-label[b-3m0zrrq0vp] {
    font-size: 0.8rem;
    color: #8a8f98;
    margin-bottom: 0.35rem;
}

.profile-referral[b-3m0zrrq0vp] {
    background: #f8f9fc;
    border-radius: 0.9rem;
    padding: 1rem;
}

.profile-referral h5[b-3m0zrrq0vp] {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.referral-row[b-3m0zrrq0vp] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.referral-input[b-3m0zrrq0vp] {
    flex: 0 0 auto;
    width: 130px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .5px;
    background: #fff;
}

@media (max-width: 576px) {
    .profile-avatar[b-3m0zrrq0vp] {
        width: 84px;
        height: 84px;
    }

    .profile-edit-btn[b-3m0zrrq0vp] {
        width: 100%;
    }
}
/* _content/BlazorApp2/Pages/Profile/Withdraw.razor.rz.scp.css */
.withdraw-section[b-djo8okjj50] {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    padding: 1.25rem 1.5rem;
    margin-top: 1rem;
}

.withdraw-header[b-djo8okjj50] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.withdraw-section table thead th[b-djo8okjj50] {
    color: #8a8f98;
    font-weight: 600;
    font-size: 0.8rem;
    border-bottom-width: 1px;
    white-space: nowrap;
}

.modal-content[b-djo8okjj50] {
    border-radius: 1rem;
}
/* _content/BlazorApp2/Shared/MainLayout.razor.rz.scp.css */
.page[b-5m4o07vwpt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5m4o07vwpt] {
    flex: 1;
}

.sidebar[b-5m4o07vwpt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5m4o07vwpt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5m4o07vwpt]  a, .top-row .btn-link[b-5m4o07vwpt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5m4o07vwpt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5m4o07vwpt] {
        display: none;
    }

    .top-row.auth[b-5m4o07vwpt] {
        justify-content: space-between;
    }

    .top-row a[b-5m4o07vwpt], .top-row .btn-link[b-5m4o07vwpt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5m4o07vwpt] {
        flex-direction: row;
    }

    .sidebar[b-5m4o07vwpt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5m4o07vwpt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5m4o07vwpt], article[b-5m4o07vwpt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorApp2/Shared/NavMenu.razor.rz.scp.css */
/* .navbar-toggler {
    appearance: none;
     cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
     position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
} */

/* .navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
} */

.top-row[b-l6ob3ej17a] {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-l6ob3ej17a] {
  font-size: 1.1rem;
}

.bi[b-l6ob3ej17a] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l6ob3ej17a] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l6ob3ej17a] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l6ob3ej17a] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l6ob3ej17a] {
  font-size: 0.9rem;
  padding: 8px 6px;
}

.nav-item[b-l6ob3ej17a]  .nav-link {
  color: #d7d7d7;
  background: none;
  border: none;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
}

.nav-item[b-l6ob3ej17a]  a.active {
  background-color: rgba(255, 255, 255, 0.37);
  color: white;
}

.nav-item[b-l6ob3ej17a]  .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.nav-scrollable[b-l6ob3ej17a] {
  display: none;
}

@media (max-width: 641px) {
  .nav-item[b-l6ob3ej17a] {
    margin: 0px;
    padding: 0px;
  }
}
.navbar-items[b-l6ob3ej17a] {
  display: flex;
  align-items: center;
}

.user-btn[b-l6ob3ej17a] {
  border: 1px solid black;
  color: black;
}
