.toplevel_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 3.2em;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    padding-top: 3em;
    border-bottom: 3px solid red;
}

.toplevel_container img {
    aspect-ratio: 1 / 1;
    height: 100%;
    max-height: 2.5em;
}

.toplevel_container input {
    aspect-ratio: 1 / 1;
    height: 100%;
    max-height: 2.5em;
}

.toplevel_container .toplevel_title {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.toplevel_title h3 {
    color: #000000;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bolder;
}