.dashboard-pagescontainer .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.dashboard-pagescontainer .dashboard-sidebar {
    padding-left: 0;
}

.dashboard-sidebar li {
    padding: 10px 20px;
    border-radius: 2px;
    border: 1px solid #E4E4E4;
    background: #FFF;
}

.dashboard-sidebar li:not(:last-child) {
    margin-bottom: 4px;
}

.dashboard-sidebar li.active,
.dashboard-sidebar li.active:hover {
    background-color: var(--mainpink);
    border-color: var(--mainpink);
}

.dashboard-sidebar li:hover {
    background-color: #EEC2D580;
}

.dashboard-sidebar li,
.dashboard-sidebar li a {
    color: var(--maindark);
    font-size: var(--body16);
    font-family: 'PT Sans', sans-serif;
}

ul.dashboard-sidebar li a {
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-sidebar li.active,
.dashboard-sidebar li.active a {
    color: white;
}

.dashboard-table tr,
.dashboard-table td {
    vertical-align: middle;
}

.dashboard-table td:first-child,
.dashboard-table th:first-child {
    width: 55%;
}

.dashboard-table thead th {
    padding: 10px 20px;
    background-color: #EEC2D580;
    color: var(--maindark);
    font-size: var(--body16);
    font-family: 'PT Sans', sans-serif;
}

.dashboard-table tbody td,
.dashboard-table tbody td a {
    padding: 10px 20px;
    font-size: var(--body14);
    color: var(--maingray);
    font-family: 'Lato', sans-serif;
    border: 1px solid #F1F0F0;
    line-height: normal;
}

.dashboard-table tbody td:not(:first-child) {
    max-width: 157px;
}

.dashboard-table tbody td.approved {
    color: var(--maingreen);
}

.dashboard-table tbody td.failed {
    color: var(--mainred);
}

.dashboard-table tbody td.pending {
    color: #D38C00;
}

.dashboard-table tbody td>div {
    flex-wrap: wrap;
    align-items: center;
}

.dashboard-table tbody td>div>div {
    align-items: center;
}

.abstract-tag {
    font-size: 12px;
    color: white;
    background-color: #1E5BB1;
    padding: 2px 10px;
    font-style: italic;
    display: inline-block;
    border-radius: 50px;
    margin: 10px 5px 0 5px;
    white-space: nowrap;
}

.make-payment {
    color: white !important;
    background-color: #BF165E;
    padding: 5px !important;
    border-radius: 5px;
    text-decoration: none !important;

}

.make-payment:hover {
    background-color: #9E0043;
}

@media(max-width: 1000px) {
    .abstract-tag {
        margin: 5px 0;
    }

    .dashboard-table tbody td:last-child,
    .dashboard-table tbody td:last-child a {
        white-space: nowrap;
    }

    .dashboard-table tbody td>div>div {
        flex-wrap: wrap;
    }
}

.full-paper-tag {
    font-size: 12px;
    color: white;
    background-color: #352266;
    padding: 2px 10px;
    font-style: italic;
    display: inline-block;
    border-radius: 50px;
    margin: 10px 5px 0 5px;
    white-space: nowrap;
}

.dashboard-table tbody td:last-child a {
    padding: 0;
    border: 0;
}

.dashboard-table tbody td:last-child,
.dashboard-table tbody td:last-child a {
    color: var(--mainpink);
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
}

.dashboard-table tbody td:last-child a:hover {
    text-decoration: underline;
}

.accountbtn-container {
    display: flex;
    align-items: center;
}

.accountbtn-container>button:first-child {
    margin-right: 1rem;
}

.dashboard-logout>p {
    font-size: var(--body16);
    color: var(--maingray);
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.dashboard-logout>a {
    font-size: var(--body14);
    color: white;
    font-family: 'PT Sans', sans-serif;
}

.dashboard-logout>a:hover {
    color: var(--maingray);
}

.call-for-paper-row {
    width: 100%;
}

.call-for-paper-txt {
    padding-right: 88px;
}

.call-for-paper-txt .desc {
    text-align: justify;
    font-size: 16px;
    color: #454545;
    font-weight: normal;
}

.call-for-paper-txt .download-box {
    padding: 20px;
    border: 1px solid #F1F0F0;
    margin-top: 40px;
    background-color: white;
}

.call-for-paper-txt .download-box .download-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-for-paper-txt .download-box .download-box-item p,
.call-for-paper-txt .download-box .download-box-item a {
    margin-bottom: 5px !important;
    font-weight: normal;
}

.call-for-paper-txt .download-box .download-box-item img:hover {
    filter: invert(23%) sepia(92%) saturate(2334%) hue-rotate(317deg) brightness(74%) contrast(105%);
}

.desc-theme {
    color: #BF165E !important;
    font-weight: 700;
    text-decoration: none !important;
}

.upload-desc {
    margin-bottom: 20px;
}

.pt-f {
    padding-top: 1.25rem !important;
}

.pb-6 {
    padding-bottom: 32px;
}

.upload-desc .desc {
    font-size: 18px;
    margin-bottom: 20px;
}

.upload-desc .download-txt {
    font-size: 16px;
    margin-bottom: 0 !important;
}

@media(max-width: 1800px) {
    .tag-flex-blog {
        width: 100%;
    }
}

@media(max-width: 1366px) {
    .call-for-paper-txt {
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .dashboard-pagescontainer .row>div {
        padding-left: 0;
        padding-right: 0;
    }

    .call-for-paper-txt {
        padding-right: 0px;
        padding-bottom: 40px;
    }
}

@media (max-width: 639px) {
    .accountbtn-container>button:first-child {
        margin-right: 6px;
    }
}

@media (max-width: 570px) {
    .accountbtn-container {
        justify-content: center;
    }
}

@media (min-with: 1280px) {
    .accountbtn-container>button:first-child {
        margin-right: 0;
    }

    .accountbtn-container {
        grid-gap: 20px;
    }
}

.table_note_descripton {
    font-size: var(--body14);
    font-family: 'Loto', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: var(--maindark);
}

.table_note_descripton span {
    font-size: var(--body14);
    font-family: 'Loto', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: var(--mainpink);
    ;
}

.account_info_description {
    font-size: var(--body18);
    font-family: 'Loto', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: var(--maingray);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.account_info_radiobox label{
    margin-right: 40px;
}
.account_info_radiobox input[type=radio]:checked{
    accent-color: var(--mainpink);
}
.account_info_radiobox .disabled input[type=radio]:checked{
    accent-color: var(--maingray);
}