.drag-area {
    width: 100%;
    height: 150px;
    border: 1px solid #DDDDDD;
    border-style: dashed;
    border-width: 3px;
    margin-bottom: 8px;
    position: relative;
}
.drag-area > .upload-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 5%;
    font-size: 50px;
    color: #2125291a;
    cursor: pointer;
}
.drag-area > input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.csulli {
    list-style: none;
    padding: 0;
    margin: 0;
    --vz-gutter-x: 10px !important;
    --vz-gutter-y: 10px !important;
}
.csulli li img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
}
.csulli-iiner {
    overflow: hidden;
/*    border: 1px solid;*/
    margin-bottom: 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    position: relative;
}
.multiimagesremovebtnimages {
    background: red !important;
    color: white !important;
    float: inherit !important;
    position: absolute;
    top: 5px;
    right: 20px;
    border-radius: 0;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 11px;
    text-align: start;
    border-radius: 50px;
    z-index: 9;
    opacity: 0.7;
}
.multiimagesremovebtnimages svg {
    position: relative;
    left: -4px;
}
.csulli-iiner input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.drag-area > .upload-icon i {
    right: inherit;
    font-size: 45px;
    color: #dce1e1;
    top: inherit;
    position: inherit !important;
    left: inherit;
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 3;
}
.csulli-iiner input {
    height: 25px !important;
}