@import '_content/BlazorStrap.V5/BlazorStrap.V5.soy3cwhzex.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';

/* _content/TWC-WebApp/Areas/DevicesManagement/Pages/Connected.razor.rz.scp.css */
.chat[b-at44kdl2jq] {
    /*height: 32em;*/
}

    .chat .chat-history[b-at44kdl2jq] {
        overflow-y: auto;
        overscroll-behavior-y: auto;
        scroll-snap-type: y mandatory;
        height: 30em;
    }

        .chat .chat-history .message-data[b-at44kdl2jq] {
            margin-bottom: 0.5em;
        }

        .chat .chat-history > div:last-child[b-at44kdl2jq] {
            scroll-snap-align: start;
        }

        .chat .chat-history .message-data-time[b-at44kdl2jq] {
            color: #a8aab1;
            padding-left: 0.5em;
        }

        .chat .chat-history .message[b-at44kdl2jq] {
            color: white;
            padding: 0.5em 1em;
            line-height: 1em;
            font-size: medium;
            border-radius: 0.5em;
            margin-bottom: 0.5em;
            min-width: 10%;
            position: relative;
            margin-left: 1em;
            margin-right: 1em;
            float: left;
        }

            .chat .chat-history .message[b-at44kdl2jq]:after {
                /*bottom: 100%;*/
                top: -17px;
                left: 30px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #6492AC;
                border-width: 10px;
                margin-left: -10px;
            }



        .chat .chat-history .other-message[b-at44kdl2jq] {
            background: #6492AC;
        }

        .chat .chat-history .my-message[b-at44kdl2jq] {
            background: #669B51;
        }

        .chat .chat-history .pending-message[b-at44kdl2jq] {
            /*background: #4f6e42;*/
            animation: breathing-b-at44kdl2jq 1s ease-in-out infinite;
        }


        .chat .chat-history .my-message[b-at44kdl2jq]:after {
            border-bottom-color: #669B51;
            left: auto;
            right: 30px;
        }

        .chat .chat-history .pending-message[b-at44kdl2jq]:after {
            /*border-bottom-color: #4f6e42;*/
            animation: breathing_arrow-b-at44kdl2jq 1s ease-in-out infinite;
            left: auto;
            right: 30px;
        }

    .chat .message-data-name[b-at44kdl2jq] {
        color: orange;
    }

@keyframes breathing-b-at44kdl2jq {
    0% {
        background-color: #4f6e42;
    }

    50% {
        background-color: #86BB71;
    }

    100% {
        background-color: #4f6e42;
    }
}


@keyframes breathing_arrow-b-at44kdl2jq {
    0% {
        border-bottom-color: #4f6e42;
    }

    50% {
        border-bottom-color: #86BB71;
    }

    100% {
        border-bottom-color: #4f6e42;
    }
}

.align-left[b-at44kdl2jq] {
    text-align: left;
}

.align-right[b-at44kdl2jq] {
    text-align: right;
}

.float-right[b-at44kdl2jq] {
    float: right !important;
}

.is-car[b-at44kdl2jq] {
    color: yellow !important;
    font-weight: bold;
}

.imagecontainer[b-at44kdl2jq] {
    height: max(28vw, 25vh);
    max-height: 45em;
    width: max(37vw, 33vh) !important;
    max-width: 60em;
    text-align: center !important;
}

#image[b-at44kdl2jq] {
    /*width: auto;*/
    max-height: 100%;
}
/* _content/TWC-WebApp/Areas/DevicesManagement/Pages/DeviceAlarmLog.razor.rz.scp.css */
.nodata[b-rbovw188ap] {
    color: GrayText;
}

.clickable[b-rbovw188ap] {
    color:white;
}

.clickable:hover[b-rbovw188ap] {
    color: yellow;
}

img.clickable[b-rbovw188ap] {
    border: white;
    border-style: solid;
}

img.clickable:hover[b-rbovw188ap] {
    border: yellow;
    border-style: solid;
}


