.sm-file-input {
    height: 150px;
    border: 1px dashed #869ab8;
    border-radius: .375rem;
    position: relative;
}

.sm-file-input label {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}

.sm-steps-ill {
    max-width: 125px;
}

.sm-file-input-design i {
    margin-top: 12px;
    font-size: 72px;
}

.sm-file-input input {
    display: none;
}

.sm-file-input-design {
    text-align: center;
}

.sm-file-input-previews {
    padding: 18px;
    height: 100%;
    position: relative;
}

.sm-file-input-errors {
    display: none;
}

.sm-file-input-preview-item-remove {
    padding: 5px 9px 6px 9px;
    top: -62px;
    right: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.33);
    background-color: #d37373;
    cursor: pointer;
    z-index: 2;
}

.sm-file-input-preview-item-remove i {
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.sm-file-input-preview-item {
    margin-right: 16px;
    max-height: 100%;
    max-width: 50%;
    border-radius: .375rem;
}

.sm-file-input-preview-item-wrapper {
    position: relative;
}