body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
}
@font-face {
  font-family: 'Empire';
  src:  url(../EmpireRegular/Empire.ttf) format('ttf');
}
.connect-wallet-btn {
  position: relative;
}
.connect-wallet-btn button {
  /* visibility: hidden; */
  /* opacity: 0; */
  z-index: 1;
  position: relative;
}
.connect-wallet-btn::before {
  /* content: "Connect"; */
  content: none;
  position: absolute;
  display: block;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.connect-wallet-btn::after {
  /* content: ""; */
  content: none;
  background-image: url(../images/icons/connect-wallet.png);
  position: absolute;
  display: block;
  left: 13.5px;
  right: auto;
  top: 0;
  margin: auto;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  bottom: 0;
}
#ton-connect-button {
  justify-content: center;
}
.outer-mobile-box {
  max-width: 520px;
  border: 1px solid #ddd;
  margin: 0 auto;
  min-height: 100vh;
  background-color:#fff;
  /* background-image: url(../images/dark-grunge-new.png); */

  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
  color: #000;
  padding-top: 20px;
  padding-bottom: 115px;
}

/* .outer-mobile-box.homeintro{
  border: none;
} */

.header-main-tribe {
  background-color: #241b0a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 519px;
  padding: 5px 0;
  z-index: 100;
}

.header-main-tribe img {
  height: 24px;
}

.header-main-tribe a {
  display: inline-block;
}

.header-main-tribe .logo-main-close {
  display: flex;
  align-items: center;
}

.header-main-tribe .logo-main-close h1 {
  color: #d9d9d9;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 20px;
}

.header-main-tribe .dropdown-menu-box {
  display: flex;
  align-items: center;
}

.header-main-tribe .dropdown-menu-box .dropdown {
}

.header-main-tribe .dropdown-menu-box .dropdown .dropdown-toggle {
  padding: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  margin-left: 15px;
}

.header-main-tribe .dropdown-menu-box .dropdown .dropdown-toggle::after {
  content: none !important;
}

.header-main-tribe .dropdown-menu-box .dropdown .dropdown-menu {
  transform: none !important;
  top: 42px !important;
  right: 0 !important;
  left: auto !important;
  border-radius: 12px;
  background: #241b0a;
}

.header-main-tribe .dropdown-menu-box .dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0;
  padding: 8px 10px;
}

.header-main-tribe
  .dropdown-menu-box
  .dropdown
  .dropdown-menu
  .dropdown-item
  img {
  height: 20px;
  margin-right: 10px;
}

.header-main-tribe
  .dropdown-menu-box
  .dropdown
  .dropdown-menu
  .dropdown-item:hover,
.header-main-tribe
  .dropdown-menu-box
  .dropdown
  .dropdown-menu
  .dropdown-item:focus,
.header-main-tribe
  .dropdown-menu-box
  .dropdown
  .dropdown-menu
  .dropdown-item:active {
  background-color: #000;
}

/* footer css */

