@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");

body {
    margin: 0;
    font-family:Wix\ Madefor\ Display,sans-serif;
    
    background: #0d0d0d;
    color: white;
    padding: 0;
    height: 100%;
  }
  
  .dashboard {
    display: flex;
    min-height: 100vh;
    
  }
  
  .sidebar {
    width: 250px;
    background: #1a1a1a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 100px;
    
  }
  
  .logo {
    width: 100px;
    margin-bottom: 30px;
  }
  
  .sidebar nav ul {
    list-style: none;
    padding: 0;
    
    
  }
  
  .sidebar nav ul li {
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .sidebar nav ul li.active,
  .sidebar nav ul li:hover {
    background: #ff007a;
  }
  
  .referral-box {
    background: #2a2a2a;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  
  .referral-box button {
    background: #ff007a;
    border: none;
    padding: 8px 16px;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: #000;
  }
  
  .nav-links a {
    color: white;
    margin-right: 20px;
    text-decoration: none;
  }
  
  .account {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .expiry {
    background: #2c2c2c;
    padding: 3px;
    border-radius: 10px;

  }
  
  .account-btn {
    background: #ff007a;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .content {
    padding: 30px;
  }
  
  .card {
    background: #171717;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
  }
  
  .platforms {
    display: flex;
    gap: 40px;
    margin: 20px 0;
    
  }
  
  .platforms img {
    width: 80px;
    display: block;
    margin: 10px 0;
  }
  
  .qr {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  
  .m3u-box {
    display: flex;
    align-items: center;
    background: #2c2c2c;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
    gap: 30px;
  }
  
  .m3u-box input {
    flex-grow: 1;
    border: none;
    background: transparent;
    color: #ff007a;
    font-family: monospace;
  }
  
  .m3u-box button {
    background: transparent;
    border: none;
    font-size: 18px;
    color: white;
    cursor: pointer;
  }

  -top-24 {
    top: -6rem;
  }

  .absolute {
    position: absolute;
  }

  element {
}
.items-center {
  align-items: center;

}
.flex-col {
  flex-direction: column;

}
.flex {
  display: flex;

  .referral-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px; /* give enough space for image above */
  }
  
  .referral-wrapper img {
    position: absolute;
    top: -50px;
    width: 100px;
    z-index: 10;
  }
  
  .referral-box {
    background: #2a2a2a;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    z-index: 0;
    width: 100%;
  }
  
  .referral-box button {
    background: #ff007a;
    border: none;
    padding: 8px 16px;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  
  
 
  



  



