@font-face {
    font-family: gameoutline;
    src: url(/assets/fonts/GamePlayedOutline-wrX8.ttf);
  }
  @font-face {
    font-family: game;
    src: url(/assets/fonts/GamePlayed-vYL7.ttf);
  }

  @font-face {
    font-family: mostly;
    src: url(/assets/fonts/Mostleyscript-Pxgm.ttf);
  }


  @font-face {
    font-family: pointsfont;
    src: url(/assets/fonts/HollyGrooveThree-MAOmn.ttf);
  }

  .middleContainer{
    position: absolute;
    background: radial-gradient(circle, rgb(249 231 193) 0%, rgb(255 186 75) 100%);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 100%;
    margin-top: 220px;
  }

.spinner-container {
    height: 250px;
  }
  body{
    overflow: hidden;
    min-height: 100%;
    isolation: isolate;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0) !important;
    /* background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255,174,0,1) 100%); */
    background-size: cover;
    background-repeat: no-repeat;



       
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .spinner {
    background-position: center;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/spinner.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: transform 1s ease-out;
    cursor: pointer;
    animation: none; 
  }
  .celebration {
  transform: translate(-50%, -50%);

  text-align: center;
  animation: popUp 0.3s forwards;
  left: 0;
  }

  #celebration-text{
    font-size: 20px;
   font-family: pointsfont;
    color: #000;
  }

  @keyframes popUp {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }



