nav.navbar {
  z-index: 10;
  padding: 0 1.5rem;
}
.title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.preview-wrapper {
  width: 70vw;
  height: 70vw;
  overflow: hidden;
  display: flex;
}
.preview-wrapper img {
  object-fit: scale-down;
}
.image-loading {
  width: 30rem;
  max-width: 100%;
  height: 30rem;
  max-height: 70vh;
  font-size: 2rem;
}
textarea {
  width: 100%;
  min-height: 15rem;
}
#review-root input {
  width: 100%;
}
label {
  margin-right: 0.5rem;
}
.input-toggle-visible {
  display: none;
}
input[type="radio"]:checked ~ .input-toggle-visible,
input[type="checkbox"]:checked ~ .input-toggle-visible {
  display: block;
}
.btn-lg {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.table th,
.table td {
  padding: 0.3rem;
}
td .col {
  flex-grow: 0;
}
#language-dropdown > a {
  position: relative;
}
#language-dropdown > a > svg,
#language-dropdown > a > i {
  position: absolute;
}
#language-dropdown > a > span {
  margin-left: 2.2rem;
}
.btn .fa-w-12 {
  width: 1em;
}
.location-section {
  display: none;
}
@media (max-width: 767px) {
  .hide-small {
    display: none;
  }
  .shrink-small,
  .shrink-small .btn {
    font-size: 0.75em;
  }
  .shrink-small .mr-3 {
    margin-right: 0.7em !important;
  }
  .hide-small .btn,
  .shrink-small .btn {
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .btn-lg {
    display: inline-block;
    width: initial;
    margin-bottom: initial;
  }
  .form-inline input[type="text"] {
    min-width: 30rem;
  }
  .preview-wrapper {
    width: 428px;
    height: 428px;
  }
}
@media (min-width: 768px) {
  .preview-wrapper {
    width: 342px;
    height: 342px;
  }
}
@media (min-width: 992px) {
  .preview-wrapper {
    width: 482px;
    height: 482px;
  }
}
@media (min-width: 1200px) {
  .preview-wrapper {
    width: 587px;
    height: 587px;
  }
  nav.navbar {
    padding: 0;
  }
}
#daily-table-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#time-column {
  position: relative;
  flex-grow: 0;
}
#daily-window-view {
  position: relative;
  flex-grow: 1;
  overflow-x: scroll;
}
.hour-each {
  position: absolute;
  left: 0;
  border-top: 1px solid #000;
}
.window-column {
  position: absolute;
  font-size: 0.7rem;
}
.window-header,
.window-appointment {
  position: absolute;
  border: 1px solid #fff;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.window-appointment {
  border-radius: 4px;
}
.window-appointment:hover {
  text-decoration: none;
}
.scroller {
  width: 1.4rem;
  font-size: 1.4rem;
  flex-grow: 0;
}
.scroller:hover {
  cursor: pointer;
}
.suggestion-row:hover {
  cursor: pointer;
}
.hover-pointer:hover {
  cursor: pointer;
}
input:invalid,
select:invalid {
  box-shadow: 0 0 3px 1px #f00;
}
input:focus:invalid,
select:focus:invalid {
  box-shadow: none;
}
#call-root {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#call-root > div {
  width: 100%;
  height: 100%;
}
#call-root > .container {
  overflow-x: hidden;
  overflow-y: auto;
}
#call-component {
  display: flex;
  flex-direction: row;
}
#call-sidebar {
  flex: 0 0 20vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 2vw 5vh 1.5vw;
  height: 100vh;
}
#call-sidebar > div {
  width: 100%;
}
#call-content-column {
  display: flex;
  flex-direction: column;
  flex: 0 0 80vw;
}
#call-content {
  flex: 0 0 80vh;
  position: relative;
}
#call-content > div,
.call-content-media div {
  position: absolute;
  width: 80vw;
  height: 80vh;
  top: 0;
  left: 0;
}
.call-content-media {
  z-index: 0;
  overflow: hidden;
}
.call-media-container video {
  width: 80vw;
  height: 80vh;
  object-fit: cover;
}
.call-content-picture {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3vh 3vw;
  background-size: cover;
}
.call-content-picture > span {
  text-shadow: 0 0 2px #000;
}
.call-content-picture > span:first-child {
  font-size: 2.5vw;
}
.call-content-picture > span:nth-child(2) {
  font-size: 1.6vw;
  font-weight: lighter;
}
.call-content-user {
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.5vw;
  font-weight: bold;
}
.call-content-user > div:first-child {
  margin-bottom: 7vh;
}
#call-names {
  flex: 0 0 20vh;
  display: flex;
  flex-direction: column;
}
.call-names-row {
  flex: 0 0 6.666666666666667vh;
  width: 80vw;
  display: flex;
  flex-direction: row;
}
.call-names-row > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 4.4vh;
  overflow: hidden;
}
.call-names-row > div > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.call-names-row > div:first-child {
  flex: 0 0 50vw;
}
.call-names-row > div:nth-child(2) {
  flex: 0 0 30vw;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
