a {
  color: #000;
  text-decoration: underline;
}

.heading-3 {
  float: left;
  font-family: Muli, sans-serif;
  color: #777;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.heading-3.grey {
  color: #a5a5a5;
  font-size: 17px;
  font-weight: 400;
}

.heading-3.active {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.heading-3.white {
  color: #d6d6d6;
}

.heading-3.white.rightspace {
  margin-right: 5px;
  color: #e4e4e4;

  line-height: 30px;
}

.heading-3.white.rightspace.highlighted {
  color: #fff;
  font-style: normal;
}
.heading-3.wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3.rightspace {
  margin-right: 10px;
}

.heading-3.rightspace.black {
  color: #4d4d4d;
}
.heading-3.white-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #dadada;
}
.voice-channel-list-container {
  display: block;
  height: auto;
  min-height: auto;
  margin-bottom: 40px;
}

.user-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 9px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-super-container {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  overflow:hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.75))), url('../images/blurbgsm.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.75)), url('../images/blurbgsm.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, 80%;

}
.main-super-container.soundoff {
  border: 6px solid #ff779d;
}
.team-title-container {
  padding-top: 4px;
}

.channel-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.allcaps-text {
  display: block;

  color: #7a7a7a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 10px;

}
.allcaps-text.lightgrey {
  color: #b4b4b4;
}
.allcaps-text.lightgrey.left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.allcaps-text.leftjustified {
  text-align: left;
}

.main-top-container {
  position: relative;
  z-index: 60;
  display: none;
  height: 100px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-connection-status-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  min-width: 160px;
  margin-right: -32px;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 7px;
  background-color: #f1f1f1;
}

.sound-icn {
  height: 15px;
  margin-top: 2px;
  opacity: 0.24;
}

.sound-icn.active {
  opacity: 0.73;
}

.sound-icn.selected {
  opacity: 1;
}

.bottom-logo-container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: -100px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  max-width: 340px;
  padding-top: 50px;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(72%, hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0)));
  /*background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.9) 72%, hsla(0, 0%, 100%, 0));*/
}

.leftmain {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 30%;
  height: 95vh;
  max-width: 340px;
  padding: 25px 22px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 0 28px 0 rgba(0, 0, 0, 0.06);

}

.heading-2 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}
.heading-2.white {
  color: #fff;
  text-align: left;
}

.heading-2.white.centered {
  text-align: center;
}

.heading-2.white.margin-bottom {
  margin-bottom: 30px;
}

.heading-2.left {
  text-align: left;
}
.heading-2.left.bottom {
  margin-bottom: 30px;
}

.heading-2.marginbottomtop {
  margin-top: 30px;
  margin-bottom: 30px;
}
.heading-2.marginbottomtop.bigger {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 28px;
  line-height: 38px;
}

.team-list-container {
  height: auto;
  min-height: 40vh;
  padding-bottom: 0px;
}

.dots-icn {
  opacity: 0.25;
}
.dots-icn.marginleft {
  margin-left: 10px;
}

.list-item-right-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  margin-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
}

.sound-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 20px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  background-color: #ffcc59;
  box-shadow: 4px 4px 17px 0 rgba(0, 0, 0, 0.32);
  opacity: 1;
  cursor: pointer;

}

.sound-button.off {
  background-color: #ff789d;
}

.logo-medium {
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.logo-medium.right {
  padding-right: 0px;
}
.list-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subtext1 {
  color: #727272;
  font-size: 13px;
  line-height: 18px;
}

.subtext1.grey {
  color: #d1d1d1;
  line-height: 20px;
}
.subtext1.darkgrey {
  margin-top: 2px;
  color: #adadad;
  font-size: 12px;
}

.subtext1.green {
  color: #56f58e;
}

.subtext1.pink {
  color: #ff789e;
}

.body {
  overflow: auto;
  font-family: Muli, sans-serif;
}

.bottom-grey-bg {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: hidden;
  height: 75vh;
  background-color: #f7f7f7;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;

}

.bottom-grey-bg.darkgrey {
  position: relative;
  z-index: 100;
  height: auto;
  padding-top: 50px;
  background-color: #2e2e2e;
  display: block;
  padding-bottom: 50px;
  min-height: 600px;
  overflow-x: hidden;
}

.bottom-grey-bg.shorter {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 140px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-grey-bg.shorter.colored {
  margin-top: 150px;
  background-color: #313131;
}

.icn-big {
  width: 27px;
  opacity: 1;
}

.icn-big.transparent {
  opacity: 0.4;
}
.icn-big.rightspace {
  margin-right: 10px;
}

.teammate-profile-sm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #ebebeb;
}

.status-circle {
  position: static;
  left: auto;
  top: 1px;
  right: -8px;
  bottom: auto;
  width: 14px;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #56f58e;
}

.status-circle.idle {
  background-color: #ffcc59;
}

.status-circle.offline {
  border-width: 3px;
  border-color: #e6e6e6;
  background-color: transparent;
}

.status-circle.busy {
  background-color: #ff789e;
}
.status-circle.marginright {
  margin-right: 5px;
}
.pushtalk-circle-container {
  position: relative;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  padding: 3px;
  border-radius: 40px;
  background-color: #eee;
}

.pushtalk-circle-container.pushed {
  background-color: #ff789e;
}

.pushtalk-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #56f5cd;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform-origin: center right;

}
/*.pushtalk-circle:active {*/
/*    border: 2px solid #ff779d;*/
/*    box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.3);*/
/*    background-color: #ff779d;*/
/*}*/
.pushtalk-circle.disabled {
  background-color: #f1f1f1;
  box-shadow: none;
  cursor: not-allowed;
}
.pushtalk-circle.disabled:active {
  background-color: #f1f1f1;
  box-shadow: none;
  cursor: not-allowed;
  border: 0px solid #ccc;

}
.pushtalk-circle.pushed {
  background-color: #ff92b0;
  box-shadow: 0 0 6px 2px #ff789e;
}
.pushtalk-circle.notify {
  background-color: #ff789e;
}

