@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400&subset=latin,latin-ext");

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext");

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('../fonts/MaterialIcons-Regular-c58629e330eaf128316a142320407d74.woff2?vsn=d') format('woff2')
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
    font-size: 1vh;
    font-family: 'Lato', sans-serif;
    color: rgba(0, 0, 0, .87);
    -webkit-font-smoothing: antialiased;
}

body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    background: url('../img/crankwheels1-c8a54cb47b1ce1c98959222820f95edf.jpg?vsn=d');
    background-size: cover;
    overflow: hidden;
}

body.selectarea {
  height: 100vh;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Titillium Web', sans-serif;
    padding-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

a {
    color: rgba(0,0,0,.87);
    text-decoration: none;
    font-weight: bolder;
}

a:hover {
    text-decoration: underline;
}

p {
    padding: .5rem 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

h1 {
    font-size: 3rem;
    font-weight: 200;
}

h2 {
    font-size: 1.8rem;
    font-weight: 300;
}

h3 {
    font-size: 1.6rem;
    font-weight: 300;
}

button {
    -webkit-appearance: none;
    border: 0;
    font-size: 1.2rem;
    padding: .9rem 1.2rem;
    background: #f0f0f0;
    color: rgba(0, 0, 0, .75);
    font-weight: 700;
    margin: 1rem;
    cursor: pointer;
    border: 1px solid #ddd;
}

.action-box {
    padding: 1rem;
}

.action-btn, .action-btn-primary {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.action-btn-primary {
    background-color: rgba(241, 165, 24, 0.90);
    border-bottom: 1px solid rgba(241, 165, 24, 0.90);
}

.action-btn-primary:hover {
    background-color: rgba(248, 179, 51, 0.9);
}

.action-btn > .material-icons,
.action-btn-primary > .material-icons,
.action-back > .material-icons {
    margin-right: 2rem;
}

.action-back {
    background: #eee;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.action-back:hover {
    transition: background .1s linear;
    background: #e6e6e6;
}

.action-pane {
    padding: 1rem;
}

.action-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.action-form select, .action-form button, .action-button {
    width: auto;
}

.video-preview {
    height: 120px;
    aspect-ratio: 16/9;
    background-color: rgb(193, 193, 193);
    margin: 0 auto 1.3rem auto;
}

.action-header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 1.4rem;
}

.action-msg {
    margin: 1rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.action-info {
    font-size: 1.4rem;
}

.action-msg > .action-info {
    color: #666;
}

.action-info-em {
    font-weight: 600;
    font-size: 1.2rem;
    color: #666;
}

button:hover {
    transition: background .1s linear;
    background: #e6e6e6;
}

button:focus {
    outline: none;
}

button:active {
    box-shadow: inset .1rem .1rem 1rem rgba(0, 0, 0, 0.12);
}

button:disabled {
    color: rgba(0,0,0,.38);
    cursor: default;
}

button:disabled:hover {
    background: transparent;
}

button.cancel-button {
    background: #e02929;
    color: white;
    font-weight: 700;
}

button.cancel-button:hover {
    background: #fd3333;
}

button.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.icon-button span.material-icons {
    margin-right: 1rem;
}

button.small-button {
    font-size: 1.1rem;
    padding: .5rem 1rem;
}

button.small-button.icon-button {
    padding: .5rem;
}

button.small-button.icon-button span.material-icons {
    margin-right: .5rem;
}

button.large-button {
    font-size: 1.4rem;
    margin: 2rem;
}

button.large-button.icon-button span.material-icons {
    font-size: 2rem;
}

.action-message {
    display: none;
    background: transparent;
    border: 1px solid transparent;
    flex: 1 1 100%;
}

.button-inline {
    font-weight: 700;
    cursor: pointer;
}

.button-inline:hover {
    text-decoration: underline;
}

.button-lightbox {
    flex: 0 1 50%;
    background: transparent;
    border: none;
    margin: .5rem 1rem;
}

.button-lightbox:hover {
    background: rgba(0,0,0,.08);
}

.button-lightbox:active {
    box-shadow: none;
}

.button-lightbox > .material-icons {
    font-size: 1.5rem;
    margin-right: .5rem;
}

.jsh-button-primary {
    transition: background .1s linear;
    background: rgb(246, 178, 51);
    color: rgba(0, 0, 0, .75);
}

.jsh-button-primary:hover {
    background: rgb(255, 192, 73);
}

.button-secondary {
    background: rgba(0,0,0,.04);
}

.button-secondary:hover {
    background: rgba(0,0,0,.08);
}

.button-danger {
    background: #b30b0b;
    color: white;
}

.button-danger:hover {
    background: #bf2929;
}

.button-inverted {
    color: white;
    background: rgba(255,255,255,.12);
}

.button-inverted:hover {
    background: rgba(255,255,255,.24);
}

.button-block {
    flex: 1 1 100%;
}

.block {
    flex: 1 1 100%;
}

.button-counter {
    margin-left: 2rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgb(255, 255, 255);
    height: 2rem;
    border-radius: 15%;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: .1rem;
    padding: 0.2rem 0.8rem;
}

.button-container {
    display: flex;
    flex: 1 1 auto;
    align-self: center;
    flex-flow: column;
    margin: 1rem;
}

.button-group {
    display: flex;
}

label {
    font-size: 1.3rem;
    margin: 0.7rem 1rem 0rem 1rem;
}

.usha-field {
    display: flex;
    flex-direction: row;
    justify-items: center;
    width: 100%;
    padding:  0.4rem 1rem 0.6rem 1rem;
    border-bottom: 1px solid #ddd;
}

.usha-lbl {
    font-weight: 600;
    width: 35%;
}

#usha-submit-notification {
    background-color: rgb(57, 150, 57);
    color: #fff;
    padding: 1rem 2rem;
    line-height: 1.6rem;
    margin: 1rem;
}

input, select {
    flex: 1 1 auto;
    background-color: rgba(255, 255, 255, 1);
    width: 1rem;
    font-size: 1.4rem;
    outline: none;
    margin: 1rem;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: .7rem;
    color: rgba(0, 0, 0, .87);
    font-family: 'Lato', sans-serif;
}

input.input-invalid {
    border-color: #e02929;
}

textarea {
    flex: 1 1 auto;
    font-size: 1.2rem;
    margin: 1rem;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: .7rem;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.radio-group input {
    display: none;
}

.radio-group label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .75);
}

.radio-group label:before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: inset .0rem .0rem .2rem .1rem rgba(0, 0, 0, .12);
    border-radius: 50%;
}

