.cmp-revoke-consent {
     left: 0px !important;
}

.cmp-body.cmp-multi-level .cmp-modal__footer .cmp-save-btn
{
	color: #fff !important;
}
.privacy-policy-section .collapsed {
    cursor: pointer;
    /* padding-left: 0px; */
    padding-bottom: 12px;
    position: relative;
    /* text-align: center; */
}

.toyota-form-container .form-single-line-text {
    font-family: "toyota_textregular", "Tohama", "Arial"
}

.privacy-policy-section .collapsed-arabic::after {
    /* background: url(https://css.gg/icon/push-chevron-down); */
    background: url(../images/arrows/arrow-back.svg);
    content: '';
    /* padding: 0px 0px 0px 30px; */
    /* vertical-align: text-bottom; */
    width: 15px;
    height: 8px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.privacy-policy-section .collapsed-arabic {
    cursor: pointer;
    padding: 12px;
    position: relative;
}

.arabicactive:after {
    content: '';
    background: url(../images/arrows/arrow-back.svg);
    position: absolute;
    /* left: 0px; */
    left: 12px;
    bottom: 12px;
    font-size: 20px;
    transform: rotate(180deg);
}

.privacy-policy-section .collapsed::after {
    /* background: url(https://css.gg/icon/push-chevron-down); */
    background: url(../images/arrows/arrow-back.svg);
    content: '';
    /* padding: 0px 0px 0px 30px; */
    font-size: 22px;
    width: 15px;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 12px;
    /* background-color: black; */
}

.generic-display-block {
    display: block;
}

.generic-display-none {
    display: none;
}



.form-submit-button {
    width: 650px;
    border-radius: 12px;
    font: normal 16px "toyota-font-CdBlk"
}

.active:after {
    /* content: '^'; */
    background: url(../images/arrows/arrow-back.svg);
    position: absolute;
    /* left: 0px; */
    right: 12px;
    bottom: 12px;
    font-size: 20px;
    transform: rotate(180deg);
}

.showcollapse {
    border-top: 1px solid #3A3A3A;
    padding: 20px;
    display: block;
}

.privacy-policy-section {
    box-sizing: content-box;
    font-family: "toyota_textregular", "Tohama", "Arial";
    width: 761px;
    border: 1px solid #CACACA;
    padding: 16px;
    border-radius: 2px;
}

.consent-checkbox-section {
    margin-top: 20px;
}


.expanded {
    border-top: 1px solid #CACACA;
    font-family: "toyota_textregular", "Tohama", "Arial";
    padding-top: 8px;
    display: none;
    width: 102%;
}

.form-single-line-text p {
    padding-top: 20px;
}


.toyota-form-container .social-media-marketing-changes {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.list-elements-style {
    font-size: 14px;
    /* color: #3A3A3A; */
    /* margin-right: -5px; */
    margin-left: -0px;
    position: relative;
    width: 640px;
}

.toyota-form-container .form-checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    /* left: 0; */
    /* top: 0; */
    width: 20px;
    height: 20px;
    border: 1px solid rgba(58, 58, 58, 0.4);
    border-radius: 2px;
    background-color: rgba(58, 58, 58, 0.0392156863);
}

.toyota-form-container .form-checkbox {
    display: grid;
    /* flex-direction: row; */
    margin-bottom: 32px;
    /* margin-top: 24px; */
    /* width: 500px; */
    flex-wrap: wrap;
    width: 100%;
    /* vertical-align: middle; */
    /* align-content: space-around; */
    /* padding: 0px 0px 0px 0px; */
    grid-template-columns: auto auto auto;
    grid-template-rows: 0px 40px 0;
}

    .toyota-form-container .form-checkbox label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        /* display: flex; */
        /* margin-bottom: 20px; */
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #3A3A3A;
        /* width: 28%; */
    }

.toyota-form-container .social-media-marketing-label {
    margin-right: 20px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3A3A3A;
}

.toyota-form-container .terms-form-checkbox input[type=checkbox] {
    appearance: none;
    margin-right: 10px;
}

.toyota-form-container .terms-form-checkbox label {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3A3A3A;
}

.toyota-form-container .terms-form-checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.toyota-form-container .terms-form-checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(58, 58, 58, 0.4);
    border-radius: 2px;
    background-color: rgba(58, 58, 58, 0.0392156863);
}

.toyota-form-container .terms-form-checkbox input[type=checkbox]::after {
    content: "";
    font-size: 14px;
    color: rgba(39, 108, 243, 0.8980392157);
    position: absolute;
    left: 4px;
    top: 6px;
    width: 13px;
    height: 11px;
    display: none;
    background-repeat: no-repeat;
    background-image: url(../images/vector.svg);
}

.toyota-form-container .terms-form-checkbox input[type=checkbox]:checked::after {
    display: block;
}

.toyota-form-container a {
    color: #4285F4;
}

.toyota-form-container .terms-form-checkbox .field-validation-error::before {
    background-image: url(../images/error/info-icon.svg);
    height: 14px;
    width: 14px;
    position: absolute;
    content: "";
    right: 8px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-right: 15px;
}

.toyota-form-container .terms-form-checkbox .field-validation-error {
    color: #BF1722;
    padding: 0 26px 0;
    background: none;
    margin-bottom: 20px;
    margin-top: -20px;
    margin-right: 15px;
    font-size: 13px;
}

.toyota-form-container .terms-form-checkbox input[type=checkbox]::after {
    content: "";
    font-size: 14px;
    color: rgba(39, 108, 243, 0.8980392157);
    position: absolute;
    right: 5px;
    top: 6px;
    width: 13px;
    height: 11px;
    display: none;
    background-repeat: no-repeat;
    background-image: url(../images/vector.svg);
}

.toyota-form-container .form-checkbox input[type=checkbox] {
    appearance: none;
    margin-right: 16px;
}

.toyota-form-container .form-captcha {
    margin-top: 48px;
    position: relative;
    left: 143px;
}


.form-submit-button {
    width: 650px !important;
}

@media (max-width: 400px) {
    .form-single-line-text {
        width: 320px !important;
    }

    .form-captcha {
        margin-top: 48px;
        position: relative !important;
        left: 22px !important;
    }

    .form-submit-button {
        width: 350px !important;
    }

    .collapsed-arabic::after {
        top: 20px;
    }

    .arabicactive:after {
        bottom: 20px;
    }

    .toyota-form-container .form-checkbox label {
        width: 44%;
    }

    .list-elements-style {
        width: 330px;
    }

    .privacy-policy-section {
        width: 312px;
    }

    .collapsed {
        width: 300px
    }

    .active:after {
        bottom: 15px;
        margin-left: 10px;
    }

    .collapsed::after {
        /* font-size: 30px; */
        position: absolute;
        left: 287px;
        top: 30px;
    }
}
.consent-captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}
/* Default for all languages */
.consent-captcha .field-validation-error::before {
    margin-left: -20px !important;
    left: unset !important;
}

/* Specific for Arabic (rtl) */
html[lang="ar"].rtl .consent-captcha .field-validation-error::before {
    margin-right: -20px !important; /* Adjust for right-to-left */
    margin-left: unset !important;
    right: unset !important;
}

/* Specific for English (ltr) */
html[lang="en"].ltr .consent-captcha .field-validation-error::before {
    margin-left: -20px !important; /* Adjust for left-to-right */
    margin-right: unset !important;
    left: unset !important;
}