.pushtalk-circle.notify.inside-profile {
  position: absolute;
  left: auto;
  top: -10px;
  right: 10px;
  bottom: auto;
}
.notify-icn {
  opacity: 0.8;
}

.pushtalk-circle.voicemessage {
  background-color: #9177dc;
  transition: 0.13s;
  animation-timing-function: ease-in-out;
}
.pushtalk-circle.voicemessage:hover {
  width: 48px;
  box-shadow: 1px 5px 6px 0 rgba(0, 0, 0, 0.2);
  margin-right: 2px;
}
.pushtalk-circle.voicemessage.pushed {
  width: 64px;
  min-width: 64px;
  /* margin-right: -12px; */
  border-style: solid;
  border-width: 1px;
  border-color: #ff789e;
  background-color: #ff789e;
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.29);
  animation: pulse 1s infinite;
  animation-timing-function: ease-out;

}
@keyframes pulse {
  0% {
    background-color: #FF789E;
    border-color: #FF789E;
  }
  50% {
    background-color: #EC396B;
    border-color: #EC396B;
  }
  100% {
    background-color: #FF789E;
    border-color: #FF789E;
  }

}
.pushtalk-circle.voicemessage.sent {
  width: 64px;
  min-width: 64px;
  /* margin-right: -12px; */
  border-style: solid;
  border-width: 1px;
  border-color: #56f58e;
  background-color: #56f58e;
  box-shadow: none;
}

.pushtalk-circle.message-sending {
  background-color: #d8d8d8;
}

.pushtalk-circle.message-sending.pushed {
  width: 64px;
  min-width: 64px;
  margin-right: -12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff789e;
  background-color: #ff789e;
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.29);
}

.pushtalk-circle.message-sending.sent {
  width: 64px;
  min-width: 64px;
  margin-right: -12px;
  border-style: solid;
  border-width: 1px;
  border-color: #56f58e;
  background-color: #56f58e;
  box-shadow: none;
}


.talk-icn-sm {
  width: 14px;
}

.talk-icn-sm.disabled {
  opacity: 0.41;
}

.subtext2 {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Muli, sans-serif;
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.subtext2.lightgrey-txt {
  margin-top: 0px;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 14px;
}
.subtext2.lightgrey-txt a {
    color: #9c9c9c;
    text-decoration: none;
    font-size:13px;
}
.subtext2.centered {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.subtext2.pink {
  color: #ff789e;
}

.subtext2.pink.topmargin {
  margin-top: 4px;
  text-align: left;

}

.subtext2.red {
  color: #ff316b;
}

.subtext2.red.rightjustified {
  text-align: right;
}

.smiley-icn {
  width: 60%;
  margin-top: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0.29;
}

.bg-video {
  position: absolute;
  z-index: -100;
  height: 100vh;
}

.teammate-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-icn-sm {
  width: auto;
  height: 16px;
  margin-left: 7px;
  opacity: 0.5;
}

.status-icn-sm.active {
  opacity: 0.78;
}

.status-icn-sm.nomargin {
  margin-left: 0px;
}

.onboarding-container {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 80;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 223, 195, 0.66);
}

.onboarding-text {
  display: block;
  max-width: 360px;
  font-family: 'Permanent Marker', sans-serif;
  color: #ff789e;
  font-size: 20px;
  line-height: 24px;
}

.onboarding-text.right-justified {
  display: block;
  text-align: right;
}

.onboarding1 {
  position: absolute;
  left: 300px;
  top: 51px;
  right: auto;
  bottom: auto;
}

.onboarding2 {
  position: absolute;
  left: 320px;
  top: 173px;
  right: auto;
  bottom: auto;
}

.onboarding3 {
  position: absolute;
  left: 400px;
  top: 503px;
  right: auto;
  bottom: auto;
}

.onboarding4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 110px;
  bottom: 35px;
}

.rightmain {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 95vh;
  max-width: none;
  margin-left: 20px;
  padding: 25px 40px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #ffffffb3;;
  box-shadow: 2px 0 28px 0 rgba(0, 0, 0, 0.06);
  opacity:0.95;
}

.main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.channel-participants-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  height: 60px;
  max-width: 55%;
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}


.talk-toggle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 160px;
  max-width:750px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;

}

.talk-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  border-bottom: 3px none #e7e7e7;
  width: 100%;
}

.talk-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px solid #dfdfdf;
  color: #c7c7c7;
  cursor: pointer;

}

.talk-tab.selected {
  border-bottom: 3px solid #ff789e;
  color: #000;
}

.pushtalk-btn-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  width: 100%;
  height: 55px;
  position:relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 130px;
  background-color: #56f5cd;
  box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-touch-callout: none;

}

