@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
body[b-3lpo6mk8eg] {
    font-family: Arial, sans-serif;
}

#title-name[b-3lpo6mk8eg] {
    font-size: 2.50rem;
}

.header[b-3lpo6mk8eg] {
    max-height: 20vh;
    min-height: 5vh;
    text-align: center;
    padding: 10px;
    background-color: #f0f0f0;
}

.area-name[b-3lpo6mk8eg] {
    font-size: 2.50rem;
    font-weight: bold;
}

.table-area[b-3lpo6mk8eg] {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.carrosel-area[b-3lpo6mk8eg] {
    width: 100%;
    height: 100%;
}


.messages[b-3lpo6mk8eg] {
    max-height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #e0e0e0;
    padding: 10px;
}

.clock[b-3lpo6mk8eg] {
    flex: 0 0 auto;
    margin-right: 20px;
    font-size: 2.50rem;
    font-weight: bold;
}

.msg-container[b-3lpo6mk8eg] {
    flex: 1;
    overflow: hidden;
    position: relative;
    font-size: 2rem;
}

.msg[b-3lpo6mk8eg] {
    /* display: inline-block;*/
    white-space: nowrap;
    animation: marquee-b-3lpo6mk8eg 15s linear infinite;
    font-size: 2rem;
    /*position: absolute;*/
}

@keyframes marquee-b-3lpo6mk8eg {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.footer[b-3lpo6mk8eg] {
    max-height: 20vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #d0d0d0;
    padding: 10px;
}

    .footer img[b-3lpo6mk8eg] {
        width: 15%;
        max-height: 100%;
        object-fit: contain;
    }

.align-middle[b-3lpo6mk8eg] {
    text-align-last: center!important;
}

.attention[b-3lpo6mk8eg] {
    color: red;
    font-size: 2rem;
    font-weight: bold;
    animation: blinker-b-3lpo6mk8eg 1s infinite;
}

@keyframes blinker-b-3lpo6mk8eg {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 1.0;
    }
}

.hidden[b-3lpo6mk8eg]{
    display:none;
}
/* /Pages/TableList.razor.rz.scp.css */

.align-middle[b-l95lqha9jp] {
    text-align-last: center !important;
}
