        @font-face {
            font-family: 'LEMONMILK-Regular';
            src: url('font/Li_Niladri_Rongtuli_Unicode.ttf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }

        body {
            font-family: 'LEMONMILK-Regular', 'Roboto', Arial, sans-serif;
            background-color: #000;
            color: #fff;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 400px;
            margin: 0 auto;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            background-color: #111;
            border-radius: 10px;
        }

        .main-content {
            text-align: center;
            margin: 5px 0;
        }

        .hamster-icon {
            width: 100px;
            height: auto;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
        }

        .main-content h2 {
            font-size: 24px;
            margin: 10px 0;
            color: #FFD700;
        }

        .description {
            font-size: 14px;
            color: #ccc;
            margin: 10px 0;
        }

        .tasks h3 {
            font-size: 18px;
            margin: 20px 0 10px;
            color: #FFD700;
        }

        .task-item {
            display: flex;
            align-items: center;
            background-color: #fff;
            padding: 7px;
            border-radius: 8px;
            margin-bottom: 6px;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .task-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(30, 136, 229, 0.5);
        }

        .task-icon {
            width: 25px;
            height: auto;
            margin-right: 10px;
        }

        .task-info {
            flex: 1;
            color: #000;
        }

        .task-info p {
            margin: 0;
        }

        .task-status {
            font-size: 14px;
            color: #fff;
        }

        .statistics {
            display: flex;
            justify-content: space-between;
            background-color: #222;
            padding: 10px;
            border-radius: 10px;
            margin-bottom: 20px;
            color: #fff;
        }

        .stat-item {
        font-size: 14px;
            text-align: center;
            flex: 1;
        }

        .stat-item:not(:last-child) {
            border-right: 1px solid #444;
        }

        .stat-item p {
            margin: 5px 0;
        }

        footer {
            display: flex;
            justify-content: space-around;
            padding: 10px;
            background-color: #fff;
            position: fixed;
            width: calc(100% - 40px);
            max-width: 400px;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 20px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
        }

        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            flex: 1;
            color: #000;
            padding: 5px;
            transition: color 0.3s, transform 0.3s;
        }

        .nav-icon {
            width: 24px;
            height: auto;
        }

        .nav-item p {
            margin: 0;
            font-size: 12px;
        }

        .nav-item:hover,
        .nav-item.active {
            color: #FFD700;
        }

        .nav-item:hover .nav-icon-container,
        .nav-item.active .nav-icon-container {
            background-color: #FFD700;
        }

        .nav-item:hover .nav-icon,
        .nav-item.active .nav-icon {
            filter: brightness(1.5);
            transform: scale(1.2);
        }
        
    * {
            outline: none;
            -webkit-tap-highlight-color: transparent;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        a {
            text-decoration: none;
            color: inherit;
            -webkit-touch-callout: none;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
        }
        /* Additional CSS styles */
        .banner {
            width: 100%;
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 8px;
        }

        a {
            text-decoration: none; /* Remove underline from links */
            color: inherit; /* Inherit text color */
        }

        .refer-content {
            margin-bottom: 20px;
            color: #ccc;
        }

        .refer-code {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .refer-code span {
            color: #FFD700;
            font-weight: bold;
        }

        .refer-details {
            margin-bottom: 20px;
        }

        .share-button {
            background-color: #FFD700;
            color: #000;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        .share-button:hover {
            background-color: #FFC107;
        }

        .app-header {
            background-color: #07031e;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .header-content {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .logo {
            display: inline-block;
            cursor: pointer;
            padding: 10px; /* Increase the clickable area around the image */
        }

        .logo img {
            width: 32px; /* Adjust size as needed */
            height: auto;
            display: block;
            pointer-events: none; /* Ensures the click event is not blocked by the image */
        }

        .app-title {
            color: white;
            font-size: 1.05em;
            flex-grow: 1;
           margin-left: 0px;
            background: linear-gradient(90deg, #ffffff 10%, #cccccc 20%, #2a5280 30%, #ffffff 40%);
            background-size: 200% auto;
            color: transparent;
            background-clip: text;
            -webkit-background-clip: text;
            text-fill-color: transparent;
            animation: shimmer 3s linear infinite;
            font-family: 'LEMONMILK-Regular', sans-serif;
            letter-spacing: 0.5px;
        }

        @keyframes shimmer {
            0% {
                background-position: -200% 0;
            }
            100% {
                background-position: 200% 0;
            }
        }

        .wallet-icon {
            display: flex;
            align-items: center;
            padding: 5px 10px;
            border: 2px solid #fff;
            border-radius: 40px;
            background-color: #1b1a3a;
            font-size: 0.9em;
            font-family: 'HindSiliguri-Medium', sans-serif;
        }

        .wallet-icon img {
            height: 20px;
            margin-right: 10px;
        }

        .balance-text {
            font-size: 1.2em;
            color: white;
        }

        .main-content {
            text-align: center;
            margin: 5px 0;
            
        }

        .hamster-icon {
            width: 100px;
            height: auto;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
        }

        .wallet-section {
            margin-top: 20px;
            background-color: #111;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .balance-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #444;
            color: #fff;
        }

        .balance-item:last-child {
            border-bottom: none;
        }

        .balance-title {
            font-size: 14px;
        }

        .balance-amount {
            font-size: 16px;
        }

        .transaction-link {
            color: #FFD700;
            text-decoration: none;
            font-weight: bold;
        }

        .transaction-link:hover {
            text-decoration: underline;
        }

        .action-buttons {
            margin-top: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .action-button {
            padding: 5px 6px;
            background-color: #FFD700;
            color: #000;
            margin-top: -2px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            transition: background-color 0.3s ease;
        }

        .action-button:hover {
            background-color: #FFC107;
        }

        .how-to-section {
            margin-top: 20px;
            color: #ccc;
        }

        .how-to-title {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .how-to-item {
            margin-bottom: 10px;
        }

        .how-to-item a {
            color: #FFD700;
            text-decoration: none;
        }

        .how-to-item a:hover {
            text-decoration: underline;
        }

        .bottom-navigation {
            background-color: #07031e;
            display: flex;
            justify-content: space-around;
            padding: 0px;
            position: fixed;
            width: 100%;
            padding: -4px;
            bottom: 0;
        }

        .nav-item {
            text-align: center;
            color: #ccc;
            text-decoration: none;
            font-size: 0.85em;
            transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
            cursor: pointer;
            opacity: 1;
            font-family: 'HindSiliguri-Medium', sans-serif;
        }

        .nav-item img {
            width: 22px;
            height: auto;
            display: block;
            margin: 0 auto 3px;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .nav-item:hover, .nav-item:focus, .nav-item:active {
            transform: scale(1.1);
            color: #fff;
        }

        .nav-item:hover img, .nav-item:focus img, .nav-item:active img {
            transform: scale(1.2);
        }

        .inactive {
            opacity: 0.5;
        }

        .referred-users {
            margin-top: 20px;
        }

        .referred-users h3 {
            margin-bottom: 10px;
            color: #FFD700;
            font-size: 18px;
        }

        .referred-users table {
            width: 100%;
            border-collapse: collapse;
        }

        .referred-users th, .referred-users td {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #444;
        }

        .referred-users th {
            background-color: #333;
            color: #FFD700;
        }

        .referred-users tr:nth-child(even) {
            background-color: #222;
        }

        .claim-button {
            background-color: #28a745;
            color: #fff;
            padding: 5px 10px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
        }

        .claim-button[disabled] {
            background-color: #ccc;
            cursor: not-allowed;
        }

        .claim-status {
            font-weight: bold;
            font-size: 14px;
        }

        .claim-status.eligible {
            color: #28a745;
        }

        .claim-status.claimed {
            color: #FFD700;
        }

        .claim-status.ineligible {
            color: #FF0000;
        }
       .container {
       margin-bottom: 5rem;
       }
       #toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.toast {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #28a745;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: fadeInOut 4s forwards;
    font-family: Arial, sans-serif;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}