@charset "utf-8";

#gdpr-consent .gdpr__modal {
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
    border-radius: 9px;
    bottom: 24px;
    padding: 32px
}
#gdpr-consent .gdpr__content a {
    color: #E44246 !important;
}

@media (max-width: 1200px) {
    #gdpr-consent .gdpr__modal {
        left:auto;
        right: 20px
    }
}

@media (max-width: 480px) {
    #gdpr-consent .gdpr__modal {
        width:100%;
        padding: 20px;
        bottom: 0;
        border-radius: 0;
        right: 0
    }
}

#gdpr-consent .gdpr__modal .gdpr__content {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #030303;
    margin-right: 0
}

#gdpr-consent .gdpr__modal button {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 20px
}

@media (max-width: 480px) {
    #gdpr-consent .gdpr__modal button {
        margin-top:0 !important;
        margin-left: unset !important;
        margin-right: unset !important;
        width: 48% !important;
    }
}

#gdpr-consent .gdpr__modal button.gdpr__set,.gdpr-decline-all {
    width: 180px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    border: 2px solid #F25856;
    order: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #F25856;
    margin-left: 80px;
}

#gdpr-consent .gdpr__modal button.gdpr__consent,.gdpr-accept-all {
    width: 180px;
    height: 42px;
    background: #F0595A;
    border-radius: 21px;
    border: 0;
    order: 2;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-right: 80px;
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2e3763;
    margin-bottom: 24px
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #030303
}

#gdpr-consent .text-wrap-essential {
    margin-bottom: 22px;
}

#gdpr-consent .gdpr__preference-wrap p a {
    color: #E44246;
    text-decoration: underline;
    cursor: pointer;
}

#gdpr-consent .gdpr__modal .gdpr__analytical-wrap .text-content {
    margin-left: 23px;
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap[style="display: block;"]+.gdpr__content {
    display: none
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap {
    margin-top: 16px
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap .text-wrap {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #585f82;
    margin-right: 0
}
#gdpr-consent .gdpr__analytical-wrap strong {
    font-weight: 700;
}

@media (max-width: 480px) {
    #gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap .text-wrap {
        margin-right:0;
        margin-bottom: 24px
    }
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    top: 1px;
    margin-right: 10px;
    background-repeat: no-repeat; /* 不重复显示背景图片 */
    background-size: contain; /* 按比例缩小背景图片，使其完整显示在容器内 */
    background-position: center; /* 将背景图片居中显示 */
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap .text-wrap-essential strong {
    color: #999797;
}

.gdpr-checked {
    background-image: url("/static/v2/images/gdpr/checked.png");
}

.gdpr-unchecked {
    background-image: url("/static/v2/images/gdpr/unchecked1.png");
}

.gdpr-disabled-checked {
    background-image: url("/static/v2/images/gdpr/disable-checked.png");
}


#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:after,#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:before {
    content: ""
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:after {
    /* width: 20px;
     background-color: #fff*/
}
