* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}
body{
    font-family: "Inter", serif;
    background-image: url("./lasttest00005.png");
    background-size: 100%;
    height: auto;
    overflow: auto;
}


/* Убирает синий highlight при тапе на кнопки в мобильных браузерах */
button, input[type="button"], input[type="submit"], .btn, [class*="Btn"] {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}

/* Для всех кликабельных элементов */
a, button, div, span, [onclick] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.header-container{
    width: 100%;
    height: 60px;
    background-color: rgba(25, 25, 25, 50%);
    padding-top: 0px;
}

.NftMarketMainBtn {
    position: absolute;
    width: 21.5%;
    margin-top: 23.5px;
    height: 40px;
    border-radius: 8px;
    border: 1.5px solid #3A3A3A;
    background: rgba(13, 13, 13, 80%);
    font-size: 12px;
    padding: 20px 10px;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    color: #FFFFFF;
    right: 2.9%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NftMarketMainBtn svg {
    margin-right: 6px;
}

.age_middle_heder_text {
    position: absolute;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    z-index: 3;
    left: 10%;
}

.IconAgeSVG {
    position: absolute;
    right: 10%;
}

.line_under_heder {
    position: absolute;
    left: 7%;
    width: 3px;
    height: 5%;
    background-color: #529DD6;
    z-index: 4;
    position: fixed;
    top: 2.1%;
}
.min_heder_main_btn {
    padding-top: 2.5px;
}
.logoup{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
    z-index: 11;
}
.rowcolich{
    font-size: 3rem;
    padding-top: 3.5px;
    color: #FFFFFF;
    text-align: center;
}
.ROWnumber1{
    padding-left: 0px;
    font-size: 1.7rem;
    font-weight: 400;
}
.champrang{
    color: #848484;
    text-align: center;
    padding-top: 6px;
    font-size: 1rem;
    -webkit-tap-highlight-color: transparent;
}
.header-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttonprofile {
    width: 100px;
    height: 35px;
    border: 1.5px solid #3A3A3A;
    background: rgba(13, 13, 13, 80%);
    font-size: 12px;
    padding: 24px 13px;
    border-radius: 8px;
    color: #FFFFFF;
    position: fixed;
    top: 67%;
    left: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
}
.buttonprofile svg {
    margin-right: 8px;
}

.referrals-box {
    display: none;
}

.buttonjoincommunity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 35px;
    border: 1.5px solid #3A3A3A;
    background: rgba(13, 13, 13, 80%);
    font-size: 12px;
    padding: 24px 13px;
    border-radius: 8px;
    color: #FFFFFF;
    position: fixed;
    top: 76%;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 14px 0 14px;
    -webkit-tap-highlight-color: transparent;
}
.buttonjoincommunity svg {
    margin-right: 8px;
}
.buttonjoincommunity span {
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 152, 234, 0.4), transparent);
    animation: glow-move 4s linear infinite;
}

