.oops {
    font-family: 'Lato-Light', serif;
    font-size: 1em;
    line-height: 25px;
    font-weight: 300;
    color: #666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oops center {
    padding: 2rem;
}

.oops .wrap {
    display: flex;
    align-items: center;
}

.oops .nochannel {
    height: 90vh;
}

.oops .content {
    margin: 0 auto;
    padding: 20px 50px;
    line-height: 1.3em;
}

.oops .logo {
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.oops h1,
.oops h2,
.oops h3,
.oops h4,
.oops h5,
.oops h6 {
    letter-spacing: 0;
    color: #333;
    font-weight: 300;
    line-height: 1.25em;
}

.oops h5.appname {
    padding-top: 2px;
}

.oops h1 {
    font-size: 2.3rem;
}

.oops h2 {
    font-size: 1.8rem;
    padding: 1.5rem;
}

.oops h3 {
    font-size: 1.55rem;
}

.oops h4 {
    font-size: 1.4rem;
}

.oops h5 {
    font-size: 1.2rem;
}

.oops h6 {
    font-size: 1em;
}

.oops .footer {
    text-align: center;
    color: rgb(183, 183, 183);
    margin-top: 20px;
    font-size: 1.05em;
    position: relative;
    background-color: white;
}

@media (prefers-color-scheme: dark) {

    /* PDF hover , Icon changing */
    .oops .footer {
        background-color:  var(--darkmode-background-color);
    }

    .oops h2 {
        color: var(--darkmode-font-color);
    }

}

.oops footer .company {
    font-size: 16px;
    margin-bottom: 0;
}

.oops .mt-0 {
    margin-top: 0 !important;
}

.oops .mt-1 {
    margin-top: 1rem !important;
}

.oops .mb-0 {
    margin-bottom: 0 !important;
}

.oops .mb-1 {
    margin-bottom: 1rem !important;
}

.oops .mr-1 {
    margin-right: 1rem !important;
}

.oops .update-steps .separator {
    width: 1px;
    height: 20px;
    background-color: #afafaf;
    margin: 0 auto;
}

.oops .update-steps i.check {
    color: rgb(0, 182, 0);
}

.oops .update-steps i.lightgrey {
    color: rgb(92, 90, 88)
}