body {
    min-height: 100%;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px !important;
    background-color: #e9ecef !important;
    /*background-color: #e9ecef;*/
    /*background-color: #fafafa;*/
    /*background-color: #009DDC;*/
    /*background: rgb(0, 132, 220);*/
    /*background: linear-gradient(169deg, rgba(0, 132, 220, 1) 0%, rgba(0, 157, 220, 1) 50%, rgba(0, 212, 255, 1) 100%);*/
} 
.dropzone {
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 100%;
}
.dz-image>img {
    width: 100%;
    height: 100%;
}
.dz-remove {
    display: inline-block !important;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    font-size: 1.2em !important;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray !important;
    border-radius: 1.2em;
    color: red;
    background-color: white;
    opacity: .5;
}
.dz-remove:hover {
    text-decoration: none !important;
    opacity: 1;
}