.input-group-text {
    height: inherit;
}

select[data-ea-widget="ea-autocomplete"] + .form-select,
select[data-controller="symfony--ux-autocomplete--autocomplete"] + .form-select {
    background-image: none;
}

.ts-wrapper .ts-control {
    height: initial;
}

.main-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.7rem;
    background: var(--sidebar-bg);
    /** box shadow on top with --sidebar-border-color */
    box-shadow: 0 0 10px 0 var(--sidebar-border-color);
    text-align: left;
    padding: 0.5rem;
}

.float-right {
    float: right !important;
}

.logo {
    text-align: center;
}

.main-header #header-logo a {
    padding: 7px 0;
}

.main-header #header-logo a img {
    width: 70px;
}

.input-group button, .input-group button:active, .input-group button:focus, .input-group button:hover {
    height: inherit;
    margin: 1px 0;
}
