* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#notfoundinIE {
    position: relative;
    height: 100vh;
}

#notfoundinIE .notfoundinIE {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfoundinIE {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.notfoundinIE .notfoundinIE-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url('https://colorlib.com/etc/404/colorlib-error-404-18/img/emoji.png');
    background-size: cover;
}

.notfoundinIE .notfoundinIE-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}

.notfoundinIE h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.notfoundinIE p {
    font-family: 'Nunito', sans-serif;
    color: #999fa5;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .notfoundinIE .notfoundinIE-404 {
        width: 110px;
        height: 110px;
    }

    .notfoundinIE {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}

.logo-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2f3a;
    height: 100%;
    width: 100%;
}

.logo-loader {
    display: inline-block;
    vertical-align: top;
    background: url('../../../content/images/WissenLogoCut.gif') no-repeat center center;
    background-size: contain;
    height: 84px;
    width: 100px;
}

@keyframes ninja-spinner {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ninja-spinner div {
    position: absolute;
    animation: ninja-spinner 0.8s linear infinite;
    width: 60px;
    height: 60px;
    top: 32.8px;
    left: 12.8px;
    border-radius: 50%;
    box-shadow: 0 4.864000000000001px 0 0 #fc6d26;
    transform-origin: 31.2px 33.632px;
}
.loadingio-spinner-eclipse-s2iuoahngwf {
    width: 90px;
    height: 128px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ninja-spinner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ninja-spinner div {
    box-sizing: content-box;
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #fc6d26;
    border-radius: 50%;
    content: '';
    height: 34px;
    width: 34px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    display: inline-block;
    vertical-align: top;
}

.basic-container {
    margin: 20px; 
}

.btn-primary {
    color: #fff !important;
    background-color: #3e8acc !important;
    border-color: #3e8acc !important;
}

.btn {
    box-shadow: none;
    padding: 5px 10px !important;
    font-size: 13px !important;
    display: inline-block !important;
    font-weight: 400 !important;
    border: 1px solid transparent !important;
    line-height: 1.5 !important;
    border-radius: 0.15rem !important;
    text-transform: none;
}

.slot-date {
    font-weight: bold;
}

.toast-secondary-bg{
    
    background: #3e8acc !important;
}