/*
    Unified Colors:
    grayed  =   '#706f6f'
    dgray   =   '#534e4b'
    mgray   =   '#999999'
    gray    =   '#E0DFDF'
    lgray   =   '#e9e9e9'
    blue    =   '#4897c4'
    ublue   =   '#6FC6EB'
    green   =   '#5cb85c'
    red     =   '#d9534f'
    #222222
*/

/* font-size is specified 14px in the body
    but we also have a font-size:200% setting in the body which overrides this.
    If we disable 200%, the app starts to look funky.
    We should eventually revert to 14px for body font.

    For now, using .normal-font for 14px setting
*/

/*
    ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.-inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.-inset-0 {
  top: -0px !important;
  right: -0px !important;
  bottom: -0px !important;
  left: -0px !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.right-6 {
  right: 1.5rem !important;
}

.top-6 {
  top: 1.5rem !important;
}

.top-8 {
  top: 2rem !important;
}

.left-20 {
  left: 5rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.top-10 {
  top: 2.5rem !important;
}

.right-0 {
  right: 0px !important;
}

.top-0 {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.left-8 {
  left: 2rem !important;
}

.top-4 {
  top: 1rem !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-2\.5 {
  bottom: 0.625rem !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.left-4 {
  left: 1rem !important;
}

.top-2\.5 {
  top: 0.625rem !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-\[40\] {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-\[100\] {
  z-index: 100 !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-8 {
  margin: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-2\.5 {
  margin-top: 0.625rem !important;
}

.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mr-\[2rem\] {
  margin-right: 2rem !important;
}

.mb-\[2rem\] {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-fit {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-screen {
  height: 100vh !important;
}

.h-12 {
  height: 3rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-\[300px\] {
  height: 300px !important;
}

.h-80 {
  height: 20rem !important;
}

.h-full {
  height: 100% !important;
}

.h-\[32px\] {
  height: 32px !important;
}

.max-h-\[42rem\] {
  max-height: 42rem !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-h-\[64rem\] {
  max-height: 64rem !important;
}

.max-h-\[95vh\] {
  max-height: 95vh !important;
}

.min-h-fit {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

.w-full {
  width: 100% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-16 {
  width: 4rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-8 {
  width: 2rem !important;
}

.w-\[300px\] {
  width: 300px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-56 {
  width: 14rem !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-0 {
  width: 0px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-0 {
  max-width: 0rem !important;
}

.flex-none {
  flex: none !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.grow {
  flex-grow: 1 !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}

.snap-center {
  scroll-snap-align: center !important;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.content-center {
  align-content: center !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-center {
  align-items: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-center {
  align-self: center !important;
}

.self-baseline {
  align-self: baseline !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.border {
  border-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-r-\[1px\] {
  border-right-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-solid {
  border-style: solid !important;
}

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

.border-gray-666 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(102 102 102 / var(--tw-border-opacity)) !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.bg-\[\#222222\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity)) !important;
}

.bg-unified-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(72 151 196 / var(--tw-bg-opacity)) !important;
}

.bg-zinc-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity)) !important;
}

.bg-zinc-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity)) !important;
}

.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-unified-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 66 64 / var(--tw-bg-opacity)) !important;
}

.bg-unified-light-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(210 247 255 / var(--tw-bg-opacity)) !important;
}

.bg-unified-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 95 239 / var(--tw-bg-opacity)) !important;
}

.bg-zinc-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

.bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#6FC6EB\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(111 198 235 / var(--tw-bg-opacity)) !important;
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#3c3c3c\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity)) !important;
}

.bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.from-gray-900 {
  --tw-gradient-from: #111827 !important;
  --tw-gradient-to: rgb(17 24 39 / 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-slate-50 {
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-to: rgb(248 250 252 / 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-blue-600 {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-to: rgb(37 99 235 / 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563 !important;
}

.to-slate-200 {
  --tw-gradient-to: #e2e8f0 !important;
}

.to-purple-600 {
  --tw-gradient-to: #9333ea !important;
}

.fill-unified-white {
  fill: #F6F6F6 !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-0\.5 {
  padding-left: 0.125rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.text-gray-666 {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-gray-808080 {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}

.text-unified-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(72 151 196 / var(--tw-text-opacity)) !important;
}

.text-unified-white {
  --tw-text-opacity: 1 !important;
  color: rgb(246 246 246 / var(--tw-text-opacity)) !important;
}

.text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}

.text-\[\#FDD835\] {
  --tw-text-opacity: 1 !important;
  color: rgb(253 216 53 / var(--tw-text-opacity)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.text-rose-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 18 60 / var(--tw-text-opacity)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
}

.text-unified-turquoise {
  --tw-text-opacity: 1 !important;
  color: rgb(84 254 225 / var(--tw-text-opacity)) !important;
}

.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(134 239 172 / var(--tw-text-opacity)) !important;
}

.text-unified-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(93 95 239 / var(--tw-text-opacity)) !important;
}

.text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition-\[max-height\] {
  transition-property: max-height !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-\[width\] {
  transition-property: width !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.red:hover{
  color: #d9534f;
}

@font-face {
  font-family: Optician-Sans;

  src: url(/fonts/Optician-Sans.woff2);
}

html {
  background-size: 100%;
  background-color: black;
  color: white;
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  overflow: hidden
}

.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-message{
  position: relative;
}

#mtg-frame {
  height: 450px;
  /* border: 0; */
  background-color: black;
  margin: 10px;
}

/* For Firefox */

html {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

::-webkit-scrollbar {
  height: 10px;
  width: 0px;
  background: transparent;
}

.dark-box {
  padding: 10px;
  background-color: #111111;
  border: 1px solid #6FC6EB;
  border-radius: 4px;
  text-align: center;
}

.black {
  background-color: black;
}

.blue {
  color: #6FC6EB;
}

.darkgray {
  background-color: #222222;
}

.google-visualization-table-table th {
  border: solid #6FC6EB !important;
  border-width: 0px 0px 1px 0px !important;
  white-space: nowrap;
}

.google-visualization-table-table td {
  border: solid black !important;
  border-width: 2px 0px 0px 2px !important;
  white-space: nowrap;
}

.btn.inactive {
  opacity: 0.5;
}

a {
  color: #60b5ff;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fill {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.form-control {
  background-color: black;
  color: white;
}

.timepicker .btn-default {
  color: white;
  background-color: black;
}

.timepicker .btn-default:hover, .btn-default.focus,.btn-default:focus {
  background-color: #6FC6EB;
  color: white;
  border: 1px solid #6FC6EB;
}

.form-control:disabled {
  background-color: black;
}

.meeting-input {
  width: 370px;
}

.meeting:hover div{
  color: #6FC6EB;
}

.meeting-item {
  width: 112px;
  height: 38px;
  display: inline-block;
  background: black;
  padding: 2px 6px;
  margin: 4px 0px;
  border-radius: 0px 3px 3px 0px;
  color:white;
  border: 1px solid gray;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* white-space: normal; */
}

.meeting-item.wide {
  width: 200px;
}

.meeting-item-text {
  width: 68px;
  height: 38px;
  /* display: inline-block; */
  /* white-space: nowrap; */
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meeting-item-text.wide {
  width: 145px;
}

.meeting-item.prefix {
  width: 54px;
  margin-right: -7px;
  background: #333333;
  border-radius: 3px;
  text-align: right;
}

.meeting-first-col {
  border-right: 1px solid gray;
}

.refresh-btn {
  cursor: pointer;
  vertical-align: middle;
  margin: 4px;
}

.refresh-btn:hover {
  color: #6FC6EB;
}

.share-with {
  width: 100%;
  height: -webkit-fit-content!important;
  height: -moz-fit-content!important;
  height: fit-content!important;
}

.inactive-share {
  text-decoration: line-through;
  color: gray;
}

/* 
.current-patient-share-user {
    border: 0.1px solid #444444;
    border-radius: 3px;
    padding: 3px 9px;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 40%);
    margin: 9px 0px;
}
.current-patient-share-user:hover {
    background-color: #111111;
} */

.top-nav {
  background-color: #171515;
  margin-left:0px;
  margin-right:0px;
}

.top-nav-logo {
  float: left;
  height: 40px;
  margin: 8px 6px 10px 12px;
}

.top-nav-form {
  float: left;
  height: 34px;
  margin: 13px 3px;
}

.top-nav-form .form-control {
  display: inline-block;
  width: auto;
}

#search-input {
  width: 200px;
  border: 1px solid #666666;
}

#search-btn {
  margin-left: -6px !important;
  border-radius: 0px 4px 4px 0px;
}

