.preload {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}

.preload-overlay {
    width: 250px;
    height: 200px;
    padding: 10px;
    top: 40%;
    bottom: 40%;
    left: 40%;
    right: 40%;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
    background-color: #4680ff;
    color: #ffffff;
}

.preload img {
    width: 60%;
    height: 60%;
    margin-top: 20px;
}

.preload p {
    margin-top: 20px;
}

.menuimage {
    width: 40px !important;
    height: 40px !important;
}

.frmaddoptional {
    display: none;
}

.frmeditoptional {
    display: none;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 250px;
}
 
.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
}

.dropzone-desc .dropzone-box{
    margin-top: 120px;
}
 
.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.datasinglelist {
    margin: 5px;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px #cccccc;
    border-radius: 5px;
}

@media (max-width: 576px) {  
    .preload {
        left: 15%;
        right: 15%;
    }
}

