/* Main App Colors  */
/* ============= fonts =========== */
@font-face {
  font-family: public-sans;
  src: url("/fonts/PublicSans-Regular.ttf");
}
@font-face {
  font-family: open-sans;
  src: url("/fonts/OpenSans-Regular.ttf");
}
/* ============== Navbar ========== */
#navbar {
  background-color: #00b0f0;
}
.navbar-title {
  font-family: inherit;
  font-size: 2vw;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center !important;
  color: #1d1d1d;
  margin: 0 auto !important;
}
.navbar-logo {
  height: 5.3vw;
  opacity: 0.9;
  right: 0;
  position: absolute;
}
/* ==================== Drawer ============================= */
body {
  font-family: public-sans;
  margin: 0px;
  overflow-y: hidden;
  height: 100%;
}
.no-added-background {
  background-color: inherit !important;
}
.top-left-btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.left-drawer {
  background-color: #212121;
  border: 0px;
}
.bottom-of-drawer .k-drawer-item {
  color: #d2d2d2;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover,
a:active {
  color: #00b0f0;
  text-decoration: none;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.inactive-dashboard-page {
  display: none;
}
.active-dashboard-page {
  display: block;
  width: 100%;
}
#manage-providers {
  background-color: #e5e5e5;
  width: 100%;
}
.d-grid .k-header > .k-link {
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: 0.23px !important;
  color: #d2d2d2 !important;
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0px;
  text-align: center;
}
#dashboard-grid {
  overflow-y: scroll;
}
.stream-encounter {
  cursor: pointer;
}
.grid-body-row:hover,
.grid-body-row-selected {
  background-color: #007ca9 !important;
  color: white !important;
}
#dashboard-grid-no-schedule {
  width: 100%;
  overflow-y: scroll;
}
.d-grid {
  text-align: center;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  min-height: calc(100vh - 48px);
  right: 0;
}
.work-queue-grid {
  width: 96.3vw;
  position: relative;
  left: 3.7vw;
}
.d-grid-exclude-top {
  max-height: calc(100vh - 78px);
  min-height: calc(100vh - 78px);
}
.d-grid tbody .stream-encounter:last-child,
.tenant-host:last-child,
.care-guide-host:last-child,
.provider-messaging-host:last-child,
.provider-preferences-host:last-child,
.review-distribution-host:last-child,
.tenant-care-guide:last-child,
.tenant-care-guide-user:last-child,
.tenant-provider-messaging:last-child,
.tenant-provider-messaging-user:last-child,
.tenant-provider-preferences:last-child,
.tenant-provider-preferences-user:last-child,
.tenant-review-distribution:last-child,
.tenant-review-distribution-user:last-child {
  border-bottom: 0px;
  box-shadow: 0px 2px 5px -1px rgba(79, 79, 79, 0.2);
}
tr.table-data-placeholder {
  opacity: 0;
}
.k-message-box {
  display: none;
}
#auto-scroll-toggle-status,
#qa-auto-scroll-toggle-status {
  display: inline-block;
}
#auto-scroll-text,
#qa-auto-scroll-text {
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  #encounter-number-top {
    font-size: 16px !important;
  }
}
tbody {
  text-align: center;
  font-size: 15px;
}
#dashboard-drawer {
  overflow: hidden;
  z-index: 1;
}
.dashboard-page-container {
  background-color: #e5e5e5;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  position: relative;
}
.dashboard-page-columns {
  height: 100%;
  width: 100%;
}
.disabled-section {
  pointer-events: none;
  opacity: .7;
}
.page-column {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
tr[data-uid],
tr[provider-uid] {
  cursor: pointer;
  height: 46px;
}
.dfiltersort {
  margin-left: 8px;
  cursor: pointer;
}
th[scope="col"] {
  cursor: pointer;
}
#filter-wrap {
  position: absolute;
}
#filter-wrap a {
  color: green;
}
.filtercheck-wrap:hover {
  color: white;
  background-color: dimgray;
  border-radius: 8px;
}
.filterbox-wrap {
  position: absolute;
  display: block;
  background-color: #4f4f4f;
  border: 2px solid #d2d2d2;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 4px #4f4f4f;
}
.filter-top-text {
  border-bottom: 2px solid #d2d2d2;
  padding: 8px;
}
.filtercheck-wrap {
  text-align: left;
}
label.filter-label {
  padding-left: 4px;
  cursor: pointer;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.filter-circle {
  padding-left: 8px;
  font-size: 22px;
  padding-top: 8px;
}
.filterbox-show {
  display: block;
}
.filterbox-hide {
  display: none;
}
.filtercheck-wrap > i {
  pointer-events: none !important;
}
[show="true"] {
  display: table-row;
}
[show="false"] {
  display: none;
}
input[type="checkbox"] {
  cursor: pointer;
}
.filtercheck-wrap input[type=checkbox],
.filtercheck-wrap input[type=radio] {
  pointer-events: none !important;
}
#invisible-audio-player {
  height: 100%;
  width: 100%;
  margin-left: 500px;
}
/* grid filters */
.k-reset.k-multicheck-wrap {
  display: inline-block;
}
.grid-filter-popup input {
  float: left;
  margin-top: 2px;
}
.floating-popup {
  display: none;
  background-color: white;
  min-width: 30%;
  max-width: 30%;
  position: absolute;
  z-index: 949;
  top: 0px;
  box-shadow: 6px 6px 5px #888888;
  border-radius: 6px;
  border: 1px solid;
}
.floating-popup-bar {
  width: 100%;
  background-color: lightgrey;
  position: relative;
  top: 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 24px;
  cursor: move;
  user-select: none;
}
.ai-floating-popup-title {
  display: none;
  width: 33%;
  background-color: gray;
  position: absolute;
  z-index: 949;
  top: 10px;
  left: 66.5%;
  border-radius: 6px 6px 0 0;
  box-shadow: 6px 6px 5px #888888;
  text-align: center;
  height: 24px;
  cursor: move;
  user-select: none;
}
.ai-floating-popup-player-controls {
  display: none;
  position: absolute;
  background-color: darkgray;
  height: 47px;
  width: 100%;
  top: 23px;
  box-shadow: 6px 6px 5px #888888;
  border-style: solid;
  border-width: thin;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
  padding: 0px 16px;
  align-items: center;
  align-content: center;
  font-size: 32px;
  cursor: auto;
}
#ai-floating-play-btn:hover,
#ai-floating-stop-btn:hover,
#qa-ai-floating-play-btn:hover,
#qa-ai-floating-stop-btn:hover {
  cursor: pointer;
}
#ai-floating-progress,
#qa-ai-floating-progress {
  width: 40%;
  background-color: grey;
  border-radius: 2px;
}
#ai-floating-progress:hover,
#qa-ai-floating-progress:hover {
  cursor: pointer;
}
#ai-floating-progress-bar,
#qa-ai-floating-progress-bar {
  width: 0%;
  height: 16px;
  background-color: #212529;
  border-radius: 2px;
}
#ai-floating-progress-text,
#qa-ai-floating-progress-text {
  font-size: 16px;
  margin: 0;
  margin-left: 8px;
  min-width: 40px;
}
#ai-floating-playback-rate,
#qa-ai-floating-playback-rate {
  font-size: 16px;
  border: none;
  background-color: darkgrey;
  appearance: none;
  margin-left: 8px;
}
#ai-floating-playback-rate:hover,
#qa-ai-floating-playback-rate:hover {
  cursor: pointer;
}
#ai-floating-playback-rate:focus-visible,
#qa-ai-floating-playback-rate:focus-visible {
  outline: none;
}
#ai-floating-volume-slider,
#qa-ai-floating-volume-slider {
  width: 20%;
}
#ai-floating-volume-slider:hover,
#qa-ai-floating-volume-slider:hover {
  cursor: pointer;
}
.ai-floating-volume-icon {
  font-size: 20px;
  margin-right: -8px;
}
.ai-floating-popup-body {
  display: none;
  background-color: lightgray;
  width: 33%;
  max-height: 85%;
  position: absolute;
  z-index: 949;
  top: 78px;
  left: 66.5%;
  box-shadow: 6px 6px 5px #888888;
  border-radius: 0 0 6px 6px;
  border: 1px solid;
  overflow-y: auto;
  padding: 5px;
}
.ai-summary-popup-text,
.qa-ai-summary-popup-text {
  white-space: pre-line;
}
.spelling-grammar-floating-popup-title {
  display: none;
  width: 33%;
  background-color: gray;
  position: absolute;
  z-index: 949;
  top: 10px;
  left: 0.5%;
  border-radius: 6px 6px 0 0;
  box-shadow: 6px 6px 5px #888888;
  text-align: center;
  height: 24px;
  cursor: move;
  user-select: none;
  border-style: solid;
  border-width: thin;
}
.spelling-grammar-floating-popup-body {
  display: none;
  background-color: lightgray;
  width: 33%;
  max-height: 85%;
  position: absolute;
  z-index: 949;
  top: 34px;
  left: 0.5%;
  box-shadow: 6px 6px 5px #888888;
  border-radius: 0 0 6px 6px;
  border: 1px solid;
  overflow-y: auto;
  padding: 5px;
}
.spelling-grammar-popup-text {
  white-space: pre-line;
}
.ai-text-toggle-btn {
  display: flex;
  color: white;
  background-color: darkgreen;
  border-radius: 8px;
  margin: 4px;
  padding: 0px 8px;
  align-items: center;
  white-space: nowrap;
}
.ai-text-toggle-btn:hover {
  cursor: pointer;
}
.ai-text-btn-label {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ai-text-btn-label:hover {
  cursor: pointer;
}
.emr-notes-floating-popup-title {
  display: none;
  width: 33%;
  background-color: gray;
  position: absolute;
  z-index: 949;
  top: 10px;
  left: 33%;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 24px;
  cursor: move;
  user-select: none;
  border-style: solid;
  border-width: thin;
}
.emr-notes-floating-popup-body {
  display: none;
  background-color: lightgray;
  width: 33%;
  max-height: 90%;
  position: absolute;
  z-index: 949;
  top: 34px;
  left: 33%;
  box-shadow: 6px 6px 5px #888888;
  border-radius: 0 0 6px 6px;
  border: 1px solid;
  overflow-y: auto;
  padding: 5px;
}
.emr-notes-popup-text,
.provider-preferences-popup-text {
  white-space: pre-line;
}
.confidential-notes-floating-popup-title {
  display: none;
  width: 33%;
  background-color: gray;
  position: absolute;
  z-index: 949;
  top: 10px;
  left: 33%;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 24px;
  cursor: move;
  user-select: none;
  border-style: solid;
  border-width: thin;
}
.confidential-notes-floating-popup-body {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  width: 33%;
  height: 94%;
  position: absolute;
  z-index: 949;
  top: 34px;
  left: 33%;
  box-shadow: 6px 6px 5px #888888;
  border-radius: 0 0 6px 6px;
  border: 1px solid;
  overflow-y: auto;
  padding: 5px;
}
.confidential-notes-popup-text {
  white-space: pre-line;
}
.provider-preferences-floating-popup-title {
  display: none;
  width: 33%;
  background-color: gray;
  position: absolute;
  z-index: 949;
  top: 10px;
  left: 5px;
  border-radius: 6px 6px 0 0;
  text-align: center;
  height: 24px;
  cursor: move;
  user-select: none;
  border-style: solid;
  border-width: thin;
}
.provider-preferences-floating-popup-body {
  display: none;
  background-color: lightgray;
  width: 33%;
  max-height: 90%;
  position: absolute;
  z-index: 949;
  top: 34px;
  left: 5px;
  box-shadow: 6px 6px 5px #888888;
  border-radius: 0 0 6px 6px;
  border: 1px solid;
  overflow-y: auto;
  padding: 5px;
}
.k-drawer-item > .k-icon {
  color: white;
}
.k-drawer-item.k-state-selected > .k-icon {
  color: #212121;
  filter: unset;
}
.k-drawer-item.k-state-selected.is-junior-training-tenant {
  background-color: #D8A400;
}
.k-drawer-item.k-state-selected.is-senior-training-tenant {
  background-color: #D933FF;
}
.k-state-selected {
  background-color: #007ca9;
}
tr.k-state-selected {
  background-color: #007ca9;
}
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover {
  background-color: #00b0f0;
}
.k-grid-header-wrap.k-auto-scrollable {
  border-right: 0px;
}
.k-header > .k-grid-filter {
  color: #d2d2d2;
  padding-top: 12px;
}
a.k-grid-filter span {
  font-size: 24px;
  margin-top: -3px;
}
.k-header > .k-state-active {
  color: #d2d2d2;
  padding-top: 12px;
  background-color: #4f4f4f;
}
.k-header > .k-state-active span {
  font-size: 24px;
  color: white;
  background-color: #4f4f4f;
  text-shadow: 1px 1px white;
}
.k-drawer-container {
  height: 90%;
}
.k-drawer-mini .k-drawer-wrapper {
  width: 60px;
}
.k-drawer-wrapper {
  margin-top: 36px;
}
/*
[data-field|="taskStatus"] {
    font-size: 14px;
}*/
.k-drawer-content {
  height: 100%;
  font-size: 80%;
  color: #222;
}
.k-i-kpi-status-open {
  color: #017399;
}
.k-drawer-item > .k-icon {
  font-size: 30px;
}
.k-drawer-item .k-icon-state {
  float: right;
  padding-left: 40px;
}
.k-drawer-item .k-item-text {
  font-family: public-sans;
  padding-top: 5px;
}
.k-drawer-item .k-item-text-blank {
  height: 10px;
}
.k-item-last {
  position: absolute;
  bottom: 10px;
}
.k-item-profile {
  position: absolute;
  bottom: 50px;
}
.k-item-profile .k-item-text {
  vertical-align: middle;
}
.k-item-signout {
  position: absolute;
  bottom: 10px;
}
.k-item-signout .k-item-text {
  vertical-align: middle;
}
.k-drawer-item.k-state-selected {
  background-color: #00b0f0;
}
.k-drawer-item.k-state-selected:hover {
  background: #00b0f0;
}
.k-mediaplayer .k-mediaplayer-overlay {
  height: 50%;
}
k-drawer-left.k-drawer-mini .k-drawer {
  border-bottom: 1px solid #333;
}
#drawer-content li {
  font-size: 1.2em;
  padding-left: .89em;
  background: 0 0;
  border-radius: 0;
  border-width: 0 0 1px;
  border-color: rgba(33, 37, 41, 0.125);
  border-style: solid;
  line-height: 1.5em;
  padding: 1.09em .84em 1.23em .84em;
}
#drawer-content li:last-child {
  border: 0;
}
#example .demo-section {
  max-width: 100vw;
  border: 1px solid #333;
}
.k-drawer-content {
  font-size: 80%;
}
.d-grid {
  border: 0px;
  height: auto;
  align-self: stretch;
  background-color: #e5e5e5;
}
.top-nav {
  background-color: #00b0f0;
  background-image: none;
  border: 0px;
  height: 3vw;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-nav.is-junior-training-tenant {
  background-color: #D8A400;
}
.top-nav.is-senior-training-tenant {
  background-color: #D933FF;
}
.top-nav.is-ai-encounter {
  background-color: #ffb0f0;
}
.top-nav .k-toggle-button.k-state-active.k-button {
  background-color: #00b0f0;
  border: 1px solid #007ca9;
}
.top-nav .k-toggle-button.k-state-active.k-button:focus {
  background-color: #00b0f0;
  border: 1px solid #007ca9;
}
.k-header {
  background-color: #4f4f4f;
  border: 0px;
  background-image: none;
}
.k-grid-content {
  background-color: #e5e5e5;
}
.k-grid-header {
  border: 0px;
  background-color: #4f4f4f;
  background-image: none;
}
.k-toolbar .k-button {
  padding: 0px;
  min-width: 64px;
  margin: 0px;
}
.k-grid tbody .k-button {
  background-color: whitesmoke;
}
.k-grid tbody .k-button:hover {
  background-color: #00b0f0;
}
.k-button {
  background-color: #00b0f0;
  border: 1px solid #4f4f4f;
}
/* don't feel like rewriting the js */
.k-grid tbody .k-button {
  background-color: whitesmoke;
  position: absolute;
  width: 100%;
  left: 0;
  margin-left: 0;
  height: 46px;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  opacity: 0;
  margin-top: -24px;
}
.k-grid table {
  border-collapse: collapse;
}
[data-index="7"] {
  opacity: 0;
}
.k-filter-menu .k-action-buttons .k-button,
#submit-job,
#copy-clipboard {
  background-color: #00b0f0;
  border: 1px solid #4f4f4f;
}
#submit-job {
  margin-right: 48px;
}
.k-action-buttons > button {
  border: 1px solid black !important;
  background-color: whitesmoke !important;
  font-family: inherit !important;
}
.k-action-buttons > button:hover {
  background-color: #00b0f0 !important;
}
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #00b0f0;
}
.k-button.k-primary {
  color: #1d1d1d;
}
.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
  color: #fff;
  background-color: #00b0f0;
  border-color: #212121;
}
.k-button:hover {
  background: #00b0f0;
  color: white;
  border-color: #008bbb;
}
.k-button-active:focus,
.k-button:focus,
.k-button:focus:hover,
.k-button:focus:active {
  box-shadow: 0 0 2px 1px #d2d2d2;
  border: 1px solid #d2d2d2;
}
/* ======= Timeline */
.list-timeline {
  padding: 0 0 0 20px;
  position: absolute;
  top: 0px;
  left: 50px;
}
.list-timeline ul {
  list-style: none;
  display: inline-block;
}
.list-timeline-item {
  padding: 0;
  display: inline-block;
}
.list-button {
  display: inline-block;
  min-width: 64px;
  margin: 0 4px;
  cursor: pointer;
  font-size: 80%;
  padding: 2px 8px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  background: #ccc;
}
.list-button-inactive {
  color: #333;
  background: #ccc;
}
.list-button-active {
  color: white;
  background: #00b0f0;
}
.list-button:hover {
  color: #333;
  background: #ccc;
}
.list-button:active {
  color: white;
  background: #00b0f0;
}
.list-button-active:hover {
  color: #333;
  background: #ccc;
}
.list-button-active:active {
  color: white;
  background: #00b0f0;
}
.list-button-inactive:hover {
  color: white;
  background: #00b0f0;
}
.list-button-inactive:active {
  color: white;
  background: #00b0f0;
}
/*======= Content */
.content-header {
  background: #575757;
  color: white;
}
.content-header table tr td {
  border-right: 2px solid #222;
}
.content-header td {
  border-right: 2px solid #222;
  padding: 5px 10px;
}
.content-header-title {
  padding-left: 10px;
}
.content-header-title-blank {
  padding-right: 50px;
}
.content-header-icon {
  padding-right: 4px;
  float: right;
}
.content-details table tr td {
  padding: 5px 10px;
}
.content-details td {
  padding: 5px 10px;
}
.content-details .content-button {
  min-width: 30px;
  margin: 0 4px;
  cursor: pointer;
  font-size: 80%;
  padding: 2px 8px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  background: #ccc;
}
.content-details .content-button-inactive {
  color: #333;
  background: #ccc;
}
.content-details .content-button-active {
  color: white;
  background: #00b0f0;
}
.content-details .content-button:hover {
  color: white;
  background: #00b0f0;
}
.content-details .content-button:active {
  color: white;
  background: #00b0f0;
}
/* ======= EMR Details */
.emr-details {
  height: 90vh;
}
.emr-details tr {
  height: 90vh;
  height: auto;
}
.emr-details td {
  border-right: 1px solid #333;
}
.emr-details p {
  margin-left: 10px;
}
/* ===== CHAT - Left Column */
.emr-chat .emr-content-title {
  height: 40px;
  border-bottom: 1px solid #333;
  font-weight: 600;
  color: #017399;
}
.emr-id {
  padding: 10px;
  display: inline-block;
}
.emr-icon {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 20px;
}
.emr-chat .emr-icon {
  margin-top: 0;
}
.emr-chat-box {
  height: 65vh;
  overflow-y: scroll;
}
.emr-chat-bubble {
  min-height: 120px;
  width: 70%;
  margin: 20px auto;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #333;
}
.emr-chat-bubble-doctor {
  margin-left: 15px;
}
.emr-chat-bubble-patient {
  margin-right: 15px;
}
.emr-chat-bubble-doctor-box .emr-chat-bubble-icon {
  position: relative;
}
.emr-chat-bubble-doctor-box .emr-chat-bubble-icon .k-icon {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #674ea7;
}
.emr-chat-bubble-patient-box .emr-chat-bubble-icon {
  position: relative;
}
.emr-chat-bubble-patient-box .emr-chat-bubble-icon .k-icon {
  position: absolute;
  bottom: 20px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #6aa84f;
}
.emr-audio {
  padding: 7px 10px 5px 10px;
  border-top: 1px solid #333;
}
.emr-audio {
  height: auto;
  margin: 10px 0;
}
.emr-audio-button {
  background: #808080;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}
.emr-audio-button .k-icon {
  color: white;
  padding: 7px;
}
/* ===== INFO - Middle Column */
.emr-info {
  display: block;
}
.emr-info .emr-content-title {
  height: 40px;
  margin: 10px;
  font-weight: 600;
  color: #017399;
}
.emr-info-content {
  padding: 0px 20px;
}
.emr-info-content-item {
  margin: 10px 0 40px 0;
  border: 0.5px solid #333;
}
.emr-info-content-item-title {
  width: 50%;
  margin-top: -10px;
  margin-left: 10px;
  padding: 0 3px;
  background: white;
}
.emr-info-content-item-text {
  padding: 10px;
}
.emr-info-content-item-title-ChiefComplaint {
  width: 94px;
}
.emr-info-content-item-title-ROS {
  width: 36px;
}
.emr-info-content-item-title-PE {
  width: 16px;
}
.emr-info-content-item-title-PENormal {
  width: 62px;
}
.emr-info-content-item textarea {
  border: none;
  width: 95%;
  font-family: public-sans;
  font-size: 12.8px;
}
.emr-info-content-item-textbox {
  width: 99%;
}
/* ===== PROBLEMS - Right Column */
.emr-problem {
  display: block;
}
.emr-problem .emr-content-title {
  height: 40px;
  margin: 10px;
  font-weight: 600;
  color: #017399;
}
.emr-problem-box {
  height: 86vh;
  overflow-y: scroll;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
.emr-problem-content {
  padding: 0 10px 20px 10px;
}
.emr-problem-content:last-child {
  padding-bottom: 50px;
}
.emr-problem-content-item {
  margin: 10px 10px 30px 10px;
  border: 0.5px solid #333;
}
.emr-problem-content-open {
  margin-bottom: 30px;
  margin-bottom: 0;
}
.prob-wrap > label {
  margin-right: 8px;
}
.left-label > .fa-arrow-up {
  cursor: pointer;
}
.left-label > .fa-arrow-down {
  cursor: pointer;
}
#editor-plan-add-prob-plus,
#qa-add-prob-plus,
#chart-prep-problems-add-prob-plus {
  cursor: pointer;
}
.emr-problem-content-open .emr-problem-content-item-section {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
.emr-problem-content-open .emr-icon {
  margin-top: 10px;
}
.emr-problem-content-close {
  margin-bottom: 5px;
}
.emr-problem-content-close .emr-problem-content-item-section {
  border-bottom: 1px solid #333;
  margin-bottom: 0px;
}
.emr-problem-content-close .emr-icon {
  margin-top: 0px;
}
.emr-problem-content-item-title {
  width: 50%;
  margin-top: -10px;
  margin-left: 10px;
  padding: 0 3px;
  background: white;
}
.emr-problem-content-item-text {
  padding: 10px;
}
.emr-problem-content-item-title-Describe {
  width: 100px;
}
.emr-problem-content-item-title-HPI {
  width: 24px;
}
.emr-problem-content-item-title-Plan {
  width: 26px;
}
.emr-problem-button {
  padding: 20px 0;
  border-right: 1px solid #333;
}
.emr-problem-button .content-button {
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
  padding: 8px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  background: white;
  box-shadow: 0 1px 3px #333;
}
.emr-problem-button .content-button-inactive {
  color: #333;
  background: #ccc;
}
.emr-problem-button .content-button-active {
  color: white;
  background: #00b0f0;
}
.emr-problem-button .content-button:hover {
  color: white;
  background: #00b0f0;
}
.emr-problem-button .content-button:active {
  color: white;
  background: #00b0f0;
}
.emr-problem-button .button-icon {
  font-size: 8px;
  padding-right: 6px;
  display: inline;
}
/* =================   https://codepen.io/teroauralinna/pen/JMKyeB    */
/** Simple speech bubble */
.speech-bubble {
  background: #efefef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 auto 40px;
  max-width: 400px;
  padding: 15px;
  position: relative;
}
.speech-bubble p {
  margin: 0 0 10px;
}
.speech-bubble p:last-of-type {
  margin-bottom: 0;
}
.speech-bubble::after {
  border-left: 20px solid transparent;
  border-top: 20px solid #efefef;
  bottom: -20px;
  content: "";
  position: absolute;
  right: 20px;
}
/** Speech bubble with drop shadow and border */
.speech-bubble-ds {
  width: 60%;
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #a7a7a7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.speech-bubble-ds p {
  margin: 4px;
}
.speech-bubble-ds-arrow {
  border-left: 21px solid transparent;
  border-top: 20px solid rgba(0, 0, 0, 0.2);
  border-left: unset;
  border-top: unset;
  bottom: -25px;
  position: absolute;
  right: 15px;
  border-left: 1px solid #ffffffed;
}
.speech-bubble-ds-arrow::before {
  border-left: 23px solid transparent;
  border-top: 23px solid #a7a7a7;
  bottom: 2px;
  right: 5px;
  border-left: 16px solid transparent;
  border-top: 16px solid #a7a7a7;
  bottom: 8px;
  content: "";
  position: absolute;
  right: 5.5px;
}
.speech-bubble-ds-arrow::after {
  border-left: 21px solid transparent;
  border-top: 21px solid #efefef;
  bottom: 4px;
  border-left: 16px solid transparent;
  border-top: 16px solid #efefef;
  bottom: 9px;
  content: "";
  position: absolute;
  right: 6px;
}
/*  Right Arrow */
.speech-bubble-ds-arrow-right {
  border-left: unset;
  border-top: unset;
  bottom: -25px;
  bottom: -18px;
  position: absolute;
  right: 15px;
  border-left: 1px solid #ffffffed;
}
.speech-bubble-ds-arrow-right::before {
  border-left: 10px solid transparent;
  border-top: 10px solid #a7a7a7;
  bottom: 8px;
  content: "";
  position: absolute;
  right: 5.5px;
}
.speech-bubble-ds-arrow-right::after {
  border-left: 10px solid transparent;
  border-top: 10px solid white;
  bottom: 10px;
  content: "";
  position: absolute;
  right: 6.5px;
}
/*  Left Arrow */
.speech-bubble-ds-arrow-left {
  border-left: unset;
  border-top: unset;
  bottom: -25px;
  bottom: -18px;
  position: absolute;
  left: 35px;
  border-left: 1px solid #ffffffed;
}
.speech-bubble-ds-arrow-left::before {
  border-right: 10px solid #0000;
  border-top: 10px solid #a7a7a7;
  bottom: 8px;
  content: "";
  position: absolute;
  left: -15px;
  bottom: 6.5px;
}
.speech-bubble-ds-arrow-left::after {
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: 9.5px;
  content: "";
  position: absolute;
  left: -14px;
}
.bottom-of-drawer {
  /* position: absolute; */
  bottom: 0px;
  /* margin-bottom: 32px; */
  /* width: 100%; */
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid white;
}
.bottom-of-drawer > .k-drawer-item:hover {
  background-color: #00b0f0;
  color: white;
}
.bottom-of-drawer > .k-drawer-item:hover > * {
  color: white;
}
#dashboard-page {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  background-color: #212529;
}
.k-drawer-container {
  flex: 1 1 auto;
}
#dashboard-refresh-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  margin: auto;
  top: 0;
  z-index: 130000;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#dashboard-refresh-loader-overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 120000;
  background-color: black;
}
/* editor */
.editor-body-header {
  background-color: #4f4f4f;
  width: 100%;
  height: 48px;
  color: #d2d2d2;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  display: inline-block;
}
#editor-drawer,
#qa-editor-drawer,
#coding-editor-drawer {
  height: 100%;
}
.editor-body-header > i {
  color: green;
}
.header-arrow {
  display: inline-block;
}
#editor-body,
#qa-body,
#coding-body {
  display: flex;
}
#editor-back-button,
#template-add-back-button,
#qa-back-button,
#quality-program-template-back-button {
  height: 48px;
}
#transcript-back-arrow {
  height: 32px;
  width: 32px;
}
.editor-column {
  display: grid;
  flex: 1 0 auto;
}
.full-editor-footer {
  background-color: #212121;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 48px;
  display: flex;
  justify-content: center;
}
.leftbar-top-text {
  color: #d2d2d2;
}
.active-top-left span {
  color: white;
}
.k-drawer-item:hover span {
  color: white;
}
.k-state-selected > .leftbar-top-text {
  color: white;
}
.leftbar-top-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(140deg) brightness(105%) contrast(102%);
  width: 1.7vw;
  text-align: center;
}
.no-invert {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(140deg) brightness(105%) contrast(102%);
  width: 2vw;
  text-align: center;
}
.k-state-selected > .leftbar-top-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(140deg) brightness(105%) contrast(102%);
}
#editor-page {
  height: 100vh;
  background-color: #e5e5e5;
}
.footer-cell {
  min-height: 100%;
}
.k-mediaplayer-toolbar.k-toolbar.k-widget {
  background-color: #212121;
  background-image: none;
  width: auto;
  height: 60px;
  padding: 0;
  color: white;
  position: absolute;
}
.editor-transcript-body {
  overflow-y: hidden;
}
#editor-audio-player {
  border: 0px;
}
.k-slider-track {
  width: calc(33vw - 69px) !important;
}
.editor-header-text {
  padding: 0;
  margin: 0;
  font-family: inherit;
  height: 18px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #d2d2d2;
  display: inline-block;
  margin-left: 1.5vw;
}
.bottom-button-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-top: 2px;
}
.editor-header-extra {
  font-size: 22px;
  position: absolute;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  margin-top: 2px;
}
#encounter-number-top {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 20px;
  overflow: hidden;
  font-size: 18px;
  margin-left: 16px;
  min-height: 20px;
}
#media-error-overlay,
#qa-media-error-overlay {
  position: absolute;
  width: calc(32vw + 2px);
  height: 48px;
  color: black;
  background-color: #a2a2a2;
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#media-error-overlay > *,
#qa-media-error-overlay > * {
  display: inline-block;
}
#media-error-overlay #error-refresh,
#qa-media-error-overlay #qa-error-refresh {
  font-size: 26px;
  margin-top: 10px;
  margin-left: 24px;
  cursor: pointer;
}
#media-error-overlay #error-refresh:hover,
#qa-media-error-overlay #qa-error-refresh:hover {
  font-weight: 600;
  color: white;
}
.media-error-text {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.media-error-text-wrap {
  display: inline-block;
  height: 48px;
  padding: 0;
  margin: 0;
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
}
#encounter-number {
  margin: 0;
  padding: 0;
  display: inline;
}
@media screen and (max-width: 1660px) {
  #encounter-number {
    font-size: 17px;
  }
}
@media screen and (max-width: 1600px) {
  #encounter-number {
    font-size: 16px;
  }
}
@media screen and (max-width: 1530px) {
  #encounter-number {
    font-size: 15px;
  }
}
@media screen and (max-width: 1470px) {
  #encounter-number {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  #encounter-number {
    font-size: 13px;
  }
}
#transcript-header:hover {
  cursor: pointer;
}
#transcript-dropdown-icon {
  font-size: 18px;
  margin-left: 2px;
}
#transcript-dropdown-body {
  padding-left: 16px;
  z-index: 1;
  /*
    padding-left: 16px;
    position: absolute;
    z-index: 1;
    width: 33vw;
    color: @lightText;
    background-color: @tableHeaderColor;
    transition: all 1s ease 0s;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
    overflow: hidden;
    width: ~"calc(33vw + 5px)";
    */
}
p.trans-dropdown-info {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
p.trans-dropdown-label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.k-message-list {
  display: none;
}
#editor-header-text {
  margin-right: 0px;
}
#editor-add-problem {
  height: 28px;
  display: inline-block;
  float: right;
  margin-left: -69px;
}
#copy-toast {
  color: #1d1d1d;
}
#editor-add-problem > * {
  display: inline-block;
}
#add-problem-text {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: -2px;
  color: #1d1d1d;
}
.editor-column-body {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow-y: auto;
  max-height: calc(100vh - 96px);
}
.chart-prep-wrapper,
.appt-prep-wrapper,
.hcc-prep-wrapper,
.hcc-follow-up-wrapper,
.qp-prep-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow-y: auto;
}
.chart-prep-body,
.appt-prep-body,
.hcc-prep-body,
.hcc-follow-up-body,
.qp-prep-body {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow-y: auto;
  max-height: calc(100vh - 96px);
}
.editor-problem-content {
  border-top: 1px solid #4f4f4f;
  margin: 1rem;
  margin-left: 1vw;
  margin-right: 1vw;
}
#inner-problems {
  display: flex;
  max-width: 100%;
  margin-left: 0%;
  transition: 1s;
}
.inner-problem-content {
  margin: 1rem;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: calc(100% - 32px);
}
#editor-problems {
  overflow-y: auto;
}
.footer-audio-player {
  margin-top: -8px;
  color: #d2d2d2;
}
.info-content {
  margin-left: 0.45vw;
  margin-right: 0.45vw;
}
.k-mediaplayer-toolbar.k-toolbar.k-widget .k-align-right {
  display: none;
}
.k-widget.k-slider.k-slider-horizontal.k-mediaplayer-seekbar {
  margin-top: 22px;
  width: 27vw;
  margin-left: 70px;
}
.k-mediaplayer-currenttime {
  display: none;
}
.k-mediaplayer-currenttime-wrap {
  margin-top: 20px;
  font-size: 0px;
}
.k-mediaplayer-currenttime-wrap > .k-mediaplayer-duration {
  font-size: 18px;
}
.bottom-media-bar {
  height: 76px;
  width: 100%;
  background-color: #212121;
  display: inline-block;
}
.bottom-button {
  height: 36px;
  font-size: 18px;
  margin-right: 18px;
  margin-top: 7px;
  color: #1d1d1d;
  float: right;
}
.bottom-button-text {
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-left: 4px;
  font-weight: 600;
}
.editor-problem-body {
  overflow: hidden;
  border-radius: 4px;
  border: solid 1px #979797;
  background-color: #d8d8d8;
}
.editor-top-arrow:hover {
  cursor: pointer;
  display: inline-block;
}
.editor-top-arrow {
  display: inline-block;
  margin-left: 16px;
  font-size: 24px;
  margin-top: -3px;
  user-select: none;
}
.active-arrow {
  opacity: 1.0;
  cursor: pointer !important;
}
.k-slider-selection {
  background-color: #00b0f0;
}
.inactive-arrow {
  opacity: 0.1;
  cursor: unset !important;
}
[circle-id] {
  margin: 2px;
}
#editor-top-text {
  display: inline-block;
}
.editor-problem-body-header {
  padding: 1rem;
  border-bottom: 1px solid #1d1d1d;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 39px;
}
p#add-misc-notes-text {
  text-align: right;
  margin-right: 2vw;
  text-decoration: underline;
  color: cornflowerblue;
  font-size: 18px;
}
p#add-misc-notes-text:hover {
  cursor: pointer;
}
textarea.middle-notes {
  padding: 0.25rem;
  font-size: 16px;
  min-height: 70px;
  height: calc(35vh - 85px);
  max-height: calc(35vh - 85px);
  max-width: 100%;
  width: 90%;
  margin-left: 5%;
}
#trans-chat-notes,
#qa-trans-chat-notes {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  height: 100vh;
}
.middle-notes-label {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  margin-top: -21px;
  margin-left: 0.5vw;
}
#problem-circles {
  display: none;
}
#add-problem-plus,
#qa-add-problem-plus {
  height: 18px;
  margin-top: -5px;
}
.header-text-wrap {
  display: inline-block;
  padding: 4px;
}
.editor-textarea-label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #1d1d1d;
  margin-top: 4px;
  float: left;
}
#close-notes {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: -22px;
  float: right;
  margin-right: 2vw;
  color: cornflowerblue;
  text-decoration: underline;
  font-family: monospace;
  font-size: 15px;
}
#close-notes:hover {
  cursor: pointer;
}
.info-textarea {
  resize: both !important;
}
.editor-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 30px;
  min-height: 30px;
}
.k-message-group > .k-author {
  display: none;
}
.k-message-list-content > .k-message-list-content {
  margin-top: 8px;
}
.k-message-group > .k-avatar {
  border-radius: 0%;
}
.k-message.k-only > .k-bubble {
  border-radius: 4px;
  background-color: #d8d8d8;
  font-size: 18px;
  font-family: inherit;
  word-break: break-word;
  color: #1d1d1d;
  border: 2px solid #1d1d1d;
  border-bottom-right-radius: 2px;
}
.k-message.k-only > .k-bubble {
  font-size: 14px;
}
.k-play-button.k-button.k-button-icon.k-bare {
  height: 60px;
}
.k-play-button.k-button.k-button-icon.k-bare > span {
  font-size: 24px;
}
.k-message-group {
  text-align: right !important;
}
.k-chat .k-message.k-state-selected .k-message-time,
.k-chat .k-message .k-message-time {
  opacity: 1 !important;
}
.k-chat .k-message-list-content {
  padding: 8px 16px !important;
}
.k-message-group.k-alt {
  text-align: left !important;
}
#editor-chat,
#qa-editor-chat {
  background-color: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.25);
  height: calc(100vh - 200px);
  min-width: calc(33vw - 4px);
  max-width: calc(33vw - 4px);
}
.table thead th {
  border: 0px;
  position: sticky;
  top: 0;
}
.table td,
.table th {
  border: 0px;
}
.right-container {
  font-size: 13px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  width: calc(100% - 8px);
  display: inline-block;
  margin-top: 4px;
}
label.two-line-label {
  width: 100%;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
label.two-line-label-nowidth {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}
.two-line-wrap {
  display: inline-block;
  width: 100%;
  padding-right: 16px;
}
.item-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
label.one-line-label {
  padding: 0;
  margin: 0;
  margin-left: 8px;
  margin-right: 4px;
  font-size: 14px;
  float: left;
  margin-top: 8px;
  width: calc(25% - 12px);
}
.two-input {
  width: 100%;
}
#left-order-add {
  cursor: pointer;
}
#left-task-add {
  cursor: pointer;
}
label.right-title-label {
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-left: 23%;
}
#notes-label-id {
  margin-top: 10px;
}
#transcript-start-text {
  display: none !important;
  padding: 0;
  margin: 0;
  position: absolute;
  margin-top: 35vh;
  margin-left: 8vw;
  color: #007ca9;
  font-size: 20px;
  font-style: italic;
}
.k-mediaplayer-toolbar-wrap,
.k-mediaplayer-titlebar {
  display: block !important;
  opacity: 1.0 !important;
}
#botton-button:hover {
  background-color: deepskyblue;
}
.editor-footer {
  background-color: #4f4f4f;
  height: 60px;
  width: 100%;
}
#providers-search-text {
  margin-top: 8px;
  font-size: 24px;
  margin-left: 30px;
  font-weight: 600;
}
#provider-left-column {
  width: 50%;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.5);
}
#provider-right-column {
  width: 100%;
}
#providers-search-box-wrap {
  margin-left: 16px;
  margin-right: 60px;
}
.search-glass {
  height: 2rem;
  width: 2rem;
  border: 1px solid black;
  border-right: 0px;
}
#providers-search-icon {
  font-size: 28px;
  font-weight: 600;
  margin-top: 1px;
  position: fixed;
}
#providers-search-box {
  width: 100%;
  background-color: #e5e5e5;
  border: 1px solid black;
  border-left: 0px;
  position: static;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: -60px;
  padding-left: 3px;
  font-weight: 600;
}
#providers-search-box:focus {
  outline: none;
}
#select-provider-left-text {
  position: absolute;
  margin: 0;
  padding: 0;
  margin-top: 50vh;
  margin-left: 25vw;
  color: #007ca9;
  font-weight: 600;
}
.provider.selected-provider {
  background-color: #212121;
  color: #d2d2d2;
}
.provider.selected-provider:hover {
  background-color: #212121;
}
.provider:hover {
  cursor: pointer;
  background-color: darkgray;
}
.scribe:hover {
  cursor: pointer;
  background-color: darkgray;
}
#scribe-assign {
  margin-left: 30px;
  width: 100%;
}
.scribe {
  border: 0px;
  width: 100%;
  background-color: #d8d8d8;
  margin-bottom: 8px;
  padding: 8px;
}
#scribe-assign-checkboxes {
  border: 0px;
}
.scribe-assign-filterbox {
  max-width: 250px;
  height: 36px;
  margin-left: 16px;
  cursor: pointer;
  margin-top: -2px;
}
.scribe-assign-filterbox > * {
  display: inline-block;
}
.scribe-assign-filterbox-selected {
  background-color: black;
  color: #d2d2d2;
}
.top-scribe-box > span {
  font-size: 24px;
  margin-top: -2px;
  margin-left: 6px;
}
.top-scribe-box-text {
  margin-top: 6px;
}
#scribe-list {
  margin-top: 16px;
  width: 50%;
  overflow-y: auto;
  height: 100%;
  min-width: 576px;
}
.scribe-name {
  font-size: 24px;
  font-weight: 600;
}
.scribe-assign-box {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.scribe-assign-box > span {
  font-size: 24px;
}
.scribe-assign-box > p {
  margin: 0;
  padding: 0;
  margin-left: 8px;
}
#left-providers {
  margin-left: 16px;
  margin-right: 28px;
  margin-top: 16px;
  overflow-y: auto;
  height: 100%;
}
.provider {
  margin-bottom: 8px;
  background-color: #d2d2d2;
  padding: 8px;
}
.provider > h6 {
  padding: 8px;
  margin: 0px;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.provider > p {
  padding: 8px;
  padding-bottom: 4px;
  margin: 0px;
  font-weight: 600;
  padding-top: 4px;
}
#right-scribes-text-wrap {
  width: 100%;
}
#right-scribes-text {
  margin-left: 30px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 8px;
  width: 100%;
}
.k-notification {
  margin-right: 6vw;
  margin-left: -12vw;
  margin-top: -5vh;
  margin-bottom: 5vh;
  font-size: 20px;
}
.k-notification-wrap > span {
  font-size: 24px;
}
.k-drawer-item.k-state-hover,
.k-drawer-item:hover {
  background-color: #00b0f0;
}
span.k-widget.k-dropdown > span {
  border: 0px;
  font-size: 16px;
  background-color: #4f4f4f;
  background-image: none !important;
  border-radius: 0;
  cursor: unset;
  overflow: hidden;
}
span.k-widget.k-dropdown > span > .k-input {
  margin-left: -8px;
}
.k-message.k-state-selected {
  margin-bottom: 0px;
}
.k-dropdown-wrap.k-state-default.k-state-focused {
  box-shadow: none;
}
[title="Operator"] {
  cursor: unset !important;
  background-image: none;
  pointer-events: none !important;
}
.k-dropdown-wrap > .k-select {
  display: none;
  background-image: none!important;
}
.k-textbox {
  background-color: #4f4f4f;
}
.k-animation-container form {
  background-color: #4f4f4f;
  color: #d2d2d2;
}
span.k-widget.k-dropdown > span > .k-input {
  border: 0px;
  font-size: 16px;
  background-color: #4f4f4f;
  color: #d2d2d2;
}
label.grid-filter-label {
  font-size: 14px;
  padding-bottom: 4px;
  padding-left: 4px;
  margin-bottom: 4px;
}
.k-filter-help-text {
  display: none;
}
[data-clickid="manage-providers"] {
  display: none;
}
#sign-in-container {
  height: 100vh;
  margin: 0 auto;
  display: flex;
}
#sign-in-microsoft {
  width: 100%;
}
#sign-in-microsoft-box {
  background-color: white;
  height: 350px;
  width: 400px;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-top: calc((100vh - 350px) / 2);
}
div#inner-sign-in-box-wrap {
  padding: 16px;
}
label#sign-in-box-text {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 18px;
  margin-top: 16px;
}
#sign-in-microsoft-logo {
  height: 32px;
}
#login-page {
  display: block;
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.login-page-bottom-link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-right: 10px;
}
#login-sign-out-link,
#login-sign-in-link,
#reload-login-page-link {
  text-decoration: underline;
}
div#editor-chat-box-text,
#q-editor-chat-box-text {
  font-size: 24px;
  display: inline-block;
  margin-top: calc((100vh - 425px) / 2);
}
div#editor-chat-box-text-wrap,
#qa-editor-chat-box-text-wrap {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
}
label#sign-in-text {
  margin-top: 50%;
  text-align: center;
  width: 100%;
  color: white;
  cursor: pointer;
  text-decoration: underline;
  font-size: 20px;
}
.editor-left-box {
  max-height: 112px;
  overflow: auto;
  background-color: lightgray;
  margin-top: 8px;
  padding-bottom: 4px;
  border: 1px solid #979797;
  margin-bottom: 6px;
  border-radius: 4px;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}
