/*Name: EBC Upload epub
Author: Carl French - theendlessbookcase.com
Version: 1.0  2025
Description: Uploads epub files 
*/ 
/************** Drag and Drop ***************************/ 

.dropzone {
    width: 600px;
    height: 300px;
    border: 2px dashed #ccc;
    color: #444444;
    line-height: 300px;
    text-align: center;
}
.dropzone.dragover {
    border-color: #000;
    color: #000;
}
@media only screen and (max-width: 800px) {
    .dropdown_wrapper {
        overflow: unset;
        height: unset;
    }
    .horizontal_wrapper {
        overflow: hidden;
        height: 0;
    }
}
@media only screen and (max-width: 400px) {
    .dropdown_wrapper {
        overflow: unset;
        height: unset;
    }
    .horizontal_wrapper {
        overflow: hidden;
        height: 0;
    }
    .dropzone {
    width: 300px;
    }
}
