.view_pc-tab {
    font-size:30px;
}
.sync_account_alert, .sync_account_alert p,.sweet-alert .sync_account_alert  p {
    text-align:left;
    color:#000000;
}

.sync_account_alert .wrap_sync_account_fields {
    margin: 10px 0;
    border-radius:5px;
    background: #EEEDF3;
    padding: 20px;
}
.wrap_sync_account_alert_footer .privacy_page {
    font-size:13px;
    border-bottom: 1px solid rgb(55, 102, 185);
    color:rgb(55, 102, 185);
    padding-top:10px;
    cursor: pointer;
}

.sync_account_alert .wrap_sync_account_fields span {
    display:block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.sync_account_alert .wrap_sync_account_fields span i {
    width:10px;
    margin-right:10px;
}

.sync_account_alert .wrap_sync_account_fields ul li::before{
    content: "⬤";
    color:#80869A;
    transition: all 0.2s;
    margin-right:10px;
}

.sync_account_alert .wrap_sync_account_alert_footer p {
    text-align:center;
}

body.sync_terms_open {
    overflow: hidden;
}

#syncTermsOverlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100100;
}

#syncTermsOverlay.is_open {
    display: block;
}

#syncTermsOverlay .sync_terms_overlay_backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

#syncTermsOverlay .sync_terms_overlay_panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(960px, 95vw);
    max-height: 95vh;
    background: #fff;
    /* border-radius: 8px; */
    padding: 24px 20px 20px;
    overflow: auto;
    box-sizing: border-box;
}

#syncTermsOverlayClose {
    position: sticky;
    top: 0;
    float: right;
    width: 36px;
    height: 36px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    margin-left: 12px;
    z-index: 1;
}

#syncTermsOverlay .sync_terms_page .agreements h4 {
    font-size: 20px;
    margin: 0 0 16px;
    line-height: 1.4;
}

#syncTermsOverlay .sync_terms_page .agreements h5 {
    font-size: 15px;
    margin: 20px 0 8px;
    line-height: 1.6;
}

#syncTermsOverlay .sync_terms_page .agreements p {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 8px;
    color: #222;
}

#syncTermsOverlay .sync_terms_loading,
#syncTermsOverlay .sync_terms_error {
    font-size: 14px;
    margin: 0;
    color: #333;
}
.con_policy p {
    font-size: 14px;
}

/*
Media queries
*/
@media only screen and (max-width: 767px) {
    .sync_account_alert .wrap_sync_account_fields {
        margin: 10px 0;
        border-radius:5px;
        background: #EEEDF3;
        padding: 15px;
    }
    .sa-button-container {
        margin: -10px;
    }
}