@keyframes glow-move {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.arrowbutcom{
    margin-left: 70px;
}
.bottombuttons {
    position: fixed;
    bottom: 0;
    height: 13%;
    padding-bottom: 0px;
    width: 100%;
    background-color: rgba(25, 25, 25, 50%);
    z-index: 2;
}
.buttonhomeimg {
    z-index: 2;
    position: fixed;
    bottom: 3%;
    left: 6%;
}
.buttontaskimg {
    z-index: 2;
    position: fixed;
    bottom: 3%;
    left: 28%;
}
.buttonfriendsimg {
    z-index: 2;
    position: fixed;
    bottom: 3%;
    left: 51%;
}
.buttonairdropimg {
    z-index: 2;
    position: fixed;
    bottom: 3%;
    left: 76%;
    right: 5%;
}
.accountage b {
    color: #ffffff;
}

.age_top_panel {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: rgba(25, 25, 25, 50%);
    padding-top: 0px;
    justify-content: center;
}
.age_top_text {
    padding-top: 6px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    z-index: 3;
    margin: 0 auto;
}

.usernameonAge {
    position: absolute;
    color: #939393;
    left: 0px;
    right: 0px;
    display: block;
    text-align: center;
    top: 37.5%;
    font-size: 1.5rem;
    font-weight: 500;
    z-index: 2;
}

.usernameonAgeReward {
    position: absolute;
    color: #ffffff;
    left: 0px;
    right: 0px;
    display: block;
    text-align: center;
    top: 42.3%;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
}

.line_under_text {
    display: flex;
    justify-content: center;
    width: 70px;
    height: 3px;
    background-color: #529DD6;
    z-index: 4;
    position: fixed;
    top: 45px;
}

.buttonbackageCentred {
    position: absolute;
    height: 7%;
    width: 100%;
    bottom: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonbackage {
    width: 90%;
    height: 100%;
    background-color: #0098EA;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.ShareAgeStoryCentred {
    position: absolute;
    width: 100%;
    height: 6.5%;
    bottom: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ShareAgeStory {
    width: 90%;
    height: 100%;
    background: linear-gradient(90deg, #0479FA 0%, #6F91FF 48.56%, #C55CB0 100%);
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.ShareAgeStoryIcon {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    animation: rotate 6s linear infinite;
    transform-origin: center;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


.rowLogoOnDaily{
    position: fixed;
    left: 0px;
    right: 0px;
    display: block;
    text-align: center;
    bottom: 22%;
    z-index: 2;
}
.PaddleOnDayli {
    position: fixed;
    display: block;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 33%;
}
.daily_claim_btn {
    position: fixed;
    display: block;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 6.4%;
    z-index: 8;
}
.day_number_class {
    font-size: 8rem;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #FFFFFF;
    position: fixed;
    z-index: 8;
    top: 10%;
    left: 0px;
    right: 0px;
}
.days_text_class {
    font-size: 1.9rem;
    font-weight: 600;
    color: #FFFFFF;
    position: fixed;
    z-index: 8;
    top: 37%;
    left: 0px;
    right: 0px;
    text-align: center;
    display: block
}
.rowdayly_text_class {
    font-size: 1.9rem;
    font-weight: 600;
    padding-top: 3.5px;
    color: #FFFFFF;
    position: fixed;
    top: 44%;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 8;
    display: block
}

.paddleOnDaily {
    position: fixed;
    right: 0px;
    top: 32.5%
}
.TaskBlockTop {
    display: flex;
    width: 100%;
    height: 95px;
    background-color: rgba(25, 25, 25, 50%);
    padding-top: 0px;
    justify-content: center;
}
.taskclass {
    position: absolute;
    font-size: 2.3rem;
    font-weight: 600;
    z-index: 2;
    top: 1.8%;
    right: 9%;
    color: #FFFFFF;
}
.lineUnderTxtTask {
    display: flex;
    justify-content: center;
    width: 125px;
    height: 3px;
    background-color: #529DD6;
    z-index: 4;
    position: absolute;
    top: 8.4%;
    right: 7.4%;
}
.topText1Text {
    position: absolute;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 2;
    top: 5.3%;
    left: 6.2%;
    color: #FFFFFF;
}
.top2TextText {
    position: absolute;
    font-size: 1.2rem;
    font-weight: 500;
    z-index: 2;
    top: 9.2%;
    left: 6.2%;
    color: #7D7D7D;
}
.QS_TextTask {
    position: absolute;
    font-size: 1.1rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 1.2vh;
    left: 9.2%;
}
.TaskBlockStart1 {
    position: absolute;
    width: 86.8%;
    height: 89.1px;
    background-color: #131313;
    margin-top: 5.5vh;
    left: 6.5%;
    border-radius: 7px;
    border: 2px solid #3A3A3A;
}

.TaskBlockStart1 img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.SpecTaskText {
    position: absolute;
    font-size: 1.1rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 21vh;
    left: 9.2%;
}


.bottomButtonsBack {
    position: fixed;
    width: 100%;
    height: 13%;
    bottom: 0px;
    background: rgba(25, 25, 25, 80%);
    z-index: 1;
}



.NoQuests1 {
    position: fixed;
    font-size: 1.2rem;
    color: #464646;
    z-index: 5;
    left: 35%;
    top: 21.4%;
    font-weight: 600;
    left: 0px;
    right: 0px;
    text-align: center;
    display: block;
}
.lineLoad1 {
    position: fixed;
    width:40%;
    height:2px;
    bottom: 43.7%;
    left: 30%;
    right: 30%;
    background:linear-gradient(white 0 0) center/0% 100% no-repeat;
    animation:l 2s linear infinite alternate;
}

@keyframes l {
  to {background-size:100% 100%}
}

.HederFriendsBlock {
    display: flex;
    width: 100%;
    height: 95px;
    background-color: rgba(25, 25, 25, 50%);
    padding-top: 0px;
    justify-content: center;
}
.HederFriendText {
    position: fixed;
    font-size: 2.3rem;
    font-weight: 600;
    z-index: 2;
    top: 1.7%;
    left: 0px;
    right: 0px;
    text-align: center;
    display: block;
    color: #FFFFFF;
}
.LineUnderFriendText {
    position: fixed;
    width: 50%;
    height: 3px;
    background-color: #529DD6;
    z-index: 4;
    top: 8.3%;
    left: 25%;
    right: 25%;
    justify-content: center;
}
.HederFriendText2 {
    position: fixed;
    font-size: 0.97rem;
    font-weight: 500;
    z-index: 2;
    top: 9.1%;
    left: 0px;
    right: 0px;
    text-align: center;
    display: block;
    color: #7D7D7D;
}
.InvationMativationText {
    position: fixed;
    font-size: 1.45rem;
    font-weight: 400;
    z-index: 2;
    top: 19%;
    left: 5vw;
    text-align: center;
    display: block;
    color: #727272;
    width: 90vw;
}
.ShareMotFriendText {
    color: #FFFFFF;
    font-weight: 400;
}
.GetMotFriendText {
    color: #FFFFFF;
    font-weight: 400;
}

.RowTotalFriend {
    position: fixed;
    width: 88%;
    height: 3%;
    left: 6%;
    right: 6%;
    top: 36%;
    background-color: rgba(36, 35, 35, 0.75);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 2;
}

.TotalFriend {
    position: fixed;
    font-size: 0.7rem;
    font-weight: 400;
    height: 3%;
    z-index: 2;
    top: 36.4%;
    left: 10%;
    color: #FFFFFF;
}
.TotalNumberFriends {
    position: fixed;
    font-size: 0.7rem;
    font-weight: 400;
    height: 3%;
    z-index: 2;
    top: 36.4%;
    right: 10%;
    color: #FFFFFF;
}

.TextonDontHaveFriend {
    position: fixed;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    left: 6%;
    right: 6%;
    bottom: 43%;
    text-align: center;
    display: block;
    color: #7D7D7D;
}

.InvieButtonFriend {
    position: absolute;
    width: 88%;
    height: 6.6%;
    left: 6%;
    right: 6%;
    bottom: 16.6%;
    background-color: #0098EA;
    border-radius: 7px;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.InvieButtonFriend p {
    position: absolute;
    font-size: 1.1rem;
    font-weight: 500;
    color: #FFFFFF;
}






#InviteMenuFriend {
    position: fixed;
    bottom: -24%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: bottom 0.5s ease-in-out;

}

#InviteMenuFriend.active {
    bottom: 24%;
}

.BlackDisblayFriend {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

#InviteMenuFriend.active .BlackDisblayFriend {
    opacity: 1;
}


.bottomInvitePanel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #2C2C2E;
    border-radius: 20px 20px 0 0;
    z-index: -1;
}



#InviteMenuFriend {
    position: absolute;
    bottom: -24%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
}

#InviteMenuFriend.active {
    visibility: visible;
    animation: slideUp 0.3s ease-in-out forwards;
}

#InviteMenuFriend:not(.active) {
    animation: slideDown 0.3s ease-in-out forwards;
}

@keyframes slideUp {
    from {
        bottom: -24%;
    }
    to {
        bottom: 24%;
    }
}

@keyframes slideDown {
    from {
        bottom: 24%;
    }
    to {
        bottom: -100%;
    }
}


.bottomInvitePanel {
    position: absolute;
    height: 24%;
    width: 100%;
    background-color: #191919;
    bottom: -24%;
    border-radius: 20px 20px 0 0;

}

.BtmPanInvText {
    position: absolute;
    color: #FFFFFF;
    bottom: -5.8%;
    left: 8%;
    font-size: 1.1rem;
    font-weight: 500;
    z-index: 52;
}
.CrossFriendBtn {
    position: absolute;
    bottom: -5.8%;
    right: 8%;
    z-index: 52;
}

.AddFriendSentMessageBtn {
    position: absolute;
    width: 43%;
    height: 8%;
    border-radius: 7px;
    border: 2px solid #3A3A3A;
    z-index: 52;
    bottom: -16.3%;
    left: 4.4%;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 450;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    padding: 10px;
    transition: transform 0.1s;
}


.AddFriendSentMessageBtn:active {
    transform: scale(0.9); 
}
.AddFriendSentMessageBtn svg {
    margin-right: 8px;
    padding-top: 3%;
}

.AddFriendCopyLinkBtn {
    position: absolute;
    width: 43%;
    height: 8%;
    border-radius: 7px;
    border: 2px solid #3A3A3A;
    z-index: 52;
    bottom: -16.3%;
    right: 4.4%;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 450;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    padding: 25px;
    transition: transform 0.1s;
}
.AddFriendCopyLinkBtn svg {
    margin-right: 8px;
    padding-top: 3%;
}
.AddFriendCopyLinkBtn:active {
    transform: scale(0.9); 
}
.SecsessCopyOrSentMessage {
    position: fixed;
    width: 87%;
    height: 6.2%;
    background-color: #05D432;
    border-radius: 40px;
    z-index: 53;
    text-align: center;
    padding: 4%;
    filter: drop-shadow(0 137 100px #00000000);
    bottom: 6%;
    left: 6.5%;
    right: 6.5%;
}


.TopAirdropBackPanel {
    display: flex;
    width: 100%;
    height: 95px;
    background-color: rgba(25, 25, 25, 50%);
    padding-top: 0px;
    justify-content: center;
}
.AirdropTopText {
    position: fixed;
    font-size: 2.3rem;
    font-weight: 600;
    z-index: 2;
    top: 3.4%;
    left: 0px;
    right: 0px;
    text-align: center;
    display: block;
    color: #FFFFFF;
}
.AirdropLineUnderTextTop {
    position: fixed;
    width: 54%;
    height: 3px;
    background-color: #529DD6;
    z-index: 4;
    top: 10%;
    left: 23%;
    right: 23%;
    justify-content: center;
}
.RowLogoOnAirdrop {
    text-align: center;
    position: fixed;
    top: 17.5%;
    position: fixed;
    left: 0px;
    right: 0px;
    display: block;
}
.GoldPaddleOnAirdrop{
    position: fixed;
    display: block;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 36%;
}
.AirdropMainText {
    position: fixed;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    top: 41%;
    display: block;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}
.AirdropMainText b{
    color: #8D8D8D;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
}

.SettingsTopPanel {
    width: 100%;
    height: 60px;
    background-color: rgba(25, 25, 25, 50%);
    padding-top: 0px;
    display: flex;
    justify-content: center;
}
.BackBtnProfile {
    margin-top: 10px;
    width: 57px;
    height: 31px;
    background-color: #191919;
    border-radius: 150px;
    text-align: center;
    margin-left: 6.4%;
    vertical-align: middle;
}
.BackBtnProfile svg {
    margin-top: 9px;
    z-index: 2;
}
.TopPanelText {
    position: absolute;
    font-size: 2.3rem;
    font-weight: 600;
    z-index: 2;
    top: 0.45%;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
}
.TopPanelLineUnderText {
    width: 50%;
    height: 3px;
    background-color: #529DD6;
    z-index: 4;
    top: 7%;
    left: 25%;
    right: 25%;
    justify-content: center;
} 
.BtnSettingsOnProfile {
    position: absolute;
    margin-top: -31px;
    width: 57px;
    height: 31px;
    background: linear-gradient(254.05deg, #005887 0%, #620080 100%);
    border-radius: 150px;
    text-align: center;
    right: 7%;
    vertical-align: middle;
    z-index: 3;
}
.BtnSettingsOnProfile svg{
    margin-top: 5px;
    z-index: 4;
}



.SkinSelectionPanel {
    position: relative;
    width: 100%;
    height: 47%;
    background-color: rgba(25, 25, 25, 0.5);
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    min-height: 305px;
}

.TextUpdateSkin {
    position: absolute;
    font-size: 1rem;
    font-weight: 600;
    z-index: 2;
    margin-top: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 8%;
    z-index: 2;
}


.textAfterSelectBlock {
    position: relative;
    width: 100%;
    height: 8vh;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 2;
    top: 64%;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.ExtensionBlockProfile {
    position: absolute;
    top: 152%;
    width: 10px;
    height: 1px;
}


.TotalScoreProfileText {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 6.4%;
    z-index: 2;
    margin-top: 3vh;
}

.TotalScoreProfileTextComing {
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    color: #2A2A2A;
    display: block;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 2;
    margin-top: 3vh;
}


.BackBlockProfileSkinCentred {
    position: relative;
    width: 100vw;
    height: 48vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(25, 25, 25, 0.5);
    min-height: 300px;
}

.YourProfileText {
    color: #FFFFFF;
    margin-top: 5.4%;
    font-weight: 600;
    align-self: flex-start;
    margin-left: 8%;
}

.BackBlockProfileSkin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.BackBlockProfileSkin {
    width: 227px;
    height: 227px;
    background: linear-gradient(180deg, rgba(73, 73, 73, 1) 0%, rgba(39, 39, 39, 0.5) 100%);
    z-index: 5;
    border-radius: 7px;
    margin-top: 6%;
}

.BackBlockProfileSkin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    display: block;
}



.TextThenUnselectedSkin {
    position: absolute;
    color: #FFFFFF;
    mix-blend-mode: difference;
    z-index: 10;
    top: 97%;
}


.HeadTextYourRank {
    position: absolute;
    font-size: 2.2rem;
    color: #FFFFFF;
    top: 2.4%;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.TopPanelRank {
    position: absolute;
    width: 100%;
    height: 8%;
    background-color: #171717;
    top: 11.3%;
    display: flex;
    align-items: center;
}
.TextOnTopPanelRank {
    position: absolute;
    font-size: 1.1rem;
    color: #848484;
    font-weight: 500;
    right: 0px;
    width: 76%;

    text-align: center;

}
.PaddleOnTopOnRank {
    position: absolute;
    left: 14%;
    top: 5.8%;
    z-index: 2;
    height: 19%;
    width: 15.8%;
}
.BackBtnOnTonRank {
    position: absolute;
    width: 14%;
    height: 4.8%;
    background-color: #2C2C2C;
    border-radius: 1000px;
    z-index: 3;
    top: 13%;
    left: 4.2%;
    text-align: center;
    padding-top: 2.2%;
}
.PathTextRank {
    position: absolute;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    top: 19.7%;
}
.PathBackpanel {
    position: absolute;
    width: 100%;
    height: 20.8%;
    background-color: rgba(25, 25, 25, 0.5);
    top: 23%;
}
.pathImageLine {
    position: absolute;
    width: 91.1%;
    height: 18.4%;
    left: 50%; 
    transform: translate(-50%);
    top: 24.6%;
    max-height: 95%;
}
.TableOnRankClass {
    position: absolute;
    top: 46.23%;
    width: 100%;
    height: 46.88%;
}



.RowTotalFriendOver {
    position: fixed;
    width: 88%;
    height: 36%;
    left: 6%;
    bottom: 25%;
    background-color: rgba(25, 25, 25, 0.75);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow-y: auto;
    overflow-x: hidden;
}

#referralsList {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.friend-form-item {
    position: relative;
    width: 88%;
    height: 60px;
    margin: 0 auto 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.friend-form-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.EllipseWidthIconBro {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #7C7C7C;
}

.IconBroOnEllipse {
    width: 54.5%;
    height: 32.7%;
    margin-top: 33.6%;
    margin-left: 18%;
}

.IndentationSkins {
    position: absolute;
    left: 150%;
    width: 100px;
    height: 100px;
}

.BroName {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.RewordForFriend {
    position: absolute;
    color: #FFFFFF;
    top: 20%;
    right: 15px;
    font-size: 0.7rem;
}

.RewordForFriend b {
    font-size: 1rem;
    font-weight: 500;
}

.SecsessReceivedFriend {
    position: absolute;
    color: #358344;
    top: 55%;
    right: 15px;
    font-size: 0.9rem;
    font-weight: 450;
}
.bottomFormPanel {
    position: absolute;
    left: 70px;
    bottom: 10px;
    width: 40%;
    height: 1px;
    background-color: #7D7D7D;
}

/* Marketplase */

.SubstrateNFTMarket {
    position: absolute;
    width: 100%;
    height: 10%;
    background-color: rgba(25, 25, 25, 0.5);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SubstrateNFTMarket svg {
    margin-right: 10px;
}

.BackBTNNFTMarket {
    position: absolute;
    left: 14px;
    top: 12%;
    width: 8%;
    height: 12%;
    border: 2px solid #0088CC;
    border-radius: 8px;
    background-color: rgba(21, 21, 21, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
.TextBlockNFTMarketplase {
    position: absolute;
    width: 82%;
    height: 12%;
    top: 12%;
    right: 14px;
    border: 2px solid #3A3A3A;
    background-color: rgba(21, 21, 21, 0.8);
    border-radius: 8px;
    color: #ADADAD;
    font-weight: 400;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MarketIllustrationBuy {
    position: absolute;
    justify-content: center;
    width: 100%;
    top: 26%;
    text-align: center;
}
.MarketIllustrationBuy img {
    width: 60%;
    height: 11.6vh;
}

.LotsTextNFTMarket {
    position: absolute;
    top: 41%;
    font-weight: 600;
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.AllLotsNFTMArket {
    color: #FFFFFF;
    margin-left: 28px;
    margin-right: 16px;
    transition: transform 0.1s;
}
.AllLotsNFTMArket:active {
    transform: scale(0.9); 
}
.MyLotsNFTMArket {
    color: #515151;
    transition: transform 0.1s;
}
.MyLotsNFTMArket:active {
    transform: scale(0.9); 
}

.AttentionButtonNFTMark {
    position: absolute;
    top: 41.4%;
    right: 25px;
    transition: transform 0.1s;
}
.AttentionButtonNFTMark:active {
    transform: scale(0.9); 
}

.BackPanrlAllMarket {
    position: absolute;
    width: 100%;
    height: 54.5%;
    top: 45.5%;
    background-color: rgba(25, 25, 25, 0.75);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.BackPanrlAllMarket2 {
    position: absolute;
    width: 100%;
    height: 54.5%;
    top: 45.5%;
    background-color: rgba(25, 25, 25, 0.75);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}

.nonSearchSkin {
    color: #7E7E7E;
    margin-top: 180px;
    font-size: 1.1rem;
    font-weight: 450;
    display: none;
}


.ButtonsPanelMarketplase {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 47.5%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    gap: 10px;
}
.SearchPanelonNFTMarket {
    flex-grow: 1;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #3A3A3A;
    background-color: #151515;
    padding-left: 20px;
    color: white;
    font-size: 0.8rem;
    outline: none;
}

.SearchPanelonNFTMarket::placeholder {
    color: #4F4F4F;
    font-size: 0.9rem;
}

.SearchOnMarketplase {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #0088CC; 
    background-color: #142128;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s;
    z-index: 50;
}

.SearchOnMarketplase:active {
    transform: scale(0.9); 
}

.ButtonPriseUp {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #3A3A3A; 
    background-color: #151515;
    flex-shrink: 0;
    color: #3A3A3A;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s;
}
.ButtonPriseUp:active {
    transform: scale(0.9); 
}
.ButtonPriseUp svg {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.SearchPanelonNFTMarket::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background: 
        linear-gradient(152.07deg, #3A3A3A 17.32%, #0088CC 112.74%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M12.23.5c.15-.16.33-.28.53-.36.2-.08.41-.12.62-.13.21 0 .43.04.63.12.2.08.38.2.53.35.15.15.27.33.35.53.08.2.12.41.12.63 0 .21-.04.43-.13.62-.08.2-.2.38-.35.53l-4.7 4.7c-.01.01-.01.02-.01.03 0 .01 0 .02.01.03l4.7 4.7c.15.15.27.33.35.53.08.2.12.41.12.63 0 .21-.04.43-.13.62-.08.2-.2.38-.35.53-.15.15-.33.27-.53.35-.2.08-.41.12-.63.12-.21 0-.43-.04-.62-.13-.2-.08-.38-.2-.53-.35l-4.7-4.7c-.01-.01-.02-.01-.03-.01-.01 0-.02 0-.03.01l-4.7 4.7c-.15.15-.33.27-.53.35-.2.08-.41.12-.62.13-.21 0-.43-.04-.63-.12-.2-.08-.38-.2-.53-.35-.15-.15-.27-.33-.35-.53-.08-.2-.12-.41-.12-.63 0-.21.04-.43.12-.62.08-.2.2-.38.35-.53l4.7-4.7c.01-.01.01-.02.01-.03 0-.01 0-.02-.01-.03l-4.7-4.7c-.15-.15-.27-.33-.35-.53-.08-.2-.12-.41-.12-.63 0-.22.04-.43.12-.63.08-.2.2-.38.35-.53.15-.15.33-.27.53-.35.2-.08.41-.12.63-.12.21 0 .43.04.62.13.2.08.38.2.53.35l4.7 4.7c.01.01.02.01.03.01.01 0 .02 0 .03-.01l4.7-4.7z' fill='white'/%3E%3C/svg%3E") center/16px no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M12.23.5c.15-.16.33-.28.53-.36.2-.08.41-.12.62-.13.21 0 .43.04.63.12.2.08.38.2.53.35.15.15.27.33.35.53.08.2.12.41.12.63 0 .21-.04.43-.13.62-.08.2-.2.38-.35.53l-4.7 4.7c-.01.01-.01.02-.01.03 0 .01 0 .02.01.03l4.7 4.7c.15.15.27.33.35.53.08.2.12.41.12.63 0 .21-.04.43-.13.62-.08.2-.2.38-.35.53-.15.15-.33.27-.53.35-.2.08-.41.12-.63.12-.21 0-.43-.04-.62-.13-.2-.08-.38-.2-.53-.35l-4.7-4.7c-.01-.01-.02-.01-.03-.01-.01 0-.02 0-.03.01l-4.7 4.7c-.15.15-.33.27-.53.35-.2.08-.41.12-.62.13-.21 0-.43-.04-.63-.12-.2-.08-.38-.2-.53-.35-.15-.15-.27-.33-.35-.53-.08-.2-.12-.41-.12-.63 0-.21.04-.43.12-.62.08-.2.2-.38.35-.53l4.7-4.7c.01-.01.01-.02.01-.03 0-.01 0-.02-.01-.03l-4.7-4.7c-.15-.15-.27-.33-.35-.53-.08-.2-.12-.41-.12-.63 0-.22.04-.43.12-.63.08-.2.2-.38.35-.53.15-.15.33-.27.53-.35.2-.08.41-.12.63-.12.21 0 .43.04.62.13.2.08.38.2.53.35l4.7 4.7c.01.01.02.01.03.01.01 0 .02 0 .03-.01l4.7-4.7z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    transition: opacity 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.SearchPanelonNFTMarket::-webkit-search-cancel-button:hover {
    opacity: 0.9;
}

.AllLotsNumb {
    position: absolute;
    color: #0088CC;
    top: 54.7%;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 2;
}

/* Form on marketplase all lots */

.ExampleLotForm {
    position: absolute;
    width: 40%;
    height: 31%;
    top: 58%;
    left: 20px;
    z-index: 2;
    border-radius: 6px;
    border: 2px solid #3A3A3A;
    background-color: #151515;
    max-width: 140px;
    min-height: 201px;
}
.TheSkinOnMarketAllLots {
    width: 82%;
    height: 55%;
    border-radius: 6px;
    background: linear-gradient(225deg, #222222 0%, #700000 100%);
    margin: 10px auto 0;
}
.SkinNameShopAll {
    padding-top: 5px;
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 0.6rem;
    font-weight: 400;
}
.RarityOfTheSkin {
    color: #FFFFFF;
    font-size: 0.8rem;
    margin-left: 14px;
}

.BoostPercentageSkinMArk {
    position: absolute;
    right: 20px;
    top: 75%;
    width: 24.5%;
    height: 7.4%;
    border-radius: 2px;
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 0.6rem;
    z-index: 10;
    transform: translateY(-50%);
}

.PriceBtnAllLotsMarket {
    width: 82%;
    height: 13%;
    border-radius: 6px;
    background: linear-gradient(90deg, #0088CC -38.46%, #151515 171.15%);
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s;
}
.PriceBtnAllLotsMarket:active {
    transform: scale(0.9); 
}
.PriceAllLotsMarket {
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 300;
}
.PriceAllLotsMarket b {
    font-size: 1rem;
    font-weight: 500;
}

/* Attention Panel Marketplase */

.PanelOnBackAttention {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.45);
}

.TextOnAttentionMarket {
    position: absolute;
    right: 14%;
    top: 40%;
    width: 46%;
    height: 7%;
    border-radius: 8px;
    border: 2px solid #3A3A3A;
    background: linear-gradient(85.41deg, #670000 0%, #151515 100%);
    z-index: 11;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* My lots on marketplase */

.MyLotsOnMarketplase {
    position: absolute;
    width: 40%;
    height: 31%;
    top: 58%;
    z-index: 2;
    border-radius: 6px;
    border: 2px solid #3A3A3A;
    background-color: #151515;
}
.TheSkinOnMarketMyLots {
    width: 82%;
    height: 55%;
    border-radius: 6px;
    background: linear-gradient(225deg, #222222 0%, #494949 100%);
    margin: 10px auto 0;
    display: flex;
    align-items: center;
}
.SkinNameShopMy {
    padding-top: 5px;
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 0.6rem;
    font-weight: 400;
}
.RarityOfTheSkinMyLots {
    color: #FFFFFF;
    font-size: 0.8rem;
    margin-left: 14px;
}

.BoostPercentageSkinMArkMyLots {
    position: absolute;
    right: 20px;
    top: 74%;
    width: 24.5%;
    height: 7.4%;
    border-radius: 2px;
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 0.6rem;
    z-index: 10;
    transform: translateY(-50%);
}

.PriceBtnMyLotsMarket {
    width: 82%;
    height: 13%;
    border-radius: 6px;
    background: linear-gradient(90deg, #0088CC -38.46%, #151515 171.15%);
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s;
}
.PriceBtnMyLotsMarket:active {
    transform: scale(0.9); 
}
.PriceMyLotsMarket {
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 300;
}
.PriceMyLotsMarket b {
    font-size: 0.9rem;
    font-weight: 500;
}

.StandardSkinOnMyLots {
    height: 100%;
    left: 0px;
}


/* Mini Game */

.TopPanelOnMiniGame1 {
    position: absolute;
    width: 100%;
    height: 95px;
    background-color: rgba(25, 25, 25, 0.5);
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    font-family: 'Audiowide', cursive;
    font-size: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LineOnTopPanelOnMiniGame1 {
    position: absolute;
    background: linear-gradient(90deg, #529DD6 0%, #006240 100%);
    z-index: 2;
    width: 75%;
    height: 3px;
    margin-top: 14%;
    left: 50%;
    transform: translateX(-50%);
}


.GameBuoysAll {
    position: absolute;
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 11.1vh;
    top: 19vh;
}

.gameColomns {
    width: 63.4vw;
    height: 40vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 234px;
}

.colomgGroupCentred {
    position: absolute;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20vh;
    height: 40vh;
    z-index: 6;
}

.GameFieldColomn {
    position: absolute;
    top: 20vh;
    height: 40vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.gameColumnsWrapper {
    position: relative;
    width: 352px;
    height: 390px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gameColomns {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.LeftColomn, .CenterColomn, .RightColomn {
    width: 66px;
    height: 100%;
    border-radius: 1000px;
    pointer-events: auto;
}

#waterSvg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.colomgGroupCentred {
    position: absolute;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20vh;
    height: 40vh;
    z-index: 6;
}

.GameFieldColomn {
    position: absolute;
    top: 20vh;
    height: 40vh;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 0 18%;
    box-sizing: border-box;
    overflow: hidden;
}


.GameContentWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.GameBuoysWhite {
    display: flex;
    flex-direction: column;
    gap: 2.8vh;  /* 18px */
    align-items: center;
}
.GameBuoysYellow {
    display: flex;
    flex-direction: column;
    gap: 2.8vh;  /* 18px */
    align-items: center;
}

.YellowBuoys {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FFF952;
}
.WhiteBouys {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: white;
}

.RedBouys1 {
    background-color: #FF0000;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.RedBouys {
    background-color: #FF0000;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}






.PlayBtnMiniGameCentred {
    position: absolute;
    width: 100%;
    top: 64%;
    display: flex;
    justify-content: center;
}

.PlayBtnMiniGame {
    width: 43%;
    height: 37px;
    border-radius: 100px;
    background: linear-gradient(90deg, #131313 0%, #004161 100%);
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.PlayBtnMiniGame::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #0088CC 0%, #BEBEBE 100%);
    border-radius: 100px;
    z-index: -1;
}

.PlayBtnMiniGame p {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.PlayBtnMiniGame svg {
    position: absolute;
    left: 2px;
    width: 40px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}


.BottomProgressPanelCentred {
    position: absolute;
    width: 100%;
    bottom: 14.2%;
    display: flex;
    justify-content: center;
}

.BackBtnOnMiniGameCentred {
    position: absolute;
    bottom: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BackBtnOnMiniGame {
    width: calc(92% - 4px);
    height: calc(45px - 4px);
    border-radius: 8px;
    background-color: #131313;
    position: relative;
    margin: 2px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BackBtnOnMiniGame::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #0088CC 0%, #006240 100%);
    border-radius: 10px;
    z-index: -1;
}





.BottomProgressPanel {
    width: 92%;
    height: 58px;
    border-radius: 8px;
    background: 
        linear-gradient(#131313 0%, #131313 100%),
        linear-gradient(90deg, #0088CC 0%, #006240 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.LeftGrupM, .CenterGrupC, .RightGrupL {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30%;
}

.LeftGrupM > div, 
.CenterGrupC > div, 
.RightGrupL > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.LeftGrupM p, 
.CenterGrupC p, 
.RightGrupL p {
    margin: 0;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    padding-left: 2px;
    color: #FFFFFF;
}

.LeftGrupM {
    font-size: 0.9rem;
    font-weight: 500;
}

.CenterGrupC, .RightGrupL {
    font-size: 0.7rem;
    font-weight: 500;
}

.MeterBlockPanel, 
.CollectedBlockPanel, 
.LiveBlockPanel {
    height: 23px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #131313;
    border: none;
    width: 100%;
    max-width: 150px;
    margin-top: 3px;
}

.FlexMeterNumber,
.FlexCollectedNumber,
.FlexLiveNumber {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.FlexMeterNumber span,
.FlexCollectedNumber span,
.FlexLiveNumber span {
    display: inline-flex;
    align-items: center;
}

.FlexMeterNumber span:first-child,
.FlexCollectedNumber span:first-child,
.FlexLiveNumber span:first-child{
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 2px;
}

.FlexCollectedNumber span:last-child {
    background: linear-gradient(90deg, #0188CC 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.MeterBlockPanel::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #01B97A 0%, #007EA9 100%);
    border-radius: 10px;
    z-index: -1;
}

.CollectedBlockPanel::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #0188CC 0%, #FFFFFF 100%);
    border-radius: 10px;
    z-index: -1;
}

.LiveBlockPanel::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #8CE3C7 0%, #01B97A 100%);
    border-radius: 10px;
    z-index: -1;
}



.TheResultLineGame {
    position: absolute;
    width: 89%;
    height: 12px;
}

.TheResultLineGameCentred {
    position: absolute;
    bottom: 26%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.NoBestPinInLine {
    position: absolute;
    color: #00B4D8;
    height: 12px;
    width: 11px;
    left: 5.3%;
    bottom: 26.2%;
}
.BestPinInLine {
    position: absolute;
    color: #FF453A;
    left: calc(5.3% + 44%);
    bottom: 26.2%;
    height: 12px;
    width: 11px;
}

.ResultLineGame p {
    position: absolute;
    bottom: 26.2%;
    right: 3%;
    color: #FFFFFF;
    font-size: 0.7rem;
}



.LeftBtnMiniGame {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}
.RightBtnMiniGame {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 1000;
    display: none;
}

#centerImageOnCenterColomnFiled {
    transition: x 0.3s ease;
}








/* Стили для игровых объектов */
.obstacle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    z-index: 10;
}

.coin {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: gold;
    border-radius: 50%;
    z-index: 10;
}

/* Стили для обратного отсчета */
.countdown {
    display: none;
    position: absolute;
    bottom: 26%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 72px;
    color: white;
    z-index: 100;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    animation: pulse 0.5s infinite alternate;
}

@keyframes pulse {
    from { transform: translateX(-50%) scale(1); }
    to { transform: translateX(-50%) scale(1.1); }
}

.BottomProgressPanelCentred,
.TheResultLineGameCentred,
.ResultLineGame p,
.NoBestPinInLine,
.BestPinInLine {
    transition: bottom 0.3s ease;
}

.NoBestPinInLine {
    left: 4.5%;
}


.gameObjectsLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 5;
    border-radius: 30px;
}


.GagantOvalGame {
    position: absolute;
    overflow: hidden;
    top: 0px;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.GagantOvalGameRight {
    position: absolute;
    top: -50px;
    right: -113%;
    width: 126%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 170, 255, 0.24);
    filter: blur(3px);
    pointer-events: auto;
}

.GagantOvalGameLeft {
    position: absolute;
    top: -50px;
    left: -113%;
    width: 126%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 170, 255, 0.24);
    filter: blur(3px);
}






#user-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(270deg, #D163E6 0%, #7D88FE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

#user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#user-avatar svg {
    width: 39px;
    height: 42px;
}

.AvatarCircles {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.Circle1Avatar {
    position: absolute;
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 4px solid #0479FA;
    z-index: 2;
}

.Circle2Avatar {
    position: absolute;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    border: 2px solid #0479FA;
    z-index: 1;
}

#centerImageOnCenterColomnFiled {
    transform-origin: center;
    transform-box: fill-box;
}

.ageLine {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
}

.yearsAgo {
    position: absolute;
    width: 100%;
    height: 32.6%;
    bottom: 21.5%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}

.numberYearsAgo {
    font-size: 8rem;
    font-weight: 750;
}

.textYearsAgo {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: -20px;
}

.yearsAgoText {
    margin-top: -23px;
}


/* Settings */


.TopSettingsPanel {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(25, 25, 25, 50%);
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TextOnTopSettings {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
}

.BackBtnOnSettings {
    position: absolute;
    top: 10.8vh;
    width: 57px;
    height: 31px;
    background: linear-gradient(254.05deg, #005887 0%, #620080 100%);
    border-radius: 150px;
    left: 6.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BackBtnOnSettings svg {
    margin-top: 1px;
}

.SettingsCardCenter {
    position: absolute;
    top: 17.4vh;
    width: 100%;
    height: 25.7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SettingsCard {
    width: 87.4vw;
    height: 25.7vh;
    background-color: #1C1C1C;
    border-radius: 7px;
    overflow-y: hidden;
}

.ChangeLanguageCenter {
    position: absolute;
    top: 44.5vh;
    width: 100%;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ChangeLanguage {
    width: 87.4vw;
    height: 12vh;
    background: linear-gradient(93.62deg, #1C1C1C 0%, #2F2F2F 100%);
    border-radius: 7px;
}

.TgProfile {
    position: absolute;
    height: 6.6vh;
    width: 41.6vw;
    top: 57.9vh;
    left: 6.3vw;
    background-color: #1C1C1C;
    border-radius: 7px;
    overflow: hidden;
}

.linesOnCardSettings {
    border-top-left-radius: 7px;
}


.UserAvatarSettings {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #42ACEF;
    top: 13.2%;
    left: 14.6%;
    background: #29688f;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.circleWidthAvatar1 {
    position: absolute;
    top: 34.5%;
    left: 12%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #42ACEF;
}
.circleWidthAvatar2 {
    position: absolute;
    top: 9.1%;
    left: 25%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #42ACEF;
}
.circleWidthAvatar3 {
    position: absolute;
    top: 36%;
    left: 32%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #42ACEF;
}


.firstAndLastNameSettings {
    position: absolute;
    right: 11%;
    top: 15%;
    width: 40%;
    height: 14.2%;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blur-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C1C1C;
    filter: blur(10px);
    z-index: 1;
}
.firstAndLastNameSettings p {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    margin: 0;
}

.usernameSettings {
    position: absolute;
    left: 12%;
    top: 70%;
    color: #FFFFFF;
    font-size: 0.8rem;
}

.IDsettings {
    position: absolute;
    border: 1px solid #42ACEF;
    width: 27%;
    height: 20px;
    left: 12%;
    top: 83%;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s;
}
.IDsettings:active {
    transform: scale(0.9); 
}


.balanceSettings {
    position: absolute;
    width: 32%;
    height: 24.8%;
    border-radius: 7px;
    right: 13%;
    top: 51%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CentredBalance {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CentredBalance svg {
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.CentredBalance p {
    position: absolute;
    color: #FFFFFF;
    z-index: 3;
    margin: 0;
    top: 50%;
    left: 50%;
    font-size: 1.7rem;
    font-weight: 500;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.CentredBalance span:first-child {
    font-size: 1rem;
}



.IsPremium {
    position: absolute;
    right: 9%;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IsPremium svg {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    z-index: 2;
}

.PremiumText {
    background-image: linear-gradient(93.73deg, #559FF6 0%, #ED35AF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    z-index: 2;
}



.Paddle1Grup, .Paddle2Grup {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


.Paddle1Grup {
    position: absolute;
    left: 12.3%;
    top: 24.2%;
    width: 39%;
    height: 36%;
}

.Paddle2Grup {
    position: absolute;
    right: 12.4%;
    top: 27.3%;
    width: 34.7%;
    height: 42%;
}


.RuLang {
    position: absolute;
    color: #FFFFFF;
    top: 22%;
    left: 35%;
    font-size: 0.8rem;
    z-index: 2;
}

.EnLang {
    position: absolute;
    color: #FFFFFF;
    top: 25%;
    right: 23%;
    font-size: 1rem;
    z-index: 2;
}


.TgProfile {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s;
}

.TgProfile:active {
    transform: scale(0.9); 
}

.TgProfile svg {
    position: absolute;
    bottom: -2px;
    width: 50px;
    height: 50px;
    left: 0px;
}
.TgProfile p {
    z-index: 2;
    font-size: 0.9rem;
    background: linear-gradient(111.31deg, #A6DCFF -3.51%, #42ACEF 113.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.BottomPanelSettings {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 8vh;
    background-color: #1C1C1C;
    display: flex;
    align-items: center;
}

.Support {
    position: absolute;
    left: 5%;
    line-height: 0.9;
    margin-bottom: 1%;
}

.Support span:first-child {
    font-size: 0.65rem;
    color: #5F5F5F;
}

.Support span:last-child {
    font-size: 0.8rem;
    color: #008AB4;
}

.Version {
    position: absolute;
    right: 7%;
    color: #5F5F5F;
    font-size: 0.9rem;
}


.centredNotification {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}






/* Стили для квестов */
.taskCentred {
  position: absolute;
  width: 100%;
  height: 13.7%;
  display: flex;
  justify-content: center;
  transition: top 0.3s ease;
}

.taskItem {
  width: 86.8%;
  height: 89.1px;
  background-color: #131313;
  border-radius: 7px;
  border: 2px solid #3A3A3A;
  display: flex;
  align-items: center;
  position: relative;
}


.taskInlineGap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.taskTextMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2vw;
    padding-bottom: 2vh;
    width: auto;
    flex: 1;
    min-width: 0;
}

.taskLogo {
    margin-left: 6%;
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 7px;
    flex-shrink: 0;
}

.taskName {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: nowrap;
}

.taskReward {
    color: #7D7D7D;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.arrowTask {
    position: absolute;
    right: 8%;
    height: 16%;
}

.taskReward span:first-child {
    font-size: 1rem;
    font-weight: 600;
}

.taskReward span:last-child {
    font-weight: 400;
    font-size: 0.7rem;
    margin-left: 2px;
}


.taskSeparator {
  position: absolute;
  width: 5px;
  height: 13.7%;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  transition: top 0.3s ease;
}

/* Стили для таймера */
.taskTimerContainer {
  position: absolute;
  display: flex;
  gap: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.taskTimerDays, 
.taskTimerTime {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 2px 5px;
  border: 1px solid #266187;
}

.taskTimerDays p, 
.taskTimerTime p {
  color: #FFF;
  font-size: 0.6rem;
  margin: 0;
  white-space: nowrap;
}

/* Стили для кнопки Claim */
.claimButton {
  position: absolute;
  right: 8%;
  background: #4CAF50;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
}

.claimButton:hover {
  background: #45a049;
}

/* Стили для разделителя раздела */
.chapter-separator {
  position: absolute;
  width: 100%;
  height: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chapter-line {
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3A3A3A, transparent);
}


#questsContainer {
  transition: opacity 0.3s ease;
}

.taskCentred,
.taskSeparator,
.chapter-separator {
  transition: all 0.3s ease;
  will-change: transform, opacity;
}

.removing {
  opacity: 0 !important;
  transform: translateY(-20px) scale(0.95) !important;
  pointer-events: none;
}

.taskCentred {
  position: absolute;
  width: 100%;
  height: 13.7%;
  display: flex;
  justify-content: center;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.taskSeparator {
  position: absolute;
  width: 5px;
  height: 13.7%;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  opacity: 1;
}

.chapter-separator {
  position: absolute;
  width: 100%;
  height: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}


.notificationMessage {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20%;
    width: 100%;
    background: linear-gradient(180deg, #0D0D0D 0%, rgba(13, 13, 13, 0) 100%);
    z-index: 5;
    display: none;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-100%);
}

.notificationMessage.visible {
    transform: translateY(0);
}

.notificationMessage.move-down {
    transform: translateY(20%);
}


.notifForm {
    position: absolute;
    width: 91%;
    height: 7.8vh;
    top: 2.3vh;
    border-radius: 13px;
    background: linear-gradient(90deg, #728f6b 0%, #7A7A7A 100%);
    display: flex;
    align-items: center;
}

.NFTimgForm {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 1vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NFTimgForm img {
    width: 25px;
    height: 33px;
}

.percentText {
    margin-left: 56px;
    font-size: 0.8rem;
    font-weight: 600;
}

#RepeatAttemtsID {
    font-size: 0.7rem;
    margin-left: 5px;
    display: none;
}

.GameLives {
    position: absolute;
    right: 3%;
    top: 15.5%;
    width: 15.4%;
    height: 3.8%;
    border-radius: 7px;
    border: 1.5px solid #2F2F2F;
    background: rgba(25, 25, 25, 0.7);
    display: flex;
    align-items: center;
}

.GameLives svg {
    position: absolute;
    width: 14px;
    left: 8px;
}

.GameLives p {
    position: absolute;
    right: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
}

.blackoutSoonSkin {
    position: absolute;
    width: 40%;
    height: 31%;
    top: 58%;
    left: 20px;
    z-index: 3;
    background:rgba(21, 21, 21, 0.3);
}

.lineSoon {
    position: absolute;
    height: 100vw;
    width: 60px;
    top: 5vh;
    left: -19vw;
    background: linear-gradient(rgba(217, 217, 217, 0.5) 20%, rgba(115, 115, 115, 0) 100%);
    transform: rotate(-110deg);
    z-index: 5;
    filter: blur(20px);
}

.soonAllLots {
    position: absolute;
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFFFFF;
    top: 27vh;
    z-index: 6;
}

.soonAnimation {
    position: absolute;
    top: 38%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.onTopLineRank {
    position: absolute;
    width: 100%;
    height: 20.8%;
    top: 23%;
    background: rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.onTopLineRank p {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    margin-top: 6vh;
}

.circleOnLegendRank {
    margin-top: 5px;
    width: 14vw;
    height: 14vw;
    background-color: #F4B724;
    border: 6px solid #FFD24E;
    border-radius: 50%;
}


.paymentConf {
    position: absolute;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(13, 13, 13, 0.4);
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.paymCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.mainPay {
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4vh;
}

.payLoader {
  width: 20px;
  height: 12px;
  display: block;
  margin: auto;
  position: relative;
  border-radius: 4px;
  color: #FFF;
  background: currentColor;
  box-sizing: border-box;
  animation: animloader 0.6s 0.3s ease infinite alternate;
}
.payLoader::after,
.payLoader::before {
  content: '';  
  box-sizing: border-box;
  width: 20px;
  height: 12px;
  background: currentColor;
  position: absolute;
  border-radius: 4px;
  top: 0;
  right: 110%;
  animation: animloader  0.6s ease infinite alternate;
}
.payLoader::after {
  left: 110%;
  right: auto;
  animation-delay: 0.6s;
}

@keyframes animloader {
  0% {
    width: 20px;
  }
  100% {
    width: 48px;
  }
}

.payLast {
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    margin-top: 4vh;
}

.notifPayment {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20%;
    width: 100%;
    background: linear-gradient(180deg, #0D0D0D 0%, rgba(13, 13, 13, 0) 100%);
    z-index: 5;
    display: none;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-100%);
}

.notifPayment.visible {
    transform: translateY(0);
}

.notifPayment.move-down {
    transform: translateY(20%);
}


.notifFormPay {
    position: absolute;
    width: 91%;
    height: 7.8vh;
    top: 2.3vh;
    border-radius: 13px;
    background: linear-gradient(90deg, #8C8C8C 0%, #57A365 100%);
    display: flex;
    align-items: center;
}

.declinePayImg {
    display: none;
    width: 20px;
    margin-left: 5.6vw;
}

.successPayImg {
    width: 22px;
    margin-left: 4.8vw;
}

.rewardPay {
    position: absolute;
    top: 8px;
    left: 16vw;
    font-size: 0.95rem;
    font-weight: 600;
}

.paySuccess {
    position: absolute;
    margin-top: 14px;
    left: 16vw;
    font-size: 0.8rem;
}

.buttonimg,
.BackBtnProfile,
.BtnSettingsOnProfile,
.BackBtnOnSettings,
#heder_acc_age,
.TaskBlockStart1 {
    cursor: pointer;
}

.overvievBtn {
    position: absolute;
    width: 15px;
    right: 10vw;
    top: 32.2vh;
    cursor: pointer;
}

.overvievMenu {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100vw;
    height: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    z-index: 4;
    display: none;
}

.overvievMenu.visible {
    transform: translateY(0);
}

.overvievMenu.hiding {
    transform: translateY(100%);
}

.topGradient {
    width: 100vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%);
    height: 12vh;
}

.overvievMain {
    width: 100vw;
    background-color: #202020;
    border-radius: 15px 15px 0 0;
    height: 52vh;
}

.topOvervievGroup {
    flex-direction: row;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 7%;
}

.overvText1 {
    font-size: 1.3rem;
    color: #FFFFFF;
    font-weight: 600;
}

.backOvervievBtn {
    border-radius: 50%;
    background-color: #404040;
    width: 7vw;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 7vw;
}

.backOvervievBtn svg {
    width: 10px;
}


.textOverviev {
    display: flex;
    width: 100%;
    padding-top: 3.6%;
    gap: 2vh;
    flex-direction: column;
}

.overvText2,
.overvText3 {
    font-size: 0.9rem;
    color: #6E6E6E;
    margin-left: 7vw;
    width: 86vw;
}

.overvText2 b,
.overvText3 b {
    color: #FFFFFF;
    font-weight: 450;
}

.skinsBlocksOverviev {
    width: 100%;
    display: flex;
    gap: 6vw;
    justify-content: center;
    padding-top: 5vh;
}

.blockOverv1,
.blockOverv2,
.blockOverv3 {
    width: 22vw;
    height: 22vw;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
    background-color: #004161;
}

.blockOverv1 {
    background:
    radial-gradient(ellipse at 20% 30%, #38485C, transparent 40%),
    radial-gradient(ellipse at 80% 70%, rgba(220, 230, 255, 0.5) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(200, 220, 255, 0.15) 0%, transparent 60%),
    repeating-linear-gradient(45deg, 
        rgba(50, 60, 80, 0.1) 0px, 
        rgba(50, 60, 80, 0.1) 2px, 
        transparent 2px, 
        transparent 6px),
    linear-gradient(175deg, #2a3b4d 0%, #3a516e 30%, #6b8bad 70%);
}

.blockOverv2 {
    background:
    radial-gradient(circle at 50% 20%, rgba(200, 150, 255, 0.7) 0%, transparent 40%),
    conic-gradient(from 210deg at 50% 50%,
        transparent 0deg,
        rgba(150, 100, 255, 0.4) 60deg,
        rgba(200, 150, 255, 0.3) 120deg,
        transparent 180deg),
    radial-gradient(circle at 80% 80%, rgba(80, 60, 120, 0.6) 0%, transparent 50%),
    linear-gradient(175deg, #1a0f33 0%, #2d1a5c 30%, #4a2a94 70%);
}

.blockOverv3 {
    background:
    radial-gradient(circle at 50% 50%, rgba(255, 100, 0, 0.95) 0%, rgba(255, 50, 0, 0.7) 20%, transparent 60%),
    conic-gradient(from 0deg at 50% 50%,
        rgba(255, 215, 0, 0.9) 0deg,
        rgba(255, 100, 0, 0.8) 90deg,
        rgba(255, 50, 50, 0.7) 180deg,
        rgba(255, 215, 0, 0.9) 270deg),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 100, 0.6) 0%, transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 150, 0, 0.5) 0%, transparent 30%),
    linear-gradient(200deg, #4d0000 0%, #8a2e00 25%, #cc5500 60%);
}

.textBottomOvervGroup {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15%;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    justify-content: center;
    top: 2%;
}




.privacyBtn {
    position: absolute;
    right: 20%;
    width: 15px;
    margin-top: 3px;
}








@media (max-width: 339px) {

    .buttonjoincommunity {
        width: 280px;
        font-size: 0.9rem;
    }

    .NftMarketMainBtn {
        font-size: 0.9rem;
    }

}


@media (max-width: 319px) {

    .buttonjoincommunity {
        width: 265px;
        font-size: 0.83rem;
    }

    .NftMarketMainBtn {
        font-size: 0.85rem;
    }

}

@media (max-width: 480px) {

    .NftMarketMainBtn {
        width: auto;
        padding: 0 3.5vw;
    }

}

@keyframes phoneRotate {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(90deg); }
    100% { transform: rotate(0deg); }
}

.loaderFetch {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #0d0d0d;
    z-index: 10;
}

.channelBtn {
    width: 100vw;
    display: flex;
    justify-content: center;
    color: #3390ec;
    padding-top: 90vh;
}

.logoPath {
    fill: #545454;
}

.loaderCenter {
    width: 100vw;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 65vh;
}

.loaderMain {
  width: calc(100px - 24px);
  height: 50px;
  position: absolute;
  animation: flippx 2s infinite linear;
}

.loaderMain:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3390ec;
  transform-origin: -24px 50%;
  animation: spin 1s infinite linear;
}

.loaderMain:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  background: #545454;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

@keyframes flippx {
  0%, 49% {
    transform: scaleX(1);
  }
  50%, 100% {
    transform: scaleX(-1);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
      