
.main-con[data-v-2f705d8e] {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 215px 20px 10px 80px;
}
.main-con.sidebar-pad[data-v-2f705d8e] {
        padding-right: 340px;
}
.a-card[data-v-2f705d8e] {
        margin: 0 0.7%;
}
.titlebar-con[data-v-2f705d8e]{
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding-right: 20px;
}
.titlebar-con.sidebar-pad[data-v-2f705d8e] {
        padding-right: 334px;
}
.titlebar[data-v-2f705d8e] {
        padding: 20px 20px 0 100px;
}
.titlebar h5[data-v-2f705d8e] {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.26px;
        color: #000000DE;
        margin-bottom: 2px;
}
.titlebar span[data-v-2f705d8e] {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.21px;
        color: #300030;
}
.titlebar .change-date-btn[data-v-2f705d8e] {
        color: #480048;
        text-decoration: underline;
        font-size: 12px;
}
.titlebar .change-date-btn img[data-v-2f705d8e] {
        top: -1px;
}
.titlebar-btm[data-v-2f705d8e] {
        padding-left: 80px;
}
.titlebar-counter[data-v-2f705d8e] {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
}
.titlebar-counter b[data-v-2f705d8e] {
        color: #480048;
}
.side-graph-con[data-v-2f705d8e] {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding: 88px 38px 38px 20px;
        display: block;
        height: 100vh;
        width: 323px;
        position: fixed;
        text-align: left;
        right: -323px;
        top: 0;
        z-index: 3;
}
.side-graph-con.show[data-v-2f705d8e] {
        right: 0;
}
.side-graph-con h5[data-v-2f705d8e] {
        font-size: 24px;
        font-weight: 500;
        color: #515365;
        margin-bottom: 0;
}
.side-graph-con .filter-graph-btn[data-v-2f705d8e] {
        color: #300030;
        font-size: 12px;
        text-decoration: underline;
}
.side-graph-con .filter-graph-btn i[data-v-2f705d8e] {
        font-size: 14px;
        margin-left: 5px;
}
.side-graph-con .graph-item[data-v-2f705d8e] {
        font-size: 12px;
        margin-bottom: 19px;
}
.side-graph-con .top-researcher-name[data-v-2f705d8e] {
        width: 68%;
}
.font-weight-medium[data-v-2f705d8e] {
        font-weight: 500 !important;
}
.text-some-grey[data-v-2f705d8e] {
        color: #515365 !important;
}
.main-con table tr[data-v-2f705d8e] {
        font-size: 12px;
}
.main-con table thead tr[data-v-2f705d8e] {
        background: #53606D26;
        /* border-bottom: 2px solid rgb(214, 214, 216); */
        color: #202229;
        font-size: 11px;
}
.main-con table thead th[data-v-2f705d8e] {
        padding-top: 1rem;
        padding-bottom: 1rem;
        cursor: pointer;
        /* white-space: nowrap; */
        word-break: break-word;
}
.main-con table tbody tr[data-v-2f705d8e] {
        font-weight: bold;
        border-bottom: 2px solid #F5F6FA;
}
.main-con table tbody .cases-in-campaigns[data-v-2f705d8e] {
        max-height: 0;
        overflow: hidden;
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
}
.main-con table tbody .cases-in-campaigns .border-bottom[data-v-2f705d8e] {
        border-bottom: 2px solid #F5F6FA !important;
}
.table-scroll .cases-in-campaigns.show[data-v-2f705d8e] {
        max-height: 450px;
}
.cases-in-campaigns.show tbody[data-v-2f705d8e] {
        max-height: 450px;
        /* padding-bottom: 200px; */
}
.cases-in-campaigns img[data-v-2f705d8e] {
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
}
.cases-in-campaigns label[data-v-2f705d8e] {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        color: #515365;
        font-weight: 400 !important;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
}
/* case-payment-type addition in export unsettled sellers */
    /* .main-con table tbody .case-payment-type {
        max-height: 0;
        overflow: hidden;
        transition: all ease .5s;
        -webkit-transition: all ease .5s;
    }

    .main-con table tbody .case-payment-type .border-bottom {
        border-bottom: 2px solid #F5F6FA !important;
    }

    .table-scroll .case-payment-type.show {
        max-height: 450px;
    }

    .case-payment-type img {
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .case-payment-type label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        color: #515365;
        font-weight: 400 !important;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .payment-type {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 20px;

        padding: 16px 44px;
        background-color: #ececee;
        border-radius: 4px;
        width: 90%;
        min-height: 50px;
    }

    .payment-checkbox {
        position: absolute;
        right: 0px;
    }
    
    .payment-type-item {
        min-width: 240px;
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;

        padding: 8px 14px;
        border-radius: 4px;
        background-color: #FFFFFF;
        position: relative;
        border: 1px solid #70707052;
    }

    .payment-type-item img {
        width: 16px;
        height: 16px;
    }

    .p-type-item-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
    }

    .payment-type-item .payment-type-name {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.12px;
        color: #141517;
    }

    .payment-type-item p {
        font-size: 11px;
        color: #515365;
        font-weight: normal;
    } */

    /* ---------------------- */
