#underlay-cropper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background: black;
    opacity: .45;
}

.dropzone-wrapper {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 13px;
}

.dropzone-target {
    min-height: 80px;
    background: #fdf0ef;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    display: flex;
    transition: background .2s, min-height .2s, padding .2s, border .2s;
}

.dropzone-trigger {
    cursor: pointer;
}

.dropzone-wrapper.file-selected .dropzone-trigger {
    display: none;
}

.dropzone-wrapper.file-selected .dropzone-target {
    overflow: hidden;
    background: none;
    min-height: 0;
    padding: 0;
    border: 0;
}

.llwd-tick .dz-image img:hover, .llwd-tick.dz-preview:hover .dz-image img:hover, .dropzone-target .llwd-tick.dz-preview:hover .dz-image img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -webkit-filter: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    filter: none !important;
}

.cropper-view-box {
    outline: 2px solid #ff7263 !important;
}

.dropzone-wrapper button.icon {
    width: 35px;
    height: 35px;

    background: #f87769;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;

    padding: 6px;
    margin: 0 6px 0 6px;

    outline: #ffd1cc;
    border: 0;
    border-radius: 20%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.dropzone-wrapper button.icon.rotate {
    background-image: url('https://liebesleinwand.de/wp-content/themes/liebesleinwand/images/icons/rotate_right.png');
}

.dropzone-wrapper button.icon.rotate.left {
    transform: scaleX(-1);
}

.dropzone-wrapper button.icon.flip {
    background-image: url('https://liebesleinwand.de/wp-content/themes/liebesleinwand/images/icons/flip.png');
}

.dropzone-wrapper button.icon.flip.y {
    transform: rotate(90deg);
}

.dropzone-wrapper input[type=range] {
    height: 24px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.dropzone-wrapper input[type=range]:focus {
    outline: none;
}

.dropzone-wrapper input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #E8E6E6;
    border-radius: 5px;
    border: 0px solid #000000;
}

.dropzone-wrapper input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #E86F62;
    border: 1px solid #E86F62;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #F87769;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.5px;
}

.dropzone-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
    background: #E8E6E6;
}

.dropzone-wrapper input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #E8E6E6;
    border-radius: 5px;
    border: 0px solid #000000;
}

.dropzone-wrapper input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #E86F62;
    border: 1px solid #E86F62;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #F87769;
    cursor: pointer;
}

.dropzone-wrapper input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.dropzone-wrapper input[type=range]::-ms-fill-lower {
    background: #E8E6E6;
    border: 0px solid #000000;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

.dropzone-wrapper input[type=range]::-ms-fill-upper {
    background: #E8E6E6;
    border: 0px solid #000000;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

.dropzone-wrapper input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #E86F62;
    border: 1px solid #E86F62;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #F87769;
    cursor: pointer;
}

.dropzone-wrapper input[type=range]:focus::-ms-fill-lower {
    background: #E8E6E6;
}

.dropzone-wrapper input[type=range]:focus::-ms-fill-upper {
    background: #E8E6E6;
}

.dropzone-wrapper span.zoom-minus {
    width: 18px;
    height: 24px;
    margin: 0 6px 0 6px;
    background-image: url("https://liebesleinwand.de/wp-content/themes/liebesleinwand/images/icons/minus.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.dropzone-wrapper span.zoom-plus {
    width: 18px;
    height: 24px;
    margin: 0 6px 0 6px;
    background-image: url("https://liebesleinwand.de/wp-content/themes/liebesleinwand/images/icons/plus.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ll-cropper {
    position: relative;
    overflow: hidden;
}

.ll-cropper .crop-img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translate(-50%, -50%);
    display: block;
}

.ll-cropper .crop-face {
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8c3R5bGU+c3ZnIHJlY3QgeyBzdHJva2U6ICNmZjcyNjM7IHN0cm9rZS1vcGFjaXR5OiAuMzsgfTwvc3R5bGU+CiAgPHJlY3Qgd2lkdGg9IjMzLjMzMzMzMyUiIGhlaWdodD0iMzMuMzMzMzMzJSIgZmlsbD0ibm9uZSIvPgogIDxyZWN0IHg9IjMzLjMzMzMzMyUiIHdpZHRoPSIzMy4zMzMzMzMlIiBoZWlnaHQ9IjMzLjMzMzMzMyUiIGZpbGw9Im5vbmUiLz4KICA8cmVjdCB4PSI2Ni42NjY2NjYlIiB3aWR0aD0iMzMuMzMzMzMzJSIgaGVpZ2h0PSIzMy4zMzMzMzMlIiBmaWxsPSJub25lIi8+CiAgPHJlY3QgeT0iMzMuMzMzMzMzJSIgd2lkdGg9IjMzLjMzMzMzMyUiIGhlaWdodD0iMzMuMzMzMzMzJSIgZmlsbD0ibm9uZSIvPgogIDxyZWN0IHk9IjMzLjMzMzMzMyUiIHg9IjMzLjMzMzMzMyUiIHdpZHRoPSIzMy4zMzMzMzMlIiBoZWlnaHQ9IjMzLjMzMzMzMyUiIGZpbGw9Im5vbmUiLz4KICA8cmVjdCB5PSIzMy4zMzMzMzMlIiB4PSI2Ni42NjY2NjYlIiB3aWR0aD0iMzMuMzMzMzMzJSIgaGVpZ2h0PSIzMy4zMzMzMzMlIiBmaWxsPSJub25lIi8+CiAgPHJlY3QgeT0iNjYuNjY2NjY2JSIgd2lkdGg9IjMzLjMzMzMzMyUiIGhlaWdodD0iMzMuMzMzMzMzJSIgZmlsbD0ibm9uZSIvPgogIDxyZWN0IHk9IjY2LjY2NjY2NjMlIiB4PSIzMy4zMzMzMzMlIiB3aWR0aD0iMzMuMzMzMzMzJSIgaGVpZ2h0PSIzMy4zMzMzMzMlIiBmaWxsPSJub25lIi8+CiAgPHJlY3QgeT0iNjYuNjY2NjY2JSIgeD0iNjYuNjY2NjY2JSIgd2lkdGg9IjMzLjMzMzMzMyUiIGhlaWdodD0iMzMuMzMzMzMzJSIgZmlsbD0ibm9uZSIvPgo8L3N2Zz4=);
    z-index: 99;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.llwd-cropper-draggable {
    touch-action: none;
}
