body{
    font-family: 'Vazirmatn';
    background: #f4f4f4;
}
.wrap {
    width: 70%;
    margin: 4% auto;
}
.content, .title-section {
    background-color: #f0f0f0;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    margin: 10px 0;
    letter-spacing: -.3px;
}
.title-section {
    padding: auto;
    padding: 10px 35px;
    font-size: 24px;
    background-color: #ced9e35c;
}
.content {
    padding: 25px 40px;
}
.lang-bar {
    width: 70%;
    color: #777;
    margin: auto;
    margin-top: 4%;
    margin-bottom: -3.5%;
    text-align: center;
    font-size: 13px;
}
.lang-bar button {
    cursor: pointer;
}
.lang-bar button:hover, .lang-bar button.active {
    background-color: #222;
    color: #ddd;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 2px 4px 3px 4px;
}
.wrap.fa {
	display: block;
}
.wrap.en {
	display: none;
}
.wrap.pg1 {
    display: block;
}
.wrap.pg2, .wrap.pg3, .wrap.pg4 {
    display: none;
}

.wsom-content a[aria-disabled="true"] {
    pointer-events: none;
}

.wrap.pg1,
.wrap.pg2 {
    overflow-x: auto;
    scrollbar-width: thin;
}

@media (max-width: 782px) {
    .main {
        display: block;
    }

    #menos {
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
        padding: 0;
    }

    #menos > ul > li {
        display: none;
    }

    #menos .menu-main {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin: 0;
        padding: 0;
    }

    #menos ul > ul li,
    #menos ul > ul li.bt.active {
        min-width: 0;
        margin: 0;
        padding: 11px 4px;
        line-height: 1.4;
        text-align: center;
        font-size: 12px;
    }

    #contento {
        box-sizing: border-box;
        width: 100%;
        padding: 0 8px 24px;
    }

    .back-link p {
        padding: 9px 12px;
        line-height: 1.8 !important;
        font-size: 13px;
    }

    .back-link a {
        position: static;
        display: inline-block;
        margin: 10px 0 4px;
    }

    .wsom-content .wsom-title {
        font-size: 20px;
        line-height: 1.7;
    }

    .wrap.pg1 table.widefat,
    .wrap.pg2 table.widefat {
        min-width: 860px;
    }
}
img {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
p {
    line-height: 2em;
    font-size: 16px;
    text-align: justify;
    padding: 0 40px;
    margin: 15px 0 0 0;
}
span {
    display: inline-block;
    vertical-align: middle;
}
dl > dt {
    font-weight: 500;
    letter-spacing: -.7px;
}
dl > dd {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 15px 14px 30px 14px;
}
dl > dd::after {
    content: '|';
    position: absolute;
    left: -15px;
    color: #a4a4a4;
}
dl > dd.lst::after {
    display: none;
}
h2, h3, h4 {
    font-weight: 500;
    margin: 30px 0 0 0;
    letter-spacing: -0.6px;
    word-spacing: -1px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
ul, ol {
    margin: 15px;
    padding: 0;
    list-style: none;
}
ul > li, ol > li {
    margin-right: 50px;
    line-height: 1.8em;
    font-size: 15px;
    position: relative;
}
ul > li:last-child {
    margin-bottom: 45px;
}
ul.list-normo {
    list-style: circle;
}
ul.list-normo li::before {
    display: none;
}
ul.list-normo li.check::before {
    display: block;
}
ul > li::before {
    content: '';
    font-size: 12px;
    position: absolute;
    right: -15px;
}
ul.uncheck li::before, ul li.uncheck::before {
    content: '✖';
    list-style: none;
    top: 3px;
}
ul.check li::before, ul li.check::before {
    content: '✔';
    top: 0;
    font-size: 19px;
    right: -19px;
}
.ta-c {
    text-align: center;
}
.ta-l {
    text-align: left;
}
.ta-r {
    text-align: right;
}
.mb-20 {
    margin-bottom: 20px;
}
.boldo {
    font-weight: 500;
    font-size: 18px !important;
}
.cap-div {
    margin: 15px 0;
    padding: 12px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.cap-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #ffffff82;
    text-align: center;
    padding: 20px 20px 30px 20px;
    font-size: 14px;
    width: 230px;
}
.divider {
    height: 1px;
    display: block;
    clear: both;
    background-color: #bfbfbf;
    width: 85%;
    margin: 60px auto;
}
.dn {
    display: none;
}
div.buy-section {
    padding-top: 30px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
a.btn {
    margin: 15px;
    padding: 12px 15px 8px 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .1px;
    box-shadow: 3px 5px 0px 0px #dbdbdb;
    position: relative;
}
span.sub-text {
    position: absolute;
    left: 15px;
    top: -20px;
    font-size: 13px;
    color: #999;
    letter-spacing: .3px;
}
a.btn-free {
    color: #2b2424;
    border-color: #a6b1c4;
    background-color: #ced9e3;
    min-width: 100px;
}
a.btn-pro {
    color: #2b2424;
    background-color: darkseagreen;
    border-color: #7e957e;
}
.wrap.fa a.btn-pro {
    display: inline-block;
    width: 65%;
}
.wrap.fa a.btn-free {
    display: inline-block;
    min-width: 217px;
    width: 15%;
}
a.btn:hover {
    background-color: #262626;
    color: #fff;
    border-color: #444;
}
/******************
****[lang=en]****
******************/
.wrap.en .title-section {
    font-weight: 500 !important;
    letter-spacing: normal;
}
.wrap.en ul > li {
    margin-right: unset;
    margin-left: 60px;
}
.wrap.en ul li.list-title, .wrap.en dl dt.list-title {
    list-style: none;
    font-size: 19px;
    margin-left: 10px;
    font-weight: 500 !important;
    letter-spacing: .5px !important;
}
.wrap.en dl dt.list-title {
    margin-bottom: 15px;
}
.wrap.en dl {
    line-height: 1.8em;
    margin: 15px !important;
}
.wrap.en dl dt {
    margin-left: 60px;
    position: relative;
}
.wrap.en dl dt.list-title::after {
    display: none;
}
.wrap.en dl > dt::after {
    content: '◦';
    font-size: 22px;
    position: absolute;
    left: -15px;
    color: #a4a4a4;
}
.wrap.en dl > dd::after {
    content: '-';
}
.wrap.en dl > dd {
    margin: 0 0 0 75px;
}
/***********************
******[DEMO-PAGE]*****
***********************/
a {
    text-decoration: none;
}
table {
    width: 100%;
    border-spacing: 0;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #c4c4c4;
}
table th {
    font-weight: normal;
    background-color: #ddd;
    text-align: center;
    color: #343434;
}
table td {
    text-align: center;
    color: #343434;
}
tr:nth-child(even) {
  background-color: #ededed;
}
tr:hover {
    background-color: #d6eef7 !important;
}
.main {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}
#menos {
    color: #fff;
    background-color: #1d2327;
    font-family: 'Tahoma';
    width: 240px;
    padding-top: 20px;
    padding-bottom: 5%;
}
#menos ul {
    margin: 0;
    padding: 0;
}
#menos ul > li {
    margin: 0;
    padding: 0 2px 0 30px;
    line-height: 35px;
    position: relative;
    font-size: 13.5px;
}
#menos ul > li::before {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 35px;
    background-color: #1d2327;
}
#menos ul > li.disable, #menos ul > li.disable i {
    color: #888;
}
#menos ul > li.crnt::before {
    height: 50px;
}
#menos ul > ul li::before {
    display: none;
}
#menos ul > ul li {
    padding-right: 30px;
}
#menos ul > li i {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    font-size: 20px;
    color: #aaa;
    margin-right: 6px;
}
#menos .noc {
    background-color: #1d2327;
}
#menos ul > li:hover i {
    color: #fff;
}
#menos ul > li:hover::before {
    background-color: #72aee6;
}
#menos ul > li:hover {
    cursor: pointer;
    color: #8ec6f4;
}
#menos li > ul {
    margin: 0;
    padding: 0;
}
#menos li > ul > li {
    padding: 0 25px 0 0;
}
#contento {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
.wsom-payment-presets a.button, .payment-scheduale button {
    font-family: 'Vazirmatn';
    font-size: 13px;
    min-height: 31px;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
}
.wsom-payment-presets input, .payment-scheduale input {
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
}
.wsom-payment-breakdown {
    font-size: 14px;
    font-weight: normal;
}
.datepicker-container {
    direction: rtl !important;
}
.datepicker-plot-area .datepicker-navigator {
    direction: ltr;
}
.datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
    border-radius: 10px !important;
    width: 31% !important;
    margin: 4px 2px !important;
}
table.widefat.striped a {
    cursor: pointer;
    color: #2271b1;
}
.back-link {
    position: relative;
}
.back-link a {
    position: absolute;
    left: 130px;
    top: 90px;
    border: 1px solid #444;
    padding: 10px 30px;
    border-radius: 10px;
}
table.widefat.striped span.dashicons {
    vertical-align: middle;
}
table.form-table {
    border: none;
    width: 50%;
}
table.form-table input {
    border-radius: unset;
    font-size: 15px;
}
table.form-table td {
    padding: 15px;
}
.button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
}
.bt.active {
    color: #fff;line-height: 50px;
    font-weight: bold;
}

