/* Fix padding for Logout button in the list menu because other elements are <a> */
.btn.dropdown-item {
    padding-left: 20px;
}
.dropzone, .dm-uploader {
    border: 2px dashed #188ae2;
    border-radius: 5px;
    background: white;
}