.pushtalk-btn-large.pushed {
  background-color: #ff789e;
  box-shadow: 0 0 20px 0 rgba(255, 120, 158, 0.69);
  box-shadow: inset 1px 1px 15px 0 rgba(0, 0, 0, 0.18);

}
.pushtalk-btn-large.purple {
  position: relative;
  background-color: #9177dc;
}
.pushtalk-btn-large.purple.fat, .pushtalk-btn-large.grey.fat, .pushtalk-btn-large.green.fat, .pushtalk-btn-large.pushed.fat {
  height: 135px;
}
.pushtalk-btn-large.grey{
  background-color: #b7b7b7;
  box-shadow:none;
}
.pushtalk-btn-large.grey.fat.disabled{
  background: rgb(90, 90, 90);
  cursor: unset;
  
}
.pushtalk-btn-large.grey.fat.disabled .button-text.white.smaller{
  opacity:0.3;
}
.pushtalk-btn-large.grey.fat.disabled img{
  opacity:0.3;
}
.pushtalk-btn-large.green {
  background-color: #56f58e;
  box-shadow:none;
}
.pushtalk-btn-large.disabled {
    background-color: #ccc;
    opacity: 0.4;
    box-shadow:none;
}
.shortcutkey {
  /*position: absolute;*/
  margin-left: 7px;
  padding: 0px 5px 0px 5px;
  background-color: #00000021;
  font-size: 10.5px;
  border-radius: 4px;
  text-align: center;
  opacity:0.8;
  transform:scale(0.9);

}
.tab-text {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.button-text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
}
.button-text.small {
  font-size: 13px;
}
.button-text.small.white {
  color: #fff;
  line-height: 19px;
  font-weight: 700;
}

.button-text.small.white.regular {
  font-weight: 700;
}

.button-text.med {
  font-size: 14px;
}
.button-text.white {
  color: #fff;
}

.button-text.white.smaller {
  font-size: 14px;
}

.teammate-profile-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 6px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: #e6e6e6;
  font-size: 30px;
  padding-top: 0px;
}

.teammate-profile-large.speaking {
  border-style: solid;
  border-width: 3px;
  border-color: #ff789e;
  box-shadow: 0 0 10px 0 #ff789e;
}

.icn-med {
  height: 18px;
}

.icn-med.opacitylow {
  opacity: 0.21;
}
.icn-med.opacitylow.marginright {
  margin-right: 5px;
}

.icn-med.opacitymed {
  opacity: 0.55;
}

.icn-med.rightspace {
  height: 18px;
  margin-right: 5px;
}

.icn-med.leftspace {
  margin-left: 10px;
}
.close-button-container {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  display: none;
  opacity: 0.2;
}

.main-title-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-logo {
  width: 58px;
  height: 58px;
  min-height: 58px;
  min-width: 58px;
  margin-right: 10px;
  border-radius: 6px;
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/company-dots.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/company-dots.svg');
  background-position: 0px 0px, 50% 52%;
  background-size: auto, 36px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.teammate-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teammate-inside-channel-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3a {
  display: block;
  overflow: visible;
  max-width: 100px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}

.heading-3a.grey {
  color: #d1d1d1;
}

.heading-3a.active {
  color: #000;
}

.teammate-icns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bottom-grey-bg-inchannel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -10;
  display: block;
  height: 76%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 120, 158, 0)), to(rgba(255, 204, 89, 0.16)));
  background-image: linear-gradient(0deg, rgba(255, 120, 158, 0), rgba(255, 204, 89, 0.16));
  background-position: 0px 0px;
}

.div-block, .channel-header  {
  /*margin-left: 10px;*/
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.settings-button-container {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  display: block;
  width: 30px;

  height: 30px;
  opacity: 0.2;
}

.subtext3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 19px;
}

.subtext3.highlighted {
  color: #c7c7c7;
}

.subtext3.darkgrey {
  color: #868686;
}

.subtext3.darkgrey.margintop {
  margin-top: 5px;
  font-size: 15px;
  line-height: 21px;
}

.icn-sm-transparent {
  width: 16px;
  opacity: 0.12;
}

.talk-icn-disabled-sm {
  width: 15px;
  opacity: 0.21;
}
.icn-z {
  position: absolute;
  left: auto;
  top: -4px;
  right: -3px;
  bottom: auto;
  display: block;
  width: 9px;
}

.left-content-container {
  margin-bottom: -30px;
  /*overflow-y: auto;*/
  min-height: 100vh;
  padding-bottom: 200px;
  height: auto;
}

.channel-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #f0f0f0;
  cursor: pointer;

}

.channel-list-item.active {
  border-left: 4px none #ff789e;
  line-height: 20px;
}

.heading-4 {
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.heading-4 a{
  color: #adadad;
}
.heading-4.grey {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
}
.heading-4.topdesc {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
}
.heading-4.lightgreytext {
  color: #979797;
}

.heading-4.darkgrey {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.heading-4.black {
  color: #000;
  font-weight: 700;
}

.channel-member-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d8d8d8;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
}

.channel-member-num.active {
  background-color: #8d8d8d;
}

.channel-user-num-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-mini-icn {
  height: 12px;
  margin-right: 3px;
  opacity: 0.25;
}

.center-popup {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: auto;
  max-width: none;
  min-height: 420px;
  margin: 0px auto 60px;
  padding: 50px 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 0 28px 0 rgba(0, 0, 0, 0.06);
}
.center-popup.wide {
  width: 80%;
  max-width: 1400px;
}
.center-popup.blk {
  background-color: #474747;
  justify-content: center;

}
.center-popup.sm {
  min-height: 360px;
}
.centered-top-nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 50px;
  --webkit-box-pack: justify; 
  --webkit-justify-content: space-between; 
  --ms-flex-pack: justify; 
  justify-content: center; 
}
.centered-top-nav-container.nomenu {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  align-items: center;
}

