
  .drag-area {
    width: 100%;
    height: 150px;
    border: 1px solid #2125291a;
    border-style: dashed;
    border-width: 3px;
    margin-bottom: 25px;
    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;
}
.drag-area > input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.csulli {
    list-style: none;
    padding: 0;
    margin: 0;
}
.csulli li img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.csulli-iiner {
/*    border: 1px solid;*/
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background: darkslategrey;
    position: relative;
}
.multiimagesremovebtnimages {
    background: red;
    color: white;
    float: inherit !important;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 5px !important;
    border-radius: 0;
    font-size: 16px;
    width: 32px;
    z-index: 9;
}
..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;
}