/* need to remove */
.hide {
  display: none !important;
}

body {
  padding: 0;
  margin: 0;
  color: white;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

body, html {
  height: 100%;
  overflow: hidden;
}

/* toast start */
#toast_div {
  width: 150px;
  height: 20px;
  height: auto;
  position: absolute;
  /* top: 10px; */
  /* right: 10px; */
  /* background-color: #7e5730; */
  background-color: rgba(126,87,48, 0.75);
  bottom: 23%;
  right: 25%;
 
  font-size: 15px;
  padding: 10px;
  text-align: center;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(56, 56, 56, 1);
  -moz-box-shadow: 0px 0px 15px -1px rgba(56, 56, 56, 1);
  box-shadow: 0px 0px 15px -1px rgba(56, 56, 56, 1);
  /* z-index: 1; */
  z-index: 1000;
}

#toast_msg {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* toast end */

/* common progress bar start */
.progress_bar_container {
  width: 100%;
  height: 8px;
  border-radius: 10px;
  /* border: 2px solid #ffaf611a; */
  border: 2px solid #ffaf6138;
  background-color: #ffaf6108;
  padding: 1px;
}

.progress_bar {
  width: 0%;
  background-color: #b8793b9c;
  /* background-color: #FAB97F; */
  height: 8px;
  border-radius: 10px;
}

/* common progress bar end */

/* loading screen start */
.loading_screen_img {
  height: 100%;
  width: 100%;
}

/* loading screen start */

/* welcome screen start */
.welcome_screen {
  height: 100vh;
  background-color: #0e0b0a;
  position: relative;
}

.welcome_screen_content {
  position: absolute;
  bottom: 5px;
  padding: 20px;
  text-align: center;
}

.welcome_screen_content p {
  margin: 5px 0px;
}

.welcome_hand_div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.welcome_claim_button {
  margin-top: 30px;
  width: 90%;
  height: 40px;
  background-color: #7e5730;
  border: none;
  color: #ffffff;
  border-radius: 5px;
}

.lepasa_logo {
  position: absolute;
  top: 28%;
  left: 25%;
  color: #ffffff;
}

/* welcome screen end */

.welcome_bonus_wrapper {
  background: transparent url(/public/background_img.jpg) 0% 0% no-repeat padding-box;
  background-size: cover;
}

