button, input, select, textarea, img, a {
    outline: none;
    box-shadow: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

img {
    pointer-events: none;
}


body {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    background-image: linear-gradient(to bottom, #000000, #060606, #101010, #141414, #141414, #060606, #000000);
    background-size: cover;
    background-position: center;
}


#Statustxtvip {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff; /* لون ذهبي */
}

#Statustxtprogressvip {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    color: #808080; 
} 

#participant, #Statustxtprogress {
    font-weight: 500;
    text-align: left;
    font-size: 13px;
    color: #808080; 
} 

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.container.fullscreen-container {
    margin-top: 70px;
}

.header-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
    object-fit: contain;
    z-index: 6; 
} 

.header {
    text-align: center;
    border: 1px solid #101010;
    background: linear-gradient(135deg, #1E3C72, #2A5298, #101010); /* تدرج أعمق وأنيق */
    color: white;
    padding: 10px 20px;
    border-radius: 5px 5px 20px 20px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
    position: relative;
}

.header h1 {
    text-shadow: 4px 4px #181818;
    font-size: 25px;
    z-index: 7;
    position: relative;
}
 
.header p {
    position: relative;
    z-index: 10;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
} 

.payment-section {
    border: 1px solid #101010;
    background: linear-gradient(135deg, #101010, #2A5298, #101010); /* تدرج أعمق وأنيق */
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 450;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    color: #F7F9FB;
}

.payment-section h2 {
    text-shadow: 4px 4px #181818;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: white;
}

.progress-section {
    border: 1px solid #101010;
    background-image: linear-gradient(to bottom, #000000, #060606, #0b0b0b, #101010, #141414, #141414, #141414, #141414, #101010, #0b0b0b, #060606, #000000);
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} 

.additional-section {
    background-image: linear-gradient(to bottom, #000000, #060606, #0b0b0b, #101010, #141414, #141414, #141414, #141414, #101010, #0b0b0b, #060606, #000000);
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} 

.progress-bar {
    width: 95%;
    height: 13px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 0;
}

.progress {
    height: 100%;
    width: 0;
    border-radius: 50px;
    background: linear-gradient(45deg, #2D83EC, #1AC9FF);
    transition: width 0.5s;
}

.terms-section {
    border: 1px solid #101010;
    background: linear-gradient(135deg, #101010, #2A5298, #101010); /* تدرج أعمق وأنيق */
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    color: white;
}

.terms-section ul {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
    padding-left: 20px;
    list-style: disc;
    line-height: 1.8;
}

.terms-section h2 {
    font-size: 25px;
    color: #fff;
    text-shadow: 4px 4px #181818;
} 

.footer {
    font-weight: 500;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.00000003);
    color: #808080;
    padding: 10px 20px;
    font-size: 12px;
    border-top: 0.5px solid #1a1a1a;
    margin-top: 20px;
}

.footer p {
    margin: 0;
}

.footer strong {
    font-weight: 600;
}
 
.user-name {
    top: 34px;
    z-index: 1000;
    position: fixed;
    width: auto;
    height: 29px;
    left: 48%;
    transform: translateX(-48%);
    display: none; 
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

.user-name.fullscreen {
    display: flex;
} 

.user-name span { 
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 8px;
}

.user-Balance span { 
    margin-left: 1px;
    margin-right: 5px;
}

.user-Balance {
    position: absolute;
    left: 23px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 3px;
    padding-left: 0;
    width: auto;
    height: 28px; 
    border: 0.1px solid #101010;
    border-radius: 20px; 
} 

#ton-connect button {
    top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 40%;
    height: 28px; 
    position: absolute;
    right: 18px;
    font-size: 10px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.1px solid #101010;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1); 
}   

#ton-connect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userrr-imagee {
    width: 26px; 
    height: 26px;
    border-radius: 50%; 
    object-fit: cover; 
} 

.balance-icon {
    width: 31px; 
    height: 31px; 
    border-radius: 50%; 
    object-fit: cover;
} 

.position {
    font-weight: bold;
    color: #fff;
}

.winner .reward, .vip-Price, .footer strong, .payment-section strong, .winners-section strong {
    background: linear-gradient(45deg, #2D83EC, #1AC9FF);
    background-color: transparent;
    -webkit-background-clip: text; 
    background-clip: text;
    color: transparent;
}

.notification.success {
    color: #2D83EC; 
}

.notification.error {
    color: #ff0000; 
}

#payNow {
    display: block; 
    margin: 0 auto; 
    background: linear-gradient(135deg, #2D83EC, #1AC9FF);
    background-size: cover;
    background-position: center;
    color: #fff; 
    font-size: 16px; 
    font-weight: bold;
    height: 50px; 
    border-radius: 20px; 
    cursor: pointer;
    width: 90%; 
    max-width: 320px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
    transition: all 0.3s ease-in-out; 
    border-bottom: 5px solid #1A5CAB;
    text-align: center;
}



#payNow:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); 
    transform: translateY(-3px);
    background-color: #2D83EC;
    color: white;
}

#payNow:active {
    background-color: #F7F9FB;
    transform: translateY(3px); 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
    border-bottom: 2px solid #1A5CAB; 
}


.vip-section {
    border: 1px solid #101010;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}  

.vip-level {
    border: 1px solid #101010;
    background-image: linear-gradient(to bottom, #000000, #060606, #0b0b0b, #101010, #141414, #141414, #141414, #141414, #101010, #0b0b0b, #060606, #000000);
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    height: 200px; 
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 3px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} 

.vip-level h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vip-features {
    font-weight: 500;
    margin-left: 20px;
    text-align: left;
    font-size: 13px;
    color: #808080;
} 
 

.vip-level button {
    background: linear-gradient(135deg, #2D83EC, #1AC9FF);
    color: #fff;
    font-size: 16px;
    width: 90%;
    height: 50px; 
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 320px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid #1A5CAB;
}

.vip-level button:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
    background-color: #2D83EC;
    color: white;
}

.vip-level button:active {
    background-color: #F7F9FB; 
    transform: translateY(3px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
    border-bottom: 2px solid #1A5CAB;
}
 
.top-bar {
    font-size: 13px;
    font-weight: 500;
    position: fixed;
    top: 5px; 
    left: 50%;
    transform: translateX(-50%); 
    margin: 0 auto;
    width: 88%;
    height: 38px;
    border-radius: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
} 

.top-bar.fullscreen {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(5px);
    top: 68px; 
    border-radius: 15px;
}


/* تصميم الإشعار */
.notification {
    position: fixed;
    top: -100px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px); 
    padding: 10px 25px;
    border: 1px solid #101010;
    border-radius: 10px;
    font-size: 12px;
    z-index: 1000;
    opacity: 0; 
    width: 240px;
    max-width: 80%;
    text-align: center;
    transition: opacity 0.5s ease, top 0.5s ease;
}

.notification.show {
    animation: slideDown 0.5s ease-out forwards;
    opacity: 1;
}

@keyframes slideDown {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 70px;
        opacity: 1;
    }
  }

.saw-reward {
    font-weight: 600;
    font-size: 13px;
    color: #F7F9FB;
} 

#ton-baln {
    box-sizing: border-box;
    position: relative;
    left: 50%; 
    transform: translateX(-50%); 
    margin-top: 25px;
    margin-bottom: 8px;
    border-radius: 20px 20px 5px 5px;
    width: 98.5%;
    height: 38px; 
    display: flex;
    justify-content: center; 
    align-items: center;
    background: linear-gradient(135deg, #1E3C72, #2A5298);           background-size: cover;
    background-position: center; 
}

.tonaccount {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between; /* توزيع العناصر */
    align-items: center;
    padding: 0 15px; 
    color: #fff; 
    font-size: 14px; 
    font-weight: 500;
}

.ton-text {
    color: #fff; 
    font-size: 13px;
}

.ton-balance {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2px;
}
