/* TikTok Fonts */
@font-face {
    font-family: 'TikTokFont';
    src: url('https://sf16-website-login.neutral.ttwstatic.com/obj/tiktok_web_login_static/tiktok_fonts/TikTokFont-Regular.woff2?_default_font=1&v=2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TikTokFont';
    src: url('https://sf16-website-login.neutral.ttwstatic.com/obj/tiktok_web_login_static/tiktok_fonts/TikTokFont-Bold.woff2?_default_font=1&v=2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'TikTokFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
}

.app-container {
    min-height: 100vh;
    background: #000;
    position: relative;
}

/* Header Styles */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    max-width: 480px;
    margin: 0 auto;
    height: 56px;
    position: relative;
}

.back-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s;
    position: relative;
}

.back-button i {
    font-size: 16px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.back-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

.currency-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    justify-content: center;
}

/* Main Content */
.main-content {
    padding: 16px;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/* Balance Card */
.balance-card {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.balance-card::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 10%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.06) 35%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.015) 70%, rgba(255, 255, 255, 0.005) 85%, transparent 100%);
    border-radius: 50%;
    z-index: 0;
}

.balance-card::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-.88-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z" fill="rgba(255,255,255,0.15)"/></svg>') no-repeat center center;
    background-size: contain;
    opacity: 0.15;
    z-index: 0;
    transform: rotate(10deg);
}

/* Balance Section */
.balance-section {
    position: relative;
    z-index: 1;
    height: 50%;
}

.balance-header {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
}

.balance-label {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: -12px;
}

.balance-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.balance-amount {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.currency-symbol {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'TikTokFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.amount {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff !important;
    letter-spacing: -0.8px;
    font-family: 'TikTokFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1;
    text-shadow: 0 0 0 transparent;
    margin-top: 4px;
}

.view-details {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 40%;
    transform: translateY(-120%);
    z-index: 2;
}

.coins-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 50px;
    height: 50%;
}

.coins-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    height: 100%;
}

.coins-label {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 8px;
}

.coins-amount {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 8px;
}

.coins-amount i {
    color: #ffd700;
    font-size: 18px;
    background: url('https://sf-static.upanhlaylink.com/img/image_2025100464021d0362fa1aaf195be642d6397dcf.jpg') no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}

.coins-amount span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.get-coins {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(120%);
    z-index: 2;
}

/* Transaction Card */
.transaction-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
    min-height: 60px;
}

.transaction-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 8px;
}

.transaction-label {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.convert-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.convert-info span {
    font-size: 14px;
    color: #999999;
}

.convert-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.convert-icon i:first-child {
    color: #ff0000;
    font-size: 8px;
}

.convert-icon i:last-child {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/* TikTok LIVE Agency Card */
.agency-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 30px 25px 20px 25px;
    margin-bottom: 50px;
    min-height: 150px;
}

.agency-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.agency-text {
    flex: 1;
    margin-right: 16px;
}

.agency-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 6px;
    line-height: 1.2;
}

.agency-description {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
    line-height: 1.2;
}

.join-link {
    color: #da6464;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
}

.agency-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.star-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.star-icon i {
    display: none;
}

/* Previously Selected Section */
.previously-section {
    margin-bottom: 25px;
}

.previously-label {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.previously-selected-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 25px;
    min-height: 80px;
}

