.cropper-upload-file {
    display: flex;
}
.cropper-upload-file .upload-btn {
    padding: 8px;
}
.cropper-upload-file .upload-btn .btn {
    background-color: #fff;
    border: 1px dashed #343a40;
    border-radius: 6px;
    text-align: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    color: #343a40;
    padding: 10px;
}
.cropper-upload-file .upload-btn .btn .docs-tooltip span {
    display: block;
    white-space: break-spaces;
    line-height: 1;
    text-transform: none;
}
.cropper-upload-file .upload-btn .btn .docs-tooltip i {
    font-size: 22px;
    min-height: auto;
    max-height: initial;
    margin: 0;
    margin-bottom: 5px;
}
.cropper-upload-file .upload-img .img-box .img-container {
    position: relative;
}
.cropper-upload-file .upload-img .img-box .img-container .box-img {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}
.cropper-upload-file .upload-img .img-box .img-container .box-img img {
    width: 100%;
    border-radius: 6px;
}
.cropper-upload-file .upload-img .img-box .img-container .btn-container {
    position: absolute;
    right: -10px;
    top: -10px;
}
.cropper-upload-file .upload-img .img-box .img-container .btn-container a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    padding: 0;
    line-height: 1;
    background-color: #343a40;
}
.cropper-upload-file .upload-img .img-box .img-container .btn-container a i {
    min-height: auto;
    max-height: initial;
    margin: 0;
}