.ImageCropper {
    margin-top: 20px;
}

.cropme-rotation-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cropme-container {
    margin-top: 21px;
}

.cropme-wrapper {
    width: 0;
}

#pasfoto_uitleg {
    width: 100%;
}

.image-cropper-button {
    margin-top: 10px;
    background-color: #016B9b;
    border: 1px solid #01689b;
    margin-right: 16px;
    padding: 8px;
    color: #fff;
    height: 46px;
    font-size: 1.125rem;
    font-weight: normal;
    border-radius: 0;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

    .image-cropper-button:focus {
        outline-offset: 1px;
        outline: 2px dotted #000;
    }


/* Range input styling */

input[type='range'] {
    background: none;
}

    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: #016B9b;
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin-top: -8px;
    }

input[type=range]:focus::-webkit-slider-thumb {
    outline-offset: 2px;
    outline: 2px dotted #000;
}

input[type=range]::-webkit-slider-runnable-track {
    border-radius: 0px;
    background: var(--slider-track-color);
    height: 4px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 0px;
}

.cropme-slider input[type=range] {
    margin-left: -1px;
}


/* Firefox styling */

@-moz-document url-prefix() {
    .cropme-container {
        margin-top: 0px !important;
    }

    input[type=range]:focus {
        box-shadow: none;
    }

    .cropme-slider input[type=range] {
        margin-left: -2px;
    }
}

input[type='range']::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #016B9b;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

input[type=range]:focus::-moz-range-thumb {
    outline-offset: 2px;
    outline: 2px dotted #000;
}

input[type=range]::-moz-range-track {
    background: var(--slider-track-color);
    height: 4px;
    border-radius: 0px;
}
