<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-ellips{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.image_responsive{
    height: 230px;
    object-fit: cover;
}

.toast-center {
    top:50%;
    left: 60%;
}

/* Header switch overwrite */
.switch.active input.check-toggle-round-flat + label:after{
    left: auto;
    right: 4px;
}
.switch.active &gt; span.on{
    color: #fff;
}
.switch.active &gt; span.off{
    color: #f5204e;
}


:fullscreen, ::backdrop {
    background-color: rgba(255,255,255,0);
}</pre></body></html>