body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

body {
    background-color: #171b26;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg,  #222a43, #171b26, #0F111E);
    background: -webkit-linear-gradient(135deg, #222a43,#171b26, #0F111E);
    overflow-y: hidden;
    overscroll-behavior-y: contain; 

}

.app {
    display: flex;
    flex-direction: column;

}

.overlay-container {
    overflow-x: hidden;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin: 0 auto; 

}

.middle-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-left: 20px;
    padding-bottom: 20px; 
    height: 100vh;
}

.bottom-section {
    display: flex;
    height: 5vh;

}

.voting-icon {

    position: relative;
    cursor: pointer;
    right: 1.2vw;
    width: 6.5vw;
    height: auto;
    margin: 0 0px; 
    margin-right: 0vw;
    z-index: 9999;
    
}

.profile-picture1 {

    position: relative;
    right: 3.5vw;
    width: 4.5vw; 
    height: 4.5vw; 
    border-radius: 50%; 
    object-fit: cover; 
    cursor: pointer; 
    margin-left: 2vw; 
    
  }


.site-logo {

    margin-right: 0vw;
 
  }

  .twitter-voting-icon {
    position: relative;
    cursor: pointer;
    width: 4.5vw;
    height: auto;
    margin: 0 0px; 
    color: #FF9933;
    left: 1VW;
   
}

.profile-picture-container1 {
    display: flex;
    align-items: top;
    z-index: 9999;
    margin-top: 0vw;
  }

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

.search-overlay {

width: 10vw;
margin-right: 65vw;

}
  

/* Keyframes for the sliding animation */
@keyframes slideRightToLeft {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-100vw);
    }
}

/* .menu {
    z-index: 2;
    position: relative;
} */

.menu {
    position: sticky;
    top: 0;
    z-index: 1000; 

  }


.crypto-box,
.token-rating,
.chart-section,
.vote-section,
.info-box {
    border-radius: 10px; 
}


body, html {
    overflow: hidden;
    overflow-x: hidden; 
  }
  body, html {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    max-height: 100%;
  }

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center; 
    position: relative;

  }
  .auth-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; 
}

.auth-buttons button {
    background-color: orange; 
    color: white; 
    border: none; 
    cursor: pointer;
}

.auth-buttons button:hover {
    background-color: #ff6600; 
}

.horizontal-container {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    position: relative;
}
  

.login-button,
.signup-button {
    background-color: #171b26;
    border-radius: 4px; 
    color: white;
    border: 1px solid #FF9933;
    padding: 10px;
    font-size: 1.2vw;
    cursor: pointer;
}

.login-button:hover,
.signup-button:hover {
    background-color: white;
    color: orange;
}

.signup-button {
    margin-left: 10px; 
}

@media screen and (max-width: 1024px) {
   
    .horizontal-container {
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        margin-top: 1vw;
        left: 52vw;
    }

    .twitter-voting-icon {
        display: none;
       
    }

   
    .top-advert {
        width: 100%; 
        height: auto;
        font-size: 3vw; 
        padding: 5px; 
    }

 

.profile-picture1 { 
    display: none;
}

.site-logo { 
    display: none;
}

.telegram-icon {
    display: none;
   
}

.voting-icon {
    display: none;

}

.search-overlay {

    width: 100vw;
}

}
@media screen and (max-width: 768px) {
    .horizontal-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin-top: 0.5vw;
 
    }

    .twitter-voting-icon {
        display: none;
       
    }
    
 
}

@media screen and (max-width: 375px) {
    .horizontal-container{

        width: 97vw;
        left: 1.2vw;
    }

    .twitter-voting-icon {
        display: none;
       
    }
    
}



.chart-section {
  position: relative;
  left: 1.5vw;
  top: 0.7vw;
  height: 45vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #242424;
  width: 54vw !important;
  border: 0.2px solid #FF9933;
  border-radius: 10px;
  position: relative;
  overflow: hidden; 
}

.chart-container {
  flex-grow: 1;
  margin-top: 0px; 
  height: 100%;
  width: 100%;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.chart-container iframe {
  width: 100%;
  height: 100%;
  border: none; 
}

@media screen and (max-width: 414px) {
  .chart-section {
      left: -4.4vw !important; 
      top: 2vw; 
      height: 121vw; 
      width: 50vw !important; 
      border-top: 0.5px solid #FF9933 !important; 
      border-bottom: 0.5px solid #FF9933 !important; 
      border-left: none !important;
      border-right: none !important;
    
  }

  .chart-container {
     
      margin-top: 0; 
  }

}

@media screen and (max-width: 1024px) {
  .chart-section {
      left: -2vw; 
      top: 2vw; 
      height: 122vw;
      width: 104vw !important; 
      border-radius: 2vw; 
      margin-left: -2vw;
      border-top: 0.5px solid #FF9933 !important; 
      border-bottom: 0.5px solid #FF9933 !important; 
      border-left: none !important;
      border-right: none !important;
  }

  .chart-container {
     
      margin-top: 0; 
  }

}


@media screen and (max-width: 600px) {
  .chart-section {
      left: -4vw; 
      top: 2vw; 
      height: 150vw; 
      width: 105vw !important; 
      border-top: 0.5px solid #FF9933 !important; 
      border-bottom: 0.5px solid #FF9933 !important; 
      border-left: none !important;
      border-right: none !important;
  }

  .chart-container {
   
      margin-top: 0; 
  }


}

@media screen and (max-width: 375px) {
  .chart-section {
      left: -7vw !important; 
      top: 2.5vw; 
      height: 150vw;
      width: 105vw !important; 
      border-top: 0.5px solid #FF9933 !important; 
      border-bottom: 0.5px solid #FF9933 !important; 
      border-left: none !important;
      border-right: none !important;
  }

  .chart-container {
     
      margin-top: 0; 
  }

}

  @media screen and (min-width: 376px) and (max-width: 600px) {

    .chart-section {

      width: 101.5vw !important;
      margin-left: -2vw;
      border-top: 0.5px solid #FF9933 !important; 
      border-bottom: 0.5px solid #FF9933 !important; 
      border-left: none !important;
      border-right: none !important;
    }

  


}

@media screen and (width: 360px) {

  .chart-section {

  margin-left: 1vw !important;
  width: 100.5vw !important;
  }

}

.main-box {
    background-color: #171b26;
    border: 0.1vw solid #FF9933;
    border-radius: 0.8vw;
    flex: 1;
    width: 35vw;
    height: 41vw;
    right: 3.5vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2vw;
    position: relative;
    top: -69.45vw;
    margin-left: 62vw;
}

.token-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -0vw;
}

.token-logo {
    object-fit: cover;
    padding: 0.9vw;
    border-radius: 50%; 
}

.token-ticker {
    font-size: 1.6vw;
    font-weight: bold;
}

.apexcharts-svg {

    margin-top: -0.5vh !important;
    
}

.data-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; 
    width: 35vw;

}

.data-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: minmax(1vw, auto); 
    padding-top: -2.1vw;
    justify-items: center;
    align-items: center;
    justify-content: space-between; 
    grid-column-gap: 1vw; 
    column-gap: 1vw; 
    gap: 1.8vw; 

}

.data-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    padding: 1.4vw;
    background-color: #121212;
    height: 1.8vw;
    border: 0.05vw solid #FF9933;
    border-radius: 1vw; 
}

.data-section {

    margin-top: -3vw !important;
}

.data-value {
    font-size: 1.2vw;
    color: white;
    text-align: center;
    font-weight: bold;
    transform: translateY(-0vw); 
}

.warning {

    display: none;
}

.data-heading {
    color: gray;
    font-size: 1.0vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
    text-align: center; 
}

    .warning {

        margin-left: -22.7vw;
        top: -1vw !important;
        width: 50vw;
        height: 50vw !important;

    }


.verified-badge  {
    position: absolute;
    top: 2vh !important; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 30vw; 
    height: 30vw; 

}

.update-badge {
    position: absolute;
    top: 5.4vw !important; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 15vw; 
    height: 20vw; 

}

.social-media-icons {
    position: relative;
    right: -1vw;
    z-index: 9998;
  }

.primary-button {
  background-color: grey; 
  color: white;
  padding: 1vw 1vw;
  border: none;
  border-radius: 1vw;
  cursor: pointer;
  font-size: 1.4; 
  font-weight: bold;
}

.vote-button:hover,
.track-dev-wallet-button:hover {
  background-color: #FF9933; 
}


@media screen and (max-width: 1024px) {
    .main-box {
        max-width: 50vw; 
        width: 43vw;
        margin-top: -7.2vw;
        height: 69vw; 
        top: -103.6vw; 
        left: -61.5vw; 
        padding: 3vw; 
    }

    .token-info {
        width: 20vw; 
        margin-bottom: -3vw; 
        margin-right: 138vw;
    }
     
        .data-section {

            margin-top: -8vw !important;
        }

        .apexcharts-text{

            font-size: 2.4vw !important;
        }

    .token-logo {
        padding: 2vw;
        width: 6vw !important;
        height: 6vw !important;
        margin-left: 8vw;
    }

    .token-ticker {
        .token-ticker {
            font-size: 1.6vw;
            font-weight: bold;
        }
    }

    .data-section {
        margin-top: 3vw;
        width:40vw; 
        grid-template-columns: repeat(2, 1fr); 
        padding-top: 2vw;
        padding-bottom: 12vw; 
        gap: 1vw; 
        height: 250vw;
    }

    .data-box {
        width: 12vw !important; 
        height: 10vw; 
        padding: 0vw; 
    }

    .data-value, .data-heading {
        font-size: 1.7vw; 
    }

    .verified-badge {
        top: 4vw;
        width: 40vw;
        height: 52vw;
    }

    .update-badge {
        top: 8vw !important;
        width: 30vw;
        height: 40vw;
    }


    .social-media-icons {
        top: -3.5vw; 
        left: 35vw;
        transform: translateX(-50%);
    }

    .vote-button-container {
   
    }

    .vote-button, .track-dev-wallet-button {
        padding: 0vw;
        font-size: 3vw; 
        margin-top: 4vw;
        height: 8vw;
    }
}
.token-name, .ticker-chart, .verified-badge, .social-media-icons {
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center; 
 
}

.token-name, .ticker-chart, .verified-badge, .social-media-icons {
    width: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center; 


}

.token-name, .ticker-chart, .verified-badge, .social-media-icons {
    width: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center; 
  


    }

@media screen and (max-width: 600px) {
    .main-box {

        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
        max-width: 90vw;
        top: -197vw;
        width: 82vw !important;
        padding: 10vw !important;
        margin-left: 60vw;
        height: 135vw; 
        padding: 4.3vw;
    }


    .token-info {
        width: 50vw !important; 
        margin-bottom: 3vw; 
        margin-top: -0vw !important;
        margin-left: -99vw !important;
    }

    .horizontal-container {

        height: 20vw;
    }

    .token-logo {
        padding: 4vw; 
        width: 17vw !important;
        height: 17vw !important;
        margin-left: 93vw;
    }

    .verified-badge  {
        top: 1.5vh !important; 
        left: 51vw; 
        width: 100vw !important; 
        height: 100vw !important; 

    }

    .token-ticker {
        font-size: 4vw !important; 
    }

    .data-section {
        width:70vw; 
        grid-template-columns: repeat(2, 1fr); 
        padding-top: 0vw !important;
        margin-top: -20vw !important;
        top: 0vw !important;
        padding-bottom: 10vw !important;
        gap: 3vw; 
    
    }

    .data-box {
        width: 20vw !important; 
        height: 17vw; 
        padding: 0vw; 
    }

    .data-value, .data-heading {
        font-size: 3vw; 
    }

     .update-badge {
        top: 2vw !important;
        width: 55vw !important;
        height: 100vw !important;
    }

    

      .vote-button-container {

        margin-top: 2vw !important;
      }

    .apexcharts-svg {

        margin-top: -9vw !important;
    }
    

    .social-media-icons {
        top: -20vw !important; 
        left: 15vw !important;
        transform: translateX(-50%);
    }


    .apexcharts-text{

        font-size: 5vw !important;
    }

    .vote-button-container {
        
    }

    .vote-button, .track-dev-wallet-button {
        padding: 0vw;
        font-size: 3vw; 
        margin-top: 2vw;
        height: 8vw;
    }

}

@media screen and (width: 375px) {
    .main-box {
        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
        max-width: 90vw; 
        top: -197vw;
        width: 80vw !important;
        padding: 10vw !important;
        margin-left: 61.7vw;
        height: 135vw; 
        padding: 4.3vw; 
    }

    .token-info {
        width: 50vw !important; 
        margin-bottom: 3vw; 
        margin-top: -0vw !important;
        margin-left: -10vw !important;
    }

    .horizontal-container {

        height: 20vw;
    }

    .token-logo {
        padding: 4vw; 
        width: 17vw !important;
        height: 17vw !important;
        margin-left: 93vw;
    }

    .verified-badge  {
        top: 0vh !important; 
        left: 51vw; 
        width: 100vw !important; 
        height: 100vw !important; 

    }

    .token-ticker {
        font-size: 4vw !important; 
    }

    .data-section {
        width:70vw; 
        grid-template-columns: repeat(2, 1fr); 
        padding-top: 0vw !important;
        margin-top: -20vw !important;
        top: 0vw !important;
        padding-bottom: 10vw !important; 
        gap: 3vw; 
    
    }

    .data-box {
        width: 20vw !important; 
        height: 17vw; 
        padding: 0vw; 
    }

    .data-value, .data-heading {
        font-size: 3vw; 
    }

     .update-badge {
        top: 2vw !important;
        width: 55vw !important;
        height: 100vw !important;
    }

      .vote-button-container {

        margin-top: 2vw !important;
      }

    .apexcharts-svg {

        margin-top: -7vw !important;
    }
    

    .social-media-icons {
        top: -20vw !important; 
        left: 69vw !important;
        transform: translateX(-50%);

    }


    .apexcharts-text{

        font-size: 5vw !important;
    }

    .vote-button-container {

    }

    .vote-button, .track-dev-wallet-button {
        padding: 0vw;
        font-size: 3vw; 
        margin-top: 2vw;
        height: 8vw;
    }

}
@media screen and (width: 720px) {

    .main-box {

        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
    }
    
    .apexcharts-svg {

        margin-top: -3vw !important;

    }

    .verified-badge {

        margin-top: -3vw;
    }

    .vote-button-container {

       visibility: hidden;
    }

    .update-badge {

        top:4vw !important;
    }

        

    }


@media screen and (min-width: 300px) and (max-width: 374px) {

    .main-box {

        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
    }

    .social-media-icons {
        left: 65vw !important;


    }

    .token-info {
        width: 50vw !important; 
        margin-bottom: 3vw; 
        margin-top: -0vw !important;
        margin-left: -10vw !important;
    }

}
    @media screen and (width: 820px) {

    .update-badge {

        margin-top: 1vw;

    }

    .main-box {

        margin-top: -6.4vw;
    }
}
.token-security {
  padding: 0px;
  border-radius: 0px;
  width: 34vw;
  margin-top: 0vw; 
  margin: 0 auto; 
  margin-left: -3vw;
  margin-right: 4vw;
  max-height: 70vh; 
  }

.token-security-status {
    display: flex;
    justify-content: space-between;
    text-align: center; 
}

.column {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}


.column p {
    margin: 0.2vw -4vw;
    margin-right: -3vw;
    margin-left: 4vw;
}

.column p {
    font-size: 0.9rem; 
  }

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

.logo {
    width: 50vw; 
    height: 50vw; 
    border-radius: 50%; 
    margin: 0 10px; 
}

.dev-previous-projects {
    background-color: #171b26; 
    padding: 20px; 
    border: 1px solid #ccc; 
    margin-right: -25px;
    width: 400 px; 
    height: 70px;
  }
  .aw3-comments-box {
    border: 0.1vw solid #FF9933;
    padding: 1vw; 
    height: 7vw; 
    width: 33vw;
    margin-right: 10vw;
    border-radius: 1vw; 
    overflow-y: auto; 
    margin-top: 1.2vw;
    max-height: 100%; 
}

  
  .aw3-comments-title {
    font-size: 1rem; 
    color: #FF9933;
    text-align: center;
    margin-top: 0px;
  }

  .aw3-comments-text-red {

  color: red !important;

  }

  .aw3-comments-content{

    font-size: .9rem;
}

.no-data-image {

  margin-left: 9vw;
  margin-top: -4vw;
  width: 17vw;
  margin-bottom: -2vw;

} 

