.iwaf_hide_section {
    display: none;
}

.iwaf_editable_container {
    margin: 15px 0;
    cursor: pointer;
}

.iwaf_editable_image_container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.iwaf_edit_icon {
    position: absolute;
    top: 10px;
    right: 45px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iwaf_remove_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-thumb .iwaf_editable_image {
    width: 200px;
    height: 265px;
    object-fit: cover;
    margin-bottom: 30px;
}

.empty-link {
    background: gray;
    border-color: black;
}

.google_map_outer_wrapper {
    position: relative;
}

.iwaf_editable_google_iframe_container {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    bottom: 23px;
    left: 10px;
    padding: 6px 12px;
    border-radius: 2px;
}

.empty-icon .icon-circle {
    background: gray;
}

.iwaf_editable_wp_editor_container {
    cursor: pointer;
}

.iwaf_editable_iframe_container {
    position: absolute;
    z-index: 9;
    background: #e6e6e6;
    bottom: 10px;
    left: 15px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.iwaf_editable_iframe_container:hover {
    background: white;
}

.ui-accordion-header .iwaf_editable_repeater_text {
    font-size: 20px;
    color: black;
}

.iwaf_repeater_item_remove {
    position: absolute;
    top: -17px;
    right: -1px;
    font-size: 14px;
    text-decoration: underline;
    border: 2px solid #FFC80A;
    background-color: #FFC80A;
    color: white;
    padding: 3px 8px;
    display: none;
}

.ui-state-active .iwaf_repeater_item_remove {
    display: block;
}

.iwaf_repeater_item_remove:hover {
    background-color: #F8C20B;
    border: 2px solid #F8C20B;
}

.iwaf_editable_repeater_item.ui-state-active {
    background: transparent;
    border: unset;
}

.iwaf_editable_repeater_item .ui-accordion-header-icon {
    display: none;
}

.iwaf_editable_repeater_item.ui-state-default {
    background: unset;
    border: unset;
}

.iwaf_editable_repeater_text {
    cursor: pointer;
}

.events-attributes .iwaf_editable_input {
    width: 50%;
}