.radio-group input[type=radio]:checked + label:before {
    box-sizing: border-box;
    border: .6rem solid #f6b233;
    box-shadow: none;
}

.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-spinner {
    border: .5rem solid transparent;
    border-top: .5rem solid rgba(0, 0, 0, .54);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    animation: spin 1s ease infinite;
}

.loading-title {
    margin-top: 2rem;
    font-size: 1.2rem;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.connection-error {
    background: rgba(255, 255, 255, .9);
    color: rgba(0, 0, 0, .87);
    height: 100rem;
    font-size: 1.4rem;
    padding: 2rem;
}

header {
    background: rgba(255, 255, 255, .4);
}

main {
    height: 100%;
    background: #fafafa;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
}

section.top-align {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
}

section.bottom-align {
    display: flex;
    flex-flow: column nowrap;
}

.modes {
    padding: 0;
    margin: -.15rem;
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }

.mode-box-base {
  background: rgba(0, 0, 0, .6);
  color: rgba(255, 255, 255, .87);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: .15rem;
  padding: 0.8rem 0;
  flex: 1 1 auto;
  width: 40%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.mode-box {
  cursor: pointer;
}

.mode-box:hover {
    background: rgba(241, 165, 24, .65);
    transition: background .1s linear, color .1s linear;
}

.mode-box.active {
    animation-duration: 1s;
    animation-name: changeShadow;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    color: #fff;
}

.mode-box-broad {
  width: 100%;
  height: 3rem;
  padding: 0;
}

.mode-box.jsh-stop {
  background: rgba(202, 0, 0, 0.65);
}

.mode-box.jsh-stop:hover {
  background: rgba(202, 0, 0, 0.85);
}

.box-content-broad {
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
  flex: 1 1 auto;
  justify-content: space-around;
}

.box-content-broad .material-icons {
  font-size: 1.9rem;
  vertical-align: middle;
}

@media (max-width: 300px) {
  .box-content-broad .hide-if-narrow {
    display: none;
  }
}

@media (min-width: 301px) {
  .box-content-broad .hide-if-narrow {
    display: initial;
  }
}

.box-content-broad > div {
  white-space: nowrap;
  padding: 0.7rem;
}

.box-content-broad .jsh-button-webcam {
  display: inline-block;
  font-size: 1.3rem;
  height: 100%;
  padding: 0.7rem 0.5rem;
  margin: 1rem 0;
  color: white;
  background: rgba(255,255,255,.12);
  border: 0;
  cursor: pointer;
}

.box-content-broad .jsh-button-webcam:hover {
  background: rgba(255,255,255,.24);
}

.box-content-broad .jsh-button-webcam.active {
  background: rgba(241, 165, 24, 0.90);
}

.box-content-broad > .jsh-button-webcam-pos {
  display: inline-block;
  font-size: 1.7rem;
  padding: 0.3rem 0.6rem 0.2rem 0.6rem;
  margin-bottom: -0.2rem;
  color: white;
  background: rgba(255,255,255,.12);
  border: 0;
  cursor: pointer;
}

.box-content-broad > .jsh-button-webcam-pos:hover {
  background: rgba(255,255,255,.24);
}

.box-content-broad .top-right {
  display: inline-block;
}

.box-content-broad .bottom-right {
  display: inline-block;
  transform: scale(1, -1);
}

.box-content-broad .bottom-left {
  display: inline-block;
  transform: scale(-1, -1);
}

.box-content-broad .top-left {
  display: inline-block;
  transform: scale(-1, 1);
}

@keyframes changeShadow {
  from {
      background: rgba(241, 165, 24, 0.65);
  }

  to {
      background: rgba(241, 165, 24, 0.90);
  }
}

.box-content p {
    margin: 0;
    font-size: 1.5rem;
}

.box-content .material-icons {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.preview-box {
    text-align: center;
    height: 18rem;
    position: relative;
}

.jsh-preview-box-extra {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
}

.jsh-preview-box-extra.inactive {
    z-index: -1;
}

.jsh-preview-box-extra:not(.inactive):hover .preview-box-extra-background {
    display: block;
    animation: fadeIn 200ms;
}

.jsh-preview-box-extra:not(.inactive):hover .preview-box-extra-content {
    display: flex;
    animation: fadeIn 200ms;
}

.preview-box-extra-background {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75),#313131);
}

.preview-box-extra-content {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    flex-direction: column;
}

.preview-box-extra-status {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.preview-box-extra-actions {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jsh-preview-mouse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.jsh-connection-status {
    padding: 0 .5rem;
}

.flex-spacer {
    flex: 1;
}

.jsh-preview-box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    border: 0.8rem solid #bb1515;
    box-sizing: border-box;
}

.preview-video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: end;
}

.preview-video-controls {
    box-sizing: content-box;
    opacity: 0.7;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem;
    width: 300px;
    background-color: #313131;
    color: #f0f0f0;
    transition: 0.5s;
    z-index: 10;
}

.preview-video-controls:hover {
    opacity: 1;
    background-color: #202020;
}

.preview-video-controls .control {
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0.4rem;
    transition: 0.5s;
    z-index: 11;
}


.jsh-preview-box-msg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.jsh-preview-box-msg h2 {
    margin: 0;
    padding: 0 2rem;
}

.jsh-preview-box-msg p {
    padding: 0 2rem;
    font-size: 1.6rem;
}

.jsh-preview-box-msg .msg-alert {
    color: #bb1515;
}

.preview-box .jsh-preview-combo {
    max-height: 100%;
    align-self: center;
}

.preview-box #jsh-preview-img,
.preview-box #jsh-preview-video {
    max-width: 100%;
}

#jsh-continue-cwsharing-from-inactive {
    cursor: pointer;
}

