﻿/******** Topbar 1 *******/
.topbar_1 {
    min-height: 4em;
    /* margin-top: 0.5em; */
}

    .topbar_1 .help {
        cursor: pointer;
        z-index: 10;
    }

        .topbar_1 .help img {
            margin: 0.4em;
        }

    .topbar_1 .caption_1 {
        font-size: 1.5em;
    }

    .topbar_1 .caption_1_small {
        text-indent: 2em;
        margin-top: 0px;
        margin-bottom: 4px;
    }

/******** Topbar 2 *******/
div.topbar_2 {
    min-height: 4em;
    border-radius: 10px;
    top: 4rem;
    z-index: 3;
    background-color: var(--main-color);
    color: var(--main-text-color);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.4));
}

    div.topbar_2 .caption_2 {
        margin-bottom: 0px;
        font-size: 1.4em;
    }

    div.topbar_2 .caption_2_small {
        text-indent: 2em;
        margin-top: 0px;
        margin-bottom: 4px;
    }

.topbar_2 select {
    font-size: 0.9em;
    /*filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 1.4)) brightness(1.1);*/
}

.topbar_2 .justify-content-end {
    /*filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 1.4)) brightness(1.1);*/
}

.topbar_2 img {
    margin: 0.4em;
    height: 2.5em;
}