@media (-webkit-min-device-pixel-ratio: 0) {
    .main-container {
        height: 100dvh;
        max-height: 100dvh;
    }
}

@font-face {
  font-family: 'iranyekan';
  src: url('fonts/iranyekan_m.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'iransans';
  src: url('fonts/iransans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
    box-sizing: border-box;
    scrollbar-width: thin;
}

body, html {
    padding: 0;
    margin: auto;
    direction: rtl;
    background-color: #f0f0f0;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
    max-width: var(--max-Width);
    overscroll-behavior: contain;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.main-container {
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}


.second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(images/background_pic.gif) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iranyekan;
}

.third-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0px 16px;
    scrollbar-width: none;
    padding-bottom: 32px;
}

.profile-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: 22px;
    font-family: iranyekan;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.profile-pic {
    width: 100px;
    height: 100px;
    color: white;
    z-index: 5;
    border: 1px solid grey;
    object-fit: contain;
    border-radius: 100%;
    margin-top: 55px;
}

.profile-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    z-index: 5;
    margin-bottom: 8px;
    width: 100%;
}

.profile-text {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 15px;
    color: inherit;
    font-family: inherit;   
    padding: 0 8px;
    z-index: 5;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 100%;
    unicode-bidi: plaintext;
    word-wrap: break-word;
}

.profile-text-title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}

p {
    margin: 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.links-container-first {
    box-shadow: none;
    overflow-y: auto;
}

.links-container-second {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: hidden;
}

.links-container-third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.links-container-fourth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 5px;
    font-size: 16px;
    margin-bottom: 22px;
}

.links-header {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    margin: auto;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links-back-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #3d025f;
    border: 1px solid #bfe022;
    color: #e9e9e9 !important;
    border-radius: 25px !important;
}

.yp-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/yp_background_pic.gif) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.yp-profile-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: 22px;
    font-family: iransans;
}

.yp-links-back-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #8a0000;
    border: 1px solid #000000;
    color: #FFFFFF !important;
    border-radius: 25px !important;
}

.yp-links-back-style_back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #8a0000;
    border: 1px solid #000000;
    color: #FFFFFF !important;
    border-radius: 0 !important;
}

.sm-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/sm_background_pic.gif) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iranyekan;
}

.sm-links-container-fourth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    margin-bottom: 22px;
}

.sm-links-back-style_back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #212121;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 0 !important;
}

.sm-list-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: inherit;
}

.sm-list-container-second {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: inherit;
    padding: 5px 0 0 0;
    width: 100%;
}

.sm-list-container-third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    background-color: purple;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: none;
    font-family: inherit !important;
    padding: 8px 12px;
    cursor: pointer;
    overflow-x: hidden;
    background-color: #212121;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 25px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sm-list-container-fourth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
}

.sm-list-container-fifth {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 700;
    font-family: inherit !important;
    font-size: 16px;
    direction: rtl;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.am-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am_background_pic.gif) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.am-links-container-fourth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 22px;
}

.am-links-container-fifth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.am-links-container-sixth {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    direction: rtl;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    color: #000000 !important;
    overflow: auto;
}

.am-pic {
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.am-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    opacity: 0.9;
    cursor: pointer;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #000000 !important;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.am-text {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: center;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    color: #047bfe;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    unicode-bidi: plaintext;
}

.am-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000 !important;
    border-radius: 5px !important;
}

.m1-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am-1-back.png) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.m1-description {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: left;
    font-size: medium;
    width: 100%;
    min-height: 40px;
    color: inherit;
    white-space: pre-wrap;
    word-break: break-word;
    unicode-bidi: plaintext;
    font-family: inherit;
    margin-bottom: 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.m1-video {
    aspect-ratio: 260 / 147;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    border: 0;
    display: inline-block;
    margin-bottom: 22px;
    pointer-events: initial;
}

.m2-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am-2-back.png) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.m3-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am-3-back.png) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.m4-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am-4-back.png) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.am4-sm-list-container-third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    background-color: purple;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: none;
    font-family: inherit !important;
    padding: 8px 12px;
    cursor: pointer;
    overflow-x: hidden;
    background-color: #d0c6bd;
    border: 1px solid #c01c23;
    color: #000000 !important;
    border-radius: 25px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.am4-yp-links-back-style_back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #8a0000;
    border: 1px solid #000000;
    color: #000000 !important;
    border-radius: 0 !important;
}

.m5-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am-5-back.png) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}

.am5-sm-list-container-third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    background-color: purple;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: none;
    font-family: inherit !important;
    padding: 8px 12px;
    cursor: pointer;
    overflow-x: hidden;
    background-color: #d0c6bd;
    border: 1px solid #c01c23;
    color: #f7440f!important;
    border-radius: 25px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.am5-yp-links-back-style_back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border-radius: 25px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 4px 16px;
    text-align: start;
    font-weight: bold;
    margin: 0 0 5px 0;
    word-break: break-word;
    background-color: #8a0000;
    border: 1px solid #000000;
    color: #f7440f!important;
    border-radius: 0 !important;
}

.m6-second-container {
    min-height: 100%;
    width: 100%;
    max-width: 696px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    z-index: 5;
    background-image: url(/images/am-6-back.png) !important;
    -webkit-background-position: center center!important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #F1F3F6;
    font-family: iransans;
}