* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: sans-serif;
  overflow-x: hidden;
  background: #1c212e;
}
a{
  text-decoration: none;
}
.ascend-header{
  background: #1c212e;
  height: 93px;
  width: 100%;
}
.ascend-header-nav{
  display: flex;
  max-width: 1016px;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 94px;
  flex-direction: row;
  justify-content: center;
}
.ascend-header-nav::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.ascend-header-nav::-webkit-scrollbar-thumb {
  background: #474d5d;
  border-radius: 5px;
}
.ascend-header-icon-home{
  background: url(../imgs/header/navbar/home.png);
  width: 38px;
  height: 39px;
}
.ascend-header-icon-community{
  background: url(../imgs/header/navbar/community.png);
  width: 40px;
  height: 40px;
}
.ascend-header-icon-staff{
  background: url(../imgs/header/navbar/staff.png);
  width: 36px;
  height: 40px;
}
.ascend-header-icon-shop{
  background: url(../imgs/header/navbar/shop.png);
  width: 38px;
  height: 39px;
}
.ascend-header-icon-support{
  background: url(../imgs/header/navbar/support.png);
  width: 40px;
  height: 40px;
}
.ascend-header-icon-logout{
  background: url(../imgs/header/navbar/logout.png);
  width: 32px;
  height: 34px;
}
.ascend-header-part{
  display: flex;
  height: 93px;
  border-left: 1px solid #161a23;
  padding-left: 16px;
  padding-right: 17px;
  padding-top: 24px;
  cursor: pointer;
  color: #fff;
}
.ascend-header-part:hover{
  opacity: 0.8;
  color: #969696;
}
.ascend-header-part-selected{
  display: flex;
  height: 93px;
  border-left: 1px solid #161a23;
  padding-left: 16px;
  padding-right: 17px;
  padding-top: 24px;
  cursor: pointer;
  color: #108d91;
}
.ascend-header-part-text {
  margin-left: 8px;
  margin-top: 11px;
  font-size: 17px;
}
.ascend-header-nav-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1016px;
  margin: 0 auto;
}
.ascend-header-pin{
  width: 100%;
  height: 385px;
  background: rgb(20 70 72 / 55%);
  position: absolute;
}
.ascend-header-pin-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1016px;
  margin: 0 auto;
}
.ascend-header-bottom{
  width: 100%;
  height: 385px;
  background: url(../imgs/header/background.png) center no-repeat,linear-gradient( 360deg, rgb(28 29 33) 4%, rgb(32 34 37 / 46%) 151%, rgba(7,7,8,0) 100%), url(../imgs/backgroundhotel.jpg) bottom;
  background-size: cover;
}
.ascend-header-bottom-logo{
  width: 337px;
  height: 99px;
  background: url(../imgs/header/logo.png);
  margin-top: 142px;
  background-repeat: no-repeat;
}
.ascend-header-bottom-right {
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  width: auto;
  margin-top: 129px;
}
.ascend-header-text{color: #fff;font-size: 18px;margin-bottom: 13px;cursor: default;}
.ascend-header-flex{
  display: flex;
}
.ascend-header-button {
  background: #1e2432;
  border: 2px solid #333c4f;
  border-radius: 20px;
  color: #fff;
  padding: 12px 22px;
  margin-right: 14px;
  display: flex;
  cursor: default;
  line-height: 29px;
}
.ascend-header-button-enter {
  background: #008787;
  border: 2px solid #2fbdbd;
  border-radius: 20px;
  width: 172px;
  color: #fff;
  padding: 16px 22px;
  margin-right: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}
.ascend-header-button-enter:hover{
  opacity: 0.8;
}
.ascend-header-icon-ons{
background: url(../imgs/header/online.png);
width: 31px;
height: 31px;
margin-right: 16px;
}

@media (max-width: 760px) {
  .ascend-header-text{
    margin-left: 25px;
  }
  .ascend-header-bottom-logo{
    margin-top: 25px!important;
    margin-left: -32px;
  }
  .ascend-header-bottom-right{
    margin-top: 40px!important;
  }
  .ascend-header-nav-bottom {
    justify-content: center!important;
    display: grid!important;
    place-items: center!important;
  }
}

.ascend-footer{
  width: 100%;
  height: 125px;
  background: url(../imgs/footer/footerbg.png) center;
  margin-top: 40px;
}
.ascend-footer-left {
  display: flex;
  max-width: 1016px;
  margin: 0 auto;
}
.ascend-footer-img-h{
  width: 67px;
  height: 84px;
  background: url(../imgs/footer/iconh.png) center;
  background-repeat: no-repeat;
  margin-top: 16px;
}
.ascend-footer-text-title{color: #4d9191;font-size: 18px;font-weight: bold;margin-bottom: 5px;}
.ascend-footer-text{
  max-width: 576px;
  color: #a0a0a0;
  margin-left: 28px;
  margin-top: 24px;
  font-size: 14px;
  cursor: default;
}
@media (max-width: 667px) {
  .ascend-footer-img-h{
    display: none;
  }
}
@media (max-width: 980px){
  .ascend-body-login-text{
    display: none;
  }
}
.ascend-body{
  width: calc(100% - 40px);
  max-width: 1016px;
  margin: 0 auto;
}
.ascend-body-grid-container{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}
.ascend-body-grid-one {
  grid-column: span 1;
}
.ascend-body-grid-two {
  grid-column: span 2;
}
.ascend-body-grid-three {
  grid-column: span 3;
}
.ascend-body-grid-four {
  grid-column: span 4;
}
.ascend-body-grid-five {
  grid-column: span 5;
}
.ascend-body-grid-six {
  grid-column: span 6;
}
.ascend-body-login {
  background: #171b26;
  margin-top: -70px;
  padding: 23px;
  height: 75px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 22%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ascend-body-login-text{
  font-size: 17px;
  color: #d5d5d5;
  margin-right: 25px;
  margin-left: 25px;
  cursor: default;
}
.ascend-body-login-input-text{
  background: #191e29;
  border: 3px solid #282f42;
  padding: 11px;
  border-radius: 11px;
  font-size: 15px;
  width: -webkit-fill-available;
  max-width: 185px;
  min-width: 104px;
  margin-right: 15px;
}
.ascend-body-login-input-text:not(:placeholder-shown) {
  color: #ccc;
}
.ascend-body-login-input-button{
  background: rgb(0, 65, 65);
  background: linear-gradient(90deg, rgba(0, 65, 65, 1) 35%, rgba(0, 135, 135, 1) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #008787;
  border-radius: 9px;
  padding: 11px;
  margin-left: 22px;
  width: 100%;
  cursor: pointer;
}
.ascend-body-login-input-button:hover{
  opacity: 0.7;
}
@media (max-width: 980px){
  .ascend-body-login-text{
    display: none;
  }
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.5s;
}
.ascend-body-news{
  padding: 5px;
  background: #171b26;
  border-radius: 10px;
}
.ascend-body-news-img {
  width: 100%;
  height: 144px;
  border-radius: 10px;
}
.ascend-body-news-title{
  position: relative;
  top: 11px;
  color: #e3e3e3;
  width: 90%;
  font-size: 18px;
  margin-left: 17px;
  font-weight: bold;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ascend-body-news-desc{
  position: relative;
  top: 13px;
  color: #d8d8d8;
  width: 90%;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 5px;
  height: 47px;
  overflow: hidden;
  line-height: 15.3px;
}
.ascend-body-camera{
  padding: 5px;
  background: #171b26;
  border-radius: 10px;
}
.ascend-body-camera-img {
  width: 100%;
  height: 144px;
  border-radius: 10px;
}
.ascend-body-camera-info{
  margin-top: 105px;
  position: absolute;
  margin-left: 7px;
  background: #1c212e;
  padding: 5px;
  padding-right: 11px;
  color: #d3d3d3;
  font-size: 12px;
  border-radius: 5px;
  display: flex;
  line-height: 26px;
  cursor: default;
}
.ascend-body-camera-circle{
  background: #986450;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  margin-right: 8px;
}
.ascend-body-content{background: #181c27;border-radius: 10px;color: #fff;}
.ascend-body-content-title{
  background: #131722;
  border-radius: 10px 10px 0px 0px;
  padding: 14px 22px;
  font-size: 15px;
  display: flex;
  line-height: 37px;
  font-weight: bold;
  cursor: default;
}
.ascend-body-content-items-icon{
  background: url(../imgs/index/items.png);
  width: 38px;
  height: 38px;
  margin-right: 11px;
}
.ascend-body-content-badges-icon{
  background: url(../imgs/index/badges.png);
  width: 32px;
  height: 37px;
  margin-right: 11px;
}
.home-item-badges {
  background: #1c212e;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-item-badges:hover .home-item-name{
  display: block;
}
.home-grid-badges {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.home-content-part-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 203px;
}
.home-content-part-body::-webkit-scrollbar {
  width: 5px; 
}

.home-content-part-body::-webkit-scrollbar-thumb {
  background-color: #474d5d; 
  border-radius: 5px; 
}
.ascend-body-content-register-icon{
  background: url(../imgs/register/register.png);
  width: 30px;
  height: 38px;
  margin-right: 11px;
}
.ascend-body-grid-three-max{
  grid-column: span 3;
}
@media (max-width: 670px){
  .ascend-body-grid-three-max{
    grid-column: span 6;
  }
}
.ascend-register-text {
  font-size: 13px;
  color: #d8d8d8;
}
.icon-head-male {
  background: url(../imgs/sprite.png) no-repeat -417px -186px;
  width: 18px;
  height: 18px;
  z-index: 1;
}

.icon-head-female {
  background: url(../imgs/sprite.png) no-repeat -401px -186px;
  width: 14px;
  height: 20px;
  z-index: 1;
}
.width-content {
  width: 97%;
}
.flex {
  display: flex!important;
}
.margin-right-minm {
  margin-right: 5px!important;
}
.reg-gender {
  width: 100%;
  height: inherit;
}
.gender-female-option {
  position: relative;
  background: url(../imgs/room_female.png) 59% center/auto no-repeat scroll rgb(122,18,54);
  width: 100%;
  height: 100%;
  border: 1px solid #7a1236;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}

.gender-female-option div {
  position: absolute;
  background: #e352a9;
  width: calc(100% - 10px);
  color: #7a1236;
  border-radius: 3px;
  border: 1px solid #bf3789;
  padding: 6px;
  margin: auto 5px 5px;
  font-size: 11px;
  bottom: -52px;
  transition: bottom .5s linear
}

.gender-female-option div icon {
  min-width: 14px;
  margin: auto 6px auto 0
}

label[for=gender-female]:hover div.gender-female-option div,input[value=female]:checked+label div.gender-female-option div {
  bottom: 0;
  transition: bottom .5s linear
}

.gender-male-option::before {
  content: "";
  position: absolute;
  background: linear-gradient(transparent,rgb(2,179,222));
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  transition: height .5s linear
}

label[for=gender-male]:hover div.gender-male-option::before,input[value=male]:checked+label div.gender-male-option::before {
  height: 100%;
  transition: height .5s linear
}

.gender-male-option {
  position: relative;
  background: url(../imgs/room_male.png) 58% center/auto no-repeat scroll rgb(0,177,221);
  width: 100%;
  height: 100%;
  border: 1px solid #277da2;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}

.gender-male-option div {
  position: absolute;
  background: #47a6e6;
  width: calc(100% - 10px);
  color: #0d4a55;
  border-radius: 3px;
  border: 1px solid #358fcb;
  padding: 6px;
  margin: auto 5px 5px;
  font-size: 11px;
  bottom: -52px;
  transition: bottom .5s linear
}

.gender-male-option div icon {
  min-width: 18px;
  margin: auto 6px auto 0
}

label[for=gender-male]:hover div.gender-male-option div,input[value=male]:checked+label div.gender-male-option div {
  bottom: 0;
  transition: bottom .5s linear
}
.ascend-body-register-input-button {
  background: rgb(0, 65, 65);
  background: linear-gradient(90deg, rgba(0, 65, 65, 1) 35%, rgba(0, 135, 135, 1) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #008787;
  border-radius: 9px;
  padding: 11px;
  margin-left: 22px;
  width: 93%;
  cursor: pointer;
  margin-top: 20px;
}
.ascend-body-register-input-button:hover {
  opacity: 0.7;
}
.home-item-badges:hover .home-item-name{
  display: block;
}
.home-item-name{
  display: none;
  position: absolute;
  margin-top: -76px;
  background: #222c;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
  font-size: 11px;
}
.ascend-body-content-users-icon{
  background: url(../imgs/register/users.png);
  width: 26px;
  height: 32px;
  margin-right: 11px;
}

.ascend-body-grid-one-max {
  grid-column: span 1;
}
.ascend-body-grid-two-max-three{
  grid-column: span 2;
}
@media (max-width: 990px) {
  .ascend-body-grid-one-max {
    grid-column: span 2;
  }
  .ascend-body-grid-two-max-three{
    grid-column: span 3;
  }
}
@media (max-width: 630px) {
  .ascend-body-grid-two-max-three{
    grid-column: span 6;
  }
}
@media (max-width: 570px) {
  .ascend-body-grid-one-max {
    grid-column: span 3;
  }
}
.ascend-body-content-rooms-icon{
  background: url(../imgs/me/roomstitle.png);
  width: 44px;
  height: 30px;
  margin-right: 11px;
}
.ascend-body-content-groups-icon{
  background: url(../imgs/me/grouptitle.png);
  width: 32px;
  height: 30px;
  margin-right: 11px;
}
.ascend-me-banner{
  background: url(../imgs/me/banner.png);
  width: 100%;
  height: 118px;
  border-radius: 5px;
}
.ascend-me-username {
  position: absolute;
  margin-left: 120px;
  font-size: 20px;
  margin-top: 42px;
  cursor: pointer;
  color: #fff;
}
.ascend-me-motto {
  background: #131722;
  width: fit-content;
  padding: 12px 12px;
  font-size: 13px;
  border-radius: 10px;
  display: flex;
  cursor: default;
}
.ascend-me-motto-icon{
  background: url(../imgs/me/motto.png);
  width: 13px;
  height: 12px;
  margin-right: 8px;
  margin-top: 2px;
}
.ascend-me-enter{
  background: #008787;
  border: 2px solid #2fbdbd;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  padding: 16px 22px;
  margin-top: -2px;
  margin-left: 15PX;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
}
.ascend-me-enter:hover{
  opacity: 0.7;
}
.ascend-me-settings{
  background: #5e5e5e;
  border: 2px solid #727272;
  border-radius: 20px;
  width: 107px;
  color: #fff;
  padding: 7px 12px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  float: right;
  margin-top: 5px;
  margin-right: 16px;
  font-size: 14px;
}
.ascend-me-settings:hover{
  opacity: 0.7;
}
.ascend-me-content-info{
  height: 82px;
  display: flex;
  align-items: center;
  margin-left: 129px;
  margin-top: -7px;
  cursor: default;
}
.ascend-me-clock-icon{
  background: url(../imgs/me/clock.png);
  width: 19px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
}
.ascend-body-grid-four-max{
  grid-column: span 4;
}
.ascend-body-grid-two-max{
  grid-column: span 2;
}
.ascend-body-grid-two-max-four{
  grid-column: span 2;
}
@media (max-width: 1005px) {
  .ascend-body-grid-four-max{
    grid-column: span 6;
  }
  .ascend-body-grid-two-max{
    grid-column: span 6;
  }
  .ascend-body-grid-two-max-four{
    grid-column: span 4;
  }
}
@media (max-width: 660px) {
  .ascend-content-invisible{
    display: none!important;
  }
}
.ascend-rooms-active-icon{
  background: url(../imgs/me/rooms.png);
  width: 16px;
  height: 17px;
  margin-right: 8px;
  margin-top: 2px;
}
.ascend-rooms-users-icon{
  background: url(../imgs/me/users.png);
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 8px;
}
.ascend-rooms-members-icon{
  background: url(../imgs/me/members.png);
  width: 21px;
  height: 16px;
  margin-top: -2px;
  margin-left: 1px;
}
.ascend-rooms-content{
  background: #1c212e;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin-top: 4px;
  gap: 10px;
  display: flex;
}
.ascend-rooms-active-name{font-size: 14px;cursor: default;}
.ascend-rooms-active-users{
  display: flex;
  font-size: 12px;
  line-height: 17px;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 7px;
}
.ascend-rooms-left {
  display: flex;
  align-items: center;
  gap: 5px; 
}

.ascend-rooms-active-users {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: default;
}
.searchfriend-title{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: -3px;
  background: url(../imgs/friends_icon.png) 5px 2px no-repeat;
  padding-left: 34px;
}
.searchfriend-me {
  margin-top: 12px;
  padding: 11px;
  background: #1c212e;
  border-radius: 5px;
  height: auto;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}
.searchfriend-input {
  width: 100%;
  background: #191e29;
  border: 3px solid #282f42;
  padding: 11px;
  border-radius: 11px;
  font-size: 15px;
  margin-right: 15px;
}
.searchfriend-input:not(:placeholder-shown) {
  color: #ccc;
}
.searchfriend-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (max-width: 965px) {
  .searchfriend-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 660px) {
  .searchfriend-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.searchfriend-grid-header{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: none;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media (max-width: 965px) {
  .searchfriend-grid-header{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 660px) {
  .searchfriend-grid-header{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.friend-search{
  background: #232938;
  border-radius: 5px;
  margin-top: 14px;
  display: flex;
  height: 59px;
  margin-bottom: 0px;
}
.searchfriend-look{
  width: 64px;
  height: 90px;
  margin-top: -28px;
}
.searchfriend-look-nofound{
  width: 39px;
  height: 71px;
  margin-top: -12px;
  background: url(../imgs/nofound.png);
}
.searchfriend-name{
  font-size: 15px;
  font-weight: bold;
  margin-top: 11px;
  margin-left: 10px;
  color: #e3e3e3 !important;
}
.searchfriend-motto{
  font-size: 12px;
  margin-top: 4px;
  width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cfcfcf;
  letter-spacing: -0.2px;
  margin-left: 11px;
  cursor: default;
}
.searchfriend-icon-1{
  width: 13px;
  height: 14px;
  float: right;
  margin-top: 9px;
  background: url(../imgs/relation_1_icon.png);
}
.searchfriend-icon-2{
  width: 13px;
  height: 14px;
  float: right;
  margin-top: 9px;
  background: url(../imgs/relation_2_icon.png);
}
.searchfriend-icon-3{
  width: 13px;
  height: 14px;
  float: right;
  margin-top: 9px;
  background: url(../imgs/relation_3_icon.png);
}
.searchfriend-me::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.searchfriend-me::-webkit-scrollbar-thumb {
  background: #474d5d;
  border-radius: 5px;
}
.reward-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
  background: url(../imgs/footer/footerbg.png) center;
  background-color: #00bcc0;
  margin-bottom: 11px;
  border-radius: 5px;
  align-items: center;
  /* height: 98px; */
}

.reward-first-div {
  height: -webkit-fill-available;
  grid-column: span 1;
  border-radius: 5px;
}

.reward-second-div {
  padding: 5px 0 0 0;
  border-radius: 5px;
  color: #fff;
  grid-column: span 3;
  padding-right: 7px;
  padding-left: 17px;
  padding-bottom: 15px;
  padding-top: 8px;
}

.reward-third-div {
  text-align: center;
  grid-column: span 2;
  padding-bottom: 15px;
  padding-top: 8px;
}

.progress-bar {
  width: calc(100% - 15px);
  min-width: 20px;
  height: 25px;
  background-color: #ccc!important;
  border-radius: 7px;
  margin-top: 12px;
  background-image: url(../imgs/btn.png);
  background-size: contain;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), inset 0 0 0 2px rgb(255 255 255 / 27%), 0 2px 0 rgb(0 0 0 / 14%);
}

.progress-fill {
  height: 25px;
  cursor: default;
  margin-top: -6px;
  line-height: 24px;
  background-color: #4a5167;
  color: white;
  text-align: center;
  font-size: 12px;
  background-image: url(../imgs/btn.png);
  background-size: contain;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), inset 0 0 0 2px rgb(255 255 255 / 27%), 0 2px 0 rgb(0 0 0 / 14%);
  border-radius: 7px;
}
.button-redeem{
    background: rgb(59 65 82);
    background: linear-gradient(90deg, rgb(0 135 135) 35%, rgb(10 53 54) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border: 3px solid #0d6363;
    border-radius: 9px;
    margin-left: 22px;
    width: fit-content;
    padding: 12px 31px;
    cursor: pointer;
}
.button-redeem:hover{
  opacity: 0.9;
}
.suspensive{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
@media (max-width: 815px) {
  .reward-container {
    grid-template-columns: repeat(7, 1fr);
  }
  .reward-second-div {
    grid-column: span 5;
    padding-left: 0px;
  }
  .reward-first-div{
    grid-column: span 2;
  }
  .reward-third-div {
    grid-column: span 7;
    margin-top: -17px;
  }
}
.loginpin {
  position: absolute;
  width: 95%;
  max-width: 510px;
  text-align: center;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: url(../imgs/footer/footerbg.png) center;
  margin: 20px auto;
  padding: 20px;
  border-radius: 12px;
  border: 3px solid #232730;
}
.ascend-pin-input-text{
  background: #191e29;
  border: 3px solid #282f42;
  padding: 11px;
  border-radius: 11px;
  font-size: 15px;
  width: -webkit-fill-available;
  max-width: 185px;
  min-width: 104px;
  margin-right: 15px;
}
.ascend-pin-input-text:not(:placeholder-shown) {
  color: #ccc;
}
.ascend-body-pin-input-button{
  background: rgb(0, 65, 65);
  background: linear-gradient(90deg, rgba(0, 65, 65, 1) 35%, rgba(0, 135, 135, 1) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #008787;
  border-radius: 9px;
  padding: 11px;
  width: 215px;
  cursor: pointer;
  margin-left: -13px;
  margin-top: 15px;
}
.ascend-body-pin-input-button:hover{
  opacity: 0.7;
}
.ascend-settings-pin-icon{
  background: url(../imgs/settings/pin.png);
  width: 35px;
  height: 40px;
  margin-right: 11px;
}
.ascend-settings-background-icon{
  background: url(../imgs/settings/background.png);
  width: 42px;
  height: 32px;
  margin-right: 11px;
}
.ascend-settings-alerts-icon{
  background: url(../imgs/settings/alerts.png);
  width: 26px;
  height: 31px;
  margin-right: 11px;
}
.ascend-settings-password-icon{
  background: url(../imgs/settings/password.png);
  width: 30px;
  height: 45px;
  margin-right: 11px;
}
.ascend-settings-email-icon{
  background: url(../imgs/settings/email.png);
  width: 32px;
  height: 26px;
  margin-right: 11px;
}
.fondimg{
  width: 202px;
  height: 106px;
  display: flex;
  margin-right: 5px;
  border-radius: 4px;
  margin-bottom: 17px;
  margin-left: 5px;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: 2px 2px 0 0 rgb(0 0 0 / 30%), inset 0 -3px 0 0 rgb(0 0 0 / 25%);
  }
  .ascend-settings-input-text{
    background: #191e29;
    border: 3px solid #282f42;
    padding: 11px;
    border-radius: 11px;
    font-size: 15px;
    width: 100%;
    margin-right: 15px;
  }
  .ascend-settings-input-text:not(:placeholder-shown) {
    color: #ccc;
  }
  .ascend-settings-label{
    font-weight: bold;
    padding: 6px;
    line-height: 37px;
    font-size: 15px;
  }
  .ascend-settings-text{
    margin-top: 10px;
    font-size: 14px;
    color: #cacaca;
    margin-bottom: 12px;
  }
  .ascend-settings-button-enter {
    background: #008787;
    border: 2px solid #3ea3a3;
    border-radius: 20px;
    width: 145px;
    color: #fff;
    padding: 9px 14px;
    margin-right: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
}
  .ascend-settings-button-enter:hover{
    opacity: 0.8;
  }
  .ascend-settings-button-danger {
    background: #bd1f1f;
    border: 2px solid #b6494a;
    border-radius: 20px;
    width: 145px;
    color: #fff;
    padding: 9px 14px;
    margin-right: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
}
  .ascend-settings-button-danger:hover{
    opacity: 0.8;
  }
  .settings-alertmoden{
    background: url(../imgs/alertmodernanew.png) center;
    background-size: contain;
    width: 248px;
    height: 132px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    opacity: 0.5;
  }
  .settings-alertsimple{
    background: url(../imgs/alertsimple.png) center;
    background-size: contain;
    width: 248px;
    height: 138px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    opacity: 0.5;
  }
  .settings-desing{
    justify-content: center;
    align-items: center; 
    display: grid;
  }
  @media (max-width: 1050px) {
    .settings-alertmoden{
      width: 100%;
      height: 200px;
      background-size: cover;
    }
    .settings-alertsimple{
      width: 100%;
      height: 200px;
      background-size: cover;
    }
    .settings-desing{
      justify-content: initial;
      align-items: initial; 
      display: grid;
    }
  }
  .topuser-container {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    height: 150px;
    border-radius: 5px 5px 0 0;
  }
  
  .topuser-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  
  .topuser-image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  
  .topuser-details {
    flex-grow: 1;
  }
  
  .topuser-name {
    font-size: 15px;
    color: #c8c8c8;
  }
  
  .topuser-name-info {
    font-size: 17px;
    font-weight: bold;
    color: #7bbfbf;
    text-shadow: 1px 1px 1px #2562a7;
  }
  
  .topuser-name-info-second {
    font-size: 18px;
    font-weight: bold;
    color: #ebd2a0;
    text-shadow: 1px 1px 1px #d96d1b;
  }
  
  .topuser-amount {
    font-size: 16px;
    color: #555;
  }
  
  .topuser-amount-info {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    cursor: default;
  }
  
  .topuser-amount-item {
    font-size: 14px;
    color: #b7b7b7;
    float: right;
    margin-top: -18px;
    margin-right: 15px;
    font-weight: bold;
    cursor: default;
  }
  
  .topuser-credit-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/credits.png) no-repeat 1px 3px;
    padding-left: 24px;
    font-weight: bolder;
    cursor: default;
  }
  
  .topuser-diamond-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/diamonds.png) no-repeat 1px -1px;
    padding-left: 24px;
    font-weight: bolder;
    cursor: default;
  }
    .topuser-furni-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/item.png) no-repeat 1px 1px;
    padding-left: 24px;
    font-weight: bolder;
    cursor: default;
  }
      .topuser-badge-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/badges_valour.png) no-repeat 1px 1px;
    padding-left: 24px;
    font-weight: bolder;
    cursor: default;
  }
  .topuser-esmerald-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/emeralds.png) no-repeat 1px 1px;
    padding-left: 24px;
    font-weight: bolder;
    cursor: default;
  }
  
  .topuser-xp-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/xp.png) no-repeat 1px 0px;
    padding-left: 29px;
    font-weight: bolder;
    cursor: default;
  }
  
  .topuser-time-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/clock.png) no-repeat 1px 2px;
    padding-left: 26px;
    font-weight: bolder;
    cursor: default;
  }
  
  .topuser-other-text {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #fff;
    background: url(../imgs/other.png) no-repeat 1px 1px;
    padding-left: 22px;
    font-weight: bolder;
    cursor: default;
  }
  
  .topuser-list {
    display: flex;
    flex-direction: column;
  }
  
  .topuser-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    background: #1b202c;
    height: 62px;
  }
  
  .topuser-item:nth-child(even) {
    background-color: #252a38;
  }
  
  .background-blue{
    background: url(../imgs/boxmin.png) no-repeat bottom left, linear-gradient(160deg, #125858 0%, #007373 100%);
    background-color: #007373;
  }
  .background-yellow {
    background: url(../imgs/boxmin.png) no-repeat bottom left, linear-gradient(160deg, #bd441e 0%, #e1ad61 100%);
    background-color: #ff5c20;
  }
  .staff-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    grid-column: span 6;
  }
  .staff-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
    display: flex;
    margin-top: 15px;
  }
  .staff-user-list {
    gap: 20px;
    width: 100%;
    background: #171b26;
    border-radius: 5px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .staff-user-item {
    margin-bottom: -15px;
    margin-top: 12px;
  }
  .staff-user-image {
    width: 64px;
    margin-bottom: 10px;
  }
  .staff-user-name {
    z-index: 9999;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }
  .staff-online{
    background: url(../imgs/online.png);
    width: 28px;
    height: 33px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
  }
  .staff-offline{
    background: url(../imgs/offline.png) center no-repeat;
    width: 28px;
    height: 33px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
  }
  .staff-blue-box {
    background: url(../imgs/staff/tile.png) -240px no-repeat, url(../imgs/staff/bg.png);
    background-color: #153a69;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: auto;
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }
  .staff-orange-box {
    background: url(../imgs/boxmin.png) no-repeat bottom left, linear-gradient(279deg, #ab401f 0%, #e57c58 100%);
    background-color: #bb502f;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: auto;
    height: 114px;
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }
  .staff-user-info {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
  }
  .staff-motto{
    font-size: 14px;
    color: rgb(29 140 143);
    word-wrap: break-word;
    width: 100%;
    max-width: 231px;
    max-height: 53px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: -24px;
  }
  .staff-time {
    font-size: 13px;
    color: #d1d1d1;
    width: 215px;
  }
  .staff-subname {
    width: auto;
    float: right;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    margin-right: 6px;
    background: url(../imgs/clock.png) 0px 3px no-repeat;
    padding-left: 26px;
  }
  @media (max-width: 1060px) {
    .staff-user-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 755px) {
    .staff-user-list {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
  }
  .submenu {
    background-color: #191d27;
    display: flex;
    border-radius: 5px;
    padding-left: 50px;
    align-items: center;
    flex-wrap: wrap;
    grid-column: span 6;
  }
  @media (max-width: 984px) {
    .submenu {
      justify-content: center;
    }
  }
  .submenu a {
    color: white;
    text-decoration: none;
    padding: 14px 20px;
    white-space: nowrap;
  }
  .submenu a:hover {
    color: #7a7a7a !important;
  }
  .selectedsub {
    border-bottom: 3px solid #003939;
    color: #008888 !important;
  }
  .support-header{
    background: url(../imgs/support_header.png) bottom left no-repeat, #00475b;
    border: none;
    image-rendering: pixelated;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    height: 75px;
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 6;
  }
  .content {
    display: flex;
    justify-content: space-between;
    grid-column: span 6;
  }
  
  
  .col.right {
      background-color: #161a25;
      border-radius: 5px;
      padding-bottom: 10px;
      width: 50%;
  }
  
  .col.left {
      margin-right: 10px;
      background-color: #161a25;
      border-radius: 5px;
      padding-bottom: 10px;
      width: 50%;
  }
  
  .sopport-case {
    padding: 20px;
    margin-bottom: -16px;
    text-align: center;
  }
  
  .sopport-title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 18px;
    text-align: center;
    color: #ececec;
  }
  
  .sopport-img {
    max-width: 100%;
    height: auto;
    margin-bottom: -14px;
    margin-top: -18px;
  }
  
  .sopport-span {
    font-size: 14px;
    line-height: 1.5;
    color: #d6d6d6;
  }
  .grid-container-effects {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 14px;
  }
  .effect-wide-top {
    grid-column: span 8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .effect-wide-about {
    grid-column: span 8;
  }
  .paginationpage{
      width: 200px;
      float: right;
      margin-right: 20px;
      margin-bottom: 20px;
      margin-top: 20px;
      display: flex;
  }
  .transform {
    width: 155px;
    min-width: 75px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .transform>span {
    width: 97%;
    margin-bottom: 4px;
    padding-bottom: 2px;
    float: left;
    clear: both;
    margin-top: -6px;
    border-radius: 0px 0px 5px 5px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: rgb(21 25 35);
    color: #ffffff;
  }
  .enable {
    width: 155px;
    min-width: 75px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .enable>span {
    width: 49px;
    margin-left: 5px;
    margin-bottom: 4px;
    float: left;
    clear: both;
    margin-top: -30px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: rgb(21 25 35);
    color: #ffffff;
  }
  .pagecircle {
    background: #141822;
    border-radius: 50%;
    padding: 3px 0px;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: none;
    color: #fff;
    margin-left: 1px;
  }
  .pagecircle:hover {
      opacity: 0.4;
  }
  .rowgen {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-top: -29px;
    }
    .col.colgen-md-3 {
      grid-column: span 2;
  }
  @media (max-width: 715px) {
    .rowgen {
      grid-template-columns: repeat(4, 1fr);
      }
  }
  .atittude-header{
    background: url(../imgs/attitude_header.png) bottom left no-repeat, #6c757d;
    border: none;
    image-rendering: pixelated;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    height: 75px;
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 6;
  }
  .grid-container-effects {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 14px;
  }
  .effect-wide-top {
    grid-column: span 8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .effect-wide-about {
    grid-column: span 8;
  }
  .enables-header{
    background: url(../imgs/enables_header.png) bottom left no-repeat, #0c456c;
    border: none;
    image-rendering: pixelated;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    height: 75px;
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .transforms-header{
    background: url(../imgs/transforms_header.png) bottom left no-repeat, #b57535;
    border: none;
    image-rendering: pixelated;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    height: 75px;
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ascend-search-input-text{
    background: url(../imgs/header/navbar/search.png) 9px no-repeat, #191e29;
    border: 3px solid #282f42;
    padding: 1px 44px;
    border-radius: 11px;
    font-size: 13px;
    width: 100%;
    height: 43px;
    margin-right: 15px;
    max-width: 180px;
  }
  .ascend-search-input-text:not(:placeholder-shown) {
    color: #ccc;
  }
  .ascend-content-search{
    width: calc(100% - 40px);
    max-width: 1016px;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: none;
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    background: #232938;
    margin-top: 19px;
    padding: 11px;
    border-radius: 9px;
  }
  .franknofound{
    background: url(../imgs/none.gif);
    width: 67px;
    height: 99px;
  }
  .ascend-me-credits-icon{
    background: url(../imgs/credits.png);
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .ascend-me-diamonds-icon{
    background: url(../imgs/diamonds.png);
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 2px;
  }
    .ascend-me-richess-icon{
    background: url(../imgs/richess.png);
    width: 26px;
    height: 25px;
    margin-right: 8px;
    margin-top: -1px;
  }
  .ascend-me-emeralds-icon{
    background: url(../imgs/emeralds.png);
    width: 15px;
    height: 17px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .ascend-content-coin {
    margin-right: 8px;
    display: flex;
    line-height: 24px;
    font-size: 13px;
    background: #292e3b;
    padding: 8px 19px;
    border-radius: 10px;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
}
.ascend-home-img-rooms {
  background: url(../imgs/rooms.png);
  width: auto;
  max-width: 550px;
  height: 140px;
}
.ascend-home-img-friends {
  background: url(../imgs/friends.png);
  width: auto;
  max-width: 550px;
  height: 140px;
}
.ascend-home-img-badges {
  background: url(../imgs/badges.png);
  width: auto;
  max-width: 550px;
  height: 140px;
}
.ascend-home-img-groups {
  background: url(../imgs/groups.png);
  width: auto;
  max-width: 550px;
  height: 140px;
}
.ascend-home-input-text{
  background: #191e29;
  border: 3px solid #282f42;
  padding: 11px;
  border-radius: 11px;
  font-size: 15px;
  width: 100%;
  margin-right: 15px;
  margin-top: 5px;
}
.ascend-home-input-text:not(:placeholder-shown) {
  color: #ccc;
}
.home-grid-rooms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}
.home-item-rooms{
  background: #1f2532;
  border-radius: 5px;
  display: flex;
  height: 59px;
  margin-bottom: 0px;
}
.home-item-room-icon{
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-left: 13px;
  background: url(../imgs/no_room_photo.gif);
}
.rooms-home-name{
  font-size: 15px;
  font-weight: bold;
  margin-top: 7px;
  margin-left: 10px;
  color: #e9e9e9 !important;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.rooms-home-desc{
  font-size: 12px;
  margin-top: 3px;
  text-overflow: ellipsis;
  color: #bdbdbd;
  letter-spacing: -0.2px;
  margin-left: 11px;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.home-nofound{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  image-rendering: pixelated;
}
.home-grid-friends {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}
.home-item-friends{
  background: #1f2532;
  border-radius: 5px;
  display: flex;
  height: 59px;
  margin-bottom: 0px;
}
.home-item-room-icon{
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-left: 13px;
  background: url(../imgs/no_room_photo.gif);
}
.friends-home-name{
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  margin-left: 10px;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.friends-home-desc{
  font-size: 12px;
  margin-top: 3px;
  text-overflow: ellipsis;
  color: #b0b0b0;
  letter-spacing: -0.2px;
  margin-left: 11px;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.friends-home-look {
  width: 64px;
  height: 70px;
  margin-top: -11px;
}
.home-content-info{
  width: calc(100% - 20px);
  max-width: 155px;
}
.home-content-info-badge{
  width: calc(100% - 20px);
  max-width: 210px;
}
.home-grid-badges {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.home-item-badges {
  background: #212737;
  border-radius: 5px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-item-badges:hover .home-item-name{
  display: block;
}
.home-item-name{
  display: none;
  position: absolute;
  margin-top: -76px;
  background: #222c;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
  font-size: 11px;
}
.home-grid-groups {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}
.home-item-groups{
  background: #1f2532;
  border-radius: 5px;
  display: flex;
  height: 59px;
  margin-bottom: 0px;
}
.home-item-groups-icon{
  width: 39px;
  height: 39px;
  margin-top: 12px;
  margin-left: 16px;
}
.groups-home-name{
  font-size: 15px;
  font-weight: bold;
  margin-top: 9px;
  margin-left: 10px;
  color: #d1d1d1 !important;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.groups-home-desc{
  font-size: 12px;
  margin-top: 3px;
  text-overflow: ellipsis;
  color: #c6c6c6;
  letter-spacing: -0.2px;
  margin-left: 11px;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
.photos-home-grid{
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: -10px;
}
.photos-home-grid-photo {
  width: 100%;
  max-width: 326px;
  height: 165px;
  grid-column: span 2;
}
.photo-content {
  background-color: #181c27;
  margin: 20px 0 auto;
  position: sticky;
  overflow: hidden;
  width: auto;
  height: 150px;
  border-radius: 5px;
  }
  .photo-content:hover {
    opacity: 0.9;
  }
  .inner-photo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 5px;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    display: block;
    image-rendering: pixelated;
    }
    .home-circle-credits{
      line-height: 19px;
      background: #dcaf27;
      line-height: 19px;
      padding: 5px;
      border-radius: 20px;
      width: 60px;
      height: 30px;
      text-align: center;
      font-size: 15px;
      margin-left: 5px;
      display: flex;
    }
    .home-circle-diamonds{
      line-height: 19px;
      background: #82d6db;
      padding: 5px;
      border-radius: 20px;
      width: 60px;
      height: 30px;
      text-align: center;
      font-size: 15px;
      margin-left: 5px;
      display: flex;
    }
    .home-circle-emeraldas{
      line-height: 19px;
      background: #537d20;
      padding: 5px;
      border-radius: 20px;
      width: 60px;
      height: 30px;
      text-align: center;
      font-size: 15px;
      margin-left: 5px;
      display: flex;
    }
    .news-information-subimage {
      background: #272d3b;
      padding: 5px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .news-information-subimage-column {
      padding: 5px 15px;
    }
    
    .shop-lot-amount-row {
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      gap: 10px;
    }
    .shop-lot-amount-buttom {
      grid-column: span 2;
      border-radius: 6px;
      background: #131720;
      font-size: 13px;
      text-align: center;
      display: grid;
      padding: 10px 31px;
      color: #cfcfcf;
      border: none;
      justify-items: center;
    }
    .shop-content-grid{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    @media (max-width: 1075px) {
      .shop-lot-amount-row {
        grid-template-columns: repeat(9, 1fr);
      }

    }
    @media (max-width: 700px) {
      .wide-settings {
        grid-column: span 6;
      }
    }
    @media (max-width: 600px) {
      .shop-lot-amount-row {
        grid-template-columns: repeat(6, 1fr);
      }
      .shop-content-grid{
        grid-template-columns: repeat(1, 1fr);
      }
    }
.shop-lot-amount-malcoe{
  margin-bottom: 11px;
}
.shop-content-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1075px) {
  .shop-lot-amount-row {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 700px) {
  .wide-settings {
    grid-column: span 6;
  }
}
@media (max-width: 600px) {
  .shop-lot-amount-row {
    grid-template-columns: repeat(6, 1fr);
  }

  .shop-content-grid{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 965px) {
  .shop-lot-amount-buttom {
    display: none;
  }
}
.wide-shop-content {
  grid-column: span 4;
}
.wide-shop-nav {
  grid-column: span 2;
}
.shop-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.shop-rare-alt {
  background: #171b26;
  position: absolute;
  bottom: 0px;
  z-index: 99;
  padding-bottom: 10px;
  width: -webkit-fill-available;
}
.shop-rare-name {
  color: #ffffff;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 1px;
  padding-left: 45px;
}
.shop-nav-content {
  background: #171b26;
  border-radius: 5px;
  padding: 10px 15px;
}
.shop-nav-categorygen {
  background: #131722;
  margin-bottom: 7px;
  padding: 13px 11px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cdcdcd;
  border: none;
  width: -webkit-fill-available;
  text-align: left;
  cursor: pointer;
}
.shop-nav-categorygen:hover {
  opacity: 0.7;
}
.shop-lot-amount-malcoe {
  text-align: center;
  position: relative;
  margin: 5px auto;
}
.shop-rare-price-box {
  position: relative;
  background: #171b26;
  border-radius: 5px;
  height: 210px;
  width: -webkit-fill-available;
  overflow: hidden;
}
.shop-price-rare {
  position: absolute;
  right: 10px;
  float: right;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
  background: rgb(114 114 114 / 46%);
  padding: 6px 8px;
  border-radius: 6px;
  color: #ffffff;
}
.shop-price-icon {
  position: absolute;
  left: 20px;
  top: 20px;
}
.shop-select-form{
  border: none;
  font-size: 16px;
  padding: 6px;
  border-radius: 5px;
  margin-bottom: 7px;
}
.box-flex {
  display: flex;
}
.shop-pack-vip {
  background: url(../imgs/vipshop-img.gif) center;
  width: 40%;
  height: 150px;
  border-radius: 5px 0px 0px 5px;
  image-rendering: pixelated;
}
.shop-pack-credits {
  background: url(../imgs/pack_credits.png) center;
  width: 40%;
  height: 150px;
  border-radius: 5px 0px 0px 5px;
  image-rendering: pixelated;
}
.shop-pack-credits-info {
  width: 60%;
  background: #171b26;
  border-radius: 0px 5px 5px 0px;
  word-wrap: break-word;
  overflow: hidden;
}
.ascend-body-grid-three-shop {
  grid-column: span 3;
}
@media (max-width: 870px) {
  .ascend-body-grid-three-shop {
    grid-column: span 6;
  }
}

.shop-pack-credits-info-shop {
  width: 100%;
  background: #171b26;
  color: #cbcbcb;
  border-radius: 0px 5px 5px 0px;
  word-wrap: break-word;
  overflow: hidden;
  padding-bottom: 17px;
}
.shop-pack-credits-shop{
  background: url(../imgs/pack_credits.png) center;
  height: 150px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.shop-pack-credits-shop-banner{
  background: url(../imgs/banner_credits.png?) center;
  height: 150px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  image-rendering: pixelated;
  }
  .shop-pack-items-shop-banner{
  background: url(../imgs/banner_items.png?) center;
      zoom: 2;
    height: 75px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  image-rendering: pixelated;
  }
    .shop-pack-socash-shop-banner{
  background: url(../imgs/banner_socash.png?) center;
      zoom: 2;
    height: 75px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  image-rendering: pixelated;
  }
  .shop-pack-esmeralds-shop-banner{
    background: url(../imgs/shop/esmeralds-grand.png) -134px -15px;
    height: 150px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    image-rendering: pixelated;
    }
    .shop-pack-chests-shop-banner{
      background: url(../imgs/shop/chests-grand.png) -134px -15px;
      height: 150px;
      width: 100%;
      border-radius: 5px 5px 0px 0px;
      image-rendering: pixelated;
      }
.shop-pack-title-credits {
  font-size: 21px;
  font-weight: bold;
  margin-top: 5px;
}
#changingText_1 {
    color: #d9d9d9;
    font-size: 19px;
}
#changingText_2 {
    color: #d9d9d9;
}
#changingText_3 {
    color: #d9d9d9;
}

.shop-currency-content{
  background: #d3d3d3;
  border-radius: 5px;
  padding: 5px 20px;
  display: block;
}
.shop-currency-content-back{
  background: url(../imgs/shop_currency.png) no-repeat right bottom, #171b26;
}
.shop-currency-credit-text {
  border-radius: 5px;
  font-size: 15px;
  color: #c9c9c9;
  background: url(../imgs/credits.png) no-repeat 11px 9px, #2c3240;
  padding: 7px 20px 8px 37px;
  width: fit-content;
  margin-bottom: 5px;
}
.shop-currency-diamonds-text {
  border-radius: 5px;
  font-size: 15px;
  color: #c9c9c9;
  background: url(../imgs/diamonds.png) no-repeat 12px 6px, #2c3240;
  padding: 7px 20px 8px 37px;
  width: fit-content;
  margin-bottom: 5px;
}
.shop-currency-esmeralds-text {
  border-radius: 5px;
  font-size: 15px;
  color: #c9c9c9;
  background: url(../imgs/emeralds.png) no-repeat 12px 6px, #2c3240;
  padding: 7px 20px 8px 37px;
  width: fit-content;
  margin-bottom: 5px;
}
.shop-vipshop-content-back {
  background: url(../imgs/vipshop.png) no-repeat 353px 
center, #242936;
  border-radius: 7px;
}
.starnav-settings {
  background: rgb(59 65 82);
  background: linear-gradient(90deg, rgb(0 135 135) 35%, rgb(10 53 54) 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  border: 3px solid #0d6363;
  border-radius: 9px;
  margin-left: 22px;
  width: fit-content;
  padding: 5px 22px;
  cursor: pointer;
}
.starnav-settings:hover {
  opacity: 0.9;
}
.shop-pack-vip-shop{
  background: url(../imgs/art_vip_room.gif) center;
  height: 150px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.shop-pack-title-header{
  background: url(../imgs/shop/shop_title.png) center;
  height: 127px;
  width: 100%;
}
.shop-pack-esmeralds-new {
  background: url(../imgs/shop/esmeralds-box.png) center;
  width: 40%;
  height: 150px;
  border-radius: 5px 0px 0px 5px;
  image-rendering: pixelated;
}
.shop-pack-chests-new {
  background: url(../imgs/shop/chests-box.png) center;
  width: 40%;
  height: 150px;
  border-radius: 5px 0px 0px 5px;
  image-rendering: pixelated;
}
.shop-pack-vip-new {
  background: url(../imgs/shop/vip-box.png) center;
  width: 40%;
  height: 150px;
  border-radius: 5px 0px 0px 5px;
  image-rendering: pixelated;
}
.shop-pack-credits-new {
  background: url(../imgs/shop/credits-box.png) center;
  width: 40%;
  height: 150px;
  border-radius: 5px 0px 0px 5px;
  image-rendering: pixelated;
}
.shop-pack-button{
  background: linear-gradient(90deg, rgb(37 168 47) 35%, rgb(29 128 57) 100%);
  border: 2px solid #3ccf2c;
  border-radius: 18px;
  width: 153px;
  color: #fff;
  padding: 5px 10px;
  margin-right: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  font-size: 12px;
  margin-top: -10px;
}
.shop-pack-esmeralds-icon {
  background: url(../imgs/shop/emeralds.png) center;
  width: 15px;
  height: 17px;
  image-rendering: pixelated;
  margin-left: 6px;
}
.text-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

.text-column {
  width: 48%;
  font-size: 14px;
}

.text-column ul {
  list-style-type: none;
  padding: 0;
}

.text-column li {
  padding: 3px 0;
}


.teb-box {
  background: linear-gradient(90deg, rgb(28 28 28) 35%, rgb(76 76 76) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #4e4e4e;
  color: #ffffff;
  padding: 8px 12px;
  animation: inclinarse 2s infinite;
}
@keyframes inclinarse {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-1px) rotate(-1deg);
  }
  75% {
    transform: translateX(1px) rotate(1deg);
  }
}
.teb-footer-1 {
  color: #ffffff;
  border-color: #303031;
  margin-bottom: 50px;
}

.warningbox {
  background: url('../../maintenance_ascend/imgs/warning.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.voicebox {
  background: url(../../maintenance_ascend/imgs/voiceing.gif);
  width: 29px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.text-teb {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

#teb-boxdesl {
  transition: opacity 1s ease-out;
  width: 54%;
  border-radius: 10px;
  position: absolute;
  top: 101px;
  justify-self: anchor-center;
  text-align: center;
}

.fade-out {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .tebv3 {
      display: none;
  }
  aside, .teb-box, .teb-footer-1 {
      max-width: 100%;
  }
}