@media screen and (max-width: 600px) {
 
    .token-security {
      width: 100vw !important;
      margin: 0px 0; 
    }
  
    .column {
        margin-right: 0;
        margin-left:  -12vw !important;
        margin-right: 18vw !important;
        margin-top: -0vw;
        margin-bottom: 1vw;
        
      }

    .column p {
        margin: 0.5vw -5.8vw;

    }
  
    .logo {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 5px;
    }
  
    .aw3-comments-box {
      margin-top: -20px;
      height: 22vw !important;
      width: 75vw !important;
      margin-left: -3.5vw !important;
      border-radius: 2vw; 
    }

    .aw3-comments-title {
        font-size: 3.5vw !important;

    }

    .aw3-comments-content{

        font-size: 3vw !important;
    }
  
    .column p {
      font-size: 12px; 
    }



  }
  
  @media screen and (max-width: 1024px) {
   
    .token-security {
      width: 50vw;
      margin: 20px 0; 
      margin-top: 1vw !important;
    }
  
    .column {
        margin-right: 0;
        margin-left:  3vw;
        margin-right: 10vw;
        margin-top: -0vw;
        margin-bottom: 1vw;
        
      }

    .column p {
        margin: 0vw -2vw;

    }
  
    .logo {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 5px;
    }
  
    .aw3-comments-box {
      margin-top: 3vw;
      height: 12vw;
      width: 44vw;
      margin-left: -3.5vw !important;
      border-radius: 2vw; 
    }

    .aw3-comments-title {
        font-size: 2.0vw;

    }

    .aw3-comments-content{

        font-size: 1.9vw;
    }
  
    .column p {
      font-size: 12px; 
    }



  }

  @media screen and (max-width: 360px) {
   
    .token-security {
      width: 100vw !important;
      margin: 0px 0; 
    }
  
    .column {
        margin-right: 0;
        margin-left:  -5vw !important;
        margin-right: 23vw !important;
        margin-top: -0vw;
        margin-bottom: 1vw;
        
      }

    .column p {
        margin: 0.5vw -5.8vw;

    }
  
    .logo {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 5px;
    }
  
    .aw3-comments-box {
      margin-top: 5vw;
      height: 22vw !important;
      width: 75vw !important;
      margin-left: -3.5vw !important;
      border-radius: 2vw; 
    }

    .aw3-comments-title {
        font-size: 3.5vw !important; 

    }

    .aw3-comments-content{

        font-size: 3vw !important;
    }
  
    .column p {
      font-size: 12px; 
    }


  }

  @media screen and (width: 768px) {

    .token-security {
      width: 55vw !important;
      margin: 2px 2; 
      margin-top: 2vw !important;
    }
  
    .column {
        margin-left:  -1vw !important;
        margin-right: 14vw !important;
        margin-top: -5vw;
        margin-bottom: 1vw;
        
      }

    .column p {
        margin: 0.5vw -2.9vw;

    }
  
    .logo {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 5px;
    }
  
    .aw3-comments-box {
      margin-top: -3vw;
      height: 10vw !important;
      width: 45vw !important;
      margin-left: -3.5vw !important;
      border-radius: 2vw; 
    }

    .aw3-comments-title {
        font-size: 1.8vw !important; 

    }

    .aw3-comments-content{

        font-size: 1.5vw !important;
    }
  
    .column p {
      font-size: 12px; 
    }


  }


.pagination-control {
  display: flex;
  justify-content: space-around;
  background-color: #242424;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;

  border-bottom-left-radius: 10px;  
  border-bottom-right-radius: 10px; 
}

.pagination-control button {
  flex-grow: 1; 
  background-color: transparent;
  color: white;
  border: none; 
  padding: 10px 0; 
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer; 
}

.pagination-control button:hover,
.pagination-control button.active {
  background-color: #FF9933; 
  color: #fff; 
}

.pagination-control button:disabled {
  color: #242424; 
}

.main-box {
  position: relative;
}

.voting-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171b26;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 9999;
  overflow-x: hidden;
}

.title-container {
  margin-top: 2rem;
  text-align: center;
}

.overlay-title {
  color: #fff;
  font-size: 24px;
}

.overlay-subtitle-text {
  color: #ccc;
  font-size: 16px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ratings-table-box {
  margin-left: 1vw;
  width: 100%;
  max-height: 65vh; /* Set maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
  margin-bottom: 1rem; /* Adjust as needed */
}

.tokens-table {
  margin-right: 2vw;
  width: 99%;
  height: 60vw;
  max-height: 60vw;
  overflow-y: auto;
  background-color: none !important;
  margin-bottom: 10vw;
}

.tokens-table th, .tokens-table td {
  text-align: left;
  padding: 8px;
  background-color: transparent;
}

.tokens-table th {
  background-color: transparent;
  color: white;
}

.tokens-table td {
  background-color: transparent;
  color: white;
}

.video-container {
  width: 90%;
  max-width: 500px;
  height: 240px;
  margin-bottom: 2rem;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2rem;
}

.list-token-button, .close-button-text-mobile {
  background-color: #FF9933;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  top: 2vw;
  right:0.5vw;
  margin-left: 1vw;
  margin-bottom: 4vw;

}

.vote-button-text {

  background-color: #FF9933;
  color: white;
  border: none;
  border-radius: 10px;
  height: 2vw;
  width: 3.5vw;

}

.disabled-button2 {

  background-color: grey;
}

.center-content-table-data-text {
  color: #ff9933 !important;
}



.list-token-button:hover, .close-button-text-mobile:hover {
  background-color: #e58e26;
}

.subtitle-text {
  text-align: center;
  color: #ccc;
  margin-bottom: 1rem;
}

.subtitle-text {

  position: relative;
  top: 25vw;
  right:6.5vw;
  padding-bottom: 15vw

}


@media (max-width: 600px) {
  .overlay-title {
    font-size: 20px;
  }

  .ratings-table-box {

    height: 100vh;
    max-height: 100vh;
  }

  .overlay-subtitle-text {
    font-size: 14px;
  }

  .table-container {
    width: 100vh;
  }

  .list-token-button, .close-button-text-mobile {

   display: none

    
  }

  .subtitle-text {

  position: relative;
  right: 38vw;
  top: 80vw;
  padding-bottom: 50vw;

  }

  .disabled-button2 {

    width: 15vw;
    height: 10vw;
    background-color: grey !important;
  

  }

  .vote-button-text {
    position: relative;
    width: 13vw;
    height: 8vw;
    background-color: #FF9933;
    right: 1vw;


  }
  
}

/* Responsive Styles */
@media screen and (min-width: 601px) and (max-width: 820px) {
  .overlay-title {
    font-size: 20px;
  }

  .description-box {
    display: none;
  }

  .ratings-table-box {

    height: 150vw;
    max-height: 150vw;
    margin-left: 10vw;
  }

  .overlay-subtitle-text {
    font-size: 14px;
  }

  .table-container {
    width: 95%;
  }

  

  .list-token-button, .close-button-text-mobile {

    display: none;
    
  }

  .close-button-text-mobile {
position: relative;
right: 43vw;
top: 55vw;


}
  .subtitle-text {

  position: relative;
  left: 1vw;
  top: 80vw;
  padding-bottom: 50vw;

  }

  .disabled-button2 {

    width: 10vw;
    height: 6vw;
    background-color: grey !important;
  

  }

  .vote-button-text {
    position: relative;
    width: 10vw;
    height: 6vw;
    background-color: #FF9933;
    right: 1vw;


  }
  
}

/* Responsive Styles */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .overlay-title {
    font-size: 20px;
  }

  .description-box {
    display: none;
  }

  .ratings-table-box {

    height: 150vw;
    max-height: 150vw;
    margin-left: 0vw;
  }

  .overlay-subtitle-text {
    font-size: 14px;
  }

  .table-container {
    width: 95%;
  }


  .list-token-button, .close-button-text-mobile {

   display: none;

    
  }

  .close-button-text-mobile {
position: relative;
right: 6vw;
top: 0vw;


}
  .subtitle-text {

  position: relative;
  left: 44vw;
  top:22vw;
  padding-bottom: 20vw;

  }

  .disabled-button2 {

    width: 10vw;
    height: 6vw;
    background-color: grey !important;
  

  }

  .vote-button-text {
    position: relative;
    width: 10vw;
    height: 6vw;
    background-color: #FF9933;
    right: 1vw;


  }
  
}


body, html {
  overflow-x: hidden !important; /* Prevent horizontal scrolling */
}

.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto; /* Width of the overlay */
  height: auto;
  padding: 3vw;
  border-radius: 10px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center; /* Align children horizontally in the center */
  justify-content: center; /* Align children vertically in the center */
  max-height: 99vh;
  margin: auto; /* Center the overlay in the viewport */
  overflow-y: hidden;
  overflow-x: hidden !important; /* Prevent horizontal scrolling */
  background: rgba(0, 0, 0, 0.9); /* Overlay background with opacity */
}

.login-tabs {
  display: flex;
  justify-content: center; /* Center tabs within the container */
  width: 100%; /* Full width to center content */
  margin-bottom: 20px;
}

.login-tab {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #ccc;
  transition: color 0.3s ease;
}

.login-tab.active {
  color: #007bff;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center; /* Align form elements in the center */
  width: auto; /* Full width for centering */
  margin-bottom: 15px;
}

.form-group label {
  font-size: 14px;
  color: #ccc;
  padding: 2px;
  text-align: center; /* Center text within label */
  margin-bottom: 10px;
  width: 100%; /* Your specified width */
  margin: 0 auto; /* Center label horizontally */
}

.form-group input {
  width: 100%; /* Your specified width */
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  background-color: #CCCCCC;
  margin: 0 0 0; /* Center input horizontally and add space below */
}
.submit-button {
  width: auto; /* Your specified width */
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto !important;
  
}

.closing-button {
  position: absolute;
  top: 10px; 
  right: 1vw; 
  font-size: 20px;
  color: #e87909;
}
.login-form {

  text-align: center; 
  max-height: 90vh;
  overflow-y: scroll;
}

.bottom-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 
}

.no-comments-container {
    width: 100%; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .no-comments-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
  }


.comment-section {
    position: relative;
    margin-left: 1.3vw;
    top: 2vw;
    height: 20vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #171b26;
    width: 52.0vw ;
    border: 0.1vw solid #FF9933;
    border-radius: 1vw;
    padding: 1.2vw;
}

.comments-list {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 0.2vw;
    width: 98%;
}

.comment {
 
    padding: 0.4vw;
    margin-bottom: 0.2vw;
    border-radius: 2vw;
    display: flex; 
    align-items: flex-start; 
}

.comment-avatar {
    margin-right: 0.4vw; 
    margin-top: -0.4vw;
}

.comment-avatar img {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
}

.comment-content {
    flex-grow: 1;
}

.comment-details {
    display: block; 
    align-items: center; 
    width: 100%;
}

.comment-username {
    font-weight: 500;
    color: white;
    flex-grow: 1;
}

.comment-text {
    margin: 0.4vw 0 0;
    color: white;
}

.comment-meta {
    margin: 0.4vw 0;
    font-size: 0.8vw;
    color: #888;
    display: flex;
    align-items: center;
}

.comment-actions {
    display: flex;
    gap: 0.6vw;
}

.reaction-button:hover {
    background-color: #e1e2e5;
    color: #171b26;
}

.comment-input {
    width: 50vw !important; 
    padding: 0.1vw;
    border: none;
    border-radius: 1vw;
    outline: none;
    color: #171b26;

}
.comment .comment-username .timestamp {
    margin-left: 1vw;
    color: grey;

    font-size: 0.8em;
}
.comment-section .reaction-button {
    font-size: 1.2em; 
}

.report-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4vw;
  }
  
  
  .report-form textarea {
    width: 100%;
    padding: 0.2vw;
    font-size: 1.2vw;
    border: 0vw solid #FF9933;
    border-radius: 4px;
  }
  
  
  .report-form button {
    width: 100%;
    background-color: #171b26;
    border-radius: .4vw;
    color: white;
    border: 0.1vw solid #FF9933;
    padding: 0.5vw;
    font-size: 1.4vw;
    cursor: pointer;
  }

  .report-button {
    font-size: 1.4em; 
    padding: -1em 1em; 
  }
  

  .report-form button:hover {
    background-color: #FF9933;
  }
  
  .report-form {
  width: 100%
  }

  .reaction-button {
    font-size: 1.6em;
    padding: 0.0em 0.6em; 
  }
  

  @media screen and (max-width: 1024px) {  
    .comment-section {

        width: 100vw !important;
        margin-left: 1.2vw;
    
      

    }

    .comment-section {
        left: 47.1vw; 
        top: 3vw; 
        height: 73vw; 
        width: 46.5vw !important; 
        border-radius: 2vw; 
    }

    .comment-username {

        margin-left: 1vw !important;
        margin-top: 2.8vw;
        font-size: 2.5vw;
    }

    .comment-text {

        margin-left: 1vw !important;
        font-size: 2.5vw;
    }

    .reaction-button {

        margin-left: -0vw;
        margin-right: vw;
        font-size: 2.1vw !important;
        margin-top: 0.3vw;

    }

    .report-button {

        margin-left: 7vw;
        left: 10vw ;
        margin-top: -0.1vw;
        font-size: 2vw;
    }

    .user-avatar {

        margin-top: 3vw;
        margin-left: 2vw;
        width: 7vw !important;
        height: 7vw !important;


    }

    .comment-input {
        width: 44vw !important;
        padding: 0.1vw;
        border: none;
        border-radius: 1vw;
        outline: none;
        color: #171b26;
    
    }

   
}
.no-comments-container {
    width: 100%; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .no-comments-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
  
}
.no-comments-container {
    width: 100%; 
    height: 94% !important; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .no-comments-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  
  @media screen and (max-width: 600px) {  
    .comment-section {

        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
        left: -4vw; 
        top: 159vw; 
        height: 150vw; 
        width: 102vw !important; 
        border-radius: 2vw; 
    }

    

    .comment-username {

        margin-left: 2vw !important;
        margin-top: 2vw;
        font-size: 4vw;
    }

    .comment-text {

        margin-left: 2vw !important;
        font-size: 4vw;
    }

    .reaction-button {

        margin-left: 10vw;
        margin-right: -14vw;
        font-size: 4vw !important;
        margin-top: 0.3vw;

    }

    .report-button {

        margin-left: 18vw;
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    .user-avatar {

        margin-top: 2.6vw;
        margin-left: 2vw;
        width: 9vw !important;
        height: 9vw !important;


    }

   
}
.no-comments-container {
    width: 100%; 
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .no-comments-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
  }
  @media screen and (max-width: 600px) {  

    .comment-section {
        left: -5.8vw; 
        top: 160.5vw; 
        height: 150vw; 
        width: 102vw !important; 
        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
    }

    .comment-username {

        margin-left: 3vw !important;
        margin-top: 3vw;
        font-size: 4vw;
    }

    .comment-text {

        margin-left: 3vw !important;
        font-size: 4vw !important;
    }

    .reaction-button {

        margin-left: 1vw;
        margin-right: -3vw;
        font-size: 4vw !important;
        margin-top: 0.3vw;

    }

    .report-button {

        margin-left: 7vw;
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    .user-avatar {

        margin-top: 3vw;
        margin-left: 4vw;
        width: 12vw !important;
        height: 12vw !important;


    }

    
   
}

@media screen and (max-width: 599px) {

    .comment-section

    {
        width: 102vw !important;
        margin-left: -1vw;
        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;

    }
  
    .comment-username {
      margin-left: 3vw !important;
      margin-top: 3vw;
      font-size: 4vw;
    }
  
    .comment-text {
      margin-left: 3vw !important;
      font-size: 4.4vw;
    }
  
    .reaction-button {
      margin-left: 1vw;
      margin-right: -3vw;
      font-size: 4vw !important;
      margin-top: 0.3vw;
    }
  
    .report-button {
      margin-left: 7vw;
      margin-top: 1vw;
      font-size: 3.5vw;
    }
  
    .user-avatar {
      margin-top: 3vw;
      margin-left: 4vw;
      width: 12vw !important;
      height: 12vw !important;
    }

    .comment-input {
        width: 99vw !important; 
        padding: 0.1vw;
        border: none;
        border-radius: 1vw;
        outline: none;
        color: #171b26;
    
    }


  }

.scam-reporting-form {
    position: fixed;
    border: 0.2px solid #FF9933;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #36454f;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    z-index: 9999;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    overflow-x: hidden;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-blend-mode:soft-light;
    
}


h1 {
    color: white;
    margin: 0; 
    padding: 10px 0; 
}


label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    color: white;
    text-align: center; 
}

input[type="text"],
textarea,
select {
    width: 100%; 
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #333;
    text-align: center; 

}

.honeypot {
    display: none;
}

.submitButton, .cancelButton {
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.submitButton {
    background-color:#FF9933; 
    color: white;
}

.cancelButton {
    background-color: #f44336;
    color: white;
}
.fileInputButton {
    padding: 5px 10px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    background-color: #4CAF50; 
    color: white;
    
    text-align: center;
    display: inline-block;
    width: auto;
}

.fileInputButton:hover {
    background-color: #45a049; 
}


    .expanding-textarea {
        height: 100px;
        transition: height 0.3s; 
    }

    .expanding-textarea:focus {
        height: 250px; 
    }

    .form-input {
        width: 26vw !important;
        background-color: #FF9933;
    }

    @media screen and (max-width: 768px) {
        input[type="text"],
        textarea,
        select {
            max-width: 97% !important; /* Maximum width in mobile view */
            width: 100%; /* Take full width of the container */
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f4f4f4;
            color: #333;
            text-align: center; 
        }

        .form-input {
            width: 50vw !important;
            background-color: #FF9933;
        }

        .submitButton, .cancelButton {
            margin-bottom: 20vw; 
        }

       
    }

.scam-reports-overlay {
    position: fixed;
    top: 2.5vw;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-blend-mode: soft-light !important;
}

.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}
.close-button-overlay {

    margin-top: -12vw !important;
    margin-right: -24vw !important;
    font-size: 1.2vw !important;
    background-color: #FF9933 !important;


}


h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}

.dev-comments {
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.scam-report {
    cursor: pointer;
    color: lightblue;
    text-decoration: underline;
}

.scam-report.selected {
    color: gray;
    text-decoration: underline;
}

.scam-reports-overlay.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999; 
}


.community-vote .vote-emoji {
    margin-right: 2vw;
    margin-left: 1vw;
}

.close-button-additional {
    position: absolute;
    top: 0vw;
    right: 0vw;
    font-size: 1vw !important;
    cursor: pointer;
    color: white;
    z-index: 1003;
    border: none !important; 
}

.attachments-gallery {
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100%; 
}

.attachment {
    width: 100%; 
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.attachment img {
    width: 100%; 
    height: auto; 
    max-height: 100%;
}


.attachments-gallery button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); 
    color: white;
    border: none;
    padding: 10px 20px; 
    cursor: pointer;
}

