/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./ClientApp/ui/components/live/desktop/desktopFooter/_desktopFooter.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.footer {
  display: flex;
  width: 100%;
  padding-top: 52.5px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer__container {
  display: flex;
  padding: 0 80px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.footer__content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 17px;
}
.footer__title {
  color: var(--Grey-10, #262626);
  text-align: right;
  font-family: IRANSansX;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
}
.footer__links {
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
}
.footer__link {
  flex: 1 0 0;
  color: var(--Grey-9, #434343);
  text-align: right;
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.footer__col--info {
  display: flex;
  width: 218px;
  flex-direction: column;
  align-items: center;
}
.footer__col--support {
  display: flex;
  width: 218px;
  flex-direction: column;
}
.footer__col--social {
  display: flex;
  width: 242px;
  flex-direction: column;
  color: var(--Grey-9, #434343);
  text-align: right;
  font-family: IRANYekanX;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  align-items: flex-start;
  gap: 17px;
}
.footer__text {
  color: var(--Grey-9, #434343);
  text-align: right;
  font-family: IRANSansX;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}
.footer__text-bold {
  color: var(--Grey-9, #434343);
  font-family: IRANSansX;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding: 0 5px 0 5px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__badges {
  display: flex;
  align-items: flex-start;
  gap: 26.679px;
}
.footer__terms {
  display: flex;
  padding: 12px 0;
  border-top: 1px solid var(--gray-5--senfi, #D6D6D6);
  color: var(--Grey-9, #434343);
  text-align: center;
  color: var(--Grey-9, #434343);
  text-align: right;
  font-family: IRANSansX;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  justify-content: center;
}
