:root {
  --cobalt-blue: #279BE8;
  --lighter-black: #545454;
  --black: #121212;
  --grey: #B2B2B2;
  --lightgrey: #DEDEDE;
  --white: #fff;
  --red: #CC0000;
  --font-size_xx-small: 11px;
  --font-size_x-small: 14px;
  --font-size_small: 15px;
  --font-size_small_medium: 16px;
  --font-size_medium: 17px;
  --font-size_large: 20px;
  --font-size_x-large: 24px;
  --font-size_xx-large: 28px;
  --font-size_xxx-large: 34px;
  --font-weight_light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-bold: 700;
  --line-height_reset: 100%;
  --line-height_small: 125%;
  --line-height_medium: 150%;
  --line-height_larget: 250%;
}

.font-cisco-light {
  font-family: CiscoSansTT Light, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.font-cisco-thin {
  font-family: CiscoSansTT Thin, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.font-cisco-bold {
  font-family: CiscoSansTT Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
}


.text-h2 {
  font-family: 'CiscoSansTT Regular';
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}

.text-h5 {
  font-family: 'CiscoSansTT Regular';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.text-regular {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.text-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  color: #000;
}
.text-black {
  color:#000;
}
.text-gray-100 {
  color: #121212;
}
.text-gray-70 {
  color: #545454;
}
.text-gray-100.disabled {
  color: #B2B2B2;
}
.new-grey {
  color: #6D6D70;
}
.davra-light-blue {
  color: #00a0d1;
}
.davra-offset-blue {
  color: #005E7D;
}

.md-input.davra-textbox {
  background-color: #EDEDED;
  color: #545454;
  border: none;
  font-size: 14px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.ma-0{
  margin: 0 !important
}

.sidebar {
  top: 56px;
  color: #000;
  z-index:101;
}

.davra-avatar-medium {
  border-radius: 60px;
  height: 60px;
  width: 60px;
}

.davra-avatar-medium  .md-button {
  line-height: 64px;
  height: 60px;
  width: 60px;
}

.davra-avatar-small {
  border-radius: 32px;
  height: 32px;
  width: 32px;
}

.davra-avatar-small .md-button {
  line-height: 34px;
  height: 32px;
  width: 32px;
}

.davra-avatar-40 {
  height: 40px;
  width: 40px;
}
.davra-avatar-40  .md-button {
  line-height: 44px;
  height: 40px;
  width: 40px;
}

.davra-avatar-52  .md-button {
  line-height: 56px;
  height: 52px;
  width: 52px;
}
.davra-avatar-52  .md-avatar__img {
  height: 52px;
  width: 52px;
}
.md-avatar.davra-avatar-52 {
  height: 52px;
  width: 52px;
}

.davra-top-bar-avatar-wrapper .md-button {
  height: 40px;
  width: 40px;
  line-height: 44px;
}

.davra-top-bar-avatar-wrapper {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.davra-avatar-user-popup {
  margin-bottom: 4px;
}

.davra-avatar-user-popup .md-button {
  height: 56px;
  width: 56px;
  line-height: 62px;
}

.davra-avatar-user-popup .md-avatar__img {
  height: 56px;
  width: 56px;
}

.davra-list-invitee .md-avatar .md-button{
  height: 32px;
  width: 32px;
  line-height: 36px;
}

.davra-navbar-top {
  height: 56px;
  width: 100%;
  display: flex;
  padding: 8px 16px;
  /* background-color: [[navbarColor]]; */
}

.davra-navbar-top-guest {
  height: 56px;
  width: 100%;
  display: flex;
  padding: 8px 16px;
  /* background-color: [[navbarColor]]; */
}

.davra-navbar-top .davra-navbar-notification {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 700px;
  height: 40px;
  text-align: center;
  justify-content: space-between;
}

.navbar-vote-summary-middle{
  padding: 0px 20px;
  vertical-align: middle;
  line-height: 40px;
  /* border-left: 1px solid #D2D5D6; */
  border-right: 1px solid #D2D5D6;
  /* width: 33%; */
  max-width: 200px;
  flex-grow: 1;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.navbar-vote-summary-right{
  padding: 0px 20px;
  display: flex;
  vertical-align: middle;
  line-height: 40px;
  /* width: 33%; */
  cursor: pointer;
  flex-grow: 2;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}
#popup-navbar-timer-dropdown .md-button{
    width: unset;
    display: inline-block;
    margin: 10px;
    min-width: 120px;
}

.navigation-control-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation-control-container .navigation-control-group {
  display: flex;
  padding: 0 5px;
}
.navigation-control-container .navigation-control-group:not(:first-child) {
  border-left: 1px solid #D8D8D8;
}
.navigation-control-container .navigation-control {
  padding: 0 10px;
  cursor: pointer;
}
.navigation-control-container .navigation-control.active i {
  z-index: -2;
  background-color: white;
  border-radius: 50%;
}
.navigation-control-container .navigation-control-record i .is-recording {
  display: none;
  background-color: #FF0000;
  position: absolute;
  width: 18px;
  height: 19px;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  z-index: -1;
}
.ada .navigation-control-container .navigation-control-record i .is-recording {
  width: 21px;
  height: 21px;
}
.navigation-control-container .navigation-control i,
.navigation-control-container .navigation-control p {
  padding: 5px;
}
.navigation-control-container .navigation-control i {
  vertical-align: middle;
  color: white;
}

.davra-navbar-interpreter-menu {
  display: none;
}
.davra-navbar-interpreter-menu .md-event-overlay__arrow {
  top: 50px;
  right: 325px;
}
.ada .davra-navbar-interpreter-menu .md-event-overlay__arrow {
  right: 347px;
}
.davra-navbar-interpreter-menu .md-event-overlay__children {
  padding: 10px;
  top: 50px;
  right: 210px;
}
.ada .davra-navbar-interpreter-menu .md-event-overlay__children {
  right: 232px;
}
.davra-navbar-interpreter-menu .davra-navbar-interpreter-value {
  color: #969696;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0.5rem 1rem;
}
.davra-navbar-interpreter-menu .davra-navbar-interpreter-loading {
  text-align: center; 
  padding: 0.5rem 1rem;
}
.davra-navbar-interpreter-menu .davra-navbar-interpreter-menu-content .interpreter-list-item {
  border-radius: 5px;
}
.davra-navbar-interpreter-menu .davra-navbar-interpreter-menu-content .interpreter-list-item.selected {
  background-color: #b8f2ff;
  pointer-events: none;
}

.davra-navbar-cc-menu {
  display: none;
}
.davra-navbar-cc-menu .md-event-overlay__arrow {
  top: 50px;
  right: 275px;
}
.ada .davra-navbar-cc-menu .md-event-overlay__arrow {
  right: 295px;
}
.davra-navbar-cc-menu .md-event-overlay__children {
  padding: 10px;
  top: 50px;
  right: 150px;
}
.ada .davra-navbar-cc-menu .md-event-overlay__children {
  right: 170px;
}
.davra-navbar-cc-menu .md-event-overlay__children {
  padding: 10px;
}
.davra-navbar-cc-menu .davra-navbar-cc-show-toggle, .davra-navbar-cc-menu .davra-navbar-cc-provide-toggle {
  padding: 0.5rem 1rem;
  font-size: 16px;
}
.davra-navbar-cc-menu .md-checkbox, .davra-navbar-cc-menu .md-checkbox__label {
  margin: 0;
}

.davra-navbar-recording-menu {
  display: none;
}

.davra-navbar-recording-menu .md-event-overlay__arrow {
  top: 50px;
  right: 213px;
}
.ada .davra-navbar-recording-menu .md-event-overlay__arrow {
  right: 231px;
}
.davra-navbar-recording-menu .md-event-overlay__children {
  padding: 10px;
  top: 50px;
  right: 80px;
}
.ada .davra-navbar-recording-menu .md-event-overlay__children {
  right: 98px;
}
.davra-navbar-recording-menu .md-event-overlay__children {
  padding: 10px;
}
.davra-navbar-recording-menu p {
  padding: 0.5rem 1rem;
  font-size: 16px;
}
.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.8rem 0 1.5rem 0;
  margin: 0 -5%;
  overflow: hidden;
}
.dot-falling {
  position: relative;
  left: -9999px;
  width: 16px;
  height: 16px;
  border-radius: .5rem;
  background-color: var(--cobalt-blue);
  color: var(--cobalt-blue);
  box-shadow: 9999px 0 0 0 var(--cobalt-blue);
  animation: dotFalling 1.5s infinite linear;
  animation-delay: .1s;
}

.dot-falling::before, .dot-falling::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-falling::before {
  width: 16px;
  height: 16px;
  right: 23px;
  border-radius: .5rem;
  background-color: var(--cobalt-blue);
  color: var(--cobalt-blue);
  animation: dotFallingBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-falling::after {
  width: 16px;
  height: 16px;
  left: 23px;
  border-radius: .5rem;
  background-color: var(--cobalt-blue);
  color: var(--cobalt-blue);
  animation: dotFallingAfter 1.5s infinite linear;
  animation-delay: .2s;
}

@keyframes dotFalling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 var(--cobalt-blue);
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

@keyframes dotFallingBefore {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 var(--cobalt-blue);
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}

@keyframes dotFallingAfter {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 var(--cobalt-blue);
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
.bounce { 
  animation: startBounce 1s infinite linear;
  animation-delay: .2s;
}
@keyframes startBounce {
  0% {
    margin-top: 3px;
    opacity: 0.3;
  }
  25% {
    margin-top: 6px;
    opacity: 0.7;
  }
  50% {
    margin-top: 9px;
    opacity: 1;
  }
  75% {
    margin-top: 12px;
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
    margin-top: 15px;
  }
}
.davra-bottom-controls-bar {
  background-color: #F2F2F2;
  height: 76px;
  width: 100%;
  display: flex;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
}
.davra-bottom-controls-bar .md-button {
  height: 52px;
  border-radius: 48px;
  z-index: 101;
  background-color: var(--lightgrey);
  color: #000000;
  fill: #000000;
}
.davra-bottom-controls-bar .double-btn,
.davra-bottom-controls-bar .single-btn > .md-button {
  box-shadow: 0px 2px 6px #e4e4e4
}

.davra-bottom-controls-bar .md-button.md-activity {
margin: 0;
}

.davra-bottom-controls-bar .md-button.md-activity.davra-control-exit {
width: 3rem;
height: 3rem;
min-width: 0;
min-height: 0;
font-size: 1.5rem;
line-height: 1.5rem;
}

.davra-bottom-controls-bar .md-button:hover {
background-color: var(--grey);
color: #000000;
fill: #000000;
}

.davra-bottom-controls-bar .md-button.md-activity__camera.disabled {
background-color: #ffffff;
color: #000000;
fill: #000000;
}

.davra-bottom-controls-bar .md-button {
  height: 52px;
  border-radius: 48px;
  z-index: 101;
}

.davra-bottom-controls-bar .disabled, .davra-bottom-controls-bar .forcemuted {
  opacity: 0.4;
}

.ada .davra-bottom-controls-bar .davra-control-button-red:nth-child(1) .icon {
  color: #000000 !important;
}

/* .davra-bottom-controls-bar .davra-control-button-red:nth-child(1) .icon {
  color: #f7644a !important;
} */

.davra-bottom-controls-bar .disabled, .davra-bottom-controls-bar .forcemuted {
  opacity: 0.4;
}

.davra-hyperlink-text-blue {
  color: #00a0d1;
}
.davra-hyperlink-text-blue:hover {
  color: #007ea8;
  cursor: pointer;
}


.davra-button-text-side {
  vertical-align: middle;
  margin-left: 5px;
}

@media only screen and (max-width: 1300px) {
  .davra-bottom-controls-bar-inner .md-button{
    min-width: unset;
  }
}

.davra-bottom-controls-bar-inner{
  display: flex;
}
.davra-list-people-outer {
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
.davra-list-people-outer .md-avatar {
  height: 32px;
  width: 32px;
}
.davra-list-people-outer .md-avatar .md-button {
  height: 32px;
  width: 32px;
  line-height: 34px;
}

.davra-list-people-inner {
  min-height: 50px;
  margin: 0px 5px 0px 5px;
  padding: 0px 10px;
  display: flex;
}

.davra-list-people-inner.md-list-item:hover .davra-state-hover-action.user-can-force-mute {
  background-color: #D3D5D6;
  border-radius: 15px;
  cursor: pointer;
}

.davra-state-hand-outer.davra-state-hover-action.user-can-force-mute {
  padding-top: 3px;
  padding-bottom: 6px;
  padding-right: 0px;
  border-radius: 5px;
}

.davra-state-hand.icon-raise-hand_16:before {
  padding-right: 5px;
}

.davra-state-hand-count {
  position: absolute;
  top: 2px;
  left: 19px;
  text-align: right;
}

.davra-list-person-outer {
  flex-grow: 1;
}

.davra-list-person {
    margin-left: 10px;
    display: block;
}

.davra-list-person-group {
  margin-left: 10px;
  display: block;
  line-height: 12px;
  font-size: 14px;
}

.davra-list-person-states {
  color: #00a0d1;
  cursor: initial;
}

.davra-list-person-states i {
  vertical-align: middle;
  padding: 6px;
  margin-left: 2px;
}
.davra-list-person-states.user-can-force-mute  {
  cursor: pointer;
  border-radius: 10px;
}

.davra-state-hand.davra-state-hover-action {
  top: 0px;
  right: 4px;
}

.davra-list-person-states .davra-state-hand-outer {
  border-radius: 17px;
  line-height: 22px;
  margin-top: 4px;
  position: relative;
}
.davra-list-person-states .davra-state-hand-outer i {
  padding-right: 0em;
}

.davra-list-person-states .davra-state-hand-count {
  font-size: 0.8em;
  letter-spacing: -1px;
}

.davra-list-person-vote {
  margin-left: 10px;
  font-size: 0.8em;
  display: block;
  line-height: 1em;
}

.davra-state-host.icon-assign-host_20 {
  font-size: 16px;
}

.davra-state-audio {
  color: #00a0d1;
}
.davra-state-audio.icon-microphone-muted_14 {
  color: #737678;
}
.davra-list-person-states .davra-state-audio.force-muted {
  color: #ff5c4a;
}


.davra-state-video {
  color: #00a0d1;
}
.davra-state-video.icon-camera-muted_14 {
  color: #737678;
}
.davra-list-person-states .davra-state-video.force-muted {
  color: #ff5c4a;
}


.davra-list-huddles-inner.md-list-item {
  padding: 0px 10px;
}

.davra-list-huddles-inner .md-button.md-button--circle {
  font-size: 15px;
}

.davra-list-huddle-name {
  padding-left: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.davra-list-huddle-count {
  width: 40px;
  font-size: 0.8rem;
  text-align: right;
  padding-right: 10px;
}

.davra-list-huddle-time {
  width: 50px;
  font-size: 0.8rem;
}

.davra-list-huddle-header {
  font-size: 0.8em;
  color: #000;
  padding: 12px;
}

.davra-list-huddles-separator {
  width: 100%;
  padding: 10px;
  color: #000;

}

.davra-huddle-create-header {
  width: 100%;
  padding: 15px 10px;
  color: #000;
}

.davra-huddle-join-header {
  width: 100%;
  padding: 15px 10px;
  color: #000;
}

.davra-huddle-join-header .md-button {
  font-size: 0.9em;
}

.davra-huddle-join-header .md-button i {
  font-size: 0.7rem;
  display: inline-block;
  padding-top: 0px;
  vertical-align: middle;
}

.davra-huddle-join-header .davra-join-huddle-name {

  padding: 10px 0px;
  font-size: 1.2em;
}

.davra-huddle-joined .davra-huddle-joined-header {
  position: relative;
}

.davra-huddle-joined .davra-exit-huddle.md-button {
  float: left;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0px;
  width: 50px;
  height: 30px;
  font-size: 0.8rem;

}

.davra-list-remove-me {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.no-padding {
  padding: 0px !important;
}

#self-view {
  height: 60px;
}

.sidebar .md-avatar {
  width: 2rem;
  height: 2rem;
}

.list-avatar {
  position: relative;
}

.list-avatar-sharing-border {
  border: 1px solid #FF5C4A;
}

.list-avatar-sharing-icon {
  position: absolute;
  top: 17px;
  right: 0px;
  color: #FF5C4A;
  background-color: none;
}

.davra-sidebar-width {
  width: 360px !important;
}

.sidebar-loading-wrapper {
  text-align: center;
  margin-top: calc(50% - 25px);
}

.sidebar-loading-wrapper i {
  z-index: 100;
}

.sidebar-wrapper.davra-sidebar-width {
  padding-bottom: 0px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
}

.davra-main-content-width {
  position:fixed; 
  top:56px; 
  bottom:0px;
  right: 360px ;
  left: 0;
  width: auto;
}
.davra-content{
  display: flex; 
  background-color: #FFF; 
  position: absolute;
  bottom: 76px;
  right: 0;
  top: 0;
  left: 0;
}

.davra-sidebar-padding {
  padding: 10px;
}

.davra-sidebar-top-notification {
  color: #000;
  padding: 5px 10px;
  height: 120px;
  border-radius: 5px;
  border: 1px solid #e6e8e8;
  position: relative;
}

.davra-sidebar-top-notification .vote-action-buttons-layout{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
}

.davra-sidebar-top-notification .vote-action-header {
  position: relative;
}

.davra-sidebar-top-notification .vote-action-description {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
}

.davra-sidebar-top-notification .md-button {
  margin: auto;
}

.davra-sidebar-top-notification .md-button:hover {
  background-color: #d2d5d6;
}

.davra-tab-menu-participants-chat {
  padding: 15px 10px 10px 10px;
  text-align: center;
  width: 100%;
  color: #000;
}

.davra-tab-menu-participants-chat span {
  padding: 10px 0px;
  margin: 0px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.davra-tab-menu-participants-chat span.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: black;
  border-radius: 4px;
}


.davra-sidebar-chat-direct {
  height: 400px;
}

.davra-sidebar-chat-direct .md-spinner {
  margin: auto;
}
.davra-sidebar-chat-direct .no-messages {
  margin: auto 0px;
}

.davra-sidebar-chat-item {
  width: 100%;
}

.davra-sidebar-chat-item .davra-chat-name {
  color: #737678;
  font-size: 0.9em;
}

.davra-sidebar-chat-item .davra-chat-date {
  color: #737678;
  float: right;
  font-size: 0.9em;
}

.davra-sidebar-chat-textarea {
  background-color: #ffffff;
  padding: 10px;
  height: 98px;
  border: none;
  width: 100%;
}

.davra-chat-msg-other {
  margin-left: 36px;
  padding: 0px 10px;
  word-break: break-all;
}

.davra-chat-msg-other:hover {
  background-color: #f2f4f5;
}

.davra-chat-msg-me {
  margin-left: 36px;
  padding: 0px 10px;
  word-break: break-all;
}

.davra-chat-msg-me:hover {
  background-color: #e6f9fc;
}

.davra-sidebar-proceedings-menu .md-button {
  min-width: 40%;
  margin: 10px auto;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
}

.davra-list-color {
  color: #000;
}
.davra-list-color:hover {
  background-color: #e6f9fc;
}
.davra-list-color:active {
  background-color: #b8f2ff;
}

.davra-list-proceedings-inner {
  padding: 10px;
  overflow: hidden;
  color: #000;
  width: 100%;
  cursor: pointer;
}
.davra-list-proceedings-col1 {
  width: 55px;
}
.davra-list-proceedings-col2 {
  color: black;
  word-break: break-word;
  display: inline-block;
  width: 265px;
}

.davra-list-proceedings-name {
  display: block;
  max-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;

  text-transform: capitalize;
}
.davra-list-proceedings-text {
  display: block;
  max-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.proceedings-header {
  padding: 10px 10px 5px 10px;
  margin-top: 20px;
}


.davra-tab-menu-chamber-huddle {
  padding: 5px 10px;
  margin: 10px 0px;
  text-align: center;
  width: 100%;
  color: #000;
}

.davra-tab-menu-chamber-huddle span {
  padding: 8px 0px;
  margin: 0px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.davra-tab-menu-chamber-huddle span.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: black;
  border-radius: 4px;
}

.admin-header-tabs-inner span {
  cursor: pointer;
  padding-bottom: 2px; 
  margin-right: 10px;
}

.admin-header-tabs-inner span.active {
  border-bottom: 1px solid #000;
}
.admin-header-buttons{
  flex-grow:1
}

.davra-shadow-box {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  margin-top: 15px;
  /* vertical alignment to allow the child div to occupy available vertical space */
  display: flex;
  flex-direction: column;
  /* 1px to keep scrollbar inside  */
  padding: 1px;
  /* may get adjusted by javascript when ready */
  height: calc(100vh - 260px);
}

.davra-search-icon-within-input-box {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #000;
}

.davra-avatar-user-popup {
  height: 56px;
  width: 56px;
  border-radius: 27px;
}

.davra-toaster-popup {
  position: absolute;
  bottom: 5px;
  right: 30px;
  z-index: 1100;
  width: 450px;
}

.davra-toaster-popup .md-alert__content .md-alert__message {
  word-break: break-word;
  max-width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  max-height: 54px;
  overflow: hidden;
  white-space: normal;
}

/* CLOSED CAPTIONS */

.closed-captions-display {
  position: absolute;
  bottom: -28px;
  line-height: 30px;
  height: 88px;
  padding: 14px;
  background-color: #373C40;
  color: #FFFFFF;
  font-size: 24px;
  border-radius: 5px;
  width: 700px;
  z-index: 100;
  left: 50%;
  cursor: grab;
  transform:translate(-50%,-50%);
}

.closed-captions-display>div{
  height: 30px;
  overflow: hidden;
}

.closed-captions-sender {
  position: absolute;
  bottom: 42px;
  line-height: 30px;
  height: 58px;
  padding: 14px;
  background-color: #373C40;
  color: #FFFFFF;
  font-size: 24px;
  border-radius: 5px;
  width: 700px;
  z-index: 100;
  left: calc((100% - 700px) / 2);
  border-top: 1px solid #FFF;
}

.closed-captions-sender .closed-captions-input {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 24px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none;
}

.transition-slide-up-30px {
  transition-property: margin;
  margin-top: -30px;
  transition-duration: 0.5s;
}

/* OVERLAY FOR VOTING PARTY BREAKDOWN */

.tableVoteSummary {
  font-size: 0.9em;
  width: 100%;
  text-align: center;
}

.tableVoteSummary td:nth-child(1) {
  text-align: left;
}

.pieChartSummary {
  width: 100%;
  text-align: center;
}

.pieChartSummary td {
  width: 33%;
}

/* MODAL DIALOG */

.davra-dialog-modal .davra-dialog-message {
  font-size: 0.9em;
  padding-top: 10px;
}

.davra-dialog-modal .davra-dialog-title {
  font-size: 1.2em;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
}

.davra-fullscreen-gray-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1080;
  display: block;
  background: rgba(243, 243, 243, 0.5);
}

/* Large Modal for vote inspection */
.davra-modal-vote-inspection .md-avatar {
  vertical-align: middle;
  padding-right: 10px;
}

#session-table-past {
  width: 100% !important;
}


.admin-content {
  display: inline-block;
  width: calc(100% - 230px)!important;
  vertical-align: top;
}
.admin-sidebar {
  display: inline-block;
  width: 230px;
  margin: 0px;
  padding-top: 10px;
  vertical-align: top;
  border-left: 1px solid #EEE;
  overflow-y: hidden;
  height: calc(100vh - 60px)!important;
}
.admin-content-header {
  border-bottom: 1px solid #EEE;
  padding: 10px 20px 20px 20px;
}
.admin-content-pages {
  background-color: #FFF;
  overflow-y: auto;
  padding: 20px 20px;
  height: calc(100vh - 225px)!important;
  box-shadow: inset 0 0 10px #000000;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset -5px 3px 13px #e6e8e8;
}
.choose-session-content-pages {
  background-color: #FFF;
  overflow-y: auto;
  padding: 20px 20px;
  height: calc(100vh - 220px) !important;
  box-shadow: inset 0 0 10px #000000;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset -5px 3px 13px #e6e8e8;
}
.choose-session-content-header {
  padding: 66px 50px;
}
.admin-header-back {
  height: 35px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;

}
.admin-header-tabs li {
  cursor: pointer;
}
.admin-header-tabs-inner {
  height: 30px;
}
.admin-header-actions {
  padding: 10px 0px;
}
.admin-header-tabs-session .active {
  border-bottom: 2px solid #000;
}
.admin-list .row {
  padding: 10px 0px;
}
.admin-list .admin-label {
  line-height: 36px;
}
.admin-list .row textarea {
  height: unset;
}
.admin-page-groups table td {
  padding-top: 20px;
}

.admin-content-pages thead tr th {
  border-top: 0px;
}

.admin-users-list {
  width: 100%;
}
.admin-content-pages td .md-avatar {
  vertical-align: middle;
}
.admin-content-pages td .user-name {
  vertical-align: middle;
  padding-left: 10px;
}
.admin-content-pages td {
  vertical-align: middle;
}

.admin-content-pages div.dataTables_wrapper {
  padding: 0px;
}

.admin-content-pages .roles-crud-admin .md-checkbox {
  padding-left: 6px;
}

.admin-content-pages .roles-bool-admin .md-checkbox {
  padding-left: 6px;
}

#session-table-upcoming_wrapper {
  padding: 0px;
}
.session-table-upcoming {
  width: 100%;
}
#session-table-past_wrapper {
  padding: 0px;
}
.session-table-past {
  width: 100%;
}

.dataTables_info {
  display: inline-block;
}

.sessions-table-buttons {
  width: 100%;
  display: flex;
}
.sessions-table-buttons .dataTables_length {
  padding-top: 0.755em;
  flex-grow: 1;
  text-align: right;
}
.sessions-table-buttons .form-control {
  display: inline-block;
  width: 70px;
}
.sessions-table-buttons .dataTables_info{
  text-align: right;
}
.sessions-table-buttons .dataTables_paginate {
  margin: 0px;
}
.sessions-table-buttons .pagination {
  display: inline-block;
}
.sessions-table-buttons > div{
  margin-right: 20px;
}
.multiselect.disabled {
  color: #000;
  opacity: 1;
}

/* MultiSelect overrides */
.multiselect-container.dropdown-menu.show {
  overflow-y: auto;
  max-height: 300px;
  z-index: 1029;
}
.davra-multiselect-single-mode .multiselect-container.dropdown-menu.show li label input { 
  display: none;
}
.davra-hour-minute-selectors .multiselect-container.dropdown-menu.show li label input { 
  display: none;
}
.davra-hour-hour-selectors .multiselect-container.dropdown-menu.show li label input { 
  display: none;
}
.davra-timezone-selector .multiselect-container.dropdown-menu.show li label input { 
  display: none;
}
.multiselect-container .multiselect-filter {
  position: fixed;
  width: 100%;
  display: contents;
}
.multiselect-container .multiselect-filter>div {
  margin-left: 0px;
}
.multiselect-container .multiselect-filter .input-group-btn{
  display: none;
}
.multiselect-container .input-group-addon{
  display: none;
}
.admin-content-pages div.btn-group.show {
  display: inline-block!important;
}
.davra-hour-minute-selectors .multiselect-container.dropdown-menu {
  max-width: 100px;
  min-width: 50px;
}
.davra-hour-minute-selectors .multiselect-container.dropdown-menu li label {
  padding: 6px 18px;
}
.davra-multiselect-single-mode .multiselect-container.dropdown-menu li label {
  padding: 6px 18px;
}
.davra-multiselect-single-mode .multiselect-native-select {
  width: 100%;
}
.davra-multiselect-single-mode .multiselect.dropdown-toggle.btn {
  background-color: #EDEDED;
  color: #545454;
  border-radius: 4px;
  padding: 3px 16px;
}
/* multiselect in the app, not admin page */
.sidebar-wrapper .davra-multiselect-single-mode .multiselect-selected-text {
  font-size: 14px;  
} 

.davra-multiselect-single-mode .multiselect-selected-text:after {
  content: "\F1BA";
  padding-left: 20px;
  position: relative;
  font-family: momentum-ui-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  -moz-osx-font-smoothing: grayscale;
}

.davra-multiselect-multiple-mode .multiselect.dropdown-toggle.btn {
  background-color: #f2f4f5;
  border-radius: 4px;
  padding: 3px 18px;
}

.davra-multiselect-simple .btn-group {
  min-width: 100%;
}
.davra-multiselect-simple button:active {
  background-color: rgba(0,0,0,.08);
  color: rgba(0,0,0,.6);
}
.davra-multiselect-simple button {
  background-color: rgba(0,0,0,.08);
  color: rgba(0,0,0,.6);
  min-width: 100%;
  text-align: left;
  border: none;
}
.davra-multiselect-simple button:hover {
  background-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.6);
  min-width: 100%;
  text-align: left;
  border: none;
}
.davra-multiselect-simple .multiselect-selected-text:after {
  content: 'v';
  right: 1em;
  top: 1em;
  position: absolute;
}
.davra-multiselect-simple .multiselect-container {
  border-radius: 4px;
}

.admin-header-search {
  padding-left: 35px;
}

.multiselect-container > li > a > label {
  color: black;
}

button.multiselect.dropdown-toggle::after {
  display: none;
}

button.multiselect.dropdown-toggle i {
  padding-left: 5px;
  padding-top: 2px;
}

.multiselect-container.dropdown-menu{
  min-width: 18rem;
}

.multiselect-container > li:hover {
background-color: #e6f9fc;
}

.multiselect-container > li:active {
  background-color: #b8f2ff;
  }

.multiselect-container label {
  width: 100%;
}
.admin-content-pages .multiselect-container label.checkbox {
  vertical-align: middle;
  padding: 5px 10px 5px 15px;
}
.admin-content-pages .multiselect-container label.checkbox input {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin: 5px;
  border-radius: 3px;
}

.admin-content-pages table tbody tr:hover {
  background-color: #e6f9fc;
}
.admin-content-pages .clickable-rows tbody tr {
  cursor: pointer;
}

button.multiselect { 
  color: rgba(0,0,0,.6);
}

.admin-content-pages .admin-polls-list .davra-list-proceedings-col1 {
  vertical-align: middle;
  margin-left: 0px;
  padding-left: 0px;
}

table.dataTable.no-footer {
  border-bottom: none;
  border-top: none;
}

table.dataTable.thead {
  border-bottom: none;
}

table.dataTable > thead > tr > th {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: none;
  box-shadow: none;
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.md--dark .md-button.md-activity:hover, .md-button.md-activity__camera {
  color: black;
}

.md--dark .md-button.md-activity:hover, .md-button.md-activity__camera:hover {
  color: black;
}

.davra-bottom-controls-bar .davra-control-button-red {
  color: white !important;
  background-color: #e32300;
}

.davra-bottom-controls-bar .davra-control-button-red:hover {
  color: white !important;
  background-color: #b71c00;
}

.davra-control-button-green {
  color: white !important;
  background-color: #31ad46;
}

.davra-control-button-green:hover {
  color: white !important;
  background-color: #117e23;
}

.admin-underline-tabs {
    padding-left: 15px;
    margin: auto;
}

.admin-underline-tabs ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.admin-underline-tabs li {
  float:left;
  display: block;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  text-decoration: none;
}

.admin-underline-tabs .active {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  padding-right: 8px;
}

.admin-preferences-tab-sharing p {
  color: #1BC4F2;
}

.admin-preferences-tab-customisation .card-header {
  border: 1rem !important;
}

.colorpicker-input-addon:before{
  content:none !important
}
.input-group > .input-group-append{
  padding:5px
}

.subtitle{
  margin:20px 0;
  border-bottom: solid 1px #EEE;
}
.davra-person-email{
  width: 100%; 
  text-align: center; 
  font-size: 0.8em;
  margin: 10px 0;
}

.davra-overlay-text{
  font-size: .9em
}

.davra-btn-customisation {
  float: right;
}


.colorpicker-input-addon i {
  height: 25px;
  width: 25px;
}

.davra-btn-prefs-sharing-save {
  margin-top: 16px;
  float: right;
}

.upload-logo-images {
  float: left;
  margin: 0px 20px 20px 0px;
  cursor: pointer;
  min-height: 120px;
  min-width: 120px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.18);
  width: 120px;
  position: relative;
}

.upload-logo-images img {
  max-height: 120px;
  width: 120px;
}

.logo-edit-icon {
  background-color: lightgrey;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 3;
}

.upload-image-label {
  text-align: center;
  font-size: 14px;
}
.template-upload-image-label {
  /* text-align: center; */
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.pref-terms {
   border-color: #d2d5d6;
}

.davra-btn-branding-save {
  margin-left: auto;
}

.davra-alert-banner{
  position: absolute;
  bottom: 75px;
  width: 100%;
  z-index: 10;
}

.direct-huddle-accept {
  font-size: 1.1em;

  color: #24ab31;
}

.input-error{
  border: solid 1px;
  border-color: red !important;
}

.display-flex{
  display: flex;
}

.mx-10{
  margin: 0 10px;
}

.chat-title{
  font-size:1.4em;
}

.avatar-menu-back-link {
  cursor: pointer; 
  color: #00a3b5;
  padding: 16px;
}

#iframedHuddleLaunchVolume {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 24px; 
  height: 24px; 
  z-index: 1036; 
  color: #000; 
  background: #DDD; 
  opacity: 0.5;
  padding: 2px;
  cursor: pointer;
}
#iframedHuddleLaunchVolume:hover {
  opacity: 1;
}

#iframedHuddleLaunchPosition {
  position: absolute; 
  top: 0px; 
  right: 0px; 
  width: 24px; 
  height: 24px; 
  z-index: 1036; 
  color: #000; 
  background: #DDD; 
  opacity: 0.5;
  padding: 2px;
  cursor: pointer;
  text-align: right;
}
#iframedHuddleLaunchPosition:hover {
  opacity: 1;
}

#iframedHuddleOverlay {
  width: 100%; 
  height: 100%; 
  background: transparent; 
  z-index: 1036; 
  position: absolute;
}