/* Keep the WordPress-style demo usable on narrow screens. */
@media (max-width: 782px) {
    .main {
        display: block;
    }

    #menos {
        position: sticky;
        top: 0;
        z-index: 100;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
    }

    #menos > ul > li {
        display: none;
    }

    #menos .menu-main {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #menos ul > ul li,
    #menos ul > ul li.bt.active {
        min-width: 0;
        margin: 0;
        padding: 11px 4px;
        line-height: 1.4;
        text-align: center;
        font-size: 12px;
    }

    #contento {
        box-sizing: border-box;
        width: 100%;
        padding: 0 8px 24px;
    }

    .back-link p {
        padding: 9px 12px;
        line-height: 1.8 !important;
        font-size: 13px;
    }

    .back-link a {
        position: static;
        display: inline-block;
        margin: 10px 0 4px;
    }

    .wsom-content .wsom-title {
        font-size: 20px;
        line-height: 1.7;
    }

    .wsom-license-panel__main,
    .wsom-license-panel__side,
    .wsom-license-card,
    .wsom-license-side-card {
        box-sizing: border-box;
        min-width: 0;
        width: 100%;
    }

    .wsom-license-token-input.regular-text {
        box-sizing: border-box;
        width: 100%;
    }

    .wsom-license-card__header {
        flex-wrap: wrap;
    }

    .pg4 p {
        padding-right: 0;
        padding-left: 0;
    }
}
