:root:root {
  --primary-color-of-meet: rgb(0, 147, 73);
  --primary-color-of-platform: rgb(0, 136, 170);
  --accent-color-of-meet: rgb(6, 211, 98);
  --accent-color-of-platform: rgb(0, 200, 247);
}

.openvidu-tag {
  pointer-events: none;
  display: inline-block;
  margin: 0 3px 0 3px;
  color: white;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.8em;
  font-family: var(--md-text-font-family);
  font-feature-settings: "kern", "liga";
  vertical-align: text-bottom;
}

#pricing-table .openvidu-tag {
  vertical-align: top;
}

.openvidu-community-tag {
  background-color: #868686;
}

.openvidu-pro-tag {
  background-color: #9c27b0;
}

.openvidu-tag-nav {
  pointer-events: none;
  display: inline-block;
  margin: 0 3px 0 3px;
  color: white;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 0.6em;
  line-height: 1.9em;
  font-family: var(--md-text-font-family);
  font-feature-settings: "kern", "liga";
  vertical-align: text-bottom;
}

span:has(> .openvidu-tag) {
  display: inline-block;
}

span:has(> a > .openvidu-tag) {
  display: inline-block;
}

.features-grid {
  margin-bottom: 10px;
}

.md-grid {
  max-width: 70rem;
}

.md-main__inner {
  margin-bottom: 3.5rem;
}

.md-header__topic .md-ellipsis {
  font-family: Arciform;
  font-weight: 100;
  font-size: 18px;
}

.md-typeset .md-button:not(.md-button--primary) {
  color: var(--md-typeset-color);
}

.md-typeset .md-button:hover:not(.md-button--primary) {
  color: var(--md-accent-bg-color);
  background-color: var(--md-typeset-color);
  border-color: var(--md-typeset-color);
}

.md-typeset .md-button:focus:not(.md-button--primary) {
  color: var(--md-accent-bg-color);
  background-color: var(--md-typeset-color);
  border-color: var(--md-typeset-color);
}

.md-typeset figcaption {
  max-width: 25rem;
  font-size: 0.74rem;
}

.md-copyright {
  padding-top: 0.6rem;
}

.md-social {
  padding: 0;
  margin-left: -0.6rem;
}

.md-social__link {
  height: 2.8rem;
  width: 2.8rem;
  line-height: 2.8;
}

.md-social__link svg {
  max-height: 1.4rem;
}

.footer-grid {
  width: 100%;
  text-align: center;
  padding: 0.8rem 0 1rem 0;
}

.footer-conditions-list {
  font-size: 0.64rem;
  display: grid;
}

.register-container {
  margin: 0 6vw 0 6vw;
}

.sign-btn-out-styles {
  font-size: 14px !important;
  padding: 8px !important;
  line-height: 10px !important;
}

/* Tab background color */
.tabbed-labels label {
  text-align: center;
  font-size: 20px;
}

.tabbed-content {
  padding: 0 12px 0 16px;
  border: 2px solid var(--md-default-fg-color--lightest);
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: var(--md-code-bg-color);
}

.tabbed-content .tabbed-block code {
  background-color: var(--md-default-bg-color);
}

.tabbed-content .tabbed-block .unstyle-tabbed-code code {
  background-color: inherit;
}

.tabbed-content .tabbed-block .tabbed-content {
  padding: 0;
  border: none;
  border-radius: 0;
}

@font-face {
  font-family: "Arciform";
  src: url("/assets/fonts/Arciform.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Arciform.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/Arciform.woff") format("woff"),
    /* Modern Browsers */ url("/assets/fonts/Arciform.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/assets/fonts/Arciform.svg#svgFontName")
      format("svg");
  /* Legacy iOS */
}

img.mkdocs-img {
  width: 80%;
  margin: auto;
}

img.svg-img {
  border-radius: 7px;
}

.node-img {
  width: 80%;
}

.grid-nodes {
  display: flex;
  align-items: center;
}

.gslide-image img {
  background: transparent !important;
}

.glightbox-clean .gslide-video {
  background: transparent !important;
}

.glightbox-clean .gslide-video video {
  background: transparent !important;
}

.gslide-image {
  max-width: 1500px;
}

p:has(> a.glightbox) {
  text-align: center;
}

/* GLightbox animations */

.gzoomIn {
  animation: gzoomIn 0.4s ease !important;
}

.gzoomOut {
  animation: gzoomOut 0.2s ease !important;
}