/* _content/TWC-WebApp/Areas/MagicMirror/Pages/MagicMirrorPage.razor.rz.scp.css */
.chat[b-99yyi52r1y] {
    /*height: 32em;*/
}

    .chat .chat-history[b-99yyi52r1y] {
        overflow-y: auto;
        overscroll-behavior-y: auto;
        scroll-snap-type: y mandatory;
        height: 30em;
    }

        .chat .chat-history .message-data[b-99yyi52r1y] {
            margin-bottom: 0.5em;
        }

        .chat .chat-history > div:last-child[b-99yyi52r1y] {
            scroll-snap-align: start;
        }

        .chat .chat-history .message-data-time[b-99yyi52r1y] {
            color: #a8aab1;
            padding-left: 0.5em;
            font-size: medium;
        }

        .chat .chat-history .message[b-99yyi52r1y] {
            color: white;
            padding: 0.5em 1em;
            line-height: 1em;
            font-size: x-large;
            border-radius: 0.5em;
            margin-bottom: 0.5em;
            min-width: 10%;
            position: relative;
            margin-left: 1em;
            margin-right: 1em;
            float: left;
        }

            .chat .chat-history .message[b-99yyi52r1y]:after {
                /*bottom: 100%;*/
                top: -17px;
                left: 30px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #FF5050;
                border-width: 10px;
                margin-left: -10px;
            }



        .chat .chat-history .other-message[b-99yyi52r1y] {
            background: #FF5050;
        }

        .chat .chat-history .my-message[b-99yyi52r1y] {
            background: #505080;
        }

        .chat .chat-history .pending-message[b-99yyi52r1y] {
            /*background: #4f6e42;*/
            animation: breathing-b-99yyi52r1y 1s ease-in-out infinite;
        }


        .chat .chat-history .my-message[b-99yyi52r1y]:after {
            border-bottom-color: #505080;
            left: auto;
            right: 30px;
        }

        .chat .chat-history .pending-message[b-99yyi52r1y]:after {
            /*border-bottom-color: #4f6e42;*/
            animation: breathing_arrow-b-99yyi52r1y 1s ease-in-out infinite;
            left: auto;
            right: 30px;
        }

    .chat .message-data-name[b-99yyi52r1y] {
        color: orange;
        font-size: medium;
    }

@keyframes breathing-b-99yyi52r1y {
    0% {
        background-color: #4f6e42;
    }

    50% {
        background-color: #86BB71;
    }

    100% {
        background-color: #4f6e42;
    }
}


@keyframes breathing_arrow-b-99yyi52r1y {
    0% {
        border-bottom-color: #4f6e42;
    }

    50% {
        border-bottom-color: #86BB71;
    }

    100% {
        border-bottom-color: #4f6e42;
    }
}

.align-left[b-99yyi52r1y] {
    text-align: left;
}

.align-right[b-99yyi52r1y] {
    text-align: right;
}

.float-right[b-99yyi52r1y] {
    float: right !important;
}

.is-car[b-99yyi52r1y] {
    color: yellow !important;
    font-weight: bold;
}

.imagecontainer[b-99yyi52r1y] {
    height: max(28vw, 25vh);
    max-height: 45em;
    width: max(37vw, 33vh) !important;
    max-width: 60em;
    text-align: center !important;
}

#image[b-99yyi52r1y] {
    /*width: auto;*/
    max-height: 100%;
}
/* _content/TWC-WebApp/Areas/MagicMirror/Pages/SetupPage_device.razor.rz.scp.css */
.chat[b-mq55im8l8s] {
    /*height: 32em;*/
}

    .chat .chat-history[b-mq55im8l8s] {
        overflow-y: auto;
        overscroll-behavior-y: auto;
        scroll-snap-type: y mandatory;
        height: 30em;
    }

        .chat .chat-history .message-data[b-mq55im8l8s] {
            margin-bottom: 0.5em;
        }

        .chat .chat-history > div:last-child[b-mq55im8l8s] {
            scroll-snap-align: start;
        }

        .chat .chat-history .message-data-time[b-mq55im8l8s] {
            color: #a8aab1;
            padding-left: 0.5em;
        }

        .chat .chat-history .message[b-mq55im8l8s] {
            color: white;
            padding: 0.5em 1em;
            line-height: 1em;
            font-size: medium;
            border-radius: 0.5em;
            margin-bottom: 0.5em;
            min-width: 10%;
            position: relative;
            margin-left: 1em;
            margin-right: 1em;
            float: left;
        }

            .chat .chat-history .message[b-mq55im8l8s]:after {
                /*bottom: 100%;*/
                top: -17px;
                left: 30px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #94C2ED;
                border-width: 10px;
                margin-left: -10px;
            }



        .chat .chat-history .other-message[b-mq55im8l8s] {
            background: #94C2ED;
        }

        .chat .chat-history .my-message[b-mq55im8l8s] {
            background: #86BB71;
        }

        .chat .chat-history .pending-message[b-mq55im8l8s] {
            /*background: #4f6e42;*/
            animation: breathing-b-mq55im8l8s 1s ease-in-out infinite;
        }


        .chat .chat-history .my-message[b-mq55im8l8s]:after {
            border-bottom-color: #86BB71;
            left: auto;
            right: 30px;
        }

        .chat .chat-history .pending-message[b-mq55im8l8s]:after {
            /*border-bottom-color: #4f6e42;*/
            animation: breathing_arrow-b-mq55im8l8s 1s ease-in-out infinite;
            left: auto;
            right: 30px;
        }

    .chat .message-data-name[b-mq55im8l8s] {
        color: orange;
    }

@keyframes breathing-b-mq55im8l8s {
    0% {
        background-color: #4f6e42;
    }

    50% {
        background-color: #86BB71;
    }

    100% {
        background-color: #4f6e42;
    }
}