.previously-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-coins {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tiktok-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffd700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tiktok-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coin-number {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.item-details {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.item-amount {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.source {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.item-coins {
    display: flex;
    align-items: center;
    gap: 4px;
}

.item-coins i {
    color: #ffd700;
    font-size: 16px;
    background: url('https://sf-static.upanhlaylink.com/img/image_2025100464021d0362fa1aaf195be642d6397dcf.jpg') no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}

.item-coins span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.item-details {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.convert-btn {
    background: #ec3871;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Earning Section */
.earning-section {
    margin-bottom: 20px;
}

.earning-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.earning-label {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.view-more {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
}

.earning-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.earning-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    cursor: pointer;
    min-height: 100px;
}

.earning-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.earning-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.earning-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

.earning-overlay {
    display: none;
}

/* Services Section */
.services-section {
    padding: 16px 0;
}

.services-label {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

/* Help & Feedback Card */
.help-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.help-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.help-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.help-text {
    flex: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.help-arrow {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loading-overlay.show {
    opacity: 1;
    visibility: visible;
}

.loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-dots {
    display: flex;
    gap: 1px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: tiktokBlink 0.6s ease-in-out infinite alternate;
}

.dot-blue {
    background-color: #00d4ff;
    animation-delay: 0s;
}

.dot-red {
    background-color: #ff0050;
    animation-delay: 0.3s;
}

@keyframes tiktokBlink {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Rewards Page Styles */
.total-balance-section {
    padding: 20px 0;
    text-align: center;
}

.total-balance-label {
    font-size: 14px;
    color: #999999;
    margin-bottom: 8px;
    font-weight: 400;
}

.total-balance-amount {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -1px;
    font-family: 'TikTokFont', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.live-rewards-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.live-rewards-card:hover {
    background: #222222;
}

.live-rewards-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-rewards-text {
    flex: 1;
}

.live-rewards-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.diamonds-info {
    margin-bottom: 0;
}

.diamonds-text {
    font-size: 13px;
    color: #999999;
}

.live-rewards-amount {
    display: flex;
    align-items: center;
    gap: 8px;
}

.amount-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.live-rewards-amount i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.earn-more-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
    overflow: hidden;
    min-height: 140px;
}

.earn-more-card:hover {
    background: #222222;
}

.earn-more-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    position: relative;
    z-index: 2;
}

.earn-more-text {
    flex: 1;
    margin-right: 16px;
    z-index: 2;
}

.earn-more-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.earn-more-description {
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    margin-bottom: 8px;
}

.explore-link {
    color: #ff0000;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.earn-more-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.dollar-logo {
    position: relative;
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -20px;
    margin-top: 0;
    min-height: 140px;
}

.dollar-symbol {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.dollar-logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 120px;
    background: #ffd700;
    border-radius: 50% 30% 70% 40%;
    z-index: 1;
    opacity: 0.9;
    filter: blur(2px);
}

.dollar-logo::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border-radius: 20% 80% 70% 30%;
    z-index: 1;
    opacity: 0.7;
    transform: rotate(45deg);
}

/* Abstract line patterns */
.earn-more-card::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 4px;
    background: #ffd700;
    border-radius: 2px;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0.6;
}

.earn-more-card::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -25px;
    width: 100px;
    height: 3px;
    background: #ffd700;
    border-radius: 2px;
    z-index: 1;
    transform: rotate(-30deg);
    opacity: 0.5;
}

/* Main page earn more card styles */
.earn-more-card-main {
    position: relative;
    overflow: hidden;
    background: #1a1a1a !important;
}

.earn-more-card-main .earning-text {
    position: relative;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 8px;
}

.earn-more-logo-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.dollar-logo-main {
    position: relative;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -15px;
    margin-top: 0;
    min-height: 100px;
}

.dollar-symbol-main {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.dollar-logo-main::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 85px;
    background: #ffd700;
    border-radius: 50% 30% 70% 40%;
    z-index: 1;
    opacity: 0.9;
    filter: blur(2px);
}

.dollar-logo-main::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border-radius: 20% 80% 70% 30%;
    z-index: 1;
    opacity: 0.7;
    transform: rotate(45deg);
}

/* Abstract line patterns for main page */
.earn-more-card-main::before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 60px;
    height: 3px;
    background: #ffd700;
    border-radius: 2px;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0.6;
}

.earn-more-card-main::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -20px;
    width: 70px;
    height: 2px;
    background: #ffd700;
    border-radius: 2px;
    z-index: 1;
    transform: rotate(-30deg);
    opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 480px) {
    .header-content {
        padding: 10px 12px;
        height: 52px;
    }

    .back-button {
        width: 30px;
        height: 30px;
    }

    .back-button i {
        font-size: 15px;
    }

    .header-title {
        font-size: 17px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .currency-selector {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .main-content {
        padding: 8px;
    }

    .balance-card {
        padding: 16px;
        margin-bottom: 8px;
        border-radius: 16px;
    }

    .transaction-card,
    .agency-card,
    .previously-selected-card {
        padding: 16px;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .amount {
        font-size: 36px;
        margin-top: 3px;
    }

    .currency-symbol {
        font-size: 16px;
    }

    .balance-label,
    .coins-label {
        font-size: 12px;
    }

    .balance-main {
        margin-bottom: 8px;
    }

    .coins-section {
        padding-top: 40px;
    }

    .earning-cards {
        gap: 8px;
    }

    .earning-card {
        padding: 16px;
        min-height: 80px;
    }

    .earning-text {
        font-size: 14px;
    }

    .agency-title {
        font-size: 16px;
        margin-top: 16px;
    }

    .agency-description {
        font-size: 12px;
    }

    .previously-label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .coin-number {
        font-size: 18px;
    }

    .source {
        font-size: 11px;
    }

    .convert-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .total-balance-amount {
        font-size: 36px;
    }

    .earn-more-card {
        min-height: 120px;
    }

    .dollar-logo {
        width: 100px;
        height: 100%;
        min-height: 120px;
    }

    .dollar-symbol {
        font-size: 36px;
    }

    .dollar-logo::before {
        width: 80px;
        height: 100px;
    }

    .dollar-logo::after {
        width: 50px;
        height: 50px;
    }

    .dollar-logo-main {
        width: 60px;
        height: 100%;
        min-height: 80px;
    }

    .dollar-symbol-main {
        font-size: 24px;
    }

    .dollar-logo-main::before {
        width: 50px;
        height: 70px;
    }

    .dollar-logo-main::after {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 360px) {
    .header-content {
        padding: 8px 12px;
        height: 48px;
    }

    .back-button {
        width: 28px;
        height: 28px;
    }

    .back-button i {
        font-size: 14px;
    }

    .header-title {
        font-size: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .currency-selector {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .main-content {
        padding: 6px;
    }

    .balance-card {
        padding: 12px;
        margin-bottom: 6px;
    }

    .transaction-card,
    .agency-card,
    .previously-selected-card {
        padding: 12px;
        margin-bottom: 6px;
    }

    .amount {
        font-size: 30px;
        margin-top: 2px;
    }

    .currency-symbol {
        font-size: 14px;
    }

    .balance-label,
    .coins-label {
        font-size: 11px;
    }

    .coins-section {
        padding-top: 35px;
    }

    .earning-card {
        padding: 12px;
        min-height: 70px;
    }

    .earning-text {
        font-size: 13px;
    }

    .agency-title {
        font-size: 15px;
        margin-top: 12px;
    }

    .agency-description {
        font-size: 11px;
    }

    .coin-number {
        font-size: 16px;
    }

    .source {
        font-size: 10px;
    }

    .convert-btn {
        padding: 6px 12px;
        font-size: 11px;
    }

    .total-balance-amount {
        font-size: 30px;
    }

    .earn-more-card {
        min-height: 100px;
    }

    .dollar-logo {
        width: 80px;
        height: 100%;
        min-height: 100px;
    }

    .dollar-symbol {
        font-size: 30px;
    }

    .dollar-logo::before {
        width: 70px;
        height: 85px;
    }

    .dollar-logo::after {
        width: 40px;
        height: 40px;
    }

    .dollar-logo-main {
        width: 50px;
        height: 100%;
        min-height: 70px;
    }

    .dollar-symbol-main {
        font-size: 20px;
    }

    .dollar-logo-main::before {
        width: 40px;
        height: 60px;
    }

    .dollar-logo-main::after {
        width: 25px;
        height: 25px;
    }
}