.play-btn-page-section  .profile-container {
    background: transparent linear-gradient(180deg, #1F1F8E 0%, #6229B4 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 11px #313131;
    border: 1px solid #53525D;
    opacity: 1;
    padding: 10px 20px;
}

.play-btn-page-section  .profile-container .head-content {
    padding: 20px 20px;
}

.play-btn-page-section  .profile-container .head-content .heading-title {
    color: white;
    font-size: 29px;
}

.play-btn-page-section  .profile-container .head-content .contact-div{
    padding-bottom: 20px;
    padding-top: 10px;
}

.play-btn-page-section  .profile-container .head-content .contact-div .email{
 color: white;
 font-size: 17px;
}

.play-btn-page-section  .profile-container .head-content .contact-div .contact{
    color: white;
    font-size: 17px;
}




.play-btn-page-section  .profile-container .card-holder{
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
}

.play-btn-page-section  .profile-container .card-holder .title{
    color: #FF0000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.play-btn-page-section  .profile-container .card-holder .amount{
    color: #FF0000;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}





.play-btn-page-section  .profile-container .inner-div .logo-container {
    border-radius: 50%;
    /* This makes the container circular */
    overflow: hidden;
    /* Ensures the image stays inside the circle */
    display: flex;
    /* To center the image */
    justify-content: center;
    /* Center the image horizontally */
    align-items: center;
    /* Center the image vertically */
    background-color: #f0f0f0;
    /* Optional: background color */
    border: 5px solid black;
    aspect-ratio: 1 / 1;
}

.play-btn-page-section  .profile-container .inner-div .logo-container img {
    width: 100%;
    /* Image will take the full width of the container */
    height: 100%;
    /* Ensures the image fills the container */
    object-fit: cover;
    /* Keeps the image aspect ratio while filling the container */
}


.play-btn-page-section  .profile-container .inner-div .head-content {
    margin-top: 20px;
}

.play-btn-page-section  .profile-container .inner-div .head-content .heading-title {
    text-align: left;
    font: normal normal normal 38px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.play-btn-page-section  .profile-container .inner-div .head-content .contact-div {
    display: flex;
    justify-content: end;
}

.play-btn-page-section  .profile-container .inner-div .head-content label {
    color: #FFFFFF;
    margin-right: 6px;
    font-size: 15px;
}


.play-btn-page-section  .profile-container .inner-div .stats-content {
    border-radius: 6px;
    opacity: 1;
    backdrop-filter: blur(35px);
    margin-top: 20px;
}

.play-btn-page-section  .profile-container .inner-div .stats-content .card-holder {
    padding: 2px 20px 10px;
    backdrop-filter: blur(35px);

}

.play-btn-page-section  .profile-container .inner-div .stats-content .card-holder .count-container {

    font-size: 32px;
    color: white;

}

.play-btn-page-section  .profile-container .inner-div .stats-content .card-holder .text-container {
    color: white;
    margin-top: 6px;
}


.play-btn-page-section  .tab-container {
    margin-top: 2%;
}

.play-btn-page-section  .tab-container .tab-content {
    border-bottom: 1px solid #53525D;
}

.play-btn-page-section  .tab-container .tab-content .tab-holder {

    background: #141414 0% 0% no-repeat padding-box;
    border: 1px solid #53525D;
    opacity: 0.31;

    color: white;
    /* Default text color */
    opacity: 1;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    /* Make tabs look clickable */
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth transition */
}

/* Style for the active tab */
.play-btn-page-section  .tab-container .tab-content .tab-holder.active {
    background-color: #FFFFFF;
    /* Active background color */
    color: black;
    /* Active text color */
    border: 1px solid #53525D;
}


.play-btn-page-section  .table-container {
    margin-top: 20px;
}

.play-btn-page-section  .table-container .table-holder {
    background: #14141B 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 10px;
}

.play-btn-page-section  .table-container .table-holder table {}

.play-btn-page-section  .table-container .table-holder table thead th {
    background: #000000 0% 0% no-repeat padding-box;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: none;
    border-right: 1px solid white;
    padding: 15px;
}


.play-btn-page-section  .table-container .table-holder table thead th:last-child {
    border-right: none;
}   


.play-btn-page-section  .table-container .table-holder table tbody td {
    background: #14141B 0% 0% no-repeat padding-box;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: none;
    border-right: 1px solid white;
    padding: 15px;
}

.play-btn-page-section  .table-container .table-holder table tbody td:last-child {
    border-right: none;
}   


.play-btn-page-section  .table-container .table-holder table tbody tr:nth-child(even) td {
    background: #232324 0% 0% no-repeat padding-box;
}


.play-btn-page-section  .table-container .table-holder table tbody tr:nth-child(odd) td {
    background: #12111A 0% 0% no-repeat padding-box;
}

@media (min-width: 0px) and (max-width: 379px) {}

@media (min-width: 380px) and (max-width: 419px) {}

@media (min-width: 420px) and (max-width: 485px) {}

@media (min-width: 486px) and (max-width: 539px) {}

@media (min-width: 540px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {


    .play-btn-page-section  .profile-container .head-content .contact-div .email{
        color: white;
        font-size: 14px;
       }
       
       .play-btn-page-section  .profile-container .head-content .contact-div .contact{
           color: white;
           font-size: 14px;
       }
    .play-btn-page-section  .profile-container .head-content .contact-div {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .play-btn-page-section  .profile-container .card-holder .amount {
        padding-top: 3px;
    }

    .play-btn-page-section .profile-container .head-content .heading-title {
        color: white;
        font-size: 20px;
    }

    .play-btn-page-section  .table-container .table-holder table thead th {
        font-size: 13px;
    }
    
    .play-btn-page-section  .table-container .table-holder table tbody td {
        font-size: 13px;
    }

    .play-btn-page-section  .profile-container .inner-div .head-content .heading-title {
        font-size: 18px;
    }

    .play-btn-page-section  .profile-container .inner-div .head-content label {
        font-size: 11px;
    }

    .play-btn-page-section  .tab-container .tab-content .tab-holder {
        font-size: 14px;
    }

    .play-btn-page-section .profile-container {
        padding: 10px 5px;
    }

    .play-btn-page-section .profile-container .card-holder .amount {
        font-size: 25px;
    }

    .play-btn-page-section .profile-container .card-holder .title {
        font-size: 13px;
    }

    .play-btn-page-section .profile-container .head-content {
        padding: 10px 12px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {

    .play-btn-page-section  .profile-container .head-content .contact-div .email{
        color: white;
        font-size: 14px;
       }
       
       .play-btn-page-section  .profile-container .head-content .contact-div .contact{
           color: white;
           font-size: 14px;
       }
       
    
    .play-btn-page-section  .profile-container .head-content .contact-div {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .play-btn-page-section  .profile-container .inner-div .head-content .heading-title {
        font-size: 30px;
    }

    .play-btn-page-section  .profile-container .inner-div .stats-content .card-holder {
        padding: 2px 10px 10px;
        backdrop-filter: blur(35px);
    }

    .play-btn-page-section  .profile-container .inner-div .head-content .heading-title {
        font-size: 18px;
    }

    .play-btn-page-section  .profile-container .inner-div .head-content label {
        font-size: 11px;
    }

    .play-btn-page-section  .tab-container .tab-content .tab-holder {
        font-size: 14px;
    }

    .play-btn-page-section .profile-container {
        padding: 10px 5px;
    }

    .play-btn-page-section .profile-container .card-holder .amount {
        font-size: 27px;
    }

    .play-btn-page-section .profile-container .card-holder .title {
        font-size: 17px;
    }

    .play-btn-page-section .profile-container .head-content {
        padding: 20px 18px;
    }
}