@keyframes breathing_arrow-b-mq55im8l8s {
    0% {
        border-bottom-color: #4f6e42;
    }

    50% {
        border-bottom-color: #86BB71;
    }

    100% {
        border-bottom-color: #4f6e42;
    }
}

.align-left[b-mq55im8l8s] {
    text-align: left;
}

.align-right[b-mq55im8l8s] {
    text-align: right;
}

.float-right[b-mq55im8l8s] {
    float: right !important;
}

.is-car[b-mq55im8l8s] {
    color: yellow !important;
    font-weight: bold;
}

.imagecontainer[b-mq55im8l8s] {
    height: max(28vw, 25vh);
    max-height: 45em;
    width: max(37vw, 33vh) !important;
    max-width: 60em;
    text-align: center !important;
}

#image[b-mq55im8l8s] {
    /*width: auto;*/
    max-height: 100%;
}
/* _content/TWC-WebApp/Areas/MagicMirror/Pages/SetupPage_user.razor.rz.scp.css */
.chat[b-ttcp7jl8de] {
    /*height: 32em;*/
}

    .chat .chat-history[b-ttcp7jl8de] {
        overflow-y: auto;
        overscroll-behavior-y: auto;
        scroll-snap-type: y mandatory;
        height: 30em;
    }

        .chat .chat-history .message-data[b-ttcp7jl8de] {
            margin-bottom: 0.5em;
        }

        .chat .chat-history > div:last-child[b-ttcp7jl8de] {
            scroll-snap-align: start;
        }

        .chat .chat-history .message-data-time[b-ttcp7jl8de] {
            color: #a8aab1;
            padding-left: 0.5em;
        }

        .chat .chat-history .message[b-ttcp7jl8de] {
            color: white;
            padding: 0.5em 1em;
            line-height: 1em;
            font-size: medium;
            border-radius: 0.5em;
            margin-bottom: 0.5em;
            min-width: 10%;
            position: relative;
            margin-left: 1em;
            margin-right: 1em;
            float: left;
        }

            .chat .chat-history .message[b-ttcp7jl8de]:after {
                /*bottom: 100%;*/
                top: -17px;
                left: 30px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-bottom-color: #94C2ED;
                border-width: 10px;
                margin-left: -10px;
            }



        .chat .chat-history .other-message[b-ttcp7jl8de] {
            background: #94C2ED;
        }

        .chat .chat-history .my-message[b-ttcp7jl8de] {
            background: #86BB71;
        }

        .chat .chat-history .pending-message[b-ttcp7jl8de] {
            /*background: #4f6e42;*/
            animation: breathing-b-ttcp7jl8de 1s ease-in-out infinite;
        }


        .chat .chat-history .my-message[b-ttcp7jl8de]:after {
            border-bottom-color: #86BB71;
            left: auto;
            right: 30px;
        }

        .chat .chat-history .pending-message[b-ttcp7jl8de]:after {
            /*border-bottom-color: #4f6e42;*/
            animation: breathing_arrow-b-ttcp7jl8de 1s ease-in-out infinite;
            left: auto;
            right: 30px;
        }

    .chat .message-data-name[b-ttcp7jl8de] {
        color: orange;
    }

@keyframes breathing-b-ttcp7jl8de {
    0% {
        background-color: #4f6e42;
    }

    50% {
        background-color: #86BB71;
    }

    100% {
        background-color: #4f6e42;
    }
}


@keyframes breathing_arrow-b-ttcp7jl8de {
    0% {
        border-bottom-color: #4f6e42;
    }

    50% {
        border-bottom-color: #86BB71;
    }

    100% {
        border-bottom-color: #4f6e42;
    }
}

.align-left[b-ttcp7jl8de] {
    text-align: left;
}

.align-right[b-ttcp7jl8de] {
    text-align: right;
}

.float-right[b-ttcp7jl8de] {
    float: right !important;
}

.is-car[b-ttcp7jl8de] {
    color: yellow !important;
    font-weight: bold;
}

.imagecontainer[b-ttcp7jl8de] {
    height: max(28vw, 25vh);
    max-height: 45em;
    width: max(37vw, 33vh) !important;
    max-width: 60em;
    text-align: center !important;
}

#image[b-ttcp7jl8de] {
    /*width: auto;*/
    max-height: 100%;
}
/* _content/TWC-WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w3xf4f5vch] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-w3xf4f5vch] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w3xf4f5vch] {
    font-size: 1.1rem;
}

.oi[b-w3xf4f5vch] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-w3xf4f5vch] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w3xf4f5vch] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w3xf4f5vch] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w3xf4f5vch]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-w3xf4f5vch]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-w3xf4f5vch]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w3xf4f5vch] {
        display: none;
    }

    .collapse[b-w3xf4f5vch] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-w3xf4f5vch] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