/* recording controls */
.recording-section {
  box-sizing: border-box;
  width: 100%;
  background-color: #333;
  padding: 6px;
  color: #eee;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  cursor: pointer;
  transition: 400ms ease;
}

.recording-section p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.recording-section > div {
  display: flex;
  flex-direction: row;
  margin: 0 1rem;
}

.recording-section > div > span {
  font-size: 2rem;
  margin-left: 1rem;
}

.recording {
  animation: recordingpulse 2s infinite;
  animation-direction: alternate-reverse;
}

.muted {
  background-color: #ccc !important;
  color: #333 !important;
}

@keyframes recordingpulse {
  from { background-color: rgb(141, 13, 13); }
  to { background-color: rgb(211, 23, 23); }
}

@keyframes loadingspin {
  100% { transform: rotate(-360deg); }
}

#jsh-recording-controls-section:hover {
    background-color: rgba(202, 0, 0);
    transition: 400ms ease;
}

#jsh-recording-no-audio {
    cursor: default;
}

#jsh-recording-limited {
    background-color: rgba(202, 0, 0);
    cursor: default;
}

#jsh-recording-no-audio p {
    font-size: 0.9em;
}

#jsh-recording-no-audio a {
    color: red;
}

#jsh-recording-info-section {
  background-color: rgb(21, 129, 7);
  cursor:default;
}