.attachments-gallery button:hover {
    background-color: rgba(0, 0, 0, 0.8); 
}


.attachments-gallery button:first-of-type {
    left: 10px; 
}


.attachments-gallery button:last-of-type {
    right: 10px; 
}

.dev-comments {
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    word-wrap: break-word; 
    overflow-wrap: break-word;
}
@media (max-width: 375px) {
    .scam-reports-content {

        width: 80vw !important;
        right: -0vw !important;
        position: fixed;
        top: 2vw

    }

    .additional-content {

        width: 60vw !important;
        margin-right: 4vw !important;
    }

    .close-button-additional {
        position: fixed;
        top: 17vw;
        right: 14vw;
        font-size: 5vw !important;
        cursor: pointer;
        color: white;
        z-index: 1003; 
        border: none !important;
    }

    .close-button-overlay {

        margin-top: -145vw !important;
        margin-right: 0vw !important;
        font-size: 5vw !important;
        background-color: #FF9933 !important;
    
    }

.scam-reports-overlay {
    position: fixed;
    top: 2.5vw;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -33vw;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
    overflow-x: hidden;
}



h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 70vh;
    left: 4vw;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1002;
}

}

@media (min-width: 200px) and (max-width: 299px) {

    .scam-reports-overlay {

    top: 10vw !important;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -93vw !important;
    }

    .scam-reports-content {

        width: 60vw !important;
        right: 0vw !important;
        position: fixed;
        top: 2vw

    }

    .additional-content {

        width: 60vw !important;
        margin-right: 4vw !important;
    }

    .close-button-additional {
        position: fixed;
        top: 26vw;
        right: 12vw;
        font-size: 5vw !important;
        cursor: pointer;
        color: white;
        z-index: 1003; 
        border: none !important; 
    }

    .close-button-overlay {

        margin-top: -170vw !important;
        margin-right: 0vw !important;
        font-size: 5vw !important;
        background-color: #FF9933 !important;
    
    }


  

.scam-reports-overlay {
    position: fixed;
    top: 2.5vw;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -33vw;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
    overflow-x: hidden;
}



h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 70vh;
    left: 4vw;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1002;
}

}

  @media (min-width: 376px) and (max-width: 490px) {

    .scam-reports-overlay {

        margin-top: 3vw;

    }
  
    .scam-reports-content {

        width: 80vw !important;
        margin-right: -7vw !important;
        left: -4vw;
        top: -0vw;

    }

    .additional-content {

        width: 80vw !important;
        margin-right: 8vw !important;
        top: 0vw
    }

    .close-button-additional {
        position: fixed;
        top: 26vw;
        right: 11vw;
        font-size: 5vw !important;
        cursor: pointer;
        color: white;
        z-index: 1003; 
        border: none !important; 
    }


.scam-reports-overlay {
    position: fixed;
    top: 2.5vw;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-position: -50vw;
    background-repeat: no-repeat;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}




h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 70vh;
    left: 4vw;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1002;
}

.close-button-overlay {

    margin-top: -175vw !important;
    margin-right: 0vw !important;
    font-size: 5vw !important;
    background-color: #FF9933 !important;

}


    
  }
  
  @media (min-width: 490px) and (max-width: 590px) {

    .scam-reports-overlay {

        margin-top: 9vw;

    }
  
    .scam-reports-content {

        width: 80vw !important;
        margin-right: -7vw !important;
        left: -4vw;
        top: -0vw;

    }

    .additional-content {

        width: 80vw !important;
        margin-right: 8vw !important;
        top: 0vw
    }

    .close-button-additional {
        position: fixed;
        top: 22vw;
        right: 10vw;
        font-size: 2vw !important;
        cursor: pointer;
        color: white;
        z-index: 1003; 
        border: none !important; 
    }


.scam-reports-overlay {
    position: fixed;
    top: 2.5vw;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-position: -19vw;
    background-repeat: no-repeat;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}




h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 70vh;
    left: 4vw;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1002;
}

.close-button-overlay {

    margin-top: -175vw !important;
    margin-right: 2vw !important;
    font-size: 5vw !important;
    background-color: #FF9933 !important;

}


    
  }

  @media (min-width: 590px) and (max-width: 680px) {

    .scam-reports-overlay {

        margin-top: 1vw;

    }
  
    .scam-reports-content {

        width: 75vw !important;
        margin-right: -7vw !important;
        left: -5vw;
        top: -0vw;

    }

    .additional-content {

        width: 70vw !important;
        margin-right: 14vw !important;
        top: 0vw
    }

    .close-button-additional {
        position: fixed;
        top: 12vw;
        right: 15vw;
        font-size: 3vw !important;
        cursor: pointer;
        color: white;
        z-index: 1003; 
        border: none !important; 
    }


.scam-reports-overlay {
    position: fixed;
    top: 2.5vw;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-position: -13vw;
    background-repeat: no-repeat;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: 0vw;
    width: 30vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}




h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 70vh;
    left: 4vw;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1002;
}

.close-button-overlay {

    margin-top: -175vw !important;
    margin-right: 2vw !important;
    font-size: 5vw !important;
    background-color: #FF9933 !important;

}


    
  }


  

 
  @media (min-width: 680px) and (max-width: 1024px) {
    
.scam-reports-overlay {
    position: fixed;
    top: 3vw !important;
    left: 7vw;
    width: 90vw !important;
    height: 90vh;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -5vw;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scam-reports-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    margin-right: 5vw;
    right: 0vw;
    width: 45vw;
    height: 60vw;
    max-height: 70vw;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}


h2 {
    color: white;
}

.scam-report {
    overflow-y: auto;
}
.scrollable-content {
    max-height: 200px;
    overflow-y: auto;
}

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

.community-vote button {
    font-size: 18px;
    color: white;
    cursor: pointer;
    padding: 0;
    border: none !important;
    outline: none;
    background: none;
}

.additional-content {
    background-color: rgba(54, 69, 79, 0.9);
    border: 0.2px solid #FF9933;
    border-radius: 1vw;
    padding: 2vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    right: -0vw;
    width: 60vw;
    height: 70vh;
    overflow-y: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1001;
}

.close-button-overlay {

    margin-top: -110vw !important;
    margin-right: -0vw !important;
    font-size: 5vw !important;
    background-color: #FF9933 !important;

}

.dev-comments {
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.scam-report {
    cursor: pointer;
    color: lightblue;
    text-decoration: underline;
}

.scam-report.selected {
    color: gray;
    text-decoration: underline;
}

.scam-reports-overlay.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999;
}


.community-vote .vote-emoji {
    margin-right: 2vw; 
    margin-left: 1vw;
}

.close-button-additional {
    position: absolute;
    top: 0vw;
    right: 0vw;
    font-size: 2vw !important;
    cursor: pointer;
    color: white;
    z-index: 1003; 
    border: none !important; 
}
  }
  


.scam-report-box {
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FDefault%20Anon.JPG?alt=media&token=78570695-5d2f-4e92-85e8-f0157dfef4ff');
    background-size: cover;
    border: 0.1vw solid #FF9933;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 

    border-radius: 1vw;
    overflow: hidden;
    max-height: 30vw;
    height: 22.5vw;
    width: 39.2vw;
    text-align: center;
    margin-top: -20.5vw;
    margin-left: 57.2vw;
    transition: background-color 0.5s;
    position: relative; 
    z-index: 9999;
}

.scam-report-box button {
    padding: 1vw 2vw; 
    border: none;
    border-radius: 0.5vw;
    background-color: #242424; 
    color: #fff;
    font-size: 1.4vw; 
    cursor: pointer;
    margin: 1vw;
    z-index: 1; 
}

.scam-report-box button:hover {
    background-color: #242424;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
}

.table-heading {
    text-align: center; 
    padding: 10px 20px; 
    background-color: #242424; 
    color: #fff;
    font-weight: bold;
}

th.table-heading {
    position: sticky;
    top: 0;
    background-color: #242424; 
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {


    .scam-report-box {

        width: 60vw !important; 
        margin: 0vw; 
        height: 40vw; 
        margin-left: 14vw !important;
        padding: 3vw;
        top: 4vw;
    
    }

    .scam-report-box button {
       
        font-size: 2.0vw; 
    }
}


@media screen and (max-width: 600px) {


    .scam-report-box {

        width: 81.1vw !important; 
        margin: 0vw; 
        height: 40vw; 
        margin-left: -5vw !important;
        padding: 10vw;
        top: 161vw;
        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
    
    }

    .scam-report-box button {
       
        font-size: 2.0vw; 
    }

    .scam-report-box button {
        
        font-size: 5vw !important; 
        cursor: pointer;
        margin: 1vw;
        z-index: 1; 
    }
}

@media screen and (max-width: 414px) {


    .scam-report-box {
 
        width: 80vw !important; 
        margin: 0vw; 
        height: 40vw;
        margin-left: -4.7vw !important;
        padding: 10vw;
        top: 161.5vw;
        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
         
    }

    .scam-report-box button {
      
        font-size: 5.0vw !important; 
    
    }

}

@media screen and (min-width: 340px) and (max-width: 375px) {


    .scam-report-box {
       
        width: 80.9vw !important; 
        margin: 0vw; 
        height: 40vw; 
        margin-left: -4.5vw !important;
        padding: 10vw;
        border-top: 0.5px solid #FF9933 !important; 
        border-bottom: 0.5px solid #FF9933 !important; 
        border-left: none !important;
        border-right: none !important;
        top: 161.5vw;

    }

    .scam-report-box button {
      
        font-size: 5.0vw !important; 
}


}

@media screen and (width: 820px) {

    .scam-report-box {

    top: 4vw;


    }

}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #171b26;
  border-radius: 10px;
  border: 0.2px solid #FF9933;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 93vw;
  height: auto; 
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
}

.search-bar {
  position: relative;
  width: 70vw !important; 
  height: auto; 
  border-radius: 2vw;
  background-color: white;
  border: 1px solid #FF9933 !important; 
  border-radius: 0.5vw !important; 
  margin: 2 0px; 
  margin-right: 15vw !important;
  color: #171b26 !important;
  left: 2vw;
 
}


close-button {
  position: absolute;
  top: 50px;
  right: -31vw;
  font-size: 20px;
  cursor: pointer;
  color: #797979;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  z-index: 100001; 
}

.search-result {
  display:flex;
  align-items: center;
  width: 90%;
  box-sizing: border-box;
  padding: 12px;
  margin-left: 4vw;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 4px;
  background-color: #36454f;
  margin-top: 5px;
}

.search-results-container {
  position: relative;
  max-height: 200px; 
  overflow-y: scroll; 
  margin-top: 5px; 
  width: 71.5vw;
  right: 0.5vw;
}

.search-result .result-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.search-result .result-name {
  font-weight: bold;
}

.search-result .result-symbol {
  color: #555;
}


@media (min-width: 200px) and (max-width: 1024px) {

.header-box {

  height: 4vw;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;

}

.search-bar {
  width: 105vw !important;
  margin-left: -11vw !important;
  margin-top: 1vw;
  margin-bottom: -0.5vw;
  background-color: white !important;
  border-top: 0.5px solid #FF9933 !important; 
  border-bottom: 0.5px solid #FF9933 !important; 
  border-left: none !important;
  border-right: none !important;

}

.search-box {
  position: relative;
}

.search-results-container {
  position: absolute;
  top: 100%; 
  margin-left: 2vw !important;
  width: 90% !important;
  max-height: 200px; 
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.search-result {
  width: 100%;
  margin-left: 0;
}
}


@media (max-width: 1024px) {
  .search-box {
    position: relative;
  }

  .search-results-container {
    position: absolute;
    top: 100%; 
    left: -4vw;
    width: 100%;
    max-height: 200px; 
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }

  .search-result {
    width: 100%;
    margin-left: 0;
  }
}
.profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171b26;
  font-family: Arial, sans-serif;
  color: #ffffff;
  background: linear-gradient(135deg, #222a43, #171b26, #0F111E);
  background: -webkit-linear-gradient(135deg, #222a43, #171b26, #0F111E);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  z-index: 9999;
  overflow-y: hidden;
}

.content-wrapper {
  display: flex;
}

.scam-logs-box,
.reward-logs-box {
  width: 44vw;
  height: 40vw;
  background-color: transparent;
  border: 0.1vw solid #ff9933;
  border-radius: 0.4vw; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0.8vw; 
  position: relative;
 
}

.user-profile {
  display: flex;
  align-items: left;
  margin-bottom: 0.9vw;
  margin-left: 1.3vw;
}

.user-profile img {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  margin-top: 2vw;
  margin-left: -20.2vw;
}

.user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -27.5vw;
  margin-top: 2vw;
}

.welcome-text {
  font-size: 1vw;
  font-weight: bold;
  color: #ff9933;
  margin-bottom: 0.2vw;
  margin-top: 0.5vw;
}

.username {
  font-size: 1vw;
  color: #ffffff;
  align-self: flex-start;
}

.section-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.3vw;
  margin-top: 2.1vw;
}

.section-header h4 {
  margin: 0;
}


.table-container {
  width: 38.5vw;
  height: 16vw;
  border: 0.1vw solid #ff9933;
  border-radius: 0.4vw; 
  margin: 1vw 1.3vw;
  margin-right: 1.3vw;
  overflow-y: auto; 
}

.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow-y: scroll;
}

.table td {
  padding: 1vw;
  border-bottom: none;
}

.table td:first-child .report-name {
  color: #ff9933;
}

.table td:first-child .report-prefix {
  color: #ffffff;
}

.table td:last-child {
  text-align: left;
}

.status-icon {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 1.5vw;
  margin-bottom: -0.3vw;
}

.status-icon2 {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 1.5vw;
  margin-bottom: -0.3vw;
}

.selected-report-section {

  margin-top: 4vw;
  margin-left: 1.3vw;
  margin-right: 1.3vw;
}

.selected-report {
  background-color: #364156;
  color: #fff; 
}

.selected-report .report-name {
  color: #ff9933; 
  margin-top: 10vw;
}


.report-details {
  overflow-y: auto;
  max-height: 10vw; 
  margin: 1vw 0;
  padding-left: 0vw;
  padding-right: 0vw;
  text-align: left; 
}

.bottom-section {
  margin-top: -1vw; 
}

.token-name {
  margin-left: -16.0vw;
  margin-top: -2vw; 
}

.reward-logs-box {
  display: flex;
  flex-direction: column; 
}

.reward-section {
  flex: 1; 
  overflow-y: scroll;
}

.reward-logs-box .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.change-button {
  position: relative;
  background-color: #ff9933;
  color: #ffffff;
  border: none;
  width: 8vw; 
  height: 2vw; 
  font-size: 1vw; 
  cursor: pointer;
  margin-left: 4vw;
  top: 2.8vw;
  bottom: 0vw;
  right: 14vw;
  border: 0.03vw solid #FF9933;
  border-radius: 0.4vw;
  
}

