.list-group {
    margin: 0;
}

.list-group-item {
    color: #1B375C;
}

h2 {
    font-size: 17px;
    font-weight: bold;
}

.groen {
    color: #008009;
}

a {
    text-decoration: none;
}

.card {
    border: 1px solid #E7F4FE;
}

.card-footer {
    background-color: #E7F4FE;
    border-top: none;
}

.totaal, .prijs {
    font-size: 26px;
    font-weight: bold;
}

.prijs {
    color: #008009;
}

.btnDatum {
    font-size: 15px;
    color: #0090E3 !important;
    margin-left: -14px;
}

button:hover {
    background-color: #E7F4FE;
}

.form-floating>label {
    left: 10px;
}

.formBox {
    background-color: #E7F4FE;
    padding-top: 20px;
}

.btn-pay {
    background-color: #138FF3;
    color: #fff;
    border-bottom: 2px solid #0D64AA;
    font-size: 16px;
}

.btn-pay:hover {
    background-color: #0D64AA;
    color: #fff;
}

input#start, input#end {
    background-color: #fff;
}

section#bedankt {
    background-color: #ebf3ff;
    height: 100vh;
}

section#booking {
    height: 100vh;
}

.list-group-item.active {
    background-color: #fff;
    color: #1b375c;
    font-weight: bold;
}

li.list-group-item.border-0.d-flex.flex-fill {
    font-size: 14px;
    padding-bottom: 20px;
}