#theme-selector {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

ul.room-question-list {
    padding-left: 0;
}

/*
Floating labels have a big height, reduce it a bit and create more space for label
https://getbootstrap.com/docs/5.3/forms/floating-labels/
 */
.form-floating>label {
    top: -4px;
}
.form-floating>.form-control {
    height: 3rem;
    min-height: 0;
}
