.border-top-left-radius-4px {
    border-top-left-radius: 4px;
}

.border-top-right-radius-4px {
    border-top-right-radius: 4px;
}

.available-task {
    border: #8EB152 1px solid;
}

.completed-task {
    border: #cccccc 1px solid;
    cursor: not-allowed
}

.pending-task {
    border: #348DDB 1px solid;
    cursor: not-allowed
}

.filepond--credits {
    display: none !important;
}

.sticky-top {
    z-index: 890 !important;
}

.modal-open {
    overflow: hidden;
    padding-right: var(--scrollbar-width, 0);
}
 /* image in the menu */
.img-perf-serve {
    width: 22px;
    height: 26px;
}