#jsh-recording-error-section {
  background-color: #b30b0b;
  color: #fff;
  cursor: default;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

#jsh-recording-error-section svg.icon {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}

#jsh-recording-error-section div {
  display: flex;
  flex-direction: column;
}

#jsh-recording-error-section a {
  color: #fff;
  margin-top: 0.3rem;
  text-decoration: underline;
}

#jsh-hide-recording-error {
  cursor: pointer;
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 1rem;
  right: 1rem;
  color: #c47f7f;
}

.spin {
  animation: loadingspin 0.7s linear infinite;
}

/* end recording controls */

/* generic controls bar */

.controls-section {
  box-sizing: border-box;
  width: 100%;
  background-color: #eee;
  color: #eee;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
}

.controls-section-rc {
  margin-top: 1rem;
  background-color: #fafafa;
}

.controls-section .control {
    background-color: rgba(241, 165, 24, 0.90);
    padding: 0.7rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-weight: 700;
    margin-right: 1rem;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 300ms ease;
}

.controls-section .control.secondary-control {
  background-color: rgba(236, 207, 154, 0.9);
}

.controls-section .control:hover {
    background-color: rgba(243, 183, 72, 0.9);
}

.controls-section .control-icon {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 1rem;
}

.controls-section .control-label {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}

/* end generic controls bar */

.customer-status {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    color: white;
    background: #313131;
}

.preview-window-title {
    flex: 1 1 auto;
}

.conn-count {
    display: inherit;
    align-items: center;
    margin-right: 1rem;
}

.conn-count .material-icons {
    margin-left: .2rem;
    font-size: 125%;
}

.control-button {
    margin: 0 0 0 .5rem;
    padding: .2rem .2rem;
    font-size: 1.2rem;
    width: 3.5rem;
}

.control-button.jsh-button-update {
    background: rgb(246, 178, 51, .80);
    animation: bgflash 700ms ease;
}

#jsh-record-button-stop {
    background: rgba(202, 0, 0, 0.85);
    color: #ffffff;
    border-color: #ffffff;
}

#jsh-numviewers {
    font-weight: 700;
}

#jsh-bars {
    transform: scale(.7);
}
#jsh-bars .bar {
    width: 0.4rem;
    background: #FCB52D;
    display: inline-block;
    border-radius: 2px;
}
#jsh-bars .bar:nth-child(1) {
    height: 40%;
}
#jsh-bars .bar:nth-child(2) {
    height: 60%;
}
#jsh-bars .bar:nth-child(3) {
    height: 80%;
}
#jsh-bars .bar:nth-child(4) {
    height: 100%;
}

.resume-session-prompt {
    padding: 1rem;
}

.optional-bottom-cta {
    text-align: center;
    font-size: 1.4rem;
}

.optional-bottom-cta a {
    font-weight: 500;
}

.jsh-sharing {
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem 0 2rem;
    animation: reveal 200ms ease;
    overflow: hidden;
    overflow-y: auto;
}

@keyframes reveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cwsharing-box {
    color: rgba(0, 0, 0, .87);
}

