<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

e-upload-browse-btn:hover {
    background-color: white !important;
}

.sgnbtn {
    font-weight: 500 !important;
    background-color: #146EB4 !important;
}

    .sgnbtn:hover {
        font-weight: 500 !important;
        background-color: #167ece !important;
    }

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bg-downtime {
    background-color: #ffe0b1 !important;
}

@media only screen and (max-width:750px) {
    .e-tbar-btn-text{
        display:none !important;
    }
}

.e-card-header {
    box-shadow: 0 0 2px #00000052 !important;
}

.e-small {
    zoom: 0.8;
}

.e-bigger {
    font-size: x-large;
}

    .e-bigger.e-grid.e-control.e-toolbar.e-tbar-btn-text {
        display: none;
    }

e-icon {
    display: none;
}

.bg-working {
    background-color: #d5f5ff !important;
}

.e-grid .e-control.e-toolbar .e-tbar-btn-text {
    display: none;
}

.ac-pushButton {
    -webkit-appearance: none;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    outline: none;
    line-height: initial;
    font-size: 16px;
    padding: 5px;
    /*-webkit-box-shadow: none;*/
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
    box-shadow: inset 0 -1px 0 0 rgb(188 188 188 / 58%)
}

.blazor-adaptive-card-container {
    transition: all 0.2s linear;
}

.ac-pushButton:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    -webkit-box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
    box-shadow: inset 0 -3px 0 0 rgb(188 188 188 / 88%)
}

.ac-pushButton:active, .ac-pushButton:focus {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    -webkit-box-shadow: inset 0 -3px 0 0 rgb(255 255 255 / 20%);
    box-shadow: inset 0 -5px 0 0 rgb(188 188 188 / 88%);
    outline: none;
}

.ac-adaptivecard {
    margin-bottom: 15px;
    padding-bottom: 10px !important;
    border: solid 1px #1b2f61b5;
    background-color: #fefefe !important;
}


a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.tawk-min-container {
    display: none !important;
}

iframe {
    display: none !important;
}
</pre></body></html>