.dgcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.browseFile {
    margin-top: 20px;
    font-size: 15px;
}

#dropArea, #editTemplateDropArea {
    position: relative;
    width: 90%;
    height: 300px;
    border-width: 5px;
    border-color: lightgray;
    background-color: white;
    border-style: dashed;
}

#dropArea.highlight, #editTemplateDropArea.highlight {
    border-color: #0078d7;
    background-color: rgba(0, 120, 215, 0.21);
}

#dropArea.highlight button,
#editTemplateDropArea.highlight button,
#dropArea.highlight .other,
#editTemplateDropArea.highlight .other {
    display: none;
}

#dropArea.droped button,
#editTemplateDropArea.droped button,
#dropArea.droped .other,
#editTemplateDropArea.droped .other {
    display: block;
}

#newFile, #editedFile {
    width: 90%;
    display: none;
}

#newFileName, #editedFileName {
    margin-left: 10px;
    text-decoration: underline;
    text-overflow: ellipsis;
}