.cwsharing-box-header {
    display: flex;
    align-items: center;
}

.cwsharing-box-header > .material-icons {
    font-size: 1.6rem;
    padding-right: 1rem;
    color: rgba(0, 0, 0, .54);
}

.cwsharing-box-header > .cwsharing-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    flex: 1 1 auto;
}

.cwsharing-box-content {
    margin: 0 -1rem;
    display: flex;
    flex-direction: column;
}

.cwsharing-box-content p {
    margin: 0;
    font-size: 1.2rem;
    margin: 0rem 0rem;
}

.cwsharing-box-item {
    flex: 1 1 100%;
    display: flex;
}

.cwsharing-box-item #country {
    padding-left: 2.4rem;
    border-right: 0;
    width: 3rem;
    background: #fafafa;
    flex: 0 0 auto;
}

.cwsharing-box-item #country:focus {
    background: #fff;
}

.cwsharing-box-item #plus {
    font-size: 1.6rem;
    position: relative;
    top: 1.6rem;
    left: 2rem;
    height: 0;
}

.cwsharing-box-item button {
    flex: 0 0 30%;
}

.cwsharing-sms-tool input {
    margin: 1rem 0;
}

.seperator {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.seperator-low {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.seperator-line {
    height: 1px;
    flex: 1 1 auto;
    background: rgba(0, 0, 0, .24);
    margin-top: .1rem;
}

.seperator-label {
    font-size: 1.4rem;
    margin: 0 1rem;
    color: rgba(0, 0, 0, .75);
}

.lobby-content .companyLink {
    margin: .5rem 1rem 0 1rem;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    background-color: #efefef;
    padding: 0.7rem;
    word-break: break-all;
}

.lobby-content p {
    padding: 1rem;
}

.list {
    margin: 0 1rem;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    height: 9rem;
    overflow-y: scroll;
}

.list.list-update {
    background: rgba(241, 165, 24, .30);
    animation: bgflash 400ms ease;
}

@keyframes bgflash {
    to {
        background: transparent;
    }
}

.list-item {
    display: flex;
    margin: 1rem;
    align-items: center;
}

.list-item-label {
    flex: 1 1 auto;
}

.list-item-audio {
    padding: 0 2rem;
}

.list-item-icon {
    color: #fff;
    background-color: rgba(0,0,0,0.75);
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    padding: 0.5rem;
}

.list-item-heading {
    font-size: 1.3rem;
}

.list-item-subheading {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(0,0,0,.54);
}

.list-item button {
    margin: 0;
    flex: 0 1 auto;
}

.list-message {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.list-message h3 {
    margin: 0;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    animation: fadeIn .2s;
}

.lightbox-below-center {
  height: 50%;
  top: 50%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lightbox-wrapper {
    width: 100%;
    max-width: 480px;
    box-shadow: rgba(0, 0, 0, .4) 0 -2px 10px;
    position: fixed;
    top: 0;
    margin: 0 auto;
    animation: slide .2s;
}

.lightbox-wrapper-ten-percent {
  width: 100%;
  max-width: 480px;
  box-shadow: rgba(0, 0, 0, .4) 0 -2px 10px;
  position: fixed;
  top: 10%;
  margin: 0 auto;
}

.lightbox-wrapper-one-third {
  width: 100%;
  max-width: 480px;
  box-shadow: rgba(0, 0, 0, .4) 0 -2px 10px;
  position: fixed;
  top: 33%;
  margin: 0 auto;
}

.lightbox-wrapper-below-center {
  width: 100%;
  max-width: 480px;
  box-shadow: rgba(0, 0, 0, .4) 0 -2px 10px;
  position: fixed;
  top: 50%;
  margin: 0 auto;
}

.lightbox-wrapper-40-percent {
    width: 100%;
    max-width: 480px;
    box-shadow: rgba(0, 0, 0, .4) 0 -2px 10px;
    position: fixed;
    top: 40%;
    margin: 0 auto;
}

.lightbox-wrapper-bottom {
  width: 100%;
  max-width: 480px;
  box-shadow: rgba(0, 0, 0, .4) 0 -2px 10px;
  position: fixed;
  bottom: 0%;
  margin: 0 auto;
}

@keyframes slide {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 100;
    }
}

.lightbox-header {
    display: flex;
    align-items: center;
    background-color: #f6b233;
    padding: 2rem;
    padding-left: 1rem;
}

.lightbox-header > h2 {
    flex: 1 1 auto;
    font-weight: 400;
    margin: 0;
    font-size: 2rem;
}

.lightbox-header > .material-icons {
    flex: 0 0 auto;
    font-size: 2rem;
    cursor: pointer;
}

.lightbox-content {
    background: #fafafa;
    padding: 1rem;
    display: flex;
    flex-flow: column;
}

.lightbox-actions {
    border-top: 1px solid rgba(0,0,0,.12);
    background: #fafafa;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
}

.lightbox-instructions {
    margin: 1rem 0;
}

.lightbox-instruction {
    display: flex;
    align-items: flex-start;
}

.lightbox-instruction h1 {
    display: block;
    flex: 0 0 auto;
    margin: 0 1rem;
    padding: 0;

}

.lightbox-instruction p {
    display: block;
    flex: 1 1 auto;
    margin: 0;
    padding: 1rem;
}

.lightbox-instruction img {
    width: 45%;
}

.actions-spacing {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  display: flex;
  justify-content: space-between;
}

.actions-spacing input,
.actions-spacing select {
  flex: 1 1 auto;
  font-size: 1.4rem;
  outline: none;
  margin: 1rem 0.5rem 0.5rem 0;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: .7rem;
  color: rgba(0, 0, 0, .87);
  font-family: 'Lato', sans-serif;
}

.actions-spacing .actions-button {
  margin: 1rem 0 0.5rem 0;
  padding: 0 0.5rem;
  font-size: 1.2rem;
}

.actions-button-primary {
    background-color: rgba(241, 165, 24, 0.90);
    border-color: rgba(232, 159, 23, 0.9);
}

.actions-button-primary:hover {
    background-color: rgba(248, 182, 60, 0.9);
}

p.instructions {
  font-size: 1.1rem;
  padding: 0 !important;
  margin: 0.5rem 2rem;
}

.meeting-room-link-content {
    display: flex;
    flex-direction: column;
}

.cwsharing-scheduled-meeting-text > button {
    flex: 1 1 auto;
}

#demoRequestLightbox .lightbox-content {
    padding-top: 2rem;
}

#demoRequestLightbox #call-confirmed {
    flex: 1 1 50%;
}

#demoRequestLightbox #no-answer {
    flex: 1 1 30%;
}

