@use '../../../styles/mat-selectors' as ms;

.adf {
    &-upload-widget-container {
        margin-bottom: 15px;

        input {
            display: none;
        }
    }

    &-upload-widget {
        width: 100%;
        word-break: break-all;
        padding: 0.4375em 0;
        border-top: 0.8438em solid transparent;
    }

    &-upload-widget__icon {
        padding: 6px;
        float: left;
        cursor: pointer;
    }

    &-upload-widget__reset {
        margin-top: -2px;
    }

    &-upload-files-row {
        #{ms.$mat-line} {
            margin-bottom: 0;
        }
    }
}