.search-results-below {
  font-size: small;
}

.local-search-result {
  /* color: #C8E6C9 !important; */
}

@media (max-width: 400px) {
  .top-nav-form .form-control {
    width: 122px;
  }

  /*.patient-card {
        display: none;
    }*/
}

@media screen and (max-device-width : 568px) {
  .top-nav-dropdown {
    font-size: 17px;
  }

  .upload-file-list {
    margin: 0 5px !important;
  }
}

.dropdown-list-icon{
  display:inline-block;
  width:20px;
  text-align:center;
}

.dropdown-text{
  text-align:left;
  padding-left: 0;
  margin-left: 0;
}

.top-nav-dropdown {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}

.top-nav-dropdown-menu {
  /* background-color: black !important; */
  border: 0px !important;
  text-align: left;
  padding: 10px 20px 2px 10px;
  font-size: 11px;
  width:128px;
  color: #999999;
  margin-left: -80px;
  position: fixed;
}

.top-nav-dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #dee2e6;
  margin: 6px 0px;
  white-space: nowrap;
  /* background-color: black; */
  padding: 0;
  font-size: 14px;
}

.dropdown-dark > li > a {
  color: #dee2e6;
  padding-left: 10px;
}

.top-nav-dropdown-menu>li>a:focus, .top-nav-dropdown-menu>li>a:hover {
  background-color: #222222;
  color: #6FC6EB;
}

#settingsIcon {
  display: none;
}

#settingsName {
  display: inline-block;
}

.dropdown-toggle {
  color: #4897c4;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
  color: #6FC6EB;
}

.cool-spinner {
  position: absolute;
  width: 92px;
  height: 92px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent #6fc6eb #6fc6eb;
  border-radius: 60px;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.cool-spinner.little {
  width: 30px;
  height: 30px;
  border-width: 2px;
  margin: -4px -7px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

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

  to {
    transform:rotate(360deg);
  }
}

.dropdown-menu {
  background-color: #222222;
  border: 1px solid #4897c4;
  border-radius: 4px;
  max-width: 250px;
}

.dropdown-menu .dropdown-item a {
  color: #ffffff;
}

.dropdown-menu .dropdown-item a:hover {
  background-color: #6FC6EB;
}

.dropdown-menu>li>a {
  white-space: normal;
}

.clinical-code-header {
  font-weight: bold;
}

.clinical-code-description {
  white-space: normal;
  font-size: 9pt;
  max-width: 170px;
}

.popover-clinical-code-description {
  white-space: normal;
  font-size: 9pt;
  max-height: 300px;
  overflow-y: scroll;
}

.section {
  padding: 30px;
}

.viewer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.viewportWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}

.viewport.has-overlay {
  cursor: none;
}

.gallery-slider-wrapper {
  min-height: 50px;
}

.gallery-slider-wrapper p, .gallery-slider-wrapper .fa-spinner {
  line-height: 100px;
  color: #6FC6EB;
}

.gallery-slider {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: black;
  border-top: 1px solid gray;
  height: 140px;
}

/* Track */

.gallery-slider::-webkit-scrollbar-track {
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #4897c4;
  border: 1px solid black;
  width:10%;
  opacity:0.5;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6FC6EB;
  border: 1px #4897c4;
}

.meeting.popover, .meeting-item.popover {
  background-color: #222222;
  border: 1px solid #6FC6EB;
}

.popover, .popover-title {
  background-color: #222222;
}

.popover {
  border: 1px solid #6FC6EB;
}

.popover-title {
  border-bottom: 1px solid #6FC6EB;
}

.popover.top>.arrow:after {
  border-top-color: #707070;
}

.gallery-options {
  background-color: #707070;
  padding: 0 6px 0 10px;
}

.gallery-options .btn {
  color: #707070;
}

.btn-fixed-height {
  height: 32px;
}

.btn-add-tag {
  vertical-align: top;
  padding: 5px 9px;
  margin-left: 5px;
}

.btn:focus {
  color: white;
}

.btn-nav {
  margin: 0px 10px;
}

.blue {
  color: white;
  border: 1px solid #666666;
}

.glow {
  box-shadow: 0px 0px 10px 1px #03A9F4!important;
  /* animation: glow 2s infinite alternate; */
  background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
  background-repeat: no-repeat;
  background-position: -100vw;
  -webkit-animation: shine 4s ease-in-out infinite;
          animation: shine 4s ease-in-out infinite;
}

.glow-inset {
  box-shadow: 0px 0px 10px 1px #03A9F4 inset;
  /* animation: glow-inset 2s infinite alternate */
  /* background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      background-repeat: no-repeat;
      background-position: -100vw;
    animation: shine 4s ease-in-out infinite; */
}

.blue:focus, .blue:hover {
  background-color: #6FC6EB;
  color: white;
  border: 1px solid #6FC6EB;
}

.blue.active {
  background-color: #6FC6EB;
}

.blue.active i {
  color: white;
}

.btn-sm-close {
  color: gray;
  padding: 0px;
}

.btn-sm-close:focus, .btn-sm-close:hover i {
  color: #6FC6EB;
}

.btn-sm-dropdown {
  background-color: #222222;
  padding: 2px 12px;
  margin: 0px 7px;
  white-space: normal;
}

.btn-group > .btn-sm-dropdown {
  margin-right: 0;
}

.edit-image-upload .btn-sm-dropdown {
  margin: 0px;
  margin-left: 6px !important;
}

.btn-nav {
  margin: 0px 0px;
}

.gray {
  background-color: #3c3c3c;
}

.gray:focus, .gray:hover {
  color: #4897c4;
}

.btn-help {
  /* vertical-align: top;  */
  color: #4897c4;
  font-size: 20px;
  margin: 0px 4px;
}

.btn-help:focus, .btn-help:hover {
  color: #6FC6EB;
}

.btn-expand {
  float: right;
  margin: 10px 6px 10px 10px;
  color: black;
}

.btn-scroll {
  position: fixed;
  color: white;
  display: none;
  z-index: 99;
}

.btn-chat {
  background-color: #337ab7;
}

.filter-group-popover {
  display:block;
  margin-bottom: 10px;
  margin-top: 2px;
}

.filter-group-popover .btn {
  background-color: #707070;
  color: white;
}

.filter-group-popover .btn-primary {
  background-color: #337ab7;
}

.m-r {
  margin-right: 20px;
}

.m-b {
  margin-bottom: 10px;
}

.m-b-100{
  margin-bottom:100px;
}

.gallery-options img {
  height: 40px;
  margin-top: 4px;
}

.gallery-item {
  display: inline-block;
  border: 2px solid black;
  transition: border .2s ease-in-out;
  width: 140px;
  position: relative;
  cursor: pointer;
  height: 100px;
  overflow: hidden;
}

.gallery-item.selected {
  border-color: #545451;
}

.report-image-selected{
  border-color: #545451;
}

.gallery-group {
  display: inline-block;
  padding: 0 20px;
}

.gallery-options .btn {
  background-color: #707070;
  color: white;
}

.gallery-options .btn-primary {
  background-color: #337ab7;
}

.gallery-group-caption {
  width: 160px;
  margin: 5px 0;
  font-size: 20px;
  cursor: pointer;
}

.gallery-group-caption:hover {
  color: #6FC6EB;
}

