.winners[data-v-2d05930f] {
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
    grid-gap: 24px;
    gap: 24px;
    background-color: #ececec;
}
.winners .notfound[data-v-2d05930f] {
    font-weight: bold;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
.winners .middle-panel .top-panel[data-v-2d05930f] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
@media screen and (max-width: 467px) {
    .winners .middle-panel .top-panel[data-v-2d05930f] {
        flex-direction: column;
    }
}
.winners .middle-panel .top-panel .item[data-v-2d05930f] {
    flex-grow: 1;
    text-align: center;
    padding-bottom: 15px;
}
@media screen and (max-width: 467px) {
    .winners .middle-panel .top-panel .item[data-v-2d05930f] {
        width: 100%;
    }
}
.winners .middle-panel .top-panel .item[data-v-2d05930f]:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}
@media screen and (max-width: 467px) {
    .winners .middle-panel .top-panel .item[data-v-2d05930f]:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
}
.winners .middle-panel .top-panel .item p.desc[data-v-2d05930f] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-bottom: 14px;
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .top-panel .item p.desc[data-v-2d05930f] {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .winners .middle-panel .top-panel .item p.desc[data-v-2d05930f] {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
}
.winners .middle-panel .top-panel .item p.amount[data-v-2d05930f] {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .top-panel .item p.amount[data-v-2d05930f] {
        font-size: 28px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .winners .middle-panel .top-panel .item p.amount[data-v-2d05930f] {
        font-size: 28px !important;
    }
}
.winners .middle-panel .top-panel .item img[data-v-2d05930f] {
    margin: 18px auto 20px;
    display: none;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .top-panel .item img[data-v-2d05930f] {
        display: none;
    }
}
.winners .middle-panel .content[data-v-2d05930f] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
}
.winners .middle-panel .content table[data-v-2d05930f] {
    background: #ffffff;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    /* top-left border-radius */
    /* top-right border-radius */
    /* bottom-left border-radius */
    /* bottom-right border-radius */
}
@media screen and (max-width: 1024px) {
    .winners .middle-panel .content table[data-v-2d05930f] {
        margin: 0 0 16px !important;
    }
}
.winners .middle-panel .content table tr th[data-v-2d05930f],
.winners .middle-panel .content table tr td[data-v-2d05930f] {
    border-right: 0.5px solid #e0e0e0;
    border-bottom: 0.5px solid #e0e0e0;
}
.winners .middle-panel .content table tr th[data-v-2d05930f]:first-child,
.winners .middle-panel .content table tr td[data-v-2d05930f]:first-child {
    border-left: 0.5px solid #e0e0e0;
}
.winners .middle-panel .content table tr th[data-v-2d05930f] {
    background: #eee;
    border-top: 0.5px solid #e0e0e0;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .content table tr th[data-v-2d05930f] {
        font-size: 13px !important;
    }
}
.winners .middle-panel .content table tr:first-child th[data-v-2d05930f]:first-child {
    border-top-left-radius: 4px;
}
.winners .middle-panel .content table tr:first-child th[data-v-2d05930f]:last-child {
    border-top-right-radius: 4px;
}
.winners .middle-panel .content table tr:last-child td[data-v-2d05930f]:first-child {
    border-bottom-left-radius: 4px;
}
.winners .middle-panel .content table tr:last-child td[data-v-2d05930f]:last-child {
    border-bottom-right-radius: 4px;
}
.winners .middle-panel .content table thead[data-v-2d05930f] {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
.winners .middle-panel .content table thead tr th[data-v-2d05930f] {
    padding: 10px 10px;
    background: #2e305c;
}
@media screen and (max-width: 959px) {
    .winners .middle-panel .content table thead tr th[data-v-2d05930f] {
        text-align: center;
        font-size: 14px !important;
    }
}
.winners .middle-panel .content table thead tr th.type[data-v-2d05930f], .winners .middle-panel .content table thead tr th.amount[data-v-2d05930f] {
    text-align: center;
}
.winners .middle-panel .content table tbody tr td[data-v-2d05930f] {
    color: #000000;
    font-style: normal;
    font-size: 15px;
    padding: 10px 8px;
    white-space: nowrap;
}
@media screen and (max-width: 959px) {
    .winners .middle-panel .content table tbody tr td[data-v-2d05930f] {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
}
@media screen and (max-width: 600px) {
    .winners .middle-panel .content table tbody tr td[data-v-2d05930f] {
        padding: 10px 8px !important;
    }
}
.winners .middle-panel .content table tbody tr td.date[data-v-2d05930f] {
    font-weight: 400;
    width: 130px;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .content table tbody tr td.date[data-v-2d05930f] {
        width: auto;
        text-align: center;
    }
}
.winners .middle-panel .content table tbody tr td.username[data-v-2d05930f] {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .content table tbody tr td.username[data-v-2d05930f] {
        text-align: center;
    }
}
.winners .middle-panel .content table tbody tr td.type[data-v-2d05930f] {
    font-weight: 400;
    text-align: center;
    width: 150px;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .content table tbody tr td.type[data-v-2d05930f] {
        width: auto;
    }
}
.winners .middle-panel .content table tbody tr td.amount[data-v-2d05930f] {
    font-weight: 400;
    text-align: center;
    width: 150px;
}
@media screen and (max-width: 767px) {
    .winners .middle-panel .content table tbody tr td.amount[data-v-2d05930f] {
        width: auto;
    }
}
.winners .middle-panel img.bottom-img[data-v-2d05930f] {
    width: 100%;
    margin-top: 34px;
}
@media screen and (max-width: 768px) {
    .winners[data-v-2d05930f] {
        padding: 16px;
        background-color: #ffffff;
    }
    .winners .middle-panel[data-v-2d05930f] {
        min-width: 100%;
    }
    .winners .middle-panel img.bottom-img[data-v-2d05930f] {
        display: none;
    }
}