#input-tabs {
  display: inline-block;
}
.input-tab {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 75px;
  position: absolute;
  right: 0;
  margin-top: -19px;
  border: 2px solid black;
  color: white;
}
div#tab-show-capture {
  margin-right: 285px;
}
div#tab-show-final {
  margin-right: 207px;
}
.tab-active {
  color: white;
  background-color: #00b0f0;
}
.tab-inactive {
  background-color: #4f4f4f;
}
textarea.input-area {
  width: 100%;
  height: 150px;
}
.left-wrap > .fa-times-circle {
  color: red;
  cursor: pointer;
}
.left-wrap > .fa-check-circle {
  color: green;
  cursor: pointer;
}
input.left-input {
  width: calc(100% - 63px);
}
.one-input {
  width: calc(75% - 8px);
}
.one-line-area {
  height: 30px;
  min-height: 30px;
}
.auto-expand-area {
  font-size: 14px;
  resize: vertical;
  overflow: hidden;
}
.two-input.one-line-area {
  height: 30px;
  min-height: 30px;
  margin-top: -2px;
}
.left-wrap > * {
  display: inline-block;
}
.left-wrap {
  padding: 8px;
  padding-bottom: 4px;
}
label.left-label {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
.editor-left-box > h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 2px;
}
.left-text-add {
  margin: 0;
  padding: 0;
  margin-top: -24px;
  float: right;
  margin-right: 2vw;
  text-decoration: underline;
  color: cornflowerblue;
}
.left-wrap > i {
  display: inline-block;
  float: right;
  font-size: 22px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  user-select: none;
}
#add-task-plus,
#add-order-plus,
#qa-add-task-plus,
#qa-add-order-plus {
  cursor: pointer;
}
.left-wrap > label {
  display: inline-block;
  margin-left: 2px;
  margin-top: 3px;
  float: left;
}
.left-wrap > textarea {
  display: inline-block;
  margin-left: 2px;
}
#media-player-wrap,
#qa-media-player-wrap {
  background-color: #4f4f4f;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
}
.mejs__mediaelement {
  width: 32vw;
}
.mejs__controls {
  width: 32vw;
  padding: 0;
}
#media-player-wrap > .mejs__container.mejs__player.mejs__audio,
#qa-media-player-wrap > .mejs__container.mejs__player.mejs__audio {
  height: 100% !important;
  width: 100% !important;;
  z-index: 2;
  background-color: #a2a2a2;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.mejs__controls:not([style*='display: none']) {
  /* background: rgba(255, 0, 0, 0.7); */
  background: unset !important;
  height: 48px;
  /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); */
}
.media-custom-icon {
  height: 28px;
  width: 28px;
}
#forward-5,
#forward-5-light,
#back-5,
#back-5-light {
  cursor: pointer;
  width: unset;
  height: 30px;
  margin: 9px 0 0;
  margin-left: 1vw;
  user-select: none;
}
#media-player-wrap,
#media-player-wrap-light,
#qa-media-player-wrap {
  /* Media Player Buttons - VERY IMPORTANT OVERWRITE ORDER IS MAINTAINED */
}
#media-player-wrap .mejs__playpause-button,
#media-player-wrap-light .mejs__playpause-button,
#qa-media-player-wrap .mejs__playpause-button {
  height: 48px;
  width: 48px;
}
#media-player-wrap .mejs__time .mejs__currenttime-container,
#media-player-wrap-light .mejs__time .mejs__currenttime-container,
#qa-media-player-wrap .mejs__time .mejs__currenttime-container {
  height: 48px;
}
#media-player-wrap .mejs__time,
#media-player-wrap-light .mejs__time,
#qa-media-player-wrap .mejs__time {
  box-sizing: content-box;
  color: black;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
  padding: 0px 0px 0;
  text-align: center;
  width: auto;
  line-height: 48px;
}
#media-player-wrap button[title="Play"],
#media-player-wrap-light button[title="Play"],
#qa-media-player-wrap button[title="Play"],
#media-player-wrap button[title="Pause"],
#media-player-wrap-light button[title="Pause"],
#qa-media-player-wrap button[title="Pause"] {
  background-position: unset;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
  margin: 6.5px;
}
#media-player-wrap button[title="Play"],
#media-player-wrap-light button[title="Play"],
#qa-media-player-wrap button[title="Play"] {
  background-image: url(/images/play-circle-solid.svg);
}
#media-player-wrap button[title="Pause"],
#media-player-wrap-light button[title="Pause"],
#qa-media-player-wrap button[title="Pause"] {
  background-image: url(/images/pause-circle-solid.svg);
}
#media-player-wrap button[title="Mute"],
#media-player-wrap-light button[title="Mute"],
#qa-media-player-wrap button[title="Mute"],
#media-player-wrap button[title="Unmute"],
#media-player-wrap-light button[title="Unmute"],
#qa-media-player-wrap button[title="Unmute"] {
  margin: 0;
  padding: 0;
  background-position: 0;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  margin: 13px 0px;
}
#media-player-wrap button[title="Mute"],
#media-player-wrap-light button[title="Mute"],
#qa-media-player-wrap button[title="Mute"] {
  background-image: url(/images/volume-up-solid.svg);
}
#media-player-wrap button[title="Unmute"],
#media-player-wrap-light button[title="Unmute"],
#qa-media-player-wrap button[title="Unmute"] {
  background-image: url(/images/volume-mute-solid.svg);
}
#media-player-wrap .mejs__time-total,
#media-player-wrap-light .mejs__time-total,
#qa-media-player-wrap .mejs__time-total,
#media-player-wrap .mejs__time-buffering,
#media-player-wrap-light .mejs__time-buffering,
#qa-media-player-wrap .mejs__time-buffering,
#media-player-wrap .mejs__time-loaded,
#media-player-wrap-light .mejs__time-loaded,
#qa-media-player-wrap .mejs__time-loaded,
#media-player-wrap .mejs__time-current,
#media-player-wrap-light .mejs__time-current,
#qa-media-player-wrap .mejs__time-current,
#media-player-wrap .mejs__time-hovered,
#media-player-wrap-light .mejs__time-hovered,
#qa-media-player-wrap .mejs__time-hovered,
#media-player-wrap .mejs__time-marker,
#media-player-wrap-light .mejs__time-marker,
#qa-media-player-wrap .mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0;
  position: absolute;
}
#media-player-wrap .mejs__time-rail,
#media-player-wrap-light .mejs__time-rail,
#qa-media-player-wrap .mejs__time-rail {
  direction: ltr;
  flex-grow: 1;
  height: 48px;
  position: relative;
  padding: 0;
  margin: 16px 8px 0;
}
#media-player-wrap .mejs__time-handle-content,
#media-player-wrap-light .mejs__time-handle-content,
#qa-media-player-wrap .mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 16px;
  left: -7px;
  top: -4px;
  width: 16px;
}
#media-player-wrap .mejs__horizontal-volume-total,
#media-player-wrap-light .mejs__horizontal-volume-total,
#qa-media-player-wrap .mejs__horizontal-volume-total {
  top: 20px;
}
#media-player-wrap .mejs__volume-button,
#media-player-wrap-light .mejs__volume-button,
#qa-media-player-wrap .mejs__volume-button,
#media-player-wrap .mejs__horizontal-volume-slider,
#media-player-wrap-light .mejs__horizontal-volume-slider,
#qa-media-player-wrap .mejs__horizontal-volume-slider {
  display: none;
}
#hidden-icons {
  display: none;
}
.grid-table tr > th {
  background-color: #4f4f4f;
  color: #d2d2d2;
  font-size: 18px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: #4f4f4f;
  padding: 5px;
  margin: 5px 10px 5px 5px;
}
.small-grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  background-color: #4f4f4f;
  padding: 5px;
  margin: 5px 10px 5px 5px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 15px 10px 15px 10px;
  font-size: 14px;
  text-align: center;
}
.grid-header {
  font-weight: bold;
  line-height: 25px;
}
.grid-input {
  width: 80%;
}
.light-image {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(140deg) brightness(105%) contrast(102%);
  color: white;
}
.light-image:hover {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(105deg) brightness(103%) contrast(101%);
  color: white;
}
#right-tenant-table,
#appt-right-tenant-table,
#right-care-guide-table,
#right-provider-messaging-table,
#right-provider-preferences-table,
#right-provider-template-management-table,
#right-review-distribution-table {
  overflow-y: hidden;
}
#tenants-left-col,
#appt-tenants-left-col,
#care-guides-left-col,
#provider-messaging-left-col,
#provider-preferences-left-col,
#provider-template-management-left-col,
#review-distribution-left-col,
#scribe-assignments-left-col {
  max-width: 30vw;
}
#tenants-right-col,
#phrases-right-col,
#appt-tenants-right-col,
#care-guides-mid-col,
#care-guides-right-col,
#provider-messaging-mid-col,
#provider-messaging-right-col,
#provider-preferences-mid-col,
#provider-preferences-right-col,
#provider-template-management-mid-col,
#provider-template-management-right-col,
#review-distribution-mid-col,
#review-distribution-right-col {
  border-left: 5px double #4f4f4f;
}
#tenants-right-col,
#tenants-left-col,
#appt-tenants-left-col,
#appt-tenants-right-col,
#care-guides-mid-col,
#care-guides-right-col,
#provider-messaging-mid-col,
#provider-messaging-right-col,
#provider-preferences-mid-col,
#provider-preferences-right-col,
#provider-template-management-mid-col,
#provider-template-management-right-col,
#review-distribution-mid-col,
#review-distribution-right-col {
  overflow-y: hidden;
}
.tenant-grid,
.care-guide-grid,
.provider-messaging-grid,
.provider-preferences-grid,
.provider-template-management-grid,
.review-distribution-grid {
  overflow-y: auto;
}
.ten-is-sel,
.guide-is-sel,
.user-is-sel {
  background-color: lightslategray !important;
}
.tenant-host.ten-is-sel:hover,
.care-guide-host.ten-is-sel:hover,
.provider-messaging-host.ten-is-sel:hover,
.user-is-sel:hover,
.provider-preferences-host.ten-is-sel:hover,
.provider-template-management-host.ten-is-sel:hover,
.review-distribution-host.ten-is-sel:hover,
.scribe-assignments.ten-is-sel:hover {
  background-color: gray !important;
}
.show-tenant,
.show-care-guide,
.show-provider-messaging,
.show-user,
.show-provider-preferences,
.show-provider-template-management,
.show-review-distribution {
  display: table-row;
}
.hide-tenant,
.hide-care-guide,
.hide-provider-messaging,
.hide-user,
.hide-provider-preferences,
.hide-provider-template-management,
.hide-review-distribution {
  display: none;
}
.tenant-host,
.care-guide-host,
.provider-messaging-host,
.provider-preferences-host,
.provider-template-management-host,
.review-distribution-host,
.scribe-assignments-host {
  cursor: pointer;
}
.tenant-host:hover,
.care-guide-host:hover,
.provider-messaging-host:hover,
.provider-preferences-host:hover,
.provider-template-management-host:hover,
.review-distribution-host:hover,
.scribe-assignments-host:hover {
  background-color: darkgray !important;
}
.provider-preferences-text-header,
.provider-template-management-text-header,
.review-distribution-text-header {
  padding: 0.75rem;
  font-size: 18px;
  background-color: #4f4f4f;
  color: #d2d2d2;
  font-weight: bold;
}
.provider-preferences-text-input,
.provider-template-management-text-input,
.review-distribution-text-input {
  display: none;
  width: 100%;
  min-height: 85vh;
  overflow-y: auto;
}
.provider-preferences-save-btn,
.provider-template-management-save-btn,
.review-distribution-save-btn {
  display: none;
  margin-left: 10px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.provider-template-management-ellipsis {
  position: absolute;
  right: 32px;
  font-size: 18px;
}
.review-distribution-save-btn {
  float: right;
  margin-right: 20px;
}
#review-distrubtion-save-warning {
  background: red;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
#editor-tasks-left > .fa-check-circle,
#editor-orders-left > .fa-check-circle {
  color: green;
}
#editor-tasks-left > .fa-times-circle,
#editor-orders-left > .fa-times-circle {
  color: red;
}
#dashboard-toggle-drawer {
  height: 42px;
}
/* Dashboard Topbar Tenant Dropdown Styling */
#tenant-dropdown-wrap,
#benchmark-tenant-dropdown-wrap,
#task-type-dropdown-wrap,
#benchmark-task-type-dropdown-wrap {
  height: 2.2vw;
  position: absolute;
  left: 0;
  margin-left: 66px;
  display: inline-block;
  background-color: black;
  border-radius: 4px;
  color: #e5e5e5;
}
div#inner-tenant-wrap *,
div#inner-task-type-wrap * {
  display: inline-block;
  padding: 6px;
}
p#tenant-dropdown-active-tenant,
p#task-type-dropdown-active-task-type {
  padding-left: 0px;
  font-size: 1vw;
}
.expanded-tenant-user > *,
.expanded-task-type-user > * {
  display: inline-block;
  padding: 4px;
}
#tenant-dropdown-wrap > p,
#task-type-dropdown-wrap > p {
  margin: 0;
  font-weight: 600;
  padding: 0;
}
div#tenant-dropdown-wrap > *,
div#task-type-dropdown-wrap > * {
  display: inline-block;
}
#tenant-dropdown-left-text,
#task-type-dropdown-left-text {
  margin-right: 6px;
}
#tenant-dropdown-arrrow,
#task-type-dropdown-arrrow {
  font-size: 24px;
  position: absolute;
  margin-top: -2px;
  margin-left: 6px;
}
#tenant-dropdown-user-icon,
#task-type-dropdown-user-icon {
  margin-right: -2px;
}
#tenant-dropdown-expand-wrap,
#task-type-dropdown-expand-wrap {
  margin-top: 2.6vw;
  color: green;
  position: absolute;
  z-index: 10;
  margin-left: 5.7vw;
  background-color: black;
  color: #e5e5e5;
  /* border: 1px solid rgba(255,255,255,0.2); */
  border-radius: 4px;
  padding-right: 20px;
  overflow-y: auto;
  max-height: 90%;
}
#tenant-dropdown-expand-wrap:hover {
  /* background-color: deepskyblue; */
  cursor: pointer;
  color: white;
  /* border: 1px solid black; */
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px black;
}
.expanded-tenant-user,
.expanded-task-type-user {
  padding: 4px;
}
[click-open-tenant-drop="true"] {
  cursor: pointer;
}
#tenant-dropdown-left-text {
  cursor: context-menu;
}
.expanded-tenant-user > * {
  display: inline-block;
}
.expanded-tenant-user > p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.expanded-tenant-user:hover {
  background-color: deepskyblue;
  margin-right: -20px;
  padding-right: 24px;
  border-radius: 4px;
}
[is-empty-tenant-name="true"]:hover > p {
  color: navajowhite !important;
}
#bot-btn-copy-text-preview,
#qa-final-preview,
#qa-save {
  background-color: #00b0f0;
  position: relative;
}
#bot-btn-copy-text-preview:hover,
#qa-final-preview:hover,
#qa-save:hover {
  background-color: #008bbd;
}
div#bot-btn-copy-text,
#copy-clipboard-external-audio-btn,
#copy-clipboard-light-audio-btn {
  background-color: #00b0f0;
  margin-right: 20px;
  position: relative;
}
.d-grid > table > thead > tr > th {
  position: sticky;
  top: 0;
  user-select: none;
}
#final-text-tab-overlay,
#final-note-preview-overlay,
#final-note-overlay,
#coding-note-overlay,
#hcc-note-overlay,
#qp-note-overlay {
  width: 100%;
  position: relative;
}
#note-lock-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
}
#nc-note-overlay {
  width: 100%;
  position: relative;
  height: 90vh;
}
.nc-provider-note-text {
  width: 100%;
  min-height: 8vh;
}
.nc-provider-note-text-2 {
  width: 100%;
  min-height: 4vh;
}
#nc-ai-prompt {
  width: 100%;
  min-height: 35vh;
}
.nc-page-column {
  padding: 8px;
  float: left;
  max-width: 50%;
}
#final-tab-inner-wrap,
#final-note-preview-inner-wrap,
#final-note-inner-wrap {
  padding-left: 8px;
}
#recording-select-arrow,
#qa-recording-select-arrow {
  margin-left: 8px;
  font-size: 26px;
}
.select-recording-option {
  padding: 6px;
  border-bottom: 1px solid black;
  font-weight: 600;
  font-size: 18px;
}
.select-recording-option:hover {
  background-color: gray;
  cursor: pointer;
}
#recording-select-wrap-text,
#qa-recording-select-wrap-text,
#recording-select-wrap-text-light #recording-select-arrow,
#qa-recording-select-arrow,
#recording-select-arrow-light {
  display: inline;
}
p#recording-select-wrap-text-light {
  display: inline;
}
div#recording-select-dropdown,
div#qa-recording-select-dropdown,
div#recording-select-dropdown-light {
  position: absolute;
  color: black;
  z-index: 3;
  background-color: #e5e5e5;
  display: block;
  font-size: 20px;
  width: calc(33vw - 3px);
  bottom: 0;
  margin-bottom: 44px;
  margin-left: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px black;
}
.recording-select-option {
  cursor: pointer;
  padding: 4px;
}
.recording-select-option:hover {
  background-color: gray;
}
#recording-select-user,
#qa-recording-select-user {
  margin-left: 4px;
}
#recording-select-wrap,
#qa-recording-select-wrap,
#recording-select-wrap-light {
  position: absolute;
  left: 0px;
  z-index: 2;
  color: black;
  display: inline-block;
  width: calc(33vw - 8px);
  font-size: 20px;
  cursor: pointer;
  background-color: #e5e5e5;
  height: 34px;
  margin-top: 6px;
  border-radius: 4px;
  font-weight: 600;
  user-select: none;
  margin-left: 8px;
}
#recording-select-wrap-light {
  position: absolute;
}
.k-message-list-content.editor-chat-message .k-message-group:hover {
  font-weight: 600;
  cursor: pointer;
}
.message-active .k-message {
  box-shadow: 0px 0px 7px 0px deepskyblue;
}
div#auto-scroll-toggle,
#qa-auto-scroll-toggle {
  float: right;
  font-size: 14px;
  cursor: pointer;
  color: white;
  margin-right: 16px;
  margin-top: 12px;
}
.transcription-header-section {
  display: none;
  font-size: 14px;
  cursor: pointer;
  color: white;
  text-decoration-line: underline;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  user-select: none;
  display: inline-block;
}
div#tab-select-dropdown {
  width: 150px;
  position: absolute;
  background-color: #212121;
  color: white;
  margin-left: 80px;
  display: inline-block;
  font-size: 18px;
  border-radius: 4px;
  height: 38px;
  max-height: 38px;
}
div#tab-select-dropdown * {
  display: inline-block;
}
div#inner-tab-select-dropdown {
  width: 100%;
  padding: 8px;
  cursor: pointer;
}
div#tab-select-dropdown-options * {
  display: inline-block;
}
.tab-select-dropdown-option:hover {
  background-color: gray;
}
.tab-dropdown-text {
  margin-left: 8px;
}
i#tab-dropdown-select-arrow {
  float: right;
  margin-right: 20px;
  font-size: 24px;
}
div#tab-select-dropdown-options {
  width: 150px;
  position: absolute;
  background-color: #212121;
  color: white;
  margin-left: 80px;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  max-height: 38px;
  border-radius: 2px;
  z-index: 2;
}
#show-keys-tab,
#qa-show-keys-tab,
.chart-prep-header-button,
.appt-prep-header-button,
.hcc-prep-header-button,
.hcc-follow-up-header-button,
.qp-prep-header-button {
  position: static;
  margin-right: 8px;
  background-color: black;
  color: white;
  height: 38px;
  max-height: 38px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
  z-index: 1;
}
.chart-prep-header-logo,
.appt-prep-header-logo,
.hcc-prep-header-logo,
.hcc-follow-up-header-logo,
.qp-prep-header-logo {
  position: static;
  margin-right: 8px;
  overflow: hidden;
  z-index: 1;
}
.header-right-button-div {
  position: absolute;
  right: 6%;
  float: right;
  display: flex;
}
.qp-header-button {
  background-color: yellow !important;
  color: black !important;
}
#show-keys-text,
#scribe-revert-button-text,
#revert-button-text,
#qa-show-keys-text,
#scribe-duplicate-button-text,
#scribe-new-ai-summary-button-text,
#qa-new-ai-summary-button-text,
#qa-reprocess-transcriptions-button-text,
#scribe-translation-button-text,
#confidential-button-text,
#disregard-enc-button-text,
#qa-disregard-enc-button-text,
#ten-get-providers-txt,
#final-note-revert-button-text,
#ten-athena-test-prep-txt,
#ten-athena-test-chart-review-txt,
#ten-athena-test-location-lookup-txt,
#ten-athena-test-create-prescription-txt,
.chart-prep-header-text,
.appt-prep-header-text,
.hcc-prep-header-text,
.hcc-follow-up-header-text,
.qp-prep-header-text,
#ten-test-schedule-txt,
#ten-update-appt-sub-txt {
  padding: 8px;
  padding-right: 8px;
  display: inline-block;
  font-size: 18px;
}
.shown-hotkey {
  width: 25%;
  display: inline-flex;
  padding: 8px;
}
.hotkey-alt-desc.hotkey-info {
  margin-top: 2px;
  margin-left: 4px;
}
.hotkey-left {
  background-color: white;
  margin: 1px;
  border-radius: 2px;
  border: 1px solid black;
  padding-left: 4px;
  padding-right: 4px;
}
#show-keys-info,
#qa-show-keys-info,
.chart-prep-header-icon,
.appt-prep-header-icon,
.hcc-prep-header-icon,
.hcc-follow-up-header-icon,
.qp-prep-header-icon {
  display: inline-block;
  font-size: 22px;
  padding: 8px;
  padding-right: 0px;
  margin-bottom: 5px;
}
.hide-trans-body {
  cursor: pointer;
}
.tab-select-dropdown-option {
  width: 100%;
  padding-left: 12px;
  height: 32px;
  cursor: pointer;
}
div#problem-add-del {
  display: inline-block;
  float: right;
}
.problem-button {
  margin-right: 16px;
  font-size: 24px;
  margin-top: 4px;
  cursor: pointer;
  user-select: none;
}
.bodysection-tab {
  display: inline-block;
  margin-right: 8px;
  padding-top: 4px;
}
.editor-problem-header {
  min-height: 39px;
}
.bodysection-wrap {
  border-radius: 4px;
  border: solid 1px #979797;
  background-color: #d8d8d8;
  padding: 0;
  margin: 4px 0px;
  width: calc(50% - 4px);
  display: inline-grid;
}
.active-body-tab {
  font-weight: 600;
}
.line-spacer {
  height: 2px;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  margin-top: 8px;
  margin-bottom: 8px;
}
div#patient-history-header-wrap {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.transcript-element {
  background-color: #d8d8d8;
  border-radius: 4px;
  border: 1px solid #979797;
}
#transcript-header {
  margin-left: 0.45vw;
  margin-right: 0.45vw;
  margin-top: 8px;
  width: 32vw;
}
.trans-elem-head h6 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
#editor-top-text {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  float: left;
}
.trans-elem-head {
  text-align: left;
  border-bottom: 1px solid #1d1d1d;
  margin: 0;
  padding: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.trans-elem-head > * {
  display: inline-block;
}
.qp-trans-elem-head {
  text-align: center;
  border-bottom: 1px solid #1d1d1d;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: larger;
  text-decoration: underline;
}
.qp-trans-elem-head > * {
  display: inline-block;
}
.qp-trans-elem-span {
  padding-left: 25px;
  font-weight: normal;
  font-size: medium;
  text-align: left;
  width: 100%;
}
.trans-elem-head-icon {
  display: inline;
  float: right;
  margin-right: 32px;
  font-size: 24px;
  margin-top: 2px;
  user-select: none;
}
.middle-trans-elem {
  /*width: ~"calc(31vw - 17px)";*/
  margin-bottom: 8px;
}
div.patient-history-body-wrap > .two-line-wrap,
div.patient-complaint-wrap > .two-line-wrap {
  padding-left: 16px;
}
.left-wrap .fa-trash {
  margin-top: 2px;
}
.hidden-body-eye {
  margin-left: 4px;
  display: none;
}
.deselect-btn {
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: underline;
  float: right;
  margin-top: 4px;
  margin-right: 5px;
  cursor: pointer;
  display: none;
}
div#lightbox-overlay,
div#note-lock-lightbox-overlay {
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  z-index: 999;
}
div#inner-lightbox-wrap,
div#note-lock-inner-lightbox-wrap {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 999;
}
div#note-lock-inner-lightbox-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div#inner-lightbox,
div#note-lock-inner-lightbox {
  height: 100%;
  z-index: 6;
}
div#lightbox-title-wrap,
div#note-lock-lightbox-title-wrap {
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div#lightbox-title-wrap *,
div#note-lock-lightbox-title-wrap * {
  display: inline-block;
}
#lightbox-body,
#note-lock-lightbox-body {
  max-height: 75vh;
  overflow-y: auto;
  padding: 6px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
