.content-wrap {
    width: 100%;
    max-width: 100%;
}
.zp-table-responsive{
    overflow-x: auto;
}
.zupdateon_wrap {
    background: #f7f7f7;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.region-content .content-wrap h1 {
    background: #f7f7f7;
    padding: 1.2em 0 2em;
    text-align: center;
    margin-bottom: 40px;
}
.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px 0;
}
.content-wrap .row {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px 0;
}
.zupdatedon {
    text-align: right;
    max-width: 900px;
    padding: 30px 20px 0;
    margin: 0 auto;
}
.p_clearfix {
    clear: both;
    height: 0;
}
.region-content .content-wrap h1:first-child {
    display: none;
}
ul.privacy-tab {
    float: right;
    margin-top: 60px;
}
ul.privacy-tab li {
    display: inline-block;
    margin: 0;
    position: relative;
}
ul.privacy-tab li:after {
    position: absolute;
    content: "|";
    right: -3px;
    top: 2px;
}
ul.privacy-tab li:last-child::after {
    content: "";
}
ul.privacy-tab li a {
    color: #000;
    border-right: 0 solid #d2cfcf;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 0;
}
.content {
    margin-bottom: 40px;
}
h2 {
    font-family: var(--zf-secondary-bold);
    font-size: 24px;
}
.bottom-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 60px;
}
.bottom-content ul li {
    margin-top: 20px;
}
body .content-wrap .row.bottom-content {
    padding: 40px 20px 95px;
}
.zp-table td:nth-child(3) {
    width: 18%;
}
.zp-table td:nth-child(4) {
    width: 18%;
}
.zp-table td:nth-child(5) {
    width: 18%;
}
.zp-table td:nth-child(2) {
    width: 18%;
}
.region-content .content-wrap h1 {
    padding: 0;
    background: transparent;
    margin-bottom: 0;
max-width: 800px;
    margin: 0 auto 30px;
}
h1 {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    font-size: 50px;
    line-height: 59px;
}
.content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px 0;
}
.content-wrap .row {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px 0;
}
.zupdatedon {
    text-align: center;
    padding: 0;
    margin: 10px 0 0;
    font-family: var(--primaryfont-semibold);
    font-size: 22px;
    line-height: 25px;
    max-width: 100%;
}
h2 {
    font-family: var(--zf-secondary-bold);
    font-size: 36px;
}
.i18n-ar .top-sec,
.top-sec {
    background: #182230;
    color: #fff;
    padding: 90px 10px;
    text-align: center;
}
.top-sec svg {
    width: 103px;
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.region.region-content p {
    font-size: 18px;
}
.mb-60 {
    margin-bottom: 60px;
}
table.zp-table tr.table-header:first-child td {
    text-transform: uppercase;
    font-size: 16px;
    padding: 30px 40px;
    text-align: center;
    background: #243348;
    color: #fff;
    border-left: 1px solid #d6def4;
}
.zp-table td,
.zp-table th {
    border: 0;
    border-left: 1px solid #d6def4;
    position: relative;
    background-color: #fff;
    border-bottom: 1px inset #e8e8e8;
    width: 14%;
    min-width: 80px;
}
.zp-table td{
    padding: 20px 15px;
}
table.zp-table tr {
    /* -webkit-box-shadow: 0 1px 2px #0000001a;
    box-shadow: 0 1px 2px #0000001a; */
    position: relative;
}
.zp-table td:first-child {
    border-left: 0;
    min-width: 90px;
}
.sub-table td:first-child {
    border-left: 1px solid #d6def4;
    /* min-width: 150px; */
}
.zp-table tr:not(:first-child):not(:nth-child(2)) td {
    padding: 50px 20px 40px;
}
tr:not(:last-child) td::after {
    /* content: "";
    position: absolute;
    width: 102%;
    height: 9px;
    background: #fafafa;
    left: -1%;
    bottom: -10px;
    z-index: 1; */
}
.zp-table {
    border: 0;
}
.region.region-content {
    background: #fafafa;
}
table.zp-table tr td:nth-child(2) {
    /* background: #fff9f4; */
}
table.zp-table tr.table-header:first-child td:nth-child(2) {
    background: #e89139;
    border-left: 1px solid #e89139;
}
table.zp-table tr.table-header:first-child td:nth-child(3) {
    border-left: 1px solid #e89139;
}
table.zp-table tr:first-child td:last-child {
    border-radius: 0 6px 0 0;
}
table.zp-table tr:first-child td:first-child {
    border-radius: 6px 0 0 0;
}
table.zp-table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
    overflow: hidden;
}
table.zp-table tr:last-child {
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}
table.zp-table tr:nth-child(2) td {
    padding: 40px 20px;
}
.filter-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-box-wrap p {
    margin: 0;
    margin-right: 10px;
    font-family: var(--secondaryfont-bold);
}
.select-wrap {
    border: 1px solid #b9c3d9;
    width: 270px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    height: 44px;
    line-height: 42px;
    position: relative;
    padding: 0;
    font-size: 14px;
    z-index: 9;
    margin: 0;
}
.select-wrap::after {
    top: 50%;
    margin-top: -3px;
    border-radius: 0;
    content: "\2713";
    position: absolute;
    left: auto;
    color: #000;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 17px;
    transform: rotate(45deg);
    z-index: -1;
    right: 11px;
}
span.selected-value {
    display: block;
    white-space: nowrap;
    overflow: hidden !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 30px 0 10px;
    text-align: left;
    color: #999;
    font-size: 16px;
}
.select-wrap.choosed .selected-value {
    color: #000;
}
.select-wrap:not(.choosed) .apply {
    opacity: 0.5;
}
.custom-options {
    position: absolute;
    width: 100%;
    top: 100%;
    border: 1px solid #b9c3d9;
    background: #fff;
    text-align: left;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    border-radius: 4px;
    height: 389px;
    overflow: auto;
    padding: 5px 0 66px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-options > span {
    display: inline-block;
    padding: 12px 15px;
    line-height: 24px;
    border-bottom: 0;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-options span.selected::before {
    content: "\2713";
    position: absolute;
    left: 23px;
    color: #fff;
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 19px;
    transform: rotate(45deg);
    z-index: 2;
    right: auto;
}
.custom-options span::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #b9c3d9;
    border-radius: 1px;
    left: 14px;
    position: absolute;
    z-index: 0;
    top: 14px;
}
.custom-options span.selected::after {
    background: #326beb;
}
.custom-option[data-value="manageengineAdself"]:after {
    top: 16px;
}
.custom-option[data-value="manageengineAdself"]:before {
    top: 20px !important;
}
table.zp-table td:first-child span {
    width: 100%;
    display: inline-block;
    padding-left: 18px;
    position: relative;
}
.block.block-system .hide {
    display: none !important;
}
table.zp-table td:first-child span::before {
    content: "1. ";
    position: absolute;
    left: 0;
}
table.zp-table td:first-child span:nth-child(2)::before {
    content: "2. ";
}
table.zp-table td:first-child span:nth-child(3)::before {
    content: "3. ";
}
table.zp-table td:first-child span:nth-child(4)::before {
    content: "4. ";
}
table.zp-table td:first-child span:nth-child(5)::before {
    content: "5. ";
}
table.zp-table td:first-child span:nth-child(6)::before {
    content: "6. ";
}
table.zp-table td:first-child span:nth-child(7)::before {
    content: "7. ";
}
table.zp-table td:first-child span:nth-child(8)::before {
    content: "8. ";
}
table.zp-table td:first-child span:nth-child(9)::before {
    content: "9.";
}
table.zp-table td:first-child span:nth-child(10)::before {
    content: "10.";
}
table.zp-table td:first-child span:nth-child(10) {
    padding-left: 28px;
}
table.zp-table td:first-child span:nth-child(11)::before {
    content: "11.";
}
.row.bottom-content h3 {
    margin-bottom: 40px;
    margin-top: 20px;
    display: inline-block;
}
.block.block-system tr.zshow_all {
    display: table-row !important;
}
.apply-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: -388px;
    left: 1px;
    right: 1px;
    top: auto;
    background: #f8faff;
    color: #555;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    z-index: -1;
    overflow: hidden;
    border-top: 1px solid #b9c3d9;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    border-radius: 0 0 5px 5px;
}
.apply {
    background: #326beb;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 4px;
    color: #fff;
    font-family: var(--secondaryfont-bold);
    cursor: pointer;
}
.custom-options.dropdown-open + .apply-btn {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}
.clearall {
    font-size: 17px;
    color: #326beb;
    padding: 5px 0;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
    display: none;
}
@-moz-document url-prefix() {
    .zp-table td,
    .zp-table th {
        box-shadow: inset 1px 0 0.5px #d6def4;
    }
    table.zp-table tr td:first-child,
    table.zp-table tr:first-child td:nth-child(2),
    table.zp-table tr:first-child td:nth-child(3) {
        box-shadow: inset 0 0 0 #d6def4;
    }
}
.i18n-ar .zupdatedon {
    text-align: center;
}
.i18n-ar .filter-box-wrap p {
    margin-right: 0;
    margin-left: 10px;
}
.i18n-ar .clearall {
    padding-left: 0;
    padding-right: 10px;
}
.i18n-ar table.zp-table td:first-child span::before {
    right: 0;
}
.i18n-ar table.zp-table td:first-child span {
    padding-left: 0;
    padding-right: 18px;
}
.i18n-ar table.zp-table tr:first-child td:nth-child(3) {
    border-left-color: inherit;
    border-right: 1px solid #e89139;
}
.i18n-ar table.zp-table tr:first-child td:last-child {
    border-radius: 6px 0 0 0;
}
.i18n-ar table.zp-table tr:first-child td:first-child {
    border-radius: 0 6px 0 0;
}
.i18n-ar table.zp-table tr:first-child td:nth-child(2) {
    border-left: inherit;
    border-right: 1px solid #e89139;
}
.i18n-ar table.zp-table tr:first-child td:first-child {
    border-left: 0;
    border-right: inherit;
}
.i18n-ar .zp-table td,
.i18n-ar .zp-table th {
    border-right: 1px solid #d6def4;
}
.i18n-ar .zp-table td:first-child {
    border-right: 0;
}
@media (max-width: 1199px) {
    .zp-table-responsive {
        overflow-x: auto;
    }
}
@media (max-width: 991px) {
    .filter-box-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 655px) {
    .filter-box-wrap p {
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .zupdatedon {
        font-size: 14px;
    }
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}