/* welcome bonus screen start */
.welcome_bonus {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome_bonus>h1 {
  margin: 0;
  position: absolute;
  top: 5%;
}

.welcome_bonus_body>img {
  position: absolute;
  top: 20%;
  left: 5%;
}

.welcome_bonus_body>p {
  position: absolute;
  top: -18.5%;
  left: 30%;
  font-size: 260px;
}

.continue_btn {
  position: absolute;
  bottom: 5%;
  height: 45px;
  width: 80%;
  border-radius: 5px;
  border: none;
  background-color: #7e5730;
  color: #ffffff;
}

.circles_div {
  position: absolute;
  bottom: 15%;
  display: flex;
  gap: 10px;
}

.circle {
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}

.circle.disabled {
  background-color: #707070;
}

/* welcome bonus screen end */

/* welcome reward screen start */
.welcome_reward {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome_reward_header {
  position: absolute;
  top: 20px;
  left: 20px;
}

.welcome_reward_header>h1 {
  margin-bottom: 0px;
}

.welcome_reward_header>p {
  margin: 0px;
}

.welcome_reward_body>img {
  position: absolute;
  top: 30%;
  left: 25%;
}

.welcome_reward_body>p {
  position: absolute;
  top: 47%;
  left: 35%;
  font-size: 50px;
}

.thanks_message {
  position: absolute;
  bottom: 17.5%;
  font-size: 13px;
}

/* welcome reward screen end */

/* account verification start */
.login_verification {
  height: 94vh;
  background-color: #0e0b0a;
  padding: 20px;
}

.login_verification h1 {
  margin: 0;
}

.login_verification_content {
  margin-top: 50px;
  height: calc(94vh - 200px);
}

.login_verification_content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin-bottom: 20px;
}

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

.login_verification_content_body>p {
  margin: 3px;
}

.login_verification_button {
  width: 100%;
  height: 40px;
  background: #b8793b9c;
  color: #ffffff;
  border: none;
  padding: 7px;
  border-radius: 10px;
}

/* account verification end */

/* play container start */
.play_container {
  background: transparent url(/public/background_img.jpg) 0% 0% no-repeat padding-box;
  background-size: cover;
  height: calc(100vh - 85px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.body_content {
  padding: 0px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.body_header {
  display: flex;
  justify-content: space-between;
}

.body_header>.speed,
.body_header>.coin {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.main_profit_per_hour {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.league_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
}

#currentLeague_Name {
  margin: 0px;
  margin-bottom: 3px;
}

.fidget_spinner {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fidget_spinner_logo {
  position: absolute;
}

.fidget_spinner>h2 {
  float: left;
  color: #ffffff;
  margin-top: 100px;
}

.body_footer {
  margin: 20px 0px;
}

.spark_div {
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

/* play container end */

/* earn container start */
.earn_container {
  background: #040502;
  padding: 10px;
  padding-bottom: 7px;
  height: calc(100vh - 100px);
}

.earn_header,
.more_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #161716;
  border-radius: 20px;
  padding: 0px 17px;
}

.earn_header_divider,
.more_header_divider {
  background: #272727;
  height: 20px;
  width: 2px;
}

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

/* .earn_body {
  height: calc(100vh - 225px);
  height: calc(100vh - 151px);
  padding: 0px;
  overflow: auto;
} */

.community_body_divider {
  background: #272727;
  border-radius: 5px;
  height: 2px;
  width: 100%;
}

.earn_card_content,
.community_card_content {
  background: #161716;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.community_name p {
  margin: 5px;
}

.community_desc {
  display: flex;
  align-items: center;
  gap: 3px;
}

.community_desc p {
  margin: 0;
}

.community_card_partner_content {
  height: calc(100vh - 310px);
  overflow: auto;
}

.earn_detail_content {
  height: calc(100vh - 375px);
  overflow: auto;
}

.partner_content {
  margin-bottom: 10px;
}

.earn_card_content {
  margin-bottom: 10px;
}

/* earn container ends */

/* earn detail container starts */
.earn_detail_container {
  background: #040502;
  padding: 7px 10px;
  height: calc(100vh - 100px);
}

.back_container {
  display: flex;
  align-items: center;
  /* gap: 3px; */
  margin-top: 30px;
}

.title_content_heading {
  font-size: 30px;
  margin: 0;
  margin-top: 30px;
}

.title_content_sub_heading {
  margin-top: 10px;
}

.claim,
.connect {
  background: #b8793b9c;
  color: #ffffff;
  border: none;
  padding: 7px;
  border-radius: 3px;
}

.task_container {
  display: flex;
  align-items: center;
  gap: 10px 12px;
  flex-wrap: wrap;
  height: calc(100vh - 180px);
  overflow: auto;
  margin-top: 20px;
}

.task_container_card {
  border: 3px solid #161716;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 0px;
  width: 40%;
}

.task_name {
  margin: 0px;
}

.task_container_card.disabled {
  opacity: 0.4;
}

.task_card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.task_card_logo {
  /* border: 1px solid #272727;
  padding: 5px;
  border-radius: 10px; */
}

.task_card_content_body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}

.task_card_content_body p {
  margin: 0;
}

.task_card_content_footer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.task_card_content_footer p {
  margin: 0;
}

.profit_per_hour {
  font-size: 10px;
  color: gray;
}

.task_earnings_amt {
  font-size: 12px;
}

.task_card_footer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #272727;
}

.task_card_footer p {
  margin: 7px;
}

.task_card_footer_divider {
  background: #272727;
  height: 15px;
  width: 2px;
}

.task_card_footer_coin_div {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* earn detail container ends */

/* footer container start */
.footer {
  padding: 7px;
  background-color: #040502;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  background-color: #161716;
  border-radius: 20px;
  padding: 7px;
}

.footer_content * p {
  margin: 0;
  font-size: 11px;
}

.footer_div {
  background-color: black;
  padding: 7px 15px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.footer_div.active .footer_icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(46%) saturate(3516%) hue-rotate(307deg) brightness(94%) contrast(114%);
}

.footer_div.active .footer_p {
  color: #ffae60;
}

/* footer container end */

/* referral container start */
.ref_container {
  background-color: #0e0b0a;
  height: calc(100vh - 93px);
  padding: 5px 10px;
  color: #fff;
}

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

.ref_cta {
  display: flex;
  gap: 10px;
}

.ref_share {
  display: flex;
  background-color: #171717;
  border-radius: 10px;
  flex: 5;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ref_copy {
  background-color: #171717;
  border-radius: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ref_list {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  height: calc(100vh - 260px);
  overflow: auto;
}

.ref_title {
  margin-bottom: 0;
}

.ref_list li {
  margin-top: 10px;
}

.ref_list li:nth-child(1) {
  margin-top: 2px;
}

.ref_item {
  background-color: #171717;
  padding: 0 10px 10px 10px;
}

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

.ref_item_container>img {
  flex: 1;
}

.ref_item_content {
  flex: 5;
}

.ref_item_content>p {
  margin-bottom: 0;
  margin-top: 9px;
}

.ref_coin {
  display: flex;
  align-items: center;
  margin: 3px 0px;
  gap: 5px;
}

.ref_coin p {
  margin: 0px;
}

/* referral container end */

/* shop container start */
.shop_container {
  background-color: #0e0b0a;
  height: calc(100vh - 100px);
  padding: 7px 10px;
  color: #fff;
}

.shop_container p {
  margin: 0;
}

.shop_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #171717;
  border-bottom: 2px solid #171717;
  /* padding: 10px 0px; */
  margin-top: 7px;
}

.shop_item {
  display: flex;
  align-items: center;
  gap: 6px;
  /* flex: 2; */
}

.shop_item_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.shop_item_num {
  background-color: #171717;
  width: fit-content;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 15px;
}

.shop_header_divider {
  width: 2px;
  height: 60px;
  background-color: #171717;
  margin: 0px 10px 0px 6px;
}

.shop_level_list {
  list-style-type: none;
  padding: 0;
  /* height: calc(100vh - 242px); */
  overflow: auto;
  margin-top: 30px;
}

.shop_level_list li {
  margin-top: 10px;
}

.shop_level_item {
  background-color: #171717;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop_level_item_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.shop_level_item_stats,
.shop_level_item_coins {
  display: flex;
  align-items: center;
}

.shop_level_item_stats {
  gap: 20px;
}

.shop_level_item_coins {
  gap: 5px;
}

/* shop container end */

/* drawer start */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.drawer {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #7e5730;
  height: 70%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease;
  z-index: 100;

  border: 10px solid #7e5730;
  border-image-slice: 1;
  border-width: 5px;

  border-left: 0;
  border-right: 0;
  border-bottom: 0;

  border-radius: 20px 20px 0px 0px;
}

.drawer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: #0e0b0a;
}

.drawer_container {
  padding: 20px;
  color: white;
  height: 100%;
  overflow: auto;
}

.drawer_close_icon {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.drawer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
}

.drawer_content h1 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.drawer_content h6,
.drawer_content h5 {
  margin-top: 5px;
}

.drawer_content p.chip {
  background-color: #181615;
  padding: 8px;
  border-radius: 15px;
  margin-top: 0;
}

.drawer_button {
  text-align: center;
  background-color: #7e5730;
  width: 50%;
  padding: 10px 50px;
}

.daily_rewards_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 270px;
  margin-bottom: 20px;
}

.daily_rewards_item {
  display: flex;
  flex-direction: column;
  padding: 3px 13px;
  background-color: #7e5730;
  border-radius: 10px;
  align-items: center;
  gap: 2px;
}

.daily_rewards_item.current {
  border: 1px solid #fff;
}

.daily_rewards_item.completed {
  background-color: #fff;
  color: #b8793b;
}

.daily_rewards_item p {
  margin: 0;
  font-size: 12px;
}

/* drawer end */

/* leagues start */
.leagues_container {
  background-color: #0e0b0a;
  height: calc(100vh - 10px);
  color: #fff;
  padding: 5px 10px;
  overflow-y: auto;
}

.leagues_header {
  display: flex;
  margin-top: 15px;
  border-bottom: 3px solid #171717;
}

.leagues_header_content {
  /* text-align: center; */
  flex: 1;
  margin-top: 10px;
}

.leagues_header_content h3 {
  margin: 0;
}

.leagues_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.leagues_list p {
  margin: 0;
}

.leagues_item {
  background-color: #171717;
  width: 90%;
  padding: 5px 10px;
}

.leagues_item_container {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

.leagues_item_subcontainer {
  flex: 1;
  display: flex;
  gap: 7px;
  align-items: center;
}

.leagues_coin {
  display: flex;
  align-items: center;
  gap: 5px;
}

.leagues_coin p {
  font-size: 12px;
}

.leagues_item_claim {
  background-color: #b8793b9c;
  padding: 5px 10px;
  border-radius: 5px;
}

.leagues_item_bar {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #b8793b9c;
}

/* league container end */

/* more container start */
.more_container {
  height: calc(100vh - 100px);
  background: #040502;
  padding: 8px 10px;
}

.more_carousel_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in;
  margin: 0px 20px;
  height: 100%;
}

.more_carousel_container .more-carousel-list {
  padding: 0px 35px 0px 45px;
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.more-carousel-list::-webkit-scrollbar {
  display: none;
}

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

.more_info_leaderboard_cards,
.more_info_other_cards {
  background: #161716;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 5px;
}

.more_info_leaderboard_cards>p {
  margin: 3;
}

.more_info_profit_per_hour {
  color: #ffaf6f;
}

.more_info_other_fidget_switch {
  display: flex;
  align-items: center;
  gap: 20px;
}

.switch {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  padding: 3px;
  border-radius: 18px;
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  background: #4d4d4d;
  border-radius: inherit;
  box-sizing: content-box;
}

.switch-handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 100%;
}

.switch-input:checked~.switch-handle {
  left: 23px;
}

.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.more_cards {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 95%;
}

.more_cards_heading {
  margin-top: 0px;
}

.more_card_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.gpu_card_img {
  height: 290px;
  width: 220px;
}

.gpu_card_lock {
  position: absolute;
  top: 35%;
  
}

.more_card_content>p {
  font-weight: 600;
}

/* more container end */

/* info container start */
.reward_title {
  margin: 0px;
  margin-top: 15px;
}

.reward_subtitle {
  margin: 0px;
  margin-top: 2px;
}

.rewards_container_content {
  height: 420px;
  overflow: auto;
  margin-top: 15px;
}

.daily_reward_card {
  background: #161716;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.daily_reward_card:nth-child(7) {
  margin-bottom: 0px !important;
}

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

.daily_reward_amount {
  display: flex;
  align-items: center;
  gap: 5px;
}

.daily_reward_detail p {
  margin: 0px;
}

.day_count {
  font-size: 20px;
}

.reward_amount {
  font-size: 15px;
}

button.disabled {
  background-color: #fcc187a8;
  color: rgb(219, 213, 213);
}

/* info container end */

/* how to play and faq drawer start*/
.how_to_play_instruction,
.faq_instruction {
  height: 350px;
  overflow: auto;
}

/* how to play and faq drawer end */

/* individual task drawer start */
.drawer_individual_task_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -30px;
  height: 100%;
}

.drawer_individual_task_content p {
  margin: 0;
}

.individual_task_description {
  font-size: 13px;
}

.individual_task_profit_per_hour {
  margin-top: 10px !important;
  font-size: 12px;
  color: #80817f;
}

.individual_task_coin_info {
  margin-top: 7px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.individual_task_claim_btn {
  margin-top: 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #764f29;
}

.individual_task_claim_btn {
  padding: 7px 15px;
  width: 80%;
  border-radius: 5px;
  height: 30px;
}

.individual_task_divider {
  background: #876444;
  height: 20px;
  width: 2px;
}

.individual_task_coin_detail {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* individual task drawer end */

/* dot pulse start */
.snippet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffaf61;
  color: #ffaf61;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffaf61;
  color: #ffaf61;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
    right: 7px;
  }

  30% {
    box-shadow: 9984px 0 0 2px;
    right: 7px;
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px;
    right: 7px;
  }
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }

  30% {
    box-shadow: 9999px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px;
  }
}

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
    left: 7px;
  }

  30% {
    box-shadow: 10014px 0 0 2px;
    left: 7px;
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px;
    left: 7px;
  }
}