#demoRequestLightbox .button-group {
    margin-top: .5rem;
    margin-bottom: 2rem;
}

#demoRequestLightbox .seperator {
    padding: 0 1rem;
}

#demoRequestLightbox .seperator-label {
    font-size: 1.2rem;
}

.dod-heading {
    font-size: 1.5rem;
    font-weight: 300;
}

.dod-big-value.prospect-phone,
.dod-big-value.dod-taken-by-email {
    margin: 0 0 2rem 0;
    font-weight: 300;
    font-size: 2.4rem;
}

.dod-countdown {
    margin-top: .5rem;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.dod-prospect-info {
    position: relative;
    margin-bottom: 2rem;
    flex: 1 0 100%;
    max-height: 13rem;
    overflow-y: scroll;
}

.dod-prospect-info-scroll-msg {
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(rgba(250, 250, 250, 0), #FAFAFA 95%);
    width: 100%;
    height: 13rem;
    bottom: 0;
    text-align: center;
    font-size: 1.2rem;
    animation: fadeIn .4s;
}

.dod-prospect-info-scroll-msg > span {
    margin-top: 11rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.dod-prospect-info.dod-enrich {
    max-height: 26rem;
}

.dod-prospect-info-group {
    display: flex;
    align-items: center;
    margin: 1.2rem 0;
}

.dod-prospect-info-group:first-of-type {
    margin-top: 0;
}

.dod-prospect-info-group h6 {
    flex: 1 1 25%;
    font-size: 1rem;
    text-align: right;
    color: rgba(0,0,0,.54);
    margin: 0;
    text-transform: uppercase;
    word-break: break-word;
}

.dod-prospect-info-group span {
    flex: 1 1 75%;
    font-size: 1.3rem;
    margin-left: 1.5rem;
    word-break: break-word;
}

.dod-controls-header {
    box-sizing: border-box;
    background: #313131;
    color: white;
    padding: 1rem 2rem;
    margin: 0;
    width: 100%;
}

.dod-controls-content {
    padding: 1rem 2rem;
}

.dod-active {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.dod-inactive {
    flex: 1 1 auto;
}

.dod-list {
    margin: 0;
    height: 12rem;
}

.dod-controls h4 {
    flex: 1 0 100%;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0;
    margin: 1rem 0;
}

.dod-controls-instruction {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
}

.dod-controls-instruction > p {
    margin: 0;
}

.dod-controls-instruction > button {
    flex: 0 1 50%;
}

#dod-end-demo {
    flex: 0 1 50%;
}

.crm-controls-container {
  margin: 2rem;
  padding: 1rem;
  border: 1px solid;
}

.crm-controls-container h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size-adjust: 0.7;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.crm-controls-container p {
  padding: 0;
  margin: 0;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.phone-conf-heading {
    font-size: 1.5rem;
    font-weight: 300;
}

.phone-conf-value {
    margin: 0;
}

#manual-conf-pin {
    width: 15rem;
}

/* Happens when hash gets set to lightbox ID. */
.lightbox:target {
    display: block !important;
}

.footer {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.footer-img {
    height: 5rem;
    width: 5rem;
    margin: 1rem;
    margin-right: 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer.large .footer-img {
    height: 7rem;
    width: 7rem;
}

.footer-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    flex: 1 1 0;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-user-info {
    text-align: left;
    align-self: flex-end;
    justify-content: flex-end;
    flex: 1 1 50%;
}

.footer-user-info p {
    word-break: break-all;
    display: flex;
    margin: 0;
    padding: 0;
}

.footer-user-info #company-name {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
}

.footer-user-info #name {
    color: #fcb040;
    font-size: 1.3rem;
    height: 1.8rem;
    overflow: hidden;
}

#jsh-perf-tuning {
  color: #fff;
  font-size: 1.7rem;
  font-weight:500;
  text-align: left;
}

.footer .dial-in {
    flex: 1 1 auto;
}

.footer .dial-in-info {
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .dial-in-property {
    font-size: 1.4rem;
    font-weight: 700;
}

.footer .dial-in-info a {
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.2rem;
    font-weight: normal;
}

.footer-buttons {
    align-self: flex-start;
}

.footer-buttons > button {
    margin-right: 0;
}

.onboarding {
    color: white;
    z-index: 1;
    animation: fadeIn 400ms ease;
}
.onboarding .diffuser {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.onboarding .diffuser.top {
    bottom: 100%;
    transition: bottom 400ms ease;
    background: rgba(0,0,0,.78);
}
.onboarding .diffuser.bottom {
    top: 0;
    transition: top 400ms ease;
    background: rgba(0,0,0,.86);
}
.onboarding .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
    display: none;
}
.onboarding .message.show {
    display: block;
    animation: fadeIn 1000ms ease;
}
.onboarding .message h4 {
    font-size: 1.4rem;
    margin-top: 2rem;
    font-weight: 300;
}
.onboarding .message button {
    margin: 2.5rem 1rem;
    padding: 1rem 3rem;
}
.onboarding-pointer {
    font-size: 3rem;
}
.onboarding-message {
    margin-top: 0;
}
.onboarding-skip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    padding: 4rem 2rem;
    color: #fcb040;
    font-size: 1.2rem;
    padding: 2rem 0;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    z-index: 1;
}
.onboarding .smsflow .step-1 {
    padding-top: 15rem;
}
.onboarding .smsflow .step-1 h1 {
    font-size: 4rem;
}
.onboarding .smsflow .step-2 .onboarding-pointer {
    margin-left: 15vw;
}
.onboarding .smsflow .step-5 .onboarding-pointer {
    margin-left: 66vw;
}
.onboarding .smsflow .step-3 .trigger-step3b {
    color: #fcb040;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}
.onboarding .smsflow .step-3 .trigger-step3b:hover {
    font-weight: bold;
}
@keyframes fadeInDelay {
    0% {opacity: 0;}
    80% {opacity: 0;}
    100% {opacity: 1;}
}

.single-icon-button {
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .87);
    background: transparent;
    font-size: 2.5rem;
    border: 0;
}

.single-icon-button:hover {
    color: #f6b233;
    background: transparent;
    cursor: pointer;
    transform: scale(1.1);
}

.input-container .input-group.control {
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.input-container .input-group .input-control {
    display: block;
    position: relative;
    padding: 0;
    padding-top: .3rem;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.87);
}

.input-container .input-group .input-control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.input-container .input-group .input-control input:checked ~ .control {
    background: #f99c1d;
}

.input-container .input-group .input-control input:checked ~ .control:after {
    display: block;
}

.input-container .input-group .input-control input:disabled ~ .control {
    pointer-events: none;
    opacity: .6;
    background: rgba(0, 0, 0, 0.38);
}

.input-container .input-group .input-control .control {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(0, 0, 0, 0.12);
}

.input-container .input-group .input-control .control:after {
    position: absolute;
    display: none;
    content: '';
}

.input-container .input-group .input-control.checkbox .control:after {
    top: 4px;
    left: 8px;
    height: 8px;
    width: 3px;
    transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
}

.input-container .input-group .input-control.radio {
    margin-bottom: 10px;
}

.input-container .input-group .input-control.radio .control {
    border-radius: 50%;
}

.input-container .input-group .input-control.radio .control:after {
    background: white;
    background: white;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 7px;
    left: 7px;
}

.input-container .input-group .input-control.radio input:disabled ~ .control {
    background: rgba(0, 0, 0, 0.38);
}

#jsh-streamfps:hover {
  text-decoration: underline;
  cursor: pointer;
}

#allow-waiter-by-id {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#allow-waiter-by-id input {
  width: 100%;
}

