.bs-booking-review .required::after {
    content: '*';
    padding-left: 1px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.rate {
    height: 46px;
    display: table;
}

.rate:not(:checked)>input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
    margin: 0 2px;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

#scfHumanityCheck {
    display: inline-block;
}

#scfHumanityCheck canvas {
    display: block;
    float: left;
    margin-right: 8px;
    cursor: pointer;
}

#scfHumanityCheck::before {
    margin-left: 8px;
    line-height: 22px;
}

#scfHumanityCheck::after {
    display: block;
    content: '';
    clear: both;
}

#bs-review-list-inhoud {
    height: auto;
}

/* Change page styling */

.page-index:not(.page-1) {
    display: none;
}

.page-selector,
.page-number-index {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.page-selector {
    padding: 1em 0;
}

.page-number-index{
    padding-left: 1em;
    padding-right: 1em;
}

.page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1px;
    width: 1.5em;
    height: 1.5em;
}

.active-page, .page-number:hover {
    background-color: #dcdcdc;
}