*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body{
        display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Roboto Slab', serif;
            background: #e6e5e5;
    }
    img{
        width: 100%;
    }
        .main{
            width: 100%;
            max-width: 450px;
            height: 100%;
            background: #08edbf1f;
            border: 1px solid #8c8c8c;
            padding-bottom: 70px;
        }
        .navbar{
            padding: 8px 10px;
    background: #757373;
    border: 1px solid #000000;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}
.navbar__content img{
    height: 50px;
    width: auto;
}
.navbar__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-right{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.nav-right .nav-btn {
    border: 1px solid #08edbf;
    color: #08edbf;
        padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.nav-right .nav-btn.reg{
    background: #08edbf;
    color: #05012B;
    cursor: pointer;
}
.tabbar__container[data-v-6ab3f23e] {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    max-width: 450px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    height: 3.73333rem;
    padding-block: 0 .13333rem;
    font-size: 12px;
    background: url(/images/tabBarBg-0d05851f.png) no-repeat center center / cover;
    z-index: 100;
}
.tabbar__container-item[data-v-6ab3f23e] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: .11707rem;
    color: #000000;
    width: 100%;
}
.tabbar__container-item:nth-of-type(3) img {
    position: absolute;
    left: 50%;
    bottom: 1.53333rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%);
    background: linear-gradient(90deg, #000000 0, #6a6a6a 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabbar__container-item img{
    display: block;
    width: 30px;
    height: 30px;
}
.tabbar__container-item span[data-v-6ab3f23e] {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.navbar__content-left h1{
    color: #fff;
    font-size:20px;
}
.slider img {
    display: block;
    height: 180px;
    object-fit: cover;
}
.row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: class;
    gap: 10px;
}
.main-app{
    padding: 10px;
}
.main-app h2{
    font-size:20px;
    margin: 15px 0 15px;
    text-align: center;
}
.games img{
    border-radius: 0px;
    height: 110px;
    object-fit: cover;
}
.dailyProfitRank__content[data-v-84514e8e] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 50px;
}
.dailyProfitRank__content-topThree[data-v-84514e8e] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    width: 100%;
    height: 9.33333rem;
    z-index: 1;
    background: url(/images/DailyProfitRankStage-ce00a6d6.png) no-repeat center center / 100% 100%;
}
.dailyProfitRank__content-topThree__item[data-v-84514e8e] {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.dailyProfitRank__content-topThree__item>div[data-v-84514e8e]:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 3.6rem;
    min-width: 2.6rem;
    height: 1.6rem;
    min-height: 3.5rem;
    border-radius: 50%;
    overflow: hidden;
}
.dailyProfitRank__content-topThree__item>div:first-of-type>img {
    width: calc(100% - .06667rem);
    height: calc(100% - .06667rem);
}
.dailyProfitRank__content-topThree__item>div[data-v-84514e8e]:last-of-type {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 4rem;
    height: 4.3rem;
}
.dailyProfitRank__content-topThree__item>div:last-of-type img:first-of-type {
    position: relative;
    top: -0.9rem;
    left: 0.1rem;
    width: 2.14667rem;
}
.dailyProfitRank__content-topThree__item>div:last-of-type img:last-of-type {
    width: 4rem;
    height: 1rem;
}

.dailyProfitRank__content-topThree__item>span[data-v-84514e8e] {
    color: #fff;
    padding: 0 .13333rem;
    text-align: center;
}
.dailyProfitRank__content-topThree__item>span[data-v-84514e8e]:first-of-type {
    margin-block: 13% 8%;
    font-size: 15px;
    width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dailyProfitRank__content-topThree__item>span[data-v-84514e8e]:last-of-type {
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 10px;
    line-height: .32rem;
    text-align: center;
    border-radius: 9rem;
    background: var(--bgDark, rgba(255, 255, 255, .3));
}
.dailyProfitRank__content-list[data-v-84514e8e] {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-top: 25px;
}
.dailyProfitRank__content-list__item[data-v-84514e8e] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 7px 17px;
    background: #fff;
    border-radius: 5px;
}
.dailyProfitRank__content-list__item span.left-rank[data-v-84514e8e] {
    margin-right: 1rem;
    color: #768096;
    font-size: 1.5rem;
    font-weight: 500;
}
.dailyProfitRank__content-list__item img {
    width: 3.06667rem;
    height: 3.06667rem;
    margin-right: 1.17333rem;
    border-radius: 50%;
}
.dailyProfitRank__content-list__item span.middle-name[data-v-84514e8e] {
    color: #768096;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
.dailyProfitRank__content-list__item span.right-box[data-v-84514e8e] {
        /* line-height: .66667rem; */
    width: auto;
    height: auto;
    margin-left: auto;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    border-radius: 9rem;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0px, rgb(106, 106, 106) 100%);
    padding: 9px 20px;
}
.bg-darkBlueCustom1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-darkBlueCustom1 img{
    width: auto;
}
.flex{
    display: flex;
    align-items: center;
    gap: 6px;
}
.bg-darkBlueCustom1 img.lng-img{
    width: 25px;
}
.bg-darkBlueCustom1 svg path{
    color: #fff;
}
h1{
    font-size: 22px;
}
.header {
    min-height: 2.66667rem;
    background: #011341;
    padding:15px;
}
.header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: .26667rem;
    margin-bottom: 15px;;
}
.header p{
    color: #fff;
}
.tab-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    font-size: .29333rem;
    margin-top: .29333rem;
    margin-bottom: .53333rem;
    color: #fff;
    white-space: normal;
}
.tab-switch .tab {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 0 .53333rem;
    background: transparent;
    border: none;
    padding: 0;
}
.tab-switch .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: .18667rem 0 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: .02667rem solid #343434;
    color: #343434;
    gap: .26667rem;
    font-size: 18px;
    font-weight: 700;
}
.tab-switch .tab svg {
    height: 30px;
    width: 30px;
}
.tab-switch .tab.active {
    color: #00ECBE;
    border-bottom: .05333rem solid #00ECBE;
}
.tab-switch .tab.active svg{
    fill: #00ECBE;
}
.input-group {
  margin: 20px 0;
}

.input-group label {
  display: inline-flex;
    margin-bottom: 5px;
    color: #606464;
    font-size: 14px;
    align-items: center;
}

.input-group input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background-color: #000;
  color: white;
}

.password-wrapper {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 8px;
}

.password-wrapper input {
  flex: 1;
  border: none;
  background: #000;
  padding: 12px;
  color: white;
}

.password-wrapper span {
  padding: 0 12px;
  color: #ccc;
  cursor: pointer;
}

.remember {
  display: flex;
    align-items: center;
    color: #606464;
    font-size: 14px;
    margin-bottom: 20px;
    gap: 7px;
}

.login-btn {
  width: 100%;
    padding: 15px;
    background: linear-gradient(359deg, #08edbf, #00000045);
    color: #191919;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.register-btn {
  width: 100%;
  padding: 15px;
  background-color: transparent;
  border: 2px solid #00ffe5;
  cursor: pointer;
  color: #00ffe5;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
}
.mn .hidden{
    display: none;
}
.phone-wrapper {
  display: flex;
  gap: 10px;
}

.phone-wrapper select,
.phone-wrapper input {
  background-color: #000;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 16px;
}

.phone-wrapper select {
  width: 90px;
  appearance: none;
  background: #000;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
#phone-form, #email-form{
    padding: 15px;
}
.input-group svg{
    width: 23px;
}

















