html, body {
  height: 100%;
  overflow: hidden;
}

body {
  color: #fff;
  text-align: center;
  background-color: #333;
  background-image: url("dark_linen.0d1e830c.png");
  background-size: 512px 512px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  body {
    background-image: url("dark_linen@2x.9a940061.png");
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 300;
}

.site-wrapper-shadow, .site-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
}

.site-wrapper-shadow {
  box-shadow: inset 0 0 100px #00000080;
}

.site-wrapper-inner {
  vertical-align: middle;
  display: table-cell;
}

.cover-container {
  margin-left: auto;
  margin-right: auto;
}

.inner {
  padding: 30px;
}

.inner-small {
  padding: 10px;
}

.blink-logo {
  background-image: url("blink-white.75b3e25a.png");
  background-size: 125px 125px;
  width: 125px;
  height: 125px;
  margin: 0 auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .blink-logo {
    background-image: url("blink-white@2x.f213212d.png");
  }
}

.sticky-wrapper {
  z-index: 1;
  margin-top: calc(50vh - 159px);
  margin-left: -20px;
  margin-right: -20px;
  position: sticky;
  top: -1px;
}

.sticky {
  background: linear-gradient(#000 0%, #000000f2 15%, #0000008c 80%, #0000 100%);
}

.cover {
  padding: 0 20px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.scroll {
  flex-direction: column;
  height: calc(100vh - 50px);
  margin-top: 50px;
  display: flex;
  overflow: hidden auto;
}

.scroll .footer {
  padding-top: 10px;
  position: static;
}

.footer {
  color: #ffffff80;
  text-shadow: 0 1px 3px #00000080;
  font-size: 11px;
  position: fixed;
  bottom: 0;
}

.footer, .cover-container, .half-width {
  width: 100%;
}

@media (min-width: 992px) {
  .half-width {
    width: 500px;
    margin: auto;
  }
}

.extra-shadow {
  z-index: 10;
  width: 100vw;
  height: 100px;
  margin: 0 -20px;
  position: fixed;
  bottom: -100px;
  box-shadow: 0 -5px 100px #00000080;
}

.chat-image {
  filter: brightness(75%);
  opacity: .8;
  background-image: url("blink-white-big.f328f149.png");
  background-size: 300px 300px;
  width: 300px;
  height: 300px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .chat-image {
    background-image: url("blink-white-big@2x.b0e64d0e.png");
  }
}

.chat .conference-drawer .editor-wrapper {
  box-shadow: none;
  border: 0;
}

.chat .conference-drawer .top-editor-wrapper {
  border-top: 1px solid #0000001f;
  padding-top: 10px;
}

.semi-transparent {
  opacity: .7;
}

.rotate-135 {
  transform: rotate(135deg);
}

.fa-4 {
  font-size: 7em;
}

.fa-5 {
  font-size: 8em;
}

.capitalize {
  text-transform: capitalize;
}

.move-icon {
  z-index: 0;
  margin-left: -21px;
}

.move-icon2 {
  z-index: 1;
  margin-left: 28px;
}

.blue-bar {
  background-color: #337ab7 !important;
}

.rotate-minus-45 {
  transform: rotate(-45deg);
}

.Apple-tab-span {
  width: 2ch;
  display: inline-block;
}

.call-buttons {
  z-index: 1;
  margin: auto;
  padding-bottom: 35px;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  bottom: 0 !important;
}

.top-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-overlay.on-top {
  z-index: 1500;
}

.drawer-visible, .drawer-wide-visible, .drawer-half-visible {
  margin-right: 350px;
  display: flex;
  position: absolute;
  inset: 0;
  width: calc(100% - 350px) !important;
}

.drawer-half-visible {
  width: 50% !important;
}

.drawer-wide-visible {
  margin-right: 450px;
  width: calc(100% - 450px) !important;
}

.call-header {
  color: #fff;
  background-color: #222222b3;
  padding: 4px 0;
}

.call-header p {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2px !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}

.call-header p + p {
  margin-bottom: 0 !important;
}

.call-header.solid-background {
  background-color: #222;
}

.call-header .btn-link {
  color: #999;
  margin-top: -3.5px;
  padding-top: 9.5px;
  padding-bottom: 7.5px;
}

.call-header .btn-link:hover {
  color: #fff;
}

.call-header .btn-link.active {
  color: #fff;
  background-color: #080808;
}

.call-header .blink {
  animation: 1s infinite alternate blink;
}

@keyframes blink {
  0% {
    color: #5cb85c;
    opacity: 1;
  }

  50% {
    color: #5cb85c;
    transform: scale(1.1);
  }

  100% {
    color: #5cb85c;
    transform: scale(.9);
  }
}

.call-header .call-top-left-buttons {
  margin-top: 3.5px;
  position: absolute;
  top: 0;
  left: 0;
}

.call-header .call-top-buttons {
  margin-top: 3.5px;
  position: absolute;
  top: 0;
  right: 0;
}

.call-header .margin-buttons {
  margin-top: 3.5px;
}

.call-user-icon {
  margin: auto;
  padding-bottom: 100px;
}

.videobuttons-enter {
  animation: .3s linear fadeInUp;
}

.videobuttons-exit.videobuttons-exit-active {
  animation: .3s linear fadeOutDown;
}

.videoheader-enter {
  animation: .3s linear fadeInDown;
}

.videoheader-exit.videoheader-exit-active {
  animation: .3s linear fadeOutUp;
}

.watermark-enter {
  animation: .6s linear fadeIn;
}

.watermark-exit.watermark-exit-active {
  animation: .3s linear fadeOut;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}

.video-container.drawer-visible, .video-container.drawer-half-visible, .video-container.drawer-wide-visible {
  margin-right: 350px;
  width: calc(100% - 350px) !important;
}

.video-container video {
  object-fit: cover;
}

.video-container video.mirror {
  transform: scaleX(-1) !important;
}

.video-container video.large {
  z-index: 0;
  min-height: 100%;
  max-height: 100%;
  width: 100% !important;
  height: auto !important;
}

.video-container video.video-thumbnail {
  z-index: 3;
  border: 2px solid #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 150px !important;
  height: 100px !important;
}

.video-container video.poster {
  background-blend-mode: luminosity;
  background-image: url("blink-white.75b3e25a.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px 75px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .video-container video.poster {
    background-image: url("blink-white@2x.f213212d.png");
  }
}

.video-container video.poster.large {
  background-color: #00000080;
  background-image: url("blink-white-big.f328f149.png");
  background-size: 350px 350px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .video-container video.poster.large {
    background-image: url("blink-white-big@2x.b0e64d0e.png");
  }
}

.video-container video.fit {
  background-color: #ffffff80;
  object-fit: contain !important;
}

.video-container .watermark {
  z-index: 2;
  background-image: url("aglogo-white.82635faf.svg");
  width: 160px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}

.notifications-tr {
  z-index: 1500 !important;
  right: 40px !important;
}

.form-dial, .form-guest, .form-signin {
  max-width: 330px;
  margin: 0 auto;
  padding: 15px;
}

.form-dial {
  max-width: 360px;
}

.form-signin .checkbox, .form-signin .form-signin-heading {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .input-group:first-of-type input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.form-signin .input-group:first-of-type input:focus {
  z-index: 3;
}

.form-signin .input-group:first-of-type .input-group-addon:first-child {
  border: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
  padding: 11px 10px 10px;
  font-size: 16px;
}

.form-signin .input-group ~ .input-group .input-group-addon:first-child {
  border: 0;
  border-top: 1px solid #ccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 12px 10px 11px;
  font-size: 16px;
}

.form-guest .input-group ~ .input-group, .form-signin-electron .input-group ~ .input-group {
  margin-bottom: 20px;
}

.form-guest .form-control, .form-signin .form-control {
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  position: relative;
}

.btn-default, .btn-default:hover, .btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-round-xs, .btn-round-xxl, .btn-round-big, .btn-round {
  opacity: .9;
  border-radius: 50%;
  margin: 4px;
}

.btn-round {
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.btn-round-big {
  width: 55px;
  height: 55px;
  font-size: 22px;
}

.btn-round-xxl {
  width: 65px;
  height: 65px;
  font-size: 24px;
}

.btn-round-xs {
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 10px;
}

.btn-link:focus, .btn-link:focus:active, .btn-round:focus, .btn-round:focus:active, .btn-round-big:focus, .btn-round-big:focus:active, .btn-round-xxl:focus, .btn-round-xxl:focus:active, .btn-round-xs:focus, .btn-round-xs:focus:active {
  outline: 0;
}

.overlap {
  border: #999;
  margin-left: -20px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 1px 4px #00000040;
  background-color: #ccc !important;
}

.overlap-top {
  margin-left: -20px;
  position: absolute;
  top: 0;
}

.btn-container {
  display: inline-block;
  position: relative;
}

.btn-hand {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-hand:hover {
  color: #337ab7;
}

.btn-hand i {
  font-size: 21px;
}

.media-right .btn-hand {
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
}

.media-right .btn-hand:hover {
  color: #337ab7;
}

.media-right .btn-hand i {
  font-size: inherit;
}

.modal-content a, .modal-content a:focus, .modal-content a:hover {
  color: #337ab7;
}

.modal-content a.btn-primary {
  color: #fff;
}

.modal-body .lead {
  font-size: 16px;
}

.modal, .modal-backdrop {
  z-index: 9999 !important;
}

.modal-body, .modal-header, .modal-footer {
  color: #333;
}

.modal-danger > .modal-content > .modal-header {
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 6px 6px 0 0;
  padding: 10px;
  color: #a94442 !important;
}

.modal-danger > .modal-content {
  border-color: #ebccd1;
}

.bd {
  background: linear-gradient(#0000, #ffffffe6) !important;
}

.popover {
  color: #333;
}

.popover.on-top {
  z-index: 2000;
}

.animate-sound1 {
  animation: 3s ease-in-out infinite fade-custom;
}

@keyframes fade-custom {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }

  2% {
    transform: rotate(15deg);
  }

  4% {
    transform: rotate(-18deg);
  }

  6% {
    transform: rotate(18deg);
  }

  8% {
    transform: rotate(-22deg);
  }

  10% {
    transform: rotate(22deg);
  }

  12% {
    transform: rotate(-18deg);
  }

  14% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-12deg);
  }

  18% {
    transform: rotate(12deg);
  }

  20% {
    transform: rotate(0);
  }
}

.faa-ring.animated {
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
  animation: 2s infinite ring;
}

.faa-ring.animated.faa-fast {
  animation: 1s infinite ring;
}

.faa-ring.animated.faa-slow {
  animation: 3s infinite ring;
}

.incoming-modal-enter {
  animation: .3s fadeIn;
}

.incoming-modal-exit.incoming-modal-exit-active {
  animation: .3s fadeOut;
}

.premedia-display-enter-active {
  animation: .3s fadeIn;
}

.premedia-display-exit.premedia-display-exit-active {
  animation: .5s fadeOut;
}

.premedia-display-exit-done {
  visibility: hidden;
  opacity: 0;
}

.message-enter {
  opacity: 0;
}

.message-enter-active {
  opacity: 1;
  transition: all 1s ease-in-out;
}

.message-exit {
  opacity: 1;
}

.messageout-exit-active {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.conference-buttons {
  margin: auto;
  padding-top: 10px;
  overflow: hidden;
}

.conference-top-buttons {
  margin-top: 3.5px;
  position: absolute;
  top: -4px;
  right: 0;
}

.conference-top-buttons .btn-link {
  color: #999;
}

.conference-top-buttons .btn-link:hover {
  color: #fff;
}

.conference-top-left-buttons {
  margin-top: 3.5px;
  position: absolute;
  top: -4px;
  left: 0;
}

.conference-top-left-buttons .btn-link {
  color: #999;
}

.conference-top-left-buttons .btn-link:hover {
  color: #fff;
}

.electron-margin {
  margin-left: 70px;
}

.conference-thumbnails {
  z-index: 2;
  min-height: 114px;
  max-height: 114px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.conference-thumbnails .participant-container {
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  width: 150px !important;
  height: 100px !important;
}

.conference-thumbnails .participant-container video {
  background-color: #333;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.conference-thumbnails .carousel-item {
  vertical-align: top;
}

.conference-thumbnails .conference-active {
  box-shadow: 0 0 10px 2px #428bca;
}

.conference-thumbnails .mute {
  z-index: 2;
  width: 87px;
  position: absolute;
  top: 0;
}

.conference-thumbnails .mute button {
  margin: 6px;
  transform: translateX(100%);
}

.conference-thumbnails .mute-self {
  z-index: 2;
  text-align: center;
  width: 136px;
  position: absolute;
  top: 39px;
}

.conference-thumbnails .mute-self i {
  transform: translateX(50%);
}

.conference-thumbnails .left-arrow {
  float: left;
  color: #ccc;
  margin-left: 15px;
  transform: translateY(50%);
}

.conference-thumbnails .right-arrow {
  float: right;
  color: #ccc;
  margin-right: 15px;
  transform: translateY(50%);
}

.conference-thumbnails .carousel {
  overflow: hidden;
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.conference-thumbnails .carousel-list {
  white-space: nowrap;
  padding-bottom: 17px;
  overflow: auto hidden;
  margin: auto !important;
}

.conference-thumbnails-small {
  left: unset;
}

.carousel-enter {
  animation: .5s fadeIn;
}

.carousel-exit.carousel-exit-active {
  animation: .3s fadeOutDown;
}

.conference {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  transition: margin .225s cubic-bezier(0, 0, .2, 1), width .225s cubic-bezier(0, 0, .2, 1);
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}

.conference.drawer-visible, .conference.drawer-half-visible, .conference.drawer-wide-visible {
  margin-right: 350px;
  width: calc(100% - 350px) !important;
}

.conference.drawer-wide-visible {
  margin-right: 450px;
  width: calc(100% - 450px) !important;
}

.conference .matrix {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.conference .call-header .container-fluid {
  position: relative;
}

.conference .two-columns .remote-video {
  flex: 0 0 calc(50% - 12px);
}

.conference .three-columns .remote-video {
  flex: 0 0 calc(33% - 18px);
}

.conference .one-row {
  padding-top: calc(25vh - 8px);
  padding-bottom: calc(25vh - 8px);
}

.conference .one-row .remote-video {
  height: calc(50vh - 8px);
  min-height: calc(50vh - 8px);
}

.conference .one-row video.poster {
  background-color: #00000080;
  background-image: url("blink-white-big.f328f149.png");
  background-size: 350px 350px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .conference .one-row video.poster {
    background-image: url("blink-white-big@2x.b0e64d0e.png");
  }
}

.conference .two-row .remote-video {
  height: calc(50vh - 8px);
  min-height: calc(50vh - 8px);
}

.conference .two-row.three-columns {
  padding-top: calc(17vh - 4px);
  padding-bottom: calc(17vh - 4px);
}

.conference .two-row.three-columns .remote-video {
  height: calc(33vh - 8px);
  min-height: calc(33vh - 8px);
}

.conference .three-row .remote-video {
  height: calc(33vh - 16px);
  min-height: calc(33vh - 16px);
}

.conference .remote-video {
  text-overflow: ellipsis;
  border: 3px solid #ffffff80;
  margin: 4px;
  position: relative;
  overflow: hidden;
}

.conference .remote-video.conference-active {
  box-shadow: 0 0 10px 2px #428bca;
}

.conference .remote-video.large {
  z-index: 0;
  border-width: 0;
  flex: none;
  min-height: 100%;
  max-height: 100vh;
  margin: 0;
  width: 100% !important;
  height: auto !important;
}

.conference .remote-video.avatar-normal {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conference .remote-video.contains-avatar {
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.conference .remote-video.contains-avatar .controls {
  right: unset;
  bottom: unset;
  left: unset;
  box-shadow: none;
  margin-top: 144px;
  padding-left: 0;
}

.conference .remote-video .controls {
  z-index: 1;
  flex-direction: row;
  align-items: flex-end;
  min-height: 114px;
  max-height: 114px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 -100px 60px -60px #000000b3;
}

.conference .remote-video .controls .lead {
  margin-bottom: 10px;
}

.conference .remote-video .controls-top {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  min-height: 50px;
  max-height: 50px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.conference .remote-video .controls-top .lead {
  margin-bottom: 10px;
}

.conference .video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.conference video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.conference video.large.fit {
  width: auto !important;
}

.conference .offset-carousel {
  flex-wrap: unset;
  min-height: calc(100vh - 114px);
  max-height: calc(100vh - 114px);
  margin-bottom: 114px;
}

.conference .offset-carousel:after {
  z-index: -1;
  content: "";
  background-color: #000;
  width: 100%;
  height: 114px;
  position: absolute;
  bottom: 0;
}

.conference .offset-carousel .controls {
  box-shadow: inset 0 -100px 60px -60px #000;
}

.conference .fit {
  object-fit: contain !important;
  background-color: #ffffff80 !important;
}

.conference-drawer {
  color: #333;
  flex-direction: column;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.conference-drawer .header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
}

.conference-drawer .header:nth-child(n+2) {
  margin-top: 25px;
}

.conference-drawer .header + .list-group {
  margin-top: -11px;
}

.conference-drawer .drawer-body {
  text-align: left;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.conference-drawer .drawer-log {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.conference-drawer .drawer-log pre {
  background-color: #fff;
}

.conference-drawer .drawer-log .log-entry {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
  display: flex;
}

.conference-drawer .drawer-log .log-entry .idx {
  color: #ccc;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.conference-drawer .drawer-log .log-entry:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 !important;
}

.conference-drawer .drawer-chat {
  scrollbar-width: thin;
  flex: auto;
  margin-left: -15px;
  margin-right: -15px;
  overflow: auto;
}

.conference-drawer .drawer-chat .timestamp-continued {
  color: #888;
  text-align: right;
  min-width: 50px;
  max-width: 50px;
  font-size: 13px;
  display: none;
  overflow: hidden;
}

.conference-drawer .drawer-chat .media {
  padding-top: 12px;
  padding-bottom: 4px;
}

.conference-drawer .drawer-chat .media:hover {
  background-color: #f5f5f5;
  transition: background .5s;
  overflow: visible;
}

.conference-drawer .drawer-chat .media:hover > .timestamp-continued {
  padding-left: 0;
  display: table-cell;
}

.conference-drawer .drawer-chat .media:hover.continued {
  margin-left: 0;
  padding-left: 15px;
}

.conference-drawer .drawer-chat .media-left {
  padding-left: 15px;
}

.conference-drawer .drawer-chat .media-heading {
  font-size: inherit;
  font-weight: 700;
}

.conference-drawer .drawer-chat .media-heading span {
  color: #888;
  font-weight: normal;
}

.conference-drawer .drawer-chat .media-body {
  word-break: break-word;
  white-space: pre-wrap;
}

.conference-drawer .drawer-chat pre {
  word-break: break-word;
  white-space: pre-wrap;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.conference-drawer .drawer-chat .text-danger pre {
  color: inherit !important;
}

.conference-drawer .drawer-chat .continued {
  margin-top: 0;
  margin-left: 65px;
}

.conference-drawer .drawer-chat .status {
  margin-left: 10px;
}

.conference-drawer .drawer-chat .status pre {
  color: #31708f;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  font-size: 9px;
}

.conference-drawer .drawer-chat .status pre:before {
  content: "‣";
}

.conference-drawer .drawer-chat .status .media-right pre {
  white-space: nowrap;
}

.conference-drawer .drawer-chat .status .media-right pre:before {
  content: "";
}

.conference-drawer .drawer-chat .pending, .conference-drawer .drawer-chat .pending pre {
  color: #999;
}

.conference-drawer .editor-row {
  flex-direction: row;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
  position: relative;
}

.conference-drawer .editor-wrapper {
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-right: 10px;
  padding: 6px 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  box-shadow: inset 0 1px 1px #00000013;
}

.conference-drawer .editor-inner-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.conference-drawer .MuiIconButton-colorPrimary {
  color: #337ab7;
}

.conference-drawer .MuiIconButton-colorPrimary:hover {
  background-color: #337ab714;
}

.conference-drawer .MuiIconButton-colorPrimary:active {
  background-color: #337ab729;
}

.conference-drawer .MuiIconButton-colorPrimary.Mui-disabled {
  color: #9bbcd6;
}

.conference-drawer .old-message {
  color: #888;
  border-left: 2px solid #31708f;
  flex: 100%;
  margin-top: -5px;
  margin-bottom: 4px;
  padding-left: 4px;
  overflow: hidden;
}

.conference-drawer .old-message span {
  color: #888 !important;
  white-space: nowrap !important;
}

.conference-drawer .old-message .media-heading {
  font-size: inherit;
  color: #31708f;
  font-weight: 500;
}

.conference-drawer .old-message .media-heading span {
  color: #888;
  font-weight: normal;
}

.conference-drawer .old-message pre {
  color: #888;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  background: none;
  border: 0;
  min-height: 1.42857em;
  max-height: 7.14286em;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.conference-drawer .emoji-button, .conference-drawer .upload-button {
  color: #999;
  flex: none;
  padding: 3px 4px 3px 10px;
}

.conference-drawer .padding-fixed {
  padding: 3px 4px;
}

.conference-drawer .pre-editor {
  z-index: 2;
  color: #999;
  pointer-events: none;
  visibility: visible;
  transition: opacity 80ms linear;
  position: absolute;
  top: 0;
  left: 2px;
}

.conference-drawer .editor {
  z-index: 1;
  word-wrap: break-word;
  white-space: pre-wrap;
  outline: none;
  width: 100%;
  min-height: 1.42857em;
  max-height: 7.14286em;
  position: relative;
  overflow: auto;
}

.conference-drawer .editor .file-box {
  -webkit-user-select: all;
  user-select: all;
  background: #ccc 0 / contain no-repeat;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 4.28571em;
  padding-right: 10px;
  font-weight: 600;
  display: flex;
}

.conference-drawer .drawer-files {
  flex-direction: column;
  max-height: 100%;
  display: flex;
}

.conference-drawer .drawer-files .list-group {
  width: 350px;
  margin-bottom: -15px;
  margin-left: -15px;
  overflow: hidden auto;
}

.conference-drawer .drawer-files .list-group .list-group-item {
  margin-left: 0;
}

.conference-drawer .drawer-files .file-link {
  justify-content: space-between;
  display: flex;
}

.conference-drawer .drawer-files .file-link span {
  padding: 0 2px;
}

.conference-drawer .drawer-files a {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  width: 250px;
  font-weight: bold;
  overflow: hidden;
}

.conference-drawer .drawer-files .small {
  margin-bottom: 2px;
}

.conference-drawer h2 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.conference-drawer .list-group {
  width: 320px;
}

.conference-drawer .list-group-item {
  margin-left: -15px;
  margin-right: -15px;
}

.conference-drawer .list-group-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.conference-drawer .list-group-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.conference-drawer .vertical-center {
  vertical-align: middle;
}

.conference-drawer .vertical-center h4 {
  margin-top: 5px;
}

.conference-drawer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.conference-drawer .btn-default:focus, .conference-drawer .btn-default:focus:active {
  outline: 0;
}

.conference-drawer label {
  width: 25%;
}

.conference-drawer .upload-button-label {
  width: unset;
  margin-bottom: unset;
}

.conference-drawer .form-group {
  margin-bottom: 2px;
}

.conference-drawer .form-group:last-of-type {
  margin-bottom: 15px;
}

.conference-drawer .dropdown {
  width: 75%;
}

.loading {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
}

.loading-inner {
  vertical-align: middle;
  display: table-cell;
}

.navbar-header {
  float: left !important;
}

.navbar-blink-logo {
  background-image: url("blink-white.75b3e25a.png");
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto 0 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .navbar-blink-logo {
    background-image: url("blink-white@2x.f213212d.png");
  }
}

.navbar-btn-toolbar {
  margin-top: 3.5px;
}

.navbar-btn-toolbar button.active {
  color: #fff;
  background-color: #080808;
  margin-top: -3.5px;
  padding-top: 9.5px;
  padding-bottom: 7.5px;
}

.navbar {
  z-index: 1201;
  min-height: 50px;
}

.navbar button {
  padding: 6px 12px;
}

.navbar button.btn-fw {
  width: 58px;
  margin-right: -5px;
}

.navbar-brand {
  height: 50px;
  padding: 15px 15px 15px 0;
  margin-left: 0 !important;
}

.navbar-text {
  margin: 15px;
}

div.uri-input .algolia-autocomplete {
  width: 100%;
}

div.uri-input .algolia-autocomplete .aa-hint {
  color: #999;
}

div.uri-input .algolia-autocomplete .aa-input, div.uri-input .algolia-autocomplete .aa-hint {
  width: 100%;
}

div.uri-input .algolia-autocomplete .aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid #999;
  border-top: 0;
  width: 100%;
}

div.uri-input .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: left;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 5px 4px;
  display: flex;
}

div.uri-input .algolia-autocomplete .aa-dropdown-menu .aa-suggestion .uri {
  color: #333;
  flex-shrink: 0;
  margin-right: 4px;
  font-weight: 600;
  line-height: 1.5;
}

div.uri-input .algolia-autocomplete .aa-dropdown-menu .aa-suggestion .name {
  color: #999;
  text-overflow: ellipsis;
  flex-shrink: 1;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap !important;
}

div.uri-input .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #f5f5f5;
}

div.uri-input .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor .uri {
  color: #262626;
}

.btn-dtmf, .btn-dtmf:hover, .btn-dtmf:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #333;
}

.video-icon.drawer-visible, .video-icon.drawer-half-visible, .video-icon.drawer-wide-visible {
  margin-right: 350px;
  width: calc(100% - 350px) !important;
}

.history-tile-box {
  flex: 1 0 auto;
  align-items: self-start;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.history-tile-box .card-hidden {
  visibility: hidden;
  height: 100%;
}

.history-tile-box .card-visible {
  visibility: visible;
  height: 100%;
  animation-delay: .3s;
}

.rhap_container {
  box-sizing: border-box;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  font-family: inherit;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 3px #0003;
}

.rhap_container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_container svg {
  vertical-align: initial;
}

.rhap_header {
  margin-bottom: 10px;
}

.rhap_footer {
  margin-top: 5px;
}

.rhap_main {
  flex-direction: column;
  flex: auto;
  display: flex;
}

.rhap_stacked .rhap_controls-section {
  margin-top: 8px;
}

.rhap_horizontal {
  flex-direction: row;
}

.rhap_horizontal .rhap_controls-section {
  margin-left: 8px;
}

.rhap_horizontal-reverse {
  flex-direction: row-reverse;
}

.rhap_horizontal-reverse .rhap_controls-section {
  margin-right: 8px;
}

.rhap_stacked-reverse {
  flex-direction: column-reverse;
}

.rhap_progress-section {
  flex: 3 auto;
  align-items: center;
  display: flex;
}

.rhap_progress-container {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex: 1 0 auto;
  align-self: center;
  align-items: center;
  margin: 0 -24px -10px;
  display: flex;
}

.rhap_progress-container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_progress-container:hover {
  margin-bottom: -9px;
}

.rhap_time {
  color: #333;
  -webkit-user-select: none;
  user-select: none;
}

.rhap_progress-bar {
  z-index: 0;
  box-sizing: border-box;
  background-color: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  position: relative;
}

.rhap_progress-bar:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_progress-bar:hover {
  height: 4px;
}

.rhap_progress-filled {
  z-index: 2;
  background-color: #337ab7;
  border-radius: 2px;
  height: 100%;
  transition: width .2s;
  position: absolute;
}

.rhap_progress-bar-show-download {
  background-color: #dddddd80;
}

.rhap_download-progress {
  z-index: 1;
  background-color: #ddd;
  border-radius: 3px;
  height: 100%;
  position: absolute;
}

.rhap_progress-indicator {
  z-index: 3;
  box-sizing: border-box;
  background: #337ab7;
  margin-left: -10px;
  position: absolute;
  top: -8px;
  box-shadow: 0 0 5px #337ab780;
}

.rhap_controls-section {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rhap_additional-controls {
  flex: 1 0 auto;
  align-items: center;
  display: flex;
}

.rhap_repeat-button {
  color: #337ab7;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  font-size: 26px;
}

.rhap_main-controls {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rhap_main-controls-button {
  color: #337ab7;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  font-size: 35px;
}

.rhap_play-pause-button {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.rhap_volume-controls {
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rhap_volume-button {
  color: #337ab7;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  font-size: 26px;
}

.rhap_volume-container {
  -webkit-user-select: none;
  user-select: none;
  flex: 0 100px;
  align-items: center;
  display: flex;
}

.rhap_volume-bar-area {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.rhap_volume-bar-area:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_volume-bar {
  box-sizing: border-box;
  background: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  position: relative;
}

.rhap_volume-indicator {
  box-sizing: border-box;
  cursor: pointer;
  opacity: .9;
  background: #337ab7;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  position: absolute;
  top: -4px;
  left: 0;
  box-shadow: 0 0 3px #337ab780;
}

.rhap_volume-indicator:hover {
  opacity: .9;
}

.rhap_volume-filled {
  z-index: 2;
  background-color: #337ab7;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_button-clear {
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 0;
  overflow: hidden;
}

.rhap_button-clear:hover {
  opacity: .9;
  transition-duration: .2s;
}

.rhap_button-clear:active {
  opacity: .95;
}

.rhap_button-clear:focus:not(:focus-visible) {
  outline: 0;
}

/*# sourceMappingURL=index.d2838ac4.css.map */