.change-button:hover {
  background-color: #e68000;
}

.logout-button {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-top: 0vw;
  top: 15.3vw !important;
  margin-left: 0.3vw; 
}

.logout-button button {
  background-color: #ff9933;
  color: #ffffff;
  border: none;
  padding: 0.4vw 2.35vw;
  font-size: 1.2vw;
  cursor: pointer;
  border: 0.03vw solid #FF9933;
  border-radius: 0.4vw;
  margin-left: 27.6vw;

}

.logout-button button:hover {
  background-color: #e68000;
}

.user-profile-picture {
  display: flex;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  margin-top: 2vw;
  margin-right: 28vw;
}

.profile-picture-container {

  position: absolute;
  top: 2vw;
  left: 2vw;
  margin-left: 0vw;
  width: 10vw;
}

.stats-and-logout-container {

  position: absolute;
  top: -8vw;
  left: 2.5vw;
}

.user-profile-picture-right {
  position: relative;
  display: flex;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  top: 0vw;
  right: 14vw 
}

.middle-container {
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  gap: 2vw; 
  padding: 20vw; 
}

.user-stats {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3vw;
  top: 14vw;
  margin-bottom: -0vw;
}

.stats-text {
  position: absolute;
  top: 15vw;
  left: 0vw;
  font-size: 1em;
  color: #ffffff;
  width: auto;
  margin-left: 0;
  margin-bottom: 10vw;
  display: flex;
  align-items: center;
}

.user-icon {
  margin-top: -.2vw;
  margin-left: 1vw;
}

.stats-boxes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-auto-rows: minmax(1vw, 5vw); 
  justify-items: center;
  align-items: center;
  justify-content: space-between; 
  grid-column-gap: 1vw; 
  column-gap: 1vw; 
  gap: 3vw; 
  margin-top: 5.7vw;
  margin-left: 33.5vw;
  padding-right: 35vw;
}

.stats-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  padding: 1.4vw;
  background-color: #121212;
  height: 3vw;
  width: 8vw;
  border: 0.03vw solid #FF9933;
  border-radius: 0.4vw; 
}

.box-title {
  font-size: 1vw;
  margin-bottom: 0.5vw;
}

.box-value {
  font-size: 1.2vw;
  font-weight: bold;
}

.buttons-container {
  position: absolute;
  top: 41.6vw;
  left: 0.4vw; 
  width: 41.65vw;
  display: flex;
  justify-content: space-around; 
}


.buttons-section {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5vw;

}

.reward-button {
  position: relative;
  background-color: #ff9933;
  color: #ffffff;
  border: none;
  width: 11.2vw;
  height: 3vw;
  font-size: 1vw;
  cursor: pointer;
  flex-grow: 1; 
  margin: 4.4vh;
  border: 0.03vw solid #FF9933;
  border-radius: 0.4vw; 
  margin-right: .6vw;
  right: 0vw;
  top: -9.4vw;
}


.reward-button:hover {
  background-color: #e68000;
}

.reward-button:focus {
  outline: none;
}

.referral-link-title {
  color: #ff9933;
  font-size: 1.2em;

}

.referral-link-box {
  background-color: #444343; 
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

.referral-url {
  color: #ffffff;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.referrals-table .table th, 
.referrals-table .table td {
    text-align: center; 
}

.submit-post-section {
  width: 100%; 
  position: relative;
  right: 0vw;
  top: 0vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1vw;
}

.submit-post-input, .submit-post-button {
  width: 100%;
  position: relative;
  right: 0.5vw;
  top: -2.3vw;
  max-width: 35vw; 
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
}

.submit-post-button {

  border: 0.03vw solid #FF9933;
  border-radius: 0.4vw;
  background-color: #ff9933;
  color: #ffffff;
  border: none;
  width: 11vw;
  height: 3vw; 
  font-size: 14px; 
  top: -2vw;

}

.submit-post-title {

position: relative;
bottom: 1vw;


}

.referral-content {
  text-align: center;
  border-bottom: none;

}

.table-referrals-table {
  text-align: center;

}

.referral-table tbody td {
  text-align: center;
 
}

.leaderboard-container {
  overflow-y: auto; 
  height: 100%; 
}

.leaderboard-table {
  width: 100%; 
  border-collapse: collapse;
  overflow-y: scroll;
}


.leaderboard-heading {
  text-align: center;
  font-size: 1.2vw; 
  color: #FFFFFF; 
  padding: 10px; 
  border-bottom: 2px solid #FFFFFF; 
  overflow-y: scroll;
}


.leaderboard-data {
  text-align: center;
  padding: 10px; 
  font-size: 1vw; 
  color: #FF9933; 
  overflow-y: scroll;
}


.leaderboard-table td {
  border: none;
}


.leaderboard-table th {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #FFFFFF; 

}

.settings-form {
  
  margin-top:2vw;
  margin-right: 2.5vw;
  z-index: 9999;

}

  .profile-overlay .settings-form .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vw;
}

.profile-overlay .settings-form label {
  flex-basis: 30%;
   
    text-align: left;
}

.profile-overlay .settings-form input {
  flex-grow: 1;
  margin-left: 1vw; 
  padding: 0.4vw 2vw;
  border: 0.1vw solid #ccc;
  border-radius: 0.5vw;
}

.how-to-earn-button:hover {
  background-color: #e68000;

}

.user-row {
  background-color: rgb(240, 152, 44);
  font-weight: bold;

}

@media screen and (max-width: 289px) {

  .middle-container {

    height: 100vh;
  
  }
  
    .scam-logs-box {
  
      margin-bottom:20vw;
      left: 52vw;
      width: 101vw;
      height: 140vw;
      border-left: none !important;
      border-right: none !important;
  
    }
  
    .user-profile img {
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      margin-top: 4vw;
      margin-left: -45.2vw;
    }
  
    .user-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: -27.5vw;
      margin-top: 6vw;
    }
    
    .welcome-text {
      font-size: 4vw;
      font-weight: bold;
      color: #ff9933;
      margin-bottom: 0.2vw;
      margin-top: 0.5vw;
    }
    
    .username {
      font-size: 4vw;
      color: #ffffff;
      align-self: flex-start;
    }
  
    .section-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 0vw;
      margin-top: 2.1vw;
    }
    
    .section-header h4 {
      margin: 0;
    }
    
    .table-container {
      position: relative;
      width: 91vw;
      height: 60vw;
      border: 0.1vw solid #ff9933;
      border-radius: 0.4vw; 
      margin: 1vw 0;
      margin-right: 6vw;
      overflow-y: auto;
    }
    
    .table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    
    .table td {
      padding: 1vw;
      border-bottom: none;
    }
    
    .table td:first-child .report-name {
      color: #ff9933;
    }
    
    .table td:first-child .report-prefix {
      color: #ffffff;
    }
    
    .table td:last-child {
      text-align: left;
    }
    
    .status-icon {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .status-icon2 {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .selected-report-section {
    
      margin-top: 4vw;
      margin-right: 2vw;
    }
    
    .selected-report {
      background-color: #364156;
      color: #fff; 
    }
    
    .selected-report .report-name {
      color: #ff9933; 
      margin-top: 10vw;
    }
    
  
    .report-details {
      overflow-y: auto;
      max-height: 10vw; 
      margin: 1vw 0;
      padding-left: 0vw;
      padding-right: 0vw;
      text-align: left; 
    }
  
    .token-name {
      position: relative;
      top: 2vw;
      margin-right: 0vw;
      right: 15vw;
    }
    
  
    .reward-logs-box {
  
    margin-top: 142vw;
    width: 101vw;
    height: 120vw;
    right: 52vw;
    border-left: none !important;
    border-right: none !important;
  
    }
  
    .profile-overlay {
    
      overflow-y: scroll;
    }
  
    .reward-logs-box {
      display: flex;
      flex-direction: column; 
    }
    
    .reward-section {
      flex: 1; 
      overflow-y: scroll;
    }
    
    .reward-logs-box .top-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .change-button:hover {
      background-color: #e68000;
    }
    
    .logout-button {
      display: flex;
      position: relative;
      justify-content: flex-end;
      margin-top: 0vw;
      top: 15.3vw !important;
      margin-left: 0.3vw; 
    }
    
    .logout-button button {
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      padding: 0.4vw 2.35vw;
      font-size: 1.2vw;
      cursor: pointer;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      margin-left: 27.6vw;
    
    }
    
    .logout-button button:hover {
      background-color: #e68000;
    }
    
    .user-profile-picture {
      display: flex;
      width: 3.5vw;
      height: 3.5vw;
      border-radius: 50%;
      margin-top: 2vw;
      margin-right: 28vw;
    }
    
    .profile-picture-container {
    
      position: absolute;
      top: 2vw;
      left: 2vw;
      margin-left: 0vw;
      width: 10vw;
    }
    
    .stats-and-logout-container {
    
      position: absolute;
      top: -8vw;
      left: 2.5vw;
    }
    
    .user-profile-picture-right {
      position: relative;
      display: flex;
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      top: 0vw;
      right: 28vw; 
    }
    
    .middle-container {
      display: flex;
      justify-content: center; 
      align-items: flex-start; 
      gap: 2vw; 
      padding: 20vw; 
    }
    
    .user-stats {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 3vw;
      top: 10vw;
      margin-bottom: -0vw;
    }
    
    .stats-text {
      position: absolute;
      top: 37vw;
      left: 1vw;
      font-size: 4vw;
      color: #ffffff;
      width: auto;
      margin-left: 0;
      margin-bottom: 10vw;
      display: flex;
      align-items: center;
    }
    
    .user-icon {
      margin-top: -1vw;
      margin-left: 1vw;
    }
    
    .stats-boxes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      grid-auto-rows: minmax(1vw, 5vw); 
      justify-items: center;
      align-items: center;
      justify-content: space-between; 
      grid-column-gap: 1vw; 
      column-gap: 1vw; 
      gap: 18vw 4vw; 
      margin-top: 25vw;
      margin-left: 29vw;
      padding-right: 35vw;
    }
    
    .stats-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; 
      padding: 0vw;
      background-color: #121212;
      height: 18vw;
      width: 28vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
    }
    
    .box-title {
      font-size: 3.5vw;
      margin-bottom: 0.5vw;
    }
    
    .box-value {
      font-size: 3.5vw;
      font-weight: bold;
    }
    
    .buttons-container {
      position: absolute;
      top: 110.6vw;
      left: 5vw; 
      width: 100vw;
      display: flex;
      justify-content: space-around; 
    }
    
    
    .buttons-section {
      display: flex;
      justify-content: space-between;
      margin-top: 0.5vw;
    
    }
    
    .reward-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 25.2vw;
      
      height: 8vw;
      font-size: 1vw;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      margin-right: 0vw;
      right: 8.8vw;
      top: -12vw;
    }
    
    
    .reward-button:hover {
      background-color: #e68000;
    }
    
    .reward-button:focus {
      outline: none;
    }
    
    .referral-link-title {
      color: #ff9933;
      font-size: 1.2em;
    
    }
    
    .referral-link-box {
      background-color: #444343; 
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 20px;
      display: inline-block;
    }
    
    .referral-url {
      color: #ffffff;
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
    
    .referrals-table .table th, 
    .referrals-table .table td {
        text-align: center; 
    }
    
    .submit-post-section {
      width: 100%; 
      position: relative;
      right: 0vw;
      top: 0vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1vw;
    }
    
    .submit-post-input, .submit-post-button {
      width: 100%;
      position: relative;
      right: 0.5vw;
      top: -2.3vw;
      max-width: 35vw; 
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
    }
    
    .submit-post-button {
    
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 20vw;
      height: 8vw; 
      font-size: 14px; 
      top: -2vw;
    
    }
    
    .submit-post-title {
    
    position: relative;
    bottom: 1vw;
    
    
    }
    
    .referral-content {
      text-align: center;
      border-bottom: none;
    
    }
    
    .table-referrals-table {
      text-align: center;
    
    }
    
    .referral-table tbody td {
      text-align: center;
     
    }
   
    .leaderboard-table {
      width: 100%; 
      border-collapse: collapse;
    }
    
   
    .leaderboard-heading {
      text-align: center;
      font-size: 1.2vw; 
      color: #FFFFFF; 
      padding: 10px; 
      border-bottom: 2px solid #FFFFFF;
    }
    
    
    .leaderboard-data {
      text-align: center;
      padding: 10px; 
      font-size: 1vw;
      color: #FF9933; 
    }
    
    
    .leaderboard-table td {
      border: none;
    }
    
    
    .leaderboard-table th {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 2px solid #FFFFFF;
    
    }
    
    .settings-form {
      
      margin-top:2vw;
      margin-right: 2.5vw;
      z-index: 9999;
    
    }
    
      .profile-overlay .settings-form .form-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1vw;
    }
    
    .profile-overlay .settings-form label {
      flex-basis: 30%;
       
        text-align: left;
    }
    
    .profile-overlay .settings-form input {
      flex-grow: 1;
      margin-left: 1vw; 
      padding: 0.4vw 2vw;
      border: 0.1vw solid #ccc;
      border-radius: 0.5vw;
    }
    
    .change-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 30vw; 
      height: 7vw; 
      font-size: 4vw; 
      cursor: pointer;
      bottom: 15vw;
      top: 9vw;
      left: -13vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      
    }
  
    .logout-button button {
      width: 28vw; 
      height: 8vw; 
      position: relative;
      top: 22vw !important;
      left: 38vw;
      font-size: 3.5vw; 
      display: inline-block;
  
    }
  
    .reward-button {
      font-size: 2.5vw;
  
  }
  
  }

