    body{
        font-family: 'Prompt', sans-serif;
        background-image: linear-gradient(var(--bg-color1), var(--bg-color2));
        min-height: 100vh;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }

    .credit-header {
        background: #680505;
        padding: 15px 20px;
        color: white;
        font-size: 18px;
        font-weight: 600;
    }

    .numberset-header {
        background: #680505;
        padding: 15px 20px;
        color: white;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .add-number-btn {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 6px;
        font-family: 'Prompt', sans-serif;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s;
        text-decoration: none;
    }

    .add-number-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-1px);
        color: white;
    }

    .left-header {
        border: none;
        background: #a83232;
        color: white;
        padding: 12px 15px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .filters-right {
        flex: 8;
        background: #a83232;
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #dee2e6;
    }

    .grid-header {
        background: linear-gradient(135deg, #680505, #a83232);
        color: white;
        text-align: center;
        padding: 12px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        box-shadow: 0 4px 15px rgba(255, 154, 86, 0.3);
    }

    /* .container{
      display:flex;
      justify-content:center;
      align-items:center;
      min-height:100vh;
      flex-direction:column;
      padding:20px;
      position: relative;
      z-index: 1;
    } */

    /* Logo Section */
    .logo-section {
      text-align: center;
      color: white;
      /* margin-bottom: 30px; */
    }

    .logo {
      width: 80px;
      height: 80px;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      font-size: 32px;
      font-weight: bold;
      color: #7CB342;
      box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    }

    .site-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 5px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .site-url {
      font-size: 14px;
      opacity: 0.8;
      margin-bottom: 8px;
    }

    .site-subtitle {
      font-size: 16px;
      opacity: 0.9;
      font-weight: 300;
    }

    .login-box{
      /* width:100%;
      max-width:800px; */
      /* background:rgba(147, 196, 125, 0.85); */
      background: rgba(168, 50, 50, 0.85);
      border-radius:15px;
      /* padding:30px; */
      /* margin-bottom:20px; */
      box-shadow:0 8px 32px rgba(0,0,0,0.2);
      backdrop-filter: blur(10px);
    }
    .title{
      text-align:center;
      color:white;
      font-size:18px;
      font-weight:bold;
      margin-bottom:25px;
      padding:12px;
      border-radius:8px;
    }
    .form-group{
      margin-bottom:18px;
    }
    .form-group label{
      display:block;
      color:white;
      font-size:14px;
      margin-bottom:6px;
      font-weight:500;
    }
    .form-group input{
      width:100%;
      padding:12px 15px;
      border-radius:8px;
      border:none;
      font-size:14px;
      background:white;
      box-sizing:border-box;
    }
    .form-group input::placeholder{
      color:#999;
    }
    .options{
      display:flex;
      justify-content:space-between;
      align-items:center;
      font-size:13px;
      margin-bottom:20px;
      color:white;
    }
    .options a{
      color:white;
      text-decoration:none;
    }
    .btn{
      display:block;
      width:100%;
      padding:14px;
      border:none;
      border-radius:8px;
      font-weight:bold;
      cursor:pointer;
      margin-bottom:12px;
      font-size:16px;
      box-sizing:border-box;
      transition: all 0.3s ease;
    }
    .btn-login{
      background:linear-gradient(135deg, #0d4d1c 0%, #0a3d15 100%);
      color:white;
    }
    .btn-login:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(13, 77, 28, 0.4);
    }
    .btn-register{
      background:linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
      color:white;
    }
    .btn-register:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(46, 125, 50, 0.4);
    }
    .extra-btns{
        /* width: 800px;
        display: flex;
        gap: 12px;
        margin: 15px 0px 10px 0px; */
    }
    .extra-btns .button{
        background:#333;
        color:white;
        padding:12px;
        border-radius:8px;
        border:none;
        cursor:pointer;
        font-size:14px;
        transition: all 0.3s ease;
        text-decoration: none;
        text-align: center;
    }
    .extra-btns .button:hover {
        background: #555;
        transform: translateY(-1px);
    }

    .lottery-header {
        /* padding: 12px 15px; */
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .lottery-table{
      background:white;
    }
    .lottery-table table{
      width:100%;
      border-collapse:collapse;
    }
    .lottery-table th{
      background:#f5f5f5;
      color:#333;
      padding:10px 8px;
      text-align:center;
      font-size:14px;
      font-weight:bold;
    }
    .lottery-table td{
      padding:10px 8px;
      border-bottom:1px solid #eee;
      font-size:14px;
      text-align:center;
    }
    .lottery-table td:first-child{
      text-align:left;
      font-size:13px;
    }
    .lottery-table .number{
      color:#e91e63;
      font-weight:bold;
    }
    .lottery-table .circle{
        display:inline-block;
        width:30px;
        height:30px;
        /* background:#ff9800; */
        border-radius:50%;
        margin-right:8px;
        vertical-align:middle;

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;

    }

    .list-number{
        list-style: none;
    }

    /* Image Slider */
    .slider-banner {
        /* width: 100%; */
        /* max-width: 800px; */
        background: white;
        border-radius: 15px;
        padding: 0px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
    }

    .slider-banner::before {
      /* content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #66BB6A, #43A047); */
    }

    .slider {
      position: relative;
      /* width: 100%; */
      /* height: 380px; */
      overflow: hidden;
      border-radius: 15px;
      /* margin-top: 10px; */
    }

    .slider-track {
      display: flex;
      width: 300%;
      height: 100%;
      transition: transform 0.5s ease;
    }

    .slide {
      width: 33.333%;
      height: 100%;
      position: relative;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    .slider-nav {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 10;
    }

    .nav-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .nav-dot.active {
      background: #7CB342;
      transform: scale(1.2);
    }

    .slider-arrows {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      z-index: 10;
    }

    .slider-arrows:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .arrow-left {
      left: 10px;
    }

    .arrow-right {
      right: 10px;
    }



    /* Responsive Design */

    /* Tablet Styles (768px - 1024px) */
    @media (max-width: 1024px) and (min-width: 769px) {
      /* .container {
        padding: 30px;
      } */

      /* .login-box {
        max-width: 400px;
        padding: 35px 30px;
      } */

      .promotion-content {
        padding: 20px;
      }

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

    /* Mobile Styles (< 768px) */
    @media (max-width: 768px) {
      /* .container {
        padding: 20px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
      } */

      /* .login-box {
        max-width: 350px;
        padding: 30px 25px;
        margin: 20px auto;
      } */

      /* .extra-btns {
        width: 100%;
        display: flex;
        gap: 12px;
        margin: 15px 0px 10px 0px;
      } */

      .slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 10px;
      }

      .title {
        font-size: 22px;
        margin-bottom: 25px;
      }

      .form-group input {
        padding: 12px 15px;
        font-size: 14px;
      }

      .btn {
        padding: 12px;
        font-size: 14px;
        margin-bottom: 12px;
      }

      .promotion-section {
        margin-top: 30px;
      }

      .promotion-content {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
      }

      .promotion-text {
        text-align: center;
        margin-bottom: 15px;
      }

      .promotion-prizes {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
      }

      .prize {
        font-size: 14px;
        padding: 8px 12px;
      }
    }

    /* Extra Small Mobile (< 480px) */
    @media (max-width: 480px) {
      /* .container {
        padding: 15px;
      } */

      /* .login-box {
        max-width: 100%;
        padding: 25px 20px;
        margin: 15px auto;
      } */

      .title {
        font-size: 20px;
        margin-bottom: 20px;
      }

      .form-group {
        margin-bottom: 15px;
      }

      .form-group label {
        font-size: 13px;
        margin-bottom: 6px;
      }

      .form-group input {
        padding: 10px 12px;
        font-size: 13px;
      }

      .options {
        font-size: 12px;
        margin-bottom: 20px;
      }

      .btn {
        padding: 10px;
        font-size: 13px;
        margin-bottom: 10px;
      }

      .promotion-content {
        padding: 15px 10px;
      }

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

      .prize {
        font-size: 12px;
        padding: 6px 10px;
      }

    }







.header {
    background: var(--main-color);
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.logo-icon {
    max-width: 100px;
    /* width: 28px;
    height: 28px;
    background: #ffffff;
    color: #00a082;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px; */
}

.logo-text {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 13px;
    font-weight: 400;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    /* font-size: 16px; */
    color: white;
}

.header-item {
    display: flex;
    align-items: center;
    gap: 3px;
    color: white;
    font-size: 13px;
}

.header-plus {
    background: rgba(255,255,255,0.2);
    padding: 6px 12px;
    border-radius: 5px;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.3);
}

.header-plus:hover {
    background: rgba(255,255,255,0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.header-minus {
    background: rgba(255,255,255,0.2);
    padding: 6px 12px;
    border-radius: 5px;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.3);
}

.header-minus:hover {
    background: rgba(255,255,255,0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.refresh-icon {
    padding: 4px 6px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
}

.refresh-icon::before {
    content: "\F0450";
    font-family: "Material Design Icons";
    color: white;
    font-size: 16px;
}

.refresh-icon:hover {
    transform: rotate(-180deg);
}


.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    margin-right: 8px;
}


@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }

    .header {
        padding: 6px 15px;
        height: 50px;
    }

    .logo-section {
        gap: 6px;
    }

    /* .logo-icon {
        max-width: 40px;
    } */

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

    .header-center {
        display: none;
    }

    /* .header-right {
        gap: 6px;
        font-size: 12px;
    } */

    .header-item {
        font-size: 11px;
    }

    .header-plus,
    .header-minus {
        padding: 4px 8px;
        font-size: 11px;
        margin-right: 4px;
    }

    .refresh-icon {
        padding: 3px 4px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 4px 10px;
        height: 45px;
    }

    .logo-text {
        font-size: 12px;
    }

    /* .header-right {
        gap: 4px;
        font-size: 10px;
    } */

    .header-plus,
    .header-minus {
        padding: 3px 6px;
        font-size: 10px;
        margin-right: 2px;
    }

    .refresh-icon {
        padding: 2px 3px;
        font-size: 12px;
    }
}










        .user-section {
            background: rgba(255,255,255,0.1);
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 20px;
            text-align: center;
        }

        .user-id {
            background: #00ca54;
            color: white;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
            display: inline-block;
        }

        .balance-item {
            margin-bottom: 10px;
            text-align: left;
        }

        .balance-label {
            font-size: 16px;
            color: #cccccc;
            margin-bottom: 3px;
        }

        .balance-amount {
            font-size: 18px;
            font-weight: 600;
            color: #00ff88;
        }

        .content {
            /* padding: 20px 10px; */
            color: #333;
            /* margin-left: 0px; */
        }

        .account-status {
            background: white;
            border-radius: 15px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            overflow: hidden;
        }


        .column-1 {
            padding: 0;
            background: #f8f9fa;
            border-right: 1px solid #e9ecef;
            display: flex;
            flex-direction: column;
        }


        .user-header {
            padding: 12px 15px;
            display: flex;
            align-items: center;
            gap: 8px;
            background: white;
            border-bottom: 1px solid #e9ecef;
        }

        .user-avatar {
            width: 24px;
            height: 24px;
            background: #6c757d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
        }

        .user-number {
            font-size: 14px;
            font-weight: 600;
            color: var(--font-color);
            flex: 1;
        }

        .user-coin {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 18px;
            color: #00ca54;
            font-weight: 600;
        }


        .action-buttons-section {
            padding: 12px 15px;
        }

        .btn-deposit-full {
            background-color: var(--btn-color1) !important;
            border-color: var(--btn-color1-border);
            padding: 10px;
            min-width: 30px;
            color: white;
            border: 1px solid;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            margin-bottom: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .btn-deposit-full:hover {
            background: var(--btn-color1) !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,202,84,0.3);
            border-color: var(--btn-color1);
        }

        .btn-withdraw-full {
            background: white;
            color: #333;
            border: 2px solid var(--btn-color1-border);
            padding: 8px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .btn-withdraw-full:hover {
            background: var(--btn-color1-border);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,86,60,0.3);
            border-color: var(--btn-color1-border);
        }


        .wallet-section {
            padding: 12px 15px;
            flex: 1;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
        }

        .wallet-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 0;
            margin-bottom: 8px;
        }

        .wallet-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .wallet-icon {
            width: 20px;
            height: 20px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        .wallet-label {
            font-size: 18px;
            color: var(--btn-color1-border);
        }

        .wallet-amount {
            font-size: 18px;
            font-weight: 600;
            color: #00ca54;
        }


        .column-2 {
            padding: 20px;
            border-right: 1px solid #e9ecef;
            display: flex;
            flex-direction: column;
        }

        .status-table {
            width: 100%;
            border-spacing: 0;
        }

        .status-table tr {
            border-bottom: 1px solid #f0f0f0;
        }

        .status-table tr:last-child {
            border-bottom: none;
        }

        .status-table td {
            padding: 8px 0;
            font-size: 13px;
            vertical-align: top;
        }

        .status-table .label {
            color: #666;
            font-weight: 500;
            width: 40%;
        }

        .status-table .value {
            color: #333;
            font-weight: 600;
            text-align: right;
        }


        .column-3 {
            padding: 20px;
            background: #fafbfc;
            display: flex;
            flex-direction: column;
        }

        .balance-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .balance-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 0;
        }

        .balance-left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .balance-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
        }

        .balance-icon.huay { background: #000; }
        .balance-icon.casino { background: #333; }
        .balance-icon.football { background: #666; }
        .balance-icon.slot { background: #999; }

        .balance-label {
            font-size: 18px;
            color: var(--btn-color1-border);
        }

        .balance-amount {
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }


        .left-panel {
            display: flex;
            flex-direction: column;
        }


        .user-section {
            background: #f8f9fa;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid #e9ecef;
        }

        .user-avatar {
            width: 32px;
            height: 32px;
            background: #6c757d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 16px;
        }

        .user-details {
            flex: 1;
        }

        .user-number {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin: 0;
        }



        .action-section {
            padding: 15px 20px;
            display: flex;
            gap: 10px;
        }

        .btn-deposit {
            background: #00ca54;
            color: white;
            border: none;
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            flex: 1;
        }

        .btn-deposit:hover {
            background: #00b847;
        }

        .btn-withdraw {
            background: white;
            color: #333;
            border: 1px solid #ddd;
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            flex: 1;
        }

        .btn-withdraw:hover {
            background: #f8f9fa;
            border-color: #00ca54;
        }


        .wallet-info {
            padding: 10px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
        }


        .wallet-amount {
            font-weight: 600;
            color: #333;
        }


        .right-panel {
            padding: 15px 20px;
            background: #fafbfc;
        }

        .balance-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e9ecef;
        }

        .balance-title {
            font-size: 14px;
            font-weight: 600;
            color: #333;
        }

        .balance-status {
            font-size: 14px;
            font-weight: 600;
            color: #333;
        }

        .balance-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

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

        .balance-left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .balance-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
        }

        .balance-icon.huay { background: #000; }
        .balance-icon.krasun { background: #333; }
        .balance-icon.football { background: #666; }
        .balance-icon.slot { background: #999; }


        .status-value {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }


        .game-section {
            margin-bottom: 30px;
        }

        .game-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 15px;
            margin-bottom: 20px;
            justify-content: center;
        }

        .game-card {
            background: var(--btn-color1-border);
            border-radius: 15px;
            /* padding: 0px 0px 5px 0px; */
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border: 2px solid transparent;
        }

        .game-card:hover {
            transform: translateY(-5px);
            border-color: #680505;
            box-shadow: 0 5px 20px rgba(0,184,148,0.3);
        }

        .game-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 8px;
        }

        .game-name {
            font-weight: 500;
            color: #ffffff;
            text-align: center;
        }

        .lottery-categories {
            /* display: flex; */
            /* gap: 10px; */
            /* margin-bottom: 20px; */
            /* border-bottom: 2px solid rgba(255,255,255,0.1); */
            /* padding-bottom: 10px; */
        }

        .category-btn{
            cursor: pointer;
            transition: -webkit-transform .1s ease;
            transition: transform .1s ease;
            transition: transform .1s ease, -webkit-transform .1s ease;
        }
        .category-btn img{
            /* background: none;
            border: none;
            color: white;
            padding: 0;
            border-radius: 8px;
            cursor: pointer;
            font-family: 'Prompt', sans-serif;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s;
            height: 80px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
            overflow: hidden;
            opacity: 0.7;
            transform: scale(.95); */

            filter: grayscale(100%);
            opacity: 0.7;
            max-height: 80px;
            transition: width .3s ease, -webkit-transform .4s cubic-bezier(.34, 1.56, .64, 1);
            transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), width .3s ease;
            transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), width .3s ease, -webkit-transform .4s cubic-bezier(.34, 1.56, .64, 1);
        }

        .category-btn:hover img{
            transform: scale(.95);
            filter: grayscale(0%);
        }

        .category-btn.active img{
            filter: grayscale(0%);
            opacity: 1;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,184,148,0.3);
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        .tab-lottery-content {
            display: block;
        }


        .slot-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 20px;
            margin-bottom: 20px;
            padding: 20px 0;
        }

        .slot-card {
            background: transparent;
            border: none;
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .slot-card:hover {
            transform: translateY(-10px) scale(1.05);
        }

        .slot-icon {
            width: 130px;
            height: 130px;
            margin: 0 auto 10px;
            border-radius: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            padding: 5px;
        }

        .slot-card:hover .slot-icon {
            transform: rotate(5deg);
        }

        .slot-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .slot-name {
            color: #ffffff;
            font-size: 12px;
            font-weight: 600;
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
            margin-top: 5px;
        }

        .section-title {
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* .lottery-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
        } */

        .lottery-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border: 1px solid #e9ecef;
        }

        .lottery-flag {
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            flex-shrink: 0;
        }

        .lottery-flag img {
            width: 45px;
            height: 45px;
            object-fit: cover;
            border-radius: 3px;
        }

        .lottery-name {
            font-size: 14px;
            font-weight: 500;
            flex: 1;
        }

        .lottery-status {
            padding: 8px 15px;
            border-radius: 6px;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .lottery-status.open {
            background: #a83232;
            color: white;
        }

        .lottery-status.closed {
            background: #6c757d;
            color: white;
        }

        .lottery-date {
            font-size: 12px;
        }


        .flag-th { background: linear-gradient(to bottom, #ff0000 33%, #ffffff 33%, #ffffff 66%, #0000ff 66%); }
        .flag-la { background: linear-gradient(to bottom, #ff0000 33%, #0000ff 33%, #0000ff 66%, #ff0000 66%); }
        .flag-vn { background: #ff0000; color: #ffd700; }
        .flag-kr { background: linear-gradient(to bottom, #ffffff 25%, #ff0000 25%, #ff0000 50%, #0000ff 50%, #0000ff 75%, #ffffff 75%); }
        .flag-cn { background: #ff0000; color: #ffd700; }
        .flag-us { background: linear-gradient(to right, #ff0000 33%, #ffffff 33%, #ffffff 66%, #0000ff 66%); }
        .flag-uk { background: linear-gradient(45deg, #ff0000, #ffffff, #0000ff); }
        .flag-jp { background: #ffffff; color: #ff0000; }
        .flag-my { background: linear-gradient(to bottom, #ff0000, #ffffff, #0000ff); }


        /* @media (max-width: 1600px) {
            .game-grid {
                grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
            }
        } */

        /* @media (max-width: 1400px) {
            .game-grid {
                grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            }
        } */

        @media (max-width: 1200px) {
            /* .game-grid {
                grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
            } */

            .lottery-grid {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            }
        }

        @media (max-width: 1000px) {
            /* .game-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
                gap: 10px;
            } */

            .game-card {
                min-height: 150px;
                padding: 10px 8px;
            }
        }

        @media (max-width: 768px) {
            /* .game-grid {
                grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
                gap: 8px;
            } */

            .game-card {
                min-height: 120px;
                padding: 8px 5px;
            }

            /* .lottery-grid {
                grid-template-columns: repeat(2, 1fr);
            } */

            .account-status {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
            }

            .column-1,
            .column-2,
            .column-3 {
                border-right: none;
                border-bottom: 1px solid #e9ecef;
            }

            .column-3 {
                border-bottom: none;
            }
        }

        @media (max-width: 480px) {
            /* .game-grid {
                grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
                gap: 6px;
            } */

            .game-card {
                min-height: 100px;
                padding: 6px 4px;
                border-radius: 10px;
            }
        }


        .contact-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 10000;
        }

        .contact-popup {
            background: white;
            border-radius: 15px;
            width: 90%;
            max-width: 400px;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .contact-header {
            background: var(--btn-color1-border);
            color: white;
            padding: 20px;
            border-radius: 15px 15px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .contact-header h3 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }

        .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 0;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .contact-content {
            padding: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            padding: 15px;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            margin-bottom: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            background: #f8f9fa;
            border-color: #00ca54;
        }

        .contact-item:last-child {
            margin-bottom: 0;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #00ca54;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .contact-icon img {
            width: 30px;
            height: 30px;
        }

        .support-icon {
            background: #17a2b8;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 14px;
        }

        .phone-icon {
            font-size: 24px;
        }

        .contact-info {
            flex: 1;
        }

        .contact-info h4 {
            margin: 0 0 5px 0;
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        .contact-info p {
            margin: 0;
            font-size: 12px;
            color: #666;
            line-height: 1.4;
        }

        .phone-number {
            font-size: 18px;
            font-weight: bold;
            color: #00ca54;
            margin-top: 5px;
        }


        @media (max-width: 768px) {
            .contact-popup {
                width: 95%;
                margin: 10px;
            }

            .contact-header {
                padding: 15px;
            }

            .contact-header h3 {
                font-size: 16px;
            }

            .contact-content {
                padding: 15px;
            }

            .contact-item {
                padding: 12px;
            }

            .contact-icon {
                width: 45px;
                height: 45px;
                margin-right: 12px;
            }

            .support-icon {
                width: 45px;
                height: 45px;
                font-size: 12px;
            }

            .contact-info h4 {
                font-size: 14px;
            }

            .contact-info p {
                font-size: 11px;
            }

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




        body {
    margin-left: 50px;
    transition: margin-left 0.3s ease-in-out;
}

.sidebar {
    width: 60px;
    background: var(--main-color);
    padding: 10px 0;
    border: none;
    border-radius: 0px 15px 15px 0px;
    position: fixed;
    left: 0;
    top: 70px;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
    transition: width 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.sidebar:hover {
    width: 260px;
    /* padding: 10px 15px; */
    overflow-y: auto;
}


.sidebar-logo {
    width: 45px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.sidebar:hover .sidebar-logo {

    /* padding: 8px 15px; */
}

.sidebar::before {
    display: none;
}

.sidebar-toggle {
    display: none;
}

.sidebar-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-collapsed {
    width: 30px !important;
}

.sidebar-expanded {
    width: 180px !important;
}


.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5);
}


.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex: 1;
    display: ruby;
    flex-direction: column;
    gap: 8px;
}


.nav-menu li:hover,
.nav-menu li .active {
    transform: translateX(2px);
}

.nav-menu a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 12px;
    padding: 8px 12px;
    border-radius: 5px;
    /* font-size: 14px; */
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    margin: 5px;
}

.sidebar:hover .nav-menu a {
    justify-content: flex-start;
    /* padding: 12px 12px 2px 12px; */
}

.nav-menu a:hover,
.nav-menu .active {
    background: rgba(255,255,255,0.2);
    transform: translateX(2px);
    width: 100%;
}


.menu-icon {
    /* font-size: 18px; */
    min-width: 18px;
    text-align: center;
}

.menu-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.menu-text {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
}

.sidebar:hover .menu-text {
    opacity: 1;
}


.sidebar-icon {
    display: none;
}


.sidebar-bottom {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


@media (max-width: 768px) {
    body {
        margin-left: 0px;
        transition: margin-left 0.3s ease-in-out;
    }

    .sidebar-logo{
        display: none;
    }


    .sidebar {
        width: 250px;
        height: 100vh;
        position: fixed;
        left: -250px;
        top: 60px;
        z-index: 999;
        transition: left 0.3s ease;
        flex-direction: column;
        overflow-y: auto;
         padding: 8px 15px;
    }

    .sidebar:hover .nav-menu a {
    justify-content: flex-start;
    padding: 8px 15px;
   }

    .sidebar:hover {
        left: -250px;
    }

    .sidebar.mobile-open {
        left: 0 !important;
    }

    .nav-menu {
        flex-direction: column;
        gap: 8px;
        flex-wrap: nowrap;
        width: 100%;
         display: inline-block;
    }

    .nav-menu a {
        flex-direction: row;
        gap: 12px;
        font-size: 14px;
        padding: 8px 15px;
        min-width: auto;
        justify-content: flex-start;
        margin: 0 10px;
    }

    .menu-text {
        opacity: 1;
        font-size: 14px;
    }

    .menu-icon img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .sidebar {
        width: 250px;
        left: -280px;
        height: 100vh;
        flex-direction: column;
        padding: 15px 0;
    }

    .sidebar.mobile-open {
        left: 0 !important;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        padding: 8px 15px;
    }

    .nav-menu a {
        padding: 8px 0px;
        min-width: auto;
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
        margin: 0 15px;
    }

    .menu-icon {
        font-size: 18px;
    }

    .menu-icon img {
        width: 22px;
        height: 22px;
    }

    .menu-text {
        font-size: 16px;
        opacity: 1;
    }
}


.sidebar:hover ~ body {
    margin-left: 200px;
}


.content-wrapper {
    margin-left: 50px;
    transition: margin-left 0.3s ease-in-out;
    padding: 20px;
}

.sidebar:hover ~ .content-wrapper {
    margin-left: 200px;
}

.delete-row{
    border: none;
    background: none;
}

.left-menu {
    background: rgba(0,0,0,.87);
    color: white;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}


.btn-theme {
    background: radial-gradient(ellipse at center top, #383838, #171717);
    color: white;
    border: none;
    padding: 8px 4px;
    border-radius: 6px;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-height: 45px;
    justify-content: center;
}

.credit-table {
    width: 100%;
    background: white;
}

.credit-table-header {
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.credit-table-header th {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-right: 1px solid #e9ecef;
}

.credit-table-header th:last-child {
    border-right: none;
}

.tr-result{
    border-bottom: 1px solid #d5d5d5;
}

.tr-result:hover{
    background: #eee;
}

.tr-result td{
    height: 48px;
    padding: 0 16px;
    align-items: center;
}