.footer-main-tribe {
  background: #DBE2FF;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 519px;
  bottom: 0;
  /* padding: 15px 0; */
  padding: 8px 0;
  z-index: 100;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.footer-links a {
  color: #627FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none !important;
  min-width: 15%;
  cursor: pointer;
  opacity: 0.7;
}

.footer-links a div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-links a img {
  height: 25px;
  display: block;
  transition: all ease-in-out 0.5s;
  width: 25px;
  object-fit: contain;
}

.footer-links a img.golden-img {
  /* position: absolute; */
  opacity: 0;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active,
.footer-links a.active {
  color: #627FFF;
  font-weight: 500;
  opacity: 1;
}

.footer-links a:hover img.golden-img,
.footer-links a:focus img.golden-img,
.footer-links a:active img.golden-img,
.footer-links a.active img.golden-img {
  opacity: 1;
}

.footer-links .center-big-img {
  position: relative;
  padding-top: 35px;
  width: 90px;
  color: #627FFF;
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
}

.footer-links .center-big-img img {
  width: 80px;
  height: 80px;
  margin: 10px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto 9px;
}

.footer-links .center-big-img:hover,
.footer-links .center-big-img:focus,
.footer-links .center-big-img:active,
.footer-links .center-big-img.active {
  color: #000;
}

/* profile box css */

.user-header-profile {
  /* background-image: url(../images/user-header.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem;

  padding: 16px;
  border: 2px solid #627FFF;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.user-header-profile .inner-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-header-profile .inner-user > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-header-profile .inner-user > div .profile-img {
  height: 32px;
  margin-right: 10px;
  position: relative;
  width: 32px;
}

.user-header-profile .inner-user > div .profile-img .inner-img {
  position: absolute;
  width: 41px;
  height: 41px;
  left: 11px;
  object-fit: cover;
  border-radius: 50%;
  top: 6px;
  background-color: #311501;
}

.user-header-profile .inner-user > div h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}

.user-header-profile .inner-user > div h3 img {
  height: 16px;
}

.user-header-profile .inner-user > div p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.wallet-btn {
  border-radius: 8px;
  border: 1.82px solid #627FFF;
  /* background: linear-gradient(180deg, #000000 0%, #d77502 100%); */
  background-color:#627FFF;
  color: #fff;
  padding: 8px 14px;
  font-size: 13.714px;
  font-style: normal;
  line-height: 18px;
  display: flex;
  align-items: center;
  min-width: 50px;
  font-weight: 500;
  text-align: center;
  justify-content: center;

  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  /* font-family: Roboto; */
  /* font-size: 16px; */
  /* font-weight: 900; */
}
.wallet-btn.btn-width{
  min-width: 126px;
  min-height: 34.9px;
}
.wallet-gridout {
  filter: grayscale(75%);
  cursor: not-allowed !important;
}
.wallet-btn.green-back {
  background: #627FFF;
  line-height: 20px;
}

.wallet-btn img {
  height: 20px;
  margin-right: 10px;
}

.outer-progress-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0px;
}

/* .outer-progress-box > div{
    width: 50%;
} */
.outer-progress-box div.progress-main {
}

.outer-progress-box div.progress-main h5 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: center;
}

.outer-progress-box div.progress-main h5 img {
  height: 13px;
  margin-left: 5px;
}

.outer-progress-box div.progress-main .progress {
  width: 110px;
  height: 10px;
  background-color: #496056;
  margin-right: 10px;
}

.outer-progress-box div.progress-main .progress .progress-bar {
  border-radius: 10px;
  /* background: #627FFF; */
  background: linear-gradient(180deg, #000000 0%, #d77502 100%),
    linear-gradient(90deg, #fee81d 1.17%, #00b21d 60.22%, #00591d 145.31%);
}

.outer-progress-box div.points-box {
  display: flex;
  align-items: end;
  min-width: 126px;
  gap: 4px;
  justify-content: flex-end;
}

.outer-progress-box div.points-box .coin-img {
  height: 24px;
  margin-left: 5px;
}

.outer-progress-box div.points-box h3 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  text-align: center;
}

.outer-progress-box div.points-box p {
  /* color: #000000; */
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
}

/* home screen css */

.tribe-main-home {
}

.tribe-main-home h3 {
  /* color: #627FFF; */
  color: #ffdd00;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tribe-main-home h3.big-font {
    font-size: 2rem;
    transition: transform 0.002s;
}


.tribe-main-home h3 img {
  height: 30px;
}
img.small-icon {
  height: 4rem;

}
.tribe-main-home .tribe-main {
  /* max-width: 240px; */
  max-width: auto;
  max-height: 36vh;
  min-height: 230px;
  position: relative;
  z-index: 1;
}
.tribe-main-home .tribe-main.animate-zoom {
  transition: transform 0.0001s;
  outline: none;
}
.tribe-main-home h3 span {
  color: #000;
  transition: transform 0.0001s;
  display: inline-block;
  /* font-family: "Afacad Flux", sans-serif; */
  /* font-family: 'Empire'; */

}
.tribe-main-home h3 span.zoom-in-animate {
  animation: heartbeat1 0.3s ease-in-out;
}
.tribe-main-home .tribe-main.animate-zoom.zoom-in-animate {
  animation: heartbeat 0.2s ease-in-out;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}

@keyframes heartbeat1 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}

