﻿#blazor-error-ui {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

#blazor-error-ui-background {
    background: #212938;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
}

#blazor-error-ui-host {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

    #blazor-error-ui-host a {
        font-size: 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #283040;
        -webkit-box-shadow: 0 2px 14px -4px rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 14px -4px rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        border: none;
        color: white;
        outline: none !important;
        text-decoration: none !important;
        cursor: pointer;
    }

        #blazor-error-ui-host a:hover {
            background: #4D5E7F;
        }

        #blazor-error-ui-host a:active {
            background: #409AFF;
        }

    #blazor-error-ui-host i {
        font-size: 60px;
        line-height: 60px;
    }

#blazor-error-ui-span-prompt {
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    font-size: 20px;
}

#blazor-error-ui-btn-host {
    margin-bottom: 65px;
}

#blazor-error-ui-btn-return-to-home {
    width: 200px;
    height: 200px;
    margin-right: 55px;
}

#blazor-error-ui-btn-refresh {
    width: 200px;
    height: 200px;
}


.error-page-container {
    -webkit-box-shadow: none;
    background: unset;
    border-radius: 0;
    box-shadow: none;
}


    .error-page-container .status-icon {
        display: none;
    }

    .error-page-container .status-content {
        text-align: center;
    }

/*# sourceMappingURL=.\css\blazor-global-styles.css.map */