body {
    background-color: #ffffff;
    color: #6d6d6d;
    font-family:
        "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
        "Lucida Grande", sans-serif;
    line-height: 1.618;
    font-weight: 400;
}

.offer-section {
    text-align: center;
    padding: 2rem;
}

.offer-section img {
    max-width: 100%;
    border-radius: 10px;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.timer div {
    text-align: center;
    width: 33.33%;
    color: rgba(116, 132, 148, 0.75);
    font-family: "Lato", sans-serif;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: inherit !important;
}

.modal-header {
    justify-content: center;
}

.modal-header img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.brz {
    background-color: rgba(234, 252, 250, 1);
}

ul li a {
    color: #7f54b3;
}

.content-section {
    text-align: center;
    padding: 2rem;
}

.content-section img {
    height: auto;
    margin-bottom: 1.5rem;
}

.content-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.content-section p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #555;
}

.instruction-list {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    font-size: 1rem;
}

.instruction-list li {
    margin-bottom: 0.5rem;
    color: #333;
}

.btn-primary {
    background-color: #6c63ff;
    border: none;
}

.btn-primary:hover {
    background-color: #5a55e6;
}

.modal-body label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 8px;
}

.modal-body input[type="radio"] {
    appearance: none;
    margin-right: 8px;
}

#downloadButton:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.banner {
    background-color: #4a148c;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.ad-card {
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.ad-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.ad-text {
    flex-grow: 1;
    margin-left: 15px;
}

.open-btn {
    background-color: #673ab7;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
}

.open-btn:hover {
    background-color: #5e35b1;
}

.floating-telegram {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.floating-telegram img {
    width: 30px;
    height: 30px;
}

@media (max-width: 568px) {
    .ad-card {
        margin: 20px 0;
    }

    .open-btn {
        padding: 6px 20px;
    }
}

@media (max-width: 768px) {
    .timer {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .timer div {
        color: rgba(116, 132, 148, 0.75);
        font-family: "Lato", sans-serif;
        font-size: 26px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        font-variation-settings:
            "wght" 700,
            "wdth" 100,
            "SOFT" 0;
        text-transform: inherit !important;
    }
}

/* Full-screen loading spinner */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* "No Data Found" design */

.glow-on-hover {
    padding: 1rem;
    border: none;
    font-weight: 900;
    font-size: 2rem;
    outline: none;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    border-radius: 10px;
    content: "";
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    background-size: 400%;
    z-index: -1;
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.no-data {
    text-align: center;
    margin-top: 50px;
}

.no-data img {
    width: 150px;
    margin-bottom: 20px;
}

.continue-button {
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 14vw;
}

.continue-button a {
    color: black;
    text-decoration: none;
}

@media (max-width: 768px) {
    .continue-button {
        width: 60vw;
    }
}

.continue-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.ad-card {
    gap: 0.2rem;
}
