/* [project]/components/action-buttons/ActionButtonMenu/ActionButtonMenu.module.scss.module.css [client] (css) */
.ActionButtonMenu-module-scss-module__2RGaHW__item {
  align-items: center;
  display: flex;
}

.ActionButtonMenu-module-scss-module__2RGaHW__buttonWrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.ActionButtonMenu-module-scss-module__2RGaHW__buttonWrap button {
  height: 100%;
}

.ActionButtonMenu-module-scss-module__2RGaHW__icon {
  height: 15px;
  margin-right: 5px;
}

.ActionButtonMenu-module-scss-module__2RGaHW__menu {
  color: currentColor;
}

.ActionButtonMenu-module-scss-module__2RGaHW__menuButton {
  border-color: var(--theme-color-components-content-background);
}

/* [project]/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss.module.css [client] (css) */
.ActionButtonRow-module-scss-module__u54gEG__row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem .75rem 0;
  display: flex;
}

.ActionButtonRow-module-scss-module__u54gEG__row button {
  margin-bottom: .5rem;
  margin-left: clamp(1px, .2vw, .3rem);
  margin-right: clamp(1px, .2vw, .3rem);
}

.ActionButtonRow-module-scss-module__u54gEG__row button:last-of-type {
  margin-right: 0;
}

/* [project]/components/action-buttons/ActionButton/ActionButton.module.scss.module.css [client] (css) */
.ActionButton-module-scss-module__65_MdW__button {
  font-weight: 600;
}

.ActionButton-module-scss-module__65_MdW__button .ActionButton-module-scss-module__65_MdW__icon {
  height: 90%;
  max-height: 18px;
  margin-bottom: 1%;
  margin-left: -3px;
  margin-right: 5px;
}

