.beoordeling_input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
.beoordeling_button {
    background-color: #2395ec;
    color: white;
    padding: 14px 20px;
    margin-top: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}

.fa-star {
    color: #2395ec;
}

#add_beoordeling_foto {
    margin-bottom: 8px;
    padding: 3px;
}

#add_beoordeling_foto button {
    background-color: #2395ec;
    color: white;
}

.beoordeling_button:hover {
    opacity: 0.8;
}

/* Center the image and position the close button */
.beoordeling_imgcontainer {
    text-align: left;
    margin: 24px 15px 12px 15px;
    position: relative;
}

.beoordeling_imgcontainer h6{
    margin-top: 20px;
    color: #980000;
    text-align: center;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.beoordeling_container {
    padding: 16px;
}

/* The Modal (background) */
.beoordeling_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.beoordeling_modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fefefe;
    border: 1px solid #2395ec;
    width: 80%; /* Could be more or less, depending on screen size */
    transform: translate(-50%, -50%);
}

/* The Close Button (x) */
.beoordeling_close {
    position: absolute;
    right: 0;
    top: -10px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.beoordeling_close:hover,
.beoordeling_close:focus {
    color: #2395ec;
    cursor: pointer;
}

/* Add Zoom Animation */
.beoordeling_animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

.imagecropcontainer {
    display: flex;
    flex-direction: row;
}

#addPreview {
    width: 189px;
    height: 188px;
    margin-left: 5px;
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* input file */
.file_input_box {
    width: 100%;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

/* Style 6 */

.inputfile-6 + label {
    color: #2395ec;
}

.inputfile-6 + label {
    border: 1px solid #2395ec;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    background-color: rgb(1, 98, 180);
    color: #f1e5e6;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-6 + label span {
    width: auto;
    height: 45px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    position: absolute;
    right: 16px;
    height: 47px;
    width: 146px;
    color: #f1e5e6;
    background-color: #2395ec;
    display: inline-block;
    margin-top: -1px;
    align-content: center;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: rgb(1, 98, 180);
    color: #f1e5e6;
}
