body {
  min-height: 100vh;
  margin: 0;
  position: relative;
  padding-bottom: 90px; /* height of the footer */
  box-sizing: border-box;
  color: #fff;
  background: #000;
}
.main-page-bg {
  background: radial-gradient(circle at 50% 90%, #FFAD63, #000);
  overflow: hidden;
}
.feedback-main-page-bg {
  background: radial-gradient(circle at 50% 90%, #C6E8E8, #886993);
}
.footer-menu {
	background: #2E2E2E;
}
.footer-link {
  font-size: 12px;
 
  color: #fff;
}
.footer-link-active {
  
  background: #4B4B4B;
  
}
@font-face {
	font-family: 'Medium Cyr'; 
	src: url(Medium_Cyrillic.ttf); 
}

.footer-img {
  width: 20px; 
  height: 20px;
}
.footer-menu-bg {
  background: #000;
}

.menu-button {
	background: #098bdb;
}

.room {
	border-radius: 10px; 
	background: #fff;
  font-size: 14px;
  
}
.room-ton {
  background: #fff url("/skin/Rooms/img/ton_rooms_list.png") no-repeat 75% 0px;
  background-size: contain;
}

.room-own {

	background: #fff;
  font-size: 14px;
  color: #000;
}
.room-win {
	border-radius: 10px; 
	background: #fff;
  font-size: 14px;
  color: #000;
}
.room-loose {
	border-radius: 10px; 
	background: #707070;
  font-size: 14px;
  color: #fff;
}
.room-user-level {

	background: #2663FF;
}
.room-title {
  color: #AFAFAF;
  font-size: 12px;
}
.tap-button {
	width: 120px;
	height: 120px;
}

.btn2 {
  outline:none;
  border: none;
  cursor: pointer;
  display: block;
  position: relative;
  background: #8533ff;
  font-size: 16px;
  font-weight: 300px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
  box-shadow: 0 6px #7000cc;
}



.btn2:active {
  box-shadow: none;
  top: 6px;
}
.tap-link {
  width: 200px;
  height: 150px;
  outline:none;
  border: none;
  cursor: pointer;
  
}

.key-img {
  width: 200px;
}
.key-img-clicker {
  width: 300px;
}
.key-img-clicker:active {
  transform: scale(0.9);
}

.key-img-small {
  width: 100px;
}
.energy-img, .star-img{
  width: 20px;
  height: 20px;
}
.ava-img {
  width: 25px;
  height: 25px;
}
.new-tap-div {
  
  position: absolute;
  font-size: 36px;
  z-index: 20;
  animation:tapDiv 1s;
}

@keyframes tapDiv {

  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(-150px);
    opacity: 0;
  }
}
.create-room-button {
  width: 100%;
  font-size: 14px;
  background: #000;
  
}
.create-room-button-main {
  width: 100%;
  background: #2663FF;
  
}
.create-room-button-main:hover {
  width: 100%;
  background:  #2663FF;
  
}
.history-room-button {
  width: 100%;
  font-size: 14px;
  background: #000;
  
}
.check-room-party {
   
  border-color: #9B9B9B;
}
.room-join-button {
  width: 100%;
  background: #2663FF;
}
.room-join-button:hover {
  width: 100%;
  background: #2663FF;
}
.room-join-button-disabled {
  width: 100%;
  background: #383838;
}
.room-win-title {
  color: #FF9332;
}
.win-img {
  width: 150px;
  
}
.room-loose-title {
  color: #757575;
}
.upgrade-clicker-row {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
 
}
.room-button {
  width: 100%;
  background: #2663FF;
  color: white;
}
.room-button:hover {
  width: 100%;
  background: #2663FF;
  color: white;
}
.clicker-row {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
}
.clicker-info-row {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
}
.daily-win {
  background: #2663FF;
  color: #fff;
}
.popup-income {
  position: relative;
  display: block;
  z-index: 2030;
  height: 120px;
  top: 50px;
  animation:popUp 1s;
  color: #000;
  background: #fff;
  box-shadow:0 0 20px #fff;
}

@keyframes popUp {

  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0px);
    
  }
}
.close-popup {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/skin/Rooms/img/close.png");
}

