.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    /* height: calc(2rem + 2px); */
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 16rem;
    width: 16rem;
    max-width: 80%;
    height: 3.5rem;
    /* height: calc(2rem + 2px); */
    margin: 0 auto;
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    /* height: calc(2rem + 2px); */
    /* padding: 0.5rem 0.75rem; */
    overflow: hidden;
    /* line-height: 1.25; */
    /* color: #495057; */
    /* pointer-events: none;
    user-select: none; */
    /* background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; */
}


#uploaderPreview img {
    max-width: 120px;
    max-height: 120px;

    margin: 5px 15px;
    padding: 5px;
    border: 1px solid #ffffff;

    border-radius: 0.25rem;
}