@media screen and (min-width: 290px) and (max-width: 375px) {

.middle-container {

  height: 100vh;

}

  .scam-logs-box {

    margin-bottom:20vw;
    left: 52vw;
    width: 101vw;
    height: 130vw;
    border-left: none !important;
    border-right: none !important;

  }

  .user-profile img {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    margin-top: 15vw;
    margin-left: -46.2vw;
  }

  .user-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -27.5vw;
    margin-top: 17vw;
  }
  
  .welcome-text {
    font-size: 4vw;
    font-weight: bold;
    color: #ff9933;
    margin-bottom: 0.2vw;
    margin-top: 0.5vw;
  }
  
  .username {
    font-size: 4vw;
    color: #ffffff;
    align-self: flex-start;
  }

  .section-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0vw;
    margin-top: 2.1vw;
  }
  
  .section-header h4 {
    margin: 0;
  }
  
  .table-container {
    width: 91vw;
    height: 60vw;
    border: 0.1vw solid #ff9933;
    border-radius: 0.4vw; 
    margin: 1vw 0;
    margin-right: 1.3vw;
    overflow-y: auto;
  }
  
  .table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
  }
  
  .table td {
    padding: 1vw;
    border-bottom: none;
  }
  
  .table td:first-child .report-name {
    color: #ff9933;
  }
  
  .table td:first-child .report-prefix {
    color: #ffffff;
  }
  
  .table td:last-child {
    text-align: left;
  }
  
  .status-icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.5vw;
    margin-bottom: -0.3vw;
  }
  
  .status-icon2 {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.5vw;
    margin-bottom: -0.3vw;
  }
  
  .selected-report-section {
  
    margin-top: 4vw;
    margin-right: 2vw;
  }
  
  .selected-report {
    background-color: #364156;
    color: #fff; 
  }
  
  .selected-report .report-name {
    color: #ff9933; 
    margin-top: 10vw;
  }
  
  
  .report-details {
    overflow-y: auto;
    max-height: 10vw; 
    margin: 1vw 0;
    padding-left: 0vw;
    padding-right: 0vw;
    text-align: left; 
  }

  .token-name {
    position: relative;
    top: 2vw;
    margin-right: 0vw;
    right: 15vw;
  }
  

  .reward-logs-box {

  margin-top: 132vw;
  width: 101vw;
  height: 120vw;
  right: 52vw;
  border-left: none !important;
  border-right: none !important;

  }

  .profile-overlay {
  
    overflow-y: scroll;
  }

  .reward-logs-box {
    display: flex;
    flex-direction: column; 
  }
  
  .reward-section {
    flex: 1; 
    overflow-y: scroll;
  }
  
  .reward-logs-box .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .change-button:hover {
    background-color: #e68000;
  }
  
  .logout-button {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-top: 0vw;
    top: 15.3vw !important;
    margin-left: 0.3vw; 
  }
  
  .logout-button button {
    background-color: #ff9933;
    color: #ffffff;
    border: none;
    padding: 0.4vw 2.35vw;
    font-size: 1.2vw;
    cursor: pointer;
    border: 0.03vw solid #FF9933;
    border-radius: 0.4vw;
    margin-left: 27.6vw;
  
  }
  
  .logout-button button:hover {
    background-color: #e68000;
  }
  
  .user-profile-picture {
    display: flex;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    margin-top: 2vw;
    margin-right: 28vw;
  }
  
  .profile-picture-container {
  
    position: absolute;
    top: 2vw;
    left: 2vw;
    margin-left: 0vw;
    width: 10vw;
  }
  
  .stats-and-logout-container {
  
    position: absolute;
    top: -8vw;
    left: 2.5vw;
  }
  
  .user-profile-picture-right {
    position: relative;
    display: flex;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    top: 0vw;
    right: 30vw; 
  }
  
  .middle-container {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    gap: 2vw; 
    padding: 20vw; 
  }
  
  .user-stats {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 3vw;
    top: 10vw;
    margin-bottom: -0vw;
  }
  
  .stats-text {
    position: absolute;
    top: 37vw;
    left: 1vw;
    font-size: 4vw;
    color: #ffffff;
    width: auto;
    margin-left: 0;
    margin-bottom: 10vw;
    display: flex;
    align-items: center;
  }
  
  .user-icon {
    margin-top: -1vw;
    margin-left: 1vw;
  }
  
  .stats-boxes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-auto-rows: minmax(1vw, 5vw); 
    justify-items: center;
    align-items: center;
    justify-content: space-between; 
    grid-column-gap: 1vw; 
    column-gap: 1vw; 
    gap: 18vw 4vw; 
    margin-top: 25vw;
    margin-left: 29vw;
    padding-right: 35vw;
  }
  
  .stats-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    padding: 0vw;
    background-color: #121212;
    height: 18vw;
    width: 28vw;
    border: 0.03vw solid #FF9933;
    border-radius: 0.4vw; 
  }
  
  .box-title {
    font-size: 3.5vw;
    margin-bottom: 0.5vw;
  }
  
  .box-value {
    font-size: 3.5vw;
    font-weight: bold;
  }
  
  .buttons-container {
    position: absolute;
    top: 110.6vw;
    left: 5vw; 
    width: 100vw;
    display: flex;
    justify-content: space-around; 
  }
  
  
  .buttons-section {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5vw;
  
  }
  
  .reward-button {
    position: relative;
    background-color: #ff9933;
    color: #ffffff;
    border: none;
    width: 25.2vw;
    
    height: 8vw;
    font-size: 1vw;
    cursor: pointer;
    flex-grow: 1; 
    margin: 4.4vh;
    border: 0.03vw solid #FF9933;
    border-radius: 0.4vw; 
    margin-right: 0vw;
    right: 8.8vw;
    top: -12vw;
  }
  
  
  .reward-button:hover {
    background-color: #e68000;
  }
  
  .reward-button:focus {
    outline: none;
  }
  
  .referral-link-title {
    color: #ff9933;
    font-size: 1.2em;
  
  }
  
  .referral-link-box {
    background-color: #444343; 
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
  }
  
  .referral-url {
    color: #ffffff;
    margin: 0;
    display: inline-flex;
    align-items: center;
  }
  
  .referrals-table .table th, 
  .referrals-table .table td {
      text-align: center; 
  }
  
  .submit-post-section {
    width: 100%; 
    position: relative;
    right: 0vw;
    top: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1vw;
  }
  
  .submit-post-input, .submit-post-button {
    width: 100%;
    position: relative;
    right: 0.5vw;
    top: -2.3vw;
    max-width: 35vw; 
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
  }
  
  .submit-post-button {
  
    border: 0.03vw solid #FF9933;
    border-radius: 0.4vw;
    background-color: #ff9933;
    color: #ffffff;
    border: none;
    width: 20vw;
    height: 8vw; 
    font-size: 14px; 
    top: -2vw;
  
  }
  
  .submit-post-title {
  
  position: relative;
  bottom: 1vw;
  
  
  }
  
  .referral-content {
    text-align: center;
    border-bottom: none;
  
  }
  
  .table-referrals-table {
    text-align: center;
  
  }
  
  .referral-table tbody td {
    text-align: center;
   
  }
 
  .leaderboard-table {
    width: 100%; 
    border-collapse: collapse;
  }
  
  
  .leaderboard-heading {
    text-align: center;
    font-size: 1.2vw; 
    color: #FFFFFF; 
    padding: 10px; 
    border-bottom: 2px solid #FFFFFF;
  }
  

  .leaderboard-data {
    text-align: center;
    padding: 10px; 
    font-size: 1vw;
    color: #FF9933; 
  }
  
  
  .leaderboard-table td {
    border: none;
  }
  
 
  .leaderboard-table th {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #FFFFFF; 
  
  }
  
  .settings-form {
    
    margin-top:2vw;
    margin-right: 2.5vw;
    z-index: 9999;
  
  }
  
    .profile-overlay .settings-form .form-group {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1vw;
  }
  
  .profile-overlay .settings-form label {
    flex-basis: 30%;
     
      text-align: left;
  }
  
  .profile-overlay .settings-form input {
    flex-grow: 1;
    margin-left: 1vw; 
    padding: 0.4vw 2vw;
    border: 0.1vw solid #ccc;
    border-radius: 0.5vw;
  }
  
  .change-button {
    position: relative;
    background-color: #ff9933;
    color: #ffffff;
    border: none;
    width: 26vw; 
    height: 7vw; 
    font-size: 4vw; 
    cursor: pointer;
    bottom: 15vw;
    top: 10vw;
    left: -17vw;
    border: 0.03vw solid #FF9933;
    border-radius: 0.4vw;
    
  }

  .logout-button button {
    width: 28vw; 
    height: 8vw; 
    position: relative;
    top: 22vw !important;
    left: 38vw;
    font-size: 3.5vw; 
    display: inline-block; 

  }

  .reward-button {
    font-size: 2.5vw;

}

}

@media screen and (min-width: 376px) and (max-width: 429px) {

  .middle-container {
  
    height: 100vh;
  
  }
  
    .scam-logs-box {
  
      margin-bottom:20vw;
      left: 52vw;
      width: 101vw;
      height: 130vw;
      margin-top: 0vw;
      
  
    }
  
    .user-profile img {
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      margin-top: 10vw;
      margin-left: -45.2vw;
    }
  
    .user-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: -27.5vw;
      margin-top: 11vw;
    }
    
    .welcome-text {
      font-size: 4vw;
      font-weight: bold;
      color: #ff9933;
      margin-bottom: 0.2vw;
      margin-top: 0.5vw;
    }
    
    .username {
      font-size: 4vw;
      color: #ffffff;
      align-self: flex-start;
    }
  
    .section-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 0vw;
      margin-top: 2.1vw;
    }
    
    .section-header h4 {
      margin: 0;
    }
    
    .table-container {
      width: 91vw;
      height: 60vw;
      border: 0.1vw solid #ff9933;
      border-radius: 0.4vw; 
      margin: 1vw 0;
      margin-right: 1.3vw;
      overflow-y: auto;
    }
    
    .table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    
    .table td {
      padding: 1vw;
      border-bottom: none;
    }
    
    .table td:first-child .report-name {
      color: #ff9933;
    }
    
    .table td:first-child .report-prefix {
      color: #ffffff;
    }
    
    .table td:last-child {
      text-align: left;
    }
    
    .status-icon {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .status-icon2 {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .selected-report-section {
    
      margin-top: 4vw;
      margin-right: 2vw;
    }
    
    .selected-report {
      background-color: #364156;
      color: #fff; 
    }
    
    .selected-report .report-name {
      color: #ff9933; 
      margin-top: 10vw;
    }
    
    
    .report-details {
      overflow-y: auto;
      max-height: 10vw; 
      margin: 1vw 0;
      padding-left: 0vw;
      padding-right: 0vw;
      text-align: left; 
    }
  
    .token-name {
      position: relative;
      top: 2vw;
      margin-right: 0vw;
      right: 15vw;
    }
    
  
    .reward-logs-box {
  
    margin-top: 132vw;
    width: 101vw;
    height: 120vw;
    right: 52vw;
  
    }
  
    .profile-overlay {
    
      overflow-y: scroll;
    }
  
    .reward-logs-box {
      display: flex;
      flex-direction: column; 
    }
    
    .reward-section {
      flex: 1; 
      overflow-y: scroll;
    }
    
    .reward-logs-box .top-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .change-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 16vw; 
      height: 6vw; 
      font-size: 4vw; 
      cursor: pointer;
      bottom: 15vw;
      top: -8vw;
      left: 18vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      
    }
    
    .change-button:hover {
      background-color: #e68000;
    }
    
    .logout-button {
      display: flex;
      position: relative;
      justify-content: flex-end;
      margin-top: 0vw;
      top: 15.3vw !important;
      margin-left: 0.3vw; 
    }
    
    .logout-button button {
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      padding: 0.4vw 2.35vw;
      font-size: 1.2vw;
      cursor: pointer;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      margin-left: 27.6vw;
    
    }
    
    .logout-button button:hover {
      background-color: #e68000;
    }
    
    .user-profile-picture {
      display: flex;
      width: 3.5vw;
      height: 3.5vw;
      border-radius: 50%;
      margin-top: 2vw;
      margin-right: 28vw;
    }
    
    .profile-picture-container {
    
      position: absolute;
      top: 2vw;
      left: 2vw;
      margin-left: 0vw;
      width: 10vw;
    }
    
    .stats-and-logout-container {
    
      position: absolute;
      top: -8vw;
      left: 2.5vw;
    }
    
    .user-profile-picture-right {
      position: relative;
      display: flex;
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      top: -2vw;
      right: 0vw; 
    }
    
    .middle-container {
      display: flex;
      justify-content: center; 
      align-items: flex-start; 
      gap: 2vw; 
      padding: 20vw; 
    }
    
    .user-stats {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 3vw;
      top: 14vw;
      margin-bottom: -0vw;
    }
    
    .stats-text {
      position: absolute;
      top: 27vw;
      left: 0vw;
      font-size: 4vw;
      color: #ffffff;
      width: auto;
      margin-left: 0;
      margin-bottom: 10vw;
      display: flex;
      align-items: center;
    }
    
    .user-icon {
      margin-top: -.2vw;
      margin-left: 1vw;
    }
    
    .stats-boxes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      grid-auto-rows: minmax(1vw, 5vw); 
      justify-items: center;
      align-items: center;
      justify-content: space-between; 
      grid-column-gap: 1vw; 
      column-gap: 1vw; 
      gap: 18vw 4vw; 
      margin-top: 18vw;
      margin-left: 29vw;
      padding-right: 35vw;
    }
    
    .stats-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; 
      padding: 0vw;
      background-color: #121212;
      height: 18vw;
      width: 28vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
    }
    
    .box-title {
      font-size: 3.5vw;
      margin-bottom: 0.5vw;
    }
    
    .box-value {
      font-size: 3.5vw;
      font-weight: bold;
    }
    
    .buttons-container {
      position: absolute;
      top: 102.6vw;
      left: 5vw; 
      width: 101vw;
      display: flex;
      justify-content: space-around; 
    }
    
    
    .buttons-section {
      display: flex;
      justify-content: space-between;
      margin-top: 0.5vw;
    
    }
    
    .reward-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 26vw;
      
      height: 8vw;
      font-size: 1vw;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      margin-right: 0vw;
      right: 8.8vw;
      top: -7vw;
      
    }
    
    
    .reward-button:hover {
      background-color: #e68000;
    }
    
    .reward-button:focus {
      outline: none;
    }
    
    .referral-link-title {
      color: #ff9933;
      font-size: 1.2em;
    
    }
    
    .referral-link-box {
      background-color: #444343; 
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 20px;
      display: inline-block;
    }
    
    .referral-url {
      color: #ffffff;
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
    
    .referrals-table .table th, 
    .referrals-table .table td {
        text-align: center; 
    }
    
    .submit-post-section {
      width: 95vw; 
      position: relative;
      right: 0vw;
      top: 0vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1vw;
    }
    
    .submit-post-input {
      width: 95vw;
      position: relative;
      right: 0.5vw;
      top: -2.3vw;
      max-width: 35vw; 
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
    }
    
    .submit-post-button {
    
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 20vw;
      height: 5vw; 
      font-size: 14px; 
      top: -2vw;
    
    }
    
    .submit-post-title {
    
    position: relative;
    bottom: 1vw;
    
    
    }
    
    .referral-content {
      text-align: center;
      border-bottom: none;
    
    }
    
    .table-referrals-table {
      text-align: center;
    
    }
    
    .referral-table tbody td {
      text-align: center;
     
    }
    
    .leaderboard-table {
      width: 100%; 
      border-collapse: collapse;
    }
    
   
    .leaderboard-heading {
      text-align: center;
      font-size: 1.2vw; 
      color: #FFFFFF; 
      padding: 10px; 
      border-bottom: 2px solid #FFFFFF; 
    }
    
    
    .leaderboard-data {
      text-align: center;
      padding: 10px; 
      font-size: 1vw;
      color: #FF9933; 
    }
    

    .leaderboard-table td {
      border: none;
    }
    

    .leaderboard-table th {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 2px solid #FFFFFF; 
    
    }
    
    .settings-form {
      
      margin-top:2vw;
      margin-right: 2.5vw;
      z-index: 9999;
    
    }
    
      .profile-overlay .settings-form .form-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1vw;
    }
    
    .profile-overlay .settings-form label {
      flex-basis: 30%;
       
        text-align: left;
    }
    
    .profile-overlay .settings-form input {
      flex-grow: 1;
      margin-left: 1vw; 
      padding: 0.4vw 2vw;
      border: 0.1vw solid #ccc;
      border-radius: 0.5vw;
    }
    
    .change-button {
    
      margin-left: 0vw !important;
      top: 9vw !important;
      margin-right: 64vw;
      right: 2vw;
      width: 30vw;
      height: 7vw;
  
      
    
    }
  
    .logout-button button {
      width: 28vw; 
      height: 8vw; 
      position: relative;
      top: 13vw !important;
      left: 38vw;
      font-size: 4vw; 
      display: inline-block; 
      
    }
  
    .reward-button {
      font-size: 2.5vw;
  
  }

  
}