.popup-income-amount{
  font-size: 36px;
}
.popup-friends {
  position: absolute;
  display: block;
  z-index: 2030;
  height: 130px;
  top: 180px;
  width:100%;
  animation:popUpFriends 1s;
  color: #000;
  background: #fff;
  box-shadow:0 0 20px #fff;
}
@keyframes popUpFriends {

  0% {
    transform: translateY(-180px);
  }
  100% {
    transform: translateY(0px);
    
  }
}
.popup-friends-link{
  font-size: 16px;
}
.cards-category-row {
  background: #2E2E2E;
}

.cards-category-link {
  color: #fff;
  font-size: 12px;
}
.cards-category-active {
  background: #000;
}
.cards-category-active:hover {
  background: #1c1b1b;
}
.category-row {
  display: none;
}
.category-row-first {
  display: flex;
}
.card-img {
  width: 100px;
}
.card {
  background: #4B4B4B;
}
.card-income {
  color: #878787;
}
.feedback-img-task-list {
  width: 25px;
}
.feedback-img-task-product {
  width: 320px;
}
.lr-img {
  width: 15px;
}
.lr-img-big {
  width: 35px;
}
.lr-img-mid {
  width: 18px;
}
.lr-img-sm {
  width: 13px;
}
.popup-card {
  
  display: block;
  z-index: 2030;
  height: 380px;
  width: 100%;
  animation: popUpCard 0.5s;
  color: #000;
  background: #fff;
  box-shadow:0 0 20px #fff;
}
@keyframes popUpCard {

  0% {
    transform: translateY(340px);
  }
  100% {
    transform: translateY(0px);
    
  }
}
.popup-card-img {
  width: 150px;
}
.popup-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.7);
  z-index: 2019;
  top: 0;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2020;
}
.league-img {
  width: 25px;
}
.bg-rooms {
  background: #2663FF;
}
.league-ava-img {
  width: 50px;
}
.league-row {
  background: #2E2E2E;
}
.progress-rooms-main {
  height: 0.4rem;
}
.congrats-div {
  
  font-size: 36px;
  z-index: 2000;
  animation:congratDiv 2s;
}
@keyframes congratDiv {

  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-450px);
    
  }
}
.card-title {
  height: 2.5em; 
  line-height: 1em; 
  overflow: hidden;
}
.room-button-card {
  height: 3.2rem;
}
.bg-league-0 {
  background: radial-gradient(circle at 50% 90%, #BA8B44, #000);
}
.bg-league-1 {
  background: radial-gradient(circle at 50% 90%, #8D8374, #000);
}
.bg-league-2 {
  background: radial-gradient(circle at 50% 90%, #7F7F7F, #000);
}
.bg-league-3 {
  background: radial-gradient(circle at 50% 90%, #CECDCD, #000);
}
.bg-league-4 {
  background: radial-gradient(circle at 50% 90%, #B19276, #000);
}
.bg-league-5 {
  background: radial-gradient(circle at 50% 90%, #C99F8A, #000);
}
.bg-league-6 {
  background: radial-gradient(circle at 50% 90%, #E3FFFF, #000);
}
.bg-league-7 {
  background: radial-gradient(circle at 50% 90%, #FFEE57, #000);
}
.bg-league-8 {
  background: radial-gradient(circle at 50% 90%, #ACE6FF, #000);
}
.bg-league-9 {
  background: radial-gradient(circle at 50% 90%, #7936FF, #000);
}
.bg-league-10 {
  background: radial-gradient(circle at 50% 90%, #8EDD0C, #000);
}
.bg-league-11 {
  background: radial-gradient(circle at 50% 90%, #00114D, #000);
}
.timer-card {
  position: absolute;
  margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 30%;
text-align: center;
  z-index: 10;
  text-shadow:0 0 20px #fff;
}
.card-img-close {
  opacity: 0.2;
}
.card-link-disabled {
  pointer-events: none;
}
.league-progress {
  height: 1em; 
  line-height: 1em;
}
.points {
  font-size: 36px; 
}
.withdraw-room-button {
  width: 100%;
  background: #000;
  
}
.buy-room-button {
  width: 100%;
  background: #2663FF;
  
}
.buy-room-button:hover {
  background: #678ded;
}
.combo-img-placeholder {
  height: 70px;
  
}
.combo-bg {
  background: #2E2E2E;
}
.combo-card-name {
  min-height: 2em; 
  line-height: 1em;
}
.combo-card-img-open {
  width: 60px;
}
.combo-card-img-secret {
  width: 100px;
}
.tasks-text {
  min-height: 3em; 
  
}

.popup-tasks {
  
  display: block;
  z-index: 2030;
  height: 420px;
  width: 100%;
  animation: popUpTasks 0.5s;
  color: #000;
  background: #fff;
  box-shadow:0 0 20px #fff;
}
@keyframes popUpTasks {

  0% {
    transform: translateY(340px);
  }
  100% {
    transform: translateY(0px);
    
  }
}
.boost-row {
  background: #fff;
}
.popup-boost {
  
  display: block;
  z-index: 2030;
  height: 300px;
  width: 100%;
  animation: popUpBoost 0.5s;
  color: #000;
  background: #fff;
  box-shadow:0 0 20px #fff;
}
@keyframes popUpBoost {

  0% {
    transform: translateY(340px);
  }
  100% {
    transform: translateY(0px);
    
  }
}
.popup-boost-img {
  width: 100px;
}
.promo-button {

  background: #2663FF;
  color: white;
}
.landing-body {
  color: #fff;
  margin: 0;
  position: relative;
  background:  url("../img/landing_bg_bottom.png") no-repeat bottom -150px center,  url("../img/header_keys.png") no-repeat top center, url("../img/lr_bg.png") repeat, linear-gradient(180deg, rgba(0,0,8,1) 0%, rgba(1,16,157,1) 35%, rgba(234,251,233,1) 100%); 
  background-size: contain;
  padding-bottom: 0px;
  
  
}
.cashfeedback-landing-body {
  color: #fff;
  margin: 0;
  position: relative;
  background:  linear-gradient(180deg, rgba(0,0,8,1) 0%, rgba(1,16,157,1) 35%, rgba(234,251,233,1) 100%); 
  background-size: contain;
  padding-bottom: 0px;
}

.landing-header {
  height: 600px;
  
}
.landing-subtitle {
  font-family: 'Medium Cyr';
  font-size: 16px;
  color: #3A4CFF;

}
.landing-title {
  font-family: 'Medium Cyr';
  font-size: 82px;
  line-height: 0.9em;
}
.landing-title-2 {
  font-family: 'Medium Cyr';
  font-size: 52px;
 
}
.landing-font {
  font-family: 'Medium Cyr';
}
.landing-button {
  background: #1026FF;
  border-radius: 30px;
  width: 250px;
}
.landing-key {
  position: absolute;
  top: -50px;
  right: 10px;
  z-index: 20;
  width: 700px;

}
.landing-month {
  font-family: 'Medium Cyr';
  font-size: 26px;
}
.landing-stage {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {   
    
  .landing-body {
    background:  url("../img/landing_bg_bottom.png") no-repeat bottom 0px center,  url("../img/header_keys.png") no-repeat top center, url("../img/lr_bg.png") repeat, linear-gradient(180deg, rgba(0,0,8,1) 0%, rgba(1,16,157,1) 35%, rgba(234,251,233,1) 100%); 
    background-size: contain;
  }
    .landing-header {
      height: 300px;
      margin-top: 100px;
    }
    .landing-subtitle {
      font-family: 'Medium Cyr';
      font-size: 10px;
      color: #3A4CFF;
    
    }
    .landing-title {
      font-family: 'Medium Cyr';
      font-size: 52px;
      line-height: 0.9em;
    }
    .landing-title-2 {
      font-family: 'Medium Cyr';
      font-size: 30px;
     
    }
    .landing-button {
      background: #1026FF;
      border-radius: 30px;
      font-size: 14px;
      width: 150px;
    }

    .landing-key {
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: -1;
      width: 320px;
      overflow: hidden;
    }
    .landing-month {
      font-family: 'Medium Cyr';
      font-size: 16px;
    }
    .landing-stage {
      font-size: 16px;
    }
  }

  .inner-shadow {
    box-shadow: inset rgb(255, 255, 255) 0px 0px 30px -6px; 
  }
  .landing-card-img {
    width: 100px;
  }
  .landing-road-1 {
    background: #5263FF;
    border-radius: 30px; 
    
  }
  .landing-road-1 {
    background: #5263FF;
    border-radius: 30px; 
    
  }
  .landing-road-2 {
    background: #4355FF;
    border-radius: 30px; 
    margin-top: -1rem !important;
  }
  .landing-road-3 {
    background: #3044FF;
    border-radius: 30px; 
    margin-top: -1rem !important;
  }
  .landing-road-4 {
    background: #1A30FF;
    border-radius: 30px; 
    margin-top: -1rem !important;
  }
  .landing-key-wrapper {
    position: relative;
    
  }
  
  .qr-login-img {
    width: 200px;
  }

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    z-index: 3000;
 }

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

.hide-loader{
display:none;
}

.disableddiv {
  pointer-events: none;
  opacity: 0.4;
}
.popup-promo-card-img {
  width: 100px;
}

.winner {
  background: #1A30FF;
}

.jackpot2 {
  background:  url("../img/jackpot/x2_bg.png") no-repeat ;
  background-size: cover;
  font-size: 14px;
  color: #fff;
}
.jackpot3 {
  background:  url("../img/jackpot/x3_bg.png") no-repeat ;
  background-size: cover;
  font-size: 14px;
  color: #fff;
}
.jackpot6 {
  background:  url("../img/jackpot/x6_bg.png") no-repeat ;
  background-size: cover;
  font-size: 14px;
  color: #fff;
}
.jackpot11 {
  background:  url("../img/jackpot/x11_bg.png") no-repeat ;
  background-size: cover;
  font-size: 14px;
  color: #fff;
}
.jackpot11-bg {
  background:  url("../img/jackpot/x11_fire.png") no-repeat bottom -50px center;
  background-size: cover;
}
.jackton-bg {
  background:  url("../img/jackpot/jackton_fire.png") no-repeat bottom -50px center;
  background-size: cover;
}

.jackpot-comment {
  color: #AFAFAF;
  font-size: 13px;
}
.jackton {

  background-image: linear-gradient(90deg,#2D83EC, #1AC9FF);
  background-size: cover;
  font-size: 14px;
  color: #fff;
}

#username {

  max-width: 200px;
  overflow: hidden;
  max-height: 2rem;
}
.username-league {

  max-width: 250px;
  overflow: hidden;
  max-height: 1.5rem;
}
.room-user-list-name {

  max-width: 250px;
  overflow: hidden;
  max-height: 1.4rem;
}

.content_block {
	overflow: hidden;
	position: relative;
  height: 475px;  
  
}
.content_block.hide {
	height: 100px;
}

.content_toggle {
  display: block;
  height: 40px;
  position: relative;
  left: 0;
  right: 0;
  top: -40px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 45%);
  margin-bottom: -20px;
  cursor: pointer;
  padding-top: 10px;
}
.stories-img {
  width: 60px;
}
.stories-img-big {
  width: 150px;
}
.stories-title {
  font-size: 12px;
}

.modal-rooms {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%; /* Начальное положение за экраном */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: flex-end;
  justify-content: center;
  
  z-index: 1050;
  overflow: hidden; /* Отключаем скролл у самого модального окна */
  margin-top: 15px;
}

.modal-content-rooms {
  background-color: #000000;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-height: 100vh; /* Ограничиваем максимальную высоту контента */
  overflow-y: auto; /* Включаем вертикальный скролл, если контент превышает высоту */
}

.close-btn-rooms {
  font-size: 24px;
  cursor: pointer;
}

/* Видимость модального окна */
.show-rooms {
  bottom: -15px;
  
  
}

.before-modal-rooms  {
  background: rgba(28, 31, 38, 1);


}
.stories {
  display: none;
  font-size: 14px;
}
.close-popup-rooms {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3000;
  color:rgb(255, 255, 255);
  
}

.room-switcher-row {
  background: #2E2E2E;
}
.switcher-show {
  background: #fff;
  color: #000;
}
.switcher-show:hover {
  background: #fff;
  color: #000;
}
.switcher-hide {
  background: none;
  color: #fff;
}
.room-switcher-row .btn {
  color: #fff;
}
.room-switcher-row .switcher-show {
  color: #000;
}
.room-form-active {
  display: block;
}
.room-form-hide {
  display: none;

}

.miner-timer-wrap {
  color: #fff;
  font-size: 12px;
  max-width: 150px;
}
.miner-button {
  font-size: 12px;
  
}
.miner-timer {
  min-width: 52px;
}

.uploaded-img {
  width: 200px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}