.glance-agent-plugin {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-family: 'Roboto', sans-serif;
}

.glance-container {
  display: flex;
  flex-flow: row wrap;
}

/* Logo */
.glance-logo {
   width: 32px;
   height: 32px;
   margin: 5px 5px;
 }

.cls-1 {
  fill: #33aae1;
}
.cls-2 {
  fill: #fff;
}

input.cobrowse-key {
  border: rgb(204, 204, 204) 1px solid;
  border-radius: 0.15rem;
  width: 75px;
  font-size: 14px;
  color: #5876a3;
  margin: 5px 5px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 0 0 0 4px;
  height: 32px;
}

.glance-join-btn {
  background-color: #5876a3;
  border-radius: 0.15rem;
  color: white;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  padding: 0 5px;
  white-space: nowrap;
  margin: 5px 5px;
  min-width: 75px;
}

input.mcs-phone-number {
  border: rgb(204, 204, 204) 1px solid;
  border-radius: 0.15rem;
  width: 115px;
  font-size: 14px;
  color: #5876a3;
  margin: 5px 5px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  padding: 0 0 0 4px;
  height: 32px;
}

.glance-video-btn {
  background-color: #5876a3;
  border-radius: 0.15rem;
  color: white;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  padding: 0 5px;
  white-space: nowrap;
  min-width: 115px;
  margin: 5px 5px;
}

/* Present */
.glance-join-btn.present {
  -webkit-animation-name: orangePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

@keyframes orangePulse {
  0% {
    background-color: #f46802;
    -webkit-box-shadow: 0 0 7px #d15902;
  }
  50% {
    background-color: #d15902;
    -webkit-box-shadow: 0 0 10px #d15902;
  }
  100% {
    background-color: #f46802;
    -webkit-box-shadow: 0 0 7px #d15902;
  }
}

.glance-cobrowse-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.glance-mcs {
  display: flex;
  flex-flow: row nowrap;
}