.simplebar-mask {
    background-color: white;
    color: black;
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0;
}
.uplaod{
    width: 100%;
    border: 2px dashed red;
    padding: 50px;
}
.text-center{
    text-align: center;
}
.my-3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.thumbnail_size{
    width: 100%;
    height: 30vh;
}
.image-item__btn-wrapper{
    background-color: red;
    padding: 20px;
}
.remove_btn{
    background-color: red;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
    margin-top: 10px;
}
.dzu-inputLabelWithFiles{
    display: none !important;
}
.dzu-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 120px;
    overflow: hidden !important;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    transition: all .15s linear;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
}
.text-danger{
    color: red;
}
input{
    color: #000 !important;
}
input::placeholder{
    color: white !important;    
}