/* _content/VolcanoDogRazorPages/Pages/Shared/_Layout.cshtml.rz.scp.css */

div.app-wrapper[b-h4weo4kmtt] {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

#toolbar[b-h4weo4kmtt] {
    background-color: black;
    height: 64px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.tagline[b-h4weo4kmtt] {
    height: 48px;
    font-family: Roboto, sans-serif;
    font-weight: normal;

    /* border: 4px dotted purple; */
}

    .tagline #logo[b-h4weo4kmtt] {
        margin-top: 4px;
        margin-left: 12px;
        width: 32px;
        height: 32px;
        border: 4px solid white;
        border-radius: 2px;
        background-color: white;
    }

#date-filter[b-h4weo4kmtt] {
    cursor: pointer;
}

#filters-container[b-h4weo4kmtt] {
    font-size: large;
    color: white;
    /*border: 1px dashed green;*/
}

.action-icons[b-h4weo4kmtt] {
    /*    border: 1px dashed red;*/
    margin-right: 1em;
    line-height: 1;
    width: calc(24px * 6);
    display: flex;
    align-content: baseline;
    justify-content: space-between;
}


#main-content[b-h4weo4kmtt] {
    display: flex;
    height: calc(100vh - 64px);
    margin: 0;
    padding: 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.oracle[b-h4weo4kmtt] {
    background-image: url("/assets/dog in paradise.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    flex: 1 1 20%;
    position: relative;
}

    .oracle .app-sentiment-canvas-partial[b-h4weo4kmtt] {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 50%;
    }

@media (max-width: 768px) {
    .oracle[b-h4weo4kmtt] {
        flex: 0 0 100%;
    }
}

.center[b-h4weo4kmtt] {
    background: radial-gradient(ellipse 60% 100% at center,#6a6a6a,#4a4a4a);
    font-size: x-large;
    color: black;
    flex: 0 0 60%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .center[b-h4weo4kmtt] {
        flex: 0 0 100%;
    }
}

.right-column-flex-container[b-h4weo4kmtt] {
    height: calc(100vh - 64px);
    flex: 0 0 20%;
    background-color: #d3d3d3;
}

    .right-column-flex-container .site-status[b-h4weo4kmtt] {
        width: 100%;
        height: 3lh;
        background-color: #e74c3c;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        overflow-y: clip;
    }

    .right-column-flex-container .system-messages[b-h4weo4kmtt] {
        color: black;
        box-sizing: border-box;
        width: 100%;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        line-height: 20px;
        display: inline-flex;
        height: calc(100%);
    }

        .right-column-flex-container .system-messages.offline[b-h4weo4kmtt] {
            color: black;
            box-sizing: border-box;
            width: 100%;
            font-family: Roboto, sans-serif;
            font-size: 14px;
            line-height: 20px;
            display: inline-flex;
            height: calc(98.6%);
        }

@media (max-width: 768px) {
    .right-column-flex-container[b-h4weo4kmtt] {
        flex: 0 0 100%;
    }
}
