.bfa-container-e519a7e7 {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.bfa-container-e519a7e7 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
}

.bfa-image-wrapper-e519a7e7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bfa-after-e519a7e7 {
    position: relative; /* defines aspect ratio */
    z-index: 1;
}

.bfa-before-e519a7e7 {
    z-index: 2;
    width: 50%; /* Default start position */
}

.bfa-container-e519a7e7.is-vertical .bfa-before-e519a7e7 {
    width: 100%;
    height: 50%; /* Default start position */
}

/* Labels */
.bfa-label-e519a7e7 {
    position: absolute;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
}

/* Horizontal labels */
.is-horizontal .bfa-label-before-e519a7e7 { top: 1rem; left: 1rem; }
.is-horizontal .bfa-label-after-e519a7e7 { top: 1rem; right: 1rem; }

/* Vertical labels */
.is-vertical .bfa-label-before-e519a7e7 { top: 1rem; left: 1rem; }
.is-vertical .bfa-label-after-e519a7e7 { bottom: 1rem; left: 1rem; top: auto; }

/* Handle */
.bfa-handle-e519a7e7 {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-horizontal .bfa-handle-e519a7e7 {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
    cursor: ew-resize;
}

.is-vertical .bfa-handle-e519a7e7 {
    left: 0;
    right: 0;
    top: 50%;
    height: 40px;
    transform: translateY(-50%);
    cursor: ns-resize;
}

.bfa-handle-line-e519a7e7 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.is-horizontal .bfa-handle-line-e519a7e7 {
    width: 4px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.is-vertical .bfa-handle-line-e519a7e7 {
    height: 4px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bfa-handle-button-e519a7e7 {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #333;
}

.is-vertical .bfa-handle-button-e519a7e7 svg {
    transform: rotate(90deg);
}
