select#opennewwindow {
    padding: 10px 30px 10px 10px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.42857;
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0;
    margin-bottom: 20px;
}
.message_box{
    margin-bottom: 10px
}
.accept_reject_event {
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.groupFaculty{
    margin-bottom: 10px;
}
.groupFaculty a{
    font-weight: normal !important;
    font-size: 16px !important
}
.groupFaculty h6{
    margin: 0 !important;
    font-size: 16px !important
}
.current_author{
    font-weight: bold;
}
.edit_event_author{
    text-align: left;
    font-size: small;
}
.eventAction {
    border: 1px solid black;
    padding: 5px;
    border-radius: 10px;
    background: #d9e4f5;
}
.accept_reject_all_event {
    text-align: right;
    margin-bottom: 30px;
}