.elementor-1538 .elementor-element.elementor-element-afc227a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-block-start:50px;--padding-block-end:50px;--padding-inline-start:40px;--padding-inline-end:40px;}#elementor-popup-modal-1538 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1538{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-1538 .dialog-close-button{display:flex;}#elementor-popup-modal-1538 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-c468169 */.custom-checkbox {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        font-size: 16px;
        color: #3B3573;
    }

    .custom-checkbox label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px; /* Adjusted width */
        height: 18px; /* Adjusted height */
        border: 2px solid #3B3573;
        background-color: #fff;
    }

    .custom-checkbox input:checked + label:before {
        background-color: #3B3573; /* Background color when checked */
        border: 2px solid #3B3573;
        content: '\2713'; /* Checkmark character */
        color: #fff;
        text-align: center;
        line-height: 18px; /* Adjusted line height */
        font-size: 14px; /* Adjusted font size */
    }

    #delete-video-section {
        max-width: 600px;
        margin: auto;
        padding: 20px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .header-container {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .logo {
        width: 80px;
        max-width: 80px;
        margin-right: 20px;
    }

    #deleteVideoButton {
        background: #0056B3;
        color: #fff;
        border: none;
        padding: 10px 20px;
        margin-top: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    #deleteVideoButton:hover {
        background: #004494;
    }

    #deleteVideoResult {
        margin-top: 20px;
        color: #F44336;
        font-weight: bold;
    }

    /* Display checkmark and button side by side */
    .inline-elements {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .inline-elements label {
        margin-left: 10px;
    }/* End custom CSS */