body {
    font-family: 'Gilroy-Regular', sans-serif;
    background: linear-gradient(45deg, white 50%, #00B2FF 200%);
    min-height: 100vh;
}

.bg-0 {
    background: linear-gradient(0deg, white 50%, #00B2FF 200%);
}

.bg-45 {
    background: linear-gradient(45deg, white 50%, #00B2FF 200%);
}

.bg-90 {
    background: linear-gradient(90deg, white 50%, #00B2FF 200%);
}

.bg-135 {
    background: linear-gradient(135deg, white 50%, #00B2FF 200%);
}

.bg-180 {
    background: linear-gradient(180deg, white 50%, #00B2FF 200%);
}

.bg-225 {
    background: linear-gradient(225deg, white 50%, #00B2FF 200%);
}

.bg-270 {
    background: linear-gradient(270deg, white 50%, #00B2FF 200%);
}

.bg-315 {
    background: linear-gradient(315deg, white 50%, #00B2FF 200%);
}

.header {
    background-color: transparent;
    position: fixed; 
    width: 100%; 
    top: 0;
}

.divider {
    background-image: none;
    border: 0;
    margin: 0;
    height: 10px; 
    position: fixed; 
    width: 100%; 
}

html:not([data-scroll='0']){
    .header {
        background-color: white;
    }
    .divider {
        background-image: linear-gradient(180deg, rgb(200, 200, 200), transparent);
    }
}

input {
    border: 2px solid black !important;
    border-radius: 50px !important;
}

textarea {
    border: 2px solid black !important;
    border-radius: 20px !important;
    min-height: 100px !important;
}

.hover-grey:hover {
    color: grey !important;
}

#btAanmelden:hover {
    background-color: #1f99d1 !important;
}

.invalid {
    background-color: #FFD0D0 !important;
}

#btAanmelden {
    background-color: #00B2FF !important;
    color: white;
}

.other-language:hover {
    text-shadow: 1px 1px 1px gray;
}

.shade:hover {
    text-shadow: 1px 1px 1px gray;
}

.submitButton {
    background-color: #00B2FF !important;
    color: white;
    border: none;
}

.submitButton:hover {
    background-color: #1f99d1 !important;
    color: white;
    border: none;
}

.dot {
    background: 
        radial-gradient(white 0 0) padding-box, /*this is your grey background*/
        radial-gradient(circle at center, #00B2FF 40%,  transparent 70%) border-box;
    border: 5px solid transparent;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #00B2FF;
    width: 37px;
    height: 37px;
    font-size: large;
    margin: 5px;
    align-items: end;
    float: right;
}

.dot-small {
    background: 
        radial-gradient(white 0 0) padding-box,
        radial-gradient(circle at center, #00B2FF 30%,  transparent 70%) border-box;
    border: 3px solid transparent;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    font-size: large;
    float: right;
}

.icon-test {
    background-image: radial-gradient(circle at center, #0297DB 30%,  transparent 70%);
    border-radius:50%;
    display:inline-block;
    height: 95px;
    width: 95px;
    padding: 7px;
    margin-top: 1px;
    text-align:center;
}

.inner-icon {
    border: 3px solid white;
    border-radius: 50%;
    padding-top: 10px;
    height: 70px;
    width: 70px;
    color: white;
}

.emailLink {
    color: #00B2FF; 
    text-decoration: none;
}

.emailLink:hover {
    color: #008BFF;
}

.item-panel {
    margin: auto; 
    vertical-align: middle;
    width: 100px; 
    height: 100px;
    padding: 5px;
}

.item-panel:hover {
    padding: 0px;
    cursor: pointer;
}

/* .item-panel * {
    transform: translateY(50%);
} */

.url-clean {
    text-decoration: none; 
    color: black;
}

.url-clean:hover {
    font-weight: bold;
    color: black;
}

.download-button {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #00b3ff0c;
    color: #00B2FF;
    border: 2px solid #00B2FF;
    font-weight: bold;
}

.download-button:hover {
    background-color: #00b3ff21;
}

.pointer:hover {
    cursor: pointer;
}

.footer-link {
    color: grey;
    text-decoration: none;
}

.footer-link:hover {
    color: rgb(69, 69, 69);
    cursor: pointer;
}

#languageSelect {
    border: none;
    background-color: transparent;
}

#captchaBtn {
    background-color: #00B2FF;
    border: 2px solid black; 
    border-left: 0; 
    border-radius: 50px; 
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

#captchaBtn:hover {
    background-color: #008BFF;
}

#captchaCode {
    user-select: none; 
    text-decoration: line-through; 
    border: 2px solid black; 
    border-right: 0; 
    border-left: 0;
    border-radius: 0;
}

#newCode {
    float: right; 
    text-align: end; 
    vertical-align: middle; 
    border: 2px solid black; 
    border-left: 0; 
    border-radius: 0;
    height: 100%;
}