.gallery-item .image {
  display: block;
  width: 100px;
  cursor: pointer;
  background-color: black;
  margin: auto;
}

/*.gallery-slider img.thumbnail.selected {
    background-color: black;
    border-color: #6FC6EB;
}
*/

.gallery-item .caption{
  position: absolute;
  bottom: -1px;
  left: 0px;
  /* close tiny gap */
  width: 100%;
  /* close tiny gap */
  background-color: #545451;
  font-size: 12px;
  color: white;
  margin: 0px auto;
  padding: 1px 5px;
  text-align: right;
}

.thumb-tag {
  position: absolute;
  top: -1px;
  left: 0px;
  /* close tiny gap */
  width: 100%;
  /* close tiny gap */
  font-size: 14px;
  margin: 0px auto;
  padding: 0px 2px;
  text-align: right;
  color: #ffffff !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.grid-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #000000;
}

.ui-grid {
  /* position: absolute; */
  padding: 0;
  /* overflow: auto; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #222222;
  border-left: 1px solid #222222;
}

body.overlay-mode .grid-item:hover {
  border: 2px solid #6FC6EB;
}

body.overlay-mode .grid-item.waiting-overlay:hover {
  border: 2px solid #000000;
}

.grid-controls {
  position: fixed;
  bottom: 10px;
  right: 16px;
}

.btn-nav-text{
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-help {
  display: None;
}

.msg-and-learn {
  display: inline-block;
}

@media (max-width:1800px) {
  #search-input {
    width: 135px;
  }
}

@media (max-width: 1700px) {
  .top-nav-form {
    margin: 13px 3px;
  }

  .btn-nav-text {
    display: none;
  }
}

@media (max-width: 545px){
  #search-input {
    width:70px;
  }
}

@media (max-width: 500px){
  .msg-and-learn {
    display: None;
  }

  .dropdown-help {
    display: list-item;
  }

  .btn-nav {
    padding: 6px 10px !important;
    margin-top: -20px !important;
  }
}

@media (max-width: 1100px) {
  #settingsIcon {
    display: inline-block;
  }

  #settingsName {
    display: none;
  }

  #settingsIcon i, .btn-help {
    font-size: 20px !important;
  }
}

@media (max-width: 800px) {
  .top-nav-form .fa {
    color: white;
  }
}

/*@media (max-width: 745px) {
    .patient-card {
        display: none;
    }
}*/

/*@media (max-width: 1014px){
    .patient-util-btns{
        padding-left: 37px;
        margin-top: 0px;
    }
}*/

@media (max-width: 645px) {
  .btn-blue {
    margin: 0px 4px !important;
  }

  .top-nav-form .form-control {
    width: 140px;
    /* margin: 13px 2px; */
  }

  .top-nav-dropdown-menu {
    margin-left: -133px;
  }

  .fa {
    /* color: #6FC6EB; */
    /*font-size: 18px;*/
  }

  /*.patient-card {
        display: none;
    }*/

  .gallery-item {
    min-width: 100px;
    height: 100px;
  }

  .gallery-item .image {
    width: 100px;
  }

  .meeting-input {
    width: 300px;
    margin: 15px;
  }

  .form-group {
    margin-bottom: 5px;
  }

  .meeting-first-col {
    padding: 0px;
    border: 0px;
  }

  .meeting-second-col {
    padding: 0px;
  }

  .meeting-item {
    width: auto;
  }

  .top-nav {
    max-height: 120px;
  }
}

@media (max-width: 420px) {
  #settingsIcon i, .btn-help {
    font-size: 20px !important;
  }

  #search-input {
    width: 40px;
  }

  .top-nav-form {
    float: left !important;
  }

  .btn-nav {
    font-size: 14px;
    padding: 4px 8px !important;
    margin-top: -20px !important;
  }

  .top-nav {
    /* max-height: 110px; */
  }
}

@media (max-width: 382px) {
  #search-input {
    width: 30px;
  }
}

.dicom-wrapper .btn-sm .fa {
  color: #000;
  font-size: 12px;
}

/*Caption*/

.image-viewer {
  width: 100%;
  height: 100%;
}

.image-viewer-bar {
  position: relative;
  height: 34px;
  width: 100%;
  font-size: 12px;
  z-index: 40;
  background-color: #222222;
  text-align: left;
}

.image-viewer-bar .image-viewer-bar-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 125px;
  overflow-x: auto;
  white-space: nowrap;
}

.image-viewer-bar .image-viewer-bar-right {
  position: absolute;
  right: 0;
  width: auto;
  margin-left: 10px;
  /* border-left: 1px solid #000000;
    box-shadow: 0px 0px 6px #222222; */
}

.image-viewer-bar::-webkit-scrollbar {
  height: 5px;
}

.image-viewer-bar .fa {
  font-size: 14px;
}

.image-viewer-bar .btn-link {
  padding: 6px 12px;
  color: #706f6f;
  outline: none !important;
  margin-right: -4px;
}

.image-viewer-bar .btn-link.m-r {
  margin-right: 10px;
}

.image-viewer-bar .btn-link.m-l {
  margin-left: 10px;
}

.image-viewer-bar .btn-link:hover, .image-viewer-bar .btn-link.active  {
  /* border: 1px solid #222222;
    box-shadow: inset 0 0 5px #222222; */
  color: #6FC6EB;
}

.image-viewer-bar .btn-link:disabled {
  color: #706f6f;
}

/* .image-viewer-bar .btn-link.active {
    border: 1px solid #4897c4;
    box-shadow: inset 0px 0px 5px #4897c4;
} */

.image-tag-bar {
  position: absolute;
  top: 114px;
  right: 40px;
  font-size: 12px;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0px 0px 4px;
  border: 0px solid #6FC6EB;
}

.image-tag-list {
  text-align: left;
  padding: 10px 20px;
}

.viewer-image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.viewer-image-arrow {
  display: none;
  position: absolute;
  top: 45%;
  font-size: 60px;
  cursor: pointer;
}

.grid-item:hover .viewer-image-arrow {
  display: block;
}

.viewer-image-arrow-left {
  left: 15px;
}

.viewer-image-arrow-right {
  right: 15px;
}

.drag-enter {
  opacity: .8;
  border: 2px dashed #6FC6EB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.viewer-image.dragging {
  opacity: .8;
  border: 2px solid #6FC6EB;
}

/*Layout Selector*/

.layout-selector {
  display: inline-block;
  margin: 0;
}

.layout-selector.detached {
  position: absolute;
  right: 175px;
  margin: 9px 6px 9px 10px;
}

.layout-selector.attached .btn-primary {
  border: 1px solid #ffffff;
  background-color: #FFFFFF;
  color: black !important;
}

.layout-selector.detached .btn-block+.btn-block {
  margin-top: 0;
}

.layout-selector.detached .btn-group .btn+.btn {
  margin-left: 0;
}

.noUi-horizontal {
  height: 15px;
}

.noUi-handle:before, .noUi-handle:after {
  height: 12px;
  left: 5px;
  top: 3px;
}

.noUi-handle:after {
  left: 22px;
}

.noUi-handle:before, .noUi-handle:after {
  height: 12px;
  left: 5px;
  top: 3px;
}

.noUi-handle:after {
  left: 22px;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 22px;
  left: -15px;
  top: -4px;
  border-radius: 3px;
  cursor: default;
  border: 1px solid #969696;
  box-shadow: none;
}

.noUi-handle:before, .noUi-handle:after {
  background: #AFAFAF;
}

.fancy-blue-text {
  color: #6FC6EB;
  font-family: Georgia;
  font-style: italic;
}

.message {
  height: 100px;
}

.modal-content {
  background-color: #222222;
  border-color: #6FC6EB;
}

.modal-header, .modal-body, .modal-footer{
  width: 100%;
  border: 0px;
}

.modal-body {
  padding: 0px;
}

.modal-sm {
  width: 350px;
}

.padded-sides {
  padding: 0px 30px;
}

