﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.fakeComponent .c-input__field {
    background-color: pink;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

pre {
    background-color: #f0f0f0;
    overflow: auto;
    padding: 1rem;
    height: 10rem;
}

.centertext {
    text-align: center;
}

.iconfontsize {
    font-size: 1.2rem;
    cursor: pointer;
}

.main .c-section-wrap:first-of-type {
    margin-top: 0;
}

/* ===================================== */
/*                                       */
/* CSS voor algemene zaken */
/*                                       */
/* ===================================== */

.c-input__error {
    z-index: 1000;
}

.titelbalk {
    border: 2px solid #c3c3c3;
    margin: 10px;
    background: #ffffff;
}

.titelbalk.error {
    background-color: red;
    color: white;
    font-size: 1.5rem;
}

.titel {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #006fb7;
}

.subtitel {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #ff8200;
}

.tussentitel {
    color: #006fb7;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}


.fedImage img {
    width: 160px;
    height: auto;
}

/* ===================================== */
/*                                       */
/*             LOADER                    */
/*                                       */
/* ===================================== */

.c-loader.dark, .dark.c-reactloader {
    color: #033e51;
}

.c-loader, .c-reactloader {
    text-align: center;
    color: #989898;
    width: 100%;
    padding-top: 25px;
}

.c-loader.dark i, .dark.c-reactloader i {
    border-left-color: #033e51;
    border-top-color: #033e51;
    border-bottom-color: #033e51;
}

.c-loader i, .c-reactloader i {
    font-size: 40px;
    font-size: 2.5rem;
    border: 5px solid #989898;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    animation-name: c;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.c-loader.dark, .dark.c-reactloader {
    color: #033e51;
}

.c-loader, .c-reactloader {
    text-align: center;
    color: #989898;
    width: 100%;
    padding-top: 25px;
}

@keyframes c {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

/* ===================================== */
/*                                       */
/*      CSS Uit SportDbPublic.css        */
/*                                       */
/* ===================================== */

.half .c-content-block__part--centered:first-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}