div#lightbox-title-wrap,
div#note-lock-lightbox-title-wrap,
#lightbox-body,
#note-lock-lightbox-body {
  background-color: #e8e8e8;
  color: #1d1d1d;
}
div#lightbox-content,
div#note-lock-lightbox-content {
  height: 100%;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}
i#close-lightbox-x {
  float: right;
  font-size: 22px;
  margin-right: 8px;
  margin-top: 4px;
  cursor: pointer;
}
div#lightbox-title-text,
div#note-lock-lightbox-title-text {
  font-size: 22px;
  font-weight: 600;
}
.transcript-element .two-line-wrap {
  padding-bottom: 4px;
}
.hide-overflow {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
img.bot-trans-btn-icon {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-top: -5px;
}
.phi-checkbox-div,
.apso-checkbox-div {
  height: 36px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.appt-not-occurred-checkbox-div {
  height: 36px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
  background-color: yellow;
}
.appt-not-occurred-checkbox {
  margin-top: 4px;
  margin-left: 12px;
}
.appt-not-occurred-checkbox-label {
  color: black;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 4px;
  margin-top: 7px;
}
.bot-trans-btn {
  background-color: #e5e5e5;
  height: 36px;
  display: inline-block;
  margin-top: 6px;
  border-radius: 4px;
  margin-left: 20px;
  cursor: pointer;
  user-select: none;
}
.bot-trans-btn-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
}
#bot-btn-final .bot-trans-btn-text {
  text-align: center;
  min-width: 60px;
}
div#bot-trans-btns {
  position: absolute;
  display: inline-block;
}
.bot-trans-btn-inner-wrap {
  padding: 6px;
}
.hcc-copy-clip-btn {
  background-color: cornflowerblue;
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer;
  user-select: none;
}
.hcc-extract-header {
  color: red;
}
.hcc-extract-body {
  color: mediumblue;
}
.hcc-extract-text {
  background-color: white !important;
}
.duplicate-encounter-btn {
  background-color: cornflowerblue;
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer;
  user-select: none;
  vertical-align: top;
}
#scribe-note-bot-btn-save,
#save-external-audio-btn,
#save-light-audio-btn,
#save-light-temp-btn,
#save-codes,
#appt-prep-bot-btn-save,
#hcc-prep-bot-btn-save,
#hcc-follow-up-bot-btn-save,
#qp-prep-bot-btn-save {
  margin-right: 20px;
  width: unset;
  background-color: #00b0f0;
}
#scribe-note-bot-btn-save:hover,
#save-external-audio-btn:hover,
#save-light-audio-btn:hover,
#save-light-temp-btn:hover,
#save-codes:hover,
#appt-prep-bot-btn-save:hover,
#hcc-prep-bot-btn-save:hover,
#hcc-follow-up-bot-btn-save:hover,
#qp-prep-bot-btn-save:hover {
  background-color: #008bbd;
}
#middle-trans-textarea,
#qa-middle-trans-textarea,
#qa-emr-comments-textarea,
#emr-comments-textarea {
  width: calc(100% - 32px);
  padding: 0px;
  padding: 3px;
  border: 0px;
  margin: 0px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 6px;
  height: 120px;
}
#middle-trans-textarea:focus,
#qa-middle-trans-textarea:focus,
#qa-emr-comments-textarea:focus,
#emr-comments-textarea:focus {
  outline: 1px solid black;
}
.toast {
  min-width: 200px;
  width: 20vw;
  font-size: 16px;
  margin-bottom: 1vh;
  margin-top: 1vh;
}
.toast strong.mr-auto {
  margin-left: 4px;
}
div#toast-page-container {
  position: absolute;
  z-index: 999999999999;
  margin-left: calc(75vw - 150px);
  bottom: 0;
  margin-bottom: 48px;
  margin-bottom: calc(48px + 0.5vh);
}
[toast-type="success"] .toast-header {
  color: green;
  box-shadow: 0px 0px 1px 1px green;
}
[toast-type="info"] .toast-header {
  color: cornflowerblue;
  box-shadow: 0px 0px 1px 1px cornflowerblue;
}
[toast-type="error"] .toast-header {
  color: red;
  box-shadow: 0px 0px 1px 1px red;
}
[toast-type="caution"] .toast-header {
  color: darkorange;
  box-shadow: 0px 0px 1px 1px darkorange;
}
.top-trans-btn-icon {
  height: 36px;
  width: 36px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
}
.top-trans-btn-text {
  margin-top: 1px;
}
.qp-top-trans-btn-icon {
  height: 36px;
  width: 36px;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
}
.body-part-line {
  display: inline-block;
  width: 100%;
}
.body-part-label {
  width: 100%;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-left: 4px;
}
.body-part-input,
patient-history-input {
  width: calc(100% - 8px);
  margin-left: 4px;
  margin-right: 4px;
}
.bodysection-wrap .editor-problem-body-header {
  margin: 0;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
  height: unset;
}
.body-part-line .body-part-label {
  font-size: 13px;
}
#recording-select-arrow,
#qa-recording-select-arrow {
  margin-right: 16px;
  float: right;
  margin-top: 4px;
}
.toast-body {
  word-break: break-word;
}
div#scribe-note-tabs {
  display: inline-flex;
}
i.bot-trans-btn-icon.fa.fa-desktop {
  font-weight: 600;
  font-size: 18px;
}
.active-capture-final {
  background-color: skyblue;
}
.inactive-capture-final {
  /*opacity: 0.75;*/
}
div#playbackspeed-text {
  color: black;
  font-family: monospace;
  font-size: 14px;
  margin-top: 13px;
  margin-right: -8px;
  margin-left: 8px;
  cursor: pointer;
  user-select: none;
}
i#problems-eye {
  margin-left: 8px;
}
.collapse-on-click {
  cursor: pointer;
}
div#problem-eye-wrap {
  display: inline-block;
  position: absolute;
  margin-top: 3px;
  margin-left: 8px;
}
.auto-expand-area:focus {
  outline: 1px solid black;
}
.split-history-wrap {
  width: calc(50% - 10px);
  display: inline-table;
}
div#split-history-wrap-1,
#qa-split-history-wrap-1 {
  margin-left: 8px;
}
textarea.left-input.one-line-area.auto-expand-area.problem-area {
  width: calc(100% - 100 px) !important;
}
#recording-select-wrap-text,
#qa-recording-select-wrap-text #recording-select-wrap-text-light {
  padding: 0;
  margin: 0;
  font-size: 18px;
  margin-left: 8px;
}
i#ecording-select-user,
i#recording-select-icon-light {
  margin-left: 16px;
  line-height: 34px;
}
div#select-recording-speed,
#select-recording-speed-light {
  font-size: 14px;
  margin-top: -210px;
  background-color: #a2a2a2;
  font-family: monospace;
  margin-right: -48px;
  margin-left: 6px;
  display: none;
}
.select-recording-speed-option,
.select-recording-speed-option-light {
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  user-select: none;
}
div#select-recording-speed-light {
  height: 160px;
}
.select-recording-speed-option:hover,
.select-recording-speed-option-light:hover {
  background-color: lightgrey;
}
div#select-recording-speed-light {
  height: 142px;
  margin-top: -133px;
}
.message-active .k-message .k-bubble {
  background-color: #282828;
  color: white;
}
time.custom-message-time {
  margin: 0px !important;
  padding: 0px !important;
  margin-top: 4px !important;
  font-size: 13px;
  display: block;
  margin-left: 40px !important;
}
time.custom-message-time.message-time-alt {
  width: 100%;
  text-align: right;
  margin-left: -40px !important;
}
.invalid-ten-row-name {
  color: lightsalmon;
}
.th-filter-icon {
  line-height: 26px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}