/* dot pulse end */

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.rotate-fast {
  -webkit-animation: spin 200ms linear infinite;
  -moz-animation: spin 200ms linear infinite;
  animation: spin 200ms linear infinite;
}

/* automated teller drawer start */
.automated_teller_drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.automated_teller_img_content {
  position: relative;
}

#automated_teller_spinner_electric {
  position: absolute;
  left: -100px;
}

#automated_teller_fidget_electrified {
  position: absolute;
  left: -70px;
  top: 30px;
}

.automated_teller_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  top: 180px;
}

.automated_teller_sub_title {
  margin-top: 0px;
  margin-bottom: 15px;
}

.automated_teller_amount_content {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.automated_teller_amount_content h1 {
  margin: 0;
}

#automated_teller_claim {
  width: 300px;
  height: 40px;
}

/* automated teller drawer end */

/* animate text start */
.animated-text {
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ffffff;
  opacity: 0;
  /* animation: floatUpFadeOut 2s ease-out forwards; */
  animation: floatUpFadeOut 2s ease-out infinite;
  z-index: 1;
}

@keyframes floatUpFadeOut {
  0% {
    bottom: 27%;
    opacity: 1;
  }

  50% {
    bottom: 50%;
    opacity: 0.5;
  }

  70% {
    bottom: 50%;
    opacity: 0;
  }
}

/* animate text end */
#electrifiedContainer {
  position: relative;
  height: 310px;
  width: 310px;
  margin: auto;
}

#electrifiedFidget {
  position: absolute;
  top: 0;
  left: 0;
}

/* referral drawer start */
.referral_sticky_header {
  position: sticky;
  top: -20px;
  background-color: #0e0b0a;
  padding: 20px 0px 10px 0px;
}

#referral_title {
  margin: 0px;
}

.referral_toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

.referral_p {
  margin: 0px;
  font-size: 13px;
}

#referral_top_100_p {
  margin-top: 25px;
}

.referrals_coins {
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom_card {
  background: #161716;
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
  border-radius: 6px;
}

.custom_card_user_info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user_profile_name {
  background-color: chocolate;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.user_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.user_rank_div {
  align-items: center;
}

.referral_top_100 {
  overflow: auto;
  margin-bottom: 20px;
}
/* referral drawer end */

ul {
  padding-left: 17px;
  margin-top: 0px;
}

li {
  list-style: none;
}