.gfadeOut {
  animation: gfadeOut 0.2s ease !important;
}

/* Home page */

.top-home-section {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: calc(100vh - 4.8rem);
  padding: 3em 15em 5em 15em;
  background: var(--top-home-section-color);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.center-align {
  text-align: center;
}

.top-home-img {
  width: 35%;
}

.slogan {
  margin-bottom: 0.6em !important;
  font-size: 2.2em !important;
  text-align: center;
}

.second-slogan {
  padding: 0 3em;
}

.second-slogan h2 {
  font-size: 2em;
  text-align: center;
  margin-top: 0;
}

.home-description {
  font-size: 1rem;
  text-align: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.home-buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.home-buttons a {
  margin: 0.5em 0.25em 0 0.25em;
  margin-left: 0.25em;
}

.home-under-cta {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.8em;
}

.home-under-cta a {
  text-decoration: underline;
  cursor: pointer;
}

.home-under-cta-sep {
  margin: 0 0.5em;
}

.home-trust-line {
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
}

.home-trust-line a {
  color: inherit;
  text-decoration: underline;
}

/* Claim separator: slightly smaller gap than the comparison/tour line's
   .home-under-cta-sep (whose surrounding whitespace adds to its margins). */
.home-trust-line .home-sep {
  margin: 0 0.45em;
}

.home-credentials-line {
  margin-top: 0.5em;
}

.features-list:after {
  clear: both;
  content: "";
  display: block;
}

.feature-info {
  text-align: center;
  margin-top: 30px;
}

.feature-title {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}

.feature-title-livekit {
  align-items: flex-end;
  padding-bottom: 12.5px;
}

.feature-title h4 {
  margin: 0;
  font-size: 0.9rem;
}

.home-icon {
  width: 3em;
  margin-right: 8px;
}

.livekit-icon {
  width: 110px;
  margin-right: 12px;
  flex-shrink: 0.1;
}

.livekit-title {
  line-height: 1;
}

.md-header__title {
  line-height: 2.6rem;
}

.sign-btn-in-styles {
  font-size: 14px !important;
  padding: 8px !important;
  line-height: 10px !important;
}

@media (min-width: 1220px) {
  #home-markdown hr {
    margin: 4em -4em !important;
  }
}

@media (max-width: 1219px) {
  .top-home-section {
    min-height: calc(100vh - 2.4rem);
    padding: 3em 3em 5em 3em;
  }
}

/* Tablet */
@media (min-width: 960px) and (max-width: 1219px) {
}

/* Mobile */
@media (max-width: 959px) {
  .top-home-img {
    width: 85%;
  }
  #account-btn .user-name {
    display: none;
  }

  .slogan {
    font-size: 1.5em !important;
  }

  .second-slogan h2 {
    font-size: 1.5em !important;
  }

  .home-description {
    font-size: 0.9rem !important;
  }

  img.mkdocs-img {
    width: 100%;
  }

  .log-in-div {
    width: 7rem !important;
    font-size: 0.7rem !important;
    margin-left: 1em !important;
    margin-right: 0.7em !important;
  }
  [dir="ltr"] .md-header__title {
    margin-left: 0.7rem !important;
  }
  [dir="ltr"] .md-version__current {
    margin-left: 0.8rem !important;
  }
  /* Outdated warning */
  .outdated-warning-text {
    display: none;
  }
  div[data-md-component="outdated"] {
    margin-right: 2em !important;
    margin-bottom: 2em !important;
  }
  div[data-md-component="outdated"] aside div.md-banner__inner {
    margin: 0.3rem auto;
    padding: 0 0.5rem;
    font-size: 0.6rem;
  }
}

/* Mobile extra small */
@media (max-width: 500px) {
  nav {
    overflow-x: auto;
  }
}

/* Animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.wow {
  visibility: hidden;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

.log-in-div {
  margin-left: 2em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
}

.log-in-div:has(a#account-btn) {
  width: auto;
}

#sign-in-button {
  line-height: 0.8em;
  min-width: 85px;
  text-align: center;
}

a#account-btn {
  height: 38px;
  margin-right: 10px;
  color: var(--md-typeset-color);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3em;
}

a#account-btn:hover {
  color: #ffffff;
}

a#account-btn span {
  font-size: 30px;
}

a#account-btn .user-name {
  font-size: 12.5px;
  white-space: nowrap;
  margin-right: 0.3em;
}

#pricing-table th,
#pricing-table td {
  text-align: center;
  vertical-align: middle;
  width: 22%;
  font-size: 0.7rem;
}

#pricing-table[name="big-pricing-table"] {
  width: auto;
  margin: 2vw 6vw;
}

#pricing-table th:first-child,
#pricing-table td:first-child {
  width: 13%;
}

#pricing-table .title {
  font-size: 0.74rem;
}

#pricing-table .title .openvidu-tag {
  font-size: 0.7rem;
}

#pricing-table[name="big-pricing-table"] .title {
  font-size: 0.85rem;
}

#pricing-table[name="big-pricing-table"] .title .openvidu-tag {
  font-size: 0.8rem;
}

#pricing-table .first-column {
  font-weight: 700;
}

#pricing-table .border-right {
  border-right: 0.05rem solid var(--md-typeset-table-color);
}

#pricing-table .border-left {
  border-left: 0.05rem solid var(--md-typeset-table-color);
}

.price-cell {
  font-size: 0.9rem !important;
  font-weight: bold;
  color: white;
  margin-left: 10px;
}

nav .md-tabs__item {
  font-weight: 500;
}

.md-banner {
  background-color: var(--slate-md-default-bg-color);
}

.md-banner #announce a {
  font-weight: 500;
}

#home-markdown {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#home-markdown hr {
  margin: 4em 0;
}

.hide {
  display: none;
}

.hide-without-display {
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  display: inline-block !important;
}

.hide-without-display * {
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  display: inline-block !important;
}

.large-icon {
  --md-icon-size: 1.5em !important;
}

p:has(> a.centered-button) {
  text-align: center;
}

.use-case-img {
  padding: 1.5em;
}

.basic-concepts-img-1 {
  width: 82%;
}

.basic-concepts-img-2 {
  width: 100%;
}

hr {
  border-bottom: none !important;
  background-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(77, 77, 77, 1) 25%,
    rgba(77, 77, 77, 1) 75%,
    transparent 100%
  );
  width: 100%;
  height: 1px;
}

.no-break {
  white-space: nowrap;
}

/* Outdated warning */
div[data-md-component="outdated"] {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 3em;
  margin-bottom: 3em;
  text-align: center;
  z-index: 100000;
}
div[data-md-component="outdated"] aside {
  background-color: #ffcc00;
  border-radius: 2px;
}

.md-tooltip2 {
  font-family: system-ui, Roboto, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.inner-table th {
  font-weight: inherit !important;
}

.deploy-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  margin: auto;
}

@import url("https://fonts.cdnfonts.com/css/amazon-ember");

.deploy-button.deploy-to-aws-btn {
  background-color: #ff9900;
  border: none;
  border-radius: 5px;
  color: #252f3e !important;
  padding: 8px 24px;
  font-size: 1.2em;
  font-family: "Amazon Ember", sans-serif;
  transition: all 0.125s ease;
  margin-top: 2em;
  margin-bottom: 2em;
}

.deploy-button.deploy-to-aws-btn:hover {
  background-color: #ff9900 !important;
  filter: saturate(50%) brightness(130%);
}

.deploy-to-azure-btn img {
  min-width: 250px;
  transition: all 0.125s ease;
}

.deploy-to-azure-btn img:hover {
  filter: saturate(50%) brightness(130%);
}

.ai-service-icon {
  font-size: 2em;
  margin-right: 0.3em;
}

.ai-agent-link {
  display: block;
  margin-left: 3em;
}

