/*
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
*/
#splash-board[data-v-17534853] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#splash-board button[data-v-17534853] {
  padding: 12px;
  font-size: 24px;
}
img[data-v-31f58597] {
  transform-origin: 50% 50%;
  transform: scale(0.5);
  display: block;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toolbar[data-v-979dc292] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
}
.toolbar button[data-v-979dc292] {
  margin: 0 8px;
  height: 36px;
}
#moodboard-name[data-v-606d2bff] {
  justify-content: center;
}
#moodboard-name div[data-v-606d2bff], #moodboard-name input[data-v-606d2bff] {
  background: transparent;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: 16px;
}
.theme--default #moodboard-name div[data-v-606d2bff], .theme--default #moodboard-name input[data-v-606d2bff] {
  color: #fff;
}
.theme--slate #moodboard-name div[data-v-606d2bff], .theme--slate #moodboard-name input[data-v-606d2bff] {
  color: #444;
}
.theme--light #moodboard-name div[data-v-606d2bff], .theme--light #moodboard-name input[data-v-606d2bff] {
  color: #244;
}
canvas[data-v-2fb7650c] {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  position: absolute;
  pointer-events: none;
}
#capture-video[data-v-12189bf6] {
  width: 100%;
  height: 100%;
}
#capture-frame[data-v-12189bf6] {
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#capture-button[data-v-12189bf6] {
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 64px;
  position: absolute;
  bottom: 48px;
  display: flex;
  justify-content: center;
}
.moodboard-viewport[data-v-62a4d2cc] {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.theme--default .moodboard-viewport.highlight[data-v-62a4d2cc] {
  background: #777777;
}
.theme--slate .moodboard-viewport.highlight[data-v-62a4d2cc] {
  background: white;
}
.theme--light .moodboard-viewport.highlight[data-v-62a4d2cc] {
  background: #dee8ed;
}
.moodboard-panel[data-v-62a4d2cc] {
  position: absolute;
  z-index: 1000;
}
.moodboard-empty-message[data-v-62a4d2cc] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-rect[data-v-62a4d2cc] {
  background: red;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.test-rect.bounds[data-v-62a4d2cc] {
  background: rgba(255, 255, 0, 0.5);
  width: inherit;
  height: inherit;
}
.test-rect.bounds-center[data-v-62a4d2cc] {
  background: yellow;
}
.test-rect.target[data-v-62a4d2cc] {
  background: blue;
}
.test-rect.mouse[data-v-62a4d2cc] {
  background: rgba(0, 255, 0, 0.7);
}
#settings-container[data-v-f5e9e1e6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.background[data-v-f5e9e1e6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.panel[data-v-f5e9e1e6] {
  position: absolute;
  width: 320px;
  background: #222;
  top: 50%;
  left: calc(50% - 160px);
  display: flex;
  flex-direction: column;
}
* {
  margin: 0;
  padding: 0;
}
body, html, #app, #app > div {
  height: 100%;
  overflow: hidden;
}
header {
  height: 48px;
  z-index: 2000;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.theme--default header {
  background: #444;
}
.theme--slate header {
  background: #eeeeee;
}
.theme--light header {
  background: #9DB9C8;
}
#app-header-content {
  width: 100%;
  height: 100%;
  display: flex;
}
#app-header-content > * {
  flex-grow: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
}
#app-header-content > * button {
  margin: 0 8px;
  height: 36px;
  border-radius: 18px;
}
#app-viewport {
  overflow: hidden;
  margin-top: 48px;
  width: 100%;
  height: 100%;
}
.theme--default #app-viewport {
  background: #222;
  color: #fff;
}
.theme--slate #app-viewport {
  background: #ffffff;
  color: #444;
}
.theme--light #app-viewport {
  background: #5c8aa3;
  color: #244;
}
.toolbar {
  justify-content: flex-start;
  padding-left: 8px;
}
