﻿.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

.custom-drop-zone.custom-drop-zone-hover {
    border-style: solid;
}

.custom-drop-zone svg {
    width: 42px;
    height: 42px;
}

.custom-drop-zone > *:not(#overviewDemoSelectButton) {
    pointer-events: none;
}

.upload-validation-text {
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
}
