.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 175px;
    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(#fileInputSelectButton) {
    pointer-events: none;
}
.drop-file-icon {
    background-color: #adb5bd;
    background-position: center center;
    background-size: contain;
    height: 48px;
    mask-image: url("/images/icons/upload-01.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url("/images/icons/upload-01.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 48px;
}
.drop-file-label {
    font-weight: 500;
    font-size: 1rem;
}

.x-small {
    font-size: 0.75rem;
}
