
.uf-wrapper[data-v-27cb9979] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.uf-image-thumb[data-v-27cb9979] {
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 0;
    margin-right: 10px;
}
.uf-image-img[data-v-27cb9979] {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.uf-image-tools[data-v-27cb9979] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}
.uf-image-remove[data-v-27cb9979] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.uf-image-thumb:not(.is-disabled):hover .uf-image-tools[data-v-27cb9979] {
    visibility: visible;
    opacity: 1;
}
.uf-loading[data-v-27cb9979] {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 24px;
    color: #ddd;
    border: 1px solid currentColor;
    box-sizing: border-box;
}
.uf-input-label[data-v-27cb9979] {
    display: block;
    cursor: pointer;
}
.uf-image-input[data-v-27cb9979] {
    display: none;
}
.uf-input-button[data-v-27cb9979] {
    display: block;
    color: #ddd;
    background-color: #f8f8f8;
    border: 1px solid currentColor;
    box-sizing: border-box;
    position: relative;
}
.uf-input-button[data-v-27cb9979]::before,
.uf-input-button[data-v-27cb9979]::after {
    content: "";
    display: block;
    position: absolute;
}
.uf-input-button[data-v-27cb9979]::before {
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
}
.uf-input-button[data-v-27cb9979]::after {
    top: 20%;
    left: 50%;
    width: 2px;
    height: 60%;
    margin-left: -1px;
    background-color: currentColor;
}