/* Keyframes for the rotation */
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(1800deg); /* 20 rounds (3600 degrees) */
  }
}



  .content {
    display: none;
    }
    
    .content.active {
     display: block;
     animation: popUp 0.3s forwards;
    }
       .header{
          position: absolute;
          top: 0 ;
          left: 0;
          right: 0;
          background:black;
          width: 100%;
          height: 200px;
          display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
    
       }
    
       .topDesign{
          position: absolute;
          background: linear-gradient(180deg, rgba(255, 174, 0, 1) 0%, rgb(255 211 140) 100%);
          box-shadow: 0px 20px 20px 20px rgb(255, 211, 140);
          left: 0;
          right: 0;
          width: 100%;
          height: 150px;
          margin-top: 7px;
          top: 13%;
          border-top-left-radius: 50px;
          border-top-right-radius: 50px;
       }
       .profile {
        left: 10px;
        display: flex;
        align-items: center;
        top: 10px;
        position: absolute;
        color: white;
        border: 1px solid #ffdca35c;
        padding: 5px;
        border-radius: 5px;
    }
    
    .profile-pic {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 10px;
    }
    
    .name {
       
        color: white;
    }
    
    
    .spins {
     
      color: #fff;
      position: absolute;
      right: 10px;
      top: 10px;
      border: 1px solid #ffdeaa47;
      padding: 5px;
      border-radius: 5px;
      
    }
    .walletconnect{
      color: #fff;
      position: absolute;
      right: 10px;
      top: 57px;
      border: 1px solid #ffdeaa47;
      padding: 5px;
      border-radius: 5px;
    }
    .trophy{
      left: 0px;
    position: absolute;
    top: 50px;
    display: flex;
    border: 1px solid #ffdfab4d;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    }

    .speed{
       left: 0px; 
       position: absolute;
       top: 26px;
       display: flex;
       width: 150px;
   }
    .fa{
       color: #ffba44;
    }
    .coinlogo{
       width:50px;
    }
    .totalPoints{
    font-size: 40px;
    }
    .pointContainer{
      margin-top: -100px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
    }
    
    .bottom-menu {
       display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #333;
        color: #fff;
        box-shadow: 0 -4px 10px rgb(0 0 0);
        z-index: 1000;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
       
    }
    
    .menu-item {
        text-decoration: none;
        color: #fff;
        text-align: center;
        flex: 1;
    }
    
    .menu-item i {
        font-size: 20px; /* Adjust icon size as needed */
        display: block;
    }
    
    .menu-item i.clicked {
       animation: popUp 0.3s forwards;
       font-size: 40px;
       color: #dfb015;
    }
    .menu-item span {
        display: block;
        font-size: 12px; /* Adjust text size as needed */
    }
 
.chat-bubble {
  bottom: 42px;
  left: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #333333;
  color: #fdfdfd;
  font-size: 35px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* Define the vibrate animation */
@keyframes vibrate {
  0% { transform: translateX(0); }
  10% { transform: translateX(-5px); }
  20% { transform: translateX(5px); }
  30% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  50% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
  70% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  90% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

/* Apply vibrate animation on click */
.chat-bubble:active {
  animation: vibrate 0.5s; /* Animation duration */
}
.spinwidget{
  display: flex;
  bottom: -79px;
  left: -23px;
  flex-direction: column;
    align-items: center;
  
}


.influencer-icon{
  padding: 5px;
   font-size: 20px;
   margin-right: 10px;
 }
 
.row-box-image {
  width: 50px; /* Set the desired width for the image */
  height: 50px; /* Set the desired height for the image */
  margin-right: 10px; /* Space between the image and content */
  object-fit: cover; /* Ensure the image covers the space without distortion */
  border-radius: 5px; /* Optional: add rounded corners to the image */
}

.leaderboard-title{
color: black;
}

.container-task {
  width: auto;
   max-width: 800px;
   padding: 20px;
 
   border-radius: 10px;
   max-height: 500px;
   overflow-y: auto;
}

.container-buy {
   padding: 10px;
   width: 380px;
   border-radius: 10px;
   max-height: 500px;
   overflow-y: auto;
   background: #333333;;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   color: white;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 10px;
}

.pack1{
  display: flex;
  align-items: center;
}

.text-center{
  text-align: center;
}
.main-heading {
   text-align: center;
   margin-top: 20px;
   color: #333;
}

.subsection {
   margin-top: 30px;
   /* padding-left: 20px;
   padding-right: 20px; */
}

.subsection h2 {
   font-size: 20px;
   color: #555;
   margin-bottom: 10px;
}

.buy{
  display: block;
   animation: popUp 0.3s forwards;
   max-height: 500px;
   overflow-y: auto;
}

.row-box {

   position: relative;
   display: flex;
   /* justify-content: space-between; */
   /* align-items: center; */

   flex-direction: column;

}
.row-box-title{
  display: flex;
   justify-content: space-between;
}

.row-box:last-child {
   margin-bottom: 0;
}

.code-container{
  margin-top: 20px;
   border: 1px solid black;
   font-size: 30px;
   padding: 10px;
   border-radius: 10px;
}

.history-heading{
  margin-top: 30px;
}

.history-container{
 
  width: auto;
   max-width: 800px;
   padding: 20px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   text-align: center;
   max-height: 500px;
   overflow-y: auto;
}
.stats-container {
   width: 100%;
   max-width: 600px;
}

.stats-box {
   background-color: #333333;;
   color: #fff;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   padding: 20px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
   border-radius: 10px;
   position: relative;
}

.stat-item {
   width: 48%;
   text-align: center;
}

.stat-item h2 {
   margin: 0;
   font-size: 18px;
}

.stat-item p {
   margin: 10px 0 0;
   font-size: 24px;
   font-weight: bold;
}

.divider {
   width: 2px;
   background-color: #555;
   position: absolute;
   top: 20px;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
}

.flexcontainer{
  display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.leaderboard {
   width: auto;
   max-width: 800px;
   padding: 20px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   text-align: center;
   max-height: 500px; /* Set max height for scrollable area */
   overflow-y: auto; /* Enable vertical scrolling */

}


table {
   width: 100%;
   border-collapse: collapse;
}

th, td {
   padding: 12px 15px;
   text-align: left;
   border-bottom: 1px solid #ddd;
}

th {
  background-color: #333333;
   color: #fff;
}

td {
   color: #555;
}

tbody tr:hover {
   background-color: #f1f1f1;
}

@media screen and (max-width: 600px) {
   th, td {
       padding: 10px;
       font-size: 14px;
   }

  
}
   .xxx{
     display: flex;
   flex-direction: column;
   align-items: center;
   }
.progress {
 background-color: #d8d8d8;
 border-radius: 20px;
 position: relative;
 margin: 15px 0;
 height: 30px;
 width: 300px;
}

.progress-done {
 background: linear-gradient(to left, #333, #333);
 box-shadow: 0 3px 3px -5px #4a4a4a, 0 2px 5px #333;
 border-radius: 20px;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
 width: 0;
 opacity: 0;
 transition: 1s ease 0.3s;
}
  #awardName{
     margin-top: 60px;
  }
  .color-dark{
     color:black;
  }
  .trophy-container {
           display: flex;
           align-items: center;
           justify-content: center;
       
           flex-direction: column;
           color: #333333;;
       }
       .trophy-img {
           width: 50%;
          
           object-fit: contain;
       }
   
       .arrow{
        user-select: none;
        cursor: pointer;
       }
       #prev-arrow {
        left: 40px;
   position: absolute;
   font-size: 50px;
       }

       #next-arrow {
        right: 40px;
   position: absolute;
   font-size: 50px;
       }