@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#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;
    }

.canvas-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .canvas-block .canvas-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

.feedback {
    color: dodgerblue;
    text-align: start;
    box-shadow: 0px 1px rgb(0, 148, 255)
}

.btn-icon-text {
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-refresh {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/refresh.svg");
    mask-image: url("/images/icons/refresh.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-back-arrow {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/back-arrow.svg");
    mask-image: url("/images/icons/back-arrow.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-forward-arrow {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/forward-arrow.svg");
    mask-image: url("/images/icons/forward-arrow.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-up-arrow {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/up-arrow.svg");
    mask-image: url("/images/icons/up-arrow.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-document {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/document.svg");
    mask-image: url("/images/icons/document.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-save {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/save.svg");
    mask-image: url("/images/icons/save.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-post-to-5cs {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/post-to-5cs.svg");
    mask-image: url("/images/icons/post-to-5cs.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.btn-icon-clear {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("/images/icons/clear.svg");
    mask-image: url("/images/icons/clear.svg");
    background-color: currentColor;
    opacity: 0.7;
}

.filter {
    font-size: 0.5rem;
}