.acb_captcha {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 20px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
    gap: 24px;
    transition: all 0.3s ease;

    .acb_left {
        box-shadow: 7px 0px 12px 0px rgba(201, 201, 201, 0.47);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 1px 1px 1px #008080;

        h3 {
            display: flex;
            gap: 7px;
            align-items: center;
        }
    }

    .acb_left,
    .acb_right,
    .acb_video {
        flex: 1;
        padding: 15px;
    }

    .formInput.global-settings-mode {
        display: none;
        opacity: 0.5;
        pointer-events: none;
    }

    @media only screen and (max-width: 768px) {
        flex-direction: column;

        .acb_left,
        .acb_right,
        .acb_video {
            flex: 1;
            margin: 10px;
        }
    }

    .acb_left {
        h3 {
            margin-bottom: 10px;
        }

        .wpnts_free {
            display: flex;
        }

        .wpnts-switch-sitescriptmodification,
        .wpnts-switch-sitessecurityissues {
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            position: relative;
            width: 95%;
            background: #FFFFFF;
            height: auto;
            padding: 14px;
            border-radius: 5px;

            /* label {
                margin-right: 10px;
                margin-left: 10px;
            } */

            // PRO tag lock
            .wpnts_ispro.inactive {
                opacity: 0.5;
            }

            // PRO tag 
            p.PRO_TAG {
                position: absolute;
                // right: -25px;
                left: 320px;
                color: white;
                background: #008080;
                border-radius: 8px;
                font-size: 10px;
                width: 27px;
                height: 15px;
                text-align: center;
                align-items: center;
                box-shadow: 2px 4px 10px 1px rgba(201, 201, 201, 0.47);
            }

            p.NEW_TAG.cloud {
                position: absolute;
                left: 360px;
                top: 8px;
                z-index: 2;
                color: white;
                background: #147ed3;
                border-radius: 8px;
                font-size: 10px;
                width: 25px;
                height: 15px;
                text-align: center;
                align-items: center;
                box-shadow: 2px 4px 10px 1px rgba(201, 201, 201, 0.47);
            }

            .sitessecurity-supportSwitch-2,
            .sitessecurity-supportSwitch-3 {
                // position: absolute !important;
                right: 5px !important;
            }
        }

        .wpnts-switch-sitessecurityissues {
            background-color: unset;
        }

        svg.wcs_tooltip_icon {
            width: 15px;
            height: 15px;
        }


        .submit-btn-access input {
            width: 10px;
        }

        .formInput.widgets-theme-select {
            margin-top: 35px;
        }

        .formInput {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 35px;

            .captchakeys {
                input {
                    width: 100%;
                }
            }

            textarea {
                height: 150px;
            }

            input {
                width: auto; // width: 100%;
                padding: 5px;
                border: none;
                border-bottom: 1px solid gray;
                // background-color: #F0F0F1;

                &:focus {
                    outline: none;
                    box-shadow: none;
                }

            }

            .wpnts-setting {
                position: relative;

                .passimg {
                    position: absolute;
                    left: 120px;
                    font-size: 18px;
                    top: -19px;
                }


            }
        }

        form#wpnts_site_debuglog_settings {
            display: flex;
            flex-direction: column;
        }

        .save-webhook {
            width: 160px;
            padding: 10px;
            border: none;
            background-color: teal;
            color: white;
            font-weight: bold;
            cursor: pointer;
            float: left;
            margin-top: 10px;
            margin-right: 10px;
        }

        .formInput .wpnts-setting select {
            border: none;
            width: 150px;
            border-bottom: 1px solid;
            background-color: #f1f1f1;
            padding: 10px;
            font-size: 16px;
            color: #333;
            border-radius: 4px;
            appearance: none;
        }

        .formInput .wpnts-setting select:hover,
        .formInput .wpnts-setting select:focus {
            border-bottom: 2px solid;
            outline: none;
        }

        .formInput .wpnts-setting select::after {
            content: '\25BC';
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            pointer-events: none;
        }

    }

    input#authorPaneltoMail {
        width: auto;
    }

    .formInput.mail-config {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ErrorMessage {
        color: #ff4040;
        text-align: left;
    }


    .acb_right {
        span.wpnts-log.active {
            color: red;
        }

        span.wpnts-log.inactive {
            color: green;
        }

        .cloudflare-get-key {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }
    }

    .wpnts_ispro {
        align-items: center;
        display: flex;
    }

    // Tab 
    .tab-headers {
        display: flex;
        justify-content: space-between;
        background-color: #f0f0f0;
        padding: 10px;

        .tab-header {
            padding: 10px;
            cursor: pointer;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-right: 10px;
            user-select: none;

            &.active {
                background-color: #3498db;
                color: #fff;
            }
        }

    }

    .tab-content-section {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        position: relative;
        width: 95%;
        min-width: 415px;
        background: #FFFFFF;
        height: auto;
        padding: 14px;
        border-radius: 5px;

        /* .widgets-inactive {
            pointer-events: none;
            opacity: 0.5;
        } */

        select.site-select-fields,
        input[type="text"] {
            background: #ffffff !important;
            width: 100%;
        }

        .integrations-settings {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }

    .integrations-tab,
    .settings-tab {
        display: none;
    }

    .settings-tab.active,
    .integrations-tab.active {
        display: block;
    }


}


// New Style add .wpnts-switch-download height auto
.parent-section {
    display: flex;
    flex-direction: column;

    .toogle-section {
        align-items: center;
        display: flex;
    }

    .section-child {
        margin-left: 40px;

        select.site-select-fields {
            margin-left: 12px;
        }

    }

}



// Responsive Styles
@media screen and (max-width: 1024px) {
    .acb_captcha {
        flex-direction: column;
        padding: 16px;
        gap: 16px;

        .acb_left,
        .acb_right,
        .acb_video {
            width: 100%;
            padding: 16px;
        }

        .acb_right .formInput {
            width: 100%;
            max-width: none;
        }
    }
}

@media screen and (max-width: 768px) {
    .acb_captcha {

        .wpnts-switch-sitescriptmodification,
        .wpnts-switch-sitessecurityissues {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;

            p.PRO_TAG,
            p.NEW_TAG {
                position: static;
                display: inline-block;
                margin-top: 8px;
            }
        }

        .parent-section .section-child {
            margin-left: 20px;
        }
    }
}

@media screen and (max-width: 480px) {
    .acb_captcha {
        padding: 12px;

        .acb_left,
        .acb_right,
        .acb_video {
            padding: 12px;
        }

        .save-webhook {
            width: 100%;
        }

        .parent-section .section-child {
            margin-left: 0;

            select {
                margin-left: 0;
                margin-top: 8px;
                width: 100%;
            }
        }
    }
}