.iframeHuddleIcon{
  opacity: 1;
  font-size: 20px;
  color: #007ea8;
  cursor:pointer;
}
.iframeHuddleIcon:hover{
  color: #0a5e7d;
}

#iframedHuddleOverlay:hover {
  background:rgb(0 0 0 / .2);
  transition: background .3s;
  cursor: grab;
}
.dragger{
  display:none;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);

}
#iframedHuddleOverlay:hover .dragger{ 
  display:block;
}

#iframedHuddleIframe {
  width: 100%; 
  height: 100%; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  z-index: 1035;
}

#iframedHuddleTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #e6e8e8;
  z-index: 1035;
  padding: 0 8px;
}


#iframedHuddleVolumeOuter .noUi-handle {
  background: white;
  box-shadow: 0 1px 5px 0  grey;
}
#iframedHuddleVolumeOuter .noUi-connect {
  background: #3FB8AF;
}



.iframedHuddlePositionDocked {
  position: absolute;
  bottom: 35px;
  left: 160px;
  width: 300px;
  transform: translate(-50%,-50%);
  background: white;
  box-shadow: 0 1px 10px 0 grey;
  border-radius: 3px;
  height: 90px;
  overflow: hidden;

}

.iframedHuddlePositionDocked.expanded{
  width: 370px;
  height: 300px;
  bottom: -70px;
  left: 200px;
  cursor: grab;
}

