﻿.dashboard-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}


.container.error {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid #eee;
    border-radius: 20px;
    align-items: center;
    padding: 10px;
}

.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.error-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-code-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 630px;
    height: 30vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-code-number {
    color: #ebebeb;
    font-size: 300px;
    line-height: 100%;
    font-weight: 800;
}

.error-page-content .error-message {
    color: red !important;
    font-size: 20px !important;    
    font-weight: bold !important;
    text-align: center !important;
    background-color: inherit !important;
    text-transform: uppercase;    
}

.error-page-content .details {
    display: none !important;
}

.error-page-content .action-button {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    .error-page-content .action-button a {
        width: 90px;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-size: 17px;
        line-height: 32px;
        font-weight: 500;
        text-align: center;
        border-radius: 5px;
        background-color: #e0001e;
        color: white;
        text-decoration: none;
    }

.oops {
    color: #000;
    font-size: 40px;
    margin-top: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}