.image-box {
    width: 15%;
    margin: 10px;
    position: relative;
}
.custom-row button {
    width: 100%;
    box-shadow: none ! IMPORTANT;
    margin: 0 0 5px 0;
}
.image-box img.image-preview {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border: 1px solid #ccc;
}

.image-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #d49c54;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;
}

.g-textarea {
    height: 154px !important;
    margin: 0 0 0 0 !important;
}

.undefined_inner_child.custom-row.align-items-center.row {
    display: none;
}

.audit-fields:has(.main_div-undefined_report) {
    display: none;
}