.main-con table tfoot tr[data-v-2f705d8e] {
        background: #53606D26;
}
.main-con table tfoot th[data-v-2f705d8e] {
        padding-top: 1rem;
        padding-bottom: 1rem;
}
.main-con table tfoot th.bigger-font[data-v-2f705d8e] {
        font-size: 14px;
}
.main-con table tr td .r-name[data-v-2f705d8e] {
        top: 2.5px;
}
.table-scroll[data-v-2f705d8e]{
        width:100%;
        display: block;
        empty-cells: show;
        background: #ffff;
}
.table-scroll thead[data-v-2f705d8e],
    .table-scroll tfoot[data-v-2f705d8e]{
        position:relative;
        display: block;
        width:100%;
}
.table-scroll tbody[data-v-2f705d8e]{
        display: block;
        position:relative;
        width:100%;
        max-height: calc(100vh - 336px);
        overflow-y:auto;
}
.table-scroll tr[data-v-2f705d8e]{
        width: 100%;
        display: inline-block;
}
.table-scroll td[data-v-2f705d8e],.table-scroll th[data-v-2f705d8e]{
        display: inline-block;
        word-break: break-all;
        padding: .6rem 7px;
        text-align:left;
}
.table-scroll td[data-v-2f705d8e] {
        padding: .4rem 7px;
}
.table-scroll thead th[data-v-2f705d8e],
    .table-scroll tfoot th[data-v-2f705d8e] {
        font-size: 11px;
}
.sorting-caret-con[data-v-2f705d8e] {
        width: 9px;
        height: 9px;
}
.sorting-caret[data-v-2f705d8e] {
        color: #53606D;
        font-size: 13px;
        position: absolute;
        left: 0;
        right: 0;
}
.sorting-caret-con .sorting-caret.top-caret[data-v-2f705d8e] {
        bottom: 2px;
}
.sorting-caret-con .sorting-caret.bottom-caret[data-v-2f705d8e] {
        top: 2px;
}
#sort-by-campaign-platform-modal .campaign-img[data-v-2f705d8e] {
        height: 40px;
        width: 40px;
}
#sort-by-campaign-platform-modal h4[data-v-2f705d8e] {
        font-size: 20px;
        color: #000000DE;
}
#sort-by-campaign-platform-modal h5[data-v-2f705d8e] {
        font-size: 16px;
        color: #515365;
}
#sort-by-campaign-platform-modal h5 span[data-v-2f705d8e] {
        font-size: 12px;
}
#sort-by-campaign-platform-modal .left-con[data-v-2f705d8e],
    #sort-by-campaign-platform-modal .right-con[data-v-2f705d8e] {
        max-width: 400px;
        height: 300px;
        overflow-y: auto;
}
.color-purple[data-v-2f705d8e] {
        color: #300030;
}
.color-purple2[data-v-2f705d8e] {
        color: #480048;
}
.crep-calendar[data-v-2f705d8e] {
        margin: 0 auto;
}
.crep-list-img[data-v-2f705d8e] {
        width: 16px;
        height: 16px;
}
.campaign-close-action-con[data-v-2f705d8e],
    .export-action-con[data-v-2f705d8e],
    .case-close-action-con[data-v-2f705d8e] {
        max-width: 43%;
}
.campaign-close-action-con .campaign-close-action[data-v-2f705d8e] {
        -webkit-trasition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 100%;
        height: auto;
}
.campaign-close-action-con .campaign-close-action.show[data-v-2f705d8e] {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}
.case-close-action-con .case-close-action[data-v-2f705d8e] {
        -webkit-trasition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 100%;
        height: auto;
}
.case-close-action-con .case-close-action.show[data-v-2f705d8e] {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}
.filter-graph-close[data-v-2f705d8e] {
        display: inline-block;
        position: absolute;
        right: -3px;
        top: -15px;
}
.search-field-con[data-v-2f705d8e] {
        -webkit-transition: margin .5s ease;
        transition: margin .5s ease;
        margin-right: -143px;
}
.search-field-con.show[data-v-2f705d8e] {
        margin-right: 0;
}
#change-date-modal h5[data-v-2f705d8e] {
        font-size: 22px;
        color: #806d6d;
        width: 275px;
}
#change-date-modal h5 span[data-v-2f705d8e] {
        font-size: 14px;
}
.cursor-pointer[data-v-2f705d8e] {
        cursor: pointer !important;
}

    /* highlight */