.iframedHuddlePositionDocked.docked{
  width: 200px;
  height: auto;
  bottom: 85px;
  left: 5px;
  transform: none;
}

.iframedHuddlePositionDocked.docked .davra-language{
  display: none;
}

#iframedHuddleInner{
  display: none;
}
.iframedHuddlePositionDocked.expanded #iframedHuddleInner{
  display: block;
}
#iframedHuddleHeader{
  padding: 5px;
}
.iframedHuddlePositionDocked.expanded #iframedHuddleHeader{
  text-align: center;
}
.iframedHuddlePositionDocked.docked #iframedHuddleHeader{
  text-align: left;
}

#iframedHuddleVolumeSlider{
  vertical-align: top; 
  margin: 7px -12px; 
  display: inline-block;
  flex-grow:1;
  position: relative;
}

#iframedHuddleVolumeSlider:before{
  position: absolute;
  content: '';
  left: -20px;
  right: -20px;
  top: -15px;
  bottom: -20px;
}
.iframedHuddlePositionDocked.docked #iframedHuddleVolumeSlider{
  margin: 7px ; 

}

.iframedHuddleControls{
  cursor: initial;
}
.draggerHandle{
  transform: rotate(90deg) translate(0%,50%);
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 2px;
  cursor: grab;
  width: 20px;
}

