.my-picks[data-v-d0172a96] {
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
    grid-gap: 24px;
    gap: 24px;
    background-color: #ececec;
    width: 100%;
}
/*@media screen and (min-width: 1024px) and (max-width: 1366px) {*/
/*    .my-picks[data-v-d0172a96] {*/
/*        padding: 15px;*/
/*        grid-gap: 4px;*/
/*        gap: 4px;*/
/*    }*/
/*}*/
.my-picks .notfound[data-v-d0172a96] {
    font-weight: bold;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
.my-picks .redeem[data-v-d0172a96] {
    background: linear-gradient(95.98deg, #ebfff8 16.15%, #f9ffe7 83.13%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    grid-gap: 25px;
    gap: 25px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .my-picks .redeem[data-v-d0172a96] {
        flex-wrap: wrap;
        grid-gap: 20px;
        gap: 20px;
        justify-content: center;
        flex-direction: column;
    }
}
.my-picks .redeem .right[data-v-d0172a96] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
    margin-left: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .my-picks .redeem .right[data-v-d0172a96] {
        flex-wrap: wrap;
        grid-gap: 20px;
        gap: 20px;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}
.my-picks .redeem .right .text[data-v-d0172a96] {
    margin-right: 20px;
}
.my-picks .redeem .right .text .heading[data-v-d0172a96] {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .my-picks .redeem .right .text .heading[data-v-d0172a96] {
        font-weight: 500;
        font-size: 17px !important;
    }
    .my-picks .redeem .right .text[data-v-d0172a96] {
        margin-bottom: 15px;
    }
    .my-picks .redeem .right[data-v-d0172a96]{
        display: block;
    }
}
.my-picks .redeem .right .text .info[data-v-d0172a96] {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
@media screen and (max-width: 767px) {
    .my-picks .redeem .right .text .info[data-v-d0172a96] {
        font-size: 15px !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
    .my-picks .redeem .right .text .info[data-v-d0172a96] {
        font-size: 12px;
    }
}
.my-picks .redeem .right .btn[data-v-d0172a96] {
    text-decoration: none;
    background: #fa8c28;
    border-radius: 4px;
    padding: 8px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    white-space: nowrap;
}
.my-picks .redeem .right .btn[data-v-d0172a96]:hover {
    opacity: 0.8;
}
.my-picks .replenish[data-v-d0172a96] {
    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;
}
.my-picks .replenish span[data-v-d0172a96] {
    line-height: 0px;
    max-width: 20px;
    margin-right: 10px;
    position: relative;
}
.my-picks .replenish span img[data-v-d0172a96] {
    max-width: 100%;
}
.my-picks .replenish span div[data-v-d0172a96] {
    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) {
    .my-picks .replenish span div[data-v-d0172a96] {
        transform: none;
        transform: initial;
        -webkit-transform: initial;
        left: -10px;
    }
}
.my-picks .replenish span div[data-v-d0172a96]::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) {
    .my-picks .replenish span div[data-v-d0172a96]::after {
        transform: none;
        transform: initial;
        -webkit-transform: initial;
        left: 12px;
    }
}
.my-picks .replenish span:hover div[data-v-d0172a96] {
    display: block;
}
.my-picks .middle-panel .top-show {
    cursor: pointer;
    padding: 12px;
    background: linear-gradient(95.98deg, #ffebeb 16.15%, #fff2e7 83.13%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.my-picks .middle-panel .top-show .left {
    display: grid;
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    grid-column-gap: 12px;
    width: 100%;
}
.my-picks .middle-panel .top-show .left .item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 12px 15px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
    .my-picks .middle-panel .top-show .left .item img {
        width: 32px;
    }
}
.my-picks .middle-panel .top-show .left .item .info {
    color: #000000;
    font-style: normal;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #d3d3d3;
}
.my-picks .middle-panel .top-show .left .item .info .heading {
    font-weight: 500;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .my-picks .middle-panel .top-show .left .item .info .heading {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .my-picks .middle-panel .top-show .left .item .info .heading {
        font-size: 12px !important;
    }
}
.my-picks .middle-panel .top-show .left .item .info .amount {
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .my-picks .middle-panel .top-show .left .item .info .amount {
        font-size: 14px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .my-picks .middle-panel .top-show .left .item .info .amount {
        font-size: 14px !important;
    }
}
@media all and (max-width: 767px) {
    .my-picks .middle-panel .top-show .left .item .info {
        margin-left: 10px;
        padding-left: 10px;
    }
}
@media all and (max-width: 767px) {
    .my-picks .middle-panel .top-show .left {
        grid-template-columns: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 10px;
    }
}
.my-picks .middle-panel .top-show .right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-picks .middle-panel .top-show .right a {
    text-decoration: none;
    background: #fa8c28;
    border-radius: 4px;
    padding: 8px 16px;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
}
.my-picks .middle-panel .top-show .right a:hover {
    opacity: 0.8;
}
@media all and (max-width: 767px) {
    .my-picks .middle-panel .top-show {
        padding: 10px !important;
    }
}
.my-picks .middle-panel .header {
    background: linear-gradient(90.39deg, #656bff 1.04%, #6892ff 44.46%, #557aff 91.44%);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    grid-gap: 6px;
    gap: 6px;
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 17px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .my-picks .middle-panel .header {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .my-picks .middle-panel .header {
        font-size: 16px !important;
    }
}
.my-picks .middle-panel .tabs[data-v-d0172a96] {
    margin-top: 16px;
    flex-direction: row;
    display: flex;
    background: #f1f2f9;
    border: 0.5px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px;
    gap:10px;
}
.my-picks .middle-panel .tabs a[data-v-d0172a96] {
    display: inline-block;
    font-style: normal;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    /* identical to box height */
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 4px;
    background: #e3e3e3;
    border: 0.5px solid #d2d2d2;
    color: #000000;
    /*margin-right: 12px;*/
}
@media screen and (max-width: 767px) {
    .my-picks .middle-panel .tabs a[data-v-d0172a96] {
        padding: 8px 8px !important;
        font-size: 12px !important;
    }
}
.my-picks .middle-panel .tabs a.nuxt-link-active[data-v-d0172a96] {
    background: #fa8c28;
    border-color: #fa8c28;
    color: #ffffff;
}
.my-picks .middle-panel .tabswhite[data-v-d0172a96] {
    display: flex;
    grid-gap: 6px;
    gap: 6px;
    margin-bottom: 16px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 16px;
}
@media screen and (max-width: 767px) {
    .my-picks .middle-panel .tabswhite[data-v-d0172a96] {
        padding: 10px 16px;
    }
}
.my-picks .middle-panel .tabswhite span[data-v-d0172a96] {
    padding: 4.5px 16px;
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    background: #f9f9fc;
    cursor: pointer;
    margin-right: 10px;
}
.my-picks .middle-panel .tabswhite span.active[data-v-d0172a96] {
    color: #ffffff;
    background: #fa8c28;
}
.my-picks .middle-panel .tabswhite span.active a[data-v-d0172a96] {
    color: #ffffff;
}
.my-picks .middle-panel .tabswhite span a[data-v-d0172a96] {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .my-picks[data-v-d0172a96] {
        padding: 16px;
        background-color: #ffffff;
    }
    .my-picks .middle-panel[data-v-d0172a96] {
        min-width: 100%;
    }
    .my-picks .middle-panel .top-show {
        display: block;
        padding: 0px;
    }
    .my-picks .middle-panel .top-show .left {
        margin-bottom: 0px;
    }
    .my-picks .middle-panel .top-show .left .item {
        grid-gap: 0;
        gap: 0;
        padding: 8px;
    }
    .my-picks .middle-panel .header {
        flex-wrap: wrap;
    }
}
.toolTipParent {
    cursor: pointer;
}
@media screen and (max-width:1180px) {
    .my-pending-picks #pending-pick-list .result .tool div {
        left: initial !important;
        right: -15px !important;
    }

    .my-pending-picks #pending-pick-list .result .tool div::after {
        left: 74% !important;
    }
}
