/* line 1, app/assets/stylesheets/plyr.scss */
:root {
  --plyr-color-main: rgb(151, 42, 39);
}
/* line 18, app/assets/stylesheets/popover.scss */
[data-popover-target="card"]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1rem;
  border-width: 0.35rem;
  border-color: black transparent transparent transparent;
}

/* line 28, app/assets/stylesheets/popover.scss */
.popover-streaming-source [data-popover-target="card"]::after {
  left: 1.5rem;
}
/* line 9, app/assets/stylesheets/scrollbars.scss */
.scrollbar::-webkit-scrollbar-track {
  background-color: black;
}

/* line 15, app/assets/stylesheets/scrollbars.scss */
.scrollbar::-webkit-scrollbar-thumb {
  background: #2a343a;
  border-radius: 8px;
}

/* line 19, app/assets/stylesheets/scrollbars.scss */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #972a27;
  cursor: ns-resize;
}

/* line 42, app/assets/stylesheets/scrollbars.scss */
.scrollbar .scrollbar-w-1::-webkit-scrollbar {
  width: 6px;
}

/* line 50, app/assets/stylesheets/scrollbars.scss */
.scrollbar .scrollbar-h-0::-webkit-scrollbar {
  height: 0;
}

/* line 56, app/assets/stylesheets/scrollbars.scss */
.scrollbar .scrollbar-h-1::-webkit-scrollbar {
  height: 6px;
}
/* line 1, app/assets/stylesheets/turbo.scss */
.turbo-progress-bar {
  background-color: #972a27;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) 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
 * 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.
 *



 */