.menu-text-size p {
  color: #3493B7;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 3px;
}

.menu-text-size .selected {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-spacing: 3px;
}

.davra-avatar-menu .md-checkbox__label {
  margin-right: -11px;
}

.md-list-item.menu-item-textsize-text:hover {
  background-color: white;
  cursor: default;
}

.branding-colorpicker {
  margin-left: 1rem
}

.davra-user-email, .davra-user-local-timezone, .davra-user-local-time {
  color: #808080;
  max-width: 250px;
}

.davra-user-name {
  margin-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.color-picker-input{
  border: none;
  background: none;
  height:35px;
  width: 35px;
  cursor:pointer;
}

.davra-menu-button{
  border: solid 1px #e6e8e8;
  /* width: 200px; */
  background: white;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 48px;
  z-index:66;
}
.capitalize {
  text-transform: capitalize;
}

.semi-input .error{
  position: absolute;
  display: block;
}

.btn-flat-blue{
  color: #00a0d1;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;

}
.btn-flat-blue:hover{
  background: transparent;
  color: #00a0d1;
  border: 1px solid #00a0d1;

}

.btn-flat-blue.selected{
  background: transparent;
  color: #00a0d1;
  border: 1px solid #00a0d1;

}


.btn-flat-grey{
  color: grey;
  background: white;
}
.btn-flat-grey:hover{
  background: #e6e8e8;
  color: #000;

}

.arrow-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  background: #24282B;
  border: 1px solid #24282B;
  border-radius: 5px;
  width: 400px;
  z-index: 100;
  color: white;
}

