.cropped-img-contain {
    cursor: pointer;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px dashed #e6e6e6;
    width: 100%;
}
.img-thumbnail {
    background-color: unset;
}
.cropped-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.webuploader-pick {
    background-color: #586cb1;
}
.webuploader-pick {
    will-change: box-shadow!important;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 7%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 1px 5px 1px rgb(0 0 0 / 7%);
    border: 1px solid transparent;
    display: inline-block;
    padding: 0.55rem 12px;
    border-radius: 0.2rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
}
