.theeb-form-consent-block {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    margin: 24px 0 16px;
    width: 100%;
    max-width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 1px;
}

.theeb-form-consent-block-signup {
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
}

#signup-form .theeb-form-consent-block-signup .theeb-consent-label {
    font-size: 13px;
    line-height: 1.4;
}

#signup-form .theeb-form-consent-block-signup .theeb-consent-row {
    gap: 10px;
}

.theeb-consent-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.rtl .theeb-consent-row {
    text-align: right;
}

.theeb-consent-row input[type="checkbox"],
.theeb-consent-channel input[type="checkbox"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 4px 0 0 0;
    flex-shrink: 0;
    float: none;
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    appearance: auto;
    -webkit-appearance: checkbox;
    accent-color: #0f6aa4;
    clip: auto !important;
    clip-path: none !important;
}

.theeb-consent-label {
    margin: 0;
    padding: 0;
    line-height: 1.45;
    font-size: 14px;
    color: #3f4751;
    font-family: TheSansArabic-SemiBold, sans-serif;
}

.theeb-consent-label a {
    color: #0f6aa4;
    text-decoration: underline;
}

.theeb-consent-row-optional .theeb-consent-label {
    color: #5c6670;
}

.theeb-consent-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin: 0 0 0 28px;
    padding: 0;
}

.rtl .theeb-consent-channels {
    margin: 0 28px 0 0;
}

.theeb-consent-channels[hidden] {
    display: none !important;
}

.theeb-consent-channel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    color: #3f4751;
    cursor: pointer;
}

.theeb-consent-channel input[type="checkbox"] {
    margin: 0;
}

.theeb-login-consent-row {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin: 12px auto 16px;
    max-width: 520px;
    width: 100%;
    visibility: visible !important;
    text-align: left;
}

.rtl .theeb-login-consent-row {
    text-align: right;
}

.theeb-login-consent-row input[type="checkbox"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 4px 0 0 0;
    flex-shrink: 0;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    appearance: auto;
    -webkit-appearance: checkbox;
    accent-color: #0f6aa4;
}

.theeb-login-consent-label {
    font-size: 13px;
    line-height: 1.5;
    color: #5c6670;
    font-family: TheSansArabic-SemiBold, sans-serif;
}

.theeb-login-consent-label a {
    color: #0f6aa4;
    text-decoration: underline;
}

/* Match .service-evaluation-input-field / .service-evaluation-remarks horizontal inset on Contact Us */
.contact-us-input-fields-container .theeb-form-consent-block {
    margin-top: 8px;
    margin-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}

.rtl .contact-us-input-fields-container .theeb-form-consent-block {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 1300px) {
    .contact-us-input-fields-container .theeb-form-consent-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .contact-us-input-fields-container .theeb-form-consent-block {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.career-confirmation-container .theeb-form-consent-block {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 720px;
}

.career-confirmation-container .career-consent-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-left: 110px;
    margin-top: 78px;
    margin-bottom: 163px;
    width: 100%;
}

.rtl .career-confirmation-container .career-consent-actions {
    padding-left: 0;
    padding-right: 110px;
    align-items: flex-end;
}

.btn-primary-theeb.consent-disabled,
button.consent-disabled,
button.btn-primary.consent-disabled:disabled,
button.auth-button.consent-disabled:disabled {
    pointer-events: none;
    opacity: 0.85;
    background-color: #DEE1E2 !important;
    color: #8C959B !important;
    border-color: #DEE1E2 !important;
}