.arrow-box:after, .arrow-boxarrow-box_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after {
	border-color: rgba(36, 40, 43, 0);
	border-top-color: #24282B;
	border-width: 15px;
	margin-left: -15px;
}
.arrow-box:before {
	border-color: rgba(36, 40, 43, 0);
	border-top-color: #24282B;
	border-width: 16px;
	margin-left: -16px;
}

.helptips-content  button {
  margin-right: 15px;
}


.arrow-box p {
  padding: 15px;
  width: auto;
  height: auto;
  font-size: large;
  font-weight: semi-bold;
  color: white;
  text-align: left;
}
.arrow-box-right p {
  padding: 15px;
  width: auto;
  height: auto;
  font-size: large;
  font-weight: semi-bold;
  color: white;
  text-align: left;
}

.arrow-box-top p {
  padding: 15px;
  width: auto;
  height: auto;
  font-size: large;
  font-weight: semi-bold;
  color: white;
  text-align: left;
}

.btn-show-help-tips {
  color: white;
}

.arrow-box-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  background: #24282B;
  border: 1px solid #24282B;
  border-radius: 5px;
  width:400px;
  height: 176px;
  z-index: 100;
  color: white;
  z-index: 9999;
}

.arrow-box-right:after, .arrow-box-right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box-right:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #24282B;
	border-width: 15px;
	margin-top: -15px;
}
.arrow-box-right:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #24282B;
	border-width: 16px;
	margin-top: -16px;
}

.arrow-box-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	position: fixed;
	background: #24282B;
  border: 1px solid #24282B;
  border-radius: 5px;
  width:400px;
  height: 176px;
  z-index: 100;
  color: white;
  z-index: 9999;
}

.arrow-box-top:after, .arrow-box-top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box-top:after {
	border-color: rgba(36, 40, 43, 0);
	border-bottom-color: #24282B;
	border-width: 15px;
	margin-left: -15px;
}
.arrow-box-top:before {
	border-color: rgba(36, 40, 43, 0);
	border-bottom-color: #24282B;
	border-width: 16px;
	margin-left: -16px;
}