.btn-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 130px;
  background-color: #56f5cd;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-large.pink {
  background-color: #ff789e;
  color: #fff;
}
.btn-large.white {
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.btn-large.white:hover {
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.07);
}

.btn-large.white:active {
  background-color: #f5f5f5;
  box-shadow: none;
}
.btn-large.white.slacksquare {
  height: 58px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 10px;
}
.btn-large.margintop {
  margin-top: 40px;
}

.btn-large.margintop.marginbottom {
  margin-bottom: 40px;
}

.popup-text-container {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}
.popup-text-container-vt {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.popup-text-container.verticalcentered{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.popup-text-container-vt.verticalcentered{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}
.input-text-field {
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 27px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #afafaf;
  border-radius: 0px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  font-size: 20px;
  text-align: left;
}

.input-text-field:focus {
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #56f5cd;
  color: #000;
}
.input-text-field.black {
  margin-bottom: 0px;
  padding-left: 0px;
  border-bottom-color: #7e7e7e;
}

.input-text-field.black::-webkit-input-placeholder {
  color: #7a7a7a;
}

.input-text-field.black:-ms-input-placeholder {
  color: #7a7a7a;
}

.input-text-field.black::-ms-input-placeholder {
  color: #7a7a7a;
}

.input-text-field.black::placeholder {
  color: #7a7a7a;
}
.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-container.centered {
  width: 100%;
  margin-top: 20px;
}

.form {
  width: 100%;
}

.logo-large {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.subtext-tiny {
  font-family: Muli, sans-serif;

  color: #a5a5a5;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.subtext-tiny.centered, .subtext-tiny.centered a {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;

  text-align: center;
  color: #a5a5a5;

}

.subtext-tiny.black {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 11px;
}
.subtext-tiny.whitecentered {
  opacity: 0.86;
  color: #fff;
  text-align: left;
  line-height:15px;
}
.subtext-tiny.darkgrey {
  color: #6d6d6d;
}
.teammate-title-container {
  padding-left: 3px;
}
.teammate-title-container.active {
    text-decoration: underline;
}
.mic-lvl-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mic-lvl-circle {
  position: static;
  left: auto;
  top: 1px;
  right: -8px;
  bottom: auto;
  width: 12px;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #000;
  opacity: 0.27;
}

.mic-lvl-circle.idle {
  background-color: #ffcc59;
}

.mic-lvl-circle.offline {
  border-width: 3px;
  border-color: #d1d1d1;
  background-color: transparent;
}

.mic-lvl-circle.busy {
  background-color: #ff789e;
}

.mic-lvl-circle.active {
  background-color: #56f58e;
  opacity: 1;
}
.mic-lvl-circle.sm {
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-right: 3px;
  margin-left: 3px;
}
.mic-icn-med {
  height: 24px;
  margin-right: 5px;
  opacity: 0.48;
}

.backgroundanim {
  width: 100vw;
  height: 100vh;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}

.backgroundanim span {
  width: 100vmin;
  height: 100vmin;
  border-radius: 100vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 36s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.backgroundanim span:nth-child(1) {
  color: #56F5CD;
  top: 56%;
  left: 80%;
  animation-duration: 19.1s;
  animation-delay: -27.5s;
  transform-origin: -18vw -20vh;
  box-shadow: -200vmin 0 58.269126154vmin currentColor;
}
.backgroundanim span:nth-child(2) {
  color: #56F5CD;
  top: 11%;
  left: 36%;
  animation-duration: 16.2s;
  animation-delay: -9.2s;
  transform-origin: -16vw 12vh;
  box-shadow: -200vmin 0 50.9133137556vmin currentColor;
}
.backgroundanim span:nth-child(3) {
  color: #FFCC59;
  top: 1%;
  left: 16%;
  animation-duration: 42.6s;
  animation-delay: -19.3s;
  transform-origin: -2vw -2vh;
  box-shadow: 200vmin 0 67.8541714869vmin currentColor;
}
.backgroundanim span:nth-child(4) {
  color: #FF789E;
  top: 27%;
  left: 38%;
  animation-duration: 37.7s;
  animation-delay: -4.6s;
  transform-origin: 12vw 20vh;
  box-shadow: -200vmin 0 52.6559089949vmin currentColor;
}
.backgroundanim span:nth-child(5) {
  color: #FFCC59;
  top: 80%;
  left: 16%;
  animation-duration: 22.1s;
  animation-delay: -5s;
  transform-origin: -4vw -21vh;
  box-shadow: -200vmin 0 29.316959279vmin currentColor;
}
.backgroundanim span:nth-child(6) {
  color: #FF789E;
  top: 6%;
  left: 81%;
  animation-duration: 26.1s;
  animation-delay: -10.6s;
  transform-origin: -20vw -16vh;
  box-shadow: -200vmin 0 74.2337467289vmin currentColor;
}
.backgroundanim span:nth-child(7) {
  color: #FFCC59;
  top: 34%;
  left: 34%;
  animation-duration: 22.9s;
  animation-delay: -17.3s;
  transform-origin: -2vw 8vh;
  box-shadow: 200vmin 0 38.6989448719vmin currentColor;
}
.backgroundanim span:nth-child(8) {
  color: #56F5CD;
  top: 65%;
  left: 58%;
  animation-duration: 36.7s;
  animation-delay: -39.8s;
  transform-origin: 10vw -3vh;
  box-shadow: 200vmin 0 38.3180739524vmin currentColor;
}
.backgroundanim span:nth-child(9) {
  color: #FF789E;
  top: 100%;
  left: 87%;
  animation-duration: 38.1s;
  animation-delay: -15.5s;
  transform-origin: 8vw 20vh;
  box-shadow: 200vmin 0 50.0982755054vmin currentColor;
}
.backgroundanim span:nth-child(10) {
  color: #56F5CD;
  top: 62%;
  left: 59%;
  animation-duration: 41.7s;
  animation-delay: -16.5s;
  transform-origin: 5vw -6vh;
  box-shadow: 200vmin 0 74.5506311881vmin currentColor;
}

/*@keyframes move {*/
/*  100% {*/
/*    transform: translate3d(0, 0, 1px) rotate(360deg);*/
/*  }*/
/*}*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin:0 10px 0 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -2px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  transform:scale(0.9);
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-container{
  display:none;
}
input:checked + .slider {
  background-color: #ffcc59;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.help-container{
  margin-right:15px;
}
#copy_txt:focus {
    outline: none;
}
#copy_txt {
    line-height: normal;
    border: none;
    border-bottom: 1px solid #ccc;
    transition: ease-in-out, width .2s ease-in-out;
    width:120px;
    background-color:transparent;
    color: #757575;
}
.subtext2 #btn-copy{
    color: #ff779d;
    font-weight: bold;
}
.text-block {
  position: fixed;
}

.switch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 10px 0 0 0;
  position: absolute;
  /* right: 30px; */
  bottom: 13px;
}

.voicetext-bubble-container {
  position: absolute;
  left: 190px;
  top: 320px;
  right: auto;
  bottom: auto;
  z-index: 1001;
  display: none;
  overflow: visible;
  height: 420px;
  max-height: 420px;
  max-width: 320px;
  min-height: 420px;
  min-width: 320px;
  border-radius: 8px;
  background-color: #3b3b3b;
  box-shadow: 8px 8px 14px 1px rgba(0, 0, 0, 0.24);
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

.bubble-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bubble-top-container.lowmargintop {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.voice-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.voice-item-container.width-sm {
  width: 70%;
  max-width: 720px;
}
.voice-item-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-icn-sm {
  height: 18px;
  margin-right: 7px;
  margin-bottom: 0px;
  cursor: pointer;

}

.bubble-pointer {
  position: absolute;
  left: -8px;
  top: 50px;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  background-color: #3b3b3b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bubble-pointer.top {
  position: relative;
  left: auto;
  top: -5px;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.bubble-pointer.top.gold {
  top: -7px;
  background-color: #ffcc59;
}

.bubble-inside-super-container {
  position: static;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 76%;
  padding: 20px 30px 100px;
}

.bubble-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.audio-player-container {
  display: none;
  width: 100%;
  height: 7px;
  margin-top: 7px;
  margin-bottom: 7px;
  border-radius: 120px;
  background-color: #000;
}

.audio-player-trackbar {
  width: 30%;
  height: 100%;
  margin-bottom: 0px;
  border-radius: 120px;
  background-color: #56f58e;
}

.bubble-bottom-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 44px;
  z-index: 100;
  height: 60px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 59, 59, 0)), color-stop(74%, #3b3b3b));
  background-image: linear-gradient(180deg, rgba(59, 59, 59, 0), #3b3b3b 74%);
}

.bubble-top-gradient {
  position: absolute;
  left: 0%;
  top: 55px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 20px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(59, 59, 59, 0)), color-stop(74%, #3b3b3b));
  background-image: linear-gradient(0deg, rgba(59, 59, 59, 0), #3b3b3b 74%);
}

.pushtalk-btn-med {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 45px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 130px;
  background-color: #56f5cd;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.18);
}

.pushtalk-btn-med.pushed {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 2px;
  border-color: #ff789e;
  background-color: #ff789e;
  box-shadow: inset 4px 0 14px 0 rgba(0, 0, 0, 0.3);
}

.pushtalk-btn-med.bottommargin {
  margin-bottom: 30px;
}

.pushtalk-btn-med.bottommargin.purple {
  position: relative;
  background-color: #9177dc;
}

.pushtalk-btn-med.purple {
  background-color: #9177dc;
}

.pushtalk-btn-med.green {
  background-color: #56f58e;
}

.pushtalk-btn-med.grey {
  background-color: #d8d8d8;
}

.voicetext-live-container {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 1001;
  display: none;
  overflow: hidden;
  width: 400px;
  height: auto;
  max-height: 130px;
  max-width: none;
  min-width: auto;
  padding: 15px 20px 18px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(92, 92, 92, 0.95);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.36);
}

.pushtalk-btn-sm {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 130px;
  background-color: #56f5cd;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.18);
}

.pushtalk-btn-sm.pushed {
  background-color: #ff789e;
  box-shadow: inset 0 0 19px 0 rgba(0, 0, 0, 0.19), 0 0 20px 0 rgba(255, 120, 158, 0.69);
}

.voice-item-live-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.voice-live-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.notify-icn {
  opacity: 0.8;
}

.button-text-sm {
  font-size: 15px;
  text-align: left;
}

.button-text-sm.leftmargin {
  margin-left: 15px;
  font-size: 14px;
  cursor: pointer;
}

.button-text-sm.leftmargin.normalspacing {
  font-size: 18px;
  letter-spacing: 0px;
}

.popup-topright-container {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  display: block;
  opacity: 1;
}

.right-panel-container {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: block;
  width: 355px;
  padding: 30px 30px 30px 40px;
  background-color: rgb(60, 60, 60);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.28);
  border-radius: 8px 8px 8px 8px;
  margin: 0px 0px 0px -15px;
  height: 95vh;
}

.rightpanel-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-panel-content-container {
  overflow: auto;
  height: 86%;
  margin-bottom: 160px;
  padding-top: 0px;
}

.channel-settings-bubble-container {
  position: absolute;
  left: auto;
  top: 100px;
  right: auto;
  bottom: auto;
  z-index: 1001;
  display: none;
  overflow: visible;
  height: auto;
  max-height: 500px;
  max-width: 420px;
  min-height: 200px;
  min-width: 420px;
  padding: 0px 30px 20px;
  border-radius: 8px;
  background-color: #ffcc59;
  box-shadow: 8px 8px 14px 1px rgba(0, 0, 0, 0.24);
}

.rightmain-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.channel-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.rightmain-top-left {
  display: none;

  width: 50px;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rightmain-top-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
}

.text-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icn-big2 {
  height: 25px;
}

.icn-big2.opacitymed {
  opacity: 0.45;
}

.notification-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff316b;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.notification-badge.leftmargin {
  position: relative;
  margin-top: -20px;
  margin-left: -10px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
}

.notification-badge.topright {
  position: absolute;
  left: 20px;
  top: 3px;
  right: auto;
  bottom: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.notification-dot {
  position: absolute;
  left: auto;
  top: 7px;
  right: 5px;
  bottom: auto;
  width: 7px;
  height: 7px;
  border-style: none;
  border-width: 1px;
  border-color: #ff316b;
  border-radius: 20px;
  background-color: #ff316b;
}

.channel-list-left-icn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-container {
  margin-top: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 60px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
}

.dropdown-link {
  background-color: transparent;
}

.dropdown-link:hover {
  border-radius: 8px;
  background-color: #ff789e;
  color: #fff;
  font-weight: 400;
}

.dropdown-list {
  background-color: #6b5858;
}

.dropdown-list.w--open {
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.94);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.27);
}

.icn-sm {
  opacity: 0.32;
}

.icn-sm.marginright {
  margin-right: 7px;
  width:14px;
}
.icn-sm.leftmargin {
  width: 14px;
  margin-left: 8px;
}

.icn-med2 {
  height: 20px;
  margin-right: 5px;
  margin-left: 8px;
  opacity: 0.32;
}

.my-status-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-title-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.downcarot {
  position: relative;
  margin-left: 5px;
  opacity: 0.66;
}

.channel-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  min-height: 40px;
  min-width: auto;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ff789e;
}

.team-dropdown-container {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: block;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.11);
}
.team-dropdown-container.small {
  min-width: 160px;
}

.team-dropdown-container.small.w--open {
  min-width: 170px;
}


.button-med {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin: 20px auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 130px;
  background-color: #56f5cd;
  box-shadow: none;
}

.button-med.pushed {
  background-color: #ff789e;
  box-shadow: inset 0 0 19px 0 rgba(0, 0, 0, 0.19), 0 0 20px 0 rgba(255, 120, 158, 0.69);
}

.button-med.bottommargin {
  margin-bottom: 30px;
}

.dropdown-selector-text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Muli, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.dropdown-selector-text a {
  text-decoration: none;
}
.dropdown-selector-text:hover {
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.dropdown-selector-text.red {
  color: #ff316b;
  font-weight: 700;
}
.dropdown-selector-text.right {
  text-align: right;
}
.voicetext-live-container-self {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 1001;
  display: none;
  overflow: hidden;
  width: 350px;
  height: auto;
  max-height: 340px;
  max-width: none;
  min-width: auto;
  padding: 10px 10px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(92, 92, 92, 0.95);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}

._580-container {
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}
._580-container.min-height {
  height: auto;
}

.select-field {
  height: 60px;
  font-family: Muli, sans-serif;
  font-size: 18px;
}

.list-item-general {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e2e2;
}

.list-item-general.dark {
  border-top-color: #5e5e5e;
}

.body2 {
  font-family: Muli, sans-serif;
  font-size: 16px;
  text-align: left;
}
.body2.white {
  color: #e9e9e9;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.grey {
  background-color: #f5f5f5;
}

.emoji-med {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 26px;
  font-weight: 800;
}

.emoji-med.white {
  color: #fff;
}

.emoji-med.left {
  text-align: left;
}

.emoji-med.left.bottom {
  margin-bottom: 30px;
}

.emoji-med.marginbottomtop {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading5 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.heading5.grey {
  color: #d1d1d1;
}

.heading5.active {
  color: #000;
}

.right-main-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: auto;
  max-height: 90%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.transcription-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100%;
  max-width: none;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.status-icn-tiny {
  width: auto;
  height: 13px;
  margin-right: 5px;
  margin-left: 0px;
  opacity: 0.5;
}

.status-icn-tiny.active {
  opacity: 0.78;
}

.status-icn-tiny.nomargin {
  margin-left: 0px;
}

.heading6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 37px;
}

.subtext4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 23px;
}

.subtext4.highlighted {
  color: #c7c7c7;
}

.subtext4.darkgrey {
  color: #5e5e5e;
}

.subtext4.width-sm {
  width: 70%;
  color: #5a5a5a;
}
.subtext4.white {
  color: #b9b9b9;
}
.channel-intro-container {
  margin-bottom: -25px;
}

.voice-message-info-bubble-container {
  position: absolute;
  left: auto;
  top: 80%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: block;
  overflow: visible;
  width: 180px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding: 15px;
  border-radius: 8px;
  background-color: #ff789e;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.11);
}

.bubble-pointer2 {
  position: absolute;
  left: auto;
  top: -3px;
  right: 11px;
  bottom: auto;
  width: 20px;
  height: 20px;
  background-color: #ff789e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bubble-pointer2.top {
  position: relative;
  left: auto;
  top: -5px;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.bubble-pointer2.top.gold {
  top: -7px;
  background-color: #ffcc59;
}

.button-time-txt {
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.button-time-txt.small {
  font-size: 13px;
}

.button-time-txt.small.white {
  color: #fff;
}

.button-time-txt.med {
  font-size: 14px;
}

.button-time-txt.blk {
  color: #000;
}

.icn-med3 {
  width: 23px;
  opacity: 0.32;
}

.panel-bottom-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.icn-sm-2 {
  width: 16px;
  opacity: 1;
}

.icn-sm-2.marginright {
  margin-right: 5px;
}

.body3 {
  font-family: Muli, sans-serif;
  color: #b4b4b4;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.body-blk {
  background-color: #333;
}

.audioplayer-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  opacity: 0.2;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}
.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slack-main-img {
  width: 600px;
  margin-top: -110px;
}

.powered-by-footer-container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-sm {
  width: 120px;
}

.slack-button {
  width: 45%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.page-title-bar-container {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 540px;
  margin: auto;
}

.login-profile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-txt {
  font-family: Muli, sans-serif;
}

.body-txt.white {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #dadada;
}

.profile-img-sm {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 40px;
}

.profile-img-sm.marginright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
  font-size: 26px;
  line-height: 26px;
}

.dropdown-select-sm {
  z-index: 200;
  margin-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #838383;
  border-radius: 0px;
  background-color: transparent;
  font-family: Muli, sans-serif;
}

.dropdown-select-sm.noborder {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.dropdown-toggle-2 {
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 5px;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.dropdown-toggle-2.w--open {
  border-radius: 5px;
}

.popup-bottom-container {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bold-text-2 {
  font-size: 14px;
  letter-spacing: 2px;
}

.dropdown-list-2 {
  background-color: #553d3d;
}

.dropdown-list-2.w--open {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.19);
}
.rich-text-block {
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.logo-xlarge {
  width: 210px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.selectdropdown, .selectdropdown:active{
  text-transform: none;
  color: #e4e4e4;
  border: none;
  background: none;
  width: 140px;
  margin-left: -5px;
  outline:0;
  background-color:#474747;
}
.selectdropdown.big{
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/carot.svg) 99% / 22% no-repeat;
  height: 60px;
  background-size: 18px;
  margin-left: 0;
  background-color:#2e2e2e;
}

@media (max-width: 991px) {
  .sound-icn {
    height: 16px;
  }
  .leftmain {
    width: 50%;
  }
  .list-item-right-container {
    margin-left: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-medium {
    margin-top: 0px;
  }
  .subtext2.pink.topmargin {
    margin-top: 0px;
  }
  .onboarding-container {
    width: 100%;
    background-color: rgba(243, 223, 195, 0.5);
  }
  .onboarding-text {
    max-width: 320px;
  }
  .onboarding4 {
    right: 120px;
  }
  .rightmain {
    width: 50%;
  }
  .channel-participants-container {
    width: 100%;
    height: 60px;
    max-width: none;
    margin-top: 10px;
    padding-top: 0px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: center;
  }
  .channel-header{
    width:100%;
  }
  .talk-toggle-container {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .talk-tab-container {
    margin-bottom: 20px;
  }
  .center-popup {
    /*width: 50%;*/
  }
  .center-popup.wide {
    width: auto;
  }
  .popup-text-container {
    width: 80%;
  }
  .popup-text-container-vt {
    width: 80%;
  }
  .logo-large {
    margin-top: 0px;
  }
  .voice-item-container.width-sm {
    width: auto;
  }
  .rightmain-top-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rightmain-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rightmain-top-left {
    width: auto;
    margin-bottom: 5px;
  }
  .rightmain-top-right {
    margin-top: 5px;
  }
  .notification-badge.topright {
    left: auto;
    top: 0%;
    right: -10px;
    bottom: auto;
  }
  .right-main-content-container {
    max-height: none;
  }
  .heading6 {
    font-size: 24px;
  }
  .subtext4.width-sm {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
  }
  .logo-xlarge {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .channel-intro-container {
  margin-bottom: 10px;
  }
  .main-super-container {
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bottom-logo-container {
    margin: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top:40px;
  }
  .leftmain {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 30vh;
  }
  .team-list-container {
    height: auto;
    min-height: 30vh;
  }
  .sound-button {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .logo-medium {
    width: 170px;
    margin-top: 0px;
  }
  .bottom-grey-bg.shorter {
    margin-top: 120px;
  }
  .onboarding-container {
    left: 0px;
    width: 100%;
    background-color: rgba(241, 222, 194, 0.41);
  }
  .onboarding1 {
    left: 250px;
  }
  .onboarding2 {
    left: 230px;
    top: 150px;
  }
  .onboarding3 {
    left: 160px;
  }
  .onboarding4 {
    right: 140px;
  }
  .rightmain {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    max-height: 95vh;
    max-width: none;
    margin-top: 15px;
    margin-left: 0px;
  }
  .main-container {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .channel-participants-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .left-content-container {
    margin-bottom: -30px;
  }
  .center-popup {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    margin-top: 25px;
    margin-left: 0px;
  }
  .centered-top-nav-container {
    padding-bottom: 45px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .centered-top-nav-container.nomenu {
    padding-left: 0px;
  }
  .logo-large {
    width: 170px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .right-panel-container {
    width: 100%;
    height: 100vh;
  }
  .team-dropdown-container {
    left: 70px;
    top: 50px;
    right: auto;
    bottom: auto;
  }
  .team-dropdown-container.small {
    left: auto;
    top: 50px;
    right: 0%;
    bottom: auto;
  }
  ._580-container {
    width: 100%;
  }
  .voice-message-info-bubble-container {
    left: auto;
    /* top: auto; */
    right: auto;
    bottom: auto;
  }
  .login-profile-container {
    min-width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .dropdown-select-sm.noborder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-toggle-2 {
    min-width: auto;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .profile-name-txt {
    display: none;
  }
  .logo-xlarge {
    width: 170px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .page-title-bar-container {
    width:97%;
    padding: 0 4px 0 15px;
  }
  .dropdown-list-2.w--open {
    top: 20px;
    right: 10px;
  }
  .selectdropdown.big{
  padding-right: 35px;
  }
}

@media (max-width: 479px) {
  .heading-3 {
    font-size: 16px;
    line-height: 22px;
  }
  .user-list-item {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-super-container {
    height: 100vh;
    padding: 0px 0px 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .channel-title-container {
    width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main-top-container {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main-connection-status-container {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .bottom-logo-container {
    width: 100%;
  }
  .leftmain {
    max-height: 80vh;
    min-height: 30vh;
    margin-top: auto;
    padding-right: 17px;
    padding-left: 15px;
    overflow: auto;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 27px;
  }
  .heading-2.marginbottomtop.bigger {
    width: 100%;
    line-height: 33px;
  }
  .team-list-container {
    height: auto;
    min-height: 30vh;
  }
  .list-item-right-container {
    margin-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-medium {
    width: 150px;
    margin-top: 0px;
  }
  .icn-big {
    width: 22px;
  }
  .subtext2 {
    font-size: 14px;
    text-align: left;
  }
  .subtext2.pink.topmargin {
    margin-top: 0px;
  }
  .onboarding-container {
    background-color: rgba(243, 229, 208, 0.69);
  }
  .onboarding1 {
    left: 140px;
    top: 50px;
  }
  .onboarding2 {
    left: 190px;
    top: 210px;
  }
  .onboarding3 {
    top: 480px;
  }
  .onboarding4 {
    bottom: 10px;
  }
  .rightmain {
    position: relative;
    max-height: none;
    padding-right: 18px;
    padding-left: 18px;
  }
  .main-container {
    margin-top: 0px;
  }
  .channel-participants-container {
    /*padding-top: 20px;*/
  }
  .tab-text {
    margin-left: 6px;
    font-size: 13px;
  }
  .button-text {
    font-size: 15px;
  }
  .heading-3a {
    font-size: 16px;
    line-height: 22px;
  }
  .settings-button-container {
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .channel-list-item {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .center-popup {
    position: relative;
    max-height: none;
    padding-right: 18px;
    padding-left: 18px;
  }
  .centered-top-nav-container {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-text-container {
    width: 100%;
  }
  .popup-text-container-vt {
    width: 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    padding: 50px 10px 10px 10px;
    width: 100%;
    margin: 0;
    height: auto;
    background-color: #474747;
  }
  .logo-large {
    width: 150px;
    margin-top: 0px;
  }
  .backgroundanim {
    display: none;
  }

  .voicetext-bubble-container {
    left: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .voicetext-live-container {
    left: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .right-panel-container {
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  .channel-settings-bubble-container {
    left: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .rightmain-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rightmain-top-left {
    width: auto;
    margin-bottom: 10px;
  }
  .rightmain-top-right {
    margin-top: 10px;
  }
  .team-dropdown-container {
    left: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .team-dropdown-container.small {
    top: 40px;
  }
  .voicetext-live-container-self {
    left: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .emoji-med {
    font-size: 24px;
    line-height: 27px;
  }
  .heading5 {
    font-size: 16px;
    line-height: 22px;
  }
  .voice-message-info-bubble-container {
    right: 10px;
    width: 60%;
    top: 80%;
  }
  .slack-button {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .login-profile-container {
    position: relative;
    min-width: auto;
    margin-top: -5px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .logo-xlarge {
    width: 150px;
    margin-top: 0px;
  }  
  .page-title-bar-container {
    width:94%;
    padding:0;
    margin:auto;
  }
  .bottom-grey-bg.darkgrey {
    padding-bottom: 250px;
  }
  .popup-bottom-container{
    position: fixed;
    bottom: 155px;
    height: 30px;
    z-index: 2000;
  }
}

.cancel-btn{
    color: white; 
    margin-top: -32px; 
    opacity: 0.4; 
    text-transform: uppercase; 
    font-size: 10px; 
    letter-spacing: 1.4px; 
    font-weight: bold; 
    font-family: muli,sans-serif; 
    cursor: pointer; 
    opacity:0.6;
}
.hide {
  opacity: 0;
}

@media (max-width: 479px) {
  .cancel-btn {
    position: absolute;
    top: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    padding: 10px;
    
  }
  .body-blk{
    overflow:hidden;
  }
  
}