@media screen and (min-width: 429px) and (max-width: 500px) {


  .middle-container {
  
    height: 100vh;
  
  }
  
    .scam-logs-box {
  
      margin-bottom:20vw;
      left: 52vw;
      width: 101vw;
      height: 130vw;
  
    }
  
    .user-profile img {
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      margin-top: 10vw;
      margin-left: -45.2vw;
    }
  
    .user-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: -27.5vw;
      margin-top: 11vw;
    }
    
    .welcome-text {
      font-size: 4vw;
      font-weight: bold;
      color: #ff9933;
      margin-bottom: 0.2vw;
      margin-top: 0.5vw;
    }
    
    .username {
      font-size: 4vw;
      color: #ffffff;
      align-self: flex-start;
    }
  
    .section-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 0vw;
      margin-top: 2.1vw;
    }
    
    .section-header h4 {
      margin: 0;
    }
    
    .table-container {
      width: 91vw;
      height: 60vw;
      border: 0.1vw solid #ff9933;
      border-radius: 0.4vw; 
      margin: 1vw 0;
      margin-right: 1.3vw;
      overflow-y: auto;
    }
    
    .table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    
    .table td {
      padding: 1vw;
      border-bottom: none;
    }
    
    .table td:first-child .report-name {
      color: #ff9933;
    }
    
    .table td:first-child .report-prefix {
      color: #ffffff;
    }
    
    .table td:last-child {
      text-align: left;
    }
    
    .status-icon {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .status-icon2 {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .selected-report-section {
    
      margin-top: 4vw;
      margin-right: 2vw;
    }
    
    .selected-report {
      background-color: #364156;
      color: #fff; 
    }
    
    .selected-report .report-name {
      color: #ff9933; 
      margin-top: 10vw;
    }
    
    
    .report-details {
      overflow-y: auto;
      max-height: 10vw; 
      margin: 1vw 0;
      padding-left: 0vw;
      padding-right: 0vw;
      text-align: left; 
    }
  
    .token-name {
      position: relative;
      top: 2vw;
      margin-right: 0vw;
      right: 15vw;
    }
    
  
    .reward-logs-box {
  
    margin-top: 132vw;
    width: 101vw;
    height: 130vw;
    right: 52vw;
  
    }
  
    .profile-overlay {
    
      overflow-y: scroll;
    }
  
    .reward-logs-box {
      display: flex;
      flex-direction: column; 
    }
    
    .reward-section {
      flex: 1; 
      overflow-y: scroll;
    }
    
    .reward-logs-box .top-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .change-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 23vw; 
      height: 6vw; 
      font-size: 3.5vw; 
      cursor: pointer;
      right: 19vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      margin-top: 20vw;
      
    }
    
    .change-button:hover {
      background-color: #e68000;
    }
    
    .logout-button {
      display: flex;
      position: relative;
      justify-content: flex-end;
      margin-top: 6vw;
      top: 15.3vw !important;
      margin-left: 0.3vw; 
    }
    
    .logout-button button:hover {
      background-color: #e68000;
    }
    
    .user-profile-picture {
      display: flex;
      width: 3.5vw;
      height: 3.5vw;
      border-radius: 50%;
      margin-top: 2vw;
      margin-right: 28vw;
    }
    
    .profile-picture-container {
    
      position: absolute;
      top: 2vw;
      left: 2vw;
      margin-left: 0vw;
      width: 10vw;
    }
    
    .stats-and-logout-container {
    
      position: absolute;
      top: -8vw;
      left: 2.5vw;
    }
    
    .user-profile-picture-right {
      position: relative;
      display: flex;
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      top: -17vw;
      right: 31vw; 
    }
    
    .middle-container {
      display: flex;
      justify-content: center; 
      align-items: flex-start; 
      gap: 2vw; 
      padding: 20vw; 
    }
    
    .user-stats {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 3vw;
      top: 14vw;
      margin-bottom: -0vw;
    }
    
    .stats-text {
      position: absolute;
      top: 31.5vw;
      left: 1vw;
      font-size: 4vw;
      color: #ffffff;
      width: auto;
      margin-left: 0;
      margin-bottom: 10vw;
      display: flex;
      align-items: center;
    }
    
    .user-icon {
      margin-top: -.2vw;
      margin-left: 1vw;
    }
    
    .stats-boxes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      grid-auto-rows: minmax(1vw, 5vw); 
      justify-items: center;
      align-items: center;
      justify-content: space-between; 
      grid-column-gap: 1vw; 
      column-gap: 1vw; 
      gap: 18vw 4vw; 
      margin-top: 2vw;
      margin-left: 29vw;
      padding-right: 35vw;
    }
    
    .stats-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; 
      padding: 0vw;
      background-color: #121212;
      height: 18vw;
      width: 28vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
    }
    
    .box-title {
      font-size: 3.5vw;
      margin-bottom: 0.5vw;
    }
    
    .box-value {
      font-size: 3.5vw;
      font-weight: bold;
    }
    
    .buttons-container {
      position: absolute;
      top: 110vw;
      left: 5vw; 
      width: 101vw;
      display: flex;
      justify-content: space-around; 
    }
    
    
    .buttons-section {
      display: flex;
      justify-content: space-between;
      margin-top: 0.5vw;
    
    }
    
    .reward-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 26vw;
      
      height: 8vw;
      font-size: 1vw;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      margin-right: 0vw;
      right: 8.8vw;
      top: -12vw;
    }
    
    
    .reward-button:hover {
      background-color: #e68000;
    }
    
    .reward-button:focus {
      outline: none;
    }
    
    .referral-link-title {
      color: #ff9933;
      font-size: 1.2em;
    
    }
    
    .referral-link-box {
      background-color: #444343; 
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 20px;
      display: inline-block;
    }
    
    .referral-url {
      color: #ffffff;
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
    
    .referrals-table .table th, 
    .referrals-table .table td {
        text-align: center; 
    }
    
    .submit-post-section {
      width: 95vw; 
      position: relative;
      right: 0vw;
      top: 0vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1vw;
    }
    
    .submit-post-input {
      width: 95vw;
      position: relative;
      right: 0.5vw;
      top: -2.3vw;
      max-width: 35vw; 
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
    }
    
    .submit-post-button {
    
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 20vw;
      height: 5vw; 
      font-size: 14px; 
      top: -2vw;
    
    }
    
    .submit-post-title {
    
    position: relative;
    bottom: 1vw;
    
    
    }
    
    .referral-content {
      text-align: center;
      border-bottom: none;
    
    }
    
    .table-referrals-table {
      text-align: center;
    
    }
    
    .referral-table tbody td {
      text-align: center;
     
    }
  
    .leaderboard-table {
      width: 100%; 
      border-collapse: collapse;
    }
    
    
    .leaderboard-heading {
      text-align: center;
      font-size: 1.2vw;
      color: #FFFFFF; 
      padding: 10px; 
      border-bottom: 2px solid #FFFFFF; 
    }
    
 
    
    .leaderboard-data {
      text-align: center;
      padding: 10px; 
      font-size: 1vw; 
      color: #FF9933; 
    }
    
   
    .leaderboard-table td {
      border: none;
    }
    
    
    .leaderboard-table th {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 2px solid #FFFFFF; 
    }
    
    .settings-form {
      
      margin-top:2vw;
      margin-right: 2.5vw;
      z-index: 9999;
    
    }
    
      .profile-overlay .settings-form .form-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1vw;
    }
    
    .profile-overlay .settings-form label {
      flex-basis: 30%;
       
        text-align: left;
    }
    
    .profile-overlay .settings-form input {
      flex-grow: 1;
      margin-left: 1vw; 
      padding: 0.4vw 2vw;
      border: 0.1vw solid #ccc;
      border-radius: 0.5vw;
    }
    
    .change-button {
    
      margin-left: 6vw !important;
      top: -7vw !important;
      
    
    }
  
    .logout-button button {
      width: 28vw; 
      height: 8vw; 
      position: relative;
      top: 11vw !important;
      left: 38vw;
      font-size: 4vw; 
      display: inline-block; 
  
    }
  
    .reward-button {
      font-size: 2.5vw;
  
  }

  
}
  

@media screen and (min-width: 500px) and (max-width: 820px) {


  .profile-overlay {
   overflow-x: hidden;
   overflow-y: scroll;
  }

  .middle-container {
  
    height: 100vh;
  
  }
  
    .scam-logs-box {
  
      margin-bottom:20vw;
      left: 52vw;
      width: 101vw;
      height: 103vw;
      overflow-x: hidden;
      border-left: none !important;
      border-right: none !important;
  
    }
  
    .user-profile img {
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      margin-top: 4vw;
      margin-left: -45.2vw;
    }
  
    .user-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: -27.5vw;
      margin-top: 6vw;
    }
    
    .welcome-text {
      font-size: 4vw;
      font-weight: bold;
      color: #ff9933;
      margin-bottom: 0.2vw;
      margin-top: 0.5vw;
    }
    
    .username {
      font-size: 4vw;
      color: #ffffff;
      align-self: flex-start;
    }
  
    .section-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 3vw;
      margin-top: 2.1vw;
    }
    
    .section-header h4 {
      margin: 0;
    }
    
    .table-container {
      width: 87.5vw;
      height: 60vw;
      border: 0.1vw solid #ff9933;
      border-radius: 0.4vw; 
      margin: 1vw 0;
      margin-left: 3vw;
      overflow-y: auto;
    }
    
    .table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    
    .table td {
      padding: 1vw;
      border-bottom: none;
    }
    
    .table td:first-child .report-name {
      color: #ff9933;
    }
    
    .table td:first-child .report-prefix {
      color: #ffffff;
    }
    
    .table td:last-child {
      text-align: left;
    }
    
    .status-icon {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .status-icon2 {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .selected-report-section {
    
      margin-top: 4vw;
      margin-right: 2vw;
    }
    
    .selected-report {
      background-color: #364156;
      color: #fff; 
    }
    
    .selected-report .report-name {
      color: #ff9933; 
      margin-top: 10vw;
    }
    
  
    .report-details {
      overflow-y: auto;
      max-height: 10vw; 
      margin: 1vw 0;
      padding-left: 1vw;
      padding-right: 0vw;
      text-align: left; 
    }
  
    .token-name {
      position: relative;
      top: 2vw;
      margin-right: 2vw;
      right: 23vw;
    }
    
  
    .reward-logs-box {
  
    margin-top: 105vw;
    width: 101vw;
    height: 120vw;
    right: 52vw;
    border-left: none !important;
    border-right: none !important;
  
    }
  
    .profile-overlay {
    
      overflow-y: scroll;
    }
  
    .reward-logs-box {
      display: flex;
      flex-direction: column; 
    }
    
    .reward-section {
      flex: 1; 
      overflow-y: scroll;
    }
    
    .reward-logs-box .top-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    
    .change-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 18vw; 
      height: 6vw; 
      font-size: 4vw; 
      cursor: pointer;
      margin-left: 1rem;
      margin-top: 10vw;
      left: 6vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      
    }
    
    .change-button:hover {
      background-color: #e68000;
    }
    
    .logout-button {
      display: flex;
      position: relative;
      justify-content: flex-end;
      margin-top: 0vw;
      top: 15.3vw !important;
      margin-left: 0.3vw; 
    }
    
    .logout-button button {
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      padding: 0.4vw 2.35vw;
      font-size: 1.2vw;
      cursor: pointer;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      margin-left: 27.6vw;
    
    }
    
    .logout-button button:hover {
      background-color: #e68000;
    }
    
    .user-profile-picture {
      display: flex;
      width: 3.5vw;
      height: 3.5vw;
      border-radius: 50%;
      margin-top: 2vw;
      margin-right: 28vw;
    }
    
    .profile-picture-container {
    
      position: absolute;
      top: 2vw;
      left: 2vw;
      margin-left: 0vw;
      width: 10vw;
    }
    
    .stats-and-logout-container {
    
      position: absolute;
      top: -8vw;
      left: 2.5vw;
    }
    
    .user-profile-picture-right {
      position: relative;
      display: flex;
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      top: -12vw;
      right: 4vw; 
    }
    
    .middle-container {
      display: flex;
      justify-content: center; 
      align-items: flex-start; 
      gap: 2vw; 
      padding: 20vw; 
    }
    
    .user-stats {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 3vw;
      top: 14vw;
      margin-bottom: -0vw;
    }
    
    .stats-text {
      position: absolute;
      top: 25vw;
      left: 0vw;
      font-size: 4vw;
      color: #ffffff;
      width: auto;
      margin-left: 1.8vw;
      margin-bottom: 10vw;
      display: flex;
      align-items: center;
    }
    
    .user-icon {
      margin-top: -.2vw;
      margin-left: 1vw;
    }
    
    .stats-boxes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      grid-auto-rows: minmax(1vw, 5vw); 
      justify-items: center;
      align-items: center;
      justify-content: space-between; 
      grid-column-gap: 1vw; 
      column-gap: 1vw; 
      gap: 18vw 4vw; 
      margin-top: 4vw;
      margin-left: 32vw;
      padding-right: 35vw;
    }
    
    .stats-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; 
      padding: 0vw;
      background-color: #121212;
      height: 18vw;
      width: 28vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
    }
    
    .box-title {
      font-size: 3.5vw;
      margin-bottom: 0.5vw;
    }
    
    .box-value {
      font-size: 3.5vw;
      font-weight: bold;
    }
    
    .buttons-container {
      position: absolute;
      top: 102.6vw;
      left: 5vw; 
      width: 101vw;
      display: flex;
      justify-content: space-around; 
    }
    
    
    .buttons-section {
      display: flex;
      justify-content: space-between;
      margin-top: 0.5vw;
    
    }
    
    .reward-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 26vw;
      
      height: 8vw;
      font-size: 1vw;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      margin-right: 0vw;
      right: 8.8vw;
      top: -12vw;
    }
    
    
    .reward-button:hover {
      background-color: #e68000;
    }
    
    .reward-button:focus {
      outline: none;
    }
    
    .referral-link-title {
      color: #ff9933;
      font-size: 1.2em;
    
    }
    
    .referral-link-box {
      background-color: #444343; 
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 20px;
      display: inline-block;
    }
    
    .referral-url {
      color: #ffffff;
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
    
    .referrals-table .table th, 
    .referrals-table .table td {
        text-align: center; 
    }
    
    .submit-post-section {
      width: 95vw; 
      position: relative;
      right: 0vw;
      top: 0vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1vw;
    }
    
    .submit-post-input {
      width: 95vw;
      position: relative;
      right: 0.5vw;
      top: -2.3vw;
      max-width: 35vw; 
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
    }
    
    .submit-post-button {
    
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 20vw;
      height: 5vw; 
      font-size: 14px; 
      top: -2vw;
    
    }
    
    .submit-post-title {
    
    position: relative;
    bottom: 1vw;
    
    
    }
    
    .referral-content {
      text-align: center;
      border-bottom: none;
    
    }
    
    .table-referrals-table {
      text-align: center;
    
    }
    
    .referral-table tbody td {
      text-align: center;
     
    }
   
    .leaderboard-table {
      width: 100%; 
      border-collapse: collapse;
    }
    

    .leaderboard-heading {
      text-align: center;
      font-size: 1.2vw; 
      color: #FFFFFF;
      padding: 10px; 
      border-bottom: 2px solid #FFFFFF; 
    }
    
 
    .leaderboard-data {
      text-align: center;
      padding: 10px; 
      font-size: 1vw; 
      color: #FF9933; 
    }
    

    .leaderboard-table td {
      border: none;
    }
    
    
    .leaderboard-table th {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 2px solid #FFFFFF; 
    
    }
    
    .settings-form {
      
      margin-top:2vw;
      margin-right: 2.5vw;
      z-index: 9999;
    
    }
    
      .profile-overlay .settings-form .form-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1vw;
    }
    
    .profile-overlay .settings-form label {
      flex-basis: 30%;
       
        text-align: left;
    }
    
    .profile-overlay .settings-form input {
      flex-grow: 1;
      margin-left: 1vw; 
      padding: 0.4vw 2vw;
      border: 0.1vw solid #ccc;
      border-radius: 0.5vw;
    }
    
    .change-button {
    
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 25.2vw;
      height: 5vw;
      font-size: 4vw !important;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      top: 3vw;
      margin-right: 53vw !important;
    
    }
  
    .logout-button button {
      width: 28vw; 
      height: 8vw;
      position: relative;
      top: 11vw !important;
      left: 38vw;
      font-size: 4vw; 
      display: inline-block; 
  
    }
  
    .reward-button {
      font-size: 3vw;
  
  }

  
}

