 Tabs Css */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tab {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ccc;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

.tab.active {
    background-color: #fff;
    border-bottom: 2px solid #000;
}

.content {
    display: none;
    padding: 20px;
}

.content.active {
    display: block;
}


/* Table css */


table {

    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

caption {

    font-size: 2em;
    margin: .25em 0 .75em;
}

table tr {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
/*16-01-2025 start */
.my-wins-tab-panel .tab {
    color: #3f036e;
    background-color: #2c024d1c;
    padding: 5px 30px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 15px;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.5s ease-in;
    font-family: "Poetsen One", Sans-serif;
}

.my-wins-tab-panel .tab.active,.my-wins-tab-panel .tab:hover {
    color: #fff;
    background-color: #3f036e;
}

.my-wins-tab-panel .tab +.tab {
    margin-left: 5px;
}

.woocommerce-MyAccount-content-wrapper .container.my-wins-tab-panel {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.my-wins-tab-panel .content {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0;
}
p.no-wins {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}

.my-wins-tab-panel .content table {
    border: 0;
    margin-bottom: 0;
}

.my-wins-tab-panel .content table  tr {
    background: #eff0fe;
    margin-bottom: 0 !important;
}

.my-wins-tab-panel .content table th {
    color: #3f036e;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Poetsen One", Sans-serif;
    padding: 7px 10px !important;
    background: #eff0fe;
    text-align: left;
    font-size: 14px;
}

.my-wins-tab-panel .content table tbody td {
    background-color: #eff0fe !important;
    padding: 7px 10px !important;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    border-top:  1px solid #ddd !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.my-wins-tab-panel .content table td img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 6px !important;
    margin-left: 0;
}
.my-wins-tab-panel .content table tbody td .separator {
    display: none;
}


/* Media Queries*/



@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        display: none;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
    .my-wins-tab-panel .content table tbody td .separator {
        display: inline-block;
    }
    .my-wins-tab-panel .content table tbody td .separator {
        display: inline-block;
        margin: 0 5px 0 1px;
        font-weight: 700;
    }
    .my-wins-tab-panel .content table tbody td:before {
        text-transform: capitalize;
    }
    .my-wins-tab-panel .content table td img {
        width: 80px !important;
        height: 80px !important;
        border-radius: 4px !important;
    }
    .my-wins-tab-panel .content table tbody tr:first-child td:first-child {
        border-top: 0 !important;
    }
}

/* Media Queries