.highlight[data-v-2f705d8e] {
        background: #dfc1df;
}

    /* payment type modal */
.payment-modal[data-v-2f705d8e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 15px;
        width: 100%;
}
.payment-upper[data-v-2f705d8e] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        /* gap: 20px; */
}
.payment-title[data-v-2f705d8e] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;

        font-size: 16px;
        color: #515365;
}
.payment-title .sub[data-v-2f705d8e] {
        font-size: 14px;
}
.payment-modal-buttons[data-v-2f705d8e] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.payment-icons[data-v-2f705d8e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        width: 100%;
        gap: 10px;
        font-size: 12px;
        color: #480048;
        letter-spacing: 1.25px;
}
.payment-icons-items[data-v-2f705d8e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 8px;
}
.payment-body[data-v-2f705d8e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px 5px;
        gap: 10px;
        width: 100%;
        height: 350px;
        border-top: 1px solid #48004838;
        overflow: auto;
}
.payment-body-item[data-v-2f705d8e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10px 10px 10px 60px;
        position: relative;

        height: 56px;
        width: 90%;
        border-radius: 4px;
        border: 1px solid transparent;
        -webkit-box-shadow: 0px 1px 2px #00000029;
                box-shadow: 0px 1px 2px #00000029;
        color:#515365;
}
.payment-body-item[data-v-2f705d8e]:hover {
        border: 1px solid #48004838;
        background-color: #48004803;
}
.payment-body-item.clicked[data-v-2f705d8e] {
        border-color: #480048;
        color:#480048;
}
.payment-body-item.clicked .payment-body-item-right p[data-v-2f705d8e] {
        color:#480048;
}
.payment-body-item img[data-v-2f705d8e] {
        position: absolute;
        left: 16px;
        width: 24px;
        height: 24px;
}
.payment-body-item i[data-v-2f705d8e] {
        color: #480048;
        position: absolute;
        right: 16px;
        width: 16px;
        height: 16px;
}
.payment-body-item-right[data-v-2f705d8e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 16px;
        letter-spacing: 0.24px;
        color:#515365;
        font-weight: bold;
}
.payment-body-item-right .sub[data-v-2f705d8e] {
        font-size: 12px;
        color: #515365;
        letter-spacing: 0.17px;
        font-weight: normal;
}
.alipay-overview-export.disabled[data-v-2f705d8e] {
        opacity: .45;
        cursor: no-drop;
}