@media screen and (min-width: 821px) and (max-width: 1024px) {


  .profile-overlay {
   overflow-x: hidden;
   overflow-y: scroll;
  }

  .middle-container {
  
    height: 100vh;
  
  }
  
    .scam-logs-box {
  
      margin-bottom:20vw;
      left: 52vw;
      width: 101vw;
      height: 103vw;
      overflow-x: hidden;
      border-left: none !important;
      border-right: none !important;
  
    }
  
    .user-profile img {
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      margin-top: 4vw;
      margin-left: -45.2vw;
    }
  
    .user-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: -27.5vw;
      margin-top: 6vw;
    }
    
    .welcome-text {
      font-size: 4vw;
      font-weight: bold;
      color: #ff9933;
      margin-bottom: 0.2vw;
      margin-top: 0.5vw;
    }
    
    .username {
      font-size: 4vw;
      color: #ffffff;
      align-self: flex-start;
    }
  
    .section-header {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 3vw;
      margin-top: 2.1vw;
    }
    
    .section-header h4 {
      margin: 0;
    }
    
    .table-container {
      width: 88vw;
      height: 60vw;
      border: 0.1vw solid #ff9933;
      border-radius: 0.4vw; 
      margin: 1vw 0;
      margin-left: 3vw;
      overflow-y: auto;
    }
    
    .table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
    
    .table td {
      padding: 1vw;
      border-bottom: none;
    }
    
    .table td:first-child .report-name {
      color: #ff9933;
    }
    
    .table td:first-child .report-prefix {
      color: #ffffff;
    }
    
    .table td:last-child {
      text-align: left;
    }
    
    .status-icon {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .status-icon2 {
      width: 3.2vw;
      height: 3.2vw;
      margin-left: 1.5vw;
      margin-bottom: -0.3vw;
    }
    
    .selected-report-section {
    
      margin-top: 4vw;
      margin-right: 2vw;
    }
    
    .selected-report {
      background-color: #364156;
      color: #fff; 
    }
    
    .selected-report .report-name {
      color: #ff9933; 
      margin-top: 10vw;
    }
    
   
    .report-details {
      overflow-y: auto;
      max-height: 10vw; 
      margin: 1vw 0;
      padding-left: 1vw;
      padding-right: 0vw;
      text-align: left; 
    }
  
    .token-name {
      position: relative;
      top: 2vw;
      margin-right: 2vw;
      right: 23vw;
    }
    
  
    .reward-logs-box {
  
    margin-top: 105vw;
    width: 101vw;
    height: 120vw;
    right: 52vw;
    border-left: none !important;
    border-right: none !important;
  
    }
  
    .profile-overlay {
    
      overflow-y: scroll;
    }
  
    .reward-logs-box {
      display: flex;
      flex-direction: column; 
    }
    
    .reward-section {
      flex: 1; 
      overflow-y: scroll;
    }
    
    .reward-logs-box .top-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    
    .change-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 18vw; 
      height: 6vw; 
      font-size: 4vw; 
      cursor: pointer;
      margin-left: 1rem;
      top: 13.5vw;
      bottom: 0vw;
      left: 6vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      
    }
    
    .change-button:hover {
      background-color: #e68000;
    }
    
    .logout-button {
      display: flex;
      position: relative;
      justify-content: flex-end;
      margin-top: 0vw;
      top: 15.3vw !important;
      margin-left: 0.3vw; 
    }
    
    .logout-button button {
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      padding: 0.4vw 2.35vw;
      font-size: 1.2vw;
      cursor: pointer;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      margin-left: 27.6vw;
    
    }
    
    .logout-button button:hover {
      background-color: #e68000;
    }
    
    .user-profile-picture {
      display: flex;
      width: 3.5vw;
      height: 3.5vw;
      border-radius: 50%;
      margin-top: 2vw;
      margin-right: 28vw;
    }
    
    .profile-picture-container {
    
      position: absolute;
      top: 2vw;
      left: 2vw;
      margin-left: 0vw;
      width: 10vw;
    }
    
    .stats-and-logout-container {
    
      position: absolute;
      top: -8vw;
      left: 2.5vw;
    }
    
    .user-profile-picture-right {
      position: relative;
      display: flex;
      width: 13vw;
      height: 13vw;
      border-radius: 50%;
      top: -6.5vw;
      right: 2vw; 
    }
    
    .middle-container {
      display: flex;
      justify-content: center; 
      align-items: flex-start; 
      gap: 2vw; 
      padding: 20vw; 
    }
    
    .user-stats {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 3vw;
      top: 14vw;
      margin-bottom: -0vw;
    }
    
    .stats-text {
      position: absolute;
      top: 27vw;
      left: 0vw;
      font-size: 3.5vw;
      color: #ffffff;
      width: auto;
      margin-left: 1.8vw;
      margin-bottom: 10vw;
      display: flex;
      align-items: center;
    }
    
    .user-icon {
      margin-top: -.2vw;
      margin-left: 1vw;
    }
    
    .stats-boxes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      grid-auto-rows: minmax(1vw, 5vw); 
      justify-items: center;
      align-items: center;
      justify-content: space-between; 
      grid-column-gap: 1vw; 
      column-gap: 1vw; 
      gap: 18vw 4vw; 
      margin-top: 11vw;
      margin-left: 32vw;
      padding-right: 35vw;
    }
    
    .stats-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; 
      padding: 0vw;
      background-color: #121212;
      height: 18vw;
      width: 28vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
    }
    
    .box-title {
      font-size: 3.5vw;
      margin-bottom: 0.5vw;
    }
    
    .box-value {
      font-size: 3.5vw;
      font-weight: bold;
    }
    
    .buttons-container {
      position: absolute;
      top: 102.6vw;
      left: 0vw; 
      width: 100vw;
      display: flex;
      justify-content: space-around; 
    }
    
    
    .buttons-section {
      display: flex;
      justify-content: space-between;
      margin-top: 0.5vw;
    
    }
    
    .reward-button {
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 20vw !important;
      height: 8vw;
      font-size: 1vw;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh 0vw;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      margin-right: 2.5vw;
      margin-left: 5vw;
      right: 0vw;
      top: -10.4vw;
    }
    
    
    .reward-button:hover {
      background-color: #e68000;
    }
    
    .reward-button:focus {
      outline: none;
    }
    
    .referral-link-title {
      color: #ff9933;
      font-size: 1.2em;
    
    }
    
    .referral-link-box {
      background-color: #444343; 
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 20px;
      display: inline-block;
    }
    
    .referral-url {
      color: #ffffff;
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
    
    .referrals-table .table th, 
    .referrals-table .table td {
        text-align: center; 
    }
    
    .submit-post-section {
      width: 95vw; 
      position: relative;
      right: 0vw;
      top: 0vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1vw;
    }
    
    .submit-post-input {
      width: 95vw;
      position: relative;
      right: 0.5vw;
      top: -2.3vw;
      max-width: 35vw; 
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
    }
    
    .submit-post-button {
    
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 20vw;
      height: 5vw; 
      font-size: 14px; 
      top: -2vw;
    
    }
    
    .submit-post-title {
    
    position: relative;
    bottom: 1vw;
    
    
    }
    
    .referral-content {
      text-align: center;
      border-bottom: none;
    
    }
    
    .table-referrals-table {
      text-align: center;
    
    }
    
    .referral-table tbody td {
      text-align: center;
     
    }
  
    .leaderboard-table {
      width: 100%;
      border-collapse: collapse;
    }
    

    .leaderboard-heading {
      text-align: center;
      font-size: 1.2vw; 
      color: #FFFFFF; 
      padding: 10px; 
      border-bottom: 2px solid #FFFFFF; 
    }
    
    
    .leaderboard-data {
      text-align: center;
      padding: 10px; 
      font-size: 1vw; 
      color: #FF9933; 
    }
    
    
    .leaderboard-table td {
      border: none;
    }
    
    
    .leaderboard-table th {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 2px solid #FFFFFF; 
    
    }
    
    .settings-form {
      
      margin-top:2vw;
      margin-right: 2.5vw;
      z-index: 9999;
    
    }
    
      .profile-overlay .settings-form .form-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1vw;
    }
    
    .profile-overlay .settings-form label {
      flex-basis: 30%;
       
        text-align: left;
    }
    
    .profile-overlay .settings-form input {
      flex-grow: 1;
      margin-left: 1vw; 
      padding: 0.4vw 2vw;
      border: 0.1vw solid #ccc;
      border-radius: 0.5vw;
    }
    
    .change-button {
    
      position: relative;
      background-color: #ff9933;
      color: #ffffff;
      border: none;
      width: 22vw;
      height: 5vw;
      font-size: 3.5vw !important;
      cursor: pointer;
      flex-grow: 1; 
      margin: 4.4vh;
      border: 0.03vw solid #FF9933;
      border-radius: 0.4vw; 
      margin-top: 0vw;
      top: 8vw;
      margin-right: 60vw !important;
      
    
    }
  
    .logout-button button {
      width: 28vw; 
      height: 6vw; 
      position: relative;
      top: 14vw !important;
      left: 38vw;
      font-size: 3.5vw; 
      display: inline-block; 
    
    }
  
    .reward-button {
      font-size: 3vw;
  
  }

  
}




.about-overlay {
  position: fixed;
  top: 0;
  left: 50vw;
  transform: translateX(-50%); 
  width: 100vw;
  max-width: 99vw; 
  height: 100vh; 
  max-height: 900px; 
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto;
}

body.no-scroll {
  overflow-x: hidden;
}
  
  .about-content {
    position: relative;
    background-image: url('https://firebasestorage.googleapis.com/v0/b/anon-web3.appspot.com/o/Internal%20Images%2FAnon%20Background.jpeg?alt=media&token=d13d2d0e-aba1-4307-afcc-bf4de884fef7');
    background-size: 120%; 
    background-repeat: no-repeat;
    background-position: center -190px; 
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    width: 90vw;
    height: 900vw;
    max-height: 90vh;
    text-align: center;
    overflow: auto;
  }
  
  .about-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1300px;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
  }
  
  .scrollable-content {
    padding: 300px;
    position: relative;
    z-index: 2;
  }
  
  .about-content .buttons button {
    background-color: #FF9933;
    border: none;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
  }
  
  
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  
  .about-image {
    max-width: 30%; 
    height: auto;
  }
  
  .about-image.smaller {
    max-width: 80%; 
    height: auto; 
  }
  .tokenomics {
    margin-top: 0px; 
  }
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    gap: 1vw;
    margin-top: 10px;
  }
  .tokenomics-image {
    margin-top: 0px;
    margin-bottom: -20vw;
    width: 50vw; 
    height: 50vw; 
  }
  .about-image.larger {
    max-width: 80%; 
    height: auto; 
  }
  .uniswap-button {
    margin-top: 120px;
    background-color: #FF9933;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    color: white;
  }
  .close-button {
    position: absolute; 
    display: none;
}
.form-input {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  
}

.login-form {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

.close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;

}


@media screen and (max-width: 1024px) {
  .about-overlay {
   
    left: 0;
    transform: none;
    width: 100vw; 
    max-width: 100vw;
  }

   .about-overlay .buttons button {
    width: 90%; 
    margin-left: 1vw !important;
    margin-bottom: 15px !important;
    margin-top: 15px; 
}

  .about-content {
   
    width: 98vw;
    height: 85vw;
    max-height: 90vh;
  }

  .about-content::before {

    width: 80vw;
    height: auto;
  }

  .scrollable-content {
    padding: 20vw; 
  }

  .image-container {
    gap: 10px;
  }

  .tokenomics-image {
    margin-bottom: 10px; 
}

.additional-overlay {
    margin-top: 10px; 

}

  .uniswap-button {
    margin-top: 65px; 
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .about-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 106vh;
    overflow: auto; 
    background-color: #171b26; 
 
  }

  .about-overlay .buttons button {
    width: 90%;
    margin-left: 1vw !important;
    margin-bottom: 15px !important; 
    margin-top: 15px; 
}

.about-content {

  padding-bottom: 20vw;
  
}


.about-overlay .buttons button:last-child {
    margin-bottom: 0;
}
  .about-content {
    position: relative;
    background-image: none;
    width: 97vw;
    top: -5vw;
    height: 100vh; 
    max-height: 100%; 
    overflow: auto;
    text-align: center;
    padding-bottom: 10vw;
 
  }

  .scrollable-content {
    padding: 20px; 
    position: relative;
    z-index: 2;
    top: 0vw;
    min-height: 100vh; 
    padding-bottom: 20vh;
 
  }


  .about-content .buttons button {
    background-color: #FF9933;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    font-size: 16px; 
    margin: 10px;
    cursor: pointer;

  }


  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px; 
    margin-top: 20px;

  }

  .tokenomics-image {
    margin-top: -50px; 
    width: 60vw;
    height: auto;
 
  }

  .uniswap-button {
    margin-top: 40px; 
    background-color: #FF9933;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px; 
    text-decoration: none;
    color: white;

  }

  .close-button {

    position: absolute;

  }

  .form-input {
    width: 90%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;

  }

  .login-form {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;

  }

  .error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;

  }

  @media screen and (max-width: 768px) {

    
    .about-content h1 {
      font-size: 16px;
    }
    .about-content h2, .about-content h3, .about-content p {
      font-size: 4.5vw;
    }

  }

  .tokenomics-image img {
    width: 90vw !important; 
    height: auto !important; 
  }

  .about-content {

    padding-bottom: 25vw;
    
  }

  html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    position: relative;
}

.about-overlay {

  height: 220vw !important;
  top: 11vw;
}

.close-button {

  display: none;
}

}
.top-advert {
    width: 94vw; 
    max-height: 9vw; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative; 
    top: 1vw;
    left: 3vw; 
    z-index: 1;
    border: 0.5px solid #FF9933; 
    border-radius: 10px; 
}

.top-advert video {
    max-height: 100%; 
    max-width: 100%; 
    height: auto; 
    width: auto; 
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .top-advert{

        width: 97.5vw !important;
        left: 0.3vw !important;
    }
    
}

@media screen and (max-width: 375px) {
    .top-advert{

        width: 96.6vw !important;
        left: 1vw;
    }
    
}

@media screen and (min-width: 376px) and (max-width: 540px) {

    .top-advert{

        width: 96.6vw !important;
        left: 1vw;
    }

}

@media screen and (max-width: 1024px) {
    .top-advert{

        width: 98.2vw;
        left: 0.5vw;
    }
    
}

.bottom-menu {
    display: none; 
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%; 
    background-color: #17171c; 
    color: #fff; 
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3); 
    z-index: 9999;
    justify-content: space-around; 
    align-items: center;
}

.bottom-menu button {
    background: none; 
    border: none; 
    color: #fff; 
    font-size: 1.5em; 
    padding: 0 15px; 
    cursor: pointer;
    position: relative; 
}

.bottom-menu button:hover, .bottom-menu button:focus {
    color: #ff9900;
}




@media screen and (max-width: 1024px) {
    .bottom-menu {
        display: flex; 
        height: 6vh; 
        font-size: 1vw; 
    }
}


@media screen and (max-width: 768px) {
    .bottom-menu {
        height: 5vh; 
    }

    @media screen and (max-width: 375px) {
        .bottom-menu button {
          
            height: 10vw !important; 
            font-size: 1.4em !important; 
 
        }
    }
    

    @media screen and (max-width: 430px) {
        .bottom-menu {
            
            height: 10vw !important;
            font-size: 4vw !important;


        }

    }
    

    @media screen and (max-width: 390px) {
        .bottom-menu {
          
            height: 10vw !important; 
            font-size: 4wv; 
        }
    }
    
 
    @media screen and (max-width: 430px) {
        .bottom-menu {
          
           height: 10vw !important; 
           font-size: 4wv; 
        }
    }

    @media screen and (max-width: 412px) {
        .bottom-menu {
       
          height: 10vw !important; 
          font-size: 4wv; 
        }
    }
}

.twitter-voting-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171b26;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


@keyframes blinking {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


.twitter-link-image {
  position: relative;
  width: 20vw;
  height: 20vw;
  display: block;
  bottom: 7.5vw;
  margin-bottom: -16vw;
  
}

.top-buttons-container {
  text-align: right;
  padding: 0.7vw;
  margin-bottom: 1vw;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
}

.add-influencer-button, .top-community-button {
  margin: 0 5px;
  padding: 5px 10px;
}

.voting-box-container {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin: 10vw auto; 
  max-width: 90vw; 
}

.twitter-link, .twitter-link:visited, .twitter-link:hover, .twitter-link:active {
  color: #ff9933;
  text-decoration: underline;
}


.twitter-link:hover {
  text-decoration: none;
}

.voting-box {
  background-color: #171b26;
  border: 0.1vw solid #FF9933;
  border-radius: 0.8vw;
  width: 45vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0vw;
  overflow: hidden;
  margin-left: 1.5vw;
}

.voting-table {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  margin-top: 4.1vw;
  z-index: 9999;
}

.voting-table tbody tr td {
  border-top: none; 
  border-bottom: 0.2px none; 
}

.voting-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.voting-table thead th {
  position: sticky;
  top: 0;
  background-color: #171b26;
  z-index: 10;
  border-bottom: 0.2px solid #ff9933;
}

.voting-table tbody tr {
  display: table-row;
  height: 2vw;
  overflow-y: hidden;
}

.voting-table tbody td {
  padding: 0vw; 
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
}

.profile-name {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  height: 100%;
  margin-left: 2vw; 
  white-space: pre-line;
  text-align: left;
}

.voting-table tbody td.profile-info {
  display: flex;
  align-items: center; 
  justify-content: start; 
  padding: 0.2vw; 
}

.voting-twitter-logo-img {
  position: relative;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1vw;
  top: 0vw;
  left: 2vw;


}

.leaderboard-rank {
  
  position: relative;
  left: 1vw;
  font-weight: bold;
  color: #ff9933;

}

.voting-submit-button2 {
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: green;
  color: white;
  width: 10vw;
  height: 3vw;
  font-size: 1vw;
}

.voting-close-button2 {
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: red;
  color: white;
  width: 10vw;
  height: 3vw;
  font-size: 1vw;
}


.display-box {
  background-color: #171b26;
  border: 0.1vw solid #FF9933;
  justify-content: center;
  border-radius: 0.8vw;
  width: 45vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0vw;
  margin: 0 2vw;
  overflow: auto;
}

.display-box-iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 70vh !important;
}

.vote-button.thumbs-up {
  padding: 0.4vw 0.6vw;
  margin: 0 0.1vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: green;
  color: white;
}

.vote-button.thumbs-down {
  padding: 0.4vw 0.6vw;
  margin: 0 0.4vw;
  border: none;
  border-radius: 0.1vw;
  cursor: pointer;
  background-color: red;
  color: white;
}

.vote-button.voted {
  padding: 5px 10px;
  margin: 0 5px;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
  background-color: gray;
  color: white;
}



.disabled-button {
  background-color: gray;
  color: white;
  cursor: not-allowed;
  padding: 0.4vw 0.6vw;
  margin: 0 0.4vw;
  border: none;
  border-radius: 0.1vw;
}


.ranking, .influencers {
  font-size: 1.1vw;
}

.ranking-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  top: 0vw;
}

.ranking {
  color: #ff9933;
  font-weight: bold;
}

.influencers {
  color: #FFFFFF;
  font-weight: bold;
}

