.bigmodal > .content{
    max-width: 80vw !important;
}

.bigmodal > * select{
    width: 100% !important;
    min-width: 300px;
}

.drop_area {
    width: 100%;
    height: 200px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.drop_area img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.drop_area  > .file-icon {
    font-size: 50px;
    color: #666;
}

.drop_area.dragging {
    border-color: #333;
    color: #333;
}