.research-view-wrapper {
    padding: 0px 50px;
}

#research-view-data-table_wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
}

.research-view-data-table td {
    padding: 8px 10px !important;
}

.research-view-data-table th {
    text-align: left;
}

.research-view-data-table tr {
    border-bottom: 1px solid black !important;
}

.research-view-data-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.research-view-data-table td {
    vertical-align: text-top;
    border-bottom: 2px solid rgb(207, 207, 207);
}

.research-view-menu-container {
    display: flex;
    margin: 30px 0;
}

.research-view-menu {
    padding: 8px 10px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid black;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.research-view-menu:hover {
    background-color: black;
    color: white;
}

.research-view-menu i {
    transition: all 0.3s ease;
}

.research-view-menu:hover i {
    color: white;
}

.research-menu-column {
    width: 80px;
}

.research-menu {
    display: flex;
}

.research-menu-button {
    background-color: rgb(207, 207, 207);
    outline: none;
    border-style: none;
    width: 30px;
    font-size: 18px;
    padding: 10px 5px;
    margin: 0px 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    box-sizing: content-box;
}

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

.department-filter-header {
    font-size: 30px;
}

.department-filter {
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 20px;
}

.department-filter input {
    margin-right: 5px;
}

.department-filter input, .department-filter label {
    cursor: pointer;
}

.department-filter-operator-container {
    height: 30px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 20px;
}

.department-filter-operator-container select {
    margin-left: 10px;
    font-size: 15px;
}

.department-filter-submit {
    margin-left: 30px;
    font-size: 20px;
    padding: 3px 5px;
    border-radius: 5px;
    outline: none;
    border-style: none;
    background-color: #ececec;
}

.department-filter-submit:hover {
    background-color: #e0e0e0
}

.year-filter-wrapper {
    margin-top: 20px;
}

.year-filter-header {
    font-size: 20px;
}

.year-filter-container {
    font-size: 18px;
}

.year-filter-container input {
    padding: 0 5px;
    font-size: 16px;
    width: 70px;
    text-align: center;
}

.year-filter-submit {
    margin-left: 15px;
    font-size: 20px;
    padding: 3px 5px;
    border-radius: 5px;
    outline: none;
    border-style: none;
    background-color: #ececec;
}

.chart-wrapper {
    height: fit-content;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.chart-container {
    position: relative;
    width: 50%;
    height: 500px;
}

.chart-button-container {
    display: flex;
    justify-content: flex-end;
}

.chart-button {
    padding: 3px 8px;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid black;
    transition: all 0.3s ease;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-button:hover {
    background-color: black;
    color: white;
}

.chart-button i {
    transition: all 0.3s ease;
    font-size: 20px;
}

.chart-button:hover i {
    color: white;
}

#department-chart {
    height: 500px !important;
}

.fa-file-export {
    margin-left: 5px;
}

.column-filter {
    font-size: 15px;
    width: 100%;
    padding: 3px 5px;
}

.backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.export-form-container {
    position: relative;
    padding: 10px;
    height: fit-content;
    width: 500px;
    background-color: white;
    margin-top: 200px;
    border-radius: 8px;
}

.export-form-header {
    margin-top: 10px;
    font-size: 25px;
}

.export-form-radio {
    display: flex;
    flex-direction: column;
}

.export-form-radio > div {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.export-form-radio label {
    transform: translateY(-1px);
    margin-left: 5px;
    font-size: 18px;
}

.export-form-radio input[type="text"] {
    margin-left: 5px;
    padding: 2px;
}

.export-form-button {
    margin-top: 20px;
    width: 100%;
    border-style: none;
    font-size: 20px;
    padding: 5px;
}

.export-form-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    padding: 3px 12px;
    border-radius: 50%;
    background-color: transparent;
    border-style: none;
}

.export-form-section {
    margin-bottom: 20px;
}

.export-form-author-select {
    font-size: 20px !important;
    border-radius: 5px !important;

}

.select2-selection__rendered {
    font-size: 20px !important;
}

.export-form-year {
    font-size: 17px;
    border-radius: 8px;
    outline: none;
    border: 2px solid rgb(216, 216, 216);
    padding: 5px;
}