.dsr-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 0 auto 2rem auto;
    width: 75%
}

#wizard1form .row {
    margin-bottom: 20px;
}

.form-check-label {
    white-space: nowrap;
}

.buttonbeheer {
    background-color: #595C5D;
    padding: 10px;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.0rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}


    .buttonbeheer:hover {
        background-color: #535657;
        padding: 10px;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        font-size: 1.0rem;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
    }

.tablebeheer {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

#rowth.tablebeheer {
    background-color: #E40046;
    color: #ffffff;
}

#th.tablebeheer {
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#thoverviewpage.tablebeheer {
    text-align: center;
    width: 23%;
}

#tdoverviewpage.tablebeheer {
    width: 15%;
    border-bottom: solid 1px #F7F7F7;
    padding-left: 4px;
}


#tr.tablebeheer {
    border-bottom: 1px solid #e5e7eb;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#registrationopenorclosed.form-check-input {
    height: 17px;
    width: 32px;
}

    #registrationopenorclosed.form-check-input:focus {
        border-color: whitesmoke;
        outline: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
    }

    #registrationopenorclosed.form-check-input:checked {
        background-color: #E40046;
        border-color: #E40046;
        border: none;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
    }
