body {
    background-color: black;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: red;
}

.full {
    background-image: linear-gradient(to right, LightCyan, Aquamarine);
    text-align: center;
    border-color: red;
    color: black;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 30px;
}

#adscss1, #addcss2, #addcss3 {
    background-color: white;
    text-align: center;
    border-color: red;
    border-width: 4px;
    
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
}

.adskey1, .adskey2, .adstext, .adssai, .adsname, .adsnum, .adswhatsapp, .adssearch {
    text-align: center;
}

.adskey1 {
    font: normal bold;
    font-size: 15px;
    color: brown;
}

.adskey2 {
    font-style: italic;
    font-size: 17px;
    color: red;
}

.adstext {
    font: normal bold;
    font-size: 15px;
    color: blue;
}

.adssai {
    font-size: 15px;
    color: green;
}

.adsname {
    font-size: 17px;
    color: Crimson;
}

.adsnum {
    font-size: 20px;
    color: Indigo;
}

.adswhatsapp {
    font-size: 17px;
    color: OrangeRed;
}

.adssearch {
    font-size: 15px;
    color: FireBrick;
}

h1 {
    font: normal bold;
    font-size: 15px;
    color: brown;
    text-shadow: 1px 1px 1px yellow;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 12px;
    color: brown;
}

.today {
    font: normal bold;
    text-align: center;
    font-size: 17px;
    color: lime;
}

.area_games {
    color: #900;
    float: left;
    padding: 0;
    width: 100%;
}

.area_games ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.area_games ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    width: 50%;
}

.area_games ul li div {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 15px 0;
    width: 100%;
}

.latestResultTitle {
    color: #00fff9;
    font-size: 35px;
    font-weight: 700;
}

.latestResultResult {
    color: red;
    font-size: 30px;
    font-weight: 700;
    margin-top: 3px;
}

.latestResultResult font {
    background: white;
    color: red;
    line-height: 58px;
    border-radius: 60px;
    padding: 13px;
}

.postname {
    background: radial-gradient(white, green);
    font-size: 20px;
    color: blue;
    padding: 1px;
    text-align: center;
    border-radius: 20px;
}

.post {
    background: white;
    color: black;
    font-size: 22px;
    text-align: center;
    border: solid;
    padding: 1px;
}

.hindi, .gcname, .gcopen {
    text-align: center;
}

.hindi {
    color: red;
    font-size: 10px;
}

.gcname {
    color: black;
    font-size: 10px;
}

.gcopen {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

#article, .online, .usefull, .usefulltop, .usefulltext, .usefullcontent {
    background-color: white;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}

.usefulltext {
    color: brown;
    font-size: 20px;
}

.usefullcontent {
    color: blue;
    font-size: 16px;
}

.f1, .f2, .green, .white {
    font-family: system-ui;
}

.f1 {
    color: yellow;
    font-size: 22px;
}

.f2 {
    color: white;
    font-size: 25px;
}

.green {
    color: green;
    font-size: 15px;
}

.white {
    color: white;
    font-size: 22px;
}

#notificationContainer {
    position: fixed;
    bottom: 5px;
    left: 10px;
    background-color: yellow;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#notificationContainer .notificationText {
    color: black;
    margin-right: 10px;
}

#notificationContainer a {
    color: red;
}

.user-post {
    background-color: LightCyan;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid blue;
}

.user-profile, .username, .content, .timestamp {
    display: flex;
    align-items: center;
}

.username {
    font-size: 25px;
    background: -webkit-linear-gradient(green, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: black;
}

.timestamp {
    font-size: 15px;
    color: red;
}

.contact-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.whatsapp-button, .call-button, .chart-button, .board-button {
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    border: none;
}

.whatsapp-button {
    background-color: green;
}

.call-button, .chart-button {
    background-color: blue;
}

.board-button {
    background-color: brown;
}

.custom-popup-icon {
    background-image: url("images/sms-svgrepo-com.svg");
    background-size: cover;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
}

.custom-popup-back {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    background-color: transparent;
    width: auto;
    max-width: 300px;
    border-radius: 10px;
    z-index: 1000;
}

.custom-popup-data {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.custom-click-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    background-color: #ddd;
    border-radius: 50%;
}

.custom-click-btn:hover {
    color: red;
    background-color: #ccc;
}

.custom-popup-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.custom-popup-content {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.custom-popup-footer {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.custom-btn {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

.custom-btn-danger {
    background-color: #dc3545;
    color: white;
}

.custom-btn-warning {
    background-color: #ffc107;
    color: black;
}

.app-download-button {
    text-align: center;
    margin: 20px 0;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.btn-download:hover {
    background-color: #333333;
}

.btn-icon {
    width: 22px;
    height: 16px;
    margin-right: 10px;
}
.callnowbtn {
    font-size: 20px;
    font-weight: bold;
    color: black;
    background-color: yellow;
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.callnow {
    font-size: 20px;
    font-weight: bold;
    color: yellow;
    background-color: #f7f9f9;
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.callnow:hover {
    background-color: #ffcccc;
    color: #d00000;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .chat-pop-back {
        width: 250px;
        bottom: 10px;
        right: 10px;
    }

    .chat-pop-user-profile-pic {
        width: 40px;
        height: 40px;
    }

    .chat-pop-username {
        font-size: 1rem;
    }

    .chat-pop-footer {
        flex-direction: column;
    }

    .chat-pop-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .chat-pop-back {
        width: 90%;
        right: 5%;
        bottom: 10px;
    }

    .chat-pop-data {
        padding: 15px;
    }

    .chat-pop-user-profile-pic {
        width: 35px;
        height: 35px;
    }

    .chat-pop-username {
        font-size: 0.9rem;
    }

    .chat-pop-footer {
        flex-direction: row;
    }

    .chat-pop-content {
        font-size: 0.9rem;
    }
}

.sabsefast {
    font-weight:bold;
    font-size:20px;
    color:yellow;
}
.time {
font-weight:normal;
    font-size:12px;
    color:white;
}
