.datepicker-dropdown {
    z-index: 20000 !important;
}

.select2-dropdown {
    z-index: 20000 !important;
}

.max-height-260 {
    max-height: 260px;
}

.object-fit-cover {
    object-fit: cover;
}
.avatar-xxl {
    height: 9rem;
    width: 9rem;
}

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.modal {
    overflow-y: hidden !important;
}