﻿.flex-column {
    height: 100vh;
    overflow: hidden;
    font-family: Inter;
    width: 100%;
    margin: 0;
}

.flex-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}

.flex-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

.bgi-position-center {
    background-position: center;
}

.bgi-size-cover {
    background-size: cover;
}

.container-error {
    max-width: 640px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
}

.btn-404 {
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    padding: 8px 20px;
    background-color: #7F0000;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.image-404 {
    max-height: 350px;
    margin-bottom: 20px;
    width: 100%;
}

.holder-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    font-family: Inter;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-wrap: nowrap;
    line-height: 47px;
}

/*Error Cache*/
/*.d-flex {
    display: flex;
    height: 100%;
}*/

.flex-root {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.error {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
    flex: 1 auto;
    min-width: 0;
    padding: 4.5rem;
}

    .error > .header-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .error > .header-logo > h1 > .logo-info {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            text-align: center;
        }

            .error > .header-logo > h1 > .logo-info > .logo > img {
                width: 80%;
            }

            .error > .header-logo > h1 > .logo-info > .txt {
                font-size: 20px;
                line-height: 25px;
                text-transform: uppercase;
                font-family: SVN-Avo-Bold;
                color: #3a53a4;
                margin-top: 5px;
            }

    .error > .error-title {
        margin: 0;
        font-size: 62px;
        font-weight: 700;
        color: #3F4254;
    }

    .error > .display-4 {
        font-size: 20px;
        font-weight: 400;
        color: #B5B5C3;
        margin: 10px 0;
    }