button.disabled img{
  filter: grayscale(100%);
}

.davra-vote-radio{
  margin: 10px;
  min-width: 100px;
}

.wrap{
  flex-wrap:wrap;
  justify-content: space-around;
}

.vote-options-list{
  padding-top: 10px;
  padding-bottom:50px;
}

.vote-modal-privacy-info {
  padding: 15px;
}

.davra-vote-option{
  margin: 5px 0;
  width: 100%;
  display: flex;
}
.davra-vote-option input{
  width: auto;
}
.davra-vote-option .md-close{
  margin: 0 5px;
  border-radius: 20px;
  padding: 0px 8px;
  min-width: unset;
}
.vote-options{
  width: 100%;
  font-size: 16px;
  max-width: 400px;
}

.vote-action-latest-selection {
  max-width: 100%;
  overflow-x: auto;
}

.davra-dialog-question{
  padding: 15px;
}

.davra-dialog-description{
  padding: 15px;
}


.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}


.your-vote{
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 0;
}

.countLabel{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}


.davra-momentum-dropdown .md-button.active {
  background-color: #EDEDED;
  color: #545454;
  font-size: 14px;
  border: none;
  line-height: 28px;
}

.app-polls-votes-summary table td:not(:first-child) {
  text-align: center;
}
.app-polls-votes-summary table th:not(:first-child) {
  text-align: center;
}

/* Don't show the increment/decrement buttons on the input for Chrome, Safari, Edge, Opera */
.input-phone::-webkit-outer-spin-button,
.input-phone::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Don't show the increment/decrement buttons on the input for Firefox */
.input-phone[type=number] {
  -moz-appearance: textfield;
}

.md-button__container {
  width: auto;
}

.vote-page-list{
  list-style-type: none;
  display: flex;
}

.vote-page-list li{
  cursor: pointer;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 18px;
}

.vote-page-list li:hover {
  border-bottom: 2px #e6e8e8 solid;
}
.vote-page-list .active{
  border-bottom: 2px black solid !important;
}

.vote-details-attributes{
  min-width: 150px;
  display: inline-block;
  vertical-align: top;
}

.vote-details-item{
  margin: 10px 5px;
  display: flex;
  word-break: break-all;
}

.no-border{
  border: none !important;
}

.overlay-box {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-content: center;
  position: fixed;
  min-width: 100px;
  top: 25%;
  left: calc(50% - 180px);
  transform: translate(-50%, 0%);
}

.overlay-transition-title {
  width: 30%;
  min-width: 100%;
  font-size: 20px;
  margin-bottom: 3rem;
  text-align: center;
}

.overlay-transition-images {
  display: flex; 
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center;
  height: 100%;
}

.overlay-transition-image-left-text, .overlay-transition-image-right-text {
  margin:auto;
  text-align: center;
  width: 100%;
}

.overlay-transition-image-right, .overlay-transition-image-left {
  padding: 20px 40px;
  flex-basis: 0;
  flex: 1 0 auto;
}

.overlay-transition-images img {
  filter: invert(1);
  padding: 20px;
  height: 100px;
}