.th-filter-icon:hover {
  color: white;
}
.asc-desc-filter.th-filter-icon {
  margin-left: 4px;
}
.th-report {
  border-left: 1px solid #979797 !important;
  border-right: 1px solid #979797 !important;
  border-bottom: 1px solid #979797 !important;
  cursor: pointer;
  user-select: none;
  position: sticky;
  top: 51px !important;
}
.table {
  cursor: context-menu;
}
[f-active="true"] {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 1px;
  padding-right: 1px;
}
.checkbox-filter-wrap *,
.checkbox-filter-wrap {
  display: inline-block;
}
.checkbox-filter-wrap {
  padding: 16px;
}
[hidden-by],
[text-hidden] {
  display: none;
}
.table-search-header {
  height: 30px;
  background-color: silver;
}
.work-queue-search-header {
  top: 0px;
  height: 30px;
  position: sticky;
  background-color: silver;
}
.table-search-lefttext {
  position: absolute;
  right: 200px;
  font-size: 18px;
}
div.search-encounter-btn,
div.search-task-btn,
div.create-task-btn,
div.task-type-btn {
  background-color: green;
  width: 160px;
  font-size: 18px;
  position: absolute;
  margin-left: 16px;
  margin-top: 2px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.search-encounter-btn,
.provider-appointment-back-btn,
.search-task-btn,
.create-task-btn {
  position: static;
}
.add-hcc-appt-btn {
  position: static;
}
label#search-status-label {
  margin-left: 32px;
}
.encounter-search-option,
.task-search-option {
  width: 50%;
  margin: 0 auto;
  padding: 8px;
}
.task-create-option {
  padding: 8px;
}
div#encounter-search-wrap,
div#task-search-wrap {
  border-top: 1px solid gray;
}
label.encounter-search-label,
label.task-search-label {
  margin-right: 8px;
}
div.grid-search-input {
  max-height: 30px;
  position: absolute;
  width: 200px;
  right: 36px;
}
div.grid-search-input > * {
  height: 30px;
}
div#encounter-search-btn-wrap,
div#task-search-btn-wrap {
  height: 40px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.encounter-search-btn,
