body{
    font-family: Mark Pro, regular, serif!important;
}
#djDebug{
    display: none;
}
#api {
    font-family: Mark Pro, regular, serif;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    background-color: #007681;
    color: #ffffff;
}
.textInput {
    font-family: Mark Pro, regular, serif;
    background-color: var(--bulma-creamywhite-base);
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    outline-color: lightgray;
    outline-width: 1px;
}
.buttons{
    padding: 0;
}
.buttons button {
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    font-family: Mark Pro,regular,serif;
    font-size: 1rem;
    min-width: 4rem;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: var(--bulma-black-base);
    border-radius: 100rem;
    font-weight: 500;
    transition-duration: 400ms;
    padding: 0.7rem 1rem;
    width: fit-content;
    background-color: var(--bulma-white-base);
    text-transform: none;
    }
    .buttons button:hover{
    background-color: var(--bulma-black-base);
    color: var(--bulma-white-base);
    }
.background-cover {
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    background-size: cover !important;
    background: url('https://ik.imagekit.io/eurofiber/eurofibercloudinfra.com/2021-07/Connectiviteit_0.jpg?tr=fo-auto,w-1920,h-560');
}
.error {
    color:var(--bulma-danger)
}
.buttons button {
    white-space: nowrap;
}
.bottom-padding{
    padding: 1.5rem 0;
}
@media (max-width:768px) {
    .navbar {
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-item{
        padding: 0!important;
    }
    .header{
        padding: 0!important;
    }
    .buttons{
        padding: 0 0;
    }
    .navbar-menu {
        display: flex;
        box-shadow:none;
        background-color: var(--bulma-transparent-base);
    }
    .background-cover {
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }
    .bottom-padding{
        padding: 0;
    }
}
.logo-img{
    max-width:8rem!important;
    max-height:3rem!important;
    width: auto;
    height: auto;
}
.navbar-menu,.navbar-end, .navbar-end .navbar-item{
    display: flex!important;
}
.navbar-menu{
    box-shadow: none;
}
nav{
    display: flex!important;
    justify-content: space-between;
}
@media screen and (max-width:1024px) {
    html{
        font-size: 14px;
    }
}
@media screen and (max-width:600px) {
    html{
        font-size: 12px;
    }
}
@media screen and (max-width: 425px) {
    html {
        font-size: 10px;
    }
}
.buttons:has(.sendCode[aria-hidden="true"]), .buttons:has(#continue[aria-disabled="false"]){
    flex-direction: row-reverse;
}
.buttons:has(.changeClaims[aria-hidden="false"]){
    flex-direction: row;
}