/* .heartbeat {
  animation: heartbeat 0.6s ease-in-out;
} */
.task-heading {
  color: #627FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.task-heading span {
  color: #000;
  margin-left: 10px;
}

.task-heading img {
  height: 18px;
  margin-left: 10px;
}

.battery-boost-row p {
  margin-bottom: 0;
  color: #000;
  font-size: 18.203px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.battery-boost-row p img {
  height: 22px;
  margin-right: 10px;
}

.youtube-modal-width .modal-content {
  max-width: 300px;
  margin: auto;
}
.youtube-modal .youtube-img {
    height: 3.7rem;
    margin-bottom: 1rem;
}
.youtube-modal button {
  margin: 0 auto 20px;
}
 .connect-tech-div .youtube-modal button.wallet-btn {
  display: block;
}
.connect-tech-div .youtube-modal button.wallet-btn img {
  height: 16px;
}
/* .common-modal .youtube-modal p {
  font-weight: 300;
} */
.common-modal .youtube-modal .price-earn {
  font-size: 24px;
  font-weight: 500;
}
.common-modal .youtube-modal .price-earn1 {
  font-size: 18px;
  font-weight: 300;
}
.common-modal .connect-tech-div label {
  text-align: left;
  margin-bottom: 0.4rem;
  color: #000;
  font-size: 14px;
  display: block;
}
.gold-game-head {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1.4rem;
}
.gold-game-head img {
  max-height: 32px;
}


/* / tooltip css / */

.info-tooltip {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    
}
.info-tooltip img.info-icon {
  height: 16px;
  margin-left: 5px;
}
.info-tooltip > div {
  position: absolute;
  right: -133px;
  left: auto;
  border-radius: 15px;
  background: var(--Palette-Teal-600, #DA8302);
  z-index: 15;
  min-width: 290px;
  padding: 20px;
  bottom: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .2s;
}


.info-tooltip > div::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #DA8302;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.info-tooltip > div h5{
    font-size: 14px;
    text-align: left;
    color: #000;
}
.info-tooltip > div p{
    color: #000;
    font-size: 12px !important;
    font-weight: 400;
    text-align: left;
    line-height: 18px !important;
}
.info-tooltip:hover > div{
  opacity: 1;
  visibility: visible;
}
.gamebtn-close.bg-white{
  background-color: #000;
  top: 30px;
    right: 80px;
}
.modal-body img.img-fluid.logo {
  height: 60px;
}

@media (max-width: 408px) {
  .wallet-btn.btn-width{
    min-width: 112px;
    min-height: 31px;
  }
  #ton-connect-button {
    min-width: 112px;
  }
  .outer-progress-box div.points-box {
    min-width: 112px;
  }
  .outer-mobile-box {
    padding-bottom: 100px;
  }

  .user-header-profile .inner-user > div .profile-img {
    height: 32px;
    margin-right: 8px;
    width: 32px;
}


  .user-header-profile .inner-user > div .profile-img .inner-img {
    width: 30px;
    height: 30px;
    left: 8px;
    top: 4px;
  }

  .user-header-profile {
    /* padding: 1.2rem; */
  }

  .user-header-profile .inner-user > div h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .user-header-profile .inner-user > div p {
    font-size: 13px;
    line-height: 14px;
  }

  .wallet-btn img {
    height: 14px;
    margin-right: 5px;
  }

  .wallet-btn {
    padding: 6px 10px;
    font-size: 14px;
  }

  .outer-progress-box div.progress-main h5 img {
    height: 12px;
    margin-left: 5px;
  }

  .outer-progress-box div.progress-main .progress {
    width: 90px;
    height: 7px;
    margin-right: 6px;
  }

  .outer-progress-box div.points-box .coin-img {
    height: 30px;
  }

  .outer-progress-box div.points-box h3 {
    font-size: 13px;
  }

  .outer-progress-box div.points-box p {
    font-size: 12px;
  }

  .header-main-tribe img {
    height: 18px;
  }

  .header-main-tribe .logo-main-close h1 {
    font-size: 16px;
    margin-left: 12px;
  }

  .tribe-main-home .tribe-main {
    /* max-width: 160px; */
  }

  .task-heading {
    font-size: 14px;
  }

  .task-heading img {
    height: 16px;
    margin-left: 6px;
  }

  .tribe-main-home h3 img {
    height: 26px;
  }

  .tribe-main-home h3 {
    font-size: 18px;
  }

  .battery-boost-row p img {
    height: 18px;
    margin-right: 5px;
  }

  .battery-boost-row p {
    font-size: 15px;
  }

  .footer-links a img {
    height: 20px;
    width: 20px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-links .center-big-img {
    padding-top: 28px;
    width: 70px;
  }

  .footer-links .center-big-img img {
    width: 55px;
    height: 55px;
    bottom: 15px;
}

  .tribe-main-home {
    margin: 35px 10px !important;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 
  overflow: hidden;
  /* top:24px; */

}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.please-container{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.s-enter-active.s-enter-to{
  /* max-width: 160px !important; */
  width: -webkit-fill-available;
  min-width: 170px;
}
.s-enter-active.s-enter-to ul li button{
  height: 30px;
}
.s-enter-active.s-enter-to ul li svg{
  height : 18px;
  width: 18px;
}
.s-enter-active.s-enter-to ul li>div{
  font-size: 13px !important ;
}
.leaderhead{
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  text-align: center;
}

.instruction-box {
  border: 2px solid rgba(245, 174, 0, 0.90);
  background: rgb(245 174 0 / 28%);
  padding: 12px 10px;
  border-radius: 8px;
  margin: 10px 0;
}
.instruction-box h5{
  font-size: 14px;
}
.instruction-box p{
  font-size: 12px;
}

/* / width / */
::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
  
  /* / Track / */
  ::-webkit-scrollbar-track {
    background: #eee;
  }
  
  /* / Handle / */
  ::-webkit-scrollbar-thumb {
    background: #627FFF;
    border-radius: 2rem;
  }
  
  /* / Handle on hover / */
  ::-webkit-scrollbar-thumb:hover {
    background: #627FFF;
  }

  /* new popup css */

  .common-modal.model-heading-center .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* gif img */

.game-img-gif{
  height: 4rem;
}

/* level instruction page css */

.outer-flex-center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85vh;
}

.level-instruction-heading img{
  max-height: 140px;
}
.level-instruction-heading h5 {
 color: #F5AE00;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 10px 0;
}
.level-instruction-list{
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
.level-instruction-list li{
  list-style: none;
  font-size: 12px;
  color: #D9D9D9;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.level-instruction-list li span {
  background-color: #F9BF01;
  color: #000;
  height: 14px;
  width: 14px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #130101;
  margin-right: 8px;
  margin-top: 3px;
}
.box-outer-lock-screen {
  position: fixed;
  left: 0;
  right: 0;
  top: 18%;
  bottom: 0;
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /* background-color: rgba(0,0,0,0.8); */
}
.outer-mobile-box .lock-img{
filter: blur(12.5px);
}
.box-outer-lock-screen .level-instruction-heading img {
  max-height: 160px;
}
.box-outer-lock-screen .level-instruction-heading h5{
  font-size: 35px;
  margin-bottom: 3rem;
}
.wallet-btn.block{
  display: block !important;
  margin: 0 auto;
}
.common-modal.popup-center .modal-header h4 {
  text-align: center;
  width: 100%;
}
.common-modal.popup-center .modal-header {
  border: none !important;
  padding-top: 1rem;
  padding-bottom: 0;
}
.common-modal.popup-center .modal-header .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

/* process level box */

.level-process-outer-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.level-process-outer-box .fighter-img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
.level-process-outer-box .fighter-img.height-auto{
  max-height: 35vh;
}
.level-process-outer-box h5 {
  font-size: 18px;
  margin-top: 10px;
}
.level-process-outer-box h3 {
  font-size: 30px;
}
.text-orange{
color: #627FFF !important;
}
.level-process-outer-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 15px;
}
.level-process-outer-box ul li {
  background: linear-gradient(180deg, #FFDA00 0%, #F5AE00 100%);
  list-style: none;
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  margin: 5px;
  opacity: 0.3;
}
.level-process-outer-box ul li.active{
  opacity: 1;
}
.level-process-outer-box a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.level-process-outer-box .level-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  max-width: 310px;
  margin: 0 auto;
  margin-top: 30px;
}
.level-process-outer-box .level-list img {
  height: 20px;
  margin-right: 10px;
}
.level-process-outer-box .level-list p {
  width: 50%;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.outer-mobile-box.for-intro-overflow{
  overflow: hidden;
  max-height: 100vh;
}

/* subscribe popup css */

.common-modal.subscribe-modal .modal-dialog {
  max-width: 300px;
  margin: auto;
}
.subscribe-box {
  padding: 0rem;
}
.subscribe-box img {
    max-height: 70px;
}
.subscribe-box h2 {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  margin: 1.5rem 0;
  line-height: 1.7rem;
}
.gradient-btn {
  border-radius: 6px;
  background-color:#627FFF;
  color: #fff;
  padding: 0.7rem;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
}
.border-btn{
  border-radius: 5px;
  border-radius: 10px;
border: 1px solid #627FFF;
background: #000;
  color: #000;
  padding: 0.7rem;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-modal.subscribe-modal .modal-header{
  padding: 0;
}
.common-modal.subscribe-modal .modal-header .btn-close {
  border-radius: 50%;
  background-color: #627FFF;
  opacity: 1;
}
.subscribe-box .img-relative{
position: relative;
}
.subscribe-box .img-relative img{
  position: relative;
  z-index: 1;
}
.subscribe-box .img-relative::after {
  position: absolute;
  content: "";
  background-color: #627FFF;
  opacity: 0.5;
  filter: blur(47px);
  max-height: 90px;
  max-width: 90px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.subscribe-home{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
border: 1px solid rgba(245, 174, 0, 0.60);
background: rgba(255, 255, 255, 0.10);
padding: 0.5rem;
margin: 1rem 0;
}
.subscribe-home img {
  max-height: 58px;
  margin-left: 1rem;
}
.subscribe-home h4 {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  max-width: 100%;
  text-align: center;
  width: 100%;
  margin: 0;
}


/* daily rewards page css */

.subscribe-box.daily-reward-box h2 {
    font-size: 2rem;
  
}
.subscribe-box.daily-reward-box .img-relative::after{
  max-height: 160px;
  max-width: 160px;
}
.progress-rewards{
  display: flex;
  align-items: center;
  border-radius: 10px;
border: 1px solid rgba(245, 174, 0, 0.60);
background: rgba(255, 255, 255, 0.10);
padding: 1.3rem;
margin: 1rem;
margin-top: 3rem;
}
.progress-rewards .profile-img {
  height: 54px;
  margin-right: 10px;
  position: relative;
  width: 67px;
}
.progress-rewards .profile-img .inner-img {
  position: absolute;
  width: 41px;
  height: 41px;
  left: 11px;
  object-fit: cover;
  border-radius: 50%;
  top: 6px;
  background-color: #311501;
}
.progress-rewards > div {
  width: calc(100% - 67px);
}
.progress-rewards h3{
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5rem;
  text-align: left;
}
.progress-rewards .progress {
  width: 100%;
  height: 12px;
  background-color: #496056;
  margin-right: 10px;
}
.progress-rewards .progress .progress-bar {
  border-radius: 10px;
  background-color: #627FFF
}
.reward-level-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  flex-wrap: wrap;
  margin: 10px;
}
.reward-level {
  border-radius: 10px;
  border: 1px solid #627FFF;
  background: rgba(255, 255, 255, 0.10);
  padding: 0.3rem;
  width: 22%;
  text-align: center;
  margin-bottom: 3%;
}
.reward-level-outer.weekly-data .reward-level {
    width: 24%;
    margin: 2%;
}
.reward-inner {
    position: relative;
    height: auto;
    width: 75%;
    padding-top: 0;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

/* .reward-level img{
  max-height: 45px;
} */
.reward-level h4 {
  color: #627FFF;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.reward-level h4.active {
  color: rgb(73, 227, 73);
}
.reward-inner {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.reward-level-outer.weekly-data .reward-level .reward-inner {
    width: 80%;
}

.reward-inner img {
  width: 100%;
  height: auto;
  max-height: max-content;
}
.reward-inner span {
  text-align: center;
  text-shadow: 0px 1px 0px #B72D01;
  font-size: 1.2rem;
  line-height: normal;
  font-style: normal;
  font-weight: 600;
  max-width: 45%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  /* bottom: 0; */
  margin: auto;
}
.complete-level {
  height: 55px !important;
  width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}
.reward-level.active {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(98, 127, 255, 0.4);
}
.reward-level.upcoming {
  opacity: 0.4;
  cursor: not-allowed;
  filter: blur(0.6px);
  -webkit-filter: blur(0.6px);
}


@media (max-width: 420px){
  .reward-inner span {
    font-size: 58%;
    max-width: 42%;
}
.subscribe-box img {
  max-height: 70px;
}
.progress-rewards h3 {
  font-size: 1.2rem;
}
.complete-level {
  height: 35px !important;
}
html{
  font-size: 12px;
}
}
.visit-points li{
  list-style: none;
  display: flex;
  padding: 0px;
  margin-bottom: 0.5rem;
}


/* donate page css */

.donate-heading{
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.donate-heading img {
    height: 1.3rem;
    position: absolute;
    right: 0;
}
.outer-box-dotate-info{
border-radius: 0.8rem;
background: #F5F5F5;
padding: 2rem;
margin: 1rem 0;
}
.outer-box-dotate-info h5{
color: #000;
font-size: 0.9rem;
font-style: normal;
font-weight: 500;
line-height: normal;
position: relative;
}
.outer-box-dotate-info h5 img {
    position: absolute;
    height: 2rem;
    right: 0;
    bottom: 0;
}
.outer-box-dotate-info p{
color: #000;
font-size: 0.7rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.outer-box-dotate-info p span{
color: rgba(0, 0, 0, 0.50);
display: block;
}
body .modal-backdrop {
    background-color: #627FFF !important;
    opacity: 0.4 !important;
}
.share-outer{
      border-radius: 1rem;
    border: 1px solid #627FFF;
    background: #F5F5F5;
    padding: 1rem;
}
.share-outer p {
    line-height: 1.5rem !important;
}
.common-modal .modal-header h4.sub-heading{
      color: #000;
font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #000;
    text-align: center;
    padding-bottom: 0.5rem;
}
.common-modal  .img-hbd {
    height: 4rem;
    margin: 0 auto;
}
.common-modal.youtube-modal-width .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.20);
    padding-bottom: 0;
}
.common-modal.youtube-modal-width .modal-body {
    padding-top: 0;
}
.common-modal.youtube-modal-width .youtube-modal.mt-2{
  margin-top: 0 !important;
}
.no-referal-img{
  height: 7rem;
  margin: 1rem auto;
}
.reward-tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.reward-tabs button {
    border: 1px solid #627FFF;
    background-color: #fff;
    color: #627FFF;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    display: inline-block;
}
.reward-tabs button:hover,
.reward-tabs button:focus,
.reward-tabs button:active,
.reward-tabs button.active{
  background-color: #627FFF;
  color: #fff;
}