.computer-picks-detail[data-v-1dfc4e01] {
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
    grid-gap: 24px;
    gap: 24px;
    background-color: #ececec;
}
.computer-picks-detail .notfound[data-v-1dfc4e01] {
    font-weight: bold;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
.computer-picks-detail .middle-panel[data-v-1dfc4e01] {
    max-width: 1171px;
    margin: 0 auto;
}
.computer-picks-detail .middle-panel .video-and-promotion[data-v-1dfc4e01] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    display: grid;
    grid-template-columns: calc(100% - 6px) calc(100% - 6px);
    grid-column-gap: 12px;
}
@media all and (max-width: 767px) {
    .computer-picks-detail .middle-panel .video-and-promotion[data-v-1dfc4e01] {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 12px;
    }
}
.computer-picks-detail .middle-panel .video-and-promotion h1[data-v-1dfc4e01] {
    grid-column: 1;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
@media all and (max-width: 767px) {
    .computer-picks-detail .middle-panel .video-and-promotion h1[data-v-1dfc4e01] {
        grid-column: 1;
    }
}
.computer-picks-detail .middle-panel .video-and-promotion .video-part[data-v-1dfc4e01] {
    line-height: 0px;
    grid-column: 1;
}
.computer-picks-detail .middle-panel .replenish[data-v-1dfc4e01] {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    margin-top: 16px;
    font-size: 16px;
    padding: 9px 8px;
    border-radius: 5px;
    border: 1px solid #ffbcc4;
    background: #fff6f7;
    color: #db001a;
}
.computer-picks-detail .middle-panel .replenish span[data-v-1dfc4e01] {
    line-height: 0px;
    max-width: 20px;
    margin-right: 10px;
    position: relative;
}
.computer-picks-detail .middle-panel .replenish span img[data-v-1dfc4e01] {
    max-width: 100%;
}
.computer-picks-detail .middle-panel .replenish span div[data-v-1dfc4e01] {
    position: absolute;
    width: 270px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: black;
    line-height: 21px;
    bottom: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    display: none;
    padding: 10px;
}
@media all and (max-width: 1024px) {
    .computer-picks-detail .middle-panel .replenish span div[data-v-1dfc4e01] {
        transform: none;
        transform: initial;
        -webkit-transform: initial;
        left: -10px;
    }
}
.computer-picks-detail .middle-panel .replenish span div[data-v-1dfc4e01]::after {
    content: "";
    border: 9px solid;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-color: black transparent transparent;
}
@media all and (max-width: 1024px) {
    .computer-picks-detail .middle-panel .replenish span div[data-v-1dfc4e01]::after {
        transform: none;
        transform: initial;
        -webkit-transform: initial;
        left: 12px;
    }
}
.computer-picks-detail .middle-panel .replenish span:hover div[data-v-1dfc4e01] {
    display: block;
}
.computer-picks-detail .middle-panel .promotion-part .single-banner[data-v-1dfc4e01] {
    width: 100%;
    text-align: center;
    line-height: 0px;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-top: 12px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.computer-picks-detail .middle-panel .promotion-part .single-banner img[data-v-1dfc4e01] {
    width: 100%;
}
.computer-picks-detail .middle-panel .promotion-part .single-banner a[data-v-1dfc4e01] {
    width: 100%;
}
.computer-picks-detail .middle-panel .sportbook-listing[data-v-1dfc4e01] {
    margin-top: 16px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
}
.computer-picks-detail .middle-panel .sportbook-listing .title-list[data-v-1dfc4e01] {
    background: #ebebeb;
    color: #000;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist[data-v-1dfc4e01] {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    padding: 10px 10px;
    border-bottom: #e0e0e0 solid thin;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist[data-v-1dfc4e01]:first-child {
    border-top: #e0e0e0 solid thin;
}
@media screen and (max-width: 767px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist[data-v-1dfc4e01] {
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist[data-v-1dfc4e01] {
        flex-wrap: wrap;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook[data-v-1dfc4e01] {
    flex: 0 0 60%;
    flex-shrink: 1;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook[data-v-1dfc4e01] {
        flex: 0 0 100%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook[data-v-1dfc4e01] {
        flex: 0 0 100%;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .imgpart[data-v-1dfc4e01] {
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 15px;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .imgpart img[data-v-1dfc4e01] {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .contpart[data-v-1dfc4e01] {
    width: calc(100% - 50px);
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .contpart span.subhed[data-v-1dfc4e01] {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .contpart span.subhed[data-v-1dfc4e01] {
        font-size: 14px !important;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .contpart p.subcont[data-v-1dfc4e01] {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .leftbook .contpart p.subcont[data-v-1dfc4e01] {
        font-size: 14px !important;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook[data-v-1dfc4e01] {
    flex: 0 0 40%;
    flex-shrink: 1;
}
@media screen and (max-width: 767px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook[data-v-1dfc4e01] {
        flex: 0 0 100%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook[data-v-1dfc4e01] {
        flex: 0 0 100%;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn[data-v-1dfc4e01] {
    /* display: flex; */
    grid-gap: 5px;
    gap: 5px;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn a[data-v-1dfc4e01] {
    text-decoration: none;
    flex: 0 0 50%;
    flex-shrink: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: #ebebeb;
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn a .codepromo[data-v-1dfc4e01] {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
@media screen and (min-width: 1026px) and (max-width: 1299px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn a .codepromo[data-v-1dfc4e01] {
        font-size: 12px;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn a .codetext[data-v-1dfc4e01] {
    font-size: 10px;
    color: #000;
}
.computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn .claimoffer[data-v-1dfc4e01] {
    text-decoration: none;
    flex: 0 0 50%;
    flex-shrink: 1;
    background: #2e305c;
    color: #ffffff;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}
@media screen and (min-width: 1026px) and (max-width: 1299px) {
    .computer-picks-detail .middle-panel .sportbook-listing .sportlist .rightbook .offerbtn .claimoffer[data-v-1dfc4e01] {
        font-size: 13px;
    }
}
.computer-picks-detail .middle-panel .sportbook-listing .no-bonus[data-v-1dfc4e01] {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.computer-picks-detail .middle-panel .teams[data-v-1dfc4e01] {
    line-height: 2.5;
}
.computer-picks-detail .middle-panel .content[data-v-1dfc4e01] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 16px;
}
.computer-picks-detail .middle-panel .content h2[data-v-1dfc4e01] {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.computer-picks-detail .middle-panel .content .heading[data-v-1dfc4e01] {
    background: #2e305c;
    border: 0.5px solid #dfe0f4;
    border-radius: 4px;
    padding: 8px 0;
    margin-bottom: 16px;
}
.computer-picks-detail .middle-panel .content .heading .team[data-v-1dfc4e01] {
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
}
.computer-picks-detail .middle-panel .content .heading .team p[data-v-1dfc4e01] {
    font-size: 15px !important;
}
.computer-picks-detail .middle-panel .content .tabs[data-v-1dfc4e01] {
    display: flex;
    grid-gap: 5px;
    gap: 5px;
}
.computer-picks-detail .middle-panel .content .tabs a[data-v-1dfc4e01] {
    text-align: center;
    flex-grow: 1;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    background: #ffffff;
    border: #f1f1f1 solid thin;
    color: #000000;
    padding: 8px;
    text-decoration: none;
    margin-right: 10px;
}
.computer-picks-detail .middle-panel .content .tabs a[data-v-1dfc4e01]:last-child {
    margin-right: 0px;
}
@media screen and (max-width: 959px) {
    .computer-picks-detail .middle-panel .content .tabs a[data-v-1dfc4e01] {
        font-size: 14px !important;
    }
}
.computer-picks-detail .middle-panel .content .tabs a.line-tracking[data-v-1dfc4e01] {
    border-radius: 4px 0 0 4px;
}
.computer-picks-detail .middle-panel .content .tabs a.consensus[data-v-1dfc4e01] {
    border-radius: 0 4px 4px 0;
}
.computer-picks-detail .middle-panel .content .tabs a.nuxt-link-active[data-v-1dfc4e01] {
    background: #fa8c28;
    font-weight: 700;
    color: #ffffff;
}
.computer-picks-detail .middle-panel .content .headline[data-v-1dfc4e01] {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.computer-picks-detail .middle-panel .content .headline a[data-v-1dfc4e01] {
    color: #000000;
}
.computer-picks-detail .middle-panel .content .listings ul li[data-v-1dfc4e01] {
    list-style-type: none;
    color: #000000;
    font-size: 15px !important;
    line-height: 26px !important;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.computer-picks-detail .middle-panel .content .tabs-parent .tabs a[data-v-1dfc4e01] {
    cursor: pointer;
}
.computer-picks-detail .middle-panel .content .tabs-parent .tabs a.active[data-v-1dfc4e01] {
    background: #fa8c28;
    font-weight: 700;
    color: #ffffff;
}

.computer-picks-detail .middle-panel .content .tabs-parent-log .tabs a[data-v-1dfc4e01] {
    cursor: pointer;
}
.computer-picks-detail .middle-panel .content .tabs-parent-log .tabs a.active[data-v-1dfc4e01] {
    background: #fa8c28;
    font-weight: 700;
    color: #ffffff;
}

.computer-picks-detail .middle-panel .content .tabs-parent-trend-injuries .tabs a[data-v-1dfc4e01] {
    cursor: pointer;
}

.computer-picks-detail .middle-panel .content .tabs-parent-trend-injuries .trends-table[data-v-1dfc4e01] {
    margin-top: 10px;
}
.computer-picks-detail .middle-panel .content .tabs-parent-trend-injuries .tabs a.active[data-v-1dfc4e01] {
    background: #fa8c28;
    font-weight: 700;
    color: #ffffff;
}

.computer-picks-detail .middle-panel .content .blue-table table[data-v-1dfc4e01] {
    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) {
    .computer-picks-detail .middle-panel .content .blue-table table[data-v-1dfc4e01] {
        margin: 0 0 16px !important;
    }
}
.computer-picks-detail .middle-panel .content .blue-table table tr th[data-v-1dfc4e01],
.computer-picks-detail .middle-panel .content .blue-table table tr td[data-v-1dfc4e01] {
    border-right: 0.5px solid #e0e0e0;
    border-bottom: 0.5px solid #e0e0e0;
}
.computer-picks-detail .middle-panel .content .blue-table table tr th[data-v-1dfc4e01]:first-child,
.computer-picks-detail .middle-panel .content .blue-table table tr td[data-v-1dfc4e01]:first-child {
    border-left: 0.5px solid #e0e0e0;
}
.computer-picks-detail .middle-panel .content .blue-table table tr th[data-v-1dfc4e01] {
    background: #eee;
    border-top: 0.5px solid #e0e0e0;
    text-align: left;
}
.computer-picks-detail .middle-panel .content .blue-table table tr:first-child th[data-v-1dfc4e01]:first-child {
    border-top-left-radius: 4px;
}
.computer-picks-detail .middle-panel .content .blue-table table tr:first-child th[data-v-1dfc4e01]:last-child {
    border-top-right-radius: 4px;
}
.computer-picks-detail .middle-panel .content .blue-table table tr:last-child td[data-v-1dfc4e01]:first-child {
    border-bottom-left-radius: 4px;
}
.computer-picks-detail .middle-panel .content .blue-table table tr:last-child td[data-v-1dfc4e01]:last-child {
    border-bottom-right-radius: 4px;
}
.computer-picks-detail .middle-panel .content .blue-table table thead[data-v-1dfc4e01] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ffffff;
}
.computer-picks-detail .middle-panel .content .blue-table table thead tr th[data-v-1dfc4e01] {
    padding: 10px 10px;
    background: #2e305c;
    white-space: nowrap;
}
@media screen and (max-width: 959px) {
    .computer-picks-detail .middle-panel .content .blue-table table thead tr th[data-v-1dfc4e01] {
        font-size: 14px !important;
    }
}
.computer-picks-detail .middle-panel .content .blue-table table thead tr th.date[data-v-1dfc4e01] {
    width: 10%;
    text-align: center;
}
.computer-picks-detail .middle-panel .content .blue-table table thead tr th.desc[data-v-1dfc4e01] {
    width: 40%;
}
.computer-picks-detail .middle-panel .content .blue-table table thead tr th.delta[data-v-1dfc4e01] {
    width: 17%;
}
.computer-picks-detail .middle-panel .content .blue-table table thead tr th.buck[data-v-1dfc4e01] {
    width: 23%;
    text-align: center;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td[data-v-1dfc4e01] {
    padding: 10px 8px;
    font-size: 15px;
    white-space: nowrap;
    color: #000000;
    font-weight: 400;
}
@media screen and (max-width: 959px) {
    .computer-picks-detail .middle-panel .content .blue-table table tbody tr td[data-v-1dfc4e01] {
        font-size: 14px !important;
        font-weight: 500;
    }
}
@media screen and (max-width: 600px) {
    .computer-picks-detail .middle-panel .content .blue-table table tbody tr td[data-v-1dfc4e01] {
        padding: 10px 8px !important;
    }
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.date[data-v-1dfc4e01] {
    font-style: normal;
    text-align: center;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.desc[data-v-1dfc4e01] {
    font-style: normal;
    /* or 130% */
    color: #000000;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.desc .text[data-v-1dfc4e01] {
    cursor: pointer;
    font-weight: 500;
    color: #079d30;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.delta[data-v-1dfc4e01] {
    font-style: normal;
    text-align: center;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.delta.pos[data-v-1dfc4e01] {
    color: #079d30;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.delta.neg[data-v-1dfc4e01] {
    color: #eb0d0d;
}
.computer-picks-detail .middle-panel .content .blue-table table tbody tr td.buck[data-v-1dfc4e01] {
    text-align: center;
}
.computer-picks-detail .middle-panel .white-content[data-v-1dfc4e01] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 16px;
}
.computer-picks-detail .middle-panel .white-content h2[data-v-1dfc4e01] {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.computer-picks-detail .middle-panel .white-content h3[data-v-1dfc4e01] {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.computer-picks-detail .middle-panel .white-content p[data-v-1dfc4e01] {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000000;
    font-size: 15px !important;
    line-height: 26px !important;
}
.computer-picks-detail .middle-panel .white-content.differ-part[data-v-1dfc4e01] {
    background: #666dff;
    padding: 7px 12px;
}
@media all and (max-width: 340px) {
    .computer-picks-detail .middle-panel .white-content.differ-part[data-v-1dfc4e01] {
        padding: 12px;
    }
}
.computer-picks-detail .middle-panel .white-content.differ-part a[data-v-1dfc4e01] {
    color: #fff;
    text-decoration: none;
}
.computer-picks-detail .middle-panel .white-content.differ-part img[data-v-1dfc4e01] {
    width: 12px;
    line-height: 0;
    margin-right: 8px;
}
.computer-picks-detail .middle-panel .white-content.differ-part .preOrange[data-v-1dfc4e01] {
    background: #fa8c28;
}
.computer-picks-detail .middle-panel .white-content.differ-part h3[data-v-1dfc4e01] {
    color: #fff;
}
.computer-picks-detail .middle-panel .white-content.differ-part h3 span[data-v-1dfc4e01] {
    padding: 4px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 15px;
    margin-right: 15px;
}
@media all and (max-width: 340px) {
    .computer-picks-detail .middle-panel .white-content.differ-part h3 span[data-v-1dfc4e01] {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
}
.computer-picks-detail .middle-panel .content .injuries-table[data-v-1dfc4e01] {
    width: 100%;
    background: #fafaff;
    border: 0.5px solid #e4e4ed;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 24px
}
.computer-picks-detail .middle-panel .content .injuries-table table[data-v-1dfc4e01] {
    border-spacing: 0;
    width: 100%;
}
.computer-picks-detail .middle-panel .content .injuries-table table tbody tr td[data-v-1dfc4e01] {
    padding: 11px 0 11px 10px;
    font-size: 16px;
    font-weight: 400;
}
@media all and (max-width: 960px) {
    .computer-picks-detail .middle-panel .content .injuries-table table tbody tr td[data-v-1dfc4e01] {
        font-size: 16px !important;
        padding: 10px;
    }
}
@media all and (max-width: 767px) {
    .computer-picks-detail .middle-panel .content .injuries-table table tbody tr td[data-v-1dfc4e01] {
        display: block;
        padding: 7px 10px !important;
    }
}
@media all and (max-width: 767px) {
    .computer-picks-detail .middle-panel .content .injuries-table table tbody tr[data-v-1dfc4e01] {
        padding: 10px;
        display: block;
    }
}
.computer-picks-detail .middle-panel .content .injuries-table table tbody tr + tr td[data-v-1dfc4e01] {
    border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 767px) {
    .computer-picks-detail .middle-panel .content .injuries-table table tbody tr + tr td[data-v-1dfc4e01] {
        border: none;
    }
}
@media all and (max-width: 767px) {
    .computer-picks-detail .middle-panel .content .injuries-table table tbody tr + tr[data-v-1dfc4e01] {
        border-top: 1px solid #e0e0e0;
        display: block;
    }
}
.computer-picks-detail .middle-panel .white-content.bet-game[data-v-1dfc4e01] {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.computer-picks-detail .middle-panel .white-content.bet-game span[data-v-1dfc4e01] {
    color: #fa8c28;
    margin: 0 10px;
}
.computer-picks-detail .middle-panel .white-content.bet-game img[data-v-1dfc4e01] {
    max-width: 100%;
}
.computer-picks-detail .middle-panel .white-content.bet-game .left_pic[data-v-1dfc4e01] {
    max-width: 25px;
    margin-right: 15px;
    line-height: 0px;
    position: relative;
}
.computer-picks-detail .middle-panel .white-content.bet-game .right_pic[data-v-1dfc4e01] {
    max-width: 25px;
    margin-left: 15px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    line-height: 0px;
}
.computer-picks-detail .mb-0[data-v-1dfc4e01] {
    margin-bottom: 0px !important;
}
.computer-picks-detail .middle-panel + .left-panel[data-v-1dfc4e01] {
    margin-left: 10px;
    margin-right: 0;
}
.computer-picks-detail .middle-panel + .left-panel .email-form[data-v-1dfc4e01] {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .computer-picks-detail[data-v-1dfc4e01] {
        padding: 16px;
        background-color: #ffffff;
    }
    .computer-picks-detail .middle-panel[data-v-1dfc4e01] {
        min-width: 100%;
    }
}

.go-back[data-v-1dfc4e01] {
    text-align: center;
    margin: 24px auto;
}

.go-back a[data-v-1dfc4e01] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #2e305c;
}