.top-buttons-container {
  justify-content: flex-start;
}

.top-buttons-container {
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 5vw;
  margin-right: 5vw;
  margin-top: 3vw;
}

.voting-search-bar {
  position: relative;
  margin-top: 0vw;
  width: 37vw !important;
  height: 2vw;
  bottom: 1.5vw;
}

.add-influencer-button {
  position: relative;
  background-color: green;
  border-radius: 0.2vw;
  color: #ffffff;
  border: none;
  width: 7vw;
  height: 3vw;
  font-size: 1vw;
  left: 5vw;
  bottom: 3.58vw;
}

.top-close-button {
  background-color: red;
  position: relative;
  border-radius: 0.2vw;
  color: #ffffff;
  border: none;
  width: 7vw;
  height: 3vw;
  font-size: 1vw;
  left: 5vw;
  bottom: 3vw;
}

.latest-reports-button {
  background-color: red;
  position: relative;
  border-radius: 0.2vw;
  color: #ffffff;
  border: none;
  width: 7vw;
  height: 3vw;
  font-size: 1vw;
  left: 4.81vw;
  bottom: 3.57vw;
}

.add-influencer-form input[type="text"],
.add-influencer-form textarea {
  width: 38vw;
}

.add-influencer-form .button-container {
  text-align: center;
  margin-top: 10px;
}

.voting-submit-button {
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: green;
  color: white;
  width: 10vw;
  height: 3vw;
  font-size: 1vw;
}

.voting-close-button {
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: red;
  color: white;
  width: 10vw;
  height: 3vw;
  font-size: 1vw;
}

.profile-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #171b26;
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 20px;
  z-index: 10002;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

.profile-popup-logo {
  width: 10vw; 
  height: 10vw; 
  border-radius: 50%; 
  object-fit: cover; 
 
}

.profile-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.profile-popup .profile-info p {
  color: #ff9933; 
}

.scam-report-form2 {

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #171b26;
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 20px;
  z-index: 10002;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

@keyframes flashing {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.report-scam-button, .close-popup-button, .view-reports-button {

  margin-top: 10px;
}

.report-scam-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  width: 10vw;
  height: 3vw;
}

.close-popup-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  width: 10vw;
  height: 3vw;
}

.lower-title-font {
  font-family: "Your Desired Font", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: pre-line;
  padding-bottom: 1vw;
}

.button-container {
  text-align: center;
}

.voting-scam-submit-button {
  background-color: green;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 1vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  margin-left: 22.5%;
}

.voting-scam-close-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 1vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
}

.input1-field {
  color: black; 
}


@media screen and (min-width: 280px) and (max-width: 819px) {


  .add-influencer-button svg,
  .top-close-button svg {
    display: none; 
  }

  .leaderboard-position {
  
   display: none;
  
  }

  .voting-table colgroup .col-name {
    width: 35% !important; /* Increase the width as per your requirement */
  }

  .twitter-link-image {
    position: relative;
    width: 60vw;
    height: 60vw;
    display: block;
    bottom: 20vw;
    margin-bottom: -44vw;
    
  }
  
  .top-buttons-container {
    position: relative;
    bottom: 10vw;
    text-align: right;
    padding: 0.7vw;
    margin-bottom: 10vw;
    width: 100%;
    box-sizing: border-box;
  }
  
  .voting-box-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin: 10vw auto; 
    max-width: 100vw;
  }
  
  .voting-box {
    background-color: #171b26;
    border: 0.1vw solid #FF9933;
    border-left: none;
    border-right: none;
    border-radius: 0.8vw;
    width: 100vw !important;
    height: 100vh;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 0vw;
    overflow: hidden;
    margin-left: 00vw;
  }
  
  .voting-table {
    width: 99vw;
    max-height: 80vh;
    overflow-y: auto;
    margin-top: 4.1vw;
    margin-left: 1vw;
    overflow-x: hidden;
    padding-bottom: 20vw;
  }
  
  
  
  .voting-twitter-logo-img {
    position: relative;
    width: 9vw;
    height: 9vw;
    top: 0vw;
    border-radius: 50%;
    object-fit: cover;
    left: 2vw;
  
    
  
  }
  
  .display-box {

    display: none;
    
  }
  
  .vote-button.thumbs-up {
    padding: 1.5vw;
    margin: 0 0.9vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: green;
    color: white;
  }

  
  .vote-button.thumbs-down {
    padding: 1.5vw;
    margin: 0 0.4vw;
    border: none;
    border-radius: 0.1vw;
    cursor: pointer;
    background-color: red;
    color: white;
  }
  
  .vote-button.voted {
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    cursor: not-allowed;
    background-color: gray;
    color: white;
  }
  
  .disabled-button {
    background-color: gray;
    color: white;
    cursor: not-allowed;
    width: 7vw;
    height: 6vw;
  }
  
  .sentiment-bar {
    width: 80%;
    height: 1.5vh;
    background: linear-gradient(to right, red 50%, green 50%);
    border-radius: 1vw;
    overflow: hidden;
    border: 0.07vw solid white; 
  }
  
  .red-section, .green-section {
    height: 100%;
    float: left;
    transition: width 0.3s ease-in-out;
    background: linear-gradient(to right, #ff6161, #ff0000);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .green-section {
    background: linear-gradient(to right, #00ff00, #61ff61);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .sentiment-bar:hover {
    filter: brightness(1.1);
  }
  
  .ranking, .influencers {
    font-size: 3.3vw;
  }
  
  .ranking-title {
    position: relative;
    padding-top: 1vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0px;
    left: 31vw;
    top: 9vw;
  }
  
  .ranking {
    color: #ff9933;
    font-weight: bold;
    font-size: 2.7vw;
  }
  
  .influencers {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.7vw;
  }
  
  .top-buttons-container {
    justify-content: flex-start;
  }
  
  .top-buttons-container {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 10vw;
    margin-right: 50vw;
    margin-top: 10vw;
  }
  
  .voting-search-bar {
    position: relative;
    margin-top: 0vw;
    width: 80vw !important;
    height: 6vw;
    top: 4vw;
    left: 18vw;
  }
  
  .add-influencer-button {
    position: relative;
    background-color: green;
    border-radius: 0.2vw;
    color: #ffffff;
    border: none;
    width: 15vw;
    height: 9vw;
    font-size: 2.8vw;
    left: 17.4vw;
    bottom: 0.16vw;
  }
  
  .top-close-button {
    position: relative;
    background-color: red;
    position: relative;
    border-radius: 0.2vw;
    color: #ffffff;
    border: none;
    width: 15vw;
    height: 9vw;
    font-size: 2.8vw;
    left: 18vw;
    margin-left: 0vw;
    bottom: 0vw;
  }

  .latest-reports-button {
    background-color: ff9933;
    position: relative;
    border-radius: 0.2vw;
    color: #ffffff;
    border: none;
    width: 15vw;
    height: 9vw;
    font-size: 2.8vw;
    left: 17vw;
    bottom: 1.7vw;
  }
  
 
.add-influencer-form textarea {
  height: 7vw; 
  resize: vertical; 
  margin-left: 10vw;
  
}
  
  .add-influencer-form .button-container {
    text-align: center;
    margin-top: 10px;
  }

  .voting-submit-button {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: green;
    color: white;
    width: 30vw;
    height: 7vw;
    font-size: 4vw;
  }
  
  .voting-close-button {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: red;
    color: white;
    width: 30vw;
    height: 7vw;
    font-size: 4vw;
  }

  .add-influencer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .add-influencer-form .input-field,
  .add-influencer-form textarea {
    width: 100vw;
    margin-bottom: 10px;
  }
  
  .add-influencer-form .button-container {
    display: block;
    text-align: center;
  }
  
  .add-influencer-form .voting-submit-button2,
  .add-influencer-form .voting-close-button2 {
    width: 40vw;
    height: 10vw;
    margin-bottom: 10px;
    font-size: 4vw; 
  }


  .voting-submit-button2 {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: green;
    color: white;
    width: 10vw;
    height: 3vw;
    font-size: 1vw;
  }

  .voting-close-button2 {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: red;
    color: white;
    width: 10vw;
    height: 3vw;
    font-size: 1vw;
  }

  .profile-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #171b26;
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 20px;
  z-index: 10002;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

.profile-popup-logo {
  width: 10vw; 
  height: 10vw; 
  border-radius: 50%; 
  object-fit: cover; 
 
}

.profile-info {
  margin-top: 10px;
}

.flashing-text {
  color: #FF9933;
  animation: flashing 2s infinite;
}

.profile-popup .profile-info p {
  color: #ff9933; 
}

@keyframes flashing {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.report-scam-button, .close-popup-button {

  margin-top: 10px;
}

.report-scam-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  width: 10vw;
  height: 3vw;
}

.close-popup-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  width: 10vw;
  height: 3vw;
}

.profile-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #171b26;
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 10vw;
  width: 70vw;
  z-index: 10002;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

.profile-popup-logo {
  width: 25vw; 
  height: 25vw; 
  border-radius: 50%; 
  object-fit: cover; 
 
}

.profile-info {
  margin-top: 10px;

}

.flashing-text {
  color: #FF9933;
  animation: flashing 2s infinite;
  
}

.profile-popup .profile-info p {
  color: #ff9933; 
}

@keyframes flashing {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.report-scam-button, .close-popup-button {

  margin-top: 10px;
}

.report-scam-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 3vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
  

}

.close-popup-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
}


.lower-title-font {
  font-family: "Your Desired Font", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: pre-line;
  padding-bottom: 4vw;
}

.button-container {
  text-align: center;
}

.voting-scam-submit-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 3vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
}

.voting-scam-close-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
}
  

}

@media screen and (min-width: 820px) and (max-width: 1024px) {

  .top-buttons-container {
    position: relative;
    bottom: 10vw;
    text-align: right;
    padding: 0.7vw;
    margin-bottom: 10vw;
    width: 100%;
    box-sizing: border-box;
  }

  .twitter-link-image {
    position: relative;
    width: 60vw;
    height: 60vw;
    display: block;
    bottom: 20vw;
    margin-bottom: -44vw;
    
  }
  
  .voting-box-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin: 10vw auto; 
    max-width: 100vw;
  }
  
  .voting-box {
    background-color: #171b26;
    border: 0.1vw solid #FF9933;
    border-left: none;
    border-right: none;
    border-radius: 0.8vw;
    width: 100vw !important;
    height: 100vh;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 0vw;
    overflow: hidden;
    margin-left: 00vw;
  }
  
  .voting-table {
    width: 99vw;
    max-height: 75vh;
    overflow-y: auto;
    margin-top: 4.1vw;
    margin-left: 1vw;
    overflow-x: hidden;
  }
  
  
  
  .voting-twitter-logo-img {
    position: relative;
    width: 9vw;
    height: 9vw;
    top: 0vw;
    border-radius: 50%;
    object-fit: cover;
    left: 2vw;
  
    
  
  }
  
  .display-box {

    display: none;
    
  }
  
  .vote-button.thumbs-up {
    padding: 1.5vw;
    margin: 0 0.9vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: green;
    color: white;
  }

  
  .vote-button.thumbs-down {
    padding: 1.5vw;
    margin: 0 0.4vw;
    border: none;
    border-radius: 0.1vw;
    cursor: pointer;
    background-color: red;
    color: white;
  }
  
  .vote-button.voted {
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    cursor: not-allowed;
    background-color: gray;
    color: white;
  }
  
  .disabled-button {
    background-color: gray;
    color: white;
    cursor: not-allowed;
  }
  
  .sentiment-bar {
    width: 80%;
    height: 1.5vh;
    background: linear-gradient(to right, red 50%, green 50%);
    border-radius: 1vw;
    overflow: hidden;
    border: 0.07vw solid white; 
  }
  
  .red-section, .green-section {
    height: 100%;
    float: left;
    transition: width 0.3s ease-in-out;
    background: linear-gradient(to right, #ff6161, #ff0000);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .green-section {
    background: linear-gradient(to right, #00ff00, #61ff61);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .sentiment-bar:hover {
    filter: brightness(1.1);
  }
  
  .ranking, .influencers {
    font-size: 2.5vw;
  }
  
  .ranking-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0px;
    left: 31vw;
    top: 7vw;
  }
  
  .ranking {
    color: #ff9933;
    font-weight: bold;
  }
  
  .influencers {
    color: #FFFFFF;
    font-weight: bold;
  }
  
  .top-buttons-container {
    justify-content: flex-start;
  }
  
  .top-buttons-container {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 10vw;
    margin-right: 50vw;
    margin-top: 10vw;
  }
  
  .voting-search-bar {
    position: relative;
    margin-top: 0vw;
    width: 84vw !important;
    height: 6vw;
    top: 4vw;
    left: 18vw;
  }
  
  .add-influencer-button {
    position: relative;
    background-color: green;
    border-radius: 0.2vw;
    color: #ffffff;
    border: none;
    width: 16vw;
    height: 9vw;
    font-size: 2.8vw;
    left: 16vw;
    bottom: 0.5vw;
  }

  .latest-reports-button {
    background-color: #ff9933;
    position: relative;
    border-radius: 0.2vw;
    color: #ffffff;
    border: none;
    width: 15vw;
    height: 9vw;
    font-size: 2.8vw;
    left: 16.7vw;
    bottom: 2vw;
  }
  
  .top-close-button {
    position: relative;
    background-color: red;
    position: relative;
    border-radius: 0.2vw;
    color: #ffffff;
    border: none;
    width: 15vw;
    height: 9vw;
    font-size: 2.8vw;
    left: 18vw;
    margin-left: 0vw;
    bottom: 0.4vw;
  }
  
 
.add-influencer-form textarea {
  height: 7vw; 
  resize: vertical; 
  margin-left: 10vw;
  
}
  
  .add-influencer-form .button-container {
    text-align: center;
    margin-top: 10px;
  }

  .voting-submit-button {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: green;
    color: white;
    width: 29vw;
    height: 6vw;
    font-size: 3vw;
  }
  
  .voting-close-button {
    position: relative;
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: red;
    color: white;
    width: 29vw;
    height: 6vw;
    font-size: 3vw;
   
   
  }

  .add-influencer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .add-influencer-form .input-field,
  .add-influencer-form textarea {
    width: 100vw;
    margin-bottom: 10px;
  }
  
  .add-influencer-form .button-container {
    display: block;
    text-align: center;
  }
  
  .add-influencer-form .voting-submit-button2,
  .add-influencer-form .voting-close-button2 {
    width: 40vw;
    height: 10vw;
    margin-bottom: 10px;
    font-size: 4vw; 
  }


  .voting-submit-button2 {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: green;
    color: white;
    width: 10vw;
    height: 3vw;
    font-size: 1vw;
  }

  .voting-close-button2 {
    padding: 0.4vw 0.6vw;
    margin: 0 0.5vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: red;
    color: white;
    width: 10vw;
    height: 3vw;
    font-size: 1vw;

  }

  .profile-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #171b26;
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

.profile-popup-logo {
  width: 10vw; 
  height: 10vw; 
  border-radius: 50%; 
  object-fit: cover; 
 
}

.profile-info {
  margin-top: 10px;
}

.flashing-text {
  color: #FF9933;
  animation: flashing 2s infinite;
}

.profile-popup .profile-info p {
  color: #ff9933; 
}

@keyframes flashing {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.report-scam-button, .close-popup-button {

  margin-top: 10px;
}

.report-scam-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  width: 10vw;
  height: 3vw;
}

.close-popup-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1vw;
  width: 10vw;
  height: 3vw;
}



.profile-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #171b26;
  border: 2px solid #FF9933;
  border-radius: 10px;
  padding: 10vw;
  width: 70vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

.profile-popup-logo {
  width: 25vw; 
  height: 25vw; 
  border-radius: 50%; 
  object-fit: cover; 
 
}

.profile-info {
  margin-top: 10px;

}

.flashing-text {
  color: #FF9933;
  animation: flashing 2s infinite;
  
}

.profile-popup .profile-info p {
  color: #ff9933; 
}

@keyframes flashing {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.report-scam-button, .close-popup-button {

  margin-top: 10px;
}

.report-scam-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 3vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
  

}

.close-popup-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
}


.lower-title-font {
  font-family: "Your Desired Font", sans-serif;
  font-size: 4vw;
  font-weight: bold;
  color: white;
  text-align: center;
  white-space: pre-line;
  padding-bottom: 4vw;
}

.button-container {
  text-align: center;
}

.voting-scam-submit-button {
  background-color: red;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 3vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
}

.voting-scam-close-button {
  background-color: #FF9933;
  color: white;
  padding: 0.4vw 0.6vw;
  margin: 0 0.5vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 4vw;
  width: 30vw;
  height: 7vw;
}
  

}
