/* Start - Membership Page Style */

.fbacp_table {
    width: 75%;
    border-collapse: collapse;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    /* font-family: Arial, sans-serif; */
}

.fbacp_table th,
.fbacp_table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

td.fbacp_website_action-data {
    text-align: right;
}

.fbacp_table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* .fbacp_table tr:nth-child(even) {
    background-color: #f9f9f9;
} */

.fbacp_table tr:hover {
    background-color: #f1f1f1;
}

/* .fbacp_table td button {
    padding: 8px 12px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.fbacp_table td button:hover {
    background-color: #005a87;
} */

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #721c24;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.success-error-message {
    color: #4bb543;
    font-size: 17px;
    font-family: inherit;
    font-weight: bold;
}

.success-error-message.error {
    color: rgb(251, 68, 68);
}

.fbacp_button {
    border-radius: 8px;
    border: 1px solid #777777;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    text-align: center;
}

.fbacp_button-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
body:not(.elementor-editor-active) .elementor-widget-bff-powered-widget {
    display: none!important;
}
.bff_copy_wrapper {
    position: relative;
}
.bff_copy, .bff_copy:hover, .bff_copy:focus {
    position: absolute;
    top: 50%;
    right: -20px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    transform: rotate(-90deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999999;
}
.bff_copy:hover {
    background-color: #fff;
    color: #000;
}
.bff_copy_wrapper:hover .bff_copy {
    opacity: 1;
    visibility: visible;
    right: 0;
}