#uploading-boxes {
  width: 100%;
  font-size: 16px;
  word-break: break-word;
  vertical-align: top;
}

#uploading-boxes.small {
  display:inline-block;
  width: 50%;
  font-size: 12px;
}

#uploading-boxes.small .btn {
  font-size: 12px;
}

#uploading-boxes.small.smaller {
  width: 25%;
}

.upload-file-list {
  margin: 0 25px;
}

.uploading-file-box {
  display: inline-block;
  width: 95%;
  /* padding: 7px 20px; */
  /* padding: 0px 0px 8px 15px; */
  padding: 0px 0px 12px;
  margin: 7px;
  background-color: #111111;
  border: 1px solid #6FC6EB;
  border-radius: 4px;
}

.uploading-file-box:hover {
  background-color: black;
  color: #6FC6EB;
}

.uploading-file-box.inactive {
  /* opacity: 0.5; */
}

.uploading-file-box.inactive:hover {
  color: white;
}

.uploading-filename {
  max-width: 82%;
  vertical-align: middle;
  border: 1px solid #333333;
  border-radius: 3px;
  padding: 5px 9px;
  background-color: black;
}

.dropdown-menu {
  background-color: #222222;
  border: 1px solid #4897c4;
  border-radius: 4px;
  z-index:99999999;
}

.dropdown-menu .dropdown-item a {
  color: #ffffff;
}

.dropdown-menu .dropdown-item a:hover {
  background-color: #6FC6EB;
}

.btn-prefixed{
  display: inline-block;
  /* background: black; */
  /* padding: 2px 6px; margin: 4px 0px; */
  border-radius: 0px 3px 3px 0px;
  /* color:white; */
  /* border: 1px solid gray; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* white-space: normal; */
}

.btn-prefixed.prefix {
  margin-right: -20px;
  background:#111111;
  border-radius: 3px;
  text-align: right;
  cursor: auto;
}

.btn-prefixed.prefix:hover {
  border: 1px solid #666666;
}

.setup-step {
  margin: 20px 10px;
}

.setup-step > * {
  margin: 5x 0px;
}

.upload-status-icon {
  display: inline-block;
  margin: 5px 20px;
}

.upload-status-message {
  /* width: 60%; */
  vertical-align: middle;
}

.upload-error-message {
  font-size: 13px;
  color: gray;
  word-break: normal;
  margin-left: 10px;
}

.datepicker-upload {
  font-size: 14px;
  width: 130px;
  background-color: transparent;
  border: 0px;
  color: gray;
}

.datepicker-upload:hover {
  color: #6FC6EB;
}

.modal-close-btn {
  background-color:transparent;
  color: #bdc3c7;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  transition: color 0.1s ease-in-out;
}

.modal-close-btn:focus, .modal-close-btn:active{
  outline: none !important;
  border: 1px solid transparent !important;
}

.modal-close-btn:hover{
  color: #d9534f;
}

.annotation-delete-btn {
  color: #bdc3c7;
  vertical-align: middle;
  transition: color 0.1s ease-in-out;
}

.annotation-delete-btn:hover {
  color: #d9534f;
}

.center {
  display: table;
  margin: 0 auto;
}

.transparent {
  -ms-opacity: 0.9;
  opacity: 0.9;
}

