.popup.overzichtOntmoeting .container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 800px;
    padding-top: 0;
}
.popup.overzichtOntmoeting .titel {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.popup.overzichtOntmoeting .content {
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.popup.overzichtOntmoeting .section {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.popup.overzichtOntmoeting .separator {
    width: 1px;
    background-color: #ccc;
    margin: 0px 23px;
}
.popup.overzichtOntmoeting label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.popup.overzichtOntmoeting div#datepicker {
    display: flex;
    height: 34px;
}
    .popup.overzichtOntmoeting span.input-group-addon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 29px;
    }
.popup.overzichtOntmoeting input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.popup.overzichtOntmoeting .left button,
.popup.overzichtOntmoeting .right button {
    margin-top: auto;
    background: #999;
    box-shadow: 0px 5px 14px 1px rgba(0.15, 0.15, 0.15, 0.15);
}

.popup.overzichtOntmoeting textarea {
    resize: none;
    height: 100%;
margin-bottom: 20px;
}

.popup.overzichtOntmoeting button {
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.popup.overzichtOntmoeting .poule {
    flex:1
}

.popup.overzichtOntmoeting .resultaat {
    background: #3b6ef8;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    /*margin-bottom: 10px;*/
}
.popup.overzichtOntmoeting .resultaat.disabled {
    background: #bfbfbf;
    color: black;
    pointer-events: none;
}
.popup.overzichtOntmoeting .spelers {
    padding: 10px;
    border: 1px solid #3b6ef8;
    border-radius: 4px;
    background: white;
    color: #3b6ef8;
}