body {
    margin: 0;
    padding: 0;
    height: auto;
    background-color: #0B1A4A;
    font-family: "Roboto Flex", serif;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.disable-interaction {
    pointer-events: none;
    user-select: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.loader_main {
    display: flex;
}

.loader_main__m {
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    z-index: 99999;
    height: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button.button_starline {
    background: none;
    font-size: 0.9rem;
    color: black;
    font-weight: 600;
    outline: none;
    border: none;
    width: auto;
    height: auto;

}

button.button_disawar {
    background: none;
    font-size: 0.9rem;
    color: black;
    font-weight: 600;
    outline: none;
    border: none;
    width: auto;
    height: auto;
}

.sc_strlne_bns {
    height: 75px;
    width: 85px;
    background: #ffa1a8;
    /* padding: 5% 2%; */
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sc_gli_dswr_bns {
    height: 75px;
    width: 85px;
    background: #fcf6b0;
    /* padding: 5% 2%; */
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sc_strlne_bns>a {
    text-decoration: none;
    margin-bottom: 5%;
}

.sc_gli_dswr_bns>a {
    text-decoration: none;
    margin-bottom: 5%;
}

.ind_md_sc_sct {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: "Roboto Flex", serif;
}

.sc_lnks_pvt {
    height: 75px;
    width: 85px;
    display: flex;
    align-items: center;
    background: #f7c48b;
    border-radius: 8px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    padding: 0% 2%;
}

.sc_lnks_pvt_tele {
    height: 75px;
    width: 85px;
    display: flex;
    align-items: center;
    background: #8cd0e3;
    border-radius: 8px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    padding: 0% 2%;
}

a.button_disawar {
    text-decoration: none;
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
}

.sc_lnks_pvt>p {
    margin: 5% 0px 6% 0px;
}

.sc_lnks_pvt_tele>p {
    margin: 5% 0px 6% 0px;
}

@media (max-width: 480px) {
    .banner_animated {
        width: 100%;
        z-index: 1000;
        overflow: hidden;
    }

    .heading_chart {
        width: 100%;
    }

    .utilities {
        /* position: fixed; */
        width: 100%;
        background-color: #0B1A4A;

    }

    .main_section {
        /* overflow: scroll; */
    }

    .banner_1 {
        margin-top: -15px;
        text-align: center;
        background-color: #ffffff;
        color: #000000;
    }

    .banner_1>p {
        position: relative;
        animation: slideRightToLeft 25s linear infinite;
        white-space: nowrap;
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .left-side {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }

    .right-side {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .Welcome_pk_boss {
        text-align: center;
        color: black;
        font-family: "Roboto Flex", serif;
        font-weight: 400;
    }

    .button {
        padding: 10px 18px 10px 18px;
        font-size: 16px;
        /* color: grey; */
        margin-top: 10px;
        border-radius: 7px;
        cursor: pointer;
        /* transition: background-color 0.3s; */
        border: none;
        background-color: #003d85;
        color: white;
        /* font-weight: 550; */
        font-family: "Roboto Flex", serif;
        /* box-shadow: 0px 0px 5px 2px #FFB22C; */
    }

    /* .button:hover {
            background-color: #3700b3;    
        } */

    .links {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .button_recharge {
        color: green;
        background-color: white;
        border: 1px solid green;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        font-size: 14px;
    }

    .button_withdrawal {
        color: red;
        background-color: white;
        border: 1px solid red;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        margin-top: 2px;
        font-size: 14px;
    }

    /* .link {
            text-decoration: none;
            color: #25d366; 
            font-size: 16px;
        }
    
        .link:hover {
            text-decoration: underline;
        } */

    .open_close {
        display: flex;
        justify-content: space-between;
        background: #3c7ac3;
        border-radius: 5px 5px 0 0;
        padding: 3px;
        font-size: 12px;
        height: 30px;
        align-items: center;
    }

    .link>img {
        height: 33px;
    }

    .open {
        margin-left: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 16px;
    }

    .close {
        margin-right: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 16px;
    }

    .class1,
    .class2 {
        width: 95%;
    }

    .container_2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .class2 {
        display: flex;
        justify-content: space-between;
        border-radius: 0px 0px 5px 5px;
        height: auto;
        box-shadow: 0px 5px 15px 0px grey;
    }

    .button-left {
        align-self: center;
        margin-left: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        /* box-shadow: 0px 0px 2px 1px #FFB200; */
    }

    .left-button {
        /* background-color: #fb8c0a; */
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 0.8rem;
        padding: 5px;
    }

    .left-button:active {
        /* background-color: #FFB200; */
        color: black;
    }

    .right-button.closed {
        /* background-color: #d72626; */
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 0.8rem;
        padding: 5px 12px;
    }

    button.right-button.loaderbtn {
        background-color: #0F3A95;
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 0.8rem;
        padding: 5px 12px;
    }

    .right-button:active {
        background-color: #FFB200;
        color: black;
    }

    .button-right {
        align-self: center;
        margin-right: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        /* box-shadow: 0px 0px 2px 1px goldenrod; */
    }

    .class2 {
        background-color: white;
    }

    .segment_content>p {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        margin: 10px 0;
    }

    .calendar-container {
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Hides vertical overflow */
        width: 90%;
        height: auto;
        max-width: 100%;
        margin: 10px auto;
        box-sizing: border-box;
        border: 1px solid black;
        border-radius: 5px;
        color: black;
        font-weight: 500;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    th,
    td {
        border: 1px solid rgb(107, 107, 189);
        padding: 8px;
        text-align: center;
        vertical-align: top;
    }

    th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .date-column {
        width: 100px;
    }

    .day-container {
        width: 150px;
        margin: 5px auto;
    }

    .day {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .stars {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .dp_boss_logo {
        height: 100%;
        width: 40%;
    }

    .logo_header {
        display: flex;
        justify-content: center;
    }

    .star {
        font-size: 18px;
    }

    .Download_button {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .Download_Googleplay_btn {
        padding: 8px;
        width: 150px;
        background-color: #f9c54b;
        border: none;
        border-radius: 5px;
        font-family: "Roboto Flex", serif;
    }

    .Download_Googleplay_btn>img {
        height: 15px;
        margin-bottom: -2px;
    }

    @media (max-width: 475px) {

        th,
        td {
            font-size: 12px;
            padding: 5px;
        }

        .date-column {
            width: 80px;
        }

        .day-container {
            width: 120px;
        }

        .day {
            font-size: 14px;
        }

        .star {
            font-size: 14px;
        }

        .heading {
            text-align: center;
            font-size: 16px;
            color: white;
            background-color: #00498e;
            font-family: serif;
            position: sticky;
            top: 0;
            z-index: 1;
            margin: 0;
            padding: 0;
            width: 120.7%;

        }

        .heading_chart {
            width: 100%;
        }

        tr>th {
            color: black;
        }
    }

    .links button {
        padding: 10px 15px;
        background: #fb8c0a;
        border: 1px solid #fb8c0a;
        border-radius: 6px;
        color: white;
        font-size: 14px;
    }

    .link-whatsapp button {
        padding: 10px 15px;
        background: #fb8c0a;
        border: 1px solid #fb8c0a;
        border-radius: 6px;
        color: white;
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .banner_animated {
        width: 100%;
        z-index: 1000;
        overflow: hidden;
    }

    .heading_chart {
        width: 100%;
    }

    .utilities {
        /* position: fixed; */
        width: 100%;
    }

    .main_section {
        overflow: scroll;
    }

    .banner_1 {
        margin-top: -15px;
        text-align: center;
        background-color: #ffffff;
        color: #000000;
    }

    .banner_1>p {
        position: relative;
        animation: slideRightToLeft 25s linear infinite;
        white-space: nowrap;
    }

    .container {

        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    .left-side {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-end;
    }

    .right-side {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .Welcome_pk_boss {
        text-align: center;
        color: black;
        font-family: "Roboto Flex", serif;
        font-weight: 400;
    }

    .button {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        /* color: grey; */
        margin-top: 10px;
        border-radius: 7px;
        cursor: pointer;
        /* transition: background-color 0.3s; */
        border: 1.5px solid #FFB200;
        background-color: black;
        color: white;
        /* font-weight: 550; */
        font-family: "Roboto Flex", serif;
        /* box-shadow: 0px 0px 5px 2px #FFB22C; */
    }

    /* .button:hover {
            background-color: #3700b3;    
        } */

    .links {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 4%;
    }

    .button_recharge {
        color: green;
        background-color: white;
        border: 1px solid green;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        font-size: 16px;
    }

    .button_withdrawal {
        color: red;
        background-color: white;
        border: 1px solid red;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        margin-top: 2px;
        font-size: 16px;
    }

    /* .link {
            text-decoration: none;
            color: #25d366; 
            font-size: 16px;
        }
    
        .link:hover {
            text-decoration: underline;
        } */

    .open_close {
        display: flex;
        justify-content: space-between;
        border-radius: 5px 5px 0 0;
        padding: 3px;
        font-size: 12px;
        height: 40px;
        align-items: center;
    }

    .link>img {
        height: 33px;
    }

    .open {
        margin-left: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 20px;
    }

    .close {
        margin-right: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 20px;
    }

    .class1,
    .class2 {
        width: 90%;
        margin-left: 5%;

    }

    .class2 {
        display: flex;
        justify-content: space-between;
        border-radius: 0px 0px 5px 5px;
        height: auto;
        box-shadow: 0px 5px 15px 0px grey;
    }

    .button-left {
        align-self: center;
        margin-left: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        /* box-shadow: 0px 0px 2px 1px goldenrod; */
    }

    .left-button {
        /* background-color: #05133f; */
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 0.8rem;
        padding: 5px 12px;
    }

    .right-button {
        /* background-color: #05133f; */
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 0.8rem;
        padding: 5px;
    }

    .button-right {
        align-self: center;
        margin-right: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .class2 {
        background-color: #dedfe1;
    }

    .segment_content>p {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .calendar-container {
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Hides vertical overflow */
        width: 90%;
        height: auto;
        max-width: 100%;
        margin: 10px auto;
        box-sizing: border-box;
        border: 1px solid black;
        border-radius: 5px;
        color: black;
        font-weight: 500;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    th,
    td {
        border: 1px solid rgb(107, 107, 189);
        padding: 8px;
        text-align: center;
        vertical-align: top;
    }

    th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .date-column {
        width: 100px;
    }

    .day-container {
        width: 150px;
        margin: 5px auto;
    }

    .day {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .stars {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .dp_boss_logo {
        height: 100%;
        width: 40%;
    }

    .logo_header {
        display: flex;
        justify-content: center;
    }

    .star {
        font-size: 18px;
    }

    .Download_button {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .Download_Googleplay_btn {
        padding: 8px;
        width: 150px;
        background-color: #f9c54b;
        border: none;
        border-radius: 5px;
        font-family: "Roboto Flex", serif;
    }

    .Download_Googleplay_btn>img {
        height: 15px;
        margin-bottom: -2px;
    }

    @media (max-width: 480px) {

        th,
        td {
            font-size: 12px;
            padding: 5px;
        }

        .date-column {
            width: 80px;
        }

        .day-container {
            width: 120px;
        }

        .day {
            font-size: 14px;
        }

        .star {
            font-size: 14px;
        }

        .heading {
            text-align: center;
            font-size: 16px;
            color: white;
            background-color: #00498e;
            font-family: serif;
            position: sticky;
            top: 0;
            z-index: 1;
            margin: 0;
            padding: 0;
            width: 120.7%;

        }

        .heading_chart {
            width: 100%;
        }

        tr>th {
            color: black;
        }
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    nav {
        background: linear-gradient(267deg, #2ac1e6, #fb690d);
        color: white;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 150%;
        align-items: center;
        margin-right: 0;
    }

    .right-section {
        margin-left: 1%;
    }

    .nav-links {
        align-items: center;
    }

    .__main__ {
        display: flex;
        flex-direction: column;
        width: 150%;
    }

    .banner_animated {
        width: 100%;
        z-index: 1000;
        overflow: hidden;
    }

    .heading_chart {
        width: 100%;
    }

    .utilities {
        /* position: fixed; */
        width: 100%;
    }

    .main_section {
        overflow: scroll;
    }

    .banner_1 {
        margin-top: -15px;
        text-align: center;
        background-color: #bebebe;
        color: #000000;
    }

    .banner_1>p {
        position: relative;
        animation: slideRightToLeft 25s linear infinite;
        white-space: nowrap;
    }

    .container {
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }

    .left-side {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-end;
    }

    .right-side {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .Welcome_pk_boss {
        text-align: center;
        color: black;
        font-family: "Roboto Flex", serif;
        font-weight: 400;
        font-size: 2.5rem;
    }

    .button {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        /* color: grey; */
        margin-top: 10px;
        border-radius: 7px;
        cursor: pointer;
        /* transition: background-color 0.3s; */
        border: 1.5px solid #FFB200;
        background-color: black;
        color: white;
        /* font-weight: 550; */
        font-family: "Roboto Flex", serif;
        /* box-shadow: 0px 0px 5px 2px #FFB22C; */
    }

    /* .button:hover {
            background-color: #3700b3;    
        } */

    .links {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 4%;
    }

    .button_recharge {
        color: green;
        background-color: white;
        border: 1px solid green;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        font-size: 2rem;
    }

    .button_recharge>img {
        height: 20px;
    }

    .button_withdrawal {
        color: red;
        background-color: white;
        border: 1px solid red;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        margin-top: 2px;
        font-size: 2rem;
    }

    .button_withdrawal>img {
        height: 20px;
    }

    /* .link {
            text-decoration: none;
            color: #25d366; 
            font-size: 16px;
        }
    
        .link:hover {
            text-decoration: underline;
        } */

    .open_close {
        display: flex;
        justify-content: space-between;
        border-radius: 5px 5px 0 0;
        padding: 3px;
        font-size: 12px;
        height: 50px;
        align-items: center;
    }

    .link>img {
        height: 50px;
    }

    .open {
        margin-left: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 2rem;
    }

    .close {
        margin-right: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 2rem;
    }

    .class1,
    .class2 {
        width: 90%;
        margin-left: 5%;

    }

    .class2 {
        display: flex;
        justify-content: space-between;
        border-radius: 0px 0px 5px 5px;
        height: auto;
        box-shadow: 0px 5px 15px 0px grey;
    }

    .button-left {
        align-self: center;
        margin-left: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .left-button {
        /* background-color: #05133f; */
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 2rem;
        padding: 12px 22px;
    }

    .right-button {
        /* background-color: #05133f; */
        /* border: 2px solid white; */
        border: none;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 2rem;
        padding: 12px 22px;
    }

    .button-right {
        align-self: center;
        margin-right: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .class2 {
        background-color: #dedfe1;
    }

    .segment_content>p {
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
    }

    .calendar-container {
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Hides vertical overflow */
        width: 90%;
        height: auto;
        max-width: 100%;
        margin: 10px auto;
        box-sizing: border-box;
        border: 1px solid black;
        border-radius: 5px;
        color: black;
        font-weight: 500;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    th,
    td {
        border: 1px solid rgb(107, 107, 189);
        padding: 8px;
        text-align: center;
        vertical-align: top;
    }

    th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .date-column {
        width: 100px;
    }

    .day-container {
        width: 150px;
        margin: 5px auto;
    }

    .day {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .stars {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .dp_boss_logo {
        height: 100%;
        width: 40%;
    }

    .logo_header {
        display: flex;
        justify-content: center;
    }

    .star {
        font-size: 18px;
    }

    .Download_button {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .Download_Googleplay_btn {
        padding: 8px;
        width: 150px;
        background-color: #f9c54b;
        border: none;
        border-radius: 5px;
        font-family: "Roboto Flex", serif;
    }

    .Download_Googleplay_btn>img {
        height: 15px;
        margin-bottom: -2px;
    }

    @media (max-width: 480px) {

        th,
        td {
            font-size: 12px;
            padding: 5px;
        }

        .date-column {
            width: 80px;
        }

        .day-container {
            width: 120px;
        }

        .day {
            font-size: 14px;
        }

        .star {
            font-size: 14px;
        }

        .heading {
            text-align: center;
            font-size: 16px;
            color: white;
            background-color: #00498e;
            font-family: serif;
            position: sticky;
            top: 0;
            z-index: 1;
            margin: 0;
            padding: 0;
            width: 120.7%;

        }

        .heading_chart {
            width: 100%;
        }

        tr>th {
            color: black;
        }
    }

}

@media (max-width: 380px) {
    .heading_chart {
        width: 113.7%;
    }
}

@keyframes slideRightToLeft {
    0% {
        right: -100%;
    }

    100% {
        right: 100%;
        transform: translateX(-50%);
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    nav {
        background: linear-gradient(267deg, #2ac1e6, #fb690d);
        color: white;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 150%;
        align-items: center;
        margin-right: 0;
    }

    .right-section {
        margin-left: 1%;
    }

    .nav-links {
        align-items: center;
    }

    .__main__ {
        display: flex;
        flex-direction: column;
        width: 150%;
    }

    .banner_animated {
        width: 100%;
        z-index: 1000;
        overflow: hidden;
    }

    .heading_chart {
        width: 100%;
    }

    .utilities {
        /* position: fixed; */
        width: 100%;
    }

    .main_section {
        overflow: scroll;
    }

    .banner_1 {
        margin-top: -15px;
        text-align: center;
        background-color: #bebebe;
        color: #000000;
    }

    .banner_1>p {
        position: relative;
        animation: slideRightToLeft 25s linear infinite;
        white-space: nowrap;
    }

    .container {
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }

    .left-side {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-end;
    }

    .right-side {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .Welcome_pk_boss {
        text-align: center;
        color: black;
        font-family: "Roboto Flex", serif;
        font-weight: 400;
        font-size: 2.5rem;
    }

    .button {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        /* color: grey; */
        margin-top: 10px;
        border-radius: 7px;
        cursor: pointer;
        /* transition: background-color 0.3s; */
        border: 1.5px solid #FFB200;
        background-color: black;
        color: white;
        /* font-weight: 550; */
        font-family: "Roboto Flex", serif;
        /* box-shadow: 0px 0px 5px 2px #FFB22C; */
    }

    /* .button:hover {
            background-color: #3700b3;    
        } */

    .links {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 4%;
    }

    .button_recharge {
        color: green;
        background-color: white;
        border: 1px solid green;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        font-size: 2rem;
    }

    .button_recharge>img {
        height: 20px;
    }

    .button_withdrawal {
        color: red;
        background-color: white;
        border: 1px solid red;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        margin-top: 2px;
        font-size: 2rem;
    }

    .button_withdrawal>img {
        height: 20px;
    }

    /* .link {
            text-decoration: none;
            color: #25d366; 
            font-size: 16px;
        }
    
        .link:hover {
            text-decoration: underline;
        } */

    .open_close {
        display: flex;
        justify-content: space-between;
        /* background: linear-gradient(267deg, #2ac1e6, #fb690d); */
        border-radius: 5px 5px 0 0;
        padding: 8px 3px;
        font-size: 12px;
        height: 50px;
        align-items: center;
    }

    .link>img {
        height: 50px;
    }

    .open {
        margin-left: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 2rem;
    }

    .close {
        margin-right: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 2rem;
    }

    .class1,
    .class2 {
        width: 90%;
        margin-left: 5%;

    }

    .class2 {
        display: flex;
        justify-content: space-between;
        border-radius: 0px 0px 5px 5px;
        height: auto;
        box-shadow: 0px 5px 15px 0px grey;
    }

    .button-left {
        align-self: center;
        margin-left: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .left-button {
        /* background-color: #05133f; */
        /* border: 2px solid white; */
        border: none;
        padding: 12px 22px;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 2rem;
    }

    .left-button:active {
        /* background-color: #FFB200; */
        color: black;
    }

    .right-button {
        /* background-color: #05133f; */
        /* border: 2px solid white; */
        border: none;
        padding: 12px 22px;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
        font-size: 2rem;
    }

    .right-button:active {
        background-color: #FFB200;
        color: black;
    }

    .button-right {
        align-self: center;
        margin-right: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .class2 {
        background-color: #dedfe1;
    }

    .segment_content>p {
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
    }

    .calendar-container {
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Hides vertical overflow */
        width: 90%;
        height: auto;
        max-width: 100%;
        margin: 10px auto;
        box-sizing: border-box;
        border: 1px solid black;
        border-radius: 5px;
        color: black;
        font-weight: 500;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    th,
    td {
        border: 1px solid rgb(107, 107, 189);
        padding: 8px;
        text-align: center;
        vertical-align: top;
    }

    th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .date-column {
        width: 100px;
    }

    .day-container {
        width: 150px;
        margin: 5px auto;
    }

    .day {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .stars {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .dp_boss_logo {
        height: 100%;
    }

    .logo_header {
        display: flex;
        justify-content: center;
    }

    .star {
        font-size: 18px;
    }

    .Download_button {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .Download_Googleplay_btn {
        padding: 8px;
        width: 150px;
        background-color: #f9c54b;
        border: none;
        border-radius: 5px;
        font-family: "Roboto Flex", serif;
    }

    .Download_Googleplay_btn>img {
        height: 15px;
        margin-bottom: -2px;
    }
}

@media (min-width: 1200px) {
    .banner_animated {
        width: 100%;
        z-index: 1000;
        overflow: hidden;
         background-color: #0B1A4A;
    }

    .heading_chart {
        width: 100%;
    }

    .utilities {
        /* position: fixed; */
        width: 100%;
         background-color: #0B1A4A;
    }

    .main_section {
        overflow: scroll;
         background-color: #0B1A4A;
    }

    .banner_1 {
        margin-top: -15px;
        text-align: center;
        background-color: #ffffff;
        color: #000000;
    }

    .banner_1>p {
        position: relative;
        animation: slideRightToLeft 25s linear infinite;
        white-space: nowrap;
    }

    .container {
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }

    .left-side {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-end;
    }

    .right-side {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .Welcome_pk_boss {
        text-align: center;
        color: black;
        font-family: "Roboto Flex", serif;
        font-weight: 400;
    }

    .button {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        /* color: grey; */
        margin-top: 10px;
        border-radius: 7px;
        cursor: pointer;
        /* transition: background-color 0.3s; */
        border: 1.5px solid #FFB200;
        background-color: black;
        color: white;
        /* font-weight: 550; */
        font-family: "Roboto Flex", serif;
        /* box-shadow: 0px 0px 5px 2px #FFB22C; */
    }

    /* .button:hover {
            background-color: #3700b3;    
        } */

    .links {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 4%;
    }

    .button_recharge {
        color: green;
        background-color: white;
        border: 1px solid green;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        font-size: 16px;
    }

    .button_withdrawal {
        color: red;
        background-color: white;
        border: 1px solid red;
        border-radius: 5px;
        width: 100%;
        padding: 10px 15px 10px 15px;
        margin-top: 2px;
        font-size: 16px;
    }

    /* .link {
            text-decoration: none;
            color: #25d366; 
            font-size: 16px;
        }
    
        .link:hover {
            text-decoration: underline;
        } */

    .open_close {
        display: flex;
        justify-content: space-between;
        border-radius: 5px 5px 0 0;
        padding: 3px;
        font-size: 12px;
        height: 50px;
        align-items: center;
        background: linear-gradient(267deg, #F19A00, #1760D3);

    }

    .link>img {
        height: 33px;
    }

    .open {
        margin-left: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 24px;
    }

    .close {
        margin-right: 5%;
        color: white;
        font-family: "Roboto Flex", serif;
        font-weight: 600;
        font-size: 24px;
    }

    .class1,
    .class2 {
        width: 90%;
        margin-left: 5%;

    }

    .class2 {
        display: flex;
        justify-content: space-between;
        border-radius: 0px 0px 5px 5px;
        height: auto;
        box-shadow: 0px 5px 15px 0px grey;
    }

    .button-left {
        align-self: center;
        margin-left: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .left-button {
        background-color: #0F3A95;

        /* border: 2px solid white; */
        border: none;
        padding: 12px 22px 12px 22px;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
    }

    .left-button:active {
        background-color: #FDB515;

        color: black;
    }

    .right-button {
        background-color: #0F3A95;
        /* border: 2px solid white; */
        border: none;
        padding: 12px 22px 12px 22px;
        border-radius: 5px;
        color: white;
        font-family: "Roboto Flex", serif;
    }

    .right-button:active {
        background-color: #FFB200;
        color: black;
    }

    .button-right {
        align-self: center;
        margin-right: 3%;
        border-radius: 5px;
        font-size: 12px;
        /* border: 2px solid goldenrod; */
        box-shadow: 0px 0px 2px 1px goldenrod;
    }

    .class2 {
        background-color: #dedfe1;
    }

    .segment_content>p {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    .calendar-container {
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Hides vertical overflow */
        width: 90%;
        height: auto;
        max-width: 100%;
        margin: 10px auto;
        box-sizing: border-box;
        border: 1px solid black;
        border-radius: 5px;
        color: black;
        font-weight: 500;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    th,
    td {
        border: 1px solid rgb(107, 107, 189);
        padding: 8px;
        text-align: center;
        vertical-align: top;
    }

    th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .date-column {
        width: 100px;
    }

    .day-container {
        width: 150px;
        margin: 5px auto;
    }

    .day {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .stars {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .dp_boss_logo {
        height: 150px;
    }

    .logo_header {
        display: flex;
        justify-content: center;
    }

    .star {
        font-size: 18px;
    }

    .Download_button {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .Download_Googleplay_btn {
        padding: 8px;
        width: 150px;
        background-color: #f9c54b;
        border: none;
        border-radius: 5px;
        font-family: "Roboto Flex", serif;
    }

    .Download_Googleplay_btn>img {
        height: 15px;
        margin-bottom: -2px;
    }

    .main_section {
        display: flex;
        gap: 30px 0px;
        width: auto;
        flex-wrap: wrap;
        flex-direction: row;
        background-color: #0B1A4A;
    }

    .container_2 {
        width: 50%;
    }
}


.action-wrapper {
  /* max-width: 1200px; */
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 47px;
}

/* each row */
.action-row {
  display: flex;
  gap: 14rem;
}

/* anchor full width */
.action-row a {
  flex: 1;
}

/* common button */
.btn {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 15px;
}

/* colors */
.action-wrapper { 
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* EACH ROW */
.action-row {
  display: flex;
  justify-content: space-between;   /* 👈 main requirement */
  align-items: center;
    gap: 33rem;                        /* 👈 space between buttons */
}

/* BUTTON BASE */
.action-row .btn {
  flex: 1;                          /* 👈 sab equal width */
  padding: 12px 0;
  border-radius: 10px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
}

/* COLORS */
.btn.support {
  background: linear-gradient(180deg, #4B6CB7, #182848);
  color: #fff;
}

.btn.whatsapp {
  background: linear-gradient(180deg, #2ECC71, #1FAF5C);
  color: #fff;
}

.btn.recharge {
  background: linear-gradient(180deg, #FFD76A, #FDB515);
  color: #1E1E1E;
  box-shadow: 0 0 12px rgba(253,181,21,.6);
}

.btn.withdrawal {
  background: linear-gradient(180deg, #E85C5C, #B83232);
  color: #fff;
}

.btn.primary {
  background: linear-gradient(180deg, #FF8A00, #FF5F00);
  color: #fff;
}

/* HOVER EFFECT */
.action-row .btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* MOBILE */
@media (max-width: 768px) {
  .action-row {
    gap: 10px;
  }

  .action-row .btn {
    font-size: 14px;
    padding: 10px 0;
  }
}
