/* Main Content Wrapper */

.error_main_content_wrapper{
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
    background: #F9FAFB;
    border: 2px solid #D1D5DB;
    border-radius: 16px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
} 

.message_container{
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 32px;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid #E3A008;
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    min-height: 125px;
}

.error_title_container{
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #111928;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 12px;
}

.error_subtitle{
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 100%;
    color: #111928;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.alert_icon{
    content: url(../../../Content/images/icons/alert-exclamation.svg);
    width: 28px;
    height: 28px;
    padding: 2px;
}

.error_title{
    padding: 0px;
    font-size: larger;
    font-weight: 600;
    font-size: 22px;
}

.error_auto_redirect{
    text-decoration: underline !important;
    cursor: pointer;
    color: #337ab7 !important;
}

.technical_details_title{
    font-weight: bolder;
    font-size: 15px;
}

.stackTrace{
    margin-top:20px;
}

.ml-35px{
    margin-left:35px;
}

.mt-15{
    margin-top: 15px;
}

.mt-5{
    margin-top: 5px;
}

.subtitle_bold{
    font-weight: bolder;
    font-size: 15px;
}

.align-self-center{
    align-self: center;
}

.error_page_footer{
        line-height: 60px;
        background-color: #f5f5f5;
        text-align: center;
}

.site-header{

    font-size: 35px;
    font-style: inherit;
    font-weight: bolder;
    padding:20px;

}

.min-h-200px{
    min-height: 200px;
}