.con_filter_form {
    width: 20%;
}

.con_datatable_form {
    width: 80%;
}

@media(max-width:767px) {
    .con_filter_form {
        width: 100%;
    }

    .con_datatable_form {
        width: 100%;
    }
}

.art_title_table>p {
    margin: 0;
    white-space:normal;
}

.MuiDataGrid-columnHeaders {
    background: #0000000d;
}

.reviewer_drawer {
    width: 500px;
}

@media(max-width:440px) {
    .reviewer_drawer {
        width: auto
    }
}

.reviewer_listing_data {
    height: 300px;
    border: 1px solid rgb(172, 169, 169);
    padding: 1px 5px;
    overflow-y: auto;
}

.reviewer_listing_data_id {
    display: flex;
    align-items: center;

}

.reviewer_listing_selected {
    width: 100%;
    border: 1px solid rgb(172, 169, 169);
    padding: 5px 8px;
    max-width: 460px;
}

.reviewer_listing_testarea {
    max-width: 100px;
    max-height: 300px;
    min-height: 300px;
    border: 1px solid rgb(172, 169, 169);
    outline: none;
}

.current-reveiwer-name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.current-reveiwer-name>label {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 400 !important;
    margin: 0;
}
.select_reviewer_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#event-basic-details-view .description {
    margin-left: 0px !important;
}

#event-basic-details-view.card-body {
    padding: 0.25rem !important;
}
.no-row-mui-custom>.MuiDataGrid-main>.MuiDataGrid-virtualScroller >.MuiDataGrid-virtualScrollerContent>.MuiDataGrid-virtualScrollerRenderZone{
    width: 100%;
    height: 100%;
}
.no-records-custom{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