.overlay-transition-image-box {
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.overlay-transition-image-middle {
  color: black; 
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

@keyframes wiggle {
  from {
    transform: translate(-0.5em,0);
  }

  to {
    transform: translate(0.5em,0);
  }
}

.overlay-transition-image-middle {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  animation-duration: 1s;
  animation-name: wiggle;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}


.skeleton-on {
  position: relative;
  overflow: hidden;
  border: none !important;
  border-radius: 5px !important;
}
.skeleton-on::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e6e8e8;
  border: inherit;
  z-index: 99;
}

.davra-top-bar-logo-img{
  height: 35px;
}
.davra-top-bar-guest-logo-img{
  height: 35px;
}

table.dataTable tbody th, table.dataTable tbody td{
  padding: 10px 18px !important;
}

.table-agenda-list {
  width: 100%;
}
.table-agenda-list th {

  padding: 5px 10px 5px 0px;
  border-bottom: 1px solid #EEE;
}
.table-agenda-list td {
  padding: 5px 10px 5px 0px;
    border-bottom: 1px solid #EEE;
}

/* .davra-info-modal .davra-info-message {
  word-break: break-all;
} */
.davra-info-modal .davra-info-message textarea {
  width: 100%;
  min-height: 200px;
}
.davra-info-modal .md-modal__flex-container {
  overflow-y: auto;
}
.davra-info-modal .davra-info-title {
  font-size: 1.2em;
}
.davra-info-modal .row {
  margin-top: 15px;
}

.lobby-candidate-avatar-img {
  height: 100px;
  width: auto;
  max-width: 100px;
  max-height: 100px;
}

.lobby-verification-details-outer {
  width: 100%; 
  height: 200px; 
  overflow-y: auto; 
  background-color: #e6e8e8; 
  color: #000; 
  margin-top: 10px;
}

/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
 .success-checkmark {
  width: 90px;
  height: 80px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #44CF50;
  transform: scale(0.6);
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: transparent;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #44CF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(68,207,80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: transparent;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


.mx-10{
  margin-left: 10px;
  margin-right: 10px;
}


.md-button.icon-unsecure_16 {
  width: 32px;
  height: 32px;
}

.text-green{
  color: #44CF50;
}

.text-red{
  color: #ff5c4a;
}
.text-blue{
  color: #007ea8;
}
.bgd-blue{
  background: #00a0d1;
}

.davra-box-detail-btn{
  float: right;
  padding: 0 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-small{
  padding: 0 10px;
  height: 30px;
}
.text-12{
  font-size: 12px;
  line-height: 12px;
}



.vote-animation{
  width: 120px;
  height:80px ;
  display: inline-block;
  position: relative;
  overflow:hidden
}
.vote-envelope{
  position: absolute;
  height: 36px;
  width: 26px;
  border: 2px solid #44CF50;
  border-radius: 4px;
  animation: snap-down 2s ;
  -webkit-animation:snap-down 2s ;
  transform: translateX(-50%) translateY(90px);
}
.vote-envelope:before{
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background:#44CF50;
  top: -2px;
  left:5px;
  transform: rotate(-33deg);
  border-radius: 4px;
}

.vote-envelope:after{
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background:#44CF50;
  bottom: -2px;
  left:5px;
  border-radius: 4px;
  transform: rotate(33deg)
}

@keyframes snap-down{
0% {
  transform: translateX(-50%) translateY(0px);
}
50% {
  transform: translateX(-50%) translateY(20px);
}
100% {
  transform: translateX(-50%) translateY(90px);
}
}

@keyframes change-color{
0% {
  border: 2px solid grey;
  
}
80% {
  border: 2px solid #44CF50;

}
100% {
  border: 2px solid #44CF50;
}
}

@keyframes grow-height{
0% {
  height:30px;
  
}
35% { 
  height:30px;

}
45% {
  height:40px;
}
100%{
  height:40px;
}
}

.vote-box{
position: absolute;
height: 40px;
background:#ededed;
width: 60px;
bottom: 0;
transform: translateX(-50%);
border: 2px solid grey;
border-radius:4px;
animation: change-color 1s forwards;
-webkit-animation: change-color 1s forwards; /* for less modern browsers */

animation-delay: 1s;
}
.vote-box:after{
content:"";
position: absolute;
height: 14px;
background:#ededed;
width: 70px;
top: -2px;
transform: translateX(-50%);
border: 2px solid grey;
animation: change-color 1s forwards;
-webkit-animation: change-color 1s forwards; /* for less modern browsers */
animation-delay: 1s;
border-radius:4px;

}

.vote-box:before{
  content:"";
  position: absolute;
  height: 2px;
  background: grey;
  width: 20px;
  top: 14px;
  transform: translateX(-50%);
  animation: change-color 1s forwards;
  -webkit-animation: change-color 1s forwards; /* for less modern browsers */
  animation-delay: 1s;
  border-radius:3px;

}
.vote-success{
    position: absolute;
    height: 10px;
    background: transparent;
    width: 10px;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: rgba(68, 207, 80, 0.5) 0px 0px 0px 0px;
    border-radius: 50%;
    transform: scale(0.9);
    animation: q-pulse 2s ease;
    -webkit-animation: q-pulse 2s ease;
    animation-delay: 1s;

}

@keyframes q-pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(68, 207, 80, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(68, 207, 80, 0);
  }
}

.slow-display{
  -webkit-animation: 1.5s fadein;
  animation: 1.5s fadein;
}

@keyframes fadein{
  0% { opacity:0; }
  66% { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes fadein{
  0% { opacity:0; }
  66% { opacity:0; }
  100% { opacity:1; }
}

.text-bold{
  font-weight: bold;
}

.davra-list-proceedings-inner.currentlyActivePoll {
  background-color: #b8f2ff;
}
.app-polls-votes-voters .dataTables_wrapper .dataTables_length {
  padding-top: 6px;
}

.pull-left {
  float:left;
}
.pull-right {
  float:right;
}

.tooltip.bs-tooltip-top {
  z-index: 1050;
}

.video-layout-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: unset;
  background: white;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.video-layout-btn:hover{
  background: rgba(255, 255, 255, 0.863);
}


.davra-badge-for-text-blue:after {
  background-color: #00a0d1;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: -5px;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
}

.davra-badge-for-text-red:after {
  background-color: #ff5c4a;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: -5px;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
}

.app-polls-votes-summary{
  vertical-align: top; 
  padding: 10px; 
  width: 600px;
  margin: auto;
}

@media only screen and (max-width: 1000px) {
  .app-polls-votes-summary{
    width: 100%;
  }
}

.btn-icon{
  min-width: unset;
  padding: 8px;
}

.flex-agenda-items{
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #e6e8e8;
  cursor: pointer;
}

.agenda-item-icon{
  padding: 0 15px 0 5px;
}

.field-readonly{
  width: 100%;
  font-size: 16px;
}


.davra-sidebar-proceedings .md-input-container{
  margin-bottom: 16px;
}


.hiddenbtn{
  opacity: 0;
  transition: opacity .3s ease;
}

.hover-reveal:hover .hiddenbtn{
  opacity: 1;
}

.status-indicator-dot {
  height: 16px;
  border-radius: 16px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
}

.app-users-list-outer .dataTables_wrapper .dataTables_length {
  padding-top: 6px;
}

.davra-modal-users-list table .icon {
  vertical-align: text-bottom;
}

.cursor-on-hover {
  cursor: pointer;
}

.davra-list-item-title {
  color: black;
  font-size: 16px;
}
.davra-list-item-subtitle {
  color: #535759;
  font-size: 14px;
}

.md-label{
  color: #535759;
}

a.field-readonly{
  word-break: break-all;
}

.muted-overlay{
  position: absolute;
  /* right: 50%; */
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 5px;
  z-index: 200;
}

.muted-overlay:before{
  position: absolute;
  content: '';  
  opacity: 0.85;
  background: rgb(230, 232, 232);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.self-view-container{
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: 8px;
  z-index: 100;
}

.btn-split-left{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important;
}
.btn-split-right{
  margin-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  min-width: unset !important;
  padding: 8px !important;
  padding-top: 12px !important;
}

btn-split-right.btn-select-video {
  z-index: 1030;
}
btn-split-right.btn-select-audio {
  z-index: 1030;
}

.davra-sub-menu-title{
  align-items: center;
  margin: 10px 0 5px 0;
  padding: 0 20px;
}

/* Override table sorting arrows from light-bootstrap as the tables already have arrows from datatables */
table.dataTable thead .sorting_asc:after {
	content: "";
}
table.dataTable thead .sorting:after {
	content: "";
}
table.dataTable thead .sorting_desc:after {
	content: "";
}

.opacity-low{
  opacity: .5;
}

#remoteMeetingIframeContainer{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#remoteMeetingIframe{
  width: 100%;
  height: 100%;
  border: 3px solid red;
}


.reactions-display-outer {
  position: absolute;
  bottom: 00px;
  left: 10px;
  z-index: 9;
  background: transparent;
  text-align: left;
}

.reactions-display-outer .reactionSingle {
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 10px;
  opacity: 0.9;
  /* transition-property: opacity;
  transition-duration: 5s;
  transition-timing-function: linear;
  transition-delay: 5s; */
}

.reactions-display-outer .reactionSingle:hover {
  opacity: 1;
}

.reactions-display-outer .reactionEmoji {
  font-size: 26px;
  vertical-align: middle;
  position: absolute;
  top: -8px;
  z-index: 9;
}

.reactions-display-outer .reactionSender {
  font-size: 14px;
  /* background: #d2d5d6; */
  background-image: linear-gradient(to right, transparent, rgba(210, 213, 214, 1));
  padding: 6px 10px 6px 45px;
  vertical-align: middle;
  text-align: left;
  /* opacity: 0.7; */
  border-radius: 0px 10px 10px 0px;
}

/* .reactions-display-outer .reactionSender:hover {
  background: #d2d5d6;
} */

.reactions-trigger-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  background: rgba(210, 213, 214, 1);
  opacity: 0.3;
  border-radius: 20px;
  height: 24px;
}
.reactions-trigger-icon:hover {
  opacity: 1;
  cursor: pointer;
}

.reactions-trigger-popup {
  position: absolute;
  z-index: 9;
  padding: 5px 10px 0px 10px;
  background: #f2f4f5;
  opacity: 0.9;
  border-radius: 20px;
  font-size: 1.6em;
}

.reaction-send-icon {
  opacity: 0.6
}
.reaction-send-icon:hover {
  opacity: 1;
  cursor:pointer;
}

@keyframes pulse{
  0%{
    box-shadow: 0px 0px 5px 0px rgba(247,100,74,.3);
  }
  65%{
    box-shadow: 0px 0px 5px 8px rgba(247,100,74,.3);
  }
  90%{
    box-shadow: 0px 0px 5px 8px rgba(247,100,74,0);
  }
}

@keyframes rotateOnce {
  0% {
    transform: rotate(0);
    animation-duration: 1.7s;
  }
  100% {
    transform: rotate(360deg);
  }
}


.app-polls-votes-lines{
  position: relative;
  width: 600px;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .app-polls-votes-lines{
    width: 100%;
  }
}
.result-block{
  padding: 20px;
  width: 100%;
}
.result-bar{
  height: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: width .7s;
}

.icon-participants-advanced-menu:hover {
  cursor: pointer;
}

.helptips-content {
  display: none;
}
.helptips-content .helptips-actions {
  display: inline-block;
  width: 100%;
}
.helptips-content .btn-show-everyone {
  float: right;
}
.helptips-content .btn-next {
  float: right;
}
.helptips-content .helptips-counter {
  float: left;
  padding: 5px 15px;
}
.app-polls-message-none {
  margin-top:20px;
}

.sidebar .davra-huddle-create-wrapper {
  overflow-y: auto;
  height: 100%;
}
.sidebar .davra-huddle-join-dialog .davra-list-huddles-outer {
  overflow-y: auto;
}
.sidebar .davra-huddle-joined .davra-list-huddles-outer {
  overflow-y: auto;
}
.sidebar .davra-huddle-list .davra-list-huddles-outer {
  overflow-y: auto;
}
.sidebar-button{
  margin-right: 5px;
  margin-left: 5px;
}

.double-btn{
  border-radius: 48px;
  display: flex;
}
.double-btn:focus-within{
  border-color: transparent;
    outline: none;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,160,209,.75);
    box-shadow: 0 0 4px 2px rgba(0,160,209,.75);
}

.double-btn button:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.row.full-row{
  max-width: 100%;
}

body, .wrapper{
  min-height: unset;
}

.main-panel .content{
  min-height: unset;
}

.davra-spacer{
  flex-grow:1;
  display: inline-flex;
}

.admin-page-customisation .admin-label {
  padding-top: 5px;
}

.help-inline-icon {
  vertical-align: text-top;
  cursor: pointer;
}
.help-inline-icon:hover {
  color: #000;
}

.lobby-buttons-decide button {
  margin-bottom: 5px;
}

.audio-overlay-controls-chamber {
  position: absolute;
  top: 0px;
  left: 20%;
  width: 60%;
  margin: auto;
  z-index: 10;
}

.davra-inline-list-current .davra-inline-list-item:last-of-type {
  border-bottom: none;
}

.davra-inline-list-item {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0px 16px;
  line-height: 44px;
  border-bottom: 1px solid #DDD;
}
.davra-inline-list-item .item-holder {
  width: 100%;
  display: inline-block;
}
.davra-inline-list-item:hover {
  background-color: #c9f4ff;
  color: #000;
}

.davra-inline-list-current .inline-list-clear-item {
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 12px;
}

.add-inline-list-new-item .inline-list-clear-textbox {
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.reveal-icons-on-hover .icon{
  opacity: 0;
  transition: opacity .3s ease;
}
.reveal-icons-on-hover:hover .icon {
  opacity: 0.7;
  transition: opacity .3s ease;
}
.reveal-icons-on-hover:hover .icon:hover {
  cursor: pointer;
  opacity: 1;
}
/* Modal */
.davra-modal-cont {
  height: 100vh;
  position: absolute;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(18, 18, 18, 0.66);
  z-index: 300;
  top: 0;
}
.davra-modal-inside {
background: white;
border-radius: 4px;
padding: 24px;
width: 60%;
margin: 0 16px;
}
.davra-modal-header {
font-size: var(--font-size_small_medium);
color: var(--black);
line-height: var(--line-height_small);
font-weight: var(--font-bold);
text-align: center;
padding: 0 0 16px 0;
}
.davra-modal-text {
font-size: var(--font-size_x-small);
color: var(--lighter-black);
}
.avra-modal-body {
padding: 24px 0;
text-align: center;
}

/* dashboard css  */
.admin-header-dashboard {
  display: flex;
}
.dashboard-link-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.admin-header-col {
  flex-basis: 33.33%;
}
.dashboard-link-item-container {
  flex-basis: 25%;
  padding: 10px;
}
.dashboard-link-item-container .dashboard-link-item{
  padding: 20px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.dashboard-link-item > div:nth-child(2) {
  min-height: 70px;
  font-size: 12px;
}
.dashboard-link-item > div:nth-child(3) {
  padding: 5px 0;
}
 @media (max-width: 1250px) { 
  .dashboard-link-item-container {
    flex-basis: 50%;
  }  
}
.davra-btn-start {
  background-color: transparent;
  border-color: #545454;
  border: 1px solid #545454;
  display: block;
  margin-left: auto;
}
.davra-hide {
  display: none !important;
}
.davra-show {
  display: block !important;
}
/* Telelink css */
.admin-page-telelink label {
  color: var(--black);
}
#telelink-description {
  min-height: 80px;
}
.separator {
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
  padding: 40px 0 0px 0;
  margin-bottom: 40px;
}
.davra-dark_input {
  background-color: #EDEDED;
  /* color: #545454; */
  width: 100%;
  height: auto;
  border: none;
  font-size: 14px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 7px;
}
.davra-btn-active_calls {
  background: none;
  border: 1px solid darkgreen;
  white-space: nowrap;
  padding: 0px 10px;
}
.davra-copy-btn, .generateGuestcode {
  color: #005E7D;
}
.davra-copy-btn:hover, #table-copy-telelink:hover {
  cursor: pointer;
  color: #00a0d1;
}
.generateGuestcode {
  position: absolute; 
  top: 50%; 
  right: 3%; 
  transform: translateY(-50%);
}
.generateGuestcode:hover {
  cursor: pointer;
}
.table-item-template:hover {
  color: #00a0d1;
}
/* Active Calls CSS */

.davra-coming-soon-img {
  display: block;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: auto;
}
.active-calls-coming-soon-text {
  text-align: center;
}
.davra_transparent_btn {
  background: none;
}
.davra-btn-template-delete, .davra-btn-guestlink-delete {
  color: #D4371C !important;
}
.davra-btn-template-duplicate, .davra-btn-template-setDefaultTemplate {
  color: #005E7D !important;
}
.davra-btn-template-delete:hover, .davra-btn-guestlink-delete:hover {
   cursor: pointer;
   color: #f5a89a !important;
}
.davra-btn-template-delete:hover {
  background: #D4371C;
  color: #fff !important;
}
.template-preview {
  min-height: 368px;
  max-height: 500px;
  max-width: 700px;
  
}
.template-preview-tab {
  display: flex;
  align-items: center;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 30px;
}
.template-preview-tabname {
  font-size: 10px;
}
.template-preview-favicon {
  width: 20px;
  margin: 0 8px 0 0;
}
.template-preview-tile {
  max-width: 58px;
  height: auto;
  display: block;
  margin: 15px auto;
}
.template-preview-landscape {
  max-width: 127px;
  max-height: 20px;
  margin: 8px 0px 8px 8px;
}
.template-preview-branding-nav {
  background: #000000;
  height: 40px; 
}
.template-preview-body {
  background: url(/public/images/templates/background-default.png);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  /* height: calc(100% - 70px); */
  min-height: 340px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.18);
}

.template-preview-content {
  /* height: 67%; */
  width: 45%;
  margin: 20px auto;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.template-preview-self-view-screen-wrapper {
  position: relative; 
}

.template-preview-self-view-instructions {
  background: #fff;
  width: 100%;
}
.template-preview-self-view-controls{
  background: #c4c4c4;
  display: flex;
  justify-content: space-between;
  padding: 9px;
}
.template-preview-welcome-text, .template-preview-legal-text {
    font-size: 12px;
    text-align: center;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}
/* tooltip css */
.tooltip {
  pointer-events: none;
}

.meeting-notification-container {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 80px;
  margin: 0.5rem;
  z-index: 2000;
}

.meeting-notification-container .meeting-notification-pill {
  display: flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 20px;
  background-color: #4D4D4D;
  color: white;
  opacity: 0.9;
  font-size: 12px;
}

.meeting-notification-container .meeting-notification-pill .icon {
  margin-right: 0.5rem;
}

.audio-output-gain-control-container {
  padding: 0 16px;
}

.audio-input-options-container .davra-list-item-subtitle,
.audio-output-options-container .davra-list-item-subtitle {
  font-family: 'CiscoSansTT Regular', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 12px;
  text-align: left;
  margin-bottom: 0.5rem;
  padding: 0 16px;
}


.audio-output-options-container .md-radio__label span {
  color: black;
}

.call-history-data-cell {
  max-width: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* guest css */
.darktheme-content .audio-container.dropdown-menu, .darktheme-content .audio-container .dropdown-item,
.darktheme-content #videoSource, .darktheme-content #videoSource .dropdown-item, .darktheme-content #audioSource,
.darktheme-content #audioOutput2 span, .darktheme-content #audioSource span, .darktheme-content #videoSource span,
.darktheme-content .davra-menu-button.menu-select-video, .darktheme-content .davra-menu-button.menu-select-audio{
    background-color: #2d2e2d;
    color: white !important;
}
.darktheme-content .audio-container, #videoSource{
    box-shadow: 0px 0px 10px rgb(240 243 239 / 15%);
}
.darktheme-content .menu-select-audio .davra-list-item-subtitle, .darktheme-content .audio-container .md-list-item,
.darktheme-content .audio-output-options-container .md-radio__label span, .darktheme-content .menu-select-audio .md-menu-item
{
    color:white !important;
}

#template-preview-body-greeting.darktheme-content-preview,
#template-preview-body-legal.darktheme-content-preview, #template-preview-body-self-view.darktheme-content-preview,
#template-preview-body-in-call.darktheme-content-preview, #template-preview-body-in-call.darktheme-content-preview .template-preview-self-view-controls,
#template-preview-body-self-view.darktheme-content-preview .template-preview-self-view-instructions,
#template-preview-body-self-view.darktheme-content-preview .template-preview-self-view-screen-wrapper,
#template-preview-body-self-view.darktheme-content-preview .template-preview-self-view-screen-wrapper .template-preview-self-view-controls{
  color:white;
  background: #1d1d1d !important;
}

.darktheme-content-preview .template-preview-content{
  color:white;
  background: #1d1d1d !important;
  border: 1px solid grey;
}
.preview-text{
  height: 36px;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  position: absolute;
  text-align: center;
}
.darktheme-content-preview .preview-text{
  background: #1d1d1d !important;
}
#darkThemeCont{
  margin-top: 10px;
}
