.ff_custom_gd_post_images {
    margin: 0 0px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ff_custom_gd_post_images .ff_thumb {
    flex-wrap: nowrap;
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
}
.ff_custom_gd_post_images .ff_thumb img {
    height: 70px;
    width: 70px;
}
.ff_custom_gd_post_images .ff_thumb .ff-thumb-actions {
    top: 5px;
    right: 5px;
    font-size: 12px !important;
    width: 13px;
    height: 13px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-color: #f8f8f8 !important;
    position: absolute !important;
    color: #9ea8b3 !important;
    z-index: 3 !important;
    left: inherit;
    margin: 0;
    border-radius: 50%;
    padding: 0;
}
.ff_custom_gd_post_images .ff-thumb-actions .thumbremovelink {
    cursor: pointer;
}
.ff_custom_gd_post_images .ff-thumb-actions .thumbremovelink .fa-trash-alt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
}
button.ff_modal_btn.gd-fluentform-popup-link {
    color: #08c;
    background: no-repeat;
    border: none;
    cursor: pointer;
}
.gd_claim_packages.ff-el-group .ff-el-input--content .choices .choices__inner .select2-container { display: none; }
.ff-el-group .listing_title_disabled { pointer-events: none; background: #e9ecef; }