.cwd-otp-wrapper {
	min-height: 50vh;
	border: none;
    border-radius: 25px;
}

@media print {
    /* 1. Hide the entire body and all its children */
    body * {
        visibility: hidden;
		background: none !important;
    }
	
	#brx-header, #brx-footer, .no-print, .no-print * {
		 display: none !important;
	}

    /* 2. Target the container and force it to display */
    .cwd-gateway-container, .cwd-gateway-container *, brxe-5c2602, #brxe-5c2602 * {
        visibility: visible !important;
    }

    /* 3. Reset the container for a clean PDF look */
    .cwd-gateway-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }
}

/* Style for locked fields */
.cwd-locked-field {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
    border-color: #ddd !important;
    color: #666 !important;
}

/* Ensure select boxes look disabled even if they aren't technically 'disabled' */
select.cwd-locked-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/* HIDE PASSWORD FIELDS IN WOO ACCOUNT DETAILS
.woocommerce-EditAccountForm fieldset, .woocommerce-EditAccountForm legend {
                display: none !important;