html {
    scroll-behavior: smooth;
    background-color: #E4D3BF;
    font-family: 'Helvetica Neue', sans-serif;
}

select {
    width: 300px;
    padding: 5px 5px;
    margin: 2px 0;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    border-bottom: 2px solid #B11C11;
    background-color: #FFFFFF;
    color: #000;
}

h2{
    text-align-last: center;
    font-weight: 700;
    font-size: 25px;
    color: #B11C11;
}

h3{
    text-align-last: center;
    font-weight: 700;
    font-size: 18px;
    color: #B11C11;
}

input[type=text], input[type=password] {
    width: 80%;
    padding: 5px 5px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    border-bottom: 2px solid #B11C11;
    background-color: #FFFFFF;
    color: #000;
}

.button_check{
    background-color: #FFFFFF99; /* Green */
    border: 2px solid #B11C11;
    border-radius: 10px;
    color: #000;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 2px 10px 10px 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-shadow: -2px 2px #FFFFFFCC;
}
.button_check:hover,
.button_check.hover {
    box-shadow: inset 0 0 0 2px #FFFFFFAA,0 5px 20px #193047;
    background-color: #FFFFFF;

}

.button_check:active,
.button_check.active{
    box-shadow: inset 0 0 0 2px #FFFFFFAA,0 5px 20px #193047;
    background-color: #CCCCCCAA;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.table_wl td, .table_wl th {
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 8px;
    font-size: 12pt;
}

.table_wl tr:nth-child(even) {
    background-color: #99999999;
}

.table_wl tr {
    background-color: #FFFFFF99;
}

.LogoLarge {
    position: absolute;
    width: 50px;
    left: 0;
    bottom: 0;
}

.LogoLarge2 {
    position: absolute;
    width: 50px;
    right: 0;
    bottom: 0;
}

.Creator {
    background-color: #E4D3BF;
    position: fixed;
    bottom: 0;
    width: 99%;
    text-align-last: center;
    z-index: 999;
}

.betalen{
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100vm;
    text-align-last: center;
    text-align: -webkit-center;
}

.Informatie {
    float: left;
    text-align-last: center;
    width: 50%;
    min-width: 400px;
    margin-top: 30px;
}

.Geselecteerd {
    float: left;
    text-align-last: center;
    width: 50%;
    min-width: 400px;
    margin-top: 30px;
}

.timer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    background-color: #E4D3BF;
}