div.message.error {
    color: #fff;
    font-size: 12px;
    margin: 5px 0 0 0;
    text-align: center;
    background: #ff4736;
    padding: 5px 0;
    display: block;
}

span.pdf-icon a {
    color: #fff;
    text-decoration: none;
}

.radio1.disabled + .radio1-parts::after {
    background-color: #ccc;
}

span.user_name {
    color: #fff;
    font-weight: bold;
}

header .drawer-menu-item.without-arrow::before {
    display: none;
}

/** **/
div.map-wrapper {
    position: relative;
}

div.map-wrapper img.here {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -27px;

    pointer-events: none;

}

/*  */
#image_upload_section {
    /*display: none;*/
}

#image_upload_section i {
    margin: 0 8px 0 0;
    font-size: 18px;
    position: relative;
    top: -1px;
}

#drop {
    max-width: 500px;
    height: 100px;
    padding: 20px;
    border: 2px dashed #acacac;
    border-radius: 10px;
    margin: 16px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fefff9;
    color: #acacac;
    line-height: 1.5;
}