/* Overriding some bootstrap styles. */
:root {
  --ovenspace-body-font-size: .825rem;
  --ovenspace-body-font-color: #1a1a1a;
  --bs-font-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
  --bs-body-font-size: var(--ovenspace-body-font-size);
  font-weight: 400;
  line-height: 1.625;
  color: #6c757d;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1750px;
  }
}


@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .op-setting-button {
    display: none !important;
  }
}

@media (max-width: 590px) {
  .op-live-text {
    font-size: 7px;
  }
}

@media (max-width: 550px) {
  .op-live-badge span {
    display: none !important;
  }

  .op-live-badge:after {
    font-size: 10px;
    vertical-align: bottom;
    content: 'live';
  }
}

.header-link {
  font-size: 1rem;
  color: var(--ovenspace-body-font-color);
  font-weight: 500;
  transition: color 0.1s;
}

.header-link:hover {
  color: #FFBB10;
}

.about-text {
  word-break: keep-all;
  text-align: center;
  color: var(--ovenspace-body-font-color);
  line-height: 1.8;
}

.fw-bold {
  font-weight: 500 !important;
}

.btn {
  font-size: var(--ovenspace-body-font-size);
}

.form-select {
  font-size: var(--ovenspace-body-font-size);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #495057;
}

.h5,
.h6,
h5,
h6 {
  font-size: .825rem;
}

.modal-content {
  border: none;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee6ed;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.625;
}

/* OvenSpace styles. */
.app-wrapper {
  min-height: 100vh;
  background: #edeae4;
}

.header {
  background: #fff;
}

.footer {
  background: #191919;
}

.bi-logo {
  width: auto;
  height: 55px;
}

.input-video {
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
}

.transparent {
  opacity: 0;
}

.seat {
  background: #000;
}

.seat-on {
  background: #000;
}

.op-media-element-container video {
  object-fit: cover;
}

.input-device-modal .modal-header {
  background: #FFBB10;
}

.input-device-modal .modal-header h5 {
  color: var(--ovenspace-body-font-color);
}

.input-device-modal .modal-content {
  background: #edeae4;
}

.btn-warning {
  background: #FFBB10;
  border-color: #FFBB10;
  color: var(--ovenspace-body-font-color) !important;
}

.local-player-span {
  position: absolute;
  color: var(--ovenspace-body-font-color);
  background: rgb(255 187 16 / 70%);
  padding: 0.1rem 0.3rem;
  border-radius: 0.2rem;
  left: 0.5rem;
  top: 0.5rem;
  font-size: 0.5rem;
  cursor: default;
}

.leave-button {
  display: none;
}

.local-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-buttons {
  color: #6C757D;
  padding: 0;
  width: 2.3125rem;
  height: 2.3125rem;
  border: none;
  background: none;
}

.social-buttons:hover {
  color: #fff;
}

.social-buttons .fab {
  width: 2.3125rem;
  line-height: 1.9;
}

.social-buttons .fab:before {
  font-size: 1.2rem;
}

.sign-in-form-container {
  min-height: 100vh;
}

.sign-in-form {
  font-size: var(--ovenspace-body-font-size);
  width: 400px;
  max-width: 400px;
}

.sign-in-form input {
  font-size: var(--ovenspace-body-font-size);
}