@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
  .sign-up-button {
    @apply rounded-lg border-2 border-indigo-700 bg-gradient-to-l from-indigo-500 to-indigo-700 px-5 py-3 text-base font-semibold text-white shadow hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2;
  }
}
/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-wrapper {
  position: relative;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: left .05s linear,top .05s linear;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxTDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAwLS4zMy0xLjYxTDIuMzUgMS4wNmExIDEgMCAwMC0xLjI5IDEuMjlMMTYuMzkgNDRhMSAxIDAgMDAxLjY1LjM2bDEwLjI1LTEwLjI4IDE0LjYyIDE0LjYzYTEgMSAwIDAwMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwMC4wMS0xLjQyem0tNS4wOSAzLjY3TDI5IDMyYTEgMSAwIDAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwMDMyIDI5bDE0LjU5IDE0LjYyeiIvPjwvc3ZnPg==");
  border-color: transparent;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #4950f6;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: .3;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.active:after {
  animation: click .2s ease-in-out 1;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device {
  background-image: none;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-left: -37px;
  margin-top: -37px;
  border: 4px solid rgba(73, 80, 246, 0);
  transition: left 0s linear,top 0s linear,border-color .2s ease-in-out;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device.touch-active {
  border-color: #4950f6;
  transition: left .25s linear,top .25s linear,border-color .2s ease-in-out;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device:after {
  opacity: 0;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device.active:after {
  animation: touch-click .2s ease-in-out 1;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse-tail {
  position: absolute;
  pointer-events: none;
}

@keyframes click {
  0% {
    opacity: .3;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: .5;
    width: 10px;
    height: 10px;
  }
}

@keyframes touch-click {
  0% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: .5;
    width: 10px;
    height: 10px;
  }
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-player {
  position: relative;
  background: white;
  float: left;
  border-radius: 5px;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-player__frame {
  overflow: hidden;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-wrapper {
  float: left;
  clear: both;
  transform-origin: top left;
  left: 50%;
  top: 50%;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-wrapper > iframe {
  border: none;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller.svelte-19ke1iv.svelte-19ke1iv {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 0 0 5px 5px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-timeline.svelte-19ke1iv.svelte-19ke1iv {
  width: 80%;
  display: flex;
  align-items: center;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-timeline__time.svelte-19ke1iv.svelte-19ke1iv {
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #11103e;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress.svelte-19ke1iv.svelte-19ke1iv {
  flex: 1;
  height: 12px;
  background: #eee;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress.disabled.svelte-19ke1iv.svelte-19ke1iv {
  cursor: not-allowed;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress__step.svelte-19ke1iv.svelte-19ke1iv {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e0e1fe;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress__handler.svelte-19ke1iv.svelte-19ke1iv {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  transform: translate(-50%, -50%);
  background: #4950f6;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv.svelte-19ke1iv {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.svelte-19ke1iv {
  width: 32px;
  height: 32px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.svelte-19ke1iv:active {
  background: #e0e1fe;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.active.svelte-19ke1iv {
  color: #fff;
  background: #4950f6;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.svelte-19ke1iv:disabled {
  cursor: not-allowed;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez.svelte-9brlez.svelte-9brlez {
  height: 1em;
  display: flex;
  align-items: center;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.disabled.svelte-9brlez.svelte-9brlez.svelte-9brlez {
  opacity: 0.5;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.label.svelte-9brlez.svelte-9brlez.svelte-9brlez {
  margin: 0 8px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez input.svelte-9brlez.svelte-9brlez[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez label.svelte-9brlez.svelte-9brlez {
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  display: block;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.disabled.svelte-9brlez label.svelte-9brlez.svelte-9brlez {
  cursor: not-allowed;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez label.svelte-9brlez.svelte-9brlez:before {
  content: '';
  position: absolute;
  width: 2em;
  height: 1em;
  left: 0.1em;
  transition: background 0.1s ease;
  background: rgba(73, 80, 246, 0.5);
  border-radius: 50px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez label.svelte-9brlez.svelte-9brlez:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50px;
  left: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  animation: switch-off 0.2s ease-out;
  z-index: 2;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez input.svelte-9brlez[type='checkbox']:checked + label.svelte-9brlez:before {
  background: #4950f6;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez input.svelte-9brlez[type='checkbox']:checked + label.svelte-9brlez:after {
  animation: switch-on 0.2s ease-out;
  left: 1.1em;
}

/* line 8, app/assets/stylesheets/live_view.scss */
.LiveReplayer {
  /* rrweb */
}

/* line 10, app/assets/stylesheets/live_view.scss */
.LiveReplayer .replayer-wrapper {
  position: initial !important;
}

/* line 15, app/assets/stylesheets/live_view.scss */
.gridContainer {
  margin-bottom: 20px;
  height: 500px;
}

/* line 19, app/assets/stylesheets/live_view.scss */
.gridContainer .device-icon {
  height: 24px;
  opacity: 0.5;
}

/* line 26, app/assets/stylesheets/live_view.scss */
.livePersonContainer {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/live_view.scss */
.livePersonContainer.single-person .replayer-wrapper {
  left: 0;
  top: 0;
}

/* line 37, app/assets/stylesheets/live_view.scss */
.liveReplayerSpinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Don't display the expire component if it doesn't contain children */
/* https://stackoverflow.com/questions/55303409/react-component-children-detect-if-empty-null-before-render */
/* line 45, app/assets/stylesheets/live_view.scss */
.expire-component:empty {
  display: none;
}

/* line 49, app/assets/stylesheets/live_view.scss */
.avatar {
  width: 32px;
  height: 32px;
}

/* Single person live view */
/* line 57, app/assets/stylesheets/live_view.scss */
.livePersonContainer.single-person.default {
  height: 600px;
}

/* line 60, app/assets/stylesheets/live_view.scss */
.livePersonContainer.single-person .replayer-wrapper {
  left: 0;
  top: 0;
}

/* line 66, app/assets/stylesheets/live_view.scss */
.recent-session-viewer, #screen_view_container {
  height: 700px;
}

/* icon fade in and out */
/* line 72, app/assets/stylesheets/live_view.scss */
.fade-in-and-out {
  opacity: 1;
  animation: fade 1.5s linear infinite;
}

@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* line 82, app/assets/stylesheets/live_view.scss */
person-active-status {
  position: relative;
  display: inline-block;
}

/* line 86, app/assets/stylesheets/live_view.scss */
person-active-status .online-status {
  border-radius: 9999px;
  width: 50%;
  height: 50%;
  max-height: 20px;
  max-width: 20px;
  background: #85c26b;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border: 2px solid white;
}

/* line 98, app/assets/stylesheets/live_view.scss */
person-active-status .online-status.inactive {
  display: none;
}

/* line 104, app/assets/stylesheets/live_view.scss */
person-icon {
  color: #6b7280;
  vertical-align: middle;
  background-color: #e5e7eb;
  border-radius: .25rem;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

/* Hard to style w/tailwind */
/* line 122, app/assets/stylesheets/live_view.scss */
tab-tray > *.mini span {
  display: none;
}

/* line 129, app/assets/stylesheets/live_view.scss */
tab-item person-icon svg {
  display: inline;
  margin-left: -0.125rem;
}

/* line 145, app/assets/stylesheets/live_view.scss */
tab-item[current="false"]:hover person-icon svg {
  color: #6b7280;
}

/* line 154, app/assets/stylesheets/live_view.scss */
tab-item[current="true"] person-icon svg {
  color: #6366f1;
}
/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-wrapper {
  position: relative;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: left .05s linear,top .05s linear;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMwMCIgd2lkdGg9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTQ4LjcxIDQyLjkxTDM0LjA4IDI4LjI5IDQ0LjMzIDE4YTEgMSAwIDAwLS4zMy0xLjYxTDIuMzUgMS4wNmExIDEgMCAwMC0xLjI5IDEuMjlMMTYuMzkgNDRhMSAxIDAgMDAxLjY1LjM2bDEwLjI1LTEwLjI4IDE0LjYyIDE0LjYzYTEgMSAwIDAwMS40MSAwbDQuMzgtNC4zOGExIDEgMCAwMC4wMS0xLjQyem0tNS4wOSAzLjY3TDI5IDMyYTEgMSAwIDAwLTEuNDEgMGwtOS44NSA5Ljg1TDMuNjkgMy42OWwzOC4xMiAxNEwzMiAyNy41OEExIDEgMCAwMDMyIDI5bDE0LjU5IDE0LjYyeiIvPjwvc3ZnPg==");
  border-color: transparent;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #4950f6;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: .3;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.active:after {
  animation: click .2s ease-in-out 1;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device {
  background-image: none;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-left: -37px;
  margin-top: -37px;
  border: 4px solid rgba(73, 80, 246, 0);
  transition: left 0s linear,top 0s linear,border-color .2s ease-in-out;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device.touch-active {
  border-color: #4950f6;
  transition: left .25s linear,top .25s linear,border-color .2s ease-in-out;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device:after {
  opacity: 0;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse.touch-device.active:after {
  animation: touch-click .2s ease-in-out 1;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-mouse-tail {
  position: absolute;
  pointer-events: none;
}

@keyframes click {
  0% {
    opacity: .3;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: .5;
    width: 10px;
    height: 10px;
  }
}

@keyframes touch-click {
  0% {
    opacity: 0;
    width: 20px;
    height: 20px;
  }
  50% {
    opacity: .5;
    width: 10px;
    height: 10px;
  }
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-player {
  position: relative;
  background: white;
  float: left;
  border-radius: 5px;
  box-shadow: 0 24px 48px rgba(17, 16, 62, 0.12);
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-player__frame {
  overflow: hidden;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-wrapper {
  float: left;
  clear: both;
  transform-origin: top left;
  left: 50%;
  top: 50%;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.replayer-wrapper > iframe {
  border: none;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller.svelte-19ke1iv.svelte-19ke1iv {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 0 0 5px 5px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-timeline.svelte-19ke1iv.svelte-19ke1iv {
  width: 80%;
  display: flex;
  align-items: center;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-timeline__time.svelte-19ke1iv.svelte-19ke1iv {
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #11103e;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress.svelte-19ke1iv.svelte-19ke1iv {
  flex: 1;
  height: 12px;
  background: #eee;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress.disabled.svelte-19ke1iv.svelte-19ke1iv {
  cursor: not-allowed;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress__step.svelte-19ke1iv.svelte-19ke1iv {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e0e1fe;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-progress__handler.svelte-19ke1iv.svelte-19ke1iv {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  transform: translate(-50%, -50%);
  background: #4950f6;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv.svelte-19ke1iv {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.svelte-19ke1iv {
  width: 32px;
  height: 32px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.svelte-19ke1iv:active {
  background: #e0e1fe;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.active.svelte-19ke1iv {
  color: #fff;
  background: #4950f6;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.rr-controller__btns.svelte-19ke1iv button.svelte-19ke1iv:disabled {
  cursor: not-allowed;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez.svelte-9brlez.svelte-9brlez {
  height: 1em;
  display: flex;
  align-items: center;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.disabled.svelte-9brlez.svelte-9brlez.svelte-9brlez {
  opacity: 0.5;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.label.svelte-9brlez.svelte-9brlez.svelte-9brlez {
  margin: 0 8px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez input.svelte-9brlez.svelte-9brlez[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez label.svelte-9brlez.svelte-9brlez {
  width: 2em;
  height: 1em;
  position: relative;
  cursor: pointer;
  display: block;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.disabled.svelte-9brlez label.svelte-9brlez.svelte-9brlez {
  cursor: not-allowed;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez label.svelte-9brlez.svelte-9brlez:before {
  content: '';
  position: absolute;
  width: 2em;
  height: 1em;
  left: 0.1em;
  transition: background 0.1s ease;
  background: rgba(73, 80, 246, 0.5);
  border-radius: 50px;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez label.svelte-9brlez.svelte-9brlez:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50px;
  left: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  animation: switch-off 0.2s ease-out;
  z-index: 2;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez input.svelte-9brlez[type='checkbox']:checked + label.svelte-9brlez:before {
  background: #4950f6;
}

/* line 1, node_modules/rrweb-player/dist/style.css */
.switch.svelte-9brlez input.svelte-9brlez[type='checkbox']:checked + label.svelte-9brlez:after {
  animation: switch-on 0.2s ease-out;
  left: 1.1em;
}
/* line 6, app/assets/stylesheets/sites.scss */
.video-recorder-container video.greeting {
  width: 720px;
  height: 540px;
  background: black none repeat scroll 0% 0%;
  transition: opacity 250ms ease 0s;
}

/* line 13, app/assets/stylesheets/sites.scss */
.video-recorder-container .record-container {
  transform: translate(-50%, 0);
  left: 50%;
  width: max-content;
}

/* line 17, app/assets/stylesheets/sites.scss */
.video-recorder-container .record-container .outer-record-button {
  width: 72px;
  height: 72px;
  background: rgba(250, 83, 110, 0.498) none repeat scroll 0% 0%;
  border-radius: 100%;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

/* line 30, app/assets/stylesheets/sites.scss */
.video-recorder-container .record-container .inner-record-button {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  background: #fa536e none repeat scroll 0% 0%;
}
/* line 2, app/assets/stylesheets/static.scss */
#static p {
  margin: 0 0 24px 0;
}

/* line 6, app/assets/stylesheets/static.scss */
#static h1 {
  font-size: 28px;
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/static.scss */
#static h3 {
  font-size: 18px;
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/static.scss */
#static li {
  list-style-type: disc;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 17, app/assets/stylesheets/application.scss */
body {
  background-color: #ececec;
}