.ai-provider-icon {
  width: 36px;
  height: 36px;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logo-header {
  text-align: center;
  margin-bottom: 0.6em;
}

h1.meetplatform-slogan,
h2.meetplatform-slogan {
  text-align: center;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 1.6em;
}

/* Match the h2 slogans' look: Material gives h1 a lighter color by default */
h1.meetplatform-slogan {
  color: var(--md-default-fg-color);
}

.md-header__button.md-logo {
  margin: 0 !important;
  padding: 0 !important;
}

.md-header__button.md-logo:has(> img.custom-logo) {
  margin-left: 0.6rem !important;
}

.md-header__button.md-logo > img {
  height: 1.7rem !important;
}

.md-header__button.md-logo > img.custom-logo {
  height: 1.6rem !important;
  background-color: #ffffff38;
  border-radius: 5px;
}

.nav-open-new-tab {
  float: right !important;
  font-size: 0.8rem !important;
  margin-left: 0.7rem !important;
}

.control-height {
  max-height: 50vh;
}

.compare-table-logo {
  max-height: 60px;
}

.compare-table-icon-yes {
  color: rgb(6, 211, 98);
  --md-icon-size: 1.525em !important;
}

.compare-table-icon-no {
  color: rgb(255, 0, 0);
  --md-icon-size: 1.525em !important;
}

.compare-table-icon-progress {
  color: #00a2ca;
  --md-icon-size: 1.525em !important;
}

.platform-primary-color {
  background-color: var(--primary-color-of-platform) !important;
  border-color: var(--primary-color-of-platform) !important;
}

.meet-primary-color {
  background-color: var(--primary-color-of-meet) !important;
  border-color: var(--primary-color-of-meet) !important;
}

.meet-link-color {
  color: var(--accent-color-of-meet) !important;
}

.platform-link-color {
  color: var(--accent-color-of-platform) !important;
}

.accent-code {
  color: var(--md-accent-bg-color) !important;
  font-weight: bold;
  background-color: var(--md-primary-fg-color);
}

.code-margin-left {
  margin-left: 2em;
}

.external-link-icon {
  font-size: 0.75em;
}

.md-footer-meta .footer-column {
  text-align: left;
}

.md-footer-meta .footer-column h4 {
  font-weight: 400;
  font-size: 0.75rem;
}

.md-footer-meta .md-copyright {
  margin-left: 0 !important;
  padding-top: 0 !important;
  display: inline-block;
  vertical-align: top;
}

#mc-embedded-subscribe {
  background-color: inherit;
  color: var(--slate-md-typeset-color);
  border-color: var(--slate-md-typeset-color);
}

#mc-embedded-subscribe:hover {
  color: var(--md-accent-bg-color);
  background-color: hsla(var(--md-hue), 18%, 86%, 0.82);
  border-color: hsla(var(--md-hue), 18%, 86%, 0.82);
}

#mce-EMAIL {
  padding-left: 10px;
  background-color: var(--md-footer-fg-color--light);
  color: black;
}

#mce-EMAIL::placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.acknowledgments-footer {
  filter: saturate(0.8) contrast(0.92) brightness(0.96);
}

/* Dropdown Menu */
.md-tabs,
.md-tabs__list {
  overflow: visible !important;
  contain: none !important;
}

.md-tabs__item--dropdown {
  position: relative;
  display: inline-block;
}

.md-tabs__dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: var(--md-primary-fg-color);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  top: 100%;
  left: 0;
  padding: 5px 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.md-tabs__item--dropdown:hover .md-tabs__dropdown {
  visibility: visible;
  opacity: 1;
}

.md-tabs__dropdown-link {
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.7rem; /* Match tab font size roughly */
  white-space: nowrap;
  opacity: 0.7;
  transition: opacity 0.25s;
}

.md-tabs__dropdown-link:hover {
  opacity: 1;
  color: var(--md-primary-bg-color); /* Use accent color on hover */
}

.md-tabs__dropdown-link--active {
  opacity: 1;
  color: var(--md-primary-bg-color);
  font-weight: 700;
}

/* Adjust caret */
.md-tabs__link .dropdown-caret {
  margin-left: 5px;
  width: 0.9rem;
  height: 0.9rem;
  font-size: 0.7rem;
  line-height: 1.3;
  vertical-align: middle;
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.13, 0.82, 0.49, 1);
  transform: rotate(90deg);
  background-color: currentColor;
  -webkit-mask-image: var(--md-nav-icon--next);
  mask-image: var(--md-nav-icon--next);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.md-tabs__item--dropdown:hover .dropdown-caret {
  transform: rotate(270deg);
}

/* Keep parent link highlighted when hovering dropdown */
.md-tabs__item--dropdown:hover .md-tabs__link {
  opacity: 1;
}

.about-us-img {
  max-height: 500px;
}


/* BEGIN TODO: REMOVE WHEN REMOVING "NEW" BADGE FROM "BLOG" ITEM */
.md-tabs__link:has(.md-tabs__new-badge) {
  opacity: 1;
}

.md-tabs__link-text {
  opacity: 0.7;
}

.md-tabs__item--active .md-tabs__link-text,
.md-tabs__link:hover .md-tabs__link-text {
  opacity: 1;
}

.md-tabs__new-badge {
  display: inline-block;
  margin-left: 4px;
  padding: 0px 5px;
  font-size: 0.58em;
  font-weight: 800;
  line-height: 2em;
  color: black;
  background-color: #ffcc00;
  border-radius: 3px;
  vertical-align: middle;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* END TODO */