@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNig.ttf) format('truetype');
}
body {
  color: #000;
  font-family: "Work Sans", sans-serif;
}
body .brand-shadow {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
}
body .modal-rounding {
  border-radius: 24px;
}
body .border-bottom-white {
  border-bottom: 2px solid #fff;
}
.panel {
  position: absolute;
  min-width: 24rem;
  max-width: 26rem;
  background: #fff;
  top: 4rem;
  left: 1rem;
  border-radius: 1rem;
}
.panel.panel-right {
  left: unset;
  right: 1rem;
}
.panel.panel-bottom {
  left: 0;
  right: 0;
  top: unset;
  bottom: 4rem;
  min-width: 24rem;
  max-width: 80%;
  margin: 0 auto;
  z-index: 9999;
}
.panel .panel-section {
  padding: 0.5rem 1rem;
}
.panel.w-4 {
  min-width: 0;
  width: 4rem;
}
.current-selection {
  border: 2px solid #12a0d4;
}
.bordered {
  border-bottom: 1px solid #e6e6e6;
}
.bordered-y {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
#ui_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#ui_ div {
  pointer-events: all;
}
.conversation-modal,
#ui_ div.conversation-modal {
  pointer-events: none;
}
.conversation-modal div,
#ui_ div.conversation-modal div {
  pointer-events: all;
}
