.required:after {
    content: "*";
    color: red;
    padding-left: 5px;
}
.ck-editor__editable_inline {
    min-height: 200px !important;
}
#nprogress .bar {
    z-index: 9999 !important;
}
.display-popup {
    padding-right: 15px;
    display: block;
    background-color: rgba(0,0,0,0.5);
}
.username-filter-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