/* Turn "spinner" arrows for numeric input off on Chrome, Safari, Edge, Opera */
#allow-waiter-by-id input::-webkit-outer-spin-button,
#allow-waiter-by-id input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Same for Firefox */
#allow-waiter-by-id input[type=number] {
  -moz-appearance: textfield;
}

.personal-waiting-room-section {
  padding: 1rem;
}

.personal-waiting-room-notification {
  background-color: lightgray;
  border-radius: 4px;
}

.sud8-messages-list {
  font-size: 1.2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  align-items: center;
}

.sud8-messages-list .sud8-message {
  border-radius: 0.4rem;
  background-color: #f1f1f1;
  padding: 0.7rem;
  margin-bottom: 0.8rem;

  flex-direction: row;
  display: flex;
  align-items: center;

  position: relative;
}

.sud8-messages-list .not-viewed {
  background-color: #fefce1;
}

.sud8-messages-list .content {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.sud8-messages-list .close-icon {
  position: absolute;
  top: -0.8rem;
  right: -0.7rem;
  fill: #ffad13;
  cursor: pointer;
}

.sud8-messages-list .high {
  color: #ef4444;
}

.sud8-messages-list .medium {
  color: #FFAD13;
}

.sud8-messages-list .low {
  color: #3b82f6;
}

.sud8-messages-list .icon {
  width: 1.8rem;
  height: 1.82rem;
  flex: none;
}

.sud8-messages-list p {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.schedule-button-full {
    width: 100%;
}

#toast-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    z-index: 100;
}

.toast {
    background-color: #fff;
    width: 80%;
    border: 4px solid #f99c1d;
    padding: 1rem;
    position: relative;
    cursor: pointer;
    box-shadow: 4px 8px 8px rgba(0,0,0,0.2);
    transform: translateX(110%);
    transition: transform 250ms ease-in-out;
}

.toast.show {
    transform: translateX(0);
}

.toast::after {
    content: "\00D7";
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
    color: #f99c1d;
}

.toast > h3 {
    margin: 0;
    font-weight: 600;
    font-size: 1.4rem;
}

.toast > p {
    margin: 0;
    font-weight: 400;
    font-size: 1.3rem;
}

/* Styles for SMS confirmation button focus */
#sms-confirm-send:focus,
#sms-confirm-cancel:focus {
  border: 2px double black !important;
}