/* Bootstrap 5 JavaScript state classes on the existing Bootstrap 3 layout. */
.fade.show { opacity: 1; }
.modal.show .modal-dialog { transform: translate(0, 0); }
.modal-backdrop { position: fixed; bottom: 0; }
.modal-backdrop.show { opacity: .5; }
.collapse.show { display: block; visibility: visible; }
.dropdown-menu.show { display: block; }
.checkin-editor .ql-editor { min-height: 10rem; }
.checkin-editor[hidden], .checkin-editor .ql-toolbar[hidden], textarea[hidden] { display: none; }
.checkin-editor-toggle { margin-bottom: .5rem; }
.ui-autocomplete { z-index: 1060; }
