.datatable-container {
    border: 0!important;
}

/* Override Quill toolbar's absolute positioning */
.ql-toolbar {
    position: relative !important; /* Change position to relative or static */
}

/* Override editor container's default positioning */
.ql-container {
    position: relative !important; /* Ensure the editor is positioned normally */
    height: auto; /* You can adjust the height as needed */
}

/* If you want to override any absolute positioned elements within the Quill editor */
.ql-editor {
    min-height: 150px;
    position: relative !important;
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating .select2-container--bootstrap-5 .select2-selection>.select2-selection__rendered {
    margin-top: 0.6rem;
    margin-left: 0.25rem;
}