﻿.drop_zone .drop_box {
    border: 2px dashed rgb(142, 142, 142);
    height: 100px;
    width: 100%;
    line-height: 100px;
    text-align: center;
}

.file-card {
    padding: 0.5em;
}

.file-card .file-icon {
    margin-right: 1em;
}

.file-card .file-remove {
    float: right;
    cursor: pointer;
}

.hover {
    border-color: #f2951c !important;
}