
.pad-10{
    padding: 10px;
}

.kwiwkwi{
    border: 0px solid #ffffff50;
    background-color: #0062e2;
 }
.receipt{
    padding: 50px;
    text-align: center;
    font-size: 2em;
    border: 0px solid #ffffff50;
    background-color: #1b9c5c88;
    color: #ffff;
    border-radius: 15px;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.green-Go{
    color: #0fe00f !important;
}

.green-Go i{
    color: #0fe00f !important;
}

.btn-xc{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}
.xcsp-none{
    display: none;
}

.play_btn-hetn{
    position: absolute;
    text-decoration: none;
    padding: 10px;
    color: #0b75ff;
    top: 0px;
    right: 10px;
    transition: 2s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
}

.play_btn-hetn:hover{
    animation: rainbow ease-in 5s infinite;
    -webkit-animation: rainbow ease-in 5s infinite;
}

.nopadding{
    padding: 0px !important;
    margin: 0px !important;
}
.curve-5tlr{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hfs2{
 font-size: 2.5em;
}

.sub_headers-hetn{
    position: relative;
    top: -10px;
}
.hpad-space{
    position: relative;
    padding: 15px;
    padding-top: 1px;
    top: -10px;
}

/* Team Space styles */

.team-header-text{
    
  background-color: rgba(176,176,176,0.7);
}
.team-the-header{
    position: relative;
    padding: 100px 20px;

}
.team-header-background{
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.space-pad200{
    padding: 20px;
}
.team-profile-picture{
    position: relative;
    border-radius:100px;
    height: 150px;
    width: 150px;
    z-index: 3;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
}

.team-deets{
    position: absolute;
    left: 0;
    margin-top: -18px;
    z-index: 1;
    background: linear-gradient(90deg, #00000079, #00000000);
    padding: 10px;
    padding-left: 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.team-title{
    font-size: 3.2em;
    color: #fff;
    text-shadow: 0px 2px 2px #00000034;
}

.team-texters{
    color: #fff;
    text-shadow: 0px 2px 2px #00000034;
}

.team-subtitle{
    font-size: 0.9em;
    margin-top: -38px;
    margin-left: 2px;
    letter-spacing: 5px;
    color: #fff;
    text-shadow: 0px 2px 2px #00000034;
}
.team-emoji{
    position: absolute;
    font-size: 6em;
    z-index: 5;
    opacity: 0;
    transition: 5s ease-in-out ;
    -webkit-transition: 5s ease-in-out ;
    -moz-transition: 5s ease-in-out ;
    -ms-transition: 5s ease-in-out ;
    -o-transition: 5s ease-in-out ;
}
.team-emoji:hover{
    position: absolute;
    font-size: 6em;
    z-index: 5;
    opacity: 1;
}
.sub_profile_img{
    position: relative;
    top: 5px;
    left: 3px;

}
.sub_username{
    position: relative;
    top: -10px;
    left: 43px;
    font-size: 0.8em;
}
.sub_ranker{
    position: relative;
    top: 5px;
    left: 3px;

}

.user-emoji{
    font-size: 2em;
}

.bg-kings{
    background: linear-gradient( 180deg, #ffda05, #c2a60b);    
}

.pro-box{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .pro-item {
    margin: 100px auto;
    margin-top: -80px;
    width: 170px;
    height: 170px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
  
  .pro-item::before {
    content: attr(content);
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 1;
    background-color: #eee;
    border-radius:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
}
  
  .pro-item::after {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    border-radius: 100px;
    background: conic-gradient(  #ffffff 0%12.5%,#ffffffaf 12.5%25%, #ffffff2d 25%37.5%, #ffffff00 37.5%50%, #ffffff00 50%62.5%, #ffffff3a 62.5%75%,  #ffffffa1 75%87.5%, #ffffff 87.5%100% );
    animation: border-animation 0.5s linear infinite;
    -webkit-animation: border-animation 0.5s linear infinite;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
   
}



/* image backgroung */

.bg-card-body {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-card-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0); /* Adjust the alpha value (0.5) to control the fade level */
    z-index: 1;
}

.bg-card-body > * {
    position: relative;
    z-index: 2;
}



  
  @keyframes border-animation {
    to {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  



  /* Chatroom styles */
.chatroom{
    position: fixed;
    bottom: 20px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ff7b00, #0a60ff);
    background-size: 200% 200%; /* Adjust to create the flow effect */
    animation: flow 8s ease infinite; /* 8s is the duration of the animation */
    z-index: 100;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.chatroom > i{
    font-size: 1.5em;
    color:#ffffff;
    animation: colorChange 5s ease infinite;
    -webkit-animation: colorChange 5s ease infinite;
}

@keyframes flow {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes colorChange {
    0%, 100% {
        color: #ffffff; /* Original color */
    }
    50% {
        color: #ff8800; /* New color to change to */
    }
}
















@keyframes gold {
    0% { color: #FFD700; } /* Initial color: gold */
    50% { color: #EAC117; } /* Transition to a slightly darker shade */
    100% { color: #FFD700; } /* Back to gold */
  }
  
  .gold-animation {
    animation: gold ease-in 2s infinite;
    -webkit-animation: gold ease-in 2s infinite;
}

  
  @keyframes rainbow {
    0% { color: red; }
    16.7% { color: orange; }
    33.3% { color: yellow; }
    50% { color: green; }
    66.7% { color: blue; }
    83.3% { color: indigo; }
    100% { color: violet; }
  }



  /* chatroom styles */

#chatroom-editor-container {
    max-width: 100%; /* Ensures the container fits within the screen */
    width: 100%; /* Optional, to make sure it takes the full available width */
}

#chatroom-editor {
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    width: 100%;
    max-width: 100%;
    height: auto; /* Adjust height as needed */
    overflow-wrap: break-word; /* Ensures long words break and wrap to the next line */
    word-wrap: break-word; /* Ensures compatibility with older browsers */
    white-space: pre-wrap; /* Preserves whitespace and breaks lines as in the source */
}

.ql-toolbar .ql-custom .ql-send {
    position: absolute;
    right: 19px;
    margin-top: -18px;
    background: #ff9c07;
    color: white;
    border: none;
    padding: 8px 1px;
    width: 80px;
    height: 35px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    animation: go_buttons ease-in-out 0.5s infinite;
    -webkit-animation: go_buttons ease-in-out 0.5s infinite;
}

.ql-toolbar .ql-custom .ql-send:hover {
    background: linear-gradient( 180deg, #ffbd07, #ff9c07);  
    color: #ffffff;
    font-weight: 600;
}



@keyframes go_buttons {
    0% { background: linear-gradient( 90deg, #ff8b07, #ff6a07);  } /* Initial color: gold *//* Initial color: gold */
    25% { background: linear-gradient( 90deg, #ff9c07, #ffbd07);  } 
    50% { background: linear-gradient( 90deg, #ffbd07, #ff9c07);  } /* Transition to a slightly darker shade */
    100% { background: linear-gradient( 90deg, #ff7f07, #ffbd07);  } /* Back to gold */
  }