.task-search-btn {
  float: right;
  margin-right: 30px;
  cursor: pointer;
  height: 32px;
  margin-top: 4px;
  line-height: 20px;
}
button.search-encounter-btn,
button.search-task-btn,
button.create-task-btn {
  width: 160px;
  font-size: 18px;
  float: left;
  margin-left: 3vw;
  margin-top: 2px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 0px;
  left: 60px;
  margin-top: 1px;
  height: 28px;
}
button.add-hcc-appt-btn {
  width: 240px;
  font-size: 18px;
  float: left;
  margin-left: 3vw;
  margin-top: 2px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 0px;
  left: 180px;
  margin-top: 1px;
  height: 28px;
}
button.provider-appointment-back-btn {
  font-size: 18px;
  float: left;
  margin-left: 3vw;
  margin-top: 2px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
  left: 60px;
  margin-top: 1px;
  height: 28px;
}
div.provider-appointment-date-wrap {
  position: static;
  font-size: 18px;
  float: right;
  margin-right: 3vw;
  margin-top: 2px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 1px;
  height: 28px;
}
button.provider-appointment-date-btn {
  font-size: 18px;
  margin-top: 2px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 1px;
  height: 28px;
}
span.provider-appointment-date-text {
  color: black;
  padding-left: 4px;
  padding-right: 4px;
  cursor: none;
}
div.provider-appointment-name-text {
  font-size: 18px;
  height: 28px;
}
div#encounter-search-btn-wrap {
  height: 40px;
  /* width: 75%; */
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
label#search-id-label {
  margin-left: 28px;
}
label#search-provider-label {
  margin-left: 20px;
}
div#add-tenant-user-btn,
div#add-care-guide-btn {
  height: 26px;
  background-color: limegreen;
  color: white;
  width: 104px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  margin-top: 2px;
  margin-left: 4px;
  cursor: pointer;
  line-height: 27px;
}
.care-guide-text,
.provider-messaging-text,
.provider-preferences-text,
.review-distribution-text {
  width: 100%;
  min-height: 20vh;
}
.edit-tenant-col {
  min-height: 280px;
  width: 50%;
}
div#edit-tenant-user {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 16px;
  padding-bottom: 16px;
}
div#ten-user-edit-btn-wrap {
  width: 50%;
  margin: 0 auto;
  padding: 8px;
}
#ten-user-edit-btn-wrap > button {
  margin-left: 25%;
}
div#care-guide-add-btn-wrap,
div#care-guide-edit-btn-wrap,
div#provider-messaging-add-btn-wrap,
div#provider-messaging-edit-btn-wrap,
div#provider-preferences-add-btn-wrap,
div#provider-preferences-edit-btn-wrap,
div#review-distribution-add-btn-wrap,
div#review-distribution-edit-btn-wrap,
div#note-lock-proceed-btn-wrap {
  width: 50%;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
}
.provider-messaging-add-input-label,
.provider-preferences-add-input-label,
.review-distribution-add-input-label {
  vertical-align: middle;
  width: 80%;
}
div#ten-roles-add > * {
  display: inline-block;
}
button#ten-roles-add-btn {
  padding: 0px;
  margin: 0px;
  margin-top: -3px;
  height: 30px;
  line-height: 1px;
  border-radius: 4px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
input#ten-roles-add-input {
  margin-left: 8px;
}
div#ten-role-list > .p-2 > i {
  margin-left: 4px;
}
div#ten-role-list > .p-2 {
  font-size: 14px;
  padding: 4px !important;
  margin: 0 !important;
  background-color: indianred;
  border-radius: 4px;
  margin: 0px !important;
  margin-left: 8px !important;
  cursor: pointer;
  height: 26px;
  line-height: 18px;
}
div#ten-role-list {
  margin-top: 8px;
}
div#ten-user-property-wrap {
  margin-top: 16px;
}
div#ten-user-property-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.ten-user-property-name {
  display: inline-block;
  margin-right: 16px;
  margin-top: 4px;
}
div#ten-user-roles-text {
  font-size: 18px;
  font-weight: 600;
  margin-top: -8px;
  /* padding-bottom: 2px; */
  /* border-bottom: 1px solid gray; */
  margin-bottom: 4px;
}
.ten-user-input-wrap {
  text-align: right;
  margin-right: 10%;
}
button#add-tenant-user-btn {
  height: 26px !important;
  margin-top: 2px;
  border-radius: 3px;
  line-height: 0px;
  margin-left: 4px;
  position: absolute;
}
button#ten-user-add-user {
  margin-left: 75%;
}
button#create-tenant-btn,
#create-phrase-btn,
#create-prompt-btn,
#create-delivery-partner-btn,
#set-default-prompt-btn,
#set-default-specialty-prompt-btn,
#benchmark-prompt-btn {
  height: 26px;
  line-height: 0px;
  margin-top: 2px;
  float: left;
  margin-left: 4px;
}
button#delete-tenant-btn,
#delete-phrase-btn,
#delete-prompt-btn,
#delete-delivery-partner-btn {
  height: 26px;
  line-height: 0px;
  margin-top: 2px;
  float: right;
  margin-right: 8px;
}
button#delete-tenant-btn > i,
#delete-delivery-partner-btn > i {
  font-size: 14px;
  margin-left: 4px;
}
.toggle-deleted-prompts,
.toggle-enabled-prompts {
  height: 26px;
  line-height: 26px;
  margin-top: 2px;
  float: right;
  margin-right: 16px;
}
.prompt-is-deleted {
  background-color: grey !important;
}
.tenant-edit-btn,
.care-guide-edit-btn,
.provider-messaging-edit-btn,
.provider-preferences-edit-btn,
.review-distribution-edit-btn {
  height: 30px;
  width: 30px;
  line-height: 0px;
  margin-top: -4px;
}
.tenant-edit-btn > i,
.care-guide-edit-btn > i,
.provider-messaging-edit-btn,
.provider-preferences-edit-btn > i,
.review-distribution-edit-btn > i {
  margin-left: -4px;
}
.tenant-edit-btn-edit,
.care-guide-edit-btn-edit,
.provider-messaging-edit-btn-edit,
.provider-prefernces-edit-btn-edit {
  margin-left: 2vw;
}
.tenant-edit-btn-delete {
  margin-left: calc(2vw + 48px);
}
div#ten-user-select-ten-text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}
div#delete-ten-lightbox-wrap {
  text-align: center;
}
div#delete-ten-lightbox-text {
  display: inline-block;
  font-weight: 600;
  color: red;
  margin-right: 16px;
}
button#delete-ten-lightbox-btn,
button#test-prep-ten-lightbox-btn {
  margin-left: 75%;
  margin-bottom: 8px;
}
.add-edit-input-wrap {
  text-align: right;
  width: 75%;
  margin: 0 auto;
}
.care-guide-add-edit-input-wrap,
.provider-messaging-add-edit-input-wrap,
.provider-preferences-add-edit-input-wrap,
.review-distribution-add-edit-input-wrap {
  text-align: left;
  margin: 0 auto;
}
#care-guide-btn-delete,
#provider-messaging-btn-delete,
#provider-preferences-btn-delete,
#review-distribution-btn-delete {
  margin-left: 10px;
}
div#add-edit-ten-wrap,
div#add-edit-guide-wrap,
div#note-lock-lightbox-body {
  border-top: 1px solid black;
  padding-top: 8px;
}
.add-edit-input-wrap {
  text-align: right;
  width: 75%;
  margin-left: -10%;
}
.ten-edit-add-input-label {
  margin-right: 8px;
}
.ten-edit-add-btn {
  margin-left: 75%;
  margin-top: 8px;
  margin-bottom: 16px;
}
div#no-tenant-users-text,
div#appt-no-tenant-users-text {
  position: absolute;
  margin-left: 40vw;
  font-size: 20px;
  color: black;
  margin-top: 180px;
  font-size: 16px;
  font-weight: 600;
}
div#no-tenant-users-text > i,
div#appt-no-tenant-users-text > i {
  margin-right: 8px;
}
.phrase-ten-select {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.assignment-scribe-select {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.assignment-scribe-container {
  display: inline-block;
  text-align: center;
  text-align: right;
  padding-right: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.assignment-scribe-wrap {
  display: inline-block;
}
.template-manage-col,
.quality-program-template-management-col {
  height: calc(100vh - 48px);
  width: 100%;
  overflow: hidden;
}
#template-manage-left-col,
#quality-program-template-management-left-col,
#template-manage-left-col-light {
  background-color: #d3d3d3;
}
.cat-head-search-text,
.scribe-management-search-text {
  text-align: left;
  font-size: 22px;
  margin-top: 8px;
  font-weight: 600;
  margin-left: 8px;
  display: inline-block;
}
.category-head-search {
  height: 48px;
  display: inline-block;
  width: 100%;
  text-align: left;
}
i.fa.fa-plus.cat-plus-icon,
i.fa.fa-filter.cat-filter-icon {
  margin-left: 5px;
}
.cat-head-input > input {
  height: 26px;
}
.category-head-search {
  height: 48px;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cat-head-search-plus,
.cat-head-search-filter {
  width: 24px;
  height: 25px;
  font-size: 18px;
  background-color: #4f4f4f;
  color: #e5e5e5;
  display: inline-block;
  border-radius: 4px;
  margin-left: 4px;
}
.cat-head-search-plus:hover,
.cat-head-search-filter:hover {
  cursor: pointer;
  color: white;
}
#provider-template-management-add-template-btn {
  position: absolute;
  right: 24px;
}
div#cat-head-input-wrap-1,
div#cat-head-input-wrap-1-light {
  margin-top: -30px;
  position: absolute;
  margin-left: 153px;
  width: calc(33% - 176px);
}
div#cat-head-input-wrap-2,
div#cat-head-input-wrap-2-light {
  margin-top: -31px;
  position: absolute;
  margin-left: 142px;
  width: calc(33% - 164px);
}
.cat-head-input {
  display: inline-flex;
  margin-top: 1px;
}
.cat-head-prepend {
  height: 26px;
}
.cat-head-input > input {
  height: 26px;
}
.cat-head-prepend > span {
  padding: 4px;
  margin-left: 4px;
}
#cat-head-input-3,
#cat-head-input-3-light {
  margin-top: -30px;
  position: absolute;
  margin-left: 162px;
  width: calc(33% - 186px);
  display: flex;
}
.under-search-tt-wrap {
  text-align: left;
  margin-top: 4px;
  width: 49%;
  float: right;
  display: block;
}
.under-search-wrap {
  height: 70px;
  padding: 10px;
  padding-top: 8px;
  background-color: #e5e5e5;
  margin: 10px;
  border-radius: 2px;
}
.under-search-cat-name {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}
.under-search-tt-wrap {
  text-align: left;
  margin-top: 4px;
  width: 50%;
  display: inline-block;
  float: left;
}
.under-search-tt-num {
  font-weight: 600;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 7px;
}
.under-search-tt-circle {
  font-size: 18px;
  color: black;
  margin-top: 2px;
  line-height: 26px;
  float: left;
}
.under-search-scroll-wrap {
  height: calc(100vh - 96px);
  overflow-y: auto;
}
.under-search-both-tt-wrap {
  height: 38px;
  margin-left: -1%;
}
.col-message-overlay {
  position: absolute;
}
.col-message-overlay-text {
  margin-left: 8px;
}
.col-message-overlay > * {
  display: inline-block;
}
.col-message-overlay {
  position: absolute;
  top: 50vh;
  margin-left: 2vw;
  font-size: 16px;
  font-weight: 600;
}
#template-manage-mid-col,
#template-manage-right-col,
#quality-program-template-management-mid-col,
#quality-program-template-management-right-col {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.under-search-wrap:hover {
  cursor: pointer;
  background-color: darkgrey;
}
.selected-caret-wrap {
  font-size: 40px;
  height: 0px;
  width: 0px;
  margin-left: calc(33vw - 90px);
}
.cat-is-sel,
.scribe-box-is-selected {
  background-color: black !important;
  color: white;
  box-shadow: 0px 0px 1px 1px black;
}
.cat-is-sel .under-search-tt-circle {
  color: white;
}
.cat-is-sel:hover {
  background-color: black;
  color: white;
}
.template-name-option > * {
  display: inline-block;
}
.template-name-option {
  margin: 10px;
  padding: 10px;
}
.template-name-option-text {
  font-size: 18px;
  font-weight: 600;
  user-select: none;
}
.template-name-i-wrap {
  /* position: absolute; */
  height: 0px;
  width: 0px;
  float: right;
  margin-right: 24px;
  font-size: 20px;
  margin-top: -1px;
}
.template-ten-access-wrap {
  margin: 10px 20px;
  padding: 6px;
  background-color: #f9f9f9;
  border-radius: 2px;
}
.template-ten-access-wrap > * {
  display: inline-block;
}
.template-ten-access-wrap:hover {
  cursor: pointer;
  background-color: darkgray;
}
.template-ten-access-name {
  font-weight: 600;
  font-size: 16px;
}
.inline-ten-check-i {
  margin-right: 4px;
}
.template-ten-access-check-wrap,
.scribe-management-checkbox,
.scribe-management-specialty-checkbox,
.care-guide-management-checkbox,
.provider-messaging-management-checkbox,
.provider-preferences-management-checkbox,
.review-distribution-management-checkbox {
  height: 0px;
  width: 0px;
  float: right;
  margin-right: 28px;
  font-size: 18px;
  margin-top: -2px;
}
.template-name-option {
  margin: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}
.template-name-option:hover {
  cursor: pointer;
  background-color: darkgray;
}
.template-name-option-menu {
  background-color: black;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  margin-top: -15px;
  width: 180px;
  margin-left: calc(33vw - 249px);
}
.template-name-option-menu-option > * {
  display: inline-block;
}
.template-name-option-menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.template-name-option-menu-option {
  padding-top: 4px;
  text-align: left;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
.template-name-option-menu-option:hover {
  background-color: gray;
  cursor: pointer;
}
div#ten-menu-opt-delete,
div#ten-menu-opt-delete-light {
  color: #ff6262;
  margin-top: 12px;
}
#template-add-page,
#quality-program-template-add-edit-page {
  height: 100vh;
  width: 100vw;
  background-color: #e5e5e5;
}
.template-title {
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
}
.template-wrap.last-template-wrap {
  float: right;
  margin-right: 1.5vw;
}
.template-wrap {
  background-color: #d5d5d5;
  width: 31.5VW;
  margin-top: 16px;
  margin-left: 0.75vw;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0.75vw;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  /* top: 0; */
  margin-top: 8px;
  float: left;
}
.quality-program-template-wrap {
  background-color: #d5d5d5;
  width: 31.5VW;
  margin-top: 16px;
  margin-left: 0.75vw;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0.75vw;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  /* top: 0; */
  margin-top: 8px;
  float: left;
}
.quality-program-left-template-wrap {
  width: 77VW;
}
.quality-program-right-template-wrap {
  width: 17.5VW;
  padding: 8px;
}
.quality-program-input-container {
  padding-top: 20px;
}
.qp-main-logic-section {
  background-color: #C8C8C8;
  padding: 20px;
  border-style: groove;
}
.template-wrap.last-template-wrap {
  float: right;
  margin-right: 1.5vw;
}
.inner-template-title {
  font-weight: 600;
  font-size: 14px;
}
.top-inner-template-wrap > * {
  display: inline-block;
}
.top-inner-template-wrap {
  margin-bottom: 8px;
}
.bottom-inner-template-wrap > * {
  display: inline-block;
  user-select: none;
}
.qp-bottom-inner-template-wrap > * {
  display: inline-block;
}
.inner-template-icon {
  float: right;
  font-size: 21px;
  margin-right: 8px;
  cursor: pointer;
}
.inner-template-icon:hover {
  opacity: 0.8;
}
.quality-program-template-icon {
  font-size: 21px;
  vertical-align: middle;
  cursor: pointer;
}
.quality-program-template-icon:hover {
  opacity: 0.8;
}
.qp-inner-template-icon {
  text-align: end;
  font-size: 21px;
  margin-right: 8px;
  cursor: pointer;
}
.qp-inner-template-icon:hover {
  opacity: 0.8;
}
.qp-inner-template-wrap {
  display: inline-block;
  width: 100%;
  padding-bottom: 3px;
  padding-top: 3px;
}
.qp-template-wrap {
  display: inline-block;
}
.qp-template-selection-wrap {
  display: inline-block;
  border-style: outset;
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.qp-template-header-label {
  font-weight: bold;
  font-size: large;
  padding-right: 10px;
}
.qp-post-template-header-label {
  font-weight: bold;
  font-size: large;
  padding-right: 10px;
  padding-top: 10px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.qp-delete-icon {
  display: inline-block;
  float: right;
}
.qp-text-area {
  width: 85%;
  margin-left: 25px;
  height: 8vh;
}
.qp-or-separator {
  margin-left: 25px;
  font-style: italic;
  line-height: 1;
  display: block;
}
.qp-main-coding-section {
  background-color: #E8E8E8;
  padding: 20px;
  border-style: groove;
}
.qp-items-section {
  margin-left: 25px;
}
.qp-text-wrap {
  white-space: pre-line;
  line-height: 1.5;
}
.qp-text-or-separator {
  font-weight: bold;
  margin-left: 25px;
  font-style: italic;
  line-height: 1;
  display: block;
}
.qp-text-selection {
  padding: 5px;
  border-radius: 10px;
}
input.bot-template-input {
  width: calc(30vw - 73px);
  font-size: 14px;
}
.inner-template-wrap {
  padding: 8px;
  background-color: #bfbfbf;
  border-radius: 2px;
  margin: 8px;
}
div#bot-btn-template-save,
div#quality-program-bot-btn-template-save {
  float: right;
  margin-right: 16px;
  background-color: #00b0f0;
}
div#bot-btn-template-save:hover,
div#quality-program-bot-btn-template-save:hover {
  background-color: deepskyblue;
}
/*
.inner-template-icon:hover {
    color: dimgray;
    cursor: pointer;
}*/
.bottom-inner-template-wrap {
  display: flow-root;
}
.qp-bottom-inner-template-wrap {
  display: flow-root;
  line-height: 1;
}
div#template-review-overlay {
  height: calc(100vh - 96px);
  width: 64vw;
  position: absolute;
  overflow-y: auto;
}
.inner-template-input-wrap {
  width: 60%;
}
.inner-template-check-wrap {
  background-color: darkgray;
  width: 100%;
  border-radius: 4px;
  padding-bottom: 8px;
}
.inner-template-review-wrap {
  min-height: 100px;
  background-color: lightgray;
  margin: 4px;
  margin-top: 2px;
}
.inner-template-check-headtext {
  padding: 8px;
  font-weight: 600;
}
.inner-template-check-row > * {
  /*display: inline-block;*/
}
.space-top {
  margin-top: 8px;
}
.inner-template-check-row {
  width: fit-content;
  display: contents;
}
.inner-template-check-row-text {
  margin-left: 8px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 2px;
}
.inner-template-check-row-box {
  background-color: #e5e5e5;
  width: fit-content;
  padding-left: 8px;
  display: inline-block;
  padding-right: 8px;
  margin-left: 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 4px;
}
.inner-template-check-row-check {
  font-size: 16px;
  /* display: contents; */
  /* float: right; */
  margin-top: -4px;
  display: inline-block;
  background-color: #e5e5e5;
  padding-right: 8px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.space-bot {
  margin-bottom: 8px;
}
input.div-block-input {
  height: 28px;
  width: 90%;
}
.div-block {
  width: 100%;
  height: 40px;
  /* display: inline-block; */
  display: inline-block;
  font-size: 14px;
}
.div-block.div-block-head-text {
  font-weight: 600;
  margin-top: 8px;
}
.inner-template-input-3 {
  height: 100%;
  width: 40%;
}
.inner-template-input-wrap > * {
  display: inline-block;
  float: left;
}
.inner-template-input-2 {
  height: 100%;
  width: 40%;
}
.inner-template-input-1 {
  height: 100%;
  width: 20%;
  float: left;
}
.div-block.div-block-left-text {
  margin-left: 8px;
}
.inner-template-check-row-check:hover,
.tem-posneg-wrap:hover {
  cursor: pointer;
}
.tem-posneg-wrap {
  margin-top: 2px;
  font-size: 16px;
}
.inner-template-check-row-check > .fa.fa-square-o {
  margin-right: 2px;
}
div#add-new-temp-cont-btn-wrap {
  width: 50%;
  margin: 0 auto;
  height: 45px;
}
div#add-new-temp-cont-btn-wrap > button {
  float: right;
  margin-right: 16px;
}
div#inner-add-cat-lightbox {
  width: 75%;
  margin: 0 auto;
}
div#add-new-temp-cont-wrap {
  padding: 16px;
}
div#new-cat-lightbox-input-text {
  font-weight: 600;
}
input#parent-cat-tem-add-text-inp {
  font-size: 14px;
  margin-top: 8px;
  min-width: 200px;
}
select#template-add-ai-select {
  font-size: 18px;
  margin-top: 8px;
  min-width: 200px;
}
.quality-program-text-input {
  font-size: 14px;
  margin-top: 8px;
  min-width: 300px;
}
.parent-cat-tem-add-text {
  font-size: 20px;
  font-weight: 600;
}
select#cat-tem-add-sel {
  min-width: 200px;
  max-width: 29vw;
  margin-top: 8px;
  margin-bottom: 36px;
  font-size: 18px;
  padding: 1px;
}
select#quality-program-cat-tem-add-sel {
  min-width: 300px;
  max-width: 17.5vw;
  margin-top: 8px;
  margin-bottom: 36px;
  font-size: 18px;
  padding: 1px;
}
select#cat-tem-ai-specialty-sel {
  min-width: 200px;
  max-width: 29vw;
  margin-top: 8px;
  margin-bottom: 36px;
  font-size: 18px;
  padding: 1px;
}
.parent-cat-tem-add-text {
  font-size: 20px;
  font-weight: 600;
}
div#template-wrap-3 {
  padding: 8px;
}
div#template-wrap-3 {
  padding: 8px;
}
.bottom-template-input-check {
  font-size: 21px;
}
.ten-light-menu-wrap {
  padding: 16px;
  width: 280px;
  margin: 0 auto;
}
.ten-light-menu-wrap > * {
  padding: 8px;
}
.temp-drop-sel {
  margin-left: 4px;
  border-radius: 4px;
  display: inline-block;
  max-width: 300px;
}
#remove-template-button,
#temp-drop-sel-apply {
  height: 20px;
  line-height: 0px;
  margin-top: -2px;
}
div#template-select-top-wrap {
  margin-top: 2px;
}
div#apply-template-text {
  font-weight: 600;
  margin-left: 4px;
  display: inline-block;
}
#ten-menu-opt-move,
#ten-menu-opt-move-light {
  display: none;
}
[middle-is-enabled] * {
  user-select: none;
}
[middle-is-enabled]:hover,
[middle-is-enabled]:hover > * {
  cursor: pointer;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.5) !important;
}
[middle-is-enabled] i {
  opacity: 0;
}
[middle-is-enabled]:hover i {
  opacity: 1.0;
}
[middle-is-enabled="false"],
[middle-is-enabled="false"] * {
  background-color: #888888 !important;
  text-decoration: line-through;
}
[middle-is-enabled="false"]:hover,
[middle-is-enabled="false"]:hover * {
  color: whitesmoke;
  background-color: dimgray;
}
[middle-is-enabled="true"],
[middle-is-enabled="true"] * {
  text-decoration: none;
}
[middle-is-enabled="true"]:hover,
[middle-is-enabled="true"]:hover * {
  color: black;
  background-color: #cccccc;
}
.template-finding-header-wrap {
  height: 48px;
  background-color: #4f4f4f;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
}
div#applied-template-wrap {
  font-size: 14px;
  position: absolute;
  color: whitesmoke;
  line-height: 20px;
  padding: 2px;
}
divdiv#transbar-title,
divdiv#qa-transbar-title,
divdiv.transbar-in-navbar {
  margin: 0 auto;
}
.under-search-cat-del-wrap {
  text-align: right;
  /* float: right; */
  height: 0px;
  display: inline-block;
  float: right;
  margin-top: -23px;
  cursor: pointer;
  margin-right: 60px;
}
.under-search-cat-del-wrap:hover {
  opacity: 0.5;
}
#transbar-title,
#qa-transbar-title,
.transbar-in-navbar {
  margin: unset;
  margin-left: 32px;
}
#external-encounter-page,
#light-encounter-page,
#chart-prep-page,
#appt-prep-page,
#hcc-prep-page,
#hcc-follow-up-page,
#qp-prep-page {
  min-height: 100vh;
  overflow-y: auto;
  flex-direction: column;
  display: flex;
}
i.review-flag.fa.fa-flag {
  margin-left: 16px;
  cursor: pointer;
}
.flagbox-tab {
  display: inline-block;
  font-weight: 600;
  background-color: #989898;
  border-radius: 4px;
  padding: 4px;
  /* width: 16vw; */
  width: 48%;
  /* margin: 0 auto; */
  margin-right: 1%;
  text-align: center;
  cursor: pointer;
}
.flagbox-tab-wrap {
  margin-top: 12px;
}
.flagbox-tab-active {
  background-color: #212121;
  color: #e5e5e5;
}
.flagbox-bottom {
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  padding: 16px;
  max-height: calc(100vh - 158px);
  overflow-y: auto;
}
.flagbox-error-impact {
  margin-top: 4px;
  margin-bottom: 4px;
}
.flagbox-bot-wrap {
  margin-bottom: 16px;
}
.flagbox-bot-label {
  font-weight: 600;
}
.error-impact-btn {
  margin-right: 8px;
  margin-top: 8px;
  color: black;
}
.error-impact-btn > i {
  margin-right: 8px;
  margin-top: 8px;
  color: white;
}
.flagbox-textarea {
  width: 90%;
}
div#flagbox-bot-del > i {
  margin-right: 4px;
  font-size: 18px;
}
div#flagbox-bot-del {
  color: red;
  float: right;
  margin-top: 12px;
  font-weight: 600;
  margin-right: 32px;
}
#flagbox-bot-del {
  cursor: pointer;
}
#transbar-title,
#qa-transbar-title,
.transbar-in-navbar,
#qp-transbar-title {
  position: absolute;
  width: 100% !important;
  margin: unset !important;
  left: 45% !important;
  text-align: left !important;
}
table#left-tenant-table > thead *,
table#appt-left-tenant-table > thead *,
table#left-care-guide-table > thead *,
table#left-provider-messaging-table > thead *,
table#left-provider-preferences-table > thead *,
table#left-review-distribution-table > thead * {
  cursor: context-menu;
}
.inner-template-check-row-box {
  margin-right: 24px;
}
.inner-template-check-row-check {
  display: inline-block;
  margin-left: -24px;
}
.flagbox-bot-comment > * {
  display: inline-block;
}
[com-user="1"] {
  text-align: right;
}
[com-user="0"] {
  text-align: left;
}
.flagbox-bot-comment {
  margin: 4px;
}
.flagbox-bot-uicon {
  margin-left: 6px;
  margin-right: 2px;
}
div#flagbox-bot-comwrap {
  border: 1px solid black;
  border-radius: 4px;
  padding: 8px;
  max-height: 400px;
  overflow-y: scroll;
  min-height: 100px;
}
div#flagbox-comwr-btnwrap {
  min-height: 30px;
}
button#btn-comsend {
  margin-top: 8px;
  float: right;
}
.flagbox-comm-time {
  display: block;
  font-size: 10px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -6px;
}
input#comm-send-msg {
  width: calc(100% - 75px);
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.flagbox-bot-comment {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.flagbox-msg-text {
  background-color: ghostwhite;
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  box-shadow: 0px 0px 1px 0px black;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  word-break: break-word;
}
.flagbox-bot-utext {
  margin-right: 10px;
  font-family: fantasy;
}
.header-collapse {
  background-color: #212121;
  border-radius: 4px;
  margin: 4px;
  cursor: pointer;
}
.header-collapse > * {
  display: inline-block;
}
.header-collapse-iwrap {
  color: white;
  float: right;
  margin-right: 16px;
  font-size: 22px;
  line-height: 36px;
}
.header-collapse-body {
  display: none;
  width: 100%;
  padding: 4px;
  cursor: context-menu;
}
.header-collapse-text {
  color: white;
  margin: 8px;
  user-select: none;
}
.ai-summary-header-collapse {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ai-header-collapse-text {
  float: left;
}
div#encounter-number-top {
  font-weight: 600;
  line-height: 22px;
  margin-left: 0px;
}
i#auto-scroll-toggle-status,
i#qa-auto-scroll-toggle-status {
  margin-left: 2px;
  cursor: pointer;
}
div#media-top-header {
  cursor: context-menu;
}
i.fa.fa-info-circle.media-circle {
  margin-left: 8px;
}
div#trans-info-header,
#qa-trans-info-header {
  cursor: pointer;
}
.editor-problem-body-header * {
  user-select: none !important;
}
div#template-review-overlay > * {
  margin: 4px;
}
div#template-abnormal-finding-header-wrap {
  margin: 4px 0px 8px 0px;
}
div#auto-scroll-toggle *,
div#qa-auto-scroll-toggle * {
  user-select: none;
}
.qa-header-score-wrap {
  background-color: darkseagreen;
  border-radius: 4px;
  float: right;
  margin-right: 8px;
  margin-top: 6px;
}
div#qa-header-score-text {
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
}
.nc-header-score-wrap {
  background-color: darkseagreen;
  border-radius: 4px;
  float: left;
  margin-right: 8px;
}
div#nc-header-score-text {
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
}
.qa-flag-body-wrap {
  height: calc(100% - 54px);
  max-height: calc(100% - 54px);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
  padding: 10px;
  overflow-y: auto;
}
.qa-flag-card-wrap,
.coding-chart-card-wrap {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #e5e5e5;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}
.coding-chart-card-wrap-final {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: #e5e5e5;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.qa-flag-card-wrap-l2 {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: gold;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}
.qa-flag-card-wrap-l3 {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  background-color: orange;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}
.qa-card-right-icon-wrap {
  font-size: 24px;
  float: right;
  margin-top: -40px;
}
.qa-flag-card-wrap,
qa-flag-card-wrap-l2,
qa-flag-card-wrap-l3 > * {
  font-weight: 600;
}
i.fa.fa-info-circle.qa-card-i {
  margin-right: 4px;
  font-size: 18px;
}
.qa-flag-card-flagnum {
  margin-bottom: 4px;
}
.qa-flag-card-wrap:hover {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  background-color: silver;
}
.coding-chart-card-wrap:hover {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  background-color: silver;
}
.qa-flag-card-wrap-l2:hover {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  background-color: #D8A400;
}
.qa-flag-card-wrap-l3:hover {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  background-color: darkorange;
}
i.fa.fa-flag.header-collapse-flag {
  margin-left: 8px;
  /*background-color: rgba(255,255,255,0.2);*/
  border-radius: 4px;
}
.header-flag-and-num,
.header-flag-and-num * {
  display: inline;
}
.header-collapse-num {
  margin-left: 6px;
  padding-left: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-right: 2px;
  border-radius: 2px;
}
div#media-player-wrap-light {
  display: inline-block;
  background-color: lightgray;
  border-radius: 4px;
  margin-bottom: -10px;
  margin-left: 34.5vw;
  margin-top: 4px;
}
div#playbackspeed-text-light {
  margin-left: 6px;
  margin-right: -8px;
}
div#media-player-wrap-light .mejs__container {
  width: 33vw !important;
  /* height: 40px !important; */
  background-color: #e5e5e5;
  border-radius: 4px;
}
div#media-player-wrap-light .mejs__controls {
  height: 42px;
  line-height: 47px;
}
textarea#light-encounter-notes {
  min-height: 40vh;
}
select#temp-select-light-sel-1,
select#temp-select-light-sel-2 {
  max-width: 350px;
}
select#temp-select-light-sel-2 {
  margin-left: 8px;
}
div#temp-select-light-text {
  margin-right: 8px;
}
div#temp-select-light-wrap {
  margin-bottom: 8px;
}
div#temp-select-light-wrap > * {
  display: inline-block;
}
textarea#light-encounter-notes {
  padding: 4px;
}
div#light-con-add-wrap {
  min-height: 100px;
  padding: 8px;
}
button#new-con-add-btn {
  display: block;
  margin-top: 8px;
}
div#light-con-add-wrap > h6 {
  font-weight: 600;
}
#light-add-edit-page {
  min-height: 100vh;
  background-color: #e5e5e5;
}
div#light-temp-top-wrap > * {
  display: inline-block;
}
div#light-temp-top-wrap {
  padding: 16px;
}
div#light-add-edit-sel-text {
  margin-right: 8px;
}
div#light-add-edit-tempname {
  margin-left: 32px;
  margin-right: 8px;
}
div#light-temp-bot-wrap {
  padding: 16px;
}
textarea#light-temp-raw-notes {
  width: 75%;
  min-height: calc(100vh - 190px);
}
div#light-copy-to-wrap {
  padding: 16px;
  min-height: 100px;
}
button#copy-to-light-btn {
  display: block;
  margin-top: 16px;
}
textarea#light-encounter-notes {
  min-height: calc(100vh - 150px);
}
div#select-recording-speed-light > * {
  height: 20px;
  line-height: 16px;
}
#bot-btn-qa,
#bot-btn-scribe {
  display: none;
}
.card-back-arrow {
  color: white;
  font-size: 20px;
  margin-left: 16px;
}
div#qa-flag-body-overlay-text {
  position: absolute;
  color: black;
  font-size: 16px;
  /* height: 0px; */
  /* width: 0px; */
  margin-top: -35vh;
  /* width: 200px; */
  margin-left: 16px;
}
.rospe-templist-opt {
  display: inline-block;
  margin-left: 8px;
  background-color: #e5e5e5;
  border-radius: 4px;
  padding: 1px;
  cursor: pointer;
}
.rospe-templist-wrap {
  margin: 4px;
}
.flagbox-bot-area {
  width: 100%;
}
.flagbox-bot-btns > button {
  margin-right: 4px;
  margin-bottom: 4px;
}
.emr-note-head {
  font-weight: bold;
}
.emr-note-body,
.note-lock-warning-body {
  margin-bottom: 10px;
}
.note-lock-warning-body {
  margin-bottom: 10px;
  text-align: center;
}
.qa-capture-botton-btn > i {
  font-size: 22px;
  line-height: 26px;
  position: absolute;
  margin-left: -22px;
}
.qa-capture-bottom-btn {
  margin-top: 4px;
  margin-right: 32px;
  padding-left: 26px;
  line-height: 24px;
  height: 36px;
  margin-top: 6px;
}
.review-flag.fa.fa-flag:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.rospe-templist-opt {
  overflow: hidden;
  max-width: 13vw;
  text-overflow: ellipsis;
}
.flagbox-bot-btns {
  padding-top: 2px;
}
[hide-pointer="true"] {
  cursor: context-menu;
}
div#qa-flag-body-overlay-text {
  text-align: center;
  width: 32%;
}
/*
.review-flag, #bot-btn-qa, #bot-btn-scribe {
    display: none !important;
}
*/
.search-stat-opt {
  /* margin-left: 4px; */
  /* margin-right: 4px; */
  border: 1px dashed rgba(0, 0, 0, 0.5);
  margin: 4px;
  width: auto;
  display: inline-block;
  font-size: 12px;
  padding: 0px 2px;
  color: black;
}
#search-status-list-wrap {
  min-height: 60px;
  background-color: lightgray;
  margin-bottom: 8px;
  width: calc(100% - 115px);
  margin-left: 0px;
  padding-left: -20px;
  margin-left: 12px;
  border-radius: 4px;
}
label#search-by-status-label {
  margin-left: 16px;
}
.left-label > i.review-flag.fa.fa-flag {
  margin-left: 4px;
  margin-right: 4px;
}
input#all-statbox {
  height: 12px;
  width: 12px;
}
label#all-stat-label {
  margin-left: 16px;
  margin-right: 4px;
  font-size: 14px;
}
.qa-capture-bottom-btn > i {
  margin-right: 4px;
  margin-left: -4px;
}
div#qa-score-header,
div#qa-score-header > * {
  cursor: context-menu;
}
.full-editor-footer > button > i.fa.fa-check-square-o {
  margin-right: 6px;
  margin-left: -10px;
}
div#final-tab-inner-wrap > * {
  white-space: pre-line;
}
.blocked-opt {
  opacity: 0.75;
  cursor: no-drop !important;
}
div#landing-page {
  background-image: url("../images/landing_page_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
div#landing-wrap {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
}
img#landing-iris-logo {
  height: 25vh;
  width: auto;
  display: block;
  margin: 0 auto;
  padding-top: 4%;
  padding-bottom: 4%;
}
#landing-footer {
  height: 15%;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
div#landing-cols-wrap {
  min-height: 100px;
  max-width: 900px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.landing-col-head {
  display: flex;
  flex-direction: column;
  /* margin: 0 auto; */
  /* margin-top: 8px; */
  /* margin-bottom: 8px; */
  width: 100%;
}
.landing-col {
  width: 30%;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  border: solid 4px #01a8ca;
  background-color: #444444;
  border-radius: 4px;
}
.landing-col-head-text {
  color: white;
  text-align: center;
}
img.landing-col-head-icon {
  margin: 0 auto;
  display: block;
  height: 5vh;
  margin-top: 12px;
}
div#landing-col-prod > .landing-col-head {
  background-color: #01a8ca;
}
#landing-col-manage > .landing-col-head {
  background-color: #ff1d12;
}
div#landing-col-manage {
  border: 4px solid #ff1d12;
}
div#landing-col-reports {
  border: 4px solid #fc8606;
}
div#landing-col-reports {
  border: 4px solid #fc8606;
}
div#landing-col-reports > .landing-col-head {
  background-color: #fc8606;
}
.landing-col-body {
  display: block;
  background-color: white;
  margin-top: 12px;
  /* padding-top: 1px; */
  flex-grow: 1;
}
a.landing-col-link {
  color: black;
  width: 100%;
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
  /* margin-bottom: 18px; */
  /* padding-top: 4px; */
  /* margin-top: 22px; */
  padding-top: 8px;
}
button#landing-sign-out-btn {
  float: right;
  /* margin-right: 25%; */
  /* margin-top: 64px; */
  margin: 0 auto;
  margin-right: 30%;
  margin-top: 5vh;
}
.flagbox-bot-area {
  min-height: 200px;
}
div#hide-transcript-text,
#qa-hide-transcript-text {
  color: white;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  margin-left: 36px;
  user-select: none;
}
#hcc-designation-dropdown,
#qp-designation-dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 36px;
  height: 28px;
  border-radius: 4px;
}
#visit-select-dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 12px;
  height: 28px;
  border-radius: 4px;
}
.phi-checkbox,
.use-parsing-checkbox,
.apso-checkbox {
  margin-top: 4px;
  margin-left: 12px;
}
.phi-checkbox-label,
.apso-checkbox-label {
  color: #ffffff;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 4px;
}
.parse-summary-div {
  text-align: center;
}
.parse-summary-checkbox-label {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 4px;
  cursor: pointer;
  user-select: none;
}
.landing-col-link:hover {
  text-decoration: underline;
}
.disabled-col-link {
  cursor: context-menu;
  text-decoration: line-through;
  opacity: 0.5;
}
.disabled-col-link:hover {
  cursor: context-menu !important;
  text-decoration: line-through;
  opacity: 0.5;
}
.export-data-col {
  background-color: #c5c5c5;
  /* height: 100px; */
  margin: 16px;
  border-radius: 8px;
  max-width: calc(50% - 64px);
  min-height: calc(100vh - 75px);
  min-width: calc(50% - 64px);
  width: calc(50% - 64px);
  display: inline-flex;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
}
.export-data-col-head-wrap {
  MIN-WIDTH: 100%;
}
.export-data-col-head-text {
  font-size: 24PX;
  font-weight: 600;
  margin: 16px;
  font-family: sans-serif;
}
.bottom-spacer {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  /* margin: 8px; */
  width: 97.5%;
  margin-left: 1.25%;
  border-radius: 8px;
}
button.btn.btn-info.left-export-btn {
  float: right;
  margin-top: -38px;
}
.btn-spacing {
  margin-left: 10px;
  margin-right: 10px;
}
.left-export-range-subtext {
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}
.left-export-range-text {
  text-align: left;
  font-weight: 600;
  font-size: 22px;
}
.left-export-data-item-wrap {
  padding: 16px;
}
button#large-download-data-btn {
  margin: 16px;
  width: 90%;
}
.export-data-right-radio-wrap > * {
  text-align: left;
}
.export-data-right-radio-wrap {
  margin: 16px;
}
.format-right-data-dump-text {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
}
div#export-data-page {
  overflow: hidden;
}
.span.k-item-text.leftbar-top-text {
  padding-top: 0px;
}
span.k-item-text.leftbar-top-text {
  line-height: 0px;
}
.k-drawer-item > .k-icon {
  font-size: 28px;
}
.k-drawer-item {
  padding: 6px;
}
.k-drawer-item .k-item-text {
  font-family: public-sans;
  padding-top: 0px;
}
span.k-item-text.leftbar-top-text {
  line-height: 30px;
}
.k-drawer-mini .k-drawer-wrapper {
  width: 56px;
}
.bottom-dat-sel-button-wrap {
  padding: 16px;
  margin: 0 auto;
  /* width: 23%; */
  /* float: right; */
  margin-left: calc(50% - 114px);
}
.bottom-dat-sel-button-wrap > button {
  margin-left: 8px;
  margin-right: 8px;
}
.inner-top-dat-sel {
  width: 50%;
  margin: 0 auto;
}
.inner-top-dat-sel > * {
  /* display: block; */
  margin: 0 auto;
  /* margin-left: calc(50% - 100px); */
  display: block;
  text-align: center;
}
.left-num {
  display: inline;
  margin-right: 4px;
}
#us-map-icon {
  font-size: 35px;
}
#us-client-map {
  display: inline-flex;
  background-color: #212121;
  height: 80%;
  color: white;
}
.us-map-body {
  display: inline-flex;
  padding-bottom: 300px;
  position: absolute;
  left: 3.7vw;
}
.us-map-col-center {
  position: absolute;
  top: 0em;
  left: 10em;
  bottom: 1px;
  justify-content: center;
  padding: 0px 100px 203px;
  margin-top: 11em;
  display: inline-flex;
  width: 80vw;
}
.map-row {
  height: auto;
}
.grid-row-second-last {
  margin-top: -81px;
}
.grid-row-last {
  margin-top: -162px;
}
.us-map-col-right {
  width: 100%;
  padding: 0px 50px;
}
.us-state-button {
  border-radius: 50%;
  padding: 18px;
  width: 70px;
  height: 70px;
  margin: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.us-state-no-clients {
  color: #1d1d1d;
  font-size: 12px;
  background-color: #6f6f6f;
}
.us-state-clients-active {
  background-color: #4eb648;
  box-shadow: 0px 0px 0px 3px #6ce665;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.us-state-clients-active > div {
  margin-bottom: -4px;
}
.us-state-clients-inactive {
  background-color: #007ca9;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.us-state-clients-inactive > div {
  margin-bottom: -4px;
}
.us-state-clients-inactive:hover {
  background-color: #00a1dc;
}
.us-state-clients-future {
  background-color: lightgray;
  cursor: pointer;
  color: #007ca9;
  font-size: 18px;
  font-weight: bold;
}
.us-state-clients-future > div {
  margin-bottom: -4px;
}
.us-state-clients-future:hover {
  background-color: #ffffff;
}
#world-map-page {
  background-color: #212121;
  position: absolute;
  height: 100%;
  color: white;
  left: 3.7vw;
}
#world-map-svg {
  height: 95%;
  width: 95%;
  padding: 20px;
  position: relative;
}
#all-data-world-map-button,
#all-data-us-map-button {
  position: fixed;
  bottom: 2vw;
  margin-left: 0.5vw;
  border-radius: 50%;
  padding: 15px;
  text-align: center;
}
.wm-all-data-inactive,
.us-all-data-inactive {
  background-color: #007ca9;
  cursor: pointer;
}
.wm-all-data-inactive:hover,
.us-all-data-inactive:hover {
  background-color: #00a1dc;
}
.wm-all-data-active,
.us-all-data-active {
  background-color: #4eb648;
  box-shadow: 0px 0px 0px 3px #6ce665;
}
.small-world-icon-svg {
  height: 25px;
  margin-bottom: 5px;
}
#all-data-world-text,
#all-data-us-text {
  color: white;
  font-size: 10px;
  margin-bottom: 3px;
}
#world-map-speedometer,
#usa-map-speedometer {
  position: fixed;
  bottom: 2vw;
  margin-left: 5.5vw;
  padding: 15px;
  text-align: left;
}
#wm-sidebar,
#us-sidebar {
  position: absolute;
  right: 0;
  background-color: #4f4f4f;
  width: 20%;
  top: 0;
  z-index: 100;
  height: 100%;
  overflow-y: auto;
}
#wm-header-bar,
#us-header-bar {
  background-color: #007ca9;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
}
#wm-sidebar-title,
#us-sidebar-title {
  font-size: 18px;
}
#wm-sidebar-subtitle,
#us-sidebar-subtitle {
  font-size: 12px;
}
#close-wm-sidebar,
#close-us-sidebar {
  font-size: 12px;
  background-color: #ff6262;
  border-radius: 3px;
  height: 70%;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  width: 100%;
}
#close-wm-sidebar:hover,
#close-us-sidebar:hover {
  background-color: #ff2f2f;
}
.wm-section-title,
.us-section-title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 1px solid #979797;
}
.wm-sidebar-section > div,
.us-sidebar-section > div {
  margin: 2px 0 2px 0;
}
.wm-sub-arrows > li,
.us-sub-arrows > li {
  list-style: none;
}
.wm-sub-arrows > li:before,
.us-sub-arrows > li:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 18px;
  background-image: url("../images/sub-level.svg");
  background-repeat: no-repeat;
}
.wm-pin-inactive {
  background-image: url("/images/pin_on_world_map.svg");
}
.wm-pin-inactive:hover {
  filter: brightness(0.8);
  cursor: pointer;
}
.wm-pin-active {
  background-image: url("/images/pin_active_on_world_map.svg");
}
.wm-pin-number {
  font-size: 24px;
  height: 80px;
  width: 56px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-right: 5px;
  position: absolute;
}
.report-header-container,
.benchmark-report-header-container {
  background-color: #4f4f4f;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  z-index: 100;
}
.report-image {
  height: 30px;
  width: 30px;
  margin: 10px;
}
.report-text {
  line-height: 20px;
  padding: 13px;
  color: white;
  font-size: 16px;
  display: flex;
}
.report-toggle-view-text,
.benchmark-report-toggle-view {
  line-height: 20px;
  padding: 15px;
  color: #212121;
  font-size: 16px;
  display: flex;
}
.executive-reports-table {
  width: 100%;
  border: 1px solid #979797;
  padding: 10px;
}
.executive-reports-header {
  background-color: #334d5b;
  border: 1px solid #979797;
  color: #d2d2d2;
  padding: 15px;
  position: sticky;
  top: 0;
}
.executive-reports-row {
  border: 1px solid #979797;
  padding: 10px;
}
.executive-reports-row:hover {
  background-color: #979797;
  border: 1px solid #e5e5e5;
  color: white;
}
.executive-reports-row:focus {
  background-color: #212121;
}
.executive-reports-data {
  border: 1px solid #979797;
  padding: 10px;
}
.benchmark-reports-table {
  width: 100%;
  border: 1px solid #979797;
  padding: 10px;
}
.benchmark-reports-header {
  background-color: #334d5b;
  border: 1px solid #979797;
  color: #d2d2d2;
  padding: 15px;
  position: sticky;
  top: 0;
}
.benchmark-reports-row {
  border: 1px solid #979797;
  padding: 10px;
}
.benchmark-reports-row:hover {
  background-color: #979797;
  border: 1px solid #e5e5e5;
  color: white;
}
.benchmark-reports-row:focus {
  background-color: #212121;
}
.benchmark-reports-data {
  border: 1px solid #979797;
  padding: 10px;
}
.benchmark-reports-page {
  background-color: #a2a2a2;
  width: 96.3vw;
  left: 3.7vw;
  position: relative;
}
.benchmark-reports-row {
  border: 1px solid #979797 !important;
}
.benchmark-reports-row:hover {
  background-color: blue !important;
  color: white;
}
.benchmark-reports-row:focus {
  background-color: #212121;
}
.benchmark-reports-data {
  border: 1px solid #979797 !important;
  background-color: #d3d3d3;
  padding: 10px !important;
}
.benchmark-reports-data:hover {
  background-color: #979797 !important;
}
.benchmark-reports-clickable {
  cursor: pointer;
}
#benchmark-reports-table {
  background-color: #e5e5e5;
}
#benchmark-reports-secondary-table {
  background-color: #e5e5e5;
}
/* Dropdown Button */
.report-dropbtn {
  background-color: #e5e5e5;
  color: #212121;
  padding: 13px 8px 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 214px;
  display: flex;
}
/* Dropdown button on hover & focus */
.report-dropbtn:hover,
.report-dropbtn:focus {
  background-color: #ccc;
  color: white;
}
/* The container <div> - needed to position the dropdown content */
.report-dropdown {
  position: absolute;
  display: inline-block;
}
.report-show {
  display: block;
}
.report-caret {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.dropdown-item {
  background-color: #e5e5e5;
  color: #212121;
  font-size: 16px;
  padding: 14px;
  cursor: pointer;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #ccc;
  color: white;
  font-size: 16px;
}
.executive-reports-page {
  background-color: #a2a2a2;
  width: 96.3vw;
  left: 3.7vw;
  position: relative;
}
.report-label,
.benchmark-report-label {
  background-color: #212121;
  border-left: 1px solid #979797;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.report-toggle-view {
  background-color: #eeff00;
  border-left: 1px solid #979797;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  visibility: hidden;
}
.executive-reports-row {
  border: 1px solid #979797 !important;
}
.executive-reports-row:hover {
  background-color: blue !important;
  color: white;
}
.executive-reports-row:focus {
  background-color: #212121;
}
.executive-reports-data {
  border: 1px solid #979797 !important;
  background-color: #d3d3d3;
  padding: 10px !important;
}
.executive-reports-data:hover {
  background-color: #979797 !important;
}
.executive-reports-clickable {
  cursor: pointer;
}
#delivery-center-filter-container,
#benchmark-delivery-center-filter-container {
  position: relative;
}
#report-dropbtn-icon,
#benchmark-report-dropbtn-icon {
  position: absolute;
  right: 12px;
  font-size: 30px;
}
#client-dropbtn-icon,
#benchmark-client-dropbtn-icon {
  position: absolute;
  right: 12px;
  font-size: 25px;
}
#delivery-center-dropbtn-icon,
#benchmark-delivery-center-dropbtn-icon {
  position: absolute;
  right: 12px;
  font-size: 25px;
}
#report-dropdown-anchor,
#benchmark-report-dropdown-anchor {
  position: relative;
}
#client-filter-container,
#benchmark-client-filter-container {
  position: relative;
}
.report-dropdown {
  position: absolute;
  display: inline-block;
}
.report-dropdown-content,
.benchmark-report-dropdown-content {
  display: none;
  position: absolute;
  min-width: 200px;
  font-size: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.report-show {
  display: block;
}
.report-caret {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#executive-reports-table {
  background-color: #e5e5e5;
}
#executive-reports-secondary-table {
  background-color: #e5e5e5;
}
.padding-left {
  padding-left: 120px;
}
.filter-container {
  background-color: #4f4f4f;
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  width: 100%;
}
.benchmark-filter-container {
  background-color: #4f4f4f;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  width: 100%;
}
.filter-item {
  background: #212121;
  color: white;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
  /*Keeps "delivery center" from wrapping and breaking styling */
}
.filter-image {
  background-color: #e5e5e5;
  height: 30px;
}
.report-date-input {
  background-color: #e5e5e5;
  color: #212121;
  padding: 13px 13px 14px 13px;
  border: none;
}
.delivery-dropdown-content,
.benchmark-delivery-dropdown-content,
.benchmark-prompt-dropdown-content,
.benchmark-llm-dropdown-content,
.benchmark-score-dropdown-content,
.benchmark-section-dropdown-content {
  display: none;
  position: absolute;
  min-width: 200px;
  font-size: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.delivery-show,
.prompt-show,
.llm-show,
.score-show,
.section-show {
  display: block;
}
/* Report dropdown content (Hidden by Default) */
.client-dropdown-content,
.benchmark-client-dropdown-content {
  display: none;
  position: absolute;
  min-width: 200px;
  font-size: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.client-show {
  display: block;
}
.report-error-message,
.benchmark-report-error-message {
  background-color: #e5e5e5;
  color: red;
  font-size: 16px;
  border: 1px solid #979797;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
#scribe-management-page {
  background-color: #d3d3d3;
  display: flex;
  width: 96.3vw;
  position: relative;
  left: 3.7vw;
}
#scribe-management-scribes {
  overflow-y: auto;
  height: calc(100vh - 114px);
  display: flex;
  flex-direction: column;
}
.striped-table-stat-row {
  background-color: yellow;
}
.striped-table-stat-row:nth-of-type(odd) {
  background-color: lightyellow !important;
}
.striped-table-stat-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-critical-ai-row {
  background-color: orangered;
}
.striped-table-critical-ai-row:nth-of-type(odd) {
  background-color: lightcoral !important;
}
.striped-table-critical-ai-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-inferior-ai-row {
  background-color: plum;
}
.striped-table-inferior-ai-row:nth-of-type(odd) {
  background-color: lavender !important;
}
.striped-table-inferior-ai-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-feedback-row {
  background-color: pink !important;
}
.striped-table-feedback-row:nth-of-type(odd) {
  background-color: lightpink !important;
}
.striped-table-feedback-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-spanish-row {
  background-color: orange !important;
}
.striped-table-spanish-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-old-row {
  background-color: black;
  color: white;
}
.striped-table-old-row:nth-of-type(odd) {
  background-color: darkslategray !important;
  color: white !important;
}
.striped-table-old-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-general-ai-row {
  background-color: blueviolet;
  color: white;
}
.striped-table-general-ai-row:nth-of-type(odd) {
  background-color: darkviolet !important;
  color: white !important;
}
.striped-table-general-ai-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.striped-table-blank-audio-row {
  background-color: orangered !important;
}
.striped-table-blank-audio-row:hover {
  background-color: #007ca9 !important;
  color: white !important;
  filter: brightness(1);
}
.search-on-scribe-management {
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-top: 8px;
  margin-right: 25px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.box-in-scribe-management {
  padding: 6px;
  background-color: #f9f9f9;
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 8px;
  font-weight: 600;
  font-size: 16px;
}
.box-in-scribe-management > * {
  display: inline-block;
}
.box-in-scribe-management:hover {
  cursor: pointer;
  background-color: darkgray;
}
.work-queue-tableheaders th {
  position: sticky;
  top: 30px !important;
}
.scribe-note-footer-buttons {
  position: fixed;
  right: 4px;
  display: flex;
}
#scribe-note-capture-columns {
  display: flex;
  width: 100%;
}
.patient-complaint-wrap,
.cause-description-wrap {
  margin: 4px 8px 8px 8px;
}
#editor-plan,
#qa-editor-plan,
.patient-history-body-wrap,
#editor-tasks-left,
#qa-editor-tasks-left,
#editor-orders-left,
#qa-editor-orders-left,
#middle-trans-wrap,
#middle-trans-dropdowns,
#emr-comments {
  margin: 8px;
}
/* DELIVERY PARTNER MANAGEMENT SECTION */
#delivery-partner-left-col {
  max-width: 30vw;
}
#delivery-partner-right-col {
  border-left: 5px double #4f4f4f;
}
#delivery-partner-right-col,
#delivery-partner-left-col {
  overflow-y: hidden;
}
.dp-input {
  text-align: right;
  width: 75%;
  margin: 0 auto;
  margin-left: -10%;
}
.dp-input-label {
  margin-right: 8px;
}
.dp-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
/* END OF DELIVERY PARTNER MANAGEMENT SECTION */
/*SCRIBE MANAGEMENT DELIVERY PARTNER DROPDOWN SECTION*/
.lightbox-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.final-note-tab {
  height: calc(100vh - 54px - 3vw);
  position: relative;
  z-index: 1;
  top: auto;
  overflow-x: hidden;
  padding-top: 10px;
}
.split-screen {
  height: calc(100vh - 48px - 3vw);
  width: 50%;
  position: fixed;
  z-index: 1;
  top: auto;
  overflow-x: hidden;
  padding-top: 10px;
  background-color: #e5e5e5;
}
.left-split {
  left: 0;
}
.right-split {
  right: 0;
}
ins {
  display: block;
  text-decoration: none;
  background-color: #d4fcbc;
}
del {
  display: block;
  text-decoration: line-through;
  background-color: #fbb6c2;
}
.page-toolbar {
  background-position: 50% 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: .28571428em 0;
  overflow: hidden;
  min-height: 2.4375em;
  box-sizing: border-box;
  background-repeat: repeat;
}
.page-widget {
  outline: 0;
  line-height: normal;
  -webkit-appearance: none;
}
.page-toolbar .page-widget {
  color: #2e2e2e;
}
.page-toolbar-resizeable {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.page-toolbar .page-button {
  padding: 0px;
  min-width: 64px;
  margin: 0px;
}
.page-button {
  box-sizing: border-box;
  font: inherit;
  line-height: 1.42857143;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  position: relative;
}
.page-button .page-flat {
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}
.page-button-icon {
  width: calc(1.4285714286em + 10px);
  height: calc(1.4285714286em + 10px);
}
/*DASHBOARD SIDE NAVIGATION BAR SECTION*/
.sidenav {
  top: 2.9vw;
  width: 3.7vw;
  position: fixed;
  z-index: 2;
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 1.5vw;
  transition: 0.5s;
  bottom: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.sidenav::-webkit-scrollbar {
  display: none;
}
.sidenav a {
  padding: 0.75vw 8px 8px 12px;
  text-decoration: none;
  font-size: medium;
  color: #818181;
  display: flex;
  text-align: center;
}
.sidenav a:hover {
  background-color: #00b0f0;
}
#home-page-sidebar:hover {
  height: 50%;
  background: linear-gradient(to bottom, black 0%, black 40%, #000 40%, #00b0f0 40%, #00b0f0 100%);
}
/*.sidenav a:hover #text1 {
    opacity: 1;
}*/
.sidenav .active-class {
  background-color: #00b0f0;
}
.subnav {
  float: left;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
/* Add a blue background color to navigation links on hover */
.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: black;
}
/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: black;
  width: 100%;
  z-index: 1;
  transition: 1s;
  transition-delay: 1s;
}
/* Style the subnav links */
.subnav-content a {
  color: white;
  text-decoration: none;
  text-align: left;
  margin-left: 0.8vw;
}
/* Add a blue background color on hover */
.subnav-content a:hover {
  background-color: #674ea7;
  color: white;
}
/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
ul {
  padding: 0;
}
.sidebar-selected {
  background-color: #00b0f0;
  filter: unset;
}
.sidebar-break {
  border-top: 2px solid;
  padding-top: 20px;
}
.sidebar-break-bottom {
  border-bottom: 2px solid;
  color: white;
}
button#sidebar-sign-out-btn {
  margin-top: 1vw;
}
.sidebar-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 3.7vw;
}
.sidebar-list-item {
  position: relative;
}
.sidebar-text {
  width: 17vw;
  position: fixed;
  z-index: 50;
  left: 4vw;
  visibility: hidden;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 1s;
  transition-delay: 1s;
}
.work-queue-hover-text {
  background-color: black;
  font-size: large;
  color: white;
  text-align: center;
  margin-bottom: 0.9vw;
  position: relative;
  border-radius: 4px;
  width: 12vw;
}
.subnav-header {
  font-size: large;
  color: #00b0f0;
  margin-bottom: 0.5vw;
  text-align: left;
  list-style-type: none;
  margin-left: 0.8vw;
  margin-top: 12px;
}
.subnav-selected {
  color: #00b0f0 !important;
}
#emr-recording-work-queue-sidebar:hover #recording-prep-text {
  visibility: visible;
}
#emr-translator-work-queue-sidebar:hover #note-prep-text {
  visibility: visible;
}
#scribe-work-queue-sidebar:hover #note-queue-text {
  visibility: visible;
}
#qa-qa-work-queue-sidebar:hover #l1-audit-text {
  visibility: visible;
}
#qa-l2-work-queue-sidebar:hover #l2-audit-text {
  visibility: visible;
}
#qa-l3-work-queue-sidebar:hover #l3-audit-text {
  visibility: visible;
}
#qa-l3r-review-queue-sidebar:hover #l3-review-text {
  visibility: visible;
}
#qa-scribe-work-queue-sidebar:hover #note-validation-text {
  visibility: visible;
}
#qa-scribe-supervisor-work-queue-sidebar:hover #final-audit-text {
  visibility: visible;
}
#coding-work-queue-sidebar:hover #coding-text {
  visibility: visible;
}
#management-sidebar:hover #management-sidebar-subnav-text {
  visibility: visible;
  top: 21vw;
  height: 45%;
}
#management-sidebar-subnav-text:hover {
  visibility: visible;
  top: 21vw;
  height: 45%;
}
#note-prep-sidebar:hover #note-prep-sidebar-subnav-text {
  visibility: visible;
  top: 1.5vw;
  height: 35%;
}
#note-prep-sidebar-subnav-text:hover {
  visibility: visible;
  top: 3.5vw;
  height: 35%;
}
#coding-sidebar:hover #coding-sidebar-subnav-text {
  visibility: visible;
  top: 18vw;
  height: 35%;
}
#coding-sidebar-subnav-text:hover {
  visibility: visible;
  top: 21vw;
  height: 35%;
}
#l3-sidebar:hover #l3-sidebar-subnav-text {
  visibility: visible;
  top: 20vw;
  height: 35%;
}
#l3-sidebar-subnav-text:hover {
  visibility: visible;
  top: 23vw;
  height: 35%;
}
#reports-sidebar:hover #reports-sidebar-subnav-text {
  visibility: visible;
  top: 24vw;
  height: 40%;
}
#reports-sidebar-subnav-text:hover {
  visibility: visible;
  top: 24vw;
  height: 40%;
}
#home-page-sidebar:hover #home-page-text {
  visibility: visible;
}
#refresh-page-sidebar:hover #refresh-page-text {
  visibility: visible;
}
#signout-sidebar:hover #signout-text {
  visibility: visible;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
/* Old Kendo stuff we need in our box. Most of it is probably duplicated above*/
.k-chat .k-message-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.k-chat .k-message-list-content {
  padding: 16px 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-toolbar,
.k-widget {
  color: #2e2e2e;
}
.k-chat {
  height: 600px;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  overflow-y: hidden;
  max-width: 500px;
  margin: auto;
}
.k-chat .k-message-group {
  max-width: 80%;
  background: 0 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.k-message-group {
  text-align: right !important;
}
.k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 40px;
}
.k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 40px;
}
.k-chat .k-message-group:not(.k-alt) {
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.k-message-group:not(.k-alt) > .k-avatar {
  left: 0;
  bottom: 0;
}
.k-avatar {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
}
.k-chat .k-message {
  max-width: 100%;
  margin: 2px 0 0;
  position: relative;
  transition: margin 0.2s ease-in-out;
}
.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
  border-bottom-left-radius: 2px;
}
.k-chat .k-bubble {
  border-color: #e9e9e9;
  color: #2e2e2e;
  background-color: #e9e9e9;
  transition: box-shadow 0.2s ease-in-out;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 12px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 18px;
  word-wrap: break-word;
}
.k-message-group.k-alt {
  text-align: left !important;
}
.k-message-group.k-alt > .k-avatar {
  right: 0;
  bottom: 0;
}
.k-chat .k-message-group.k-alt {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.message-active .k-message .k-bubble {
  background-color: #282828;
  color: white;
}
/***/
.tenant-operations-section-header {
  text-align: left;
  padding: 10px;
  padding-left: 40px;
  font-weight: bold;
  background: silver;
}
.tenant-operations-table-border {
  border-bottom: 2px;
  border-bottom-color: #4f4f4f;
  border-bottom-style: solid;
}
.provider-operations-section-header {
  text-align: left;
  padding: 10px;
  padding-left: 40px;
  font-weight: bold;
  background: silver;
}
.provider-operations-table-border {
  border-bottom: 2px;
  border-bottom-color: #4f4f4f;
  border-bottom-style: solid;
}
.delete-yes-btn {
  display: block;
  margin: 8px auto;
  border-radius: 8px;
  padding: 8px 16px;
}
.delete-yes-btn:hover {
  background-color: #ccc;
}
.vma-page-column {
  height: 100%;
  width: 50%;
  max-width: 100%;
  flex: 2;
}
.flex-container-row {
  display: flex;
  flex-direction: row;
}
.status-container {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  width: 50%;
}
#apiForm {
  padding-left: 16px;
  width: 50%;
  margin-top: 10px;
}
#encounter-info-dropdown-body {
  padding-left: 16px;
  z-index: 1;
}
.vma-editor-column-body {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 4px;
  overflow-y: auto;
  max-height: calc(100vh - 96px);
}
#vma-lightbox-body {
  max-height: 75vh;
  overflow-y: auto;
  padding: 6px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-container {
  display: flex;
}
.flex-container > div {
  margin-right: 5px;
}
#task-type-dropdown-wrap {
  height: 2.2vw;
  position: absolute;
  left: 0;
  margin-left: 66px;
  display: inline-block;
  background-color: black;
  border-radius: 4px;
  color: #e5e5e5;
  cursor: pointer;
}
[click-open-task-type-drop="true"] {
  cursor: pointer;
}
.flex-form-column {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.flex-form-field {
  flex: 1;
  margin: 0px;
}
.flex-form-field-container {
  display: flex;
  column-count: 2;
  column-gap: 8px;
}