.drawer {
  display: block;
  background-color: black;
  color: white;
  border-right: 1px solid #6FC6EB;
  min-height: 1px;
  height: 100%;
  top: 60px;
  left: 0;
  position: fixed;
  z-index: 1035;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.drawer.drawer-right {
  left: auto;
  right: 0;
}

.drawer-contents, .drawer-heading, .drawer-body, .drawer-nav, .drawer-footer, .drawer ul, .drawer li {
  display: inherit;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}

.drawer-nav {
  max-height: 40%;
  overflow-y: auto;
  position: relative;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.drawer-nav::-webkit-scrollbar {
  display: none;
}

.drawer-heading {
  background-color: #171515;
  color: #6FC6EB;
}

.drawer-right {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #6FC6EB;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
}

.drawer-inverse {
  background-color: #333333;
  color: #eeeeee;
  border-right: 1px solid #1a1a1a;
}

.drawer-inverse.drawer-right {
  border-right: 1px solid #6FC6EB;
}

.drawer-inside {
  position: absolute;
}

.drawer-controls {
  float: right;
  margin-right: -16.66666667%;
  padding: 10px;
  height: 50%;
  position: relative;
  width: 16.66666667%;
  z-index: 500;
}

.drawer-contents {
  background-color: black;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.drawer-right .drawer-controls {
  float: left;
  margin-left: -16.66666667%;
  margin-right: 0;
}

.drawer-heading {
  border-bottom: 1px solid #6FC6EB;
  padding: 10px 15px;
  color: inherit;
  font-family: Optician-Sans;
}

.drawer-heading-advanced-search{
  border-bottom:0px!important;
}

.drawer-title {
  margin-top: 0;
  margin-bottom: 0;
}

.drawer-inner-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}

.drawer-body,
.drawer-nav {
  padding: 10px 15px;
}

.drawer-nav,
.drawer-fullnav {
  padding: 10px 15px;
  margin-bottom: 0;
  list-style: none;
}

.drawer-nav li, .drawer-fullnav li {
  position: relative;
  margin-bottom: 5px;
}

.drawer-nav li a, .drawer-fullnav li a {
  color: white;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.drawer-nav li.active a,
.drawer-fullnav li.active a,
.drawer-nav li a:hover,
.drawer-fullnav li a:hover,
.drawer-nav li a:focus,
.drawer-fullnav li a:focus {
  color: white;
  text-decoration: none;
  background-color: #222222;
  color: #6FC6EB;
}

.drawer-fullnav {
  color: #ffffff;
  padding: 0;
}

.drawer-fullnav li {
  margin-bottom: 0;
}

.drawer-fullnav li a {
  border-radius: 0;
}

.drawer-inverse .drawer-contents {
  background-color: #333333;
}

.drawer-inverse .drawer-fullnav li a,
.drawer-inverse .drawer-nav li a {
  color: #ffffff;
  padding: 10px 15px;
}

.drawer-inverse .drawer-fullnav li.active a,
.drawer-inverse .drawer-fullnav li a:hover,
.drawer-inverse .drawer-fullnav li a:active,
.drawer-inverse .drawer-nav li.active a,
.drawer-inverse .drawer-nav li a:hover,
.drawer-inverse .drawer-nav li a:active {
  color: #eeeeee;
  background-color: #1a1a1a;
}

.drawer-footer {
  padding: 10px 15px;
}

.drawer-footer.locked {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dw-xs-12 {
  width: 100%;
}

.fold.dw-xs-12 {
  margin-left: -100%;
}

.drawer-right.fold.dw-xs-12 {
  margin-right: -100%;
}

.dw-xs-11 {
  width: 91.66666667%;
}

.fold.dw-xs-11 {
  margin-left: -91.66666667%;
}

.drawer-right.fold.dw-xs-11 {
  margin-right: -91.66666667%;
}

.dw-xs-10 {
  width: 83.33333333%;
}

.fold.dw-xs-10 {
  margin-left: -83.33333333%;
}

.drawer-right.fold.dw-xs-10 {
  margin-right: -83.33333333%;
}

.dw-xs-9 {
  width: 75%;
}

.fold.dw-xs-9 {
  margin-left: -75%;
}

.drawer-right.fold.dw-xs-9 {
  margin-right: -75%;
}

.dw-xs-8 {
  width: 66.66666667%;
}

.fold.dw-xs-8 {
  margin-left: -66.66666667%;
}

.drawer-right.fold.dw-xs-8 {
  margin-right: -66.66666667%;
}

.dw-xs-7 {
  width: 58.33333333%;
}

.fold.dw-xs-7 {
  margin-left: -58.33333333%;
}

.drawer-right.fold.dw-xs-7 {
  margin-right: -58.33333333%;
}

.dw-xs-6 {
  width: 50%;
}

.fold.dw-xs-6 {
  margin-left: -50%;
}

.drawer-right.fold.dw-xs-6 {
  margin-right: -50%;
}

.dw-xs-5 {
  width: 41.66666667%;
}

.fold.dw-xs-5 {
  margin-left: -41.66666667%;
}

.drawer-right.fold.dw-xs-5 {
  margin-right: -41.66666667%;
}

.dw-xs-4 {
  width: 33.33333333%;
}

.fold.dw-xs-4 {
  margin-left: -33.33333333%;
}

.drawer-right.fold.dw-xs-4 {
  margin-right: -33.33333333%;
}

.dw-xs-3 {
  width: 25%;
}

.fold.dw-xs-3 {
  margin-left: -25%;
}

.drawer-right.fold.dw-xs-3 {
  margin-right: -25%;
}

.dw-xs-2 {
  width: 16.66666667%;
}

.fold.dw-xs-2 {
  margin-left: -16.66666667%;
}

.drawer-right.fold.dw-xs-2 {
  margin-right: -16.66666667%;
}

.dw-xs-1 {
  width: 8.33333333%;
}

.fold.dw-xs-1 {
  margin-left: -8.33333333%;
}

.drawer-right.fold.dw-xs-1 {
  margin-right: -8.33333333%;
}

@media (min-width: 768px) {
  .dw-sm-12 {
    width: 100%;
  }

  .fold.dw-sm-12 {
    margin-left: -100%;
  }

  .drawer-right.fold.dw-sm-12 {
    margin-right: -100%;
  }

  .dw-sm-11 {
    width: 91.66666667%;
  }

  .fold.dw-sm-11 {
    margin-left: -91.66666667%;
  }

  .drawer-right.fold.dw-sm-11 {
    margin-right: -91.66666667%;
  }

  .dw-sm-10 {
    width: 83.33333333%;
  }

  .fold.dw-sm-10 {
    margin-left: -83.33333333%;
  }

  .drawer-right.fold.dw-sm-10 {
    margin-right: -83.33333333%;
  }

  .dw-sm-9 {
    width: 75%;
  }

  .fold.dw-sm-9 {
    margin-left: -75%;
  }

  .drawer-right.fold.dw-sm-9 {
    margin-right: -75%;
  }

  .dw-sm-8 {
    width: 66.66666667%;
  }

  .fold.dw-sm-8 {
    margin-left: -66.66666667%;
  }

  .drawer-right.fold.dw-sm-8 {
    margin-right: -66.66666667%;
  }

  .dw-sm-7 {
    width: 58.33333333%;
  }

  .fold.dw-sm-7 {
    margin-left: -58.33333333%;
  }

  .drawer-right.fold.dw-sm-7 {
    margin-right: -58.33333333%;
  }

  .dw-sm-6 {
    width: 50%;
  }

  .fold.dw-sm-6 {
    margin-left: -50%;
  }

  .drawer-right.fold.dw-sm-6 {
    margin-right: -50%;
  }

  .dw-sm-5 {
    width: 41.66666667%;
  }

  .fold.dw-sm-5 {
    margin-left: -41.66666667%;
  }

  .drawer-right.fold.dw-sm-5 {
    margin-right: -41.66666667%;
  }

  .dw-sm-4 {
    width: 33.33333333%;
  }

  .fold.dw-sm-4 {
    margin-left: -33.33333333%;
  }

  .drawer-right.fold.dw-sm-4 {
    margin-right: -33.33333333%;
  }

  .dw-sm-3 {
    width: 25%;
  }

  .fold.dw-sm-3 {
    margin-left: -25%;
  }

  .drawer-right.fold.dw-sm-3 {
    margin-right: -25%;
  }

  .dw-sm-2 {
    width: 16.66666667%;
  }

  .fold.dw-sm-2 {
    margin-left: -16.66666667%;
  }

  .drawer-right.fold.dw-sm-2 {
    margin-right: -16.66666667%;
  }

  .dw-sm-1 {
    width: 8.33333333%;
  }

  .fold.dw-sm-1 {
    margin-left: -8.33333333%;
  }

  .drawer-right.fold.dw-sm-1 {
    margin-right: -8.33333333%;
  }
}

@media (min-width: 992px) {
  .dw-md-12 {
    width: 100%;
  }

  .fold.dw-md-12 {
    margin-left: -100%;
  }

  .drawer-right.fold.dw-md-12 {
    margin-right: -100%;
  }

  .dw-md-11 {
    width: 91.66666667%;
  }

  .fold.dw-md-11 {
    margin-left: -91.66666667%;
  }

  .drawer-right.fold.dw-md-11 {
    margin-right: -91.66666667%;
  }

  .dw-md-10 {
    width: 83.33333333%;
  }

  .fold.dw-md-10 {
    margin-left: -83.33333333%;
  }

  .drawer-right.fold.dw-md-10 {
    margin-right: -83.33333333%;
  }

  .dw-md-9 {
    width: 75%;
  }

  .fold.dw-md-9 {
    margin-left: -75%;
  }

  .drawer-right.fold.dw-md-9 {
    margin-right: -75%;
  }

  .dw-md-8 {
    width: 66.66666667%;
  }

  .fold.dw-md-8 {
    margin-left: -66.66666667%;
  }

  .drawer-right.fold.dw-md-8 {
    margin-right: -66.66666667%;
  }

  .dw-md-7 {
    width: 58.33333333%;
  }

  .fold.dw-md-7 {
    margin-left: -58.33333333%;
  }

  .drawer-right.fold.dw-md-7 {
    margin-right: -58.33333333%;
  }

  .dw-md-6 {
    width: 50%;
  }

  .fold.dw-md-6 {
    margin-left: -50%;
  }

  .drawer-right.fold.dw-md-6 {
    margin-right: -50%;
  }

  .dw-md-5 {
    width: 41.66666667%;
  }

  .fold.dw-md-5 {
    margin-left: -41.66666667%;
  }

  .drawer-right.fold.dw-md-5 {
    margin-right: -41.66666667%;
  }

  .dw-md-4 {
    width: 33.33333333%;
  }

  .fold.dw-md-4 {
    margin-left: -33.33333333%;
  }

  .drawer-right.fold.dw-md-4 {
    margin-right: -33.33333333%;
  }

  .dw-md-3 {
    width: 25%;
  }

  .fold.dw-md-3 {
    margin-left: -25%;
  }

  .drawer-right.fold.dw-md-3 {
    margin-right: -25%;
  }

  .dw-md-2 {
    width: 16.66666667%;
  }

  .fold.dw-md-2 {
    margin-left: -16.66666667%;
  }

  .drawer-right.fold.dw-md-2 {
    margin-right: -16.66666667%;
  }

  .dw-md-1 {
    width: 8.33333333%;
  }

  .fold.dw-md-1 {
    margin-left: -8.33333333%;
  }

  .drawer-right.fold.dw-md-1 {
    margin-right: -8.33333333%;
  }
}

@media (min-width: 1200px) {
  .dw-lg-12 {
    width: 100%;
  }

  .fold.dw-lg-12 {
    margin-left: -100%;
  }

  .drawer-right.fold.dw-lg-12 {
    margin-right: -100%;
  }

  .dw-lg-11 {
    width: 91.66666667%;
  }

  .fold.dw-lg-11 {
    margin-left: -91.66666667%;
  }

  .drawer-right.fold.dw-lg-11 {
    margin-right: -91.66666667%;
  }

  .dw-lg-10 {
    width: 83.33333333%;
  }

  .fold.dw-lg-10 {
    margin-left: -83.33333333%;
  }

  .drawer-right.fold.dw-lg-10 {
    margin-right: -83.33333333%;
  }

  .dw-lg-9 {
    width: 75%;
  }

  .fold.dw-lg-9 {
    margin-left: -75%;
  }

  .drawer-right.fold.dw-lg-9 {
    margin-right: -75%;
  }

  .dw-lg-8 {
    width: 66.66666667%;
  }

  .fold.dw-lg-8 {
    margin-left: -66.66666667%;
  }

  .drawer-right.fold.dw-lg-8 {
    margin-right: -66.66666667%;
  }

  .dw-lg-7 {
    width: 58.33333333%;
  }

  .fold.dw-lg-7 {
    margin-left: -58.33333333%;
  }

  .drawer-right.fold.dw-lg-7 {
    margin-right: -58.33333333%;
  }

  .dw-lg-6 {
    width: 50%;
  }

  .fold.dw-lg-6 {
    margin-left: -50%;
  }

  .drawer-right.fold.dw-lg-6 {
    margin-right: -50%;
  }

  .dw-lg-5 {
    width: 41.66666667%;
  }

  .fold.dw-lg-5 {
    margin-left: -41.66666667%;
  }

  .drawer-right.fold.dw-lg-5 {
    margin-right: -41.66666667%;
  }

  .dw-lg-4 {
    width: 33.33333333%;
  }

  .fold.dw-lg-4 {
    margin-left: -33.33333333%;
  }

  .drawer-right.fold.dw-lg-4 {
    margin-right: -33.33333333%;
  }

  .dw-lg-3 {
    width: 25%;
  }

  .fold.dw-lg-3 {
    margin-left: -25%;
  }

  .drawer-right.fold.dw-lg-3 {
    margin-right: -25%;
  }

  .dw-lg-2 {
    width: 16.66666667%;
  }

  .fold.dw-lg-2 {
    margin-left: -16.66666667%;
  }

  .drawer-right.fold.dw-lg-2 {
    margin-right: -16.66666667%;
  }

  .dw-lg-1 {
    width: 8.33333333%;
  }

  .fold.dw-lg-1 {
    margin-left: -8.33333333%;
  }

  .drawer-right.fold.dw-lg-1 {
    margin-right: -8.33333333%;
  }
}

.fold {
  margin-right: 0;
}

.folding {
  height: 100%;
  transition-property: margin-left;
  /* should match iaSettings.drawerFoldMs in app.js */
  transition-duration: 0.35s;
  /* should match iaSettings.drawerFoldMs in app.js */
  transition-timing-function: ease;
}

.drawer-right.fold {
  margin-left: 0;
}

.drawer-right.folding {
  transition-property: margin-right;
}

.fold.open,
.drawer-right.fold.open {
  margin-left: 0;
  margin-right: 0;
}

.drawer-blur-overlay.visible {
  background-color: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 60px;
  left: 0px;
  width: 400vw;
  height: 100vh;
  z-index: 50;
}

.gallery-slider-pane {
  z-index: 40;
}

.cornerstone-enabled-image {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  cursor:default
}

.overlay {
  position: absolute;
  color: #e4ad00;
}

.edit-image-pane {
  position: absolute;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  padding: 10px;
  text-align: right;
  max-width: 50%;
}

.edit-image-upload {
  position: relative;
  overflow-y: visible;
  background-color: transparent !important;
  max-width: none;
}

.edit-image-annotation-label {
  font-size:14px;
}

.edit-image-probability{
  font-size: 14px;
  color: #6FC6EB;
}

.edit-image-unconfirmed-check{
  text-align: right;
  font-size: 14px;
  color: #6FC6EB;
  opacity:10%;
}

/* Used for edit/upload attributes that 
cannot be confirmed */

.edit-image-invisible-check{
  text-align: right;
  font-size: 14px;
  color: #6FC6EB;
  opacity:0%;
}

.edit-image-confirmed-check{
  text-align: right;
  font-size: 14px;
  color: #6FC6EB;
  opacity:100%;
}

.green{
  color: #5cb85c;
}

.green-border {
  border: 2px solid rgba(0, 255, 0, 0.6);
}

.rgb-red .fa {
  color: #ff0000;
}

.rgb-green .fa {
  color: #00ff00;
}

.rgb-blue .fa {
  color: #0000ff;
}

.rgb-invert .fa {
  color: #ffffff;
}

.image-viewer-bar > a.active {
  color: #6FC6EB !important;
}

.message-content {
  font-size: 14px;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
}

.message-modal ::-webkit-scrollbar {
  width: 10px;
}

.modal-padding{
  padding:10px;
}

.manage-modal .modal-dialog {
  width: 75%;
  height: 90%;
}

.manage-modal .modal-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.manage-modal .modal-tabs {
  display: block;
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
  list-style-type: none;
  padding: 0;
  border-right: 1px solid #000000;
}

.manage-modal .modal-tab {
  text-align: center;
  border-bottom: 1px solid #000000;
  position: relative;
  cursor: pointer;
}

.manage-modal .modal-tab.selected {
  background-color: #4897c4;
}

.manage-modal .modal-tab p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manage-modal .modal-tab-content {
  padding: 20px 60px;
  height: 100%;
  float: left;
  width: 80%;
  position: relative;
  box-shadow: 0 0 10px 0 #000000 inset;
  background-color: #3c3c3c;
  overflow-y: scroll;
}

@media (max-width: 800px) {
  .manage-modal .modal-dialog {
    width: 95%;
    height: 95%;
    margin: 2.5%;
  }
}

.account-tab .check-local-db {
  background:#222222;
  border: 1px solid #000000;
}

.account-tab .list-group-item {
  padding: 10px 15px;
  background-color: #222222;
  color: #ffffff;
  border: 1px solid #000000;
}

.account-tab .list-group-item.selected {
  background-color: #4897c4;
}

.account-tab .list-group-item a {
  color: #ffffff !important;
}

.cohort-tab .list-group-item {
  padding: 10px 15px;
  background-color: #222222;
  color: #ffffff;
  border: 1px solid #000000;
}

.cohort-tab .list-group-item.selected {
  background-color: #4897c4;
}

.cohort-tab .list-group-item a {
  color: #ffffff !important;
}

.account-header {
  margin: 10px 0px;
}

.list-group-addon {
  position: absolute;
  top: 0;
  bottom:0;
  z-index: 2;
  display: block;
  pointer-events: none;
  padding: 12px 0px;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eee;
  border-radius: 4px;
  white-space: nowrap;
  width: 40px;
}

.top-nav-form .btn-link {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 4px 3px;
  outline: none !important;
}

.patient-card .btn-link {
  padding: 0px;
  font-size: 12px;
  /* border: 1px solid #808080; */
  /* border-radius: 10px; */
}

.patient-card span, .patient-card i{
  color: #fff;
}

.patient-card span:hover, .patient-card i:hover {
  color: #6FC6EB;
}

.nav-card {
  background-color: #5a5a5a;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  color:#fff;
}

.nav-card.nav-card-small {
  font-size: small;
  padding-top: 0.8rem;
}

.share-dropdown {
  width: auto;
  max-width: none;
  margin: 10px 0px;
}

.share-dropdown .ui-select-choices-row-inner {
  /* border: 0.5px solid #4897c4;
    padding: 10px !important; */
}

.ui-select-bootstrap .ui-select-choices-row>a {
  color: #ffffff;
}

.edit-image-date .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  padding: 0;
  border: 0;
}

.edit-image-date .text-info {
  color: #808080;
}

.edit-image-date .btn-default {
  background-color: #222222;
  color: #ffffff;
  border: 1px solid #666666;
}

.edit-image-date .btn-default:hover, .edit-image-date .btn-default:focus, .edit-image-date .btn-default.active {
  background-color: #6FC6EB;
  color: #ffffff;
  border: 1px solid #6FC6EB;
}

.yellow-border{
  border-color:yellow;
}

.no-padding{
  padding:0px;
}

.no-background{
  background-color: rgba(0,0,0, 0);
}

body.modal-image-view .modal-dialog {
  width: auto;
  margin-left: 25px;
  margin-right: 25px;
}

.edit-image-pane .dropdown-menu > li > a {
  color: #ffffff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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

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

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.introjs-tooltiptext{
  color:black;
  font-weight:300;
}

.introjs-tooltip{
  max-width:500px!important;
  width:500px!important;
}

.introjs-tooltip-title{
  color:black!important;
}

.introjs-helperLayer{
  z-index:1!important;
}

.introjs-overlay{
  z-index:2!important;
}

.p-b {
  padding-bottom: 55px;
}

.invite-users-select{
  width:75%;
  float:left;
}

.tutorial-button{
  margin-top:10px;
}

.alert-dark {
  background-color: #222222;
  border-color: #6FC6EB;
  color: #ffffff;
}

.toast-info .toast-message a {
  color: #23527c;
  font-weight: bold;
}

.toast-info .toast-message a:hover {
  color: #1d4161;
}

.notification {
  position: relative;
  /* box-shadow: 1px 1px 10px #6fc6eb; */
}

.notification p {
  min-height: 2em;
}

.notification small {
  font-size: 66%;
  color: #808080;
  display: block;
  text-align: right;
}

/* same px as hidden-xs*/

@media (max-width: 767px) {
  .social-media-button {
    display: inline-block!important;
  }
}

.toolbar-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.classic-sm-select{
  width: 150px;
  height: 32px;
  float:left;
}

.share-control{
  margin: 10px 0px;
}

.ui-select-search {
  /* mimic .form-control styles */
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* same dimensions as 'phone' breakpoint in tailwind. */

@media screen and (max-width: 639px) and (min-width: 1px) {
  .ui-select-search {
    padding:0px;
    color:black!important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    height:100%;
    width:100%;
    border-radius:0px;
    background-color:white!important;
  }

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  /* disable strike on mobile */

  .ql-strike{
    display:none!important;
  }

  .ql-underline{
    display:none!important;
  }
}

.tag-ui-select {
  width: 180px !important;
}

.clinical-code-section {
  border: 1px solid gray;
  border-radius: 4px;
  /* padding: 6px; */
  margin: 5px 0px;
}

.capture-date:hover{
  color:#706f6f!important;
  text-decoration:none!important;
  cursor:default!important;
}

.dashboard-load{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease-out 0.2s;
}

.badge {
  font-family: "Open Sans";
}

.dashboard-load:hover{
  cursor:pointer;
  color: #337ab7;
}

.dashboard-box{
  background-color: #4c4c4c;
  border-radius: 5px;
  box-shadow: 1px 1px 10px black;
  color: #4897c4;
  opacity:0.95;
}

.dashboard-box-points{
  font-size: 45px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.dashboard-box-footer{
  color: #a6a6a6;
  font-size: 15px;
  padding-top: 0px;
  padding-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pb-25{
  padding-bottom:25px;
}

.pb-20 {
  padding-bottom:20px;
}

.pt-25{
  padding-top:25px;
}

.pl-20{
  padding-left:20px;
}

.pl-5{
  padding-left: 5px;
}

.pl-0{
  padding-left: 0px;
}

.pr-5{
  padding-right: 5px;
}

.py-5{
  padding-top: 5px;
  padding-bottom: 5px;
}

.my-5{
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}

.mr-8{
  margin-right:8px;
}

.font-15{
  font-size:15px;
}

.height-200{
  height: 200px;
  overflow: scroll;
}

.dashboard-container{
  overflow-y: scroll;
  overflow-x: hidden;
}

.color-white{
  color:white!important;
}

.color-black{
  color:black;
}

.blur-5{
  filter:blur(5px);
}

#droptest{
  overflow-y:scroll;
}

/* .colorful{
    background: linear-gradient(-45deg, #1a1514, #0b0a0f, #74d3f5, #152924);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    height:100%;
} */

.small-question-circle{
  font-size:10px;
}

/* @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
} */

@-webkit-keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.background {
  height: 110%;
  background: #171515;
  overflow:scroll;
}

.background .floating-item {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-animation: move;
          animation: move;
  -webkit-animation-duration: 20;
          animation-duration: 20;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.background .floating-item:nth-child(0) {
  color: #4897c4;
  top: 51%;
  left: 90%;
  -webkit-animation-duration: 242s;
          animation-duration: 242s;
  -webkit-animation-delay: -117s;
          animation-delay: -117s;
  transform-origin: 0vw -3vh;
  box-shadow: -40vmin 0 5.569672049785505vmin currentColor;
}

.background .floating-item:nth-child(1) {
  color: #4897c4;
  top: 71%;
  left: 81%;
  -webkit-animation-duration: 116s;
          animation-duration: 116s;
  -webkit-animation-delay: -171s;
          animation-delay: -171s;
  transform-origin: 22vw -14vh;
  box-shadow: 40vmin 0 5.5274136513098995vmin currentColor;
}

.background .floating-item:nth-child(2) {
  color: #4897c4;
  top: 62%;
  left: 14%;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-delay: -286s;
          animation-delay: -286s;
  transform-origin: -15vw -14vh;
  box-shadow: -40vmin 0 5.031023040099271vmin currentColor;
}

.background .floating-item:nth-child(3) {
  color: #583C87;
  top: 76%;
  left: 90%;
  -webkit-animation-duration: 245s;
          animation-duration: 245s;
  -webkit-animation-delay: -92s;
          animation-delay: -92s;
  transform-origin: 12vw 4vh;
  box-shadow: -40vmin 0 5.1968749880055976vmin currentColor;
}

.background .floating-item:nth-child(4) {
  color: #4897c4;
  top: 78%;
  left: 73%;
  -webkit-animation-duration: 91s;
          animation-duration: 91s;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
  transform-origin: -8vw -19vh;
  box-shadow: 40vmin 0 5.873606153143399vmin currentColor;
}

.background .floating-item:nth-child(5) {
  color: #583C87;
  top: 24%;
  left: 96%;
  -webkit-animation-duration: 226s;
          animation-duration: 226s;
  -webkit-animation-delay: -21s;
          animation-delay: -21s;
  transform-origin: 9vw -21vh;
  box-shadow: 40vmin 0 5.874100613739096vmin currentColor;
}

.notification-modal .modal-header, .modal-body, .modal-footer {
  width: 100%;
}

.notification-modal .modal-body {
  position: relative;
  padding: 15px;
}

.notification-modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.notification-modal .modal-footer {
  border-top: 1px solid #e5e5e5;
}

.form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.toast-message {
  font-size:14px!important;
}

.normal-font{
  font-size:14px;
}

.dashboard-selector{
  background-color: #ecf0f1;
  color: black;
  border-radius: 20px;
  transition: all 0.2s ease-in;
}

.current-dashboard{
  background-color:#4897c4;
  color:white;
}

.dashboard-selector:focus, .dashboard-selector:active, .current-dashboard:focus, .current-dashboard:active{
  outline: none !important;
  border: 1px solid transparent !important;
}

.dashboard-selector:focus, .dashboard-selector:active {
  color: black;
}

.pinned{
  color:black;
}

table.patient-modal-table {
  font-size: 16px;
}

table.patient-modal-table tbody {
  display: block;
  max-height: 350px;
  overflow: auto;
}

table.patient-modal-table thead, table.patient-modal-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table.patient-modal-table thead {
  width: calc(100% - 1em)
}

table.patient-modal-table thead th {
  border-bottom: none;
}

fieldset legend {
  color: #ffffff;
}

.dashboard-row{
  margin-bottom:25px;
  margin-right:0px!important;
  margin-left:0px!important;
}

.ui-select-multiple input.ui-select-search {
  width: auto!important;
}

.ui-select-match-item {
  white-space: normal;
  max-width: 50rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.small{
  font-size:small;
}

.float-left{
  float:left;
}

.border-white{
  border-color:white;
}

.shine {
  background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
  background-repeat: no-repeat;
  background-position: -100vw;
  -webkit-animation: shine 4s ease-in-out infinite;
          animation: shine 4s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    background-position: -100vw;
  }

  100% {
    background-position: 100vw;
  }
}

@keyframes shine {
  0% {
    background-position: -100vw;
  }

  100% {
    background-position: 100vw;
  }
}

.note-container{
  max-height: 400px;
  overflow-y: auto;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.cohort-note-container{
  overflow-y: auto;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom:100px;
}

@-webkit-keyframes glow-inset {
  from {
    box-shadow: inset 0 0 2px 0px #4897c4;
  }

  to {
    box-shadow: inset 0 0 2px 2px #4897c4;
  }
}

@keyframes glow-inset {
  from {
    box-shadow: inset 0 0 2px 0px #4897c4;
  }

  to {
    box-shadow: inset 0 0 2px 2px #4897c4;
  }
}

@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 2px 0px #4897c4;
  }

  to {
    box-shadow: 0 0 2px 2px #4897c4;
  }
}

@keyframes glow {
  from {
    box-shadow: 0 0 2px 0px #4897c4;
  }

  to {
    box-shadow: 0 0 2px 2px #4897c4;
  }
}

.skeleton{
  filter:blur(2px);
  background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
  background-repeat: no-repeat;
  background-position: -100vw;
  -webkit-animation: shine 2s ease-in-out infinite;
          animation: shine 2s ease-in-out infinite;
}

.scrollable-box{
  max-height: 400px;
  overflow-y: auto;
}

.small-btn{
  font-size:12px;
}

.report-input{
  width:100%;
}

.mb-10{
  margin-bottom:10px;
}

.mb-50{
  margin-bottom:50px;
}

.mb-0 {
  margin-bottom:0px;
}

.clickable{
  cursor: pointer;
}

.voted-up{
  color:#5cb85c;
}

.voted-down{
  color:#d9534f
}

.margin-15{
  margin:15px;
}

.size-animation:active{
  -webkit-animation: shine .4s ease-in-out infinite;
          animation: shine .4s ease-in-out infinite;
  background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
  background-repeat: no-repeat;
  background-position: -100vw;
}

.report-select{
  padding:0px;
  margin-bottom:10px;
}

.clickable{
  cursor:pointer;
}

.dev-stats {
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  pointer-events: none;
}

.dev-stats .table {
  margin: 0;
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

#device-type-ocr-input input.ui-select-search {
  width: 100%!important;
}

#drift-frame-chat{
  z-index: 45!important;
}

#drift-frame-controller{
  z-index: 45!important;
  display: none;
}

.search-border {
  border: 1px solid #666666 !important;
}

.background-animate {
  background-size: 400%;
  -webkit-animation: GradientAnimation 3s ease infinite;
  animation: GradientAnimation 3s ease infinite;
}

@-webkit-keyframes GradientAnimation {
  0%,
    100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes GradientAnimation {
  0%,
    100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.btn-default{
  color:white;
}

.btn-default:disabled{
  color:black;
}

.scrollbar-visible{
  scrollbar-width: thin;
  scrollbar-color: #4897c4 transparent;
}

.scrollbar-visible::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

.ql-editor{
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
  height: 13rem;
}

.ql-editor.ql-blank::before{
  color: white!important;
  opacity: 0.7;
  /* Firefox */
}

.ql-container.ql-snow{
  border: 1px solid #ccc!important;
}

.ql-toolbar.ql-snow{
  position: absolute!important;
  bottom: -4.7rem!important;
  width: 100%!important;
}

/* makes <strong></strong> appear bolder */

b, strong{
  font-weight:bold!important;
}

.truncate-html-post{
  display: -webkit-box!important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-height: 2.5rem;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
}

.fix-cutoff-bottom-hack{
  margin-bottom:100px;
}

.notification ul {
  display: block!important;
  list-style-type: disc;
  margin-top: 1em;
  margin-left: 1.75rem!important;
  margin-right: 0;
}

.notification li {
  display: list-item;
}

.panel-transparent {
  background: none;
  color: #ffffff;
}

.panel-transparent .panel-heading {
  background: none;
}

.panel-transparent .panel-body.collapse {
  background: none;
}

.panel-group .panel-transparent>.panel-heading+.panel-collapse>.list-group,
.panel-group .panel-transparent>.panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid rgba(221,221,221,.333);
  border-bottom: 1px solid rgba(221,221,221,.333);
}

.panel-group .panel-transparent>.panel-heading+.panel-collapse.collapse>.list-group,
.panel-group .panel-transparent>.panel-heading+.panel-collapse.collapse>.panel-body {
  border-bottom: none;
}

.dropdown-menu > li > a.active {
  background-color: #6FC6EB;
}

.image-viewer-bar .btn-color-wheel {
  padding: 0.1em 0;
  width: 1.5em;
  margin: 0;
}

.circularcursor {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: fixed;
  display: block;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.notification ol {
  display: block!important;
  list-style-type: decimal;
  margin-top: 1em;
  margin-left: 1.75rem!important;
  margin-right: 0;
}

.pending-prediction {
  color: #95a5a6;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  width:100%!important;
}

.gpt-favorite-star {
  --animate-duration: 0.6s;
}

.after\:absolute::after {
  content: var(--tw-content) !important;
  position: absolute !important;
}

.after\:top-\[0\.25rem\]::after {
  content: var(--tw-content) !important;
  top: 0.25rem !important;
}

.after\:left-\[0\.5rem\]::after {
  content: var(--tw-content) !important;
  left: 0.5rem !important;
}

.after\:h-10::after {
  content: var(--tw-content) !important;
  height: 2.5rem !important;
}

.after\:w-10::after {
  content: var(--tw-content) !important;
  width: 2.5rem !important;
}

.after\:rounded-full::after {
  content: var(--tw-content) !important;
  border-radius: 9999px !important;
}

.after\:border::after {
  content: var(--tw-content) !important;
  border-width: 1px !important;
}

.after\:border-gray-300::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.after\:bg-white::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.after\:transition-all::after {
  content: var(--tw-content) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}

.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}

.hover\:text-clip:hover {
  text-overflow: clip !important;
}

.hover\:bg-zinc-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-unified-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(72 151 196 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#397BA0\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(57 123 160 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-unified-gray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 66 64 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#5ba2ca\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 162 202 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.hover\:text-sky-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.focus\:border-none:focus {
  border-style: none !important;
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:duration-200 {
  transition-duration: 200ms !important;
}

.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content) !important;
  --tw-translate-x: 100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.peer:focus ~ .peer-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)) !important;
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  }
}

@media (min-width: 640px) {
  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-\[350px\] {
    width: 350px !important;
  }

  .sm\:w-\[calc\(100vw-350px\)\] {
    width: calc(100vw - 350px) !important;
  }

  .sm\:snap-none {
    scroll-snap-type: none !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:gap-4 {
    gap: 1rem !important;
  }

  .sm\:justify-self-end {
    justify-self: end !important;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:float-right {
    float: right !important;
  }
}

@media (max-width: 639px) {
  .phone\:relative {
    position: relative !important;
  }

  .phone\:top-auto {
    top: auto !important;
  }

  .phone\:m-0 {
    margin: 0px !important;
  }

  .phone\:ml-0 {
    margin-left: 0px !important;
  }

  .phone\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .phone\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .phone\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .phone\:flex {
    display: flex !important;
  }

  .phone\:hidden {
    display: none !important;
  }

  .phone\:h-full {
    height: 100% !important;
  }

  .phone\:flex-col {
    flex-direction: column !important;
  }

  .phone\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .phone\:items-start {
    align-items: flex-start !important;
  }

  .phone\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .phone\:border {
    border-width: 1px !important;
  }

  .phone\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }

  .phone\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

  .phone\:p-2 {
    padding: 0.5rem !important;
  }

  .phone\:p-0 {
    padding: 0px !important;
  }

  .phone\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .phone\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .phone\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .phone\:text-left {
    text-align: left !important;
  }

  .phone\:align-top {
    vertical-align: top !important;
  }

  .phone\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .phone\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .phone\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }

  .phone\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

@media (max-width: 920px) {
  .max-920\:w-full {
    width: 100% !important;
  }
}
