@font-face {
  font-family: "lg";
  src: url("../lib/fonts/lg.eot?v=ZjhlMmNm");
  src: url("../lib/fonts/lg.eot?v=ZjhlMmNm") format("embedded-opentype"), url("../lib/fonts/lg.woff?v=ZjhlMmNm") format("woff"), url("../lib/fonts/lg.ttf?v=ZjhlMmNm") format("truetype"), url("../lib/fonts/lg.svg?v=ZjhlMmNm") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: iransans;
  src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: iransans-bold;
  src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 2;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
input,
option,
select,
textarea,
button {
  font-family: iransans;
  line-height: 1.5rem;
}

button {
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
}

img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

video {
  height: auto;
  display: block;
  max-width: 100%;
  margin-left: auto;
  aspect-ratio: 16/9;
  margin-right: auto;
  background-color: #000;
}

audio {
  width: 100%;
  height: auto;
}

::selection {
  background: #1f1347;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  line-height: 1.8em;
  font-family: iransans-bold;
  font-weight: normal;
}

.main_wrapper {
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .main_wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 0;
  }
}

.world_cup .hero_cnt {
  background-color: #312262;
  padding: 24px 0;
  margin-top: 32px;
  border-radius: 16px;
  box-shadow: 5px 5px 27px 0px #bebebe;
}
.world_cup .hero_inner {
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .world_cup .hero_inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 0;
  }
}
.world_cup .hero_inner .top {
  padding: 15px;
}
.world_cup .hero_inner .top .top_inner {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .world_cup .hero_inner .top .top_inner {
    grid-template-columns: 70% 1fr;
    align-items: center;
  }
}
.world_cup .hero_inner .top .right_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.world_cup .hero_inner .top .right_inner .description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.world_cup .hero_inner .top .right_inner .up_title {
  color: #fff;
  font-size: 0.8rem;
}
.world_cup .hero_inner .top .right_inner .title {
  color: #fff;
  font-size: 1.3rem;
}
.world_cup .hero_inner .top .right_inner .sub_title {
  color: #fff;
  font-size: 0.8rem;
}
.world_cup .hero_inner .top .lead {
  color: #fff;
  line-height: 2;
  font-size: 0.9rem;
  box-shadow: 0px 0px 16px 0px #1f1347;
  padding: 32px;
  border-radius: 16px;
  margin-top: 24px;
}
.world_cup .menus_cnt {
  margin-top: 32px;
}
.world_cup .menus_cnt ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .world_cup .menus_cnt ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}
.world_cup .menus_cnt ul li {
  min-height: 200px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 5px 5px 27px 0px #bebebe;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.world_cup .menus_cnt ul li:hover, .world_cup .menus_cnt ul li.is-active {
  transform: translateY(-2px);
}
.world_cup .menus_cnt ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #000;
}
.world_cup .live {
  margin-top: 32px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 5px 5px 27px 0px #bebebe;
}
.world_cup .groups {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 5px 5px 27px 0px #bebebe;
  margin: 32px 0;
  display: grid;
  flex-direction: column;
  gap: 16px;
}
.world_cup .groups .title {
  font-family: iransans-bold;
}
.world_cup .groups .groups_boxes {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .world_cup .groups .groups_boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}
.world_cup .groups .groups_boxes .group_box {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  text-align: inherit;
  cursor: pointer;
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.world_cup .groups .groups_boxes .group_box:hover, .world_cup .groups .groups_boxes .group_box.is-active {
  transform: translateY(-2px);
  box-shadow: 0 0 0 2px #1a5fb4;
}
.world_cup .standings_fixtures {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 5px 5px 27px 0px #bebebe;
  margin-bottom: 32px;
}
.world_cup .standings_fixtures .standings {
  margin-bottom: 24px;
}
.world_cup .bracket_tree {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 5px 5px 27px 0px #bebebe;
}

.box_shadow {
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.inner_boxshadow {
  box-shadow: inset 0 10px 11px -7px #e6e6e6;
}

.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}

.header_main {
  padding: 0.5rem;
  background: #1f1347;
  color: #fff;
}
.header_main .header-main-content {
  gap: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.header_main .header-main-content .logo-content {
  display: flex;
  min-width: 7.5rem;
}
.header_main .header-main-content .logo-content .logo-img {
  max-width: 7rem;
}
.header_main .header-main-content .logo-content .logo-text {
  color: #fff;
  margin-right: 0.5rem;
}
.header_main .header-main-content .logo-content .logo-text .description {
  font-size: 0.7rem;
}
.header_main .header-main-content .logo-content .logo-text .title {
  font-size: 1.2rem;
  font-family: iransans-bold;
  margin-top: 0.2rem;
}
.header_main .header-main-content .search-btn {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
}
.header_main .header-main-content .menu-btn {
  padding: 0;
  border: none;
  display: flex;
  color: #000;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .header_main .header-main-content .menu-btn {
    display: none;
  }
}
.header_main .header-main-content .btn-content {
  gap: 8px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .header_main .header-main-content .btn-content {
    width: 100%;
    justify-content: space-between;
  }
}
.header_main .header-main-content .search-form {
  padding: 0 4px;
  display: none;
  line-height: 8px;
  align-items: center;
  border-radius: 0.3rem;
  background-color: #4c5167;
}
.header_main .header-main-content .search-form.active {
  gap: 4px;
  display: flex;
}
.header_main .header-main-content .search-form.active .search-input + .submit-btn {
  display: flex;
}
.header_main .header-main-content .search-form .submit-btn {
  padding: 0;
  border: none;
  display: none;
  line-height: 8px;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  background-color: transparent;
}
.header_main .header-main-content .search-form .search-input {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #616679;
  padding: 4px 0 4px 4px;
  border-right: none;
  background-color: #4c5167;
  color: #fff;
  max-width: 9rem;
}
.header_main .header-main-content .search-form .search-input:focus, .header_main .header-main-content .search-form .search-input:focus-visible, .header_main .header-main-content .search-form .search-input:focus-within {
  border: none;
  outline: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    display: flex;
    visibility: hidden;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transform: translateX(990px);
    -webkit-transform: translateX(990px);
    -ms-transform: translateX(990px);
  }
  .mobile-side-menu.active {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .mobile-side-menu.active .close-area {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content {
    background-color: rgba(255, 255, 255, 0.9);
    width: 66.66%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .menu-header .logo-content {
    display: flex;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-img {
    max-width: 8rem;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-text {
    color: #000;
    margin-right: 0.5rem;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-text .description {
    font-size: 0.7rem;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-text .title {
    font-size: 1.2rem;
    font-family: iransans-bold;
    margin-top: 0.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .menu-header .logo-content {
    display: none;
  }
}
.mobile-side-menu .content .side-menu {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.mobile-side-menu .content .side-menu .link {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu .link {
    color: #2A323C;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu .link {
    color: #fff;
    display: block;
    font-size: 0.87rem;
  }
}
.mobile-side-menu .content .side-menu > .menu-item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item {
    gap: 2px;
    display: flex;
    padding-bottom: 6px;
    align-items: center;
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .link {
    color: #000;
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .menu-arrow svg {
    stroke: #000;
    transform: rotate(180deg);
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .dropdown {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
.mobile-side-menu .content .side-menu > .menu-item .toggle-dropdown {
  display: none;
}
.mobile-side-menu .content .side-menu > .menu-item .toggle-dropdown:checked + .menu-arrow + .dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 1rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item .menu-arrow {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item .menu-arrow svg {
    stroke: #000;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item .menu-arrow svg {
    stroke: #fff;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu .dropdown {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu .dropdown {
    top: 30px;
    opacity: 0;
    z-index: 10;
    padding: 12px;
    min-width: 150px;
    visibility: hidden;
    position: absolute;
    right: calc(50% - 86px);
  }
}
.mobile-side-menu .content .side-menu .dropdown {
  transition: all 0.3s ease-out;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item a {
  width: 100%;
  color: #000;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item a:hover {
  color: #1f1347;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu .dropdown .link {
    font-size: 0.85rem;
  }
}
.mobile-side-menu .close-area {
  width: 33.33%;
}

.footer {
  margin-top: 2rem;
}
.footer .footer_content {
  background: #1f1347;
  color: #fff;
  padding: 1rem 0;
}
.footer .footer_content .footer_socials {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer .footer_content .footer_socials {
    gap: 1rem;
    justify-content: unset;
  }
}
.footer .footer_content .footer_socials {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer .footer_content .footer_socials {
    text-align: inherit;
  }
}
.footer .footer_content .footer_socials .link {
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  width: 1.5rem;
  height: 1.5rem;
}
.footer .footer_content .footer_socials .link:hover {
  filter: brightness(0);
}
.footer .footer_content .footer_socials .link_youtube {
  width: unset;
  height: 24px;
}
.footer .copyright {
  background: #15191E;
  color: #A6ADBB;
}
.footer .copyright .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer .copyright .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .copyright .content .aasaam {
  display: flex;
  align-items: center;
  color: #A6ADBB;
  margin-top: 1rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 992px) {
  .footer .copyright .content .aasaam {
    margin-top: 0;
  }
}
.footer .copyright .content .aasaam svg {
  margin-left: 0.5rem;
  filter: drop-shadow(2px 4px 6px #1f1347);
}
.footer .copyright .content .aasaam:hover {
  opacity: 0.7;
}

.zxc > .type-resource-image,
.faketabliqholder {
  margin: 0 auto 12px;
}

.zxc a {
  display: block;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scrollbar-color: #AAA #f5f5f5;
  }
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html::-webkit-scrollbar-thumb {
  background-color: #AAA;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #0d7377;
}

iframe[src*=mcdn] {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  margin: 8px 0;
}

.sticky_zxc_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  right: 0;
}
.sticky_zxc_bottom.mobile_visible_fixed {
  transition: all 0.4s ease, color 0.4s ease;
  transform: translate(0, 0);
  visibility: visible;
}
.sticky_zxc_bottom.mobile_unvisible_fixed {
  transform: translate(0, 130%);
  visibility: hidden;
  transition: all 0.4s ease, color 0.4s ease;
}

.sticky_zxc_bottom_cnt #close_sticky_zxc_bottom {
  background-color: rgba(108, 108, 108, 0.8117647059);
  border-radius: 8px 8px 0 0;
  float: left;
  margin-left: 8px;
  padding: 1px 2px 0;
}
.sticky_zxc_bottom_cnt #close_sticky_zxc_bottom svg {
  width: 22px;
  height: auto;
  padding: 2px 4px;
  display: block;
}

@media screen and (min-width: 650px) {
  .just_mobile {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .just_desktop {
    display: none !important;
  }
}

@keyframes fadeIn {
  from {
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s ease;
    opacity: 0;
  }
  to {
    opacity: 1;
    max-height: 100vh;
    transform: scaleY(1);
  }
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.container {
  margin: 0 0.5rem;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  line-height: 1.8em;
  font-family: iransans-bold;
  font-weight: normal;
}

ol {
  margin-right: 20px;
  list-style-type: persian;
}
ol li::marker {
  color: #1f1347;
}

em {
  color: #1f1347 !important;
}

em[data-class=right-blockquote] {
  padding: 12px;
  display: block;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 4px solid #1f1347;
}

em[data-class=left-blockquote] {
  padding: 12px;
  display: block;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 4px solid #1f1347;
}

.spacial-blockquote2 {
  padding: 12px;
  display: block;
  font-size: 0.85rem;
  border-radius: 6px;
  font-family: iransans-bold;
  border: 1px solid #1f1347;
}

.spacial-blockquote3 {
  padding: 12px;
  display: block;
  font-size: 0.85rem;
  border-radius: 6px;
  font-family: iransans-bold;
  border-top: 1px solid #1f1347;
  border-bottom: 1px solid #1f1347;
}

.ampstory_container {
  --main-color: #0d7377;
  --max-ampstory-width: 84px;
}
.ampstory_container .main_wrapper {
  padding: 0;
}

.ampstory {
  width: 100%;
  display: flex;
  gap: 12px;
  overflow-x: scroll;
  scrollbar-width: none;
  margin: 16px 0;
  text-align: center;
  scroll-behavior: smooth;
  justify-content: space-evenly;
}
.ampstory::-webkit-scrollbar {
  display: none;
}
.ampstory li {
  flex-shrink: 0;
  width: var(--max-ampstory-width);
}
.ampstory li img {
  border: 2px solid var(--main-color);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  padding: 2px;
  border-radius: 50%;
}
.ampstory li .title {
  margin: 8px 0 0;
  font-family: iransans;
  color: #212121;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ampstory li .title a {
  display: block;
  color: #212121;
}

@media screen and (min-width: 678px) {
  .ampstory_container .ampstory {
    cursor: grab;
  }
  .ampstory_container .ampstory * {
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
  }
  .ampstory_container .ampstory:active {
    cursor: grabbing;
    /* Cursor during active dragging */
  }
  .ampstory_container .ampstory img, .ampstory_container .ampstory a {
    pointer-events: auto;
    /* Prevent interference when dragging */
  }
  .ampstory_container .ampstory_carousel {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ampstory_container .ampstory_carousel button.prev,
  .ampstory_container .ampstory_carousel button.next {
    background-color: rgba(204, 204, 204, 0.5019607843);
    border: 1px solid rgba(204, 204, 204, 0.5019607843);
    border-radius: 50%;
    width: 36px;
    color: rgba(33, 33, 33, 0.8392156863);
    height: 36px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    backdrop-filter: blur(2px);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .ampstory_container .ampstory_carousel button.prev {
    left: 4px;
  }
  .ampstory_container .ampstory_carousel button.next {
    right: 4px;
  }
  .ampstory_container .ampstory_carousel button:disabled {
    opacity: 0.5;
  }
}
@media screen and (max-width: 678px) {
  .ampstory {
    scroll-snap-type: x mandatory;
    margin-inline-start: 12px;
  }
  .ampstory li {
    scroll-snap-align: start;
  }
  .ampstory_carousel .prev,
  .ampstory_carousel .next {
    display: none;
  }
}
.force-news-area {
  display: block;
}
@media only screen and (min-width: 768px) {
  .force-news-area {
    display: none;
  }
}
.force-news-area {
  position: fixed;
  z-index: 8;
  bottom: 0;
  width: 100%;
  background-color: #FF5861;
  color: #ffffff;
  padding: 0.5rem 0;
}
.force-news-area .force-news {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.force-news-area .force-news .link {
  font-family: iransans-bold;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.force-news-area .force-news .link:hover {
  filter: brightness(0.5);
}
.force-news-area .force-news .close {
  background-color: #FF5861;
  position: absolute;
  cursor: pointer;
  top: -1rem;
  left: 0.5rem;
  padding: 0.15rem 0.25rem 0;
  border-radius: 0.35rem;
}

.pollform {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  margin-bottom: 16px;
}
.pollform #copiedText_poll {
  display: none;
  position: absolute;
  top: -100%;
  background-color: #f6f6f6;
  font-size: 0.875rem;
  text-align: center;
  padding: 2px 8px;
  border-radius: 8px;
  left: 0;
}
.pollform .main_title {
  font-size: 0.875rem;
  font-family: iransans-bold;
  margin-bottom: 12px;
}
.pollform #pollStatus {
  font-size: 0.938rem;
}
.pollform #pollStatus.red-text {
  background-color: rgba(219, 80, 94, 0.2117647059);
  color: #d50014;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #dc3545;
}
.pollform #pollStatus.green-text {
  background-color: rgba(40, 167, 69, 0.2117647059);
  color: #009b23;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #28a745;
}
.pollform #main_pollForm {
  display: none;
  animation: fade-in 0.4s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pollform #main_pollForm.visible {
  display: block;
}
.pollform #poll-output {
  display: none;
  animation: fade-in 0.4s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pollform #poll-output.visible {
  display: block;
}
.pollform .poll_option_bar {
  display: flex;
  gap: 16px;
  align-items: center;
}
.pollform .poll_sum {
  display: flex;
  gap: 8px;
  color: #464646;
  font-size: 0.938rem;
}
.pollform #pollSubmit {
  background-color: #1f1347;
  border-radius: 4px;
  padding: 4px 10px;
  border: none;
  color: #fff;
  flex-grow: 3;
  cursor: pointer;
}
.pollform #response_poll {
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 4px 10px;
  border: none;
  color: #000;
  flex-grow: 2;
  cursor: pointer;
}
.pollform {
  /* All Progress Bars */
}
.pollform progress {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pollform {
  /* Determinate */
}
.pollform progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pollform {
  /* Indeterminate */
}
.pollform progress:not([value]) {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pollform progress::-webkit-progress-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
}
.pollform progress::-webkit-progress-value {
  background-color: #1f1347;
  border-radius: 4px;
}
.pollform progress {
  width: 100%;
  height: 6px;
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 4px;
}
.pollform progress::-moz-progress-bar {
  background-color: #0d7377;
  border-radius: 4px;
}
.pollform #back_button_poll {
  background-color: #e9e9e9;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  max-width: 100px;
  font-size: 0.875rem;
  color: #000;
  cursor: pointer;
  display: none;
  animation: fade-in 0.4s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pollform #back_button_poll.visible {
  display: block;
}
.pollform .poll_button {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
.pollform form,
.pollform .poll-statistics {
  padding: 16px;
}
.pollform ul li {
  color: #464646;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.pollform ul li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 12px;
}
.pollform .pollform_title {
  background-color: #1f1347;
  border-radius: 4px 4px 0 0;
}
.pollform .pollform_title .title_h {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  padding: 10px 0;
  font-family: iransans-bold;
  text-align: center;
}

.attach_files {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.attach_files .download_parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.attach_files .download_button {
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 16px;
  border-radius: 4px;
  font-family: iransans-bold;
  background-color: #1f1347;
  border: 1px solid #1f1347;
  transition: 0.3s ease-in-out;
}
.attach_files .download_button:hover {
  color: #1f1347;
  background-color: #fff;
}

.video_info,
.audio_info {
  gap: 4px;
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
}
.video_info a,
.video_info .divider,
.audio_info a,
.audio_info .divider {
  color: #1f1347;
  font-family: iransans-bold;
}