html {
    --primary-color: #e5007d;
    --primary-hover: #4e8de4;
    --primary-hover-border: #356bb5;
    --page-bg-image: url('https://d32yqmkv8ubu84.cloudfront.net/app/mb_background_blurred-boxes-overlay.png');
    background: #020030;
    height: 100%;
    margin: 0;
}
html.studiebox {
    --primary-color: #0572ff;
    --primary-hover: #0356cc;
    --primary-hover-border: #0248a3;
    --page-bg-image: url('https://d32yqmkv8ubu84.cloudfront.net/app/sb_background_blurred-boxes-overlay.png');
    background: #ffffff;
}
.bg-fixed-gradient {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: #020030;
    background-image:
        radial-gradient(
            40% 40% at 45% 29%,
            rgb(255, 255, 255) 10%,
            rgb(0, 200, 255) 21%,
            rgb(2 0 41 / 0%) 80%,
            rgb(0 0 0 / 0%) 88%
        ),
        radial-gradient(
            70% 70% at -6% 58%,
            rgb(255, 255, 255) 0%,
            rgb(251, 237, 130) 10%,
            rgb(255, 89, 89) 28%,
            rgb(97 23 88) 54%,
            rgb(0 0 0 / 0%) 80%
        ),
        radial-gradient(
            50% 70% at 85% -7%,
            rgb(171, 207, 255) 10%,
            rgb(66, 141, 221) 21%,
            rgb(5 10 102 / 0%) 64%,
            rgb(0 0 0 / 0%) 100%
        );
    background-size: calc(700px + 100vw) calc(700px + 100vw);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.studiebox .bg-fixed-gradient {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: #64a8ff;
    background-image:
        radial-gradient(
            30% 30% at 45% 29%,
            rgb(255, 255, 255) 10%,
            rgba(255, 255, 255, 0) 90%
        ),
        radial-gradient(
            32% 30% at 85% 0%,
            rgb(255, 255, 255, 0.7) 10%,
            rgba(255, 255, 255, 0) 100%
        );
    background-size: calc(700px + 100vw) calc(700px + 100vw);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.bg-fixed-image {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: transparent var(--page-bg-image) center top;
}
body {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: #444444;
    font-size: 14px;
    padding: 0;
    margin: 0;
    height: 100%;
}
*:focus {
    outline: none;
}
input:not([type='submit']):focus {
    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.1),
        0 5px 200px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
img {
    max-width: 100%;
}
.form-item {
    margin-bottom: 12px;
}
.form-required {
    display: none;
}
.form-error {
    color: #d0021b;
    font-weight: 700;
    margin: 0 0 12px 0;
}
label {
    font-size: 14px;
    font-weight: 700;
}
#page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    min-width: 400px;
}
#upperspace {
    flex: 1;
}
#lowerspace {
    flex: 2;
}
#content-wrapper {
    width: 360px;
    max-width: 100%;
    margin: 35px 10px;
}
#content {
    background-color: white;
    /* border-radius: 5px; */
    padding: 30px;
    box-shadow: 0 5px 33px rgba(0, 0, 0, 0.3);
    /* text-align: left; */
    margin: 0 20px;
}
#content-header {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    text-align: left;
    margin: 0 20px;
    color: #fff;
}
.studiebox #content-header {
    background-color: #0f1a66;
    text-align: left;
    color: #a8c0ff;
}
.brand {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    display: block;
    background: transparent;
}
.version {
    text-align: center;
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.6;
    color: #ffffff;
}
#logo {
    float: right;
    width: 115px;
}
.studiebox #logo {
    width: 150px;
}
#entree {
    display: inline-block;
    line-height: 1;
}
#entree div {
    padding: 0px 2px 1px 10px;
    border-radius: 30px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    display: inline-block;
    background-color: #2e3191;
    overflow: hidden;
    margin: 1px 0px 0px 0px;
}
#entree:hover div {
    margin: 0px 0px 1px 0px;
}
#login-switch {
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0px;
}
h1 {
    font-size: 55px;
    text-align: center;
}
h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    margin: 42px 0 0 0;
}
h2:last-child {
    margin: 52px 0 -8px 0;
}
h4 {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 8px 0;
    opacity: 0.8;
}
h5 {
    font-size: 15px;
    font-weight: normal;
    margin: 17px 0 0 0;
}
.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143; /* Zorg dat dit hoog genoeg is voor tekst and spinner zodat knop niet hoger wordt als de spinner verschijnt */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 24px;
    color: #ffffff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    margin: 10px 0 0 0;
    text-decoration: none;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.3),
        0 5px 20px rgba(0, 0, 0, 0.3);
}
.button:hover,
.button:focus,
.button:active {
    color: #ffffff;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover-border);
    text-decoration: none;
}
.button.loading {
    pointer-events: none;
    cursor: default;
    filter: grayscale(100%) opacity(70%);
    padding: 6px 8px 6px 12px; /* Zorgen dat afstand boven, onder en rechts van de spinner tot button-rand gelijk is */
}
.button.loading::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle; /* Vertikaal centreren */
    margin-top: -2px; /* Vertikaal centreren (ook nodig) */
    margin-left: 8px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-sizing: border-box;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.button-grijs {
    color: #ffffff;
    background-color: #777777;
    border-color: #eeeeee;
    box-shadow: none;
}
.button-small {
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
}
.button-transparent {
    color: #777;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
ol {
    list-style-type: none !important;
    padding: 0 0 0 33px;
    margin: 5px 0 5px 0;
}
ol li {
    counter-increment: section;
    padding: 10px 0 !important;
    border-top: 1px dotted rgba(0, 0, 0, 0.25);
}
ol li:before {
    display: block;
    position: absolute;
    font-weight: 400;
    font-size: 15px;
    content: '' counter(section) '';
    margin-left: -33px;
    margin-top: -2px;
    width: 26px;
    height: 26px;
    border: 1px dotted rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
}
ol li:last-child {
    border-bottom: 1px dotted #cccccc;
}
.details {
    background: #eee;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    font-size: 11px;
}
input.form-text {
    width: 100%;
    max-width: 100%;
}
input {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    font-size: 16px;
    margin: 7px 0 0px 0;
}
label {
    font-size: 14px;
    font-weight: 700;
}
label a.forgot-password {
    font-weight: 400;
    color: #777;
    text-decoration: none;
    vertical-align: 0.05em;
}
label a.forgot-password:hover,
label a.forgot-password:focus {
    color: #555;
    text-decoration: underline;
}
.form-fields-wrapper {
    margin-right: 26px;
}
.abonnement {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
}
.abonnement h3 {
    margin: 0;
}
.center {
    text-align: center;
}
.systeem-status {
    position: absolute;
    left: 10px;
    top: 5px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
}
.status-led {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