/* [project]/components/ui/Content/Content.module.scss.module.css [client] (css) */
.Content-module-scss-module__Cn45pq__main {
  flex-direction: row;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.Content-module-scss-module__Cn45pq__mainColumn {
  flex-direction: column;
  flex: auto;
  display: flex;
  overflow: auto;
}

.Content-module-scss-module__Cn45pq__mainColumn::-webkit-scrollbar {
  display: none;
}

.Content-module-scss-module__Cn45pq__mainColumn::-webkit-scrollbar-thumb {
  display: none;
}

.Content-module-scss-module__Cn45pq__lowerSection {
  padding: var(--content-padding);
}

.Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed {
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed {
    position: relative;
    top: 0;
  }
}

.Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed .ant-tabs-nav {
  margin-bottom: 0;
  margin-right: 52px;
  padding-top: .5vh;
  padding-left: 1vw;
}

.Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed .ant-tabs-nav-operations {
  display: none !important;
}

.Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed .ant-tabs-extra-content {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

:is(.Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed .ant-tabs-nav-wrap-ping-left ~ .ant-tabs-extra-content, .Content-module-scss-module__Cn45pq__lowerSectionMobileTabbed .ant-tabs-nav-wrap-ping-right ~ .ant-tabs-extra-content) {
  visibility: visible;
}

.Content-module-scss-module__Cn45pq__topSectionElement {
  background-color: var(--theme-color-components-video-background);
}

@media only screen and (max-width: 768px) {
  .Content-module-scss-module__Cn45pq__topSectionElement {
    z-index: 100;
    position: sticky;
  }
}

.Content-module-scss-module__Cn45pq__offlineBanner {
  color: var(--theme-color-palette-4);
}

.Content-module-scss-module__Cn45pq__actionButtonsContainer {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.Content-module-scss-module__Cn45pq__mobileActionButtons {
  display: none;
}

@media only screen and (max-width: 768px) {
  .Content-module-scss-module__Cn45pq__mobileActionButtons {
    z-index: 199;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    right: 5px;
  }
}

.Content-module-scss-module__Cn45pq__mobileActionButtons > * {
  margin-left: 5px;
  margin-right: 5px;
}

.Content-module-scss-module__Cn45pq__desktopActionButtons {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .Content-module-scss-module__Cn45pq__desktopActionButtons {
    display: none;
  }
}

.Content-module-scss-module__Cn45pq__statusBar {
  flex-shrink: 0;
}

.Content-module-scss-module__Cn45pq__loadingSpinner {
  display: grid;
}

.Content-module-scss-module__Cn45pq__bottomPageContentContainer {
  background-color: var(--theme-color-components-content-background);
  padding: calc(2*var(--content-padding));
  border-radius: var(--theme-rounded-corners);
  width: 100%;
  min-height: 50vh;
  margin-bottom: 20px;
}

.Content-module-scss-module__Cn45pq__bottomPageContentContainer h1, .Content-module-scss-module__Cn45pq__bottomPageContentContainer h2, .Content-module-scss-module__Cn45pq__bottomPageContentContainer h3 {
  line-height: 2rem;
}

.Content-module-scss-module__Cn45pq__bottomPageContentContainer h1:first-child, .Content-module-scss-module__Cn45pq__bottomPageContentContainer h2:first-child, .Content-module-scss-module__Cn45pq__bottomPageContentContainer h3:first-child {
  margin-top: unset;
}

.Content-module-scss-module__Cn45pq__floatingMobileChatModalButton {
  width: 100px;
  height: 40px;
  bottom: 40px;
  right: var(--content-padding);
  z-index: 99;
  background-color: var(--theme-color-components-chat-background);
  border-width: 0;
  font-size: 1em;
  font-weight: 600;
  position: fixed;
  box-shadow: 0 1px 3px 1px #0003;
}

.Content-module-scss-module__Cn45pq__centerSpinner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

/* [project]/components/ui/Content/DesktopContent.module.scss.module.css [client] (css) */
.DesktopContent-module-scss-module__qr8CEq__bottomSectionContent {
  width: calc(100% - 4vw);
  margin: 0 2vw;
}

/* [project]/components/ui/OfflineBanner/OfflineBanner.module.scss.module.css [client] (css) */
.OfflineBanner-module-scss-module__7pRryW__outerContainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.OfflineBanner-module-scss-module__7pRryW__innerContainer {
  flex-direction: column;
  width: clamp(0px, 100%, 600px);
  margin: 5vh auto;
  padding: 2.4em;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .OfflineBanner-module-scss-module__7pRryW__innerContainer {
    margin: 1rem .2rem;
    padding: 1em;
    font-size: 1.2rem;
  }
}

.OfflineBanner-module-scss-module__7pRryW__separator {
  margin-top: 15px;
  margin-bottom: 15px;
}

.OfflineBanner-module-scss-module__7pRryW__lastLiveDate {
  opacity: .7;
  font-size: .8rem;
  font-family: var(--theme-text-body-font-family);
  margin-top: 2rem;
  font-weight: 300;
}

.OfflineBanner-module-scss-module__7pRryW__lastLiveDate .OfflineBanner-module-scss-module__7pRryW__clockIcon {
  margin-right: 6px;
}

.OfflineBanner-module-scss-module__7pRryW__header {
  font-family: var(--theme-text-display-font-family);
  font-size: 1.4rem;
  font-weight: 600;
}

.OfflineBanner-module-scss-module__7pRryW__footer {
  margin-top: 15px;
}

.OfflineBanner-module-scss-module__7pRryW__actionLink {
  color: var(--theme-color-action);
  cursor: pointer;
  text-decoration: underline;
}

.OfflineBanner-module-scss-module__7pRryW__actionLink:hover {
  color: var(--color-owncast-palette-7);
}

:is(.OfflineBanner-module-scss-module__7pRryW__bodyText .notify-link, .OfflineBanner-module-scss-module__7pRryW__bodyText .follow-link) {
  color: var(--theme-color-action);
  cursor: pointer;
  text-decoration: underline;
}

:is(.OfflineBanner-module-scss-module__7pRryW__bodyText .notify-link:hover, .OfflineBanner-module-scss-module__7pRryW__bodyText .follow-link:hover) {
  color: var(--color-owncast-palette-7);
}

.OfflineBanner-module-scss-module__7pRryW__bodyText {
  font-size: 1.2rem;
  line-height: 2rem;
}

/* [project]/components/ui/Statusbar/Statusbar.module.scss.module.css [client] (css) */
.Statusbar-module-scss-module__0sTbpG__statusbar {
  height: var(--status-bar-height);
  width: 100%;
  max-height: 4vh;
  padding: var(--content-padding);
  color: var(--theme-color-components-video-status-bar-foreground);
  background-color: var(--theme-color-components-video-status-bar-background);
  font-family: var(--theme-text-display-font-family);
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  display: flex;
}

.Statusbar-module-scss-module__0sTbpG__onlineMessage {
  letter-spacing: .5px;
}

.Statusbar-module-scss-module__0sTbpG__viewerCount {
  vertical-align: middle;
}

.Statusbar-module-scss-module__0sTbpG__viewerIcon {
  margin-right: .5rem;
  display: inline-block;
}

/* [project]/components/ui/Modal/Modal.module.scss.module.css [client] (css) */
.Modal-module-scss-module__Uyx_Ha__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.Modal-module-scss-module__Uyx_Ha__content {
  background-color: var(--theme-color-components-modal-content-background);
  height: 100%;
  color: var(--theme-color-components-modal-content-text);
  padding: 1.25rem;
  display: block;
}

.Modal-module-scss-module__Uyx_Ha__content h1:first-child, .Modal-module-scss-module__Uyx_Ha__content h2:first-child, .Modal-module-scss-module__Uyx_Ha__content h3:first-child {
  margin-top: unset;
}

/* [project]/components/ui/CustomPageContent/CustomPageContent.module.scss.module.css [client] (css) */
.CustomPageContent-module-scss-module__yYJKGW__customPageContent {
  color: var(--theme-color-components-text-on-light);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6em;
}

.CustomPageContent-module-scss-module__yYJKGW__customPageContent hr {
  border: 0;
  border-top: solid 1px var(--theme-color-palette-6);
  margin: 1.35em 0;
}

.CustomPageContent-module-scss-module__yYJKGW__customPageContent div.CustomPageContent-module-scss-module__yYJKGW__summary {
  font-size: .9rem;
}

.CustomPageContent-module-scss-module__yYJKGW__customPageContent p {
  margin: .5rem 0;
}

.CustomPageContent-module-scss-module__yYJKGW__customPageContent a:hover {
  color: var(--color-owncast-palette-7);
}

/* [project]/components/ui/Logo/Logo.module.scss.module.css [client] (css) */
.Logo-module-scss-module__mrV-cW__root {
  border-style: solid;
  border-width: 5px;
  border-color: var(--theme-color-palette-0);
  background-color: var(--theme-color-palette-4);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-right: .5rem;
  display: flex;
  overflow: hidden;
}

.Logo-module-scss-module__mrV-cW__container {
  border-radius: 50%;
  width: 90%;
  height: 90%;
  overflow: hidden;
}

.Logo-module-scss-module__mrV-cW__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* [project]/components/ui/SocialLinks/SocialLinks.module.scss.module.css [client] (css) */
.SocialLinks-module-scss-module__KYQyia__link {
  width: 30px;
}

.SocialLinks-module-scss-module__KYQyia__linkBackground {
  background-color: var(--theme-color-components-content-background);
  border-radius: 50%;
  padding: 8px;
}

.SocialLinks-module-scss-module__KYQyia__links {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 5px;
  display: flex;
}

/* [project]/components/common/ContentHeader/ContentHeader.module.scss.module.css [client] (css) */
.ContentHeader-module-scss-module__O33qtW__root {
  padding: var(--content-padding);
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  padding-top: calc(var(--content-padding)*.5);
  color: var(--theme-color-components-text-on-light);
  display: grid;
  position: relative;
}

.ContentHeader-module-scss-module__O33qtW__row {
  margin-bottom: .75rem;
}

.ContentHeader-module-scss-module__O33qtW__logoTitleSection {
  flex-direction: column;
  display: flex;
}

.ContentHeader-module-scss-module__O33qtW__logoTitleSection .ContentHeader-module-scss-module__O33qtW__logo {
  margin: auto .6rem;
}

@media only screen and (min-width: 768px) {
  .ContentHeader-module-scss-module__O33qtW__logoTitleSection {
    flex-direction: row;
  }

  .ContentHeader-module-scss-module__O33qtW__logoTitleSection .ContentHeader-module-scss-module__O33qtW__logo {
    margin: .6rem;
  }
}

@media only screen and (max-width: 768px) {
  .ContentHeader-module-scss-module__O33qtW__logoTitleSection {
    align-items: center;
  }

  .ContentHeader-module-scss-module__O33qtW__logoTitleSection .ContentHeader-module-scss-module__O33qtW__logo {
    margin: 1.2rem auto;
  }
}

.ContentHeader-module-scss-module__O33qtW__titleSection {
  flex-direction: column;
  margin-left: .6rem;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .ContentHeader-module-scss-module__O33qtW__titleSection {
    margin-left: 0;
  }
}

.ContentHeader-module-scss-module__O33qtW__titleSection .ContentHeader-module-scss-module__O33qtW__title {
  font-family: var(--theme-text-display-font-family);
  margin: unset;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.ContentHeader-module-scss-module__O33qtW__titleSection .ContentHeader-module-scss-module__O33qtW__subtitle {
  max-width: 900px;
  margin: .75rem 0;
  font-size: 1.15rem;
  font-weight: 300;
}

.ContentHeader-module-scss-module__O33qtW__tagList {
  color: var(--theme-color-palette-10);
}

.ContentHeader-module-scss-module__O33qtW__tagList span {
  margin-right: .5rem;
  font-weight: 400;
  display: inline-block;
}

/* [project]/components/ui/Footer/Footer.module.scss.module.css [client] (css) */
.Footer-module-scss-module__RiLUzG__footer {
  background-color: var(--theme-color-background-header);
  color: var(--theme-color-components-text-on-dark);
  font-family: var(--theme-text-body-font-family);
  padding: .6rem var(--footer-padding-x);
  border-top: 1px solid #d6d3d380;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .Footer-module-scss-module__RiLUzG__footer {
    font-size: 10px;
  }
}

.Footer-module-scss-module__RiLUzG__footer a {
  color: var(--theme-color-components-text-on-dark);
  text-decoration: none;
}

.Footer-module-scss-module__RiLUzG__footer .Footer-module-scss-module__RiLUzG__links {
  -moz-column-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 2rem;
  width: auto;
  display: flex;
}

/* [project]/components/ui/Header/Header.module.scss.module.css [client] (css) */
.Header-module-scss-module__RKj67G__header {
  height: var(--header-height);
  padding: .7rem var(--content-padding);
  background-color: var(--theme-color-background-header);
  z-index: 200;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px 1px #0000001a;
}

.Header-module-scss-module__RKj67G__header h1 {
  margin-top: unset;
  margin-bottom: unset;
}

@media only screen and (max-width: 768px) {
  .Header-module-scss-module__RKj67G__header {
    width: 100%;
    position: fixed;
    top: 0;
  }
}

.Header-module-scss-module__RKj67G__logoImage {
  margin-right: .75rem;
  padding: .2rem;
  display: none;
}

@media only screen and (min-width: 768px) {
  .Header-module-scss-module__RKj67G__logoImage {
    display: block;
  }
}

.Header-module-scss-module__RKj67G__logo {
  align-items: center;
  display: flex;
}

.Header-module-scss-module__RKj67G__title {
  color: var(--theme-color-components-text-on-dark);
  font-family: var(--theme-text-display-font-family);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: min(70vw, 100vw - 6rem);
  margin-bottom: 0;
  font-size: clamp(1rem, 4vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
}

.Header-module-scss-module__RKj67G__skipLink {
  z-index: 2;
  left: -10000px;
  top: var(--header-height);
  background-color: var(--theme-color-background-header);
  width: 1px;
  height: 1px;
  color: var(--theme-color-components-text-on-dark);
  border-radius: var(--theme-rounded-corners);
  padding: 8px;
  position: absolute;
  overflow: hidden;
}

.Header-module-scss-module__RKj67G__skipLink:focus {
  width: auto;
  height: auto;
  left: var(--content-padding);
  outline: var(--theme-color-components-text-on-dark) solid 2px;
}

.Header-module-scss-module__RKj67G__offlineTag {
  cursor: default;
  color: var(--theme-color-components-text-on-light);
}

.Header-module-scss-module__RKj67G__avatar {
  background-color: var(--theme-color-background-header);
  box-sizing: content-box;
  outline: 2px solid #ffffff26;
}

.Header-module-scss-module__RKj67G__chatOfflineText {
  color: var(--theme-color-palette-8);
  font-size: .75rem;
}

.Header-module-scss-module__RKj67G__toolTip {
  font-size: .8rem;
}

/* [project]/components/layouts/Main/Main.module.scss.module.css [client] (css) */
.Main-module-scss-module__9Eh3Za__layout {
  padding-top: var(--header-height);
  background-color: var(--theme-color-main-background);
  height: 100vh;
  display: flex;
  position: relative;
}

.Main-module-scss-module__9Eh3Za__layout .Main-module-scss-module__9Eh3Za__footerContainer {
  margin-top: 5em;
}

/* [project]/components/common/OwncastLogo/OwncastLogo.module.scss.module.css [client] (css) */
.OwncastLogo-module-scss-module__sAOLdq__root {
  justify-content: center;
  align-items: center;
  width: max-content;
  display: flex;
}

.OwncastLogo-module-scss-module__sAOLdq__root svg {
  width: clamp(2.5rem, 8vw, 50px);
  height: clamp(2.5rem, 8vw, 50px);
}

.OwncastLogo-module-scss-module__sAOLdq__contrast {
  border-radius: 50%;
  padding: 5px;
}

.OwncastLogo-module-scss-module__sAOLdq__contrast svg {
  width: clamp(2rem, 7vw, 40px);
  height: clamp(2rem, 7vw, 40px);
}

.OwncastLogo-module-scss-module__sAOLdq__simple {
  background-color: #0000;
}

.OwncastLogo-module-scss-module__sAOLdq__simple svg {
  width: clamp(2.5rem, 8vw, 50px);
  height: clamp(2.5rem, 8vw, 50px);
}

/* [project]/components/ui/Noscript/Noscript.module.scss.module.css [client] (css) */
.Noscript-module-scss-module__tSXy3q__noscript {
  text-align: center;
  background-color: var(--theme-color-background-main);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-size: large;
  display: flex;
  position: fixed;
  inset: 0;
}

.Noscript-module-scss-module__tSXy3q__noscript h2 {
  font-weight: bold;
  font-size: inherit;
  margin-top: 25px;
  margin-bottom: 5px;
}

.Noscript-module-scss-module__tSXy3q__scrollContainer {
  max-height: 100%;
  overflow: auto;
}

.Noscript-module-scss-module__tSXy3q__content {
  flex-direction: column;
  align-items: center;
  width: 70ch;
  max-width: 100%;
  display: flex;
}

.Noscript-module-scss-module__tSXy3q__logo {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .Noscript-module-scss-module__tSXy3q__logo {
    display: none;
  }
}

/*# sourceMappingURL=components_1e-eay2._.css.map*/