.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; }

/**
 * Fluent form OSM Autocomplete
 */
 form.frm-fluent-form .ff-name-address-wrapper .ff-el-group .ff-el-input--content {position: relative;}
form.frm-fluent-form .ff-name-address-wrapper  .ff-street-suggestions{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 10rem;padding: 0;margin: 0;font-size: 1rem;color: #212529;text-align: left;list-style: none;background-color: #fff;background-clip: padding-box;border: 0;text-transform: none;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);}
form.frm-fluent-form .ff-name-address-wrapper  .ff-street-suggestions ul.ff-street{list-style: none;margin: 0;padding: 0;}
form.frm-fluent-form .ff-name-address-wrapper  .ff-street-suggestions ul.ff-street li.list-group-item-action{color: #6c757d;padding: .25rem .5rem;margin: 0;border-bottom: 1px solid #dee2e6;width: 100%;font-size: 85%;font-weight: 400;cursor: pointer;}
form.frm-fluent-form .ff-name-address-wrapper  .ff-street-suggestions ul.ff-street li.list-group-item-action svg.svg-inline--fa.fa-map-marker-alt {margin-right: .5rem;margin-top: .25rem;}
form.frm-fluent-form .ff-name-address-wrapper .ff_input-group-append{margin-left: -1px;}
form.frm-fluent-form .ff-name-address-wrapper .ff_input-group-append span.ff_input-group-text {border: 1px solid #ced4da;cursor: pointer;}
form.frm-fluent-form .ff_address_osm_map_row div.form-group.row:has(>.col-sm-10 input#addressset_address_button){display:none;}
/**
 * Fluent form OSM Autocomplete end
 */
