@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 9, app/assets/stylesheets/tv_screen.scss.erb */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

/* line 40, app/assets/stylesheets/tv_screen.scss.erb */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 46, app/assets/stylesheets/tv_screen.scss.erb */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 53, app/assets/stylesheets/tv_screen.scss.erb */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 66, app/assets/stylesheets/tv_screen.scss.erb */
body {
  margin: 0;
  font-family: -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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 77, app/assets/stylesheets/tv_screen.scss.erb */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 81, app/assets/stylesheets/tv_screen.scss.erb */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 87, app/assets/stylesheets/tv_screen.scss.erb */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, app/assets/stylesheets/tv_screen.scss.erb */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 102, app/assets/stylesheets/tv_screen.scss.erb */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 113, app/assets/stylesheets/tv_screen.scss.erb */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 119, app/assets/stylesheets/tv_screen.scss.erb */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 126, app/assets/stylesheets/tv_screen.scss.erb */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 133, app/assets/stylesheets/tv_screen.scss.erb */
dt {
  font-weight: 700;
}

/* line 137, app/assets/stylesheets/tv_screen.scss.erb */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 142, app/assets/stylesheets/tv_screen.scss.erb */
blockquote {
  margin: 0 0 1rem;
}

/* line 146, app/assets/stylesheets/tv_screen.scss.erb */
b,
strong {
  font-weight: bolder;
}

/* line 151, app/assets/stylesheets/tv_screen.scss.erb */
small {
  font-size: 80%;
}

/* line 155, app/assets/stylesheets/tv_screen.scss.erb */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 163, app/assets/stylesheets/tv_screen.scss.erb */
sub {
  bottom: -0.25em;
}

/* line 167, app/assets/stylesheets/tv_screen.scss.erb */
sup {
  top: -0.5em;
}

/* line 171, app/assets/stylesheets/tv_screen.scss.erb */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 177, app/assets/stylesheets/tv_screen.scss.erb */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 182, app/assets/stylesheets/tv_screen.scss.erb */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 187, app/assets/stylesheets/tv_screen.scss.erb */
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 193, app/assets/stylesheets/tv_screen.scss.erb */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 197, app/assets/stylesheets/tv_screen.scss.erb */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 205, app/assets/stylesheets/tv_screen.scss.erb */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 211, app/assets/stylesheets/tv_screen.scss.erb */
figure {
  margin: 0 0 1rem;
}

/* line 215, app/assets/stylesheets/tv_screen.scss.erb */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 220, app/assets/stylesheets/tv_screen.scss.erb */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 225, app/assets/stylesheets/tv_screen.scss.erb */
table {
  border-collapse: collapse;
}

/* line 229, app/assets/stylesheets/tv_screen.scss.erb */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 237, app/assets/stylesheets/tv_screen.scss.erb */
th {
  text-align: inherit;
}

/* line 241, app/assets/stylesheets/tv_screen.scss.erb */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 246, app/assets/stylesheets/tv_screen.scss.erb */
button {
  border-radius: 0;
}

/* line 250, app/assets/stylesheets/tv_screen.scss.erb */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 255, app/assets/stylesheets/tv_screen.scss.erb */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 266, app/assets/stylesheets/tv_screen.scss.erb */
button,
input {
  overflow: visible;
}

/* line 271, app/assets/stylesheets/tv_screen.scss.erb */
button,
select {
  text-transform: none;
}

/* line 276, app/assets/stylesheets/tv_screen.scss.erb */
select {
  word-wrap: normal;
}

/* line 280, app/assets/stylesheets/tv_screen.scss.erb */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 287, app/assets/stylesheets/tv_screen.scss.erb */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/tv_screen.scss.erb */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 302, app/assets/stylesheets/tv_screen.scss.erb */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 308, app/assets/stylesheets/tv_screen.scss.erb */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 315, app/assets/stylesheets/tv_screen.scss.erb */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 320, app/assets/stylesheets/tv_screen.scss.erb */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 327, app/assets/stylesheets/tv_screen.scss.erb */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 339, app/assets/stylesheets/tv_screen.scss.erb */
progress {
  vertical-align: baseline;
}

/* line 343, app/assets/stylesheets/tv_screen.scss.erb */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 348, app/assets/stylesheets/tv_screen.scss.erb */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 353, app/assets/stylesheets/tv_screen.scss.erb */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 357, app/assets/stylesheets/tv_screen.scss.erb */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 362, app/assets/stylesheets/tv_screen.scss.erb */
output {
  display: inline-block;
}

/* line 366, app/assets/stylesheets/tv_screen.scss.erb */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 371, app/assets/stylesheets/tv_screen.scss.erb */
template {
  display: none;
}

/* line 375, app/assets/stylesheets/tv_screen.scss.erb */
[hidden] {
  display: none !important;
}

/* line 379, app/assets/stylesheets/tv_screen.scss.erb */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 396, app/assets/stylesheets/tv_screen.scss.erb */
h1,
.h1 {
  font-size: 2.5rem;
}

/* line 401, app/assets/stylesheets/tv_screen.scss.erb */
h2,
.h2 {
  font-size: 2rem;
}

/* line 406, app/assets/stylesheets/tv_screen.scss.erb */
h3,
.h3 {
  font-size: 1.75rem;
}

/* line 411, app/assets/stylesheets/tv_screen.scss.erb */
h4,
.h4 {
  font-size: 1.5rem;
}

/* line 416, app/assets/stylesheets/tv_screen.scss.erb */
h5,
.h5 {
  font-size: 1.25rem;
}

/* line 421, app/assets/stylesheets/tv_screen.scss.erb */
h6,
.h6 {
  font-size: 1rem;
}

/* line 426, app/assets/stylesheets/tv_screen.scss.erb */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 431, app/assets/stylesheets/tv_screen.scss.erb */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 437, app/assets/stylesheets/tv_screen.scss.erb */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 443, app/assets/stylesheets/tv_screen.scss.erb */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 449, app/assets/stylesheets/tv_screen.scss.erb */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 455, app/assets/stylesheets/tv_screen.scss.erb */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 462, app/assets/stylesheets/tv_screen.scss.erb */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 468, app/assets/stylesheets/tv_screen.scss.erb */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 474, app/assets/stylesheets/tv_screen.scss.erb */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 479, app/assets/stylesheets/tv_screen.scss.erb */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 484, app/assets/stylesheets/tv_screen.scss.erb */
.list-inline-item {
  display: inline-block;
}

/* line 488, app/assets/stylesheets/tv_screen.scss.erb */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 492, app/assets/stylesheets/tv_screen.scss.erb */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 497, app/assets/stylesheets/tv_screen.scss.erb */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 502, app/assets/stylesheets/tv_screen.scss.erb */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 508, app/assets/stylesheets/tv_screen.scss.erb */
.blockquote-footer::before {
  content: "— ";
}

/* line 512, app/assets/stylesheets/tv_screen.scss.erb */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 517, app/assets/stylesheets/tv_screen.scss.erb */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 526, app/assets/stylesheets/tv_screen.scss.erb */
.figure {
  display: inline-block;
}

/* line 530, app/assets/stylesheets/tv_screen.scss.erb */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 535, app/assets/stylesheets/tv_screen.scss.erb */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 540, app/assets/stylesheets/tv_screen.scss.erb */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 546, app/assets/stylesheets/tv_screen.scss.erb */
a > code {
  color: inherit;
}

/* line 550, app/assets/stylesheets/tv_screen.scss.erb */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 558, app/assets/stylesheets/tv_screen.scss.erb */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 564, app/assets/stylesheets/tv_screen.scss.erb */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 570, app/assets/stylesheets/tv_screen.scss.erb */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 576, app/assets/stylesheets/tv_screen.scss.erb */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 581, app/assets/stylesheets/tv_screen.scss.erb */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 590, app/assets/stylesheets/tv_screen.scss.erb */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 595, app/assets/stylesheets/tv_screen.scss.erb */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 600, app/assets/stylesheets/tv_screen.scss.erb */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 605, app/assets/stylesheets/tv_screen.scss.erb */
  .container {
    max-width: 1140px;
  }
}

/* line 609, app/assets/stylesheets/tv_screen.scss.erb */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 617, app/assets/stylesheets/tv_screen.scss.erb */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 625, app/assets/stylesheets/tv_screen.scss.erb */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 630, app/assets/stylesheets/tv_screen.scss.erb */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 636, app/assets/stylesheets/tv_screen.scss.erb */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 712, app/assets/stylesheets/tv_screen.scss.erb */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 719, app/assets/stylesheets/tv_screen.scss.erb */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 726, app/assets/stylesheets/tv_screen.scss.erb */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 732, app/assets/stylesheets/tv_screen.scss.erb */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 738, app/assets/stylesheets/tv_screen.scss.erb */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 744, app/assets/stylesheets/tv_screen.scss.erb */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 750, app/assets/stylesheets/tv_screen.scss.erb */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 756, app/assets/stylesheets/tv_screen.scss.erb */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 762, app/assets/stylesheets/tv_screen.scss.erb */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 768, app/assets/stylesheets/tv_screen.scss.erb */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 774, app/assets/stylesheets/tv_screen.scss.erb */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 780, app/assets/stylesheets/tv_screen.scss.erb */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 786, app/assets/stylesheets/tv_screen.scss.erb */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 792, app/assets/stylesheets/tv_screen.scss.erb */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 798, app/assets/stylesheets/tv_screen.scss.erb */
.order-first {
  order: -1;
}

/* line 803, app/assets/stylesheets/tv_screen.scss.erb */
.order-last {
  order: 13;
}

/* line 808, app/assets/stylesheets/tv_screen.scss.erb */
.order-0 {
  order: 0;
}

/* line 813, app/assets/stylesheets/tv_screen.scss.erb */
.order-1 {
  order: 1;
}

/* line 818, app/assets/stylesheets/tv_screen.scss.erb */
.order-2 {
  order: 2;
}

/* line 823, app/assets/stylesheets/tv_screen.scss.erb */
.order-3 {
  order: 3;
}

/* line 828, app/assets/stylesheets/tv_screen.scss.erb */
.order-4 {
  order: 4;
}

/* line 833, app/assets/stylesheets/tv_screen.scss.erb */
.order-5 {
  order: 5;
}

/* line 838, app/assets/stylesheets/tv_screen.scss.erb */
.order-6 {
  order: 6;
}

/* line 843, app/assets/stylesheets/tv_screen.scss.erb */
.order-7 {
  order: 7;
}

/* line 848, app/assets/stylesheets/tv_screen.scss.erb */
.order-8 {
  order: 8;
}

/* line 853, app/assets/stylesheets/tv_screen.scss.erb */
.order-9 {
  order: 9;
}

/* line 858, app/assets/stylesheets/tv_screen.scss.erb */
.order-10 {
  order: 10;
}

/* line 863, app/assets/stylesheets/tv_screen.scss.erb */
.order-11 {
  order: 11;
}

/* line 868, app/assets/stylesheets/tv_screen.scss.erb */
.order-12 {
  order: 12;
}

/* line 873, app/assets/stylesheets/tv_screen.scss.erb */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 877, app/assets/stylesheets/tv_screen.scss.erb */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 881, app/assets/stylesheets/tv_screen.scss.erb */
.offset-3 {
  margin-left: 25%;
}

/* line 885, app/assets/stylesheets/tv_screen.scss.erb */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 889, app/assets/stylesheets/tv_screen.scss.erb */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 893, app/assets/stylesheets/tv_screen.scss.erb */
.offset-6 {
  margin-left: 50%;
}

/* line 897, app/assets/stylesheets/tv_screen.scss.erb */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 901, app/assets/stylesheets/tv_screen.scss.erb */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 905, app/assets/stylesheets/tv_screen.scss.erb */
.offset-9 {
  margin-left: 75%;
}

/* line 909, app/assets/stylesheets/tv_screen.scss.erb */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 913, app/assets/stylesheets/tv_screen.scss.erb */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 918, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 925, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 932, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 938, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 944, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 950, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 956, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 962, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 968, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 974, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 980, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 986, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 992, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 998, app/assets/stylesheets/tv_screen.scss.erb */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1004, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-first {
    order: -1;
  }
  /* line 1009, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-last {
    order: 13;
  }
  /* line 1014, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-0 {
    order: 0;
  }
  /* line 1019, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-1 {
    order: 1;
  }
  /* line 1024, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-2 {
    order: 2;
  }
  /* line 1029, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-3 {
    order: 3;
  }
  /* line 1034, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-4 {
    order: 4;
  }
  /* line 1039, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-5 {
    order: 5;
  }
  /* line 1044, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-6 {
    order: 6;
  }
  /* line 1049, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-7 {
    order: 7;
  }
  /* line 1054, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-8 {
    order: 8;
  }
  /* line 1059, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-9 {
    order: 9;
  }
  /* line 1064, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-10 {
    order: 10;
  }
  /* line 1069, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-11 {
    order: 11;
  }
  /* line 1074, app/assets/stylesheets/tv_screen.scss.erb */
  .order-sm-12 {
    order: 12;
  }
  /* line 1079, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1083, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1087, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1091, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1095, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1099, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1103, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1107, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1111, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1115, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1119, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1123, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 1128, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1135, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1142, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1148, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1154, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1160, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1166, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1172, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1178, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1184, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1190, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1196, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1202, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1208, app/assets/stylesheets/tv_screen.scss.erb */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1214, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-first {
    order: -1;
  }
  /* line 1219, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-last {
    order: 13;
  }
  /* line 1224, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-0 {
    order: 0;
  }
  /* line 1229, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-1 {
    order: 1;
  }
  /* line 1234, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-2 {
    order: 2;
  }
  /* line 1239, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-3 {
    order: 3;
  }
  /* line 1244, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-4 {
    order: 4;
  }
  /* line 1249, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-5 {
    order: 5;
  }
  /* line 1254, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-6 {
    order: 6;
  }
  /* line 1259, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-7 {
    order: 7;
  }
  /* line 1264, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-8 {
    order: 8;
  }
  /* line 1269, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-9 {
    order: 9;
  }
  /* line 1274, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-10 {
    order: 10;
  }
  /* line 1279, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-11 {
    order: 11;
  }
  /* line 1284, app/assets/stylesheets/tv_screen.scss.erb */
  .order-md-12 {
    order: 12;
  }
  /* line 1289, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1293, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1297, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1301, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1305, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1309, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1313, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1317, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1321, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1325, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1329, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1333, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 1338, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1345, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1352, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1358, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1364, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1370, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1376, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1382, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1388, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1394, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1400, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1406, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1412, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1418, app/assets/stylesheets/tv_screen.scss.erb */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1424, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-first {
    order: -1;
  }
  /* line 1429, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-last {
    order: 13;
  }
  /* line 1434, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-0 {
    order: 0;
  }
  /* line 1439, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-1 {
    order: 1;
  }
  /* line 1444, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-2 {
    order: 2;
  }
  /* line 1449, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-3 {
    order: 3;
  }
  /* line 1454, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-4 {
    order: 4;
  }
  /* line 1459, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-5 {
    order: 5;
  }
  /* line 1464, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-6 {
    order: 6;
  }
  /* line 1469, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-7 {
    order: 7;
  }
  /* line 1474, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-8 {
    order: 8;
  }
  /* line 1479, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-9 {
    order: 9;
  }
  /* line 1484, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-10 {
    order: 10;
  }
  /* line 1489, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-11 {
    order: 11;
  }
  /* line 1494, app/assets/stylesheets/tv_screen.scss.erb */
  .order-lg-12 {
    order: 12;
  }
  /* line 1499, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1503, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1507, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1511, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1515, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1519, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1523, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1527, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1531, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1535, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1539, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1543, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1548, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1555, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1562, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 1568, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 1574, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1580, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 1586, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 1592, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1598, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 1604, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 1610, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1616, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 1622, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 1628, app/assets/stylesheets/tv_screen.scss.erb */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1634, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-first {
    order: -1;
  }
  /* line 1639, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-last {
    order: 13;
  }
  /* line 1644, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-0 {
    order: 0;
  }
  /* line 1649, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-1 {
    order: 1;
  }
  /* line 1654, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-2 {
    order: 2;
  }
  /* line 1659, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-3 {
    order: 3;
  }
  /* line 1664, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-4 {
    order: 4;
  }
  /* line 1669, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-5 {
    order: 5;
  }
  /* line 1674, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-6 {
    order: 6;
  }
  /* line 1679, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-7 {
    order: 7;
  }
  /* line 1684, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-8 {
    order: 8;
  }
  /* line 1689, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-9 {
    order: 9;
  }
  /* line 1694, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-10 {
    order: 10;
  }
  /* line 1699, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-11 {
    order: 11;
  }
  /* line 1704, app/assets/stylesheets/tv_screen.scss.erb */
  .order-xl-12 {
    order: 12;
  }
  /* line 1709, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1713, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 1717, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 1721, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1725, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 1729, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 1733, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1737, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 1741, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 1745, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1749, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 1753, app/assets/stylesheets/tv_screen.scss.erb */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 1757, app/assets/stylesheets/tv_screen.scss.erb */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 1763, app/assets/stylesheets/tv_screen.scss.erb */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1770, app/assets/stylesheets/tv_screen.scss.erb */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1775, app/assets/stylesheets/tv_screen.scss.erb */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1779, app/assets/stylesheets/tv_screen.scss.erb */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1784, app/assets/stylesheets/tv_screen.scss.erb */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1788, app/assets/stylesheets/tv_screen.scss.erb */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1793, app/assets/stylesheets/tv_screen.scss.erb */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1798, app/assets/stylesheets/tv_screen.scss.erb */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1805, app/assets/stylesheets/tv_screen.scss.erb */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1809, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1814, app/assets/stylesheets/tv_screen.scss.erb */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1820, app/assets/stylesheets/tv_screen.scss.erb */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 1827, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1831, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1836, app/assets/stylesheets/tv_screen.scss.erb */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1842, app/assets/stylesheets/tv_screen.scss.erb */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1849, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1853, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1858, app/assets/stylesheets/tv_screen.scss.erb */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1864, app/assets/stylesheets/tv_screen.scss.erb */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 1871, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1875, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1880, app/assets/stylesheets/tv_screen.scss.erb */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1886, app/assets/stylesheets/tv_screen.scss.erb */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1893, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1897, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1902, app/assets/stylesheets/tv_screen.scss.erb */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1908, app/assets/stylesheets/tv_screen.scss.erb */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1915, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1919, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1924, app/assets/stylesheets/tv_screen.scss.erb */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1930, app/assets/stylesheets/tv_screen.scss.erb */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1937, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1941, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1946, app/assets/stylesheets/tv_screen.scss.erb */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1952, app/assets/stylesheets/tv_screen.scss.erb */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1959, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1963, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1968, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1974, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1981, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1985, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1990, app/assets/stylesheets/tv_screen.scss.erb */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1996, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 2000, app/assets/stylesheets/tv_screen.scss.erb */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 2005, app/assets/stylesheets/tv_screen.scss.erb */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 2011, app/assets/stylesheets/tv_screen.scss.erb */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 2017, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 2022, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 2028, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark.table-bordered {
  border: 0;
}

/* line 2032, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2036, app/assets/stylesheets/tv_screen.scss.erb */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 2042, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2049, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 2054, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2061, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 2066, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2073, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 2078, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2085, app/assets/stylesheets/tv_screen.scss.erb */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 2089, app/assets/stylesheets/tv_screen.scss.erb */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2096, app/assets/stylesheets/tv_screen.scss.erb */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2100, app/assets/stylesheets/tv_screen.scss.erb */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2118, app/assets/stylesheets/tv_screen.scss.erb */
  .form-control {
    transition: none;
  }
}

/* line 2123, app/assets/stylesheets/tv_screen.scss.erb */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2128, app/assets/stylesheets/tv_screen.scss.erb */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2136, app/assets/stylesheets/tv_screen.scss.erb */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2141, app/assets/stylesheets/tv_screen.scss.erb */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2146, app/assets/stylesheets/tv_screen.scss.erb */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2151, app/assets/stylesheets/tv_screen.scss.erb */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2156, app/assets/stylesheets/tv_screen.scss.erb */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2161, app/assets/stylesheets/tv_screen.scss.erb */
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2167, app/assets/stylesheets/tv_screen.scss.erb */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2172, app/assets/stylesheets/tv_screen.scss.erb */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2178, app/assets/stylesheets/tv_screen.scss.erb */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 2186, app/assets/stylesheets/tv_screen.scss.erb */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 2193, app/assets/stylesheets/tv_screen.scss.erb */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 2200, app/assets/stylesheets/tv_screen.scss.erb */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2213, app/assets/stylesheets/tv_screen.scss.erb */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2219, app/assets/stylesheets/tv_screen.scss.erb */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2227, app/assets/stylesheets/tv_screen.scss.erb */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2235, app/assets/stylesheets/tv_screen.scss.erb */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2240, app/assets/stylesheets/tv_screen.scss.erb */
textarea.form-control {
  height: auto;
}

/* line 2244, app/assets/stylesheets/tv_screen.scss.erb */
.form-group {
  margin-bottom: 1rem;
}

/* line 2248, app/assets/stylesheets/tv_screen.scss.erb */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2253, app/assets/stylesheets/tv_screen.scss.erb */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2261, app/assets/stylesheets/tv_screen.scss.erb */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2267, app/assets/stylesheets/tv_screen.scss.erb */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2273, app/assets/stylesheets/tv_screen.scss.erb */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2279, app/assets/stylesheets/tv_screen.scss.erb */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 2283, app/assets/stylesheets/tv_screen.scss.erb */
.form-check-label {
  margin-bottom: 0;
}

/* line 2287, app/assets/stylesheets/tv_screen.scss.erb */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2296, app/assets/stylesheets/tv_screen.scss.erb */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2303, app/assets/stylesheets/tv_screen.scss.erb */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2311, app/assets/stylesheets/tv_screen.scss.erb */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2326, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2336, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2342, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2349, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2355, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2362, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2368, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2375, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2382, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2387, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2394, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2399, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2404, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2411, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 2417, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2422, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2427, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2432, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2439, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2445, app/assets/stylesheets/tv_screen.scss.erb */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2453, app/assets/stylesheets/tv_screen.scss.erb */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2468, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2478, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2484, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2491, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2497, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2504, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2510, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2517, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2524, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2529, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2536, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2541, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2546, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2553, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 2559, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2564, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2569, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2574, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2581, app/assets/stylesheets/tv_screen.scss.erb */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2587, app/assets/stylesheets/tv_screen.scss.erb */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2597, app/assets/stylesheets/tv_screen.scss.erb */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2602, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2612, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2625, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2631, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2635, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2640, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2651, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2659, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2666, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2670, app/assets/stylesheets/tv_screen.scss.erb */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2691, app/assets/stylesheets/tv_screen.scss.erb */
  .btn {
    transition: none;
  }
}

/* line 2696, app/assets/stylesheets/tv_screen.scss.erb */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2701, app/assets/stylesheets/tv_screen.scss.erb */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2707, app/assets/stylesheets/tv_screen.scss.erb */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* line 2712, app/assets/stylesheets/tv_screen.scss.erb */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2717, app/assets/stylesheets/tv_screen.scss.erb */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2723, app/assets/stylesheets/tv_screen.scss.erb */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2729, app/assets/stylesheets/tv_screen.scss.erb */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2734, app/assets/stylesheets/tv_screen.scss.erb */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2741, app/assets/stylesheets/tv_screen.scss.erb */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2749, app/assets/stylesheets/tv_screen.scss.erb */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2755, app/assets/stylesheets/tv_screen.scss.erb */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2761, app/assets/stylesheets/tv_screen.scss.erb */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2767, app/assets/stylesheets/tv_screen.scss.erb */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2772, app/assets/stylesheets/tv_screen.scss.erb */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2779, app/assets/stylesheets/tv_screen.scss.erb */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2787, app/assets/stylesheets/tv_screen.scss.erb */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2793, app/assets/stylesheets/tv_screen.scss.erb */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2799, app/assets/stylesheets/tv_screen.scss.erb */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2805, app/assets/stylesheets/tv_screen.scss.erb */
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2810, app/assets/stylesheets/tv_screen.scss.erb */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2817, app/assets/stylesheets/tv_screen.scss.erb */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2825, app/assets/stylesheets/tv_screen.scss.erb */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2831, app/assets/stylesheets/tv_screen.scss.erb */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2837, app/assets/stylesheets/tv_screen.scss.erb */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2843, app/assets/stylesheets/tv_screen.scss.erb */
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2848, app/assets/stylesheets/tv_screen.scss.erb */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2855, app/assets/stylesheets/tv_screen.scss.erb */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2863, app/assets/stylesheets/tv_screen.scss.erb */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2869, app/assets/stylesheets/tv_screen.scss.erb */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2875, app/assets/stylesheets/tv_screen.scss.erb */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2881, app/assets/stylesheets/tv_screen.scss.erb */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2886, app/assets/stylesheets/tv_screen.scss.erb */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2893, app/assets/stylesheets/tv_screen.scss.erb */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2901, app/assets/stylesheets/tv_screen.scss.erb */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2907, app/assets/stylesheets/tv_screen.scss.erb */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2913, app/assets/stylesheets/tv_screen.scss.erb */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2919, app/assets/stylesheets/tv_screen.scss.erb */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2924, app/assets/stylesheets/tv_screen.scss.erb */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2931, app/assets/stylesheets/tv_screen.scss.erb */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2939, app/assets/stylesheets/tv_screen.scss.erb */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2945, app/assets/stylesheets/tv_screen.scss.erb */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2951, app/assets/stylesheets/tv_screen.scss.erb */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2957, app/assets/stylesheets/tv_screen.scss.erb */
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2962, app/assets/stylesheets/tv_screen.scss.erb */
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2969, app/assets/stylesheets/tv_screen.scss.erb */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2977, app/assets/stylesheets/tv_screen.scss.erb */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2983, app/assets/stylesheets/tv_screen.scss.erb */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2989, app/assets/stylesheets/tv_screen.scss.erb */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2995, app/assets/stylesheets/tv_screen.scss.erb */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 3000, app/assets/stylesheets/tv_screen.scss.erb */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3007, app/assets/stylesheets/tv_screen.scss.erb */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 3015, app/assets/stylesheets/tv_screen.scss.erb */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 3021, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 3026, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 3032, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 3037, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 3043, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 3051, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 3057, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 3062, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 3068, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 3073, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 3079, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 3087, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 3093, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 3098, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 3104, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 3109, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 3115, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 3123, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 3129, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 3134, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 3140, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 3145, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 3151, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 3159, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 3165, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 3170, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3176, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3181, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 3187, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3195, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3201, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 3206, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3212, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3217, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 3223, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3231, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3237, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3242, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3248, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3253, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 3259, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3267, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3273, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 3278, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3284, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3289, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 3295, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3303, app/assets/stylesheets/tv_screen.scss.erb */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3309, app/assets/stylesheets/tv_screen.scss.erb */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 3315, app/assets/stylesheets/tv_screen.scss.erb */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 3320, app/assets/stylesheets/tv_screen.scss.erb */
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 3326, app/assets/stylesheets/tv_screen.scss.erb */
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 3332, app/assets/stylesheets/tv_screen.scss.erb */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3340, app/assets/stylesheets/tv_screen.scss.erb */
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3348, app/assets/stylesheets/tv_screen.scss.erb */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3353, app/assets/stylesheets/tv_screen.scss.erb */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3357, app/assets/stylesheets/tv_screen.scss.erb */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3363, app/assets/stylesheets/tv_screen.scss.erb */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3369, app/assets/stylesheets/tv_screen.scss.erb */
  .fade {
    transition: none;
  }
}

/* line 3374, app/assets/stylesheets/tv_screen.scss.erb */
.fade:not(.show) {
  opacity: 0;
}

/* line 3378, app/assets/stylesheets/tv_screen.scss.erb */
.collapse:not(.show) {
  display: none;
}

/* line 3382, app/assets/stylesheets/tv_screen.scss.erb */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3391, app/assets/stylesheets/tv_screen.scss.erb */
  .collapsing {
    transition: none;
  }
}

/* line 3396, app/assets/stylesheets/tv_screen.scss.erb */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3403, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3407, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3418, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3422, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3442, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3447, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3453, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3458, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3464, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3469, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3475, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3480, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3486, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3491, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3496, app/assets/stylesheets/tv_screen.scss.erb */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3503, app/assets/stylesheets/tv_screen.scss.erb */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3514, app/assets/stylesheets/tv_screen.scss.erb */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3518, app/assets/stylesheets/tv_screen.scss.erb */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3526, app/assets/stylesheets/tv_screen.scss.erb */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3537, app/assets/stylesheets/tv_screen.scss.erb */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3541, app/assets/stylesheets/tv_screen.scss.erb */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3545, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3553, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3560, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3564, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3574, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3578, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3582, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3590, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3597, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3610, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3617, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3624, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 3631, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-menu.show {
  display: block;
}

/* line 3635, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3644, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 3650, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3658, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3665, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3670, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3679, app/assets/stylesheets/tv_screen.scss.erb */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3687, app/assets/stylesheets/tv_screen.scss.erb */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3691, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3696, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3702, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3708, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3713, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3719, app/assets/stylesheets/tv_screen.scss.erb */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3723, app/assets/stylesheets/tv_screen.scss.erb */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3729, app/assets/stylesheets/tv_screen.scss.erb */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3735, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3745, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3750, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3755, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3761, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3767, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3772, app/assets/stylesheets/tv_screen.scss.erb */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3781, app/assets/stylesheets/tv_screen.scss.erb */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3791, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3802, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3817, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3823, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3827, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3833, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3839, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3846, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3852, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3857, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3863, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3869, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3874, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3885, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3889, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-append {
  margin-left: -1px;
}

/* line 3893, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3911, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3916, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3921, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3933, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3938, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3950, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3955, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3965, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3975, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3982, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3988, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3994, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 4000, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4004, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 4008, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 4014, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 4018, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 4022, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 4028, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 4041, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

/* line 4052, app/assets/stylesheets/tv_screen.scss.erb */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 4056, app/assets/stylesheets/tv_screen.scss.erb */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 4060, app/assets/stylesheets/tv_screen.scss.erb */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 4065, app/assets/stylesheets/tv_screen.scss.erb */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 4069, app/assets/stylesheets/tv_screen.scss.erb */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 4073, app/assets/stylesheets/tv_screen.scss.erb */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 4077, app/assets/stylesheets/tv_screen.scss.erb */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4081, app/assets/stylesheets/tv_screen.scss.erb */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 4085, app/assets/stylesheets/tv_screen.scss.erb */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 4089, app/assets/stylesheets/tv_screen.scss.erb */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 4093, app/assets/stylesheets/tv_screen.scss.erb */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 4100, app/assets/stylesheets/tv_screen.scss.erb */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4114, app/assets/stylesheets/tv_screen.scss.erb */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 4119, app/assets/stylesheets/tv_screen.scss.erb */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 4125, app/assets/stylesheets/tv_screen.scss.erb */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 4129, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4148, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4154, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 4159, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 4166, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 4171, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select::-ms-expand {
  display: none;
}

/* line 4175, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 4183, app/assets/stylesheets/tv_screen.scss.erb */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 4191, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 4199, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4208, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4213, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 4217, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4221, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4225, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 4241, app/assets/stylesheets/tv_screen.scss.erb */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 4258, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4268, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:focus {
  outline: none;
}

/* line 4272, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4276, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4280, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4284, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4288, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4302, app/assets/stylesheets/tv_screen.scss.erb */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4307, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 4311, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4321, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4334, app/assets/stylesheets/tv_screen.scss.erb */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4339, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 4343, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4353, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4368, app/assets/stylesheets/tv_screen.scss.erb */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4373, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 4377, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 4387, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4392, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4398, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 4402, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4406, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 4410, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4414, app/assets/stylesheets/tv_screen.scss.erb */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 4418, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4426, app/assets/stylesheets/tv_screen.scss.erb */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4433, app/assets/stylesheets/tv_screen.scss.erb */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4442, app/assets/stylesheets/tv_screen.scss.erb */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4447, app/assets/stylesheets/tv_screen.scss.erb */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 4452, app/assets/stylesheets/tv_screen.scss.erb */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 4458, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 4462, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4466, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4472, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 4477, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 4483, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 4490, app/assets/stylesheets/tv_screen.scss.erb */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4496, app/assets/stylesheets/tv_screen.scss.erb */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4500, app/assets/stylesheets/tv_screen.scss.erb */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 4506, app/assets/stylesheets/tv_screen.scss.erb */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4512, app/assets/stylesheets/tv_screen.scss.erb */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4519, app/assets/stylesheets/tv_screen.scss.erb */
.tab-content > .tab-pane {
  display: none;
}

/* line 4523, app/assets/stylesheets/tv_screen.scss.erb */
.tab-content > .active {
  display: block;
}

/* line 4527, app/assets/stylesheets/tv_screen.scss.erb */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4539, app/assets/stylesheets/tv_screen.scss.erb */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4550, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4560, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4565, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4576, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4581, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4586, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4592, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4600, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4609, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 4614, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4625, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4632, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4640, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4646, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4650, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4655, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4660, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4666, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4671, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4678, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4686, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4692, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4696, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4701, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4706, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4712, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4717, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4724, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4732, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4738, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4742, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4747, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4752, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4758, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4763, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4770, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4778, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4784, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4788, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4793, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4798, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4804, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4808, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4816, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4822, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4828, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4832, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4837, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 4842, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4848, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4852, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4856, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4861, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4865, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4870, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4874, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4881, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4886, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4890, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4894, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4898, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4903, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4907, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4912, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4916, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4921, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4925, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4932, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4937, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4941, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4945, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4949, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4954, app/assets/stylesheets/tv_screen.scss.erb */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4969, app/assets/stylesheets/tv_screen.scss.erb */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4974, app/assets/stylesheets/tv_screen.scss.erb */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4979, app/assets/stylesheets/tv_screen.scss.erb */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4984, app/assets/stylesheets/tv_screen.scss.erb */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4990, app/assets/stylesheets/tv_screen.scss.erb */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4994, app/assets/stylesheets/tv_screen.scss.erb */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4999, app/assets/stylesheets/tv_screen.scss.erb */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5003, app/assets/stylesheets/tv_screen.scss.erb */
.card-link:hover {
  text-decoration: none;
}

/* line 5007, app/assets/stylesheets/tv_screen.scss.erb */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 5011, app/assets/stylesheets/tv_screen.scss.erb */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5018, app/assets/stylesheets/tv_screen.scss.erb */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 5022, app/assets/stylesheets/tv_screen.scss.erb */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 5026, app/assets/stylesheets/tv_screen.scss.erb */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5032, app/assets/stylesheets/tv_screen.scss.erb */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 5036, app/assets/stylesheets/tv_screen.scss.erb */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 5043, app/assets/stylesheets/tv_screen.scss.erb */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 5048, app/assets/stylesheets/tv_screen.scss.erb */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 5057, app/assets/stylesheets/tv_screen.scss.erb */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 5062, app/assets/stylesheets/tv_screen.scss.erb */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 5068, app/assets/stylesheets/tv_screen.scss.erb */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 5074, app/assets/stylesheets/tv_screen.scss.erb */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 5082, app/assets/stylesheets/tv_screen.scss.erb */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 5087, app/assets/stylesheets/tv_screen.scss.erb */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 5095, app/assets/stylesheets/tv_screen.scss.erb */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 5108, app/assets/stylesheets/tv_screen.scss.erb */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 5116, app/assets/stylesheets/tv_screen.scss.erb */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 5121, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 5127, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 5133, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5138, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5143, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 5148, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 5153, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5158, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 5163, app/assets/stylesheets/tv_screen.scss.erb */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5168, app/assets/stylesheets/tv_screen.scss.erb */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 5173, app/assets/stylesheets/tv_screen.scss.erb */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5184, app/assets/stylesheets/tv_screen.scss.erb */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5189, app/assets/stylesheets/tv_screen.scss.erb */
.accordion > .card {
  overflow: hidden;
}

/* line 5193, app/assets/stylesheets/tv_screen.scss.erb */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 5197, app/assets/stylesheets/tv_screen.scss.erb */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 5202, app/assets/stylesheets/tv_screen.scss.erb */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5208, app/assets/stylesheets/tv_screen.scss.erb */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5213, app/assets/stylesheets/tv_screen.scss.erb */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 5217, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5228, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 5232, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 5239, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5243, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5247, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 5251, app/assets/stylesheets/tv_screen.scss.erb */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 5259, app/assets/stylesheets/tv_screen.scss.erb */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 5270, app/assets/stylesheets/tv_screen.scss.erb */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 5278, app/assets/stylesheets/tv_screen.scss.erb */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 5284, app/assets/stylesheets/tv_screen.scss.erb */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5290, app/assets/stylesheets/tv_screen.scss.erb */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5295, app/assets/stylesheets/tv_screen.scss.erb */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5302, app/assets/stylesheets/tv_screen.scss.erb */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5310, app/assets/stylesheets/tv_screen.scss.erb */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 5316, app/assets/stylesheets/tv_screen.scss.erb */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5321, app/assets/stylesheets/tv_screen.scss.erb */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5326, app/assets/stylesheets/tv_screen.scss.erb */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 5332, app/assets/stylesheets/tv_screen.scss.erb */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5337, app/assets/stylesheets/tv_screen.scss.erb */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 5342, app/assets/stylesheets/tv_screen.scss.erb */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5357, app/assets/stylesheets/tv_screen.scss.erb */
  .badge {
    transition: none;
  }
}

/* line 5362, app/assets/stylesheets/tv_screen.scss.erb */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 5367, app/assets/stylesheets/tv_screen.scss.erb */
.badge:empty {
  display: none;
}

/* line 5371, app/assets/stylesheets/tv_screen.scss.erb */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5376, app/assets/stylesheets/tv_screen.scss.erb */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5382, app/assets/stylesheets/tv_screen.scss.erb */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 5387, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 5393, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 5399, app/assets/stylesheets/tv_screen.scss.erb */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 5404, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 5410, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 5416, app/assets/stylesheets/tv_screen.scss.erb */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 5421, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 5427, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 5433, app/assets/stylesheets/tv_screen.scss.erb */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 5438, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 5444, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 5450, app/assets/stylesheets/tv_screen.scss.erb */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 5455, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 5461, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 5467, app/assets/stylesheets/tv_screen.scss.erb */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 5472, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 5478, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 5484, app/assets/stylesheets/tv_screen.scss.erb */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 5489, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 5495, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 5501, app/assets/stylesheets/tv_screen.scss.erb */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 5506, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 5512, app/assets/stylesheets/tv_screen.scss.erb */
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 5518, app/assets/stylesheets/tv_screen.scss.erb */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5526, app/assets/stylesheets/tv_screen.scss.erb */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5530, app/assets/stylesheets/tv_screen.scss.erb */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5536, app/assets/stylesheets/tv_screen.scss.erb */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 5544, app/assets/stylesheets/tv_screen.scss.erb */
.alert-heading {
  color: inherit;
}

/* line 5548, app/assets/stylesheets/tv_screen.scss.erb */
.alert-link {
  font-weight: 700;
}

/* line 5552, app/assets/stylesheets/tv_screen.scss.erb */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5556, app/assets/stylesheets/tv_screen.scss.erb */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5564, app/assets/stylesheets/tv_screen.scss.erb */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 5570, app/assets/stylesheets/tv_screen.scss.erb */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 5574, app/assets/stylesheets/tv_screen.scss.erb */
.alert-primary .alert-link {
  color: #002752;
}

/* line 5578, app/assets/stylesheets/tv_screen.scss.erb */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 5584, app/assets/stylesheets/tv_screen.scss.erb */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5588, app/assets/stylesheets/tv_screen.scss.erb */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5592, app/assets/stylesheets/tv_screen.scss.erb */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5598, app/assets/stylesheets/tv_screen.scss.erb */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5602, app/assets/stylesheets/tv_screen.scss.erb */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5606, app/assets/stylesheets/tv_screen.scss.erb */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5612, app/assets/stylesheets/tv_screen.scss.erb */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5616, app/assets/stylesheets/tv_screen.scss.erb */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5620, app/assets/stylesheets/tv_screen.scss.erb */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5626, app/assets/stylesheets/tv_screen.scss.erb */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5630, app/assets/stylesheets/tv_screen.scss.erb */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5634, app/assets/stylesheets/tv_screen.scss.erb */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5640, app/assets/stylesheets/tv_screen.scss.erb */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5644, app/assets/stylesheets/tv_screen.scss.erb */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5648, app/assets/stylesheets/tv_screen.scss.erb */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5654, app/assets/stylesheets/tv_screen.scss.erb */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5658, app/assets/stylesheets/tv_screen.scss.erb */
.alert-light .alert-link {
  color: #686868;
}

/* line 5662, app/assets/stylesheets/tv_screen.scss.erb */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5668, app/assets/stylesheets/tv_screen.scss.erb */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5672, app/assets/stylesheets/tv_screen.scss.erb */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5692, app/assets/stylesheets/tv_screen.scss.erb */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5702, app/assets/stylesheets/tv_screen.scss.erb */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5719, app/assets/stylesheets/tv_screen.scss.erb */
  .progress-bar {
    transition: none;
  }
}

/* line 5724, app/assets/stylesheets/tv_screen.scss.erb */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5729, app/assets/stylesheets/tv_screen.scss.erb */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5735, app/assets/stylesheets/tv_screen.scss.erb */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5740, app/assets/stylesheets/tv_screen.scss.erb */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5747, app/assets/stylesheets/tv_screen.scss.erb */
.media-body {
  flex: 1;
}

/* line 5752, app/assets/stylesheets/tv_screen.scss.erb */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5762, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5768, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5776, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5781, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5790, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5795, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5801, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 5808, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5815, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5821, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 5826, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5832, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 5840, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5846, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5851, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5857, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 5865, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5871, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5876, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5882, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 5890, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5896, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5901, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5907, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5915, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5921, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5926, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5932, app/assets/stylesheets/tv_screen.scss.erb */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 5939, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5945, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 5949, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5953, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 5958, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5963, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5969, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5975, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5980, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5986, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5992, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5997, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 6003, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 6009, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 6014, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 6020, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 6026, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 6031, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 6037, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 6043, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 6048, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 6054, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 6060, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 6065, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 6071, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 6077, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 6082, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 6088, app/assets/stylesheets/tv_screen.scss.erb */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 6094, app/assets/stylesheets/tv_screen.scss.erb */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* line 6104, app/assets/stylesheets/tv_screen.scss.erb */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 6109, app/assets/stylesheets/tv_screen.scss.erb */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

/* line 6114, app/assets/stylesheets/tv_screen.scss.erb */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6123, app/assets/stylesheets/tv_screen.scss.erb */
a.close.disabled {
  pointer-events: none;
}

/* line 6127, app/assets/stylesheets/tv_screen.scss.erb */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 6141, app/assets/stylesheets/tv_screen.scss.erb */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 6145, app/assets/stylesheets/tv_screen.scss.erb */
.toast.showing {
  opacity: 1;
}

/* line 6149, app/assets/stylesheets/tv_screen.scss.erb */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 6154, app/assets/stylesheets/tv_screen.scss.erb */
.toast.hide {
  display: none;
}

/* line 6158, app/assets/stylesheets/tv_screen.scss.erb */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6170, app/assets/stylesheets/tv_screen.scss.erb */
.toast-body {
  padding: 0.75rem;
}

/* line 6174, app/assets/stylesheets/tv_screen.scss.erb */
.modal-open {
  overflow: hidden;
}

/* line 6178, app/assets/stylesheets/tv_screen.scss.erb */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6183, app/assets/stylesheets/tv_screen.scss.erb */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6195, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 6202, app/assets/stylesheets/tv_screen.scss.erb */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6212, app/assets/stylesheets/tv_screen.scss.erb */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6217, app/assets/stylesheets/tv_screen.scss.erb */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6222, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 6228, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 6233, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 6238, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6242, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6250, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 6256, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 6265, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6269, app/assets/stylesheets/tv_screen.scss.erb */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6273, app/assets/stylesheets/tv_screen.scss.erb */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 6289, app/assets/stylesheets/tv_screen.scss.erb */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6299, app/assets/stylesheets/tv_screen.scss.erb */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6303, app/assets/stylesheets/tv_screen.scss.erb */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 6307, app/assets/stylesheets/tv_screen.scss.erb */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 6320, app/assets/stylesheets/tv_screen.scss.erb */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6325, app/assets/stylesheets/tv_screen.scss.erb */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6330, app/assets/stylesheets/tv_screen.scss.erb */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6337, app/assets/stylesheets/tv_screen.scss.erb */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 6350, app/assets/stylesheets/tv_screen.scss.erb */
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

/* line 6354, app/assets/stylesheets/tv_screen.scss.erb */
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

/* line 6358, app/assets/stylesheets/tv_screen.scss.erb */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6367, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6372, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6376, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6380, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6384, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 6388, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6393, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6399, app/assets/stylesheets/tv_screen.scss.erb */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6403, app/assets/stylesheets/tv_screen.scss.erb */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6427, app/assets/stylesheets/tv_screen.scss.erb */
.tooltip.show {
  opacity: 0.9;
}

/* line 6431, app/assets/stylesheets/tv_screen.scss.erb */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6438, app/assets/stylesheets/tv_screen.scss.erb */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6445, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6450, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6455, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 6462, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6467, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6474, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 6481, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6486, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6491, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 6498, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6503, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6510, app/assets/stylesheets/tv_screen.scss.erb */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 6517, app/assets/stylesheets/tv_screen.scss.erb */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 6526, app/assets/stylesheets/tv_screen.scss.erb */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 6555, app/assets/stylesheets/tv_screen.scss.erb */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6563, app/assets/stylesheets/tv_screen.scss.erb */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6572, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6577, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6582, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6589, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 6596, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6601, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6609, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6616, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 6623, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6628, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6633, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6640, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 6647, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6659, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6664, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6672, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6679, app/assets/stylesheets/tv_screen.scss.erb */
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 6686, app/assets/stylesheets/tv_screen.scss.erb */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6696, app/assets/stylesheets/tv_screen.scss.erb */
.popover-header:empty {
  display: none;
}

/* line 6700, app/assets/stylesheets/tv_screen.scss.erb */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 6705, app/assets/stylesheets/tv_screen.scss.erb */
.carousel {
  position: relative;
}

/* line 6709, app/assets/stylesheets/tv_screen.scss.erb */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6713, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6719, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6725, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6740, app/assets/stylesheets/tv_screen.scss.erb */
  .carousel-item {
    transition: none;
  }
}

/* line 6745, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6751, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6757, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6763, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6771, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6778, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6787, app/assets/stylesheets/tv_screen.scss.erb */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6793, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6814, app/assets/stylesheets/tv_screen.scss.erb */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6820, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 6830, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-prev {
  left: 0;
}

/* line 6834, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-next {
  right: 0;
}

/* line 6838, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

/* line 6846, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6850, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6854, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6870, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6890, app/assets/stylesheets/tv_screen.scss.erb */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6895, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6899, app/assets/stylesheets/tv_screen.scss.erb */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6923, app/assets/stylesheets/tv_screen.scss.erb */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

/* line 6935, app/assets/stylesheets/tv_screen.scss.erb */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 6959, app/assets/stylesheets/tv_screen.scss.erb */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

/* line 6971, app/assets/stylesheets/tv_screen.scss.erb */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6976, app/assets/stylesheets/tv_screen.scss.erb */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6980, app/assets/stylesheets/tv_screen.scss.erb */
.align-top {
  vertical-align: top !important;
}

/* line 6984, app/assets/stylesheets/tv_screen.scss.erb */
.align-middle {
  vertical-align: middle !important;
}

/* line 6988, app/assets/stylesheets/tv_screen.scss.erb */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6992, app/assets/stylesheets/tv_screen.scss.erb */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6996, app/assets/stylesheets/tv_screen.scss.erb */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 7000, app/assets/stylesheets/tv_screen.scss.erb */
.bg-primary {
  background-color: #007bff !important;
}

/* line 7004, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 7011, app/assets/stylesheets/tv_screen.scss.erb */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 7015, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 7022, app/assets/stylesheets/tv_screen.scss.erb */
.bg-success {
  background-color: #28a745 !important;
}

/* line 7026, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 7033, app/assets/stylesheets/tv_screen.scss.erb */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 7037, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 7044, app/assets/stylesheets/tv_screen.scss.erb */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 7048, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 7055, app/assets/stylesheets/tv_screen.scss.erb */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 7059, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 7066, app/assets/stylesheets/tv_screen.scss.erb */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 7070, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 7077, app/assets/stylesheets/tv_screen.scss.erb */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 7081, app/assets/stylesheets/tv_screen.scss.erb */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 7088, app/assets/stylesheets/tv_screen.scss.erb */
.bg-white {
  background-color: #fff !important;
}

/* line 7092, app/assets/stylesheets/tv_screen.scss.erb */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7096, app/assets/stylesheets/tv_screen.scss.erb */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 7100, app/assets/stylesheets/tv_screen.scss.erb */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 7104, app/assets/stylesheets/tv_screen.scss.erb */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 7108, app/assets/stylesheets/tv_screen.scss.erb */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 7112, app/assets/stylesheets/tv_screen.scss.erb */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 7116, app/assets/stylesheets/tv_screen.scss.erb */
.border-0 {
  border: 0 !important;
}

/* line 7120, app/assets/stylesheets/tv_screen.scss.erb */
.border-top-0 {
  border-top: 0 !important;
}

/* line 7124, app/assets/stylesheets/tv_screen.scss.erb */
.border-right-0 {
  border-right: 0 !important;
}

/* line 7128, app/assets/stylesheets/tv_screen.scss.erb */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 7132, app/assets/stylesheets/tv_screen.scss.erb */
.border-left-0 {
  border-left: 0 !important;
}

/* line 7136, app/assets/stylesheets/tv_screen.scss.erb */
.border-primary {
  border-color: #007bff !important;
}

/* line 7140, app/assets/stylesheets/tv_screen.scss.erb */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 7144, app/assets/stylesheets/tv_screen.scss.erb */
.border-success {
  border-color: #28a745 !important;
}

/* line 7148, app/assets/stylesheets/tv_screen.scss.erb */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 7152, app/assets/stylesheets/tv_screen.scss.erb */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 7156, app/assets/stylesheets/tv_screen.scss.erb */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 7160, app/assets/stylesheets/tv_screen.scss.erb */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 7164, app/assets/stylesheets/tv_screen.scss.erb */
.border-dark {
  border-color: #343a40 !important;
}

/* line 7168, app/assets/stylesheets/tv_screen.scss.erb */
.border-white {
  border-color: #fff !important;
}

/* line 7172, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 7176, app/assets/stylesheets/tv_screen.scss.erb */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 7180, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 7185, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 7190, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 7195, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 7200, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 7204, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 7208, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 7212, app/assets/stylesheets/tv_screen.scss.erb */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 7216, app/assets/stylesheets/tv_screen.scss.erb */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 7222, app/assets/stylesheets/tv_screen.scss.erb */
.d-none {
  display: none !important;
}

/* line 7226, app/assets/stylesheets/tv_screen.scss.erb */
.d-inline {
  display: inline !important;
}

/* line 7230, app/assets/stylesheets/tv_screen.scss.erb */
.d-inline-block {
  display: inline-block !important;
}

/* line 7234, app/assets/stylesheets/tv_screen.scss.erb */
.d-block {
  display: block !important;
}

/* line 7238, app/assets/stylesheets/tv_screen.scss.erb */
.d-table {
  display: table !important;
}

/* line 7242, app/assets/stylesheets/tv_screen.scss.erb */
.d-table-row {
  display: table-row !important;
}

/* line 7246, app/assets/stylesheets/tv_screen.scss.erb */
.d-table-cell {
  display: table-cell !important;
}

/* line 7250, app/assets/stylesheets/tv_screen.scss.erb */
.d-flex {
  display: flex !important;
}

/* line 7255, app/assets/stylesheets/tv_screen.scss.erb */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 7261, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-none {
    display: none !important;
  }
  /* line 7265, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7269, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7273, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-block {
    display: block !important;
  }
  /* line 7277, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-table {
    display: table !important;
  }
  /* line 7281, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7285, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7289, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 7294, app/assets/stylesheets/tv_screen.scss.erb */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 7300, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-none {
    display: none !important;
  }
  /* line 7304, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7308, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7312, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-block {
    display: block !important;
  }
  /* line 7316, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-table {
    display: table !important;
  }
  /* line 7320, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7324, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7328, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-flex {
    display: flex !important;
  }
  /* line 7333, app/assets/stylesheets/tv_screen.scss.erb */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7339, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-none {
    display: none !important;
  }
  /* line 7343, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7347, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7351, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-block {
    display: block !important;
  }
  /* line 7355, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-table {
    display: table !important;
  }
  /* line 7359, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7363, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7367, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 7372, app/assets/stylesheets/tv_screen.scss.erb */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7378, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-none {
    display: none !important;
  }
  /* line 7382, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7386, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7390, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-block {
    display: block !important;
  }
  /* line 7394, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-table {
    display: table !important;
  }
  /* line 7398, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7402, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7406, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 7411, app/assets/stylesheets/tv_screen.scss.erb */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 7417, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-none {
    display: none !important;
  }
  /* line 7421, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7425, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7429, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-block {
    display: block !important;
  }
  /* line 7433, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-table {
    display: table !important;
  }
  /* line 7437, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7441, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7445, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-flex {
    display: flex !important;
  }
  /* line 7450, app/assets/stylesheets/tv_screen.scss.erb */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 7455, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7463, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7468, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7482, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 7486, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7490, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7494, app/assets/stylesheets/tv_screen.scss.erb */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7498, app/assets/stylesheets/tv_screen.scss.erb */
.flex-row {
  flex-direction: row !important;
}

/* line 7504, app/assets/stylesheets/tv_screen.scss.erb */
.flex-column {
  flex-direction: column !important;
}

/* line 7510, app/assets/stylesheets/tv_screen.scss.erb */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7516, app/assets/stylesheets/tv_screen.scss.erb */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7522, app/assets/stylesheets/tv_screen.scss.erb */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7526, app/assets/stylesheets/tv_screen.scss.erb */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7530, app/assets/stylesheets/tv_screen.scss.erb */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7534, app/assets/stylesheets/tv_screen.scss.erb */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7539, app/assets/stylesheets/tv_screen.scss.erb */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7544, app/assets/stylesheets/tv_screen.scss.erb */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7549, app/assets/stylesheets/tv_screen.scss.erb */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7553, app/assets/stylesheets/tv_screen.scss.erb */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7557, app/assets/stylesheets/tv_screen.scss.erb */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7562, app/assets/stylesheets/tv_screen.scss.erb */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7567, app/assets/stylesheets/tv_screen.scss.erb */
.justify-content-center {
  justify-content: center !important;
}

/* line 7572, app/assets/stylesheets/tv_screen.scss.erb */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7577, app/assets/stylesheets/tv_screen.scss.erb */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7581, app/assets/stylesheets/tv_screen.scss.erb */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7586, app/assets/stylesheets/tv_screen.scss.erb */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7591, app/assets/stylesheets/tv_screen.scss.erb */
.align-items-center {
  align-items: center !important;
}

/* line 7596, app/assets/stylesheets/tv_screen.scss.erb */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7601, app/assets/stylesheets/tv_screen.scss.erb */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7606, app/assets/stylesheets/tv_screen.scss.erb */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7610, app/assets/stylesheets/tv_screen.scss.erb */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7614, app/assets/stylesheets/tv_screen.scss.erb */
.align-content-center {
  align-content: center !important;
}

/* line 7618, app/assets/stylesheets/tv_screen.scss.erb */
.align-content-between {
  align-content: space-between !important;
}

/* line 7622, app/assets/stylesheets/tv_screen.scss.erb */
.align-content-around {
  align-content: space-around !important;
}

/* line 7626, app/assets/stylesheets/tv_screen.scss.erb */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7630, app/assets/stylesheets/tv_screen.scss.erb */
.align-self-auto {
  align-self: auto !important;
}

/* line 7634, app/assets/stylesheets/tv_screen.scss.erb */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7638, app/assets/stylesheets/tv_screen.scss.erb */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7642, app/assets/stylesheets/tv_screen.scss.erb */
.align-self-center {
  align-self: center !important;
}

/* line 7646, app/assets/stylesheets/tv_screen.scss.erb */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7650, app/assets/stylesheets/tv_screen.scss.erb */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7655, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7661, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7667, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7673, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7679, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7683, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7687, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7691, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7696, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7701, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7706, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7710, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7714, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7719, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7724, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7729, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7734, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7738, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7743, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7748, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7753, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7758, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7763, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7767, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7771, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7775, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7779, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7783, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7787, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7791, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7795, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7799, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7803, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7807, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7812, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7818, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7824, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7830, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7836, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7840, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7844, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7848, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7853, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7858, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7863, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7867, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7871, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7876, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7881, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7886, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7891, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7895, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7900, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7905, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7910, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7915, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7920, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7924, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7928, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7932, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7936, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7940, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7944, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7948, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7952, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7956, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7960, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7964, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7969, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7975, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7981, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7987, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7993, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7997, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8001, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8005, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8010, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8015, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8020, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8024, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8028, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8033, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8038, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8043, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8048, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8052, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8057, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 8062, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 8067, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 8072, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 8077, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 8081, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 8085, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 8089, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 8093, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 8097, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 8101, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 8105, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 8109, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 8113, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 8117, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 8121, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 8126, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 8132, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 8138, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8144, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8150, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8154, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8158, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8162, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 8167, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8172, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8177, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8181, app/assets/stylesheets/tv_screen.scss.erb */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8185, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 8190, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 8195, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 8200, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 8205, app/assets/stylesheets/tv_screen.scss.erb */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 8209, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 8214, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 8219, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 8224, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 8229, app/assets/stylesheets/tv_screen.scss.erb */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 8234, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 8238, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 8242, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 8246, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 8250, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 8254, app/assets/stylesheets/tv_screen.scss.erb */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 8258, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 8262, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 8266, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 8270, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 8274, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 8278, app/assets/stylesheets/tv_screen.scss.erb */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 8282, app/assets/stylesheets/tv_screen.scss.erb */
.float-left {
  float: left !important;
}

/* line 8286, app/assets/stylesheets/tv_screen.scss.erb */
.float-right {
  float: right !important;
}

/* line 8290, app/assets/stylesheets/tv_screen.scss.erb */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 8295, app/assets/stylesheets/tv_screen.scss.erb */
  .float-sm-left {
    float: left !important;
  }
  /* line 8299, app/assets/stylesheets/tv_screen.scss.erb */
  .float-sm-right {
    float: right !important;
  }
  /* line 8303, app/assets/stylesheets/tv_screen.scss.erb */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 8308, app/assets/stylesheets/tv_screen.scss.erb */
  .float-md-left {
    float: left !important;
  }
  /* line 8312, app/assets/stylesheets/tv_screen.scss.erb */
  .float-md-right {
    float: right !important;
  }
  /* line 8316, app/assets/stylesheets/tv_screen.scss.erb */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 8321, app/assets/stylesheets/tv_screen.scss.erb */
  .float-lg-left {
    float: left !important;
  }
  /* line 8325, app/assets/stylesheets/tv_screen.scss.erb */
  .float-lg-right {
    float: right !important;
  }
  /* line 8329, app/assets/stylesheets/tv_screen.scss.erb */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8334, app/assets/stylesheets/tv_screen.scss.erb */
  .float-xl-left {
    float: left !important;
  }
  /* line 8338, app/assets/stylesheets/tv_screen.scss.erb */
  .float-xl-right {
    float: right !important;
  }
  /* line 8342, app/assets/stylesheets/tv_screen.scss.erb */
  .float-xl-none {
    float: none !important;
  }
}

/* line 8346, app/assets/stylesheets/tv_screen.scss.erb */
.overflow-auto {
  overflow: auto !important;
}

/* line 8350, app/assets/stylesheets/tv_screen.scss.erb */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8354, app/assets/stylesheets/tv_screen.scss.erb */
.position-static {
  position: static !important;
}

/* line 8358, app/assets/stylesheets/tv_screen.scss.erb */
.position-relative {
  position: relative !important;
}

/* line 8362, app/assets/stylesheets/tv_screen.scss.erb */
.position-absolute {
  position: absolute !important;
}

/* line 8366, app/assets/stylesheets/tv_screen.scss.erb */
.position-fixed {
  position: fixed !important;
}

/* line 8370, app/assets/stylesheets/tv_screen.scss.erb */
.position-sticky {
  position: sticky !important;
}

/* line 8375, app/assets/stylesheets/tv_screen.scss.erb */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 8383, app/assets/stylesheets/tv_screen.scss.erb */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 8392, app/assets/stylesheets/tv_screen.scss.erb */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8399, app/assets/stylesheets/tv_screen.scss.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8410, app/assets/stylesheets/tv_screen.scss.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 8420, app/assets/stylesheets/tv_screen.scss.erb */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 8424, app/assets/stylesheets/tv_screen.scss.erb */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 8428, app/assets/stylesheets/tv_screen.scss.erb */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8432, app/assets/stylesheets/tv_screen.scss.erb */
.shadow-none {
  box-shadow: none !important;
}

/* line 8436, app/assets/stylesheets/tv_screen.scss.erb */
.w-25 {
  width: 25% !important;
}

/* line 8440, app/assets/stylesheets/tv_screen.scss.erb */
.w-50 {
  width: 50% !important;
}

/* line 8444, app/assets/stylesheets/tv_screen.scss.erb */
.w-75 {
  width: 75% !important;
}

/* line 8448, app/assets/stylesheets/tv_screen.scss.erb */
.w-100 {
  width: 100% !important;
}

/* line 8452, app/assets/stylesheets/tv_screen.scss.erb */
.w-auto {
  width: auto !important;
}

/* line 8456, app/assets/stylesheets/tv_screen.scss.erb */
.h-25 {
  height: 25% !important;
}

/* line 8460, app/assets/stylesheets/tv_screen.scss.erb */
.h-50 {
  height: 50% !important;
}

/* line 8464, app/assets/stylesheets/tv_screen.scss.erb */
.h-75 {
  height: 75% !important;
}

/* line 8468, app/assets/stylesheets/tv_screen.scss.erb */
.h-100 {
  height: 100% !important;
}

/* line 8472, app/assets/stylesheets/tv_screen.scss.erb */
.h-auto {
  height: auto !important;
}

/* line 8476, app/assets/stylesheets/tv_screen.scss.erb */
.mw-100 {
  max-width: 100% !important;
}

/* line 8480, app/assets/stylesheets/tv_screen.scss.erb */
.mh-100 {
  max-height: 100% !important;
}

/* line 8484, app/assets/stylesheets/tv_screen.scss.erb */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8488, app/assets/stylesheets/tv_screen.scss.erb */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8492, app/assets/stylesheets/tv_screen.scss.erb */
.vw-100 {
  width: 100vw !important;
}

/* line 8496, app/assets/stylesheets/tv_screen.scss.erb */
.vh-100 {
  height: 100vh !important;
}

/* line 8500, app/assets/stylesheets/tv_screen.scss.erb */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 8512, app/assets/stylesheets/tv_screen.scss.erb */
.m-0 {
  margin: 0 !important;
}

/* line 8516, app/assets/stylesheets/tv_screen.scss.erb */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8521, app/assets/stylesheets/tv_screen.scss.erb */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8526, app/assets/stylesheets/tv_screen.scss.erb */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8531, app/assets/stylesheets/tv_screen.scss.erb */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8536, app/assets/stylesheets/tv_screen.scss.erb */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8540, app/assets/stylesheets/tv_screen.scss.erb */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8545, app/assets/stylesheets/tv_screen.scss.erb */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8550, app/assets/stylesheets/tv_screen.scss.erb */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8555, app/assets/stylesheets/tv_screen.scss.erb */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8560, app/assets/stylesheets/tv_screen.scss.erb */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8564, app/assets/stylesheets/tv_screen.scss.erb */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8569, app/assets/stylesheets/tv_screen.scss.erb */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8574, app/assets/stylesheets/tv_screen.scss.erb */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8579, app/assets/stylesheets/tv_screen.scss.erb */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8584, app/assets/stylesheets/tv_screen.scss.erb */
.m-3 {
  margin: 1rem !important;
}

/* line 8588, app/assets/stylesheets/tv_screen.scss.erb */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8593, app/assets/stylesheets/tv_screen.scss.erb */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8598, app/assets/stylesheets/tv_screen.scss.erb */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8603, app/assets/stylesheets/tv_screen.scss.erb */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8608, app/assets/stylesheets/tv_screen.scss.erb */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8612, app/assets/stylesheets/tv_screen.scss.erb */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8617, app/assets/stylesheets/tv_screen.scss.erb */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8622, app/assets/stylesheets/tv_screen.scss.erb */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8627, app/assets/stylesheets/tv_screen.scss.erb */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8632, app/assets/stylesheets/tv_screen.scss.erb */
.m-5 {
  margin: 3rem !important;
}

/* line 8636, app/assets/stylesheets/tv_screen.scss.erb */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8641, app/assets/stylesheets/tv_screen.scss.erb */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8646, app/assets/stylesheets/tv_screen.scss.erb */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8651, app/assets/stylesheets/tv_screen.scss.erb */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8656, app/assets/stylesheets/tv_screen.scss.erb */
.p-0 {
  padding: 0 !important;
}

/* line 8660, app/assets/stylesheets/tv_screen.scss.erb */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8665, app/assets/stylesheets/tv_screen.scss.erb */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8670, app/assets/stylesheets/tv_screen.scss.erb */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8675, app/assets/stylesheets/tv_screen.scss.erb */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8680, app/assets/stylesheets/tv_screen.scss.erb */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8684, app/assets/stylesheets/tv_screen.scss.erb */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8689, app/assets/stylesheets/tv_screen.scss.erb */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8694, app/assets/stylesheets/tv_screen.scss.erb */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8699, app/assets/stylesheets/tv_screen.scss.erb */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8704, app/assets/stylesheets/tv_screen.scss.erb */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8708, app/assets/stylesheets/tv_screen.scss.erb */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8713, app/assets/stylesheets/tv_screen.scss.erb */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8718, app/assets/stylesheets/tv_screen.scss.erb */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8723, app/assets/stylesheets/tv_screen.scss.erb */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8728, app/assets/stylesheets/tv_screen.scss.erb */
.p-3 {
  padding: 1rem !important;
}

/* line 8732, app/assets/stylesheets/tv_screen.scss.erb */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8737, app/assets/stylesheets/tv_screen.scss.erb */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8742, app/assets/stylesheets/tv_screen.scss.erb */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8747, app/assets/stylesheets/tv_screen.scss.erb */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8752, app/assets/stylesheets/tv_screen.scss.erb */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8756, app/assets/stylesheets/tv_screen.scss.erb */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8761, app/assets/stylesheets/tv_screen.scss.erb */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8766, app/assets/stylesheets/tv_screen.scss.erb */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8771, app/assets/stylesheets/tv_screen.scss.erb */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8776, app/assets/stylesheets/tv_screen.scss.erb */
.p-5 {
  padding: 3rem !important;
}

/* line 8780, app/assets/stylesheets/tv_screen.scss.erb */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8785, app/assets/stylesheets/tv_screen.scss.erb */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8790, app/assets/stylesheets/tv_screen.scss.erb */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8795, app/assets/stylesheets/tv_screen.scss.erb */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8800, app/assets/stylesheets/tv_screen.scss.erb */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8804, app/assets/stylesheets/tv_screen.scss.erb */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8809, app/assets/stylesheets/tv_screen.scss.erb */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8814, app/assets/stylesheets/tv_screen.scss.erb */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8819, app/assets/stylesheets/tv_screen.scss.erb */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8824, app/assets/stylesheets/tv_screen.scss.erb */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8828, app/assets/stylesheets/tv_screen.scss.erb */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8833, app/assets/stylesheets/tv_screen.scss.erb */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8838, app/assets/stylesheets/tv_screen.scss.erb */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8843, app/assets/stylesheets/tv_screen.scss.erb */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8848, app/assets/stylesheets/tv_screen.scss.erb */
.m-n3 {
  margin: -1rem !important;
}

/* line 8852, app/assets/stylesheets/tv_screen.scss.erb */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8857, app/assets/stylesheets/tv_screen.scss.erb */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8862, app/assets/stylesheets/tv_screen.scss.erb */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8867, app/assets/stylesheets/tv_screen.scss.erb */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8872, app/assets/stylesheets/tv_screen.scss.erb */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8876, app/assets/stylesheets/tv_screen.scss.erb */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8881, app/assets/stylesheets/tv_screen.scss.erb */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8886, app/assets/stylesheets/tv_screen.scss.erb */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8891, app/assets/stylesheets/tv_screen.scss.erb */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8896, app/assets/stylesheets/tv_screen.scss.erb */
.m-n5 {
  margin: -3rem !important;
}

/* line 8900, app/assets/stylesheets/tv_screen.scss.erb */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8905, app/assets/stylesheets/tv_screen.scss.erb */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8910, app/assets/stylesheets/tv_screen.scss.erb */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8915, app/assets/stylesheets/tv_screen.scss.erb */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8920, app/assets/stylesheets/tv_screen.scss.erb */
.m-auto {
  margin: auto !important;
}

/* line 8924, app/assets/stylesheets/tv_screen.scss.erb */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8929, app/assets/stylesheets/tv_screen.scss.erb */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8934, app/assets/stylesheets/tv_screen.scss.erb */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8939, app/assets/stylesheets/tv_screen.scss.erb */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8945, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8949, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8954, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8959, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8964, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8969, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8973, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8978, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8983, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8988, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8993, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8997, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9002, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9007, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9012, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9017, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 9021, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 9026, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 9031, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9036, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 9041, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 9045, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9050, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9055, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9060, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9065, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 9069, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 9074, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 9079, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9084, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 9089, app/assets/stylesheets/tv_screen.scss.erb */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 9093, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 9098, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 9103, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 9108, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 9113, app/assets/stylesheets/tv_screen.scss.erb */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 9117, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9122, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9127, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9132, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9137, app/assets/stylesheets/tv_screen.scss.erb */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 9141, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9146, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9151, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9156, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9161, app/assets/stylesheets/tv_screen.scss.erb */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 9165, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 9170, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 9175, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9180, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 9185, app/assets/stylesheets/tv_screen.scss.erb */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 9189, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9194, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9199, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9204, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9209, app/assets/stylesheets/tv_screen.scss.erb */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 9213, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 9218, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 9223, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9228, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 9233, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 9237, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9242, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9247, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9252, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9257, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 9261, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9266, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9271, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9276, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9281, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 9285, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 9290, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 9295, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9300, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 9305, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 9309, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9314, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9319, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9324, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9329, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 9333, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 9338, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 9343, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9348, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 9353, app/assets/stylesheets/tv_screen.scss.erb */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 9357, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 9362, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 9367, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 9372, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 9378, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 9382, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 9387, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 9392, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 9397, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 9402, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 9406, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9411, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9416, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9421, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9426, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 9430, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9435, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9440, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9445, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9450, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 9454, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 9459, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 9464, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9469, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 9474, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9478, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9483, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9488, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9493, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9498, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9502, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9507, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9512, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9517, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9522, app/assets/stylesheets/tv_screen.scss.erb */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9526, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9531, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9536, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9541, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9546, app/assets/stylesheets/tv_screen.scss.erb */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9550, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9555, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9560, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9565, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9570, app/assets/stylesheets/tv_screen.scss.erb */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9574, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9579, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9584, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9589, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9594, app/assets/stylesheets/tv_screen.scss.erb */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9598, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9603, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9608, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9613, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9618, app/assets/stylesheets/tv_screen.scss.erb */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9622, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9627, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9632, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9637, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9642, app/assets/stylesheets/tv_screen.scss.erb */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9646, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9651, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9656, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9661, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9666, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9670, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9675, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9680, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9685, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9690, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9694, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9699, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9704, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9709, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9714, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9718, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9723, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9728, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9733, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9738, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9742, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9747, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9752, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9757, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9762, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9766, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9771, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9776, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9781, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9786, app/assets/stylesheets/tv_screen.scss.erb */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9790, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9795, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9800, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9805, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9811, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9815, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9820, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9825, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9830, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9835, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9839, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9844, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9849, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9854, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9859, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9863, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9868, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9873, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9878, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9883, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9887, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9892, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9897, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9902, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9907, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9911, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9916, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9921, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9926, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9931, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9935, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9940, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9945, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9950, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9955, app/assets/stylesheets/tv_screen.scss.erb */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9959, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9964, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9969, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9974, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9979, app/assets/stylesheets/tv_screen.scss.erb */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9983, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9988, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9993, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9998, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10003, app/assets/stylesheets/tv_screen.scss.erb */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 10007, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10012, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10017, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10022, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10027, app/assets/stylesheets/tv_screen.scss.erb */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 10031, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 10036, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 10041, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10046, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 10051, app/assets/stylesheets/tv_screen.scss.erb */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 10055, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10060, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10065, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10070, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10075, app/assets/stylesheets/tv_screen.scss.erb */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 10079, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 10084, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 10089, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10094, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 10099, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 10103, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 10108, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 10113, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10118, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10123, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 10127, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10132, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10137, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10142, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10147, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 10151, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 10156, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 10161, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10166, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 10171, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 10175, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10180, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10185, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10190, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10195, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 10199, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 10204, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 10209, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10214, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 10219, app/assets/stylesheets/tv_screen.scss.erb */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 10223, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 10228, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 10233, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 10238, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 10244, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 10248, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 10253, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 10258, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 10263, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 10268, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 10272, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10277, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10282, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10287, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10292, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 10296, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10301, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10306, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10311, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10316, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 10320, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 10325, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 10330, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10335, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 10340, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 10344, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10349, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10354, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10359, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10364, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 10368, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 10373, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 10378, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10383, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 10388, app/assets/stylesheets/tv_screen.scss.erb */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 10392, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10397, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10402, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10407, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10412, app/assets/stylesheets/tv_screen.scss.erb */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 10416, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10421, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10426, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10431, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10436, app/assets/stylesheets/tv_screen.scss.erb */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 10440, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10445, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10450, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10455, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10460, app/assets/stylesheets/tv_screen.scss.erb */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 10464, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 10469, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 10474, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10479, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 10484, app/assets/stylesheets/tv_screen.scss.erb */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 10488, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10493, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10498, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10503, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10508, app/assets/stylesheets/tv_screen.scss.erb */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 10512, app/assets/stylesheets/tv_screen.scss.erb */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 10517, app/assets/stylesheets/tv_screen.scss.erb */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 10522, app/assets/stylesheets/tv_screen.scss.erb */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10527, app/assets/stylesheets/tv_screen.scss.erb */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 10532, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 10536, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 10541, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 10546, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10551, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10556, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 10560, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10565, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10570, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10575, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10580, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 10584, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 10589, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 10594, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10599, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 10604, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10608, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10613, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10618, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10623, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10628, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 10632, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 10637, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 10642, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10647, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 10652, app/assets/stylesheets/tv_screen.scss.erb */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10656, app/assets/stylesheets/tv_screen.scss.erb */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 10661, app/assets/stylesheets/tv_screen.scss.erb */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 10666, app/assets/stylesheets/tv_screen.scss.erb */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10671, app/assets/stylesheets/tv_screen.scss.erb */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 10676, app/assets/stylesheets/tv_screen.scss.erb */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 10680, app/assets/stylesheets/tv_screen.scss.erb */
.text-justify {
  text-align: justify !important;
}

/* line 10684, app/assets/stylesheets/tv_screen.scss.erb */
.text-wrap {
  white-space: normal !important;
}

/* line 10688, app/assets/stylesheets/tv_screen.scss.erb */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10692, app/assets/stylesheets/tv_screen.scss.erb */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10698, app/assets/stylesheets/tv_screen.scss.erb */
.text-left {
  text-align: left !important;
}

/* line 10702, app/assets/stylesheets/tv_screen.scss.erb */
.text-right {
  text-align: right !important;
}

/* line 10706, app/assets/stylesheets/tv_screen.scss.erb */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10711, app/assets/stylesheets/tv_screen.scss.erb */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10715, app/assets/stylesheets/tv_screen.scss.erb */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10719, app/assets/stylesheets/tv_screen.scss.erb */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10724, app/assets/stylesheets/tv_screen.scss.erb */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10728, app/assets/stylesheets/tv_screen.scss.erb */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10732, app/assets/stylesheets/tv_screen.scss.erb */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10737, app/assets/stylesheets/tv_screen.scss.erb */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10741, app/assets/stylesheets/tv_screen.scss.erb */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10745, app/assets/stylesheets/tv_screen.scss.erb */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10750, app/assets/stylesheets/tv_screen.scss.erb */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10754, app/assets/stylesheets/tv_screen.scss.erb */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10758, app/assets/stylesheets/tv_screen.scss.erb */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10762, app/assets/stylesheets/tv_screen.scss.erb */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10766, app/assets/stylesheets/tv_screen.scss.erb */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10770, app/assets/stylesheets/tv_screen.scss.erb */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10774, app/assets/stylesheets/tv_screen.scss.erb */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10778, app/assets/stylesheets/tv_screen.scss.erb */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10782, app/assets/stylesheets/tv_screen.scss.erb */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10786, app/assets/stylesheets/tv_screen.scss.erb */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 10790, app/assets/stylesheets/tv_screen.scss.erb */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10794, app/assets/stylesheets/tv_screen.scss.erb */
.font-italic {
  font-style: italic !important;
}

/* line 10798, app/assets/stylesheets/tv_screen.scss.erb */
.text-white {
  color: #fff !important;
}

/* line 10802, app/assets/stylesheets/tv_screen.scss.erb */
.text-primary {
  color: #007bff !important;
}

/* line 10806, app/assets/stylesheets/tv_screen.scss.erb */
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 10811, app/assets/stylesheets/tv_screen.scss.erb */
.text-secondary {
  color: #6c757d !important;
}

/* line 10815, app/assets/stylesheets/tv_screen.scss.erb */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 10820, app/assets/stylesheets/tv_screen.scss.erb */
.text-success {
  color: #28a745 !important;
}

/* line 10824, app/assets/stylesheets/tv_screen.scss.erb */
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 10829, app/assets/stylesheets/tv_screen.scss.erb */
.text-info {
  color: #17a2b8 !important;
}

/* line 10833, app/assets/stylesheets/tv_screen.scss.erb */
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 10838, app/assets/stylesheets/tv_screen.scss.erb */
.text-warning {
  color: #ffc107 !important;
}

/* line 10842, app/assets/stylesheets/tv_screen.scss.erb */
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 10847, app/assets/stylesheets/tv_screen.scss.erb */
.text-danger {
  color: #dc3545 !important;
}

/* line 10851, app/assets/stylesheets/tv_screen.scss.erb */
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 10856, app/assets/stylesheets/tv_screen.scss.erb */
.text-light {
  color: #f8f9fa !important;
}

/* line 10860, app/assets/stylesheets/tv_screen.scss.erb */
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 10865, app/assets/stylesheets/tv_screen.scss.erb */
.text-dark {
  color: #343a40 !important;
}

/* line 10869, app/assets/stylesheets/tv_screen.scss.erb */
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 10874, app/assets/stylesheets/tv_screen.scss.erb */
.text-body {
  color: #212529 !important;
}

/* line 10878, app/assets/stylesheets/tv_screen.scss.erb */
.text-muted {
  color: #6c757d !important;
}

/* line 10882, app/assets/stylesheets/tv_screen.scss.erb */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10886, app/assets/stylesheets/tv_screen.scss.erb */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10890, app/assets/stylesheets/tv_screen.scss.erb */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10898, app/assets/stylesheets/tv_screen.scss.erb */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10902, app/assets/stylesheets/tv_screen.scss.erb */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 10907, app/assets/stylesheets/tv_screen.scss.erb */
.text-reset {
  color: inherit !important;
}

/* line 10911, app/assets/stylesheets/tv_screen.scss.erb */
.visible {
  visibility: visible !important;
}

/* line 10915, app/assets/stylesheets/tv_screen.scss.erb */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10920, app/assets/stylesheets/tv_screen.scss.erb */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10927, app/assets/stylesheets/tv_screen.scss.erb */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10931, app/assets/stylesheets/tv_screen.scss.erb */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10935, app/assets/stylesheets/tv_screen.scss.erb */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10939, app/assets/stylesheets/tv_screen.scss.erb */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 10945, app/assets/stylesheets/tv_screen.scss.erb */
  thead {
    display: table-header-group;
  }
  /* line 10949, app/assets/stylesheets/tv_screen.scss.erb */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10954, app/assets/stylesheets/tv_screen.scss.erb */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10961, app/assets/stylesheets/tv_screen.scss.erb */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10969, app/assets/stylesheets/tv_screen.scss.erb */
  body {
    min-width: 992px !important;
  }
  /* line 10973, app/assets/stylesheets/tv_screen.scss.erb */
  .container {
    min-width: 992px !important;
  }
  /* line 10977, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar {
    display: none;
  }
  /* line 10981, app/assets/stylesheets/tv_screen.scss.erb */
  .badge {
    border: 1px solid #000;
  }
  /* line 10985, app/assets/stylesheets/tv_screen.scss.erb */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10989, app/assets/stylesheets/tv_screen.scss.erb */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10994, app/assets/stylesheets/tv_screen.scss.erb */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 10999, app/assets/stylesheets/tv_screen.scss.erb */
  .table-dark {
    color: inherit;
  }
  /* line 11003, app/assets/stylesheets/tv_screen.scss.erb */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 11010, app/assets/stylesheets/tv_screen.scss.erb */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/../assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/../assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/../assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/../assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/../assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/../assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11026, app/assets/stylesheets/tv_screen.scss.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11035, app/assets/stylesheets/tv_screen.scss.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 11041, app/assets/stylesheets/tv_screen.scss.erb */
.fa-2x {
  font-size: 2em;
}

/* line 11045, app/assets/stylesheets/tv_screen.scss.erb */
.fa-3x {
  font-size: 3em;
}

/* line 11049, app/assets/stylesheets/tv_screen.scss.erb */
.fa-4x {
  font-size: 4em;
}

/* line 11053, app/assets/stylesheets/tv_screen.scss.erb */
.fa-5x {
  font-size: 5em;
}

/* line 11057, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 11062, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 11068, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ul > li {
  position: relative;
}

/* line 11072, app/assets/stylesheets/tv_screen.scss.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 11080, app/assets/stylesheets/tv_screen.scss.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 11084, app/assets/stylesheets/tv_screen.scss.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

/* line 11090, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pull-left {
  float: left;
}

/* line 11094, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pull-right {
  float: right;
}

/* line 11098, app/assets/stylesheets/tv_screen.scss.erb */
.fa.fa-pull-left {
  margin-right: 0.3em;
}

/* line 11102, app/assets/stylesheets/tv_screen.scss.erb */
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* line 11106, app/assets/stylesheets/tv_screen.scss.erb */
.pull-right {
  float: right;
}

/* line 11110, app/assets/stylesheets/tv_screen.scss.erb */
.pull-left {
  float: left;
}

/* line 11114, app/assets/stylesheets/tv_screen.scss.erb */
.fa.pull-left {
  margin-right: 0.3em;
}

/* line 11118, app/assets/stylesheets/tv_screen.scss.erb */
.fa.pull-right {
  margin-left: 0.3em;
}

/* line 11122, app/assets/stylesheets/tv_screen.scss.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 11127, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 11152, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 11158, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 11164, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 11170, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 11176, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 11182, app/assets/stylesheets/tv_screen.scss.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 11191, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 11200, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 11208, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 11212, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 11216, app/assets/stylesheets/tv_screen.scss.erb */
.fa-inverse {
  color: #ffffff;
}

/* line 11220, app/assets/stylesheets/tv_screen.scss.erb */
.fa-glass:before {
  content: "";
}

/* line 11224, app/assets/stylesheets/tv_screen.scss.erb */
.fa-music:before {
  content: "";
}

/* line 11228, app/assets/stylesheets/tv_screen.scss.erb */
.fa-search:before {
  content: "";
}

/* line 11232, app/assets/stylesheets/tv_screen.scss.erb */
.fa-envelope-o:before {
  content: "";
}

/* line 11236, app/assets/stylesheets/tv_screen.scss.erb */
.fa-heart:before {
  content: "";
}

/* line 11240, app/assets/stylesheets/tv_screen.scss.erb */
.fa-star:before {
  content: "";
}

/* line 11244, app/assets/stylesheets/tv_screen.scss.erb */
.fa-star-o:before {
  content: "";
}

/* line 11248, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user:before {
  content: "";
}

/* line 11252, app/assets/stylesheets/tv_screen.scss.erb */
.fa-film:before {
  content: "";
}

/* line 11256, app/assets/stylesheets/tv_screen.scss.erb */
.fa-th-large:before {
  content: "";
}

/* line 11260, app/assets/stylesheets/tv_screen.scss.erb */
.fa-th:before {
  content: "";
}

/* line 11264, app/assets/stylesheets/tv_screen.scss.erb */
.fa-th-list:before {
  content: "";
}

/* line 11268, app/assets/stylesheets/tv_screen.scss.erb */
.fa-check:before {
  content: "";
}

/* line 11272, app/assets/stylesheets/tv_screen.scss.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 11278, app/assets/stylesheets/tv_screen.scss.erb */
.fa-search-plus:before {
  content: "";
}

/* line 11282, app/assets/stylesheets/tv_screen.scss.erb */
.fa-search-minus:before {
  content: "";
}

/* line 11286, app/assets/stylesheets/tv_screen.scss.erb */
.fa-power-off:before {
  content: "";
}

/* line 11290, app/assets/stylesheets/tv_screen.scss.erb */
.fa-signal:before {
  content: "";
}

/* line 11294, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 11299, app/assets/stylesheets/tv_screen.scss.erb */
.fa-trash-o:before {
  content: "";
}

/* line 11303, app/assets/stylesheets/tv_screen.scss.erb */
.fa-home:before {
  content: "";
}

/* line 11307, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-o:before {
  content: "";
}

/* line 11311, app/assets/stylesheets/tv_screen.scss.erb */
.fa-clock-o:before {
  content: "";
}

/* line 11315, app/assets/stylesheets/tv_screen.scss.erb */
.fa-road:before {
  content: "";
}

/* line 11319, app/assets/stylesheets/tv_screen.scss.erb */
.fa-download:before {
  content: "";
}

/* line 11323, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 11327, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 11331, app/assets/stylesheets/tv_screen.scss.erb */
.fa-inbox:before {
  content: "";
}

/* line 11335, app/assets/stylesheets/tv_screen.scss.erb */
.fa-play-circle-o:before {
  content: "";
}

/* line 11339, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 11344, app/assets/stylesheets/tv_screen.scss.erb */
.fa-refresh:before {
  content: "";
}

/* line 11348, app/assets/stylesheets/tv_screen.scss.erb */
.fa-list-alt:before {
  content: "";
}

/* line 11352, app/assets/stylesheets/tv_screen.scss.erb */
.fa-lock:before {
  content: "";
}

/* line 11356, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flag:before {
  content: "";
}

/* line 11360, app/assets/stylesheets/tv_screen.scss.erb */
.fa-headphones:before {
  content: "";
}

/* line 11364, app/assets/stylesheets/tv_screen.scss.erb */
.fa-volume-off:before {
  content: "";
}

/* line 11368, app/assets/stylesheets/tv_screen.scss.erb */
.fa-volume-down:before {
  content: "";
}

/* line 11372, app/assets/stylesheets/tv_screen.scss.erb */
.fa-volume-up:before {
  content: "";
}

/* line 11376, app/assets/stylesheets/tv_screen.scss.erb */
.fa-qrcode:before {
  content: "";
}

/* line 11380, app/assets/stylesheets/tv_screen.scss.erb */
.fa-barcode:before {
  content: "";
}

/* line 11384, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tag:before {
  content: "";
}

/* line 11388, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tags:before {
  content: "";
}

/* line 11392, app/assets/stylesheets/tv_screen.scss.erb */
.fa-book:before {
  content: "";
}

/* line 11396, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bookmark:before {
  content: "";
}

/* line 11400, app/assets/stylesheets/tv_screen.scss.erb */
.fa-print:before {
  content: "";
}

/* line 11404, app/assets/stylesheets/tv_screen.scss.erb */
.fa-camera:before {
  content: "";
}

/* line 11408, app/assets/stylesheets/tv_screen.scss.erb */
.fa-font:before {
  content: "";
}

/* line 11412, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bold:before {
  content: "";
}

/* line 11416, app/assets/stylesheets/tv_screen.scss.erb */
.fa-italic:before {
  content: "";
}

/* line 11420, app/assets/stylesheets/tv_screen.scss.erb */
.fa-text-height:before {
  content: "";
}

/* line 11424, app/assets/stylesheets/tv_screen.scss.erb */
.fa-text-width:before {
  content: "";
}

/* line 11428, app/assets/stylesheets/tv_screen.scss.erb */
.fa-align-left:before {
  content: "";
}

/* line 11432, app/assets/stylesheets/tv_screen.scss.erb */
.fa-align-center:before {
  content: "";
}

/* line 11436, app/assets/stylesheets/tv_screen.scss.erb */
.fa-align-right:before {
  content: "";
}

/* line 11440, app/assets/stylesheets/tv_screen.scss.erb */
.fa-align-justify:before {
  content: "";
}

/* line 11444, app/assets/stylesheets/tv_screen.scss.erb */
.fa-list:before {
  content: "";
}

/* line 11448, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 11453, app/assets/stylesheets/tv_screen.scss.erb */
.fa-indent:before {
  content: "";
}

/* line 11457, app/assets/stylesheets/tv_screen.scss.erb */
.fa-video-camera:before {
  content: "";
}

/* line 11461, app/assets/stylesheets/tv_screen.scss.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 11467, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pencil:before {
  content: "";
}

/* line 11471, app/assets/stylesheets/tv_screen.scss.erb */
.fa-map-marker:before {
  content: "";
}

/* line 11475, app/assets/stylesheets/tv_screen.scss.erb */
.fa-adjust:before {
  content: "";
}

/* line 11479, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tint:before {
  content: "";
}

/* line 11483, app/assets/stylesheets/tv_screen.scss.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 11488, app/assets/stylesheets/tv_screen.scss.erb */
.fa-share-square-o:before {
  content: "";
}

/* line 11492, app/assets/stylesheets/tv_screen.scss.erb */
.fa-check-square-o:before {
  content: "";
}

/* line 11496, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrows:before {
  content: "";
}

/* line 11500, app/assets/stylesheets/tv_screen.scss.erb */
.fa-step-backward:before {
  content: "";
}

/* line 11504, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fast-backward:before {
  content: "";
}

/* line 11508, app/assets/stylesheets/tv_screen.scss.erb */
.fa-backward:before {
  content: "";
}

/* line 11512, app/assets/stylesheets/tv_screen.scss.erb */
.fa-play:before {
  content: "";
}

/* line 11516, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pause:before {
  content: "";
}

/* line 11520, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stop:before {
  content: "";
}

/* line 11524, app/assets/stylesheets/tv_screen.scss.erb */
.fa-forward:before {
  content: "";
}

/* line 11528, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fast-forward:before {
  content: "";
}

/* line 11532, app/assets/stylesheets/tv_screen.scss.erb */
.fa-step-forward:before {
  content: "";
}

/* line 11536, app/assets/stylesheets/tv_screen.scss.erb */
.fa-eject:before {
  content: "";
}

/* line 11540, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-left:before {
  content: "";
}

/* line 11544, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-right:before {
  content: "";
}

/* line 11548, app/assets/stylesheets/tv_screen.scss.erb */
.fa-plus-circle:before {
  content: "";
}

/* line 11552, app/assets/stylesheets/tv_screen.scss.erb */
.fa-minus-circle:before {
  content: "";
}

/* line 11556, app/assets/stylesheets/tv_screen.scss.erb */
.fa-times-circle:before {
  content: "";
}

/* line 11560, app/assets/stylesheets/tv_screen.scss.erb */
.fa-check-circle:before {
  content: "";
}

/* line 11564, app/assets/stylesheets/tv_screen.scss.erb */
.fa-question-circle:before {
  content: "";
}

/* line 11568, app/assets/stylesheets/tv_screen.scss.erb */
.fa-info-circle:before {
  content: "";
}

/* line 11572, app/assets/stylesheets/tv_screen.scss.erb */
.fa-crosshairs:before {
  content: "";
}

/* line 11576, app/assets/stylesheets/tv_screen.scss.erb */
.fa-times-circle-o:before {
  content: "";
}

/* line 11580, app/assets/stylesheets/tv_screen.scss.erb */
.fa-check-circle-o:before {
  content: "";
}

/* line 11584, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ban:before {
  content: "";
}

/* line 11588, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-left:before {
  content: "";
}

/* line 11592, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-right:before {
  content: "";
}

/* line 11596, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-up:before {
  content: "";
}

/* line 11600, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-down:before {
  content: "";
}

/* line 11604, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 11609, app/assets/stylesheets/tv_screen.scss.erb */
.fa-expand:before {
  content: "";
}

/* line 11613, app/assets/stylesheets/tv_screen.scss.erb */
.fa-compress:before {
  content: "";
}

/* line 11617, app/assets/stylesheets/tv_screen.scss.erb */
.fa-plus:before {
  content: "";
}

/* line 11621, app/assets/stylesheets/tv_screen.scss.erb */
.fa-minus:before {
  content: "";
}

/* line 11625, app/assets/stylesheets/tv_screen.scss.erb */
.fa-asterisk:before {
  content: "";
}

/* line 11629, app/assets/stylesheets/tv_screen.scss.erb */
.fa-exclamation-circle:before {
  content: "";
}

/* line 11633, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gift:before {
  content: "";
}

/* line 11637, app/assets/stylesheets/tv_screen.scss.erb */
.fa-leaf:before {
  content: "";
}

/* line 11641, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fire:before {
  content: "";
}

/* line 11645, app/assets/stylesheets/tv_screen.scss.erb */
.fa-eye:before {
  content: "";
}

/* line 11649, app/assets/stylesheets/tv_screen.scss.erb */
.fa-eye-slash:before {
  content: "";
}

/* line 11653, app/assets/stylesheets/tv_screen.scss.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 11658, app/assets/stylesheets/tv_screen.scss.erb */
.fa-plane:before {
  content: "";
}

/* line 11662, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calendar:before {
  content: "";
}

/* line 11666, app/assets/stylesheets/tv_screen.scss.erb */
.fa-random:before {
  content: "";
}

/* line 11670, app/assets/stylesheets/tv_screen.scss.erb */
.fa-comment:before {
  content: "";
}

/* line 11674, app/assets/stylesheets/tv_screen.scss.erb */
.fa-magnet:before {
  content: "";
}

/* line 11678, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-up:before {
  content: "";
}

/* line 11682, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-down:before {
  content: "";
}

/* line 11686, app/assets/stylesheets/tv_screen.scss.erb */
.fa-retweet:before {
  content: "";
}

/* line 11690, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shopping-cart:before {
  content: "";
}

/* line 11694, app/assets/stylesheets/tv_screen.scss.erb */
.fa-folder:before {
  content: "";
}

/* line 11698, app/assets/stylesheets/tv_screen.scss.erb */
.fa-folder-open:before {
  content: "";
}

/* line 11702, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrows-v:before {
  content: "";
}

/* line 11706, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrows-h:before {
  content: "";
}

/* line 11710, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 11715, app/assets/stylesheets/tv_screen.scss.erb */
.fa-twitter-square:before {
  content: "";
}

/* line 11719, app/assets/stylesheets/tv_screen.scss.erb */
.fa-facebook-square:before {
  content: "";
}

/* line 11723, app/assets/stylesheets/tv_screen.scss.erb */
.fa-camera-retro:before {
  content: "";
}

/* line 11727, app/assets/stylesheets/tv_screen.scss.erb */
.fa-key:before {
  content: "";
}

/* line 11731, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 11736, app/assets/stylesheets/tv_screen.scss.erb */
.fa-comments:before {
  content: "";
}

/* line 11740, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 11744, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 11748, app/assets/stylesheets/tv_screen.scss.erb */
.fa-star-half:before {
  content: "";
}

/* line 11752, app/assets/stylesheets/tv_screen.scss.erb */
.fa-heart-o:before {
  content: "";
}

/* line 11756, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sign-out:before {
  content: "";
}

/* line 11760, app/assets/stylesheets/tv_screen.scss.erb */
.fa-linkedin-square:before {
  content: "";
}

/* line 11764, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thumb-tack:before {
  content: "";
}

/* line 11768, app/assets/stylesheets/tv_screen.scss.erb */
.fa-external-link:before {
  content: "";
}

/* line 11772, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sign-in:before {
  content: "";
}

/* line 11776, app/assets/stylesheets/tv_screen.scss.erb */
.fa-trophy:before {
  content: "";
}

/* line 11780, app/assets/stylesheets/tv_screen.scss.erb */
.fa-github-square:before {
  content: "";
}

/* line 11784, app/assets/stylesheets/tv_screen.scss.erb */
.fa-upload:before {
  content: "";
}

/* line 11788, app/assets/stylesheets/tv_screen.scss.erb */
.fa-lemon-o:before {
  content: "";
}

/* line 11792, app/assets/stylesheets/tv_screen.scss.erb */
.fa-phone:before {
  content: "";
}

/* line 11796, app/assets/stylesheets/tv_screen.scss.erb */
.fa-square-o:before {
  content: "";
}

/* line 11800, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bookmark-o:before {
  content: "";
}

/* line 11804, app/assets/stylesheets/tv_screen.scss.erb */
.fa-phone-square:before {
  content: "";
}

/* line 11808, app/assets/stylesheets/tv_screen.scss.erb */
.fa-twitter:before {
  content: "";
}

/* line 11812, app/assets/stylesheets/tv_screen.scss.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 11817, app/assets/stylesheets/tv_screen.scss.erb */
.fa-github:before {
  content: "";
}

/* line 11821, app/assets/stylesheets/tv_screen.scss.erb */
.fa-unlock:before {
  content: "";
}

/* line 11825, app/assets/stylesheets/tv_screen.scss.erb */
.fa-credit-card:before {
  content: "";
}

/* line 11829, app/assets/stylesheets/tv_screen.scss.erb */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 11834, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hdd-o:before {
  content: "";
}

/* line 11838, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bullhorn:before {
  content: "";
}

/* line 11842, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bell:before {
  content: "";
}

/* line 11846, app/assets/stylesheets/tv_screen.scss.erb */
.fa-certificate:before {
  content: "";
}

/* line 11850, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-o-right:before {
  content: "";
}

/* line 11854, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-o-left:before {
  content: "";
}

/* line 11858, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-o-up:before {
  content: "";
}

/* line 11862, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-o-down:before {
  content: "";
}

/* line 11866, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 11870, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 11874, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 11878, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 11882, app/assets/stylesheets/tv_screen.scss.erb */
.fa-globe:before {
  content: "";
}

/* line 11886, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wrench:before {
  content: "";
}

/* line 11890, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tasks:before {
  content: "";
}

/* line 11894, app/assets/stylesheets/tv_screen.scss.erb */
.fa-filter:before {
  content: "";
}

/* line 11898, app/assets/stylesheets/tv_screen.scss.erb */
.fa-briefcase:before {
  content: "";
}

/* line 11902, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrows-alt:before {
  content: "";
}

/* line 11906, app/assets/stylesheets/tv_screen.scss.erb */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 11911, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 11916, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cloud:before {
  content: "";
}

/* line 11920, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flask:before {
  content: "";
}

/* line 11924, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 11929, app/assets/stylesheets/tv_screen.scss.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 11934, app/assets/stylesheets/tv_screen.scss.erb */
.fa-paperclip:before {
  content: "";
}

/* line 11938, app/assets/stylesheets/tv_screen.scss.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 11943, app/assets/stylesheets/tv_screen.scss.erb */
.fa-square:before {
  content: "";
}

/* line 11947, app/assets/stylesheets/tv_screen.scss.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 11953, app/assets/stylesheets/tv_screen.scss.erb */
.fa-list-ul:before {
  content: "";
}

/* line 11957, app/assets/stylesheets/tv_screen.scss.erb */
.fa-list-ol:before {
  content: "";
}

/* line 11961, app/assets/stylesheets/tv_screen.scss.erb */
.fa-strikethrough:before {
  content: "";
}

/* line 11965, app/assets/stylesheets/tv_screen.scss.erb */
.fa-underline:before {
  content: "";
}

/* line 11969, app/assets/stylesheets/tv_screen.scss.erb */
.fa-table:before {
  content: "";
}

/* line 11973, app/assets/stylesheets/tv_screen.scss.erb */
.fa-magic:before {
  content: "";
}

/* line 11977, app/assets/stylesheets/tv_screen.scss.erb */
.fa-truck:before {
  content: "";
}

/* line 11981, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pinterest:before {
  content: "";
}

/* line 11985, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pinterest-square:before {
  content: "";
}

/* line 11989, app/assets/stylesheets/tv_screen.scss.erb */
.fa-google-plus-square:before {
  content: "";
}

/* line 11993, app/assets/stylesheets/tv_screen.scss.erb */
.fa-google-plus:before {
  content: "";
}

/* line 11997, app/assets/stylesheets/tv_screen.scss.erb */
.fa-money:before {
  content: "";
}

/* line 12001, app/assets/stylesheets/tv_screen.scss.erb */
.fa-caret-down:before {
  content: "";
}

/* line 12005, app/assets/stylesheets/tv_screen.scss.erb */
.fa-caret-up:before {
  content: "";
}

/* line 12009, app/assets/stylesheets/tv_screen.scss.erb */
.fa-caret-left:before {
  content: "";
}

/* line 12013, app/assets/stylesheets/tv_screen.scss.erb */
.fa-caret-right:before {
  content: "";
}

/* line 12017, app/assets/stylesheets/tv_screen.scss.erb */
.fa-columns:before {
  content: "";
}

/* line 12021, app/assets/stylesheets/tv_screen.scss.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 12026, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 12031, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 12036, app/assets/stylesheets/tv_screen.scss.erb */
.fa-envelope:before {
  content: "";
}

/* line 12040, app/assets/stylesheets/tv_screen.scss.erb */
.fa-linkedin:before {
  content: "";
}

/* line 12044, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 12049, app/assets/stylesheets/tv_screen.scss.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 12054, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 12059, app/assets/stylesheets/tv_screen.scss.erb */
.fa-comment-o:before {
  content: "";
}

/* line 12063, app/assets/stylesheets/tv_screen.scss.erb */
.fa-comments-o:before {
  content: "";
}

/* line 12067, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 12072, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sitemap:before {
  content: "";
}

/* line 12076, app/assets/stylesheets/tv_screen.scss.erb */
.fa-umbrella:before {
  content: "";
}

/* line 12080, app/assets/stylesheets/tv_screen.scss.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 12085, app/assets/stylesheets/tv_screen.scss.erb */
.fa-lightbulb-o:before {
  content: "";
}

/* line 12089, app/assets/stylesheets/tv_screen.scss.erb */
.fa-exchange:before {
  content: "";
}

/* line 12093, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cloud-download:before {
  content: "";
}

/* line 12097, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cloud-upload:before {
  content: "";
}

/* line 12101, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-md:before {
  content: "";
}

/* line 12105, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stethoscope:before {
  content: "";
}

/* line 12109, app/assets/stylesheets/tv_screen.scss.erb */
.fa-suitcase:before {
  content: "";
}

/* line 12113, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bell-o:before {
  content: "";
}

/* line 12117, app/assets/stylesheets/tv_screen.scss.erb */
.fa-coffee:before {
  content: "";
}

/* line 12121, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cutlery:before {
  content: "";
}

/* line 12125, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-text-o:before {
  content: "";
}

/* line 12129, app/assets/stylesheets/tv_screen.scss.erb */
.fa-building-o:before {
  content: "";
}

/* line 12133, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hospital-o:before {
  content: "";
}

/* line 12137, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ambulance:before {
  content: "";
}

/* line 12141, app/assets/stylesheets/tv_screen.scss.erb */
.fa-medkit:before {
  content: "";
}

/* line 12145, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fighter-jet:before {
  content: "";
}

/* line 12149, app/assets/stylesheets/tv_screen.scss.erb */
.fa-beer:before {
  content: "";
}

/* line 12153, app/assets/stylesheets/tv_screen.scss.erb */
.fa-h-square:before {
  content: "";
}

/* line 12157, app/assets/stylesheets/tv_screen.scss.erb */
.fa-plus-square:before {
  content: "";
}

/* line 12161, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-double-left:before {
  content: "";
}

/* line 12165, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-double-right:before {
  content: "";
}

/* line 12169, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-double-up:before {
  content: "";
}

/* line 12173, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-double-down:before {
  content: "";
}

/* line 12177, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-left:before {
  content: "";
}

/* line 12181, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-right:before {
  content: "";
}

/* line 12185, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-up:before {
  content: "";
}

/* line 12189, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angle-down:before {
  content: "";
}

/* line 12193, app/assets/stylesheets/tv_screen.scss.erb */
.fa-desktop:before {
  content: "";
}

/* line 12197, app/assets/stylesheets/tv_screen.scss.erb */
.fa-laptop:before {
  content: "";
}

/* line 12201, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tablet:before {
  content: "";
}

/* line 12205, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 12210, app/assets/stylesheets/tv_screen.scss.erb */
.fa-circle-o:before {
  content: "";
}

/* line 12214, app/assets/stylesheets/tv_screen.scss.erb */
.fa-quote-left:before {
  content: "";
}

/* line 12218, app/assets/stylesheets/tv_screen.scss.erb */
.fa-quote-right:before {
  content: "";
}

/* line 12222, app/assets/stylesheets/tv_screen.scss.erb */
.fa-spinner:before {
  content: "";
}

/* line 12226, app/assets/stylesheets/tv_screen.scss.erb */
.fa-circle:before {
  content: "";
}

/* line 12230, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 12235, app/assets/stylesheets/tv_screen.scss.erb */
.fa-github-alt:before {
  content: "";
}

/* line 12239, app/assets/stylesheets/tv_screen.scss.erb */
.fa-folder-o:before {
  content: "";
}

/* line 12243, app/assets/stylesheets/tv_screen.scss.erb */
.fa-folder-open-o:before {
  content: "";
}

/* line 12247, app/assets/stylesheets/tv_screen.scss.erb */
.fa-smile-o:before {
  content: "";
}

/* line 12251, app/assets/stylesheets/tv_screen.scss.erb */
.fa-frown-o:before {
  content: "";
}

/* line 12255, app/assets/stylesheets/tv_screen.scss.erb */
.fa-meh-o:before {
  content: "";
}

/* line 12259, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gamepad:before {
  content: "";
}

/* line 12263, app/assets/stylesheets/tv_screen.scss.erb */
.fa-keyboard-o:before {
  content: "";
}

/* line 12267, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flag-o:before {
  content: "";
}

/* line 12271, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flag-checkered:before {
  content: "";
}

/* line 12275, app/assets/stylesheets/tv_screen.scss.erb */
.fa-terminal:before {
  content: "";
}

/* line 12279, app/assets/stylesheets/tv_screen.scss.erb */
.fa-code:before {
  content: "";
}

/* line 12283, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 12288, app/assets/stylesheets/tv_screen.scss.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 12294, app/assets/stylesheets/tv_screen.scss.erb */
.fa-location-arrow:before {
  content: "";
}

/* line 12298, app/assets/stylesheets/tv_screen.scss.erb */
.fa-crop:before {
  content: "";
}

/* line 12302, app/assets/stylesheets/tv_screen.scss.erb */
.fa-code-fork:before {
  content: "";
}

/* line 12306, app/assets/stylesheets/tv_screen.scss.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 12311, app/assets/stylesheets/tv_screen.scss.erb */
.fa-question:before {
  content: "";
}

/* line 12315, app/assets/stylesheets/tv_screen.scss.erb */
.fa-info:before {
  content: "";
}

/* line 12319, app/assets/stylesheets/tv_screen.scss.erb */
.fa-exclamation:before {
  content: "";
}

/* line 12323, app/assets/stylesheets/tv_screen.scss.erb */
.fa-superscript:before {
  content: "";
}

/* line 12327, app/assets/stylesheets/tv_screen.scss.erb */
.fa-subscript:before {
  content: "";
}

/* line 12331, app/assets/stylesheets/tv_screen.scss.erb */
.fa-eraser:before {
  content: "";
}

/* line 12335, app/assets/stylesheets/tv_screen.scss.erb */
.fa-puzzle-piece:before {
  content: "";
}

/* line 12339, app/assets/stylesheets/tv_screen.scss.erb */
.fa-microphone:before {
  content: "";
}

/* line 12343, app/assets/stylesheets/tv_screen.scss.erb */
.fa-microphone-slash:before {
  content: "";
}

/* line 12347, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shield:before {
  content: "";
}

/* line 12351, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calendar-o:before {
  content: "";
}

/* line 12355, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 12359, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rocket:before {
  content: "";
}

/* line 12363, app/assets/stylesheets/tv_screen.scss.erb */
.fa-maxcdn:before {
  content: "";
}

/* line 12367, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 12371, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 12375, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 12379, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 12383, app/assets/stylesheets/tv_screen.scss.erb */
.fa-html5:before {
  content: "";
}

/* line 12387, app/assets/stylesheets/tv_screen.scss.erb */
.fa-css3:before {
  content: "";
}

/* line 12391, app/assets/stylesheets/tv_screen.scss.erb */
.fa-anchor:before {
  content: "";
}

/* line 12395, app/assets/stylesheets/tv_screen.scss.erb */
.fa-unlock-alt:before {
  content: "";
}

/* line 12399, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bullseye:before {
  content: "";
}

/* line 12403, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ellipsis-h:before {
  content: "";
}

/* line 12407, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ellipsis-v:before {
  content: "";
}

/* line 12411, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rss-square:before {
  content: "";
}

/* line 12415, app/assets/stylesheets/tv_screen.scss.erb */
.fa-play-circle:before {
  content: "";
}

/* line 12419, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ticket:before {
  content: "";
}

/* line 12423, app/assets/stylesheets/tv_screen.scss.erb */
.fa-minus-square:before {
  content: "";
}

/* line 12427, app/assets/stylesheets/tv_screen.scss.erb */
.fa-minus-square-o:before {
  content: "";
}

/* line 12431, app/assets/stylesheets/tv_screen.scss.erb */
.fa-level-up:before {
  content: "";
}

/* line 12435, app/assets/stylesheets/tv_screen.scss.erb */
.fa-level-down:before {
  content: "";
}

/* line 12439, app/assets/stylesheets/tv_screen.scss.erb */
.fa-check-square:before {
  content: "";
}

/* line 12443, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pencil-square:before {
  content: "";
}

/* line 12447, app/assets/stylesheets/tv_screen.scss.erb */
.fa-external-link-square:before {
  content: "";
}

/* line 12451, app/assets/stylesheets/tv_screen.scss.erb */
.fa-share-square:before {
  content: "";
}

/* line 12455, app/assets/stylesheets/tv_screen.scss.erb */
.fa-compass:before {
  content: "";
}

/* line 12459, app/assets/stylesheets/tv_screen.scss.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 12464, app/assets/stylesheets/tv_screen.scss.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 12469, app/assets/stylesheets/tv_screen.scss.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 12474, app/assets/stylesheets/tv_screen.scss.erb */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 12479, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gbp:before {
  content: "";
}

/* line 12483, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 12488, app/assets/stylesheets/tv_screen.scss.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 12493, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 12500, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 12506, app/assets/stylesheets/tv_screen.scss.erb */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 12511, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 12516, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file:before {
  content: "";
}

/* line 12520, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-text:before {
  content: "";
}

/* line 12524, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 12528, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 12532, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 12536, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 12540, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 12544, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 12548, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thumbs-up:before {
  content: "";
}

/* line 12552, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thumbs-down:before {
  content: "";
}

/* line 12556, app/assets/stylesheets/tv_screen.scss.erb */
.fa-youtube-square:before {
  content: "";
}

/* line 12560, app/assets/stylesheets/tv_screen.scss.erb */
.fa-youtube:before {
  content: "";
}

/* line 12564, app/assets/stylesheets/tv_screen.scss.erb */
.fa-xing:before {
  content: "";
}

/* line 12568, app/assets/stylesheets/tv_screen.scss.erb */
.fa-xing-square:before {
  content: "";
}

/* line 12572, app/assets/stylesheets/tv_screen.scss.erb */
.fa-youtube-play:before {
  content: "";
}

/* line 12576, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dropbox:before {
  content: "";
}

/* line 12580, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stack-overflow:before {
  content: "";
}

/* line 12584, app/assets/stylesheets/tv_screen.scss.erb */
.fa-instagram:before {
  content: "";
}

/* line 12588, app/assets/stylesheets/tv_screen.scss.erb */
.fa-flickr:before {
  content: "";
}

/* line 12592, app/assets/stylesheets/tv_screen.scss.erb */
.fa-adn:before {
  content: "";
}

/* line 12596, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bitbucket:before {
  content: "";
}

/* line 12600, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bitbucket-square:before {
  content: "";
}

/* line 12604, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tumblr:before {
  content: "";
}

/* line 12608, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tumblr-square:before {
  content: "";
}

/* line 12612, app/assets/stylesheets/tv_screen.scss.erb */
.fa-long-arrow-down:before {
  content: "";
}

/* line 12616, app/assets/stylesheets/tv_screen.scss.erb */
.fa-long-arrow-up:before {
  content: "";
}

/* line 12620, app/assets/stylesheets/tv_screen.scss.erb */
.fa-long-arrow-left:before {
  content: "";
}

/* line 12624, app/assets/stylesheets/tv_screen.scss.erb */
.fa-long-arrow-right:before {
  content: "";
}

/* line 12628, app/assets/stylesheets/tv_screen.scss.erb */
.fa-apple:before {
  content: "";
}

/* line 12632, app/assets/stylesheets/tv_screen.scss.erb */
.fa-windows:before {
  content: "";
}

/* line 12636, app/assets/stylesheets/tv_screen.scss.erb */
.fa-android:before {
  content: "";
}

/* line 12640, app/assets/stylesheets/tv_screen.scss.erb */
.fa-linux:before {
  content: "";
}

/* line 12644, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dribbble:before {
  content: "";
}

/* line 12648, app/assets/stylesheets/tv_screen.scss.erb */
.fa-skype:before {
  content: "";
}

/* line 12652, app/assets/stylesheets/tv_screen.scss.erb */
.fa-foursquare:before {
  content: "";
}

/* line 12656, app/assets/stylesheets/tv_screen.scss.erb */
.fa-trello:before {
  content: "";
}

/* line 12660, app/assets/stylesheets/tv_screen.scss.erb */
.fa-female:before {
  content: "";
}

/* line 12664, app/assets/stylesheets/tv_screen.scss.erb */
.fa-male:before {
  content: "";
}

/* line 12668, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 12673, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sun-o:before {
  content: "";
}

/* line 12677, app/assets/stylesheets/tv_screen.scss.erb */
.fa-moon-o:before {
  content: "";
}

/* line 12681, app/assets/stylesheets/tv_screen.scss.erb */
.fa-archive:before {
  content: "";
}

/* line 12685, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bug:before {
  content: "";
}

/* line 12689, app/assets/stylesheets/tv_screen.scss.erb */
.fa-vk:before {
  content: "";
}

/* line 12693, app/assets/stylesheets/tv_screen.scss.erb */
.fa-weibo:before {
  content: "";
}

/* line 12697, app/assets/stylesheets/tv_screen.scss.erb */
.fa-renren:before {
  content: "";
}

/* line 12701, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pagelines:before {
  content: "";
}

/* line 12705, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stack-exchange:before {
  content: "";
}

/* line 12709, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 12713, app/assets/stylesheets/tv_screen.scss.erb */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 12717, app/assets/stylesheets/tv_screen.scss.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 12722, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dot-circle-o:before {
  content: "";
}

/* line 12726, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wheelchair:before {
  content: "";
}

/* line 12730, app/assets/stylesheets/tv_screen.scss.erb */
.fa-vimeo-square:before {
  content: "";
}

/* line 12734, app/assets/stylesheets/tv_screen.scss.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 12739, app/assets/stylesheets/tv_screen.scss.erb */
.fa-plus-square-o:before {
  content: "";
}

/* line 12743, app/assets/stylesheets/tv_screen.scss.erb */
.fa-space-shuttle:before {
  content: "";
}

/* line 12747, app/assets/stylesheets/tv_screen.scss.erb */
.fa-slack:before {
  content: "";
}

/* line 12751, app/assets/stylesheets/tv_screen.scss.erb */
.fa-envelope-square:before {
  content: "";
}

/* line 12755, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wordpress:before {
  content: "";
}

/* line 12759, app/assets/stylesheets/tv_screen.scss.erb */
.fa-openid:before {
  content: "";
}

/* line 12763, app/assets/stylesheets/tv_screen.scss.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 12769, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 12774, app/assets/stylesheets/tv_screen.scss.erb */
.fa-yahoo:before {
  content: "";
}

/* line 12778, app/assets/stylesheets/tv_screen.scss.erb */
.fa-google:before {
  content: "";
}

/* line 12782, app/assets/stylesheets/tv_screen.scss.erb */
.fa-reddit:before {
  content: "";
}

/* line 12786, app/assets/stylesheets/tv_screen.scss.erb */
.fa-reddit-square:before {
  content: "";
}

/* line 12790, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 12794, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stumbleupon:before {
  content: "";
}

/* line 12798, app/assets/stylesheets/tv_screen.scss.erb */
.fa-delicious:before {
  content: "";
}

/* line 12802, app/assets/stylesheets/tv_screen.scss.erb */
.fa-digg:before {
  content: "";
}

/* line 12806, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 12810, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 12814, app/assets/stylesheets/tv_screen.scss.erb */
.fa-drupal:before {
  content: "";
}

/* line 12818, app/assets/stylesheets/tv_screen.scss.erb */
.fa-joomla:before {
  content: "";
}

/* line 12822, app/assets/stylesheets/tv_screen.scss.erb */
.fa-language:before {
  content: "";
}

/* line 12826, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fax:before {
  content: "";
}

/* line 12830, app/assets/stylesheets/tv_screen.scss.erb */
.fa-building:before {
  content: "";
}

/* line 12834, app/assets/stylesheets/tv_screen.scss.erb */
.fa-child:before {
  content: "";
}

/* line 12838, app/assets/stylesheets/tv_screen.scss.erb */
.fa-paw:before {
  content: "";
}

/* line 12842, app/assets/stylesheets/tv_screen.scss.erb */
.fa-spoon:before {
  content: "";
}

/* line 12846, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cube:before {
  content: "";
}

/* line 12850, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cubes:before {
  content: "";
}

/* line 12854, app/assets/stylesheets/tv_screen.scss.erb */
.fa-behance:before {
  content: "";
}

/* line 12858, app/assets/stylesheets/tv_screen.scss.erb */
.fa-behance-square:before {
  content: "";
}

/* line 12862, app/assets/stylesheets/tv_screen.scss.erb */
.fa-steam:before {
  content: "";
}

/* line 12866, app/assets/stylesheets/tv_screen.scss.erb */
.fa-steam-square:before {
  content: "";
}

/* line 12870, app/assets/stylesheets/tv_screen.scss.erb */
.fa-recycle:before {
  content: "";
}

/* line 12874, app/assets/stylesheets/tv_screen.scss.erb */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 12879, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 12884, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tree:before {
  content: "";
}

/* line 12888, app/assets/stylesheets/tv_screen.scss.erb */
.fa-spotify:before {
  content: "";
}

/* line 12892, app/assets/stylesheets/tv_screen.scss.erb */
.fa-deviantart:before {
  content: "";
}

/* line 12896, app/assets/stylesheets/tv_screen.scss.erb */
.fa-soundcloud:before {
  content: "";
}

/* line 12900, app/assets/stylesheets/tv_screen.scss.erb */
.fa-database:before {
  content: "";
}

/* line 12904, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-pdf-o:before {
  content: "";
}

/* line 12908, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-word-o:before {
  content: "";
}

/* line 12912, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-excel-o:before {
  content: "";
}

/* line 12916, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 12920, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 12926, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 12931, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 12936, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 12941, app/assets/stylesheets/tv_screen.scss.erb */
.fa-file-code-o:before {
  content: "";
}

/* line 12945, app/assets/stylesheets/tv_screen.scss.erb */
.fa-vine:before {
  content: "";
}

/* line 12949, app/assets/stylesheets/tv_screen.scss.erb */
.fa-codepen:before {
  content: "";
}

/* line 12953, app/assets/stylesheets/tv_screen.scss.erb */
.fa-jsfiddle:before {
  content: "";
}

/* line 12957, app/assets/stylesheets/tv_screen.scss.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 12965, app/assets/stylesheets/tv_screen.scss.erb */
.fa-circle-o-notch:before {
  content: "";
}

/* line 12969, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 12975, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 12980, app/assets/stylesheets/tv_screen.scss.erb */
.fa-git-square:before {
  content: "";
}

/* line 12984, app/assets/stylesheets/tv_screen.scss.erb */
.fa-git:before {
  content: "";
}

/* line 12988, app/assets/stylesheets/tv_screen.scss.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 12994, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tencent-weibo:before {
  content: "";
}

/* line 12998, app/assets/stylesheets/tv_screen.scss.erb */
.fa-qq:before {
  content: "";
}

/* line 13002, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 13007, app/assets/stylesheets/tv_screen.scss.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 13012, app/assets/stylesheets/tv_screen.scss.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 13017, app/assets/stylesheets/tv_screen.scss.erb */
.fa-history:before {
  content: "";
}

/* line 13021, app/assets/stylesheets/tv_screen.scss.erb */
.fa-circle-thin:before {
  content: "";
}

/* line 13025, app/assets/stylesheets/tv_screen.scss.erb */
.fa-header:before {
  content: "";
}

/* line 13029, app/assets/stylesheets/tv_screen.scss.erb */
.fa-paragraph:before {
  content: "";
}

/* line 13033, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sliders:before {
  content: "";
}

/* line 13037, app/assets/stylesheets/tv_screen.scss.erb */
.fa-share-alt:before {
  content: "";
}

/* line 13041, app/assets/stylesheets/tv_screen.scss.erb */
.fa-share-alt-square:before {
  content: "";
}

/* line 13045, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bomb:before {
  content: "";
}

/* line 13049, app/assets/stylesheets/tv_screen.scss.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 13054, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tty:before {
  content: "";
}

/* line 13058, app/assets/stylesheets/tv_screen.scss.erb */
.fa-binoculars:before {
  content: "";
}

/* line 13062, app/assets/stylesheets/tv_screen.scss.erb */
.fa-plug:before {
  content: "";
}

/* line 13066, app/assets/stylesheets/tv_screen.scss.erb */
.fa-slideshare:before {
  content: "";
}

/* line 13070, app/assets/stylesheets/tv_screen.scss.erb */
.fa-twitch:before {
  content: "";
}

/* line 13074, app/assets/stylesheets/tv_screen.scss.erb */
.fa-yelp:before {
  content: "";
}

/* line 13078, app/assets/stylesheets/tv_screen.scss.erb */
.fa-newspaper-o:before {
  content: "";
}

/* line 13082, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wifi:before {
  content: "";
}

/* line 13086, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calculator:before {
  content: "";
}

/* line 13090, app/assets/stylesheets/tv_screen.scss.erb */
.fa-paypal:before {
  content: "";
}

/* line 13094, app/assets/stylesheets/tv_screen.scss.erb */
.fa-google-wallet:before {
  content: "";
}

/* line 13098, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-visa:before {
  content: "";
}

/* line 13102, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-mastercard:before {
  content: "";
}

/* line 13106, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-discover:before {
  content: "";
}

/* line 13110, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-amex:before {
  content: "";
}

/* line 13114, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-paypal:before {
  content: "";
}

/* line 13118, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-stripe:before {
  content: "";
}

/* line 13122, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bell-slash:before {
  content: "";
}

/* line 13126, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bell-slash-o:before {
  content: "";
}

/* line 13130, app/assets/stylesheets/tv_screen.scss.erb */
.fa-trash:before {
  content: "";
}

/* line 13134, app/assets/stylesheets/tv_screen.scss.erb */
.fa-copyright:before {
  content: "";
}

/* line 13138, app/assets/stylesheets/tv_screen.scss.erb */
.fa-at:before {
  content: "";
}

/* line 13142, app/assets/stylesheets/tv_screen.scss.erb */
.fa-eyedropper:before {
  content: "";
}

/* line 13146, app/assets/stylesheets/tv_screen.scss.erb */
.fa-paint-brush:before {
  content: "";
}

/* line 13150, app/assets/stylesheets/tv_screen.scss.erb */
.fa-birthday-cake:before {
  content: "";
}

/* line 13154, app/assets/stylesheets/tv_screen.scss.erb */
.fa-area-chart:before {
  content: "";
}

/* line 13158, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pie-chart:before {
  content: "";
}

/* line 13162, app/assets/stylesheets/tv_screen.scss.erb */
.fa-line-chart:before {
  content: "";
}

/* line 13166, app/assets/stylesheets/tv_screen.scss.erb */
.fa-lastfm:before {
  content: "";
}

/* line 13170, app/assets/stylesheets/tv_screen.scss.erb */
.fa-lastfm-square:before {
  content: "";
}

/* line 13174, app/assets/stylesheets/tv_screen.scss.erb */
.fa-toggle-off:before {
  content: "";
}

/* line 13178, app/assets/stylesheets/tv_screen.scss.erb */
.fa-toggle-on:before {
  content: "";
}

/* line 13182, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bicycle:before {
  content: "";
}

/* line 13186, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bus:before {
  content: "";
}

/* line 13190, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ioxhost:before {
  content: "";
}

/* line 13194, app/assets/stylesheets/tv_screen.scss.erb */
.fa-angellist:before {
  content: "";
}

/* line 13198, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc:before {
  content: "";
}

/* line 13202, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 13208, app/assets/stylesheets/tv_screen.scss.erb */
.fa-meanpath:before {
  content: "";
}

/* line 13212, app/assets/stylesheets/tv_screen.scss.erb */
.fa-buysellads:before {
  content: "";
}

/* line 13216, app/assets/stylesheets/tv_screen.scss.erb */
.fa-connectdevelop:before {
  content: "";
}

/* line 13220, app/assets/stylesheets/tv_screen.scss.erb */
.fa-dashcube:before {
  content: "";
}

/* line 13224, app/assets/stylesheets/tv_screen.scss.erb */
.fa-forumbee:before {
  content: "";
}

/* line 13228, app/assets/stylesheets/tv_screen.scss.erb */
.fa-leanpub:before {
  content: "";
}

/* line 13232, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sellsy:before {
  content: "";
}

/* line 13236, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 13240, app/assets/stylesheets/tv_screen.scss.erb */
.fa-simplybuilt:before {
  content: "";
}

/* line 13244, app/assets/stylesheets/tv_screen.scss.erb */
.fa-skyatlas:before {
  content: "";
}

/* line 13248, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cart-plus:before {
  content: "";
}

/* line 13252, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 13256, app/assets/stylesheets/tv_screen.scss.erb */
.fa-diamond:before {
  content: "";
}

/* line 13260, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ship:before {
  content: "";
}

/* line 13264, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-secret:before {
  content: "";
}

/* line 13268, app/assets/stylesheets/tv_screen.scss.erb */
.fa-motorcycle:before {
  content: "";
}

/* line 13272, app/assets/stylesheets/tv_screen.scss.erb */
.fa-street-view:before {
  content: "";
}

/* line 13276, app/assets/stylesheets/tv_screen.scss.erb */
.fa-heartbeat:before {
  content: "";
}

/* line 13280, app/assets/stylesheets/tv_screen.scss.erb */
.fa-venus:before {
  content: "";
}

/* line 13284, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mars:before {
  content: "";
}

/* line 13288, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mercury:before {
  content: "";
}

/* line 13292, app/assets/stylesheets/tv_screen.scss.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 13297, app/assets/stylesheets/tv_screen.scss.erb */
.fa-transgender-alt:before {
  content: "";
}

/* line 13301, app/assets/stylesheets/tv_screen.scss.erb */
.fa-venus-double:before {
  content: "";
}

/* line 13305, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mars-double:before {
  content: "";
}

/* line 13309, app/assets/stylesheets/tv_screen.scss.erb */
.fa-venus-mars:before {
  content: "";
}

/* line 13313, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mars-stroke:before {
  content: "";
}

/* line 13317, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 13321, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 13325, app/assets/stylesheets/tv_screen.scss.erb */
.fa-neuter:before {
  content: "";
}

/* line 13329, app/assets/stylesheets/tv_screen.scss.erb */
.fa-genderless:before {
  content: "";
}

/* line 13333, app/assets/stylesheets/tv_screen.scss.erb */
.fa-facebook-official:before {
  content: "";
}

/* line 13337, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pinterest-p:before {
  content: "";
}

/* line 13341, app/assets/stylesheets/tv_screen.scss.erb */
.fa-whatsapp:before {
  content: "";
}

/* line 13345, app/assets/stylesheets/tv_screen.scss.erb */
.fa-server:before {
  content: "";
}

/* line 13349, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-plus:before {
  content: "";
}

/* line 13353, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-times:before {
  content: "";
}

/* line 13357, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 13362, app/assets/stylesheets/tv_screen.scss.erb */
.fa-viacoin:before {
  content: "";
}

/* line 13366, app/assets/stylesheets/tv_screen.scss.erb */
.fa-train:before {
  content: "";
}

/* line 13370, app/assets/stylesheets/tv_screen.scss.erb */
.fa-subway:before {
  content: "";
}

/* line 13374, app/assets/stylesheets/tv_screen.scss.erb */
.fa-medium:before {
  content: "";
}

/* line 13378, app/assets/stylesheets/tv_screen.scss.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 13383, app/assets/stylesheets/tv_screen.scss.erb */
.fa-optin-monster:before {
  content: "";
}

/* line 13387, app/assets/stylesheets/tv_screen.scss.erb */
.fa-opencart:before {
  content: "";
}

/* line 13391, app/assets/stylesheets/tv_screen.scss.erb */
.fa-expeditedssl:before {
  content: "";
}

/* line 13395, app/assets/stylesheets/tv_screen.scss.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 13401, app/assets/stylesheets/tv_screen.scss.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 13406, app/assets/stylesheets/tv_screen.scss.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 13411, app/assets/stylesheets/tv_screen.scss.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 13416, app/assets/stylesheets/tv_screen.scss.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 13421, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mouse-pointer:before {
  content: "";
}

/* line 13425, app/assets/stylesheets/tv_screen.scss.erb */
.fa-i-cursor:before {
  content: "";
}

/* line 13429, app/assets/stylesheets/tv_screen.scss.erb */
.fa-object-group:before {
  content: "";
}

/* line 13433, app/assets/stylesheets/tv_screen.scss.erb */
.fa-object-ungroup:before {
  content: "";
}

/* line 13437, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sticky-note:before {
  content: "";
}

/* line 13441, app/assets/stylesheets/tv_screen.scss.erb */
.fa-sticky-note-o:before {
  content: "";
}

/* line 13445, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-jcb:before {
  content: "";
}

/* line 13449, app/assets/stylesheets/tv_screen.scss.erb */
.fa-cc-diners-club:before {
  content: "";
}

/* line 13453, app/assets/stylesheets/tv_screen.scss.erb */
.fa-clone:before {
  content: "";
}

/* line 13457, app/assets/stylesheets/tv_screen.scss.erb */
.fa-balance-scale:before {
  content: "";
}

/* line 13461, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hourglass-o:before {
  content: "";
}

/* line 13465, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 13470, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 13475, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 13480, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hourglass:before {
  content: "";
}

/* line 13484, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 13489, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 13494, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 13498, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 13502, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-spock-o:before {
  content: "";
}

/* line 13506, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 13510, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hand-peace-o:before {
  content: "";
}

/* line 13514, app/assets/stylesheets/tv_screen.scss.erb */
.fa-trademark:before {
  content: "";
}

/* line 13518, app/assets/stylesheets/tv_screen.scss.erb */
.fa-registered:before {
  content: "";
}

/* line 13522, app/assets/stylesheets/tv_screen.scss.erb */
.fa-creative-commons:before {
  content: "";
}

/* line 13526, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gg:before {
  content: "";
}

/* line 13530, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gg-circle:before {
  content: "";
}

/* line 13534, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tripadvisor:before {
  content: "";
}

/* line 13538, app/assets/stylesheets/tv_screen.scss.erb */
.fa-odnoklassniki:before {
  content: "";
}

/* line 13542, app/assets/stylesheets/tv_screen.scss.erb */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 13546, app/assets/stylesheets/tv_screen.scss.erb */
.fa-get-pocket:before {
  content: "";
}

/* line 13550, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wikipedia-w:before {
  content: "";
}

/* line 13554, app/assets/stylesheets/tv_screen.scss.erb */
.fa-safari:before {
  content: "";
}

/* line 13558, app/assets/stylesheets/tv_screen.scss.erb */
.fa-chrome:before {
  content: "";
}

/* line 13562, app/assets/stylesheets/tv_screen.scss.erb */
.fa-firefox:before {
  content: "";
}

/* line 13566, app/assets/stylesheets/tv_screen.scss.erb */
.fa-opera:before {
  content: "";
}

/* line 13570, app/assets/stylesheets/tv_screen.scss.erb */
.fa-internet-explorer:before {
  content: "";
}

/* line 13574, app/assets/stylesheets/tv_screen.scss.erb */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 13579, app/assets/stylesheets/tv_screen.scss.erb */
.fa-contao:before {
  content: "";
}

/* line 13583, app/assets/stylesheets/tv_screen.scss.erb */
.fa-500px:before {
  content: "";
}

/* line 13587, app/assets/stylesheets/tv_screen.scss.erb */
.fa-amazon:before {
  content: "";
}

/* line 13591, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 13595, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 13599, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calendar-times-o:before {
  content: "";
}

/* line 13603, app/assets/stylesheets/tv_screen.scss.erb */
.fa-calendar-check-o:before {
  content: "";
}

/* line 13607, app/assets/stylesheets/tv_screen.scss.erb */
.fa-industry:before {
  content: "";
}

/* line 13611, app/assets/stylesheets/tv_screen.scss.erb */
.fa-map-pin:before {
  content: "";
}

/* line 13615, app/assets/stylesheets/tv_screen.scss.erb */
.fa-map-signs:before {
  content: "";
}

/* line 13619, app/assets/stylesheets/tv_screen.scss.erb */
.fa-map-o:before {
  content: "";
}

/* line 13623, app/assets/stylesheets/tv_screen.scss.erb */
.fa-map:before {
  content: "";
}

/* line 13627, app/assets/stylesheets/tv_screen.scss.erb */
.fa-commenting:before {
  content: "";
}

/* line 13631, app/assets/stylesheets/tv_screen.scss.erb */
.fa-commenting-o:before {
  content: "";
}

/* line 13635, app/assets/stylesheets/tv_screen.scss.erb */
.fa-houzz:before {
  content: "";
}

/* line 13639, app/assets/stylesheets/tv_screen.scss.erb */
.fa-vimeo:before {
  content: "";
}

/* line 13643, app/assets/stylesheets/tv_screen.scss.erb */
.fa-black-tie:before {
  content: "";
}

/* line 13647, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fonticons:before {
  content: "";
}

/* line 13651, app/assets/stylesheets/tv_screen.scss.erb */
.fa-reddit-alien:before {
  content: "";
}

/* line 13655, app/assets/stylesheets/tv_screen.scss.erb */
.fa-edge:before {
  content: "";
}

/* line 13659, app/assets/stylesheets/tv_screen.scss.erb */
.fa-credit-card-alt:before {
  content: "";
}

/* line 13663, app/assets/stylesheets/tv_screen.scss.erb */
.fa-codiepie:before {
  content: "";
}

/* line 13667, app/assets/stylesheets/tv_screen.scss.erb */
.fa-modx:before {
  content: "";
}

/* line 13671, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fort-awesome:before {
  content: "";
}

/* line 13675, app/assets/stylesheets/tv_screen.scss.erb */
.fa-usb:before {
  content: "";
}

/* line 13679, app/assets/stylesheets/tv_screen.scss.erb */
.fa-product-hunt:before {
  content: "";
}

/* line 13683, app/assets/stylesheets/tv_screen.scss.erb */
.fa-mixcloud:before {
  content: "";
}

/* line 13687, app/assets/stylesheets/tv_screen.scss.erb */
.fa-scribd:before {
  content: "";
}

/* line 13691, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pause-circle:before {
  content: "";
}

/* line 13695, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pause-circle-o:before {
  content: "";
}

/* line 13699, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stop-circle:before {
  content: "";
}

/* line 13703, app/assets/stylesheets/tv_screen.scss.erb */
.fa-stop-circle-o:before {
  content: "";
}

/* line 13707, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shopping-bag:before {
  content: "";
}

/* line 13711, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shopping-basket:before {
  content: "";
}

/* line 13715, app/assets/stylesheets/tv_screen.scss.erb */
.fa-hashtag:before {
  content: "";
}

/* line 13719, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bluetooth:before {
  content: "";
}

/* line 13723, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bluetooth-b:before {
  content: "";
}

/* line 13727, app/assets/stylesheets/tv_screen.scss.erb */
.fa-percent:before {
  content: "";
}

/* line 13731, app/assets/stylesheets/tv_screen.scss.erb */
.fa-gitlab:before {
  content: "";
}

/* line 13735, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wpbeginner:before {
  content: "";
}

/* line 13739, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wpforms:before {
  content: "";
}

/* line 13743, app/assets/stylesheets/tv_screen.scss.erb */
.fa-envira:before {
  content: "";
}

/* line 13747, app/assets/stylesheets/tv_screen.scss.erb */
.fa-universal-access:before {
  content: "";
}

/* line 13751, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 13755, app/assets/stylesheets/tv_screen.scss.erb */
.fa-question-circle-o:before {
  content: "";
}

/* line 13759, app/assets/stylesheets/tv_screen.scss.erb */
.fa-blind:before {
  content: "";
}

/* line 13763, app/assets/stylesheets/tv_screen.scss.erb */
.fa-audio-description:before {
  content: "";
}

/* line 13767, app/assets/stylesheets/tv_screen.scss.erb */
.fa-volume-control-phone:before {
  content: "";
}

/* line 13771, app/assets/stylesheets/tv_screen.scss.erb */
.fa-braille:before {
  content: "";
}

/* line 13775, app/assets/stylesheets/tv_screen.scss.erb */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 13779, app/assets/stylesheets/tv_screen.scss.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 13784, app/assets/stylesheets/tv_screen.scss.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 13790, app/assets/stylesheets/tv_screen.scss.erb */
.fa-glide:before {
  content: "";
}

/* line 13794, app/assets/stylesheets/tv_screen.scss.erb */
.fa-glide-g:before {
  content: "";
}

/* line 13798, app/assets/stylesheets/tv_screen.scss.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 13803, app/assets/stylesheets/tv_screen.scss.erb */
.fa-low-vision:before {
  content: "";
}

/* line 13807, app/assets/stylesheets/tv_screen.scss.erb */
.fa-viadeo:before {
  content: "";
}

/* line 13811, app/assets/stylesheets/tv_screen.scss.erb */
.fa-viadeo-square:before {
  content: "";
}

/* line 13815, app/assets/stylesheets/tv_screen.scss.erb */
.fa-snapchat:before {
  content: "";
}

/* line 13819, app/assets/stylesheets/tv_screen.scss.erb */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 13823, app/assets/stylesheets/tv_screen.scss.erb */
.fa-snapchat-square:before {
  content: "";
}

/* line 13827, app/assets/stylesheets/tv_screen.scss.erb */
.fa-pied-piper:before {
  content: "";
}

/* line 13831, app/assets/stylesheets/tv_screen.scss.erb */
.fa-first-order:before {
  content: "";
}

/* line 13835, app/assets/stylesheets/tv_screen.scss.erb */
.fa-yoast:before {
  content: "";
}

/* line 13839, app/assets/stylesheets/tv_screen.scss.erb */
.fa-themeisle:before {
  content: "";
}

/* line 13843, app/assets/stylesheets/tv_screen.scss.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 13848, app/assets/stylesheets/tv_screen.scss.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 13853, app/assets/stylesheets/tv_screen.scss.erb */
.fa-handshake-o:before {
  content: "";
}

/* line 13857, app/assets/stylesheets/tv_screen.scss.erb */
.fa-envelope-open:before {
  content: "";
}

/* line 13861, app/assets/stylesheets/tv_screen.scss.erb */
.fa-envelope-open-o:before {
  content: "";
}

/* line 13865, app/assets/stylesheets/tv_screen.scss.erb */
.fa-linode:before {
  content: "";
}

/* line 13869, app/assets/stylesheets/tv_screen.scss.erb */
.fa-address-book:before {
  content: "";
}

/* line 13873, app/assets/stylesheets/tv_screen.scss.erb */
.fa-address-book-o:before {
  content: "";
}

/* line 13877, app/assets/stylesheets/tv_screen.scss.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 13882, app/assets/stylesheets/tv_screen.scss.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 13887, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-circle:before {
  content: "";
}

/* line 13891, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-circle-o:before {
  content: "";
}

/* line 13895, app/assets/stylesheets/tv_screen.scss.erb */
.fa-user-o:before {
  content: "";
}

/* line 13899, app/assets/stylesheets/tv_screen.scss.erb */
.fa-id-badge:before {
  content: "";
}

/* line 13903, app/assets/stylesheets/tv_screen.scss.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 13908, app/assets/stylesheets/tv_screen.scss.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 13913, app/assets/stylesheets/tv_screen.scss.erb */
.fa-quora:before {
  content: "";
}

/* line 13917, app/assets/stylesheets/tv_screen.scss.erb */
.fa-free-code-camp:before {
  content: "";
}

/* line 13921, app/assets/stylesheets/tv_screen.scss.erb */
.fa-telegram:before {
  content: "";
}

/* line 13925, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 13931, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 13936, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 13941, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 13946, app/assets/stylesheets/tv_screen.scss.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 13951, app/assets/stylesheets/tv_screen.scss.erb */
.fa-shower:before {
  content: "";
}

/* line 13955, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 13961, app/assets/stylesheets/tv_screen.scss.erb */
.fa-podcast:before {
  content: "";
}

/* line 13965, app/assets/stylesheets/tv_screen.scss.erb */
.fa-window-maximize:before {
  content: "";
}

/* line 13969, app/assets/stylesheets/tv_screen.scss.erb */
.fa-window-minimize:before {
  content: "";
}

/* line 13973, app/assets/stylesheets/tv_screen.scss.erb */
.fa-window-restore:before {
  content: "";
}

/* line 13977, app/assets/stylesheets/tv_screen.scss.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 13982, app/assets/stylesheets/tv_screen.scss.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 13987, app/assets/stylesheets/tv_screen.scss.erb */
.fa-bandcamp:before {
  content: "";
}

/* line 13991, app/assets/stylesheets/tv_screen.scss.erb */
.fa-grav:before {
  content: "";
}

/* line 13995, app/assets/stylesheets/tv_screen.scss.erb */
.fa-etsy:before {
  content: "";
}

/* line 13999, app/assets/stylesheets/tv_screen.scss.erb */
.fa-imdb:before {
  content: "";
}

/* line 14003, app/assets/stylesheets/tv_screen.scss.erb */
.fa-ravelry:before {
  content: "";
}

/* line 14007, app/assets/stylesheets/tv_screen.scss.erb */
.fa-eercast:before {
  content: "";
}

/* line 14011, app/assets/stylesheets/tv_screen.scss.erb */
.fa-microchip:before {
  content: "";
}

/* line 14015, app/assets/stylesheets/tv_screen.scss.erb */
.fa-snowflake-o:before {
  content: "";
}

/* line 14019, app/assets/stylesheets/tv_screen.scss.erb */
.fa-superpowers:before {
  content: "";
}

/* line 14023, app/assets/stylesheets/tv_screen.scss.erb */
.fa-wpexplorer:before {
  content: "";
}

/* line 14027, app/assets/stylesheets/tv_screen.scss.erb */
.fa-meetup:before {
  content: "";
}

/* line 14031, app/assets/stylesheets/tv_screen.scss.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 14042, app/assets/stylesheets/tv_screen.scss.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 14052, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 14060, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14071, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14080, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 14084, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 14089, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14100, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14108, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-search--inline {
  float: left;
}

/* line 14112, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 14120, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 14124, app/assets/stylesheets/tv_screen.scss.erb */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 14136, app/assets/stylesheets/tv_screen.scss.erb */
.select2-results {
  display: block;
}

/* line 14140, app/assets/stylesheets/tv_screen.scss.erb */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 14146, app/assets/stylesheets/tv_screen.scss.erb */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14154, app/assets/stylesheets/tv_screen.scss.erb */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 14158, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 14162, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14168, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14174, app/assets/stylesheets/tv_screen.scss.erb */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 14179, app/assets/stylesheets/tv_screen.scss.erb */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 14185, app/assets/stylesheets/tv_screen.scss.erb */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 14189, app/assets/stylesheets/tv_screen.scss.erb */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 14193, app/assets/stylesheets/tv_screen.scss.erb */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 14211, app/assets/stylesheets/tv_screen.scss.erb */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 14224, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 14230, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 14235, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 14241, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 14245, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 14253, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 14266, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 14270, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 14275, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 14280, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 14284, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 14289, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 14296, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 14304, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 14308, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 14317, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 14328, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 14336, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 14340, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 14345, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 14350, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 14355, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 14360, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 14365, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 14369, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14375, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14381, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 14385, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 14393, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 14398, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 14402, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 14406, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 14410, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 14414, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 14418, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 14423, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 14428, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 14433, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 14438, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 14443, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 14448, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 14454, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 14465, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 14469, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 14474, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 14481, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 14485, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 14502, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 14515, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 14519, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 14529, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 14533, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 14538, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 14543, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 14553, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 14563, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 14571, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 14575, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 14581, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 14585, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 14596, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 14604, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 14608, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 14614, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 14619, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 14623, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14629, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 14635, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 14640, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 14645, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 14650, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 14654, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 14658, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 14663, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 14667, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 14671, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 14676, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 14682, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
/* line 14691, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap {
  display: block;
}

/* line 14695, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 1rem;
  outline: 0;
}

/* line 14705, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 14709, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 1rem;
}

/* line 14718, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
}

/* line 14722, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #000;
}

/* line 14726, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #000;
}

/* line 14730, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* line 14735, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #000;
}

/* line 14739, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
}

/* line 14743, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 14747, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 14752, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 14757, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #135AA1;
  color: #fff;
}

/* line 14762, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 14766, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 14770, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 14775, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 14780, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 14785, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 14790, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 14795, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

/* line 14804, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: none;
}

/* line 14812, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 14817, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 14823, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 14829, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection__clear {
  color: #000;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 14837, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 14841, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}

/* line 14846, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 14851, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 14856, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 14861, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 14867, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-dropdown--above {
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

/* line 14872, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 14877, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single {
  height: 2rem;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
}

/* line 14883, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 14891, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 14904, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 14909, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

/* line 14913, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
}

/* line 14919, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14932, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #000;
  float: left;
  margin-top: 5px;
}

/* line 14938, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 14949, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

/* line 14958, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 14966, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 14970, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 14974, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 5px 22px 5px 10px;
}

/* line 14984, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 14990, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 14997, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 15006, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 15015, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 15021, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
}

/* line 15031, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 15037, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 15046, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 15053, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 15063, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 15072, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 15078, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 15083, app/assets/stylesheets/tv_screen.scss.erb */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 15088, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 15093, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

/* line 15099, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 15103, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 15108, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 15112, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 15118, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 15123, app/assets/stylesheets/tv_screen.scss.erb */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 15128, app/assets/stylesheets/tv_screen.scss.erb */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 15133, app/assets/stylesheets/tv_screen.scss.erb */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 15139, app/assets/stylesheets/tv_screen.scss.erb */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 15143, app/assets/stylesheets/tv_screen.scss.erb */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 15147, app/assets/stylesheets/tv_screen.scss.erb */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 15152, app/assets/stylesheets/tv_screen.scss.erb */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 15158, app/assets/stylesheets/tv_screen.scss.erb */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 15162, app/assets/stylesheets/tv_screen.scss.erb */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 15166, app/assets/stylesheets/tv_screen.scss.erb */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 15171, app/assets/stylesheets/tv_screen.scss.erb */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 15177, app/assets/stylesheets/tv_screen.scss.erb */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 15181, app/assets/stylesheets/tv_screen.scss.erb */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/* line 15185, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 15191, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

/* line 15196, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 15202, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}

/* line 15211, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

/* line 15215, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-container--bootstrap.select2-container--open,
.input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 15220, app/assets/stylesheets/tv_screen.scss.erb */
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/* line 15226, app/assets/stylesheets/tv_screen.scss.erb */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 768px) {
  /* line 15232, app/assets/stylesheets/tv_screen.scss.erb */
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

/* line 15236, app/assets/stylesheets/tv_screen.scss.erb */
:root {
  --light-blue: #34BAF3;
  --dark-blue: #135AA1;
  --light-green: #52E89E ;
}

@font-face {
  font-family: 'Neris Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Neris Thin"), url(/../assets/Neris-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Neris Thin Italic';
  font-style: italic;
  font-weight: normal;
  src: local("Neris Thin Italic"), url(/fonts/Neris-ThinItalic.otf) format("opentype");
}

@font-face {
  font-family: 'Neris Light';
  font-style: normal;
  font-weight: normal;
  src: local("Neris Light"), url(/../assets/Neris-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Neris Light Italic';
  font-style: italic;
  font-weight: normal;
  src: local("Neris Light"), url(/../assets/Neris-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Neris SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local("Neris SemiBold"), url(/../assets/Neris-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: 'Neris SemiBold Italic';
  font-style: italic;
  font-weight: normal;
  src: local("Neris SemiBold Italic"), url(/fonts/Neris-SemiBoldItalic.otf) format("opentype");
}

@font-face {
  font-family: 'Neris Bold Italic';
  font-style: italic;
  font-weight: normal;
  src: local("Neris Bold Italic"), url(/fonts/Neris-BoldItalic.otf) format("opentype");
}

@font-face {
  font-family: 'Neris Black';
  font-style: normal;
  font-weight: normal;
  src: local("Neris Black"), url(/../assets/Neris-Black.otf) format("opentype");
}

@font-face {
  font-family: 'Neris Black Italic';
  font-style: italic;
  font-weight: normal;
  src: local("Neris Black Italic"), url(/fonts/Neris-BlackItalic.otf) format("opentype");
}

/* line 15296, app/assets/stylesheets/tv_screen.scss.erb */
html,
body {
  color: #fff;
  height: 100%;
}

/* line 15302, app/assets/stylesheets/tv_screen.scss.erb */
html {
  font-size: 20px;
}

/* line 15306, app/assets/stylesheets/tv_screen.scss.erb */
small {
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  /* line 15311, app/assets/stylesheets/tv_screen.scss.erb */
  html {
    font-size: 30px;
  }
  /* line 15315, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu {
    border: 0;
  }
  /* line 15319, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-right .business-box-content {
    padding-top: 2rem !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 991.98px) {
  /* line 15325, app/assets/stylesheets/tv_screen.scss.erb */
  html {
    font-size: 25px;
  }
  /* line 15329, app/assets/stylesheets/tv_screen.scss.erb */
  .dropdown-menu {
    border: 0;
  }
  /* line 15333, app/assets/stylesheets/tv_screen.scss.erb */
  #pk-box-right .pk-box-content {
    padding-top: 2rem !important;
  }
  /* line 15337, app/assets/stylesheets/tv_screen.scss.erb */
  #pk-box-right {
    margin-top: 10px;
    padding-left: 0 !important;
  }
  /* line 15342, app/assets/stylesheets/tv_screen.scss.erb */
  #pk-box-left {
    padding-right: 0 !important;
  }
  /* line 15346, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-left .business-box-content {
    margin-right: 0 !important;
  }
  /* line 15350, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-middle .business-box-content {
    padding-top: 2rem !important;
    margin-top: 10px;
  }
  /* line 15355, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-right .business-box-content {
    padding-top: 2rem !important;
    margin-top: 20px !important;
  }
  /* line 15360, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-right {
    margin-bottom: 20px !important;
  }
  /* line 15364, app/assets/stylesheets/tv_screen.scss.erb */
  #backup-box {
    margin-right: 0 !important;
  }
  /* line 15368, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-nav .nav-item a.btn {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 15373, app/assets/stylesheets/tv_screen.scss.erb */
  .datepicker,
.datepicker .table-condensed {
    width: 400px !important;
    height: 400px !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 15380, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-right .business-box-content {
    padding-top: 2rem !important;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  /* line 15386, app/assets/stylesheets/tv_screen.scss.erb */
  #business-box-right {
    margin-bottom: 10px;
  }
}

/* line 15390, app/assets/stylesheets/tv_screen.scss.erb */
.font-neris-black {
  font-family: 'Neris Black',sans-serif;
}

/* line 15394, app/assets/stylesheets/tv_screen.scss.erb */
.font-neris-semibold {
  font-family: 'Neris BlaSemiBoldck',sans-serif;
}

/* line 15398, app/assets/stylesheets/tv_screen.scss.erb */
.font-neris-light {
  font-family: 'Neris Light', sans-serif;
}

/* line 15402, app/assets/stylesheets/tv_screen.scss.erb */
.darkbluebg {
  background-color: var(--dark-blue);
  color: #fff;
}

/* line 15407, app/assets/stylesheets/tv_screen.scss.erb */
.lightbluebg {
  background-color: var(--light-blue);
}

/* line 15411, app/assets/stylesheets/tv_screen.scss.erb */
h1 {
  color: var(--dark-blue);
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: -0.02em;
}

/* line 15418, app/assets/stylesheets/tv_screen.scss.erb */
h3 {
  color: var(--dark-blue);
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0;
}

/* line 15425, app/assets/stylesheets/tv_screen.scss.erb */
h4 {
  color: var(--dark-blue);
  font-size: 1.2em;
  line-height: 28px;
  letter-spacing: 0;
}

/* line 15432, app/assets/stylesheets/tv_screen.scss.erb */
.textbox {
  font-family: 'Neris Light', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #666666;
  padding: 2% 5% 2% 5%;
}

/* line 15441, app/assets/stylesheets/tv_screen.scss.erb */
.textbox h1,
.textbox h3 {
  margin-bottom: 1em;
}

/* line 15446, app/assets/stylesheets/tv_screen.scss.erb */
.btn.dark-blue {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 0;
  margin-left: 50px;
  font-family: 'Neris SemiBold', sans-serif;
  padding: 12px 18px 12px 18px;
}

/* line 15455, app/assets/stylesheets/tv_screen.scss.erb */
.btn.light-blue {
  background-color: var(--light-blue);
  color: #fff;
  border-radius: 0;
  margin-left: 50px;
  font-size: 1.2em;
  font-family: 'Neris SemiBold', sans-serif;
  padding: 12px 18px 12px 18px;
}

/* line 15465, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: underline;
  background-color: transparent;
}

/* line 15472, app/assets/stylesheets/tv_screen.scss.erb */
.dropdown-menu {
  padding-bottom: 15px;
}

/* line 15476, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-brand {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 15481, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-nav {
  font-family: 'Neris Light', sans-serif;
}

/* line 15485, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-nav .nav-item a {
  margin-top: 6px;
  margin-left: 15px;
}

/* line 15490, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-nav .nav-item a.btn {
  margin-right: 0;
  margin-top: 0;
}

/* line 15495, app/assets/stylesheets/tv_screen.scss.erb */
.header-container {
  z-index: 10;
  position: absolute;
}

/* line 15500, app/assets/stylesheets/tv_screen.scss.erb */
.img-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 15507, app/assets/stylesheets/tv_screen.scss.erb */
.img-header img.pos-top {
  -o-object-position: top;
  object-position: top;
}

/* line 15512, app/assets/stylesheets/tv_screen.scss.erb */
.img-header img.pos-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

/* line 15517, app/assets/stylesheets/tv_screen.scss.erb */
.img-header img.pos-center {
  -o-object-position: center;
  object-position: center;
}

/* line 15522, app/assets/stylesheets/tv_screen.scss.erb */
.img-header {
  width: 100%;
  display: block;
  height: 330px;
  -webkit-clip-path: url(#header-clip);
  clip-path: url(#header-clip);
}

/* line 15530, app/assets/stylesheets/tv_screen.scss.erb */
.img-header-border {
  background-color: #fff;
  height: 340px;
  -webkit-clip-path: url(#header-clip);
  clip-path: url(#header-clip);
}

/* line 15537, app/assets/stylesheets/tv_screen.scss.erb */
.svg-clip {
  width: 0;
  height: 0;
}

/* line 15542, app/assets/stylesheets/tv_screen.scss.erb */
.img-header .infobox h1 {
  font-size: 2rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Neris SemiBold', sans-serif;
  color: #fff;
}

/* line 15550, app/assets/stylesheets/tv_screen.scss.erb */
.img-header .infobox {
  font-size: 1rem;
  font-family: 'Neris Light', sans-serif;
  color: #fff;
  padding: 1.5rem;
  left: 2rem;
  top: 2rem;
}

/* line 15559, app/assets/stylesheets/tv_screen.scss.erb */
footer {
  background-color: var(--light-blue);
  height: 120px;
  font-size: 1rem;
  font-family: 'Neris SemiBold', sans-serif;
  color: #fff;
}

/* line 15567, app/assets/stylesheets/tv_screen.scss.erb */
footer .brand {
  margin-right: 20px;
}

/* line 15571, app/assets/stylesheets/tv_screen.scss.erb */
footer .links a,
footer .links a:link,
footer .links a:hover,
footer .links a:visited,
footer .links a:active,
footer .links a:focus {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 15582, app/assets/stylesheets/tv_screen.scss.erb */
footer .sm-icon {
  margin-right: 30px;
  height: 40px;
}

/* line 15587, app/assets/stylesheets/tv_screen.scss.erb */
#business-box-left .business-box-content {
  padding-top: 340px;
  height: 100%;
  margin-right: 10px;
}

/* line 15593, app/assets/stylesheets/tv_screen.scss.erb */
#business-box-middle .business-box-content {
  padding-top: 315px;
  height: 100%;
}

/* line 15598, app/assets/stylesheets/tv_screen.scss.erb */
#business-box-right .business-box-content {
  padding-top: 280px;
  height: 100%;
  margin-left: 10px;
}

/* line 15604, app/assets/stylesheets/tv_screen.scss.erb */
.business-box-content {
  font-size: 0.9rem;
}

/* line 15608, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box span,
.business-box span {
  font-size: 3em;
  margin-right: 0.5em;
}

/* line 15614, app/assets/stylesheets/tv_screen.scss.erb */
.business-box ul {
  list-style: none;
  padding-top: 1em;
  padding-bottom: 3em;
  padding-left: 0;
  margin: 0;
}

/* line 15622, app/assets/stylesheets/tv_screen.scss.erb */
.business-box ul li {
  line-height: 32px;
  background: url(/../assets/checkmark-9331d98ce22b85be2f1daf571e4eff3766b840d91e174843ec5236855da9bebc.svg) no-repeat left center;
  padding: 0 0 0 2.5em;
  list-style: none;
}

/* line 15629, app/assets/stylesheets/tv_screen.scss.erb */
.business-box .price-tag {
  background: url(/../assets/business-price-87d7c44af1de8ec6ed9d61a7bce5ae9cdc5c2092092cee591addad1cbb3d81e4.svg) no-repeat left center;
  color: var(--light-blue);
  font-family: 'Neris Black',sans-serif;
  font-size: 2.5em;
  padding: 0 1rem 1rem 0.5rem;
  letter-spacing: -0.04em;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  padding-right: 10px;
  transform: rotate(5deg);
  backface-visibility: hidden;
  min-width: 140px;
}

/* line 15647, app/assets/stylesheets/tv_screen.scss.erb */
.business-box .price-tag .period {
  font-size: 0.4em;
  letter-spacing: 0.04em;
  margin-top: -15px;
}

/* line 15653, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box a,
.pk-box a:hover,
.pk-box a:active,
.pk-box a:visited,
#backup-box a,
#backup-box a:hover,
#backup-box a:active,
#backup-box a:visited,
.business-box a,
.business-box a:hover,
.business-box a:active,
.business-box a:visited {
  width: 100%;
  padding: 10px 0 15px 0;
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 1.2em;
  line-height: 32px;
  letter-spacing: 0.015em;
  background: inherit;
  color: #fff;
  border: 3px solid #fff;
}

/* line 15676, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box .boxaction,
#backup-box .boxaction,
.business-box .boxaction {
  width: 100%;
  margin-bottom: 1em;
}

/* line 15683, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box .boxaction small,
.business-box .boxaction small {
  font-size: 0.8em;
  font-family: 'Neris Light', sans-serif;
  line-height: 17px;
  letter-spacing: 0.01em;
}

/* line 15691, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box {
  margin-top: 10px;
  margin-right: 5px;
  padding: 2em 2em 4em 1em;
}

/* line 15697, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box .price-tag {
  background: url(/../assets/business-price-87d7c44af1de8ec6ed9d61a7bce5ae9cdc5c2092092cee591addad1cbb3d81e4.svg) no-repeat left center;
  color: var(--light-blue);
  font-family: 'Neris Black',sans-serif;
  font-size: 2em;
  padding: 0 1rem 1rem 0.5rem;
  letter-spacing: -0.04em;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  padding-right: 10px;
  transform: rotate(5deg);
  backface-visibility: hidden;
  min-width: 115px;
}

/* line 15715, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box .price-tag .period {
  font-size: 0.3em;
  letter-spacing: 0.04em;
  margin-top: -15px;
}

/* line 15721, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box p {
  padding-top: 2em;
  font-family: 'Neris Light', sans-serif;
  font-size: 1.3em;
}

/* line 15727, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box ul {
  padding-left: 0;
}

/* line 15731, app/assets/stylesheets/tv_screen.scss.erb */
#backup-box ul li {
  line-height: 32px;
  background: url(/../assets/checkmark-9331d98ce22b85be2f1daf571e4eff3766b840d91e174843ec5236855da9bebc.svg) no-repeat left center;
  padding: 0 0 0 2.5em;
  list-style: none;
  margin-left: 2%;
}

/* line 15739, app/assets/stylesheets/tv_screen.scss.erb */
#business-image-box-container {
  height: 400px;
}

/* line 15743, app/assets/stylesheets/tv_screen.scss.erb */
#business-image-box {
  margin-top: 10px;
  background: url(/../assets/image-box-4-ab9422c5e4047f5785a3d3b6ee92fe423b422379d904ed94ca6c22ecdf065958.jpg) no-repeat center center;
  background-size: cover;
}

/* line 15749, app/assets/stylesheets/tv_screen.scss.erb */
#business-image-box .info-box {
  background-color: var(--dark-blue);
  margin-left: 10%;
  margin-top: 5%;
  color: #fff;
  font-family: 'Neris Light', sans-serif;
  font-size: 0.9rem;
  text-align: left;
  padding: 1%;
  line-height: 25px;
  letter-spacing: 0.02em;
  width: 400px;
}

/* line 15763, app/assets/stylesheets/tv_screen.scss.erb */
#business-image-box .info-box h1 {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 1.5rem;
  color: #fff;
}

/* line 15769, app/assets/stylesheets/tv_screen.scss.erb */
#sales-contact-box {
  color: #fff;
  padding: 2%;
  font-family: 'Neris Light', sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  letter-spacing: 0.03em;
}

/* line 15778, app/assets/stylesheets/tv_screen.scss.erb */
#sales-contact-box .name {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0.015em;
  margin-bottom: 1em;
}

/* line 15786, app/assets/stylesheets/tv_screen.scss.erb */
#sales-contact-box .person {
  border-radius: 100%;
  background-color: transparent;
  max-width: 400px;
  width: 100%;
  border: 1px #707070 solid;
}

/* line 15794, app/assets/stylesheets/tv_screen.scss.erb */
#sales-contact-box a,
#sales-contact-box a:hover,
#sales-contact-box a:active,
#sales-contact-box a:visited {
  color: #fff;
}

/* line 15801, app/assets/stylesheets/tv_screen.scss.erb */
#pk-box-left .pk-box-content {
  padding-top: 340px;
  height: 100%;
}

/* line 15806, app/assets/stylesheets/tv_screen.scss.erb */
#pk-box-right .pk-box-content {
  padding-top: 340px;
  height: 100%;
}

/* line 15811, app/assets/stylesheets/tv_screen.scss.erb */
#pk-box-left {
  padding-right: 5px;
}

/* line 15815, app/assets/stylesheets/tv_screen.scss.erb */
#pk-box-right {
  padding-left: 5px;
}

/* line 15819, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content {
  padding-top: 200px;
}

/* line 15823, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content span {
  font-size: 3em;
  margin-right: 15px;
}

/* line 15828, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content {
  font-size: 1em;
  letter-spacing: 0.02em;
  padding-bottom: 2rem;
  width: 100%;
}

/* line 15835, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3em;
}

/* line 15842, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content ul li {
  line-height: 32px;
  background: url(/../assets/checkmark-9331d98ce22b85be2f1daf571e4eff3766b840d91e174843ec5236855da9bebc.svg) no-repeat left center;
  padding: 0 0 0 2.5em;
  list-style: none;
  margin: 0;
}

/* line 15850, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box .price-tag {
  background: url(/../assets/price-0f3cc590f625936ae0f64e9856c7a8610c76be26bb7a6e73d46f24d448a8ac5b.svg) no-repeat left center;
  font-family: 'Neris Black',sans-serif;
  font-size: 2.5rem;
  padding: 0 1rem 1rem 0.5rem;
  letter-spacing: -0.04em;
  display: inline-block;
  vertical-align: top;
  transform: rotate(5deg);
  backface-visibility: hidden;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  min-width: 160px;
}

/* line 15867, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box .price-tag sup {
  font-size: 0.5em;
  text-decoration: underline;
  display: inline-block;
  margin-left: -5px;
  margin-right: 5px;
  vertical-align: super;
}

/* line 15876, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box .price-tag .period {
  font-size: 0.3em;
  letter-spacing: 0.04em;
  margin-top: -20px;
}

/* line 15882, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content .product-pdf a,
.pk-box-content .product-pdf a:hover,
.pk-box-content .product-pdf a:active,
.pk-box-content .product-pdf a:visited {
  font-family: 'Neris Light', sans-serif;
  font-size: 1em;
  line-height: 8px;
  letter-spacing: -0.01em;
  color: #fff;
  border: 0;
}

/* line 15894, app/assets/stylesheets/tv_screen.scss.erb */
.pk-img-box-left {
  margin-top: 10px;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 84, 150, 0.6);
}

/* line 15900, app/assets/stylesheets/tv_screen.scss.erb */
.pk-img-box-right {
  background-size: cover;
  margin-top: 10px;
}

/* line 15905, app/assets/stylesheets/tv_screen.scss.erb */
.pk-img-box-right {
  margin-left: 10px;
}

/* line 15909, app/assets/stylesheets/tv_screen.scss.erb */
.img-box-content {
  margin: 15% 15%;
  padding: 3%;
  font-family: 'Neris Light', sans-serif;
  font-size: 1em;
  line-height: 26px;
  letter-spacing: 0.02em;
}

/* line 15918, app/assets/stylesheets/tv_screen.scss.erb */
.img-box-content h3 {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: -0.01em;
  color: #fff;
}

/* line 15927, app/assets/stylesheets/tv_screen.scss.erb */
.pk-contact-box {
  color: var(--dark-blue);
  font-family: 'Neris Light', sans-serif;
  font-size: 1.2em;
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 4em;
}

/* line 15936, app/assets/stylesheets/tv_screen.scss.erb */
.pk-contact-box h3 {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 2.5em;
  line-height: 60px;
  letter-spacing: -0.01em;
  margin: 1em;
}

/* line 15944, app/assets/stylesheets/tv_screen.scss.erb */
.pk-contact-box .numbers {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 1.2em;
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 2em;
}

/* line 15952, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent {
  margin-top: 350px;
  margin-bottom: 100px;
  font-family: 'Neris Light', sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  color: #666666;
}

/* line 15962, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent ul {
  list-style: none;
}

/* line 15966, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent li:before {
  content: "●";
  color: var(--dark-blue);
  position: absolute;
  left: 1rem;
}

/* line 15973, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent h3 {
  margin: 1em 0;
}

/* line 15977, app/assets/stylesheets/tv_screen.scss.erb */
.btn-darkblue {
  background-color: var(--dark-blue);
  color: #fff;
}

/* line 15982, app/assets/stylesheets/tv_screen.scss.erb */
.btn-darkblue:hover {
  background-color: #316bb4;
  color: #fff;
}

/* line 15987, app/assets/stylesheets/tv_screen.scss.erb */
#tv-packages table tr td:first-child,
#servicetimes table tr td:first-child,
#contact-page table tr td:first-child {
  padding-right: 30px;
}

/* line 15993, app/assets/stylesheets/tv_screen.scss.erb */
.noulli > ul > li:before {
  content: "";
}

/* line 15997, app/assets/stylesheets/tv_screen.scss.erb */
.noulli > ul > li > ul > li:before {
  content: "●";
  color: var(--dark-blue);
  position: absolute;
  left: 3rem;
}

/* line 16004, app/assets/stylesheets/tv_screen.scss.erb */
span.hd {
  margin: 0;
  padding: 0 !important;
  color: var(--light-green);
  font-family: "Neris SemiBold";
}

/* line 16011, app/assets/stylesheets/tv_screen.scss.erb */
.vcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 16020, app/assets/stylesheets/tv_screen.scss.erb */
a.link,
a.link:link,
a.link:hover,
a.link:visited,
a.link:active,
a.link:focus {
  color: var(--dark-blue);
  text-decoration: underline;
}

/* line 16030, app/assets/stylesheets/tv_screen.scss.erb */
a.linknu,
a.linknu:link,
a.linknu:hover,
a.linknu:visited,
a.linknu:active,
a.linknu:focus {
  color: var(--dark-blue);
  text-decoration: none;
}

/* line 16040, app/assets/stylesheets/tv_screen.scss.erb */
.text {
  color: #666 !important;
}

/* line 16044, app/assets/stylesheets/tv_screen.scss.erb */
#contact-page label {
  font-size: 1rem;
}

/* line 16048, app/assets/stylesheets/tv_screen.scss.erb */
.footnote {
  font-size: 0.5rem;
  color: #666;
}

/* line 16053, app/assets/stylesheets/tv_screen.scss.erb */
.reminder {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99999999999;
}

/* line 16060, app/assets/stylesheets/tv_screen.scss.erb */
.reminder .card-body {
  font-size: 0.8rem;
  padding: 5px;
}

/* line 16065, app/assets/stylesheets/tv_screen.scss.erb */
.reminder .btn {
  font-size: 0.7rem;
}

/* line 16069, app/assets/stylesheets/tv_screen.scss.erb */
.bootbox .modal-dialog {
  color: #666;
  font-size: 1rem;
}

/* line 16074, app/assets/stylesheets/tv_screen.scss.erb */
.delete-link,
.delete-link:hover,
.delete-link:active,
.delete-link:visited {
  color: #fff;
  font-size: 0.7rem;
  text-align: right;
}

/* line 16083, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
  top: 0.1rem !important;
  left: -2rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
}

/* line 16091, app/assets/stylesheets/tv_screen.scss.erb */
.custom-control-lg .custom-control-label {
  margin-left: 0.5rem !important;
  font-size: 1rem !important;
}

/* line 16096, app/assets/stylesheets/tv_screen.scss.erb */
.avm-link {
  font-size: 0.8rem;
  color: var(--dark-blue);
}

/* line 16101, app/assets/stylesheets/tv_screen.scss.erb */
.avm-link .link-icon {
  width: 0.6rem;
}

/* line 16105, app/assets/stylesheets/tv_screen.scss.erb */
form .error {
  color: red;
}

/* line 16109, app/assets/stylesheets/tv_screen.scss.erb */
.boxprice {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

/* line 16115, app/assets/stylesheets/tv_screen.scss.erb */
.boxprice .shipping {
  font-family: 'Neris Light', sans-serif;
  font-size: 0.8rem;
  line-height: 0.8rem;
}

/* line 16121, app/assets/stylesheets/tv_screen.scss.erb */
.accordion .btn-link {
  color: var(--dark-blue);
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 1.1rem;
}

/* line 16129, app/assets/stylesheets/tv_screen.scss.erb */
#availability-form {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.01rem;
  color: #fff;
}

/* line 16137, app/assets/stylesheets/tv_screen.scss.erb */
#availability-form .info {
  font-family: 'Neris Light', sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: -0.01rem;
  color: #fff;
}

/* line 16145, app/assets/stylesheets/tv_screen.scss.erb */
#not-available .btn,
#availability-form button {
  color: #fff;
  background: inherit;
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 1.2rem;
  line-height: 32px;
  letter-spacing: 0.015rem;
  padding: 5px 10px 10px 10px;
  border: 3px solid #fff;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 16159, app/assets/stylesheets/tv_screen.scss.erb */
#availability-form .link {
  color: #fff;
  text-decoration: underline;
}

/* line 16164, app/assets/stylesheets/tv_screen.scss.erb */
.select2-results {
  color: #000;
}

/* line 16168, app/assets/stylesheets/tv_screen.scss.erb */
#availability-form .col {
  padding: 4% 2%;
}

/* line 16172, app/assets/stylesheets/tv_screen.scss.erb */
.card-box,
.card-product {
  color: #666;
  height: 100%;
  padding: 4% 6%;
}

/* line 16179, app/assets/stylesheets/tv_screen.scss.erb */
.card-product h3 {
  color: var(--dark-blue);
  font-size: 2rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-family: "Neris SemiBold";
}

/* line 16187, app/assets/stylesheets/tv_screen.scss.erb */
.card-box ul,
.card-product ul {
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 3rem;
  margin: 0;
}

/* line 16195, app/assets/stylesheets/tv_screen.scss.erb */
.product-pdf {
  font-family: 'Neris Light', sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: -0.01rem;
  color: #fff;
}

/* line 16203, app/assets/stylesheets/tv_screen.scss.erb */
.product-pdf a,
.product-pdf a:hover,
.product-pdf a:active,
.product-pdf a:visited {
  color: #666;
  text-decoration: underline;
}

/* line 16211, app/assets/stylesheets/tv_screen.scss.erb */
.product-pdf img {
  width: 15px;
}

/* line 16215, app/assets/stylesheets/tv_screen.scss.erb */
#products-container .btn {
  margin: 1em 0;
}

/* line 16219, app/assets/stylesheets/tv_screen.scss.erb */
#products-container .products-row .product-content {
  padding: 1.25rem;
}

/* line 16223, app/assets/stylesheets/tv_screen.scss.erb */
#order-container {
  padding: 1em;
}

/* line 16227, app/assets/stylesheets/tv_screen.scss.erb */
#box-select-container .img-thumbnail {
  border: 0;
}

/* line 16231, app/assets/stylesheets/tv_screen.scss.erb */
.card-box .description {
  font-size: 0.9em;
  font-family: 'Neris Light', sans-serif;
}

/* line 16236, app/assets/stylesheets/tv_screen.scss.erb */
.card-box ul li:before {
  content: "●";
  color: var(--dark-blue);
  position: absolute;
  left: 2em;
}

/* line 16243, app/assets/stylesheets/tv_screen.scss.erb */
.card-box ul li {
  margin-top: 0.5em;
}

/* line 16247, app/assets/stylesheets/tv_screen.scss.erb */
.card-box ul {
  padding-bottom: 1em;
}

/* line 16251, app/assets/stylesheets/tv_screen.scss.erb */
.card-box a,
.card-box a:link,
.card-box a:hover,
.card-box a:visited,
.card-box a:active,
.card-box a:focus {
  color: var(--dark-blue);
  text-decoration: underline;
  font-size: 0.8em;
}

/* line 16262, app/assets/stylesheets/tv_screen.scss.erb */
.card-box .link-icon {
  color: var(--dark-blue);
  width: 0.7em;
}

/* line 16267, app/assets/stylesheets/tv_screen.scss.erb */
#phone-porting-container input[type=checkbox],
#tv-select-container input[type=checkbox],
.card-box input[type=checkbox] {
  transform: scale(1.2);
}

/* line 16274, app/assets/stylesheets/tv_screen.scss.erb */
.card-product .price,
.card-box .price {
  font-size: 1.5em;
}

/* line 16279, app/assets/stylesheets/tv_screen.scss.erb */
.card-product .price-info {
  font-size: 0.8rem;
  line-height: 1rem;
}

/* line 16284, app/assets/stylesheets/tv_screen.scss.erb */
.card-box .price-info {
  font-size: 0.5em;
  line-height: 1em;
}

/* line 16289, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb {
  background-color: var(--dark-blue);
  color: #fff;
  font-size: 1em;
  font-family: 'Neris SemiBold', sans-serif;
  padding: 12px 18px 12px 18px;
}

/* line 16297, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'FontAwesome';
  content: "\f101" !important;
  color: #fff;
}

/* line 16303, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item a,
.breadcrumb-item a:link,
.breadcrumb-item a:hover,
.breadcrumb-item a:visited,
.breadcrumb-item a:active,
.breadcrumb-item a:focus {
  text-decoration: underline;
  color: var(--light-blue);
}

/* line 16313, app/assets/stylesheets/tv_screen.scss.erb */
.breadcrumb-item.active {
  color: var(--light-blue);
}

/* line 16317, app/assets/stylesheets/tv_screen.scss.erb */
#shoppingCartList .modal-dialog {
  max-width: 95vh;
}

/* line 16321, app/assets/stylesheets/tv_screen.scss.erb */
#shopping-cart-container {
  padding: 1em;
  margin-top: 1em;
}

/* line 16326, app/assets/stylesheets/tv_screen.scss.erb */
#shopping-cart-container .btn {
  width: 300px;
  padding: 5px 20px 10px 20px;
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 1.2em;
  line-height: 32px;
  letter-spacing: 0.015em;
  background: inherit;
  color: #fff;
  border: 3px solid #fff;
}

/* line 16338, app/assets/stylesheets/tv_screen.scss.erb */
#shopping-cart-container img {
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer;
}

/* line 16345, app/assets/stylesheets/tv_screen.scss.erb */
#shoppingCartList {
  color: #666;
}

/* line 16349, app/assets/stylesheets/tv_screen.scss.erb */
#overview-container,
#phone-porting-container,
#pi-container {
  color: #666;
  min-height: 100%;
  height: 100%;
}

/* line 16357, app/assets/stylesheets/tv_screen.scss.erb */
#phone-porting-container fieldset {
  margin-bottom: 1em;
}

/* line 16361, app/assets/stylesheets/tv_screen.scss.erb */
#phone-porting-container .form-check {
  padding: 0;
}

/* line 16365, app/assets/stylesheets/tv_screen.scss.erb */
#pi-container .form-control[readonly],
#phone-porting-container .form-control[readonly] {
  background-color: #fff;
}

/* line 16370, app/assets/stylesheets/tv_screen.scss.erb */
#overview-container .card-title {
  margin-bottom: 1em;
}

/* line 16374, app/assets/stylesheets/tv_screen.scss.erb */
#overview-container .table th {
  border-top: none;
}

/* line 16378, app/assets/stylesheets/tv_screen.scss.erb */
#overview-container a.editlink,
#overview-container a.editlink:link,
#overview-container a.editlink:hover,
#overview-container a.editlink:visited,
#overview-container a.editlink:active,
#overview-container a.editlink:focus {
  color: var(--dark-blue);
  font-size: 0.8em;
}

/* line 16388, app/assets/stylesheets/tv_screen.scss.erb */
#overview-container a,
#overview-container a:link,
#overview-container a:hover,
#overview-container a:visited,
#overview-container a:active,
#overview-container a:focus {
  color: var(--dark-blue);
  text-decoration: underline;
}

/* line 16398, app/assets/stylesheets/tv_screen.scss.erb */
#overview-btn {
  width: 400px !important;
}

/* line 16402, app/assets/stylesheets/tv_screen.scss.erb */
.shopping-cart-question-mark {
  width: 0.8rem;
}

/* line 16406, app/assets/stylesheets/tv_screen.scss.erb */
.networkmap {
  background-image: url(/../assets/network_geo-fff642d005399cc766eb6b4756835b589ac0fcfb551a31ddd9f2fa2850fb12a6.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

/* line 16414, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

/* line 16420, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window.cc-invisible {
  opacity: 0;
}

/* line 16424, app/assets/stylesheets/tv_screen.scss.erb */
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

/* line 16431, app/assets/stylesheets/tv_screen.scss.erb */
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

/* line 16436, app/assets/stylesheets/tv_screen.scss.erb */
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

/* line 16441, app/assets/stylesheets/tv_screen.scss.erb */
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

/* line 16448, app/assets/stylesheets/tv_screen.scss.erb */
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

/* line 16455, app/assets/stylesheets/tv_screen.scss.erb */
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

/* line 16460, app/assets/stylesheets/tv_screen.scss.erb */
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

/* line 16474, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window.cc-static {
  position: static;
}

/* line 16478, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

/* line 16486, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

/* line 16494, app/assets/stylesheets/tv_screen.scss.erb */
.cc-revoke {
  padding: 0.5em;
}

/* line 16498, app/assets/stylesheets/tv_screen.scss.erb */
.cc-header {
  font-size: 18px;
  font-weight: 700;
}

/* line 16503, app/assets/stylesheets/tv_screen.scss.erb */
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

/* line 16510, app/assets/stylesheets/tv_screen.scss.erb */
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em;
}

/* line 16516, app/assets/stylesheets/tv_screen.scss.erb */
.cc-link:hover {
  opacity: 1;
}

/* line 16520, app/assets/stylesheets/tv_screen.scss.erb */
.cc-link:active,
.cc-link:visited {
  color: initial;
}

/* line 16525, app/assets/stylesheets/tv_screen.scss.erb */
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

/* line 16536, app/assets/stylesheets/tv_screen.scss.erb */
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

/* line 16540, app/assets/stylesheets/tv_screen.scss.erb */
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

/* line 16545, app/assets/stylesheets/tv_screen.scss.erb */
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* line 16551, app/assets/stylesheets/tv_screen.scss.erb */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}

/* line 16561, app/assets/stylesheets/tv_screen.scss.erb */
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

/* line 16566, app/assets/stylesheets/tv_screen.scss.erb */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}

/* line 16573, app/assets/stylesheets/tv_screen.scss.erb */
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}

/* line 16580, app/assets/stylesheets/tv_screen.scss.erb */
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

/* line 16585, app/assets/stylesheets/tv_screen.scss.erb */
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/* line 16590, app/assets/stylesheets/tv_screen.scss.erb */
.cc-top {
  top: 1em;
}

/* line 16594, app/assets/stylesheets/tv_screen.scss.erb */
.cc-left {
  left: 1em;
}

/* line 16598, app/assets/stylesheets/tv_screen.scss.erb */
.cc-right {
  right: 1em;
}

/* line 16602, app/assets/stylesheets/tv_screen.scss.erb */
.cc-bottom {
  bottom: 1em;
}

/* line 16606, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

/* line 16610, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

/* line 16615, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window.cc-floating .cc-compliance {
  flex: 1;
}

/* line 16620, app/assets/stylesheets/tv_screen.scss.erb */
.cc-window.cc-banner {
  align-items: center;
}

/* line 16625, app/assets/stylesheets/tv_screen.scss.erb */
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

/* line 16631, app/assets/stylesheets/tv_screen.scss.erb */
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16637, app/assets/stylesheets/tv_screen.scss.erb */
.cc-banner .cc-message {
  flex: 1;
}

/* line 16642, app/assets/stylesheets/tv_screen.scss.erb */
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

/* line 16650, app/assets/stylesheets/tv_screen.scss.erb */
.cc-compliance > .cc-btn {
  flex: 1;
}

/* line 16655, app/assets/stylesheets/tv_screen.scss.erb */
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  /* line 16660, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-revoke,
.cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  /* line 16666, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* line 16671, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-top {
    top: 0;
  }
  /* line 16675, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-bottom {
    bottom: 0;
  }
  /* line 16679, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-banner,
.cc-window.cc-left,
.cc-window.cc-right {
    left: 0;
    right: 0;
  }
  /* line 16686, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-banner {
    flex-direction: column;
  }
  /* line 16692, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }
  /* line 16697, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-floating {
    max-width: none;
  }
  /* line 16701, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  /* line 16705, app/assets/stylesheets/tv_screen.scss.erb */
  .cc-window.cc-banner {
    align-items: unset;
  }
}

/* line 16710, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

/* line 16715, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

/* line 16722, app/assets/stylesheets/tv_screen.scss.erb */
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

/* line 16726, app/assets/stylesheets/tv_screen.scss.erb */
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

/* line 16730, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* line 16734, app/assets/stylesheets/tv_screen.scss.erb */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

/* line 16738, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

/* line 16742, app/assets/stylesheets/tv_screen.scss.erb */
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

/* line 16748, app/assets/stylesheets/tv_screen.scss.erb */
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

/* line 16752, app/assets/stylesheets/tv_screen.scss.erb */
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 16765, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 16771, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-inline {
  width: 220px;
}

/* line 16775, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 16779, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 16783, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 16788, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 16792, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 16796, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 16800, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 16804, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

/* line 16808, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

/* line 16812, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 16818, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 16824, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker > div {
  display: none;
}

/* line 16828, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 16832, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 16836, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 16840, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 16849, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

/* line 16858, app/assets/stylesheets/tv_screen.scss.erb */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 16863, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 16869, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 16874, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 16881, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 16896, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 16919, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9;
}

/* line 16930, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 16934, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 16938, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

/* line 16946, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

/* line 16961, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 16984, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 16995, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(top, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 17011, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 17034, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 17045, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #135AA1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 17054, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #135AA1;
}

/* line 17077, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 17088, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 17099, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 17103, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 17110, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(top, #34BAF3, #135AA1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#135AA1', GradientType=0);
  border-color: #135AA1 #135AA1 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 17126, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #135AA1;
}

/* line 17149, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 17160, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 17165, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 17169, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 17174, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 17179, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 17186, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 17191, app/assets/stylesheets/tv_screen.scss.erb */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 17198, app/assets/stylesheets/tv_screen.scss.erb */
.input-daterange input {
  text-align: center;
}

/* line 17202, app/assets/stylesheets/tv_screen.scss.erb */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 17206, app/assets/stylesheets/tv_screen.scss.erb */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 17210, app/assets/stylesheets/tv_screen.scss.erb */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 17227, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5rem;
}

/* line 17252, app/assets/stylesheets/tv_screen.scss.erb */
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/* line 17257, app/assets/stylesheets/tv_screen.scss.erb */
html {
  scroll-behavior: smooth;
}

/* rubik-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(/resources/fonts/rubik-v28-latin-regular.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url(/resources/fonts/rubik-v28-latin-500.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url(/resources/fonts/rubik-v28-latin-700.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* line 17291, app/assets/stylesheets/tv_screen.scss.erb */
html {
  font-size: 16px;
}

/* line 17295, app/assets/stylesheets/tv_screen.scss.erb */
body {
  font-family: 'Neris SemiBold', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background-color: #E5E5E5;
}

/* line 17302, app/assets/stylesheets/tv_screen.scss.erb */
.flex-space {
  display: flex;
  justify-content: space-between;
}

/* line 17306, app/assets/stylesheets/tv_screen.scss.erb */
.flex-space--inner p {
  display: flex;
  justify-content: space-between;
}

/* line 17311, app/assets/stylesheets/tv_screen.scss.erb */
.small-text-info {
  width: 80%;
  max-width: 450px;
  margin: 20px auto;
  font-size: 14px;
}

/* line 17318, app/assets/stylesheets/tv_screen.scss.erb */
.pk-img-box-left, .pk-img-box-right {
  margin-top: 0;
}

/* line 17322, app/assets/stylesheets/tv_screen.scss.erb */
.content--big ol li {
  margin-bottom: .5em;
  margin-left: 1em;
}

/* line 17327, app/assets/stylesheets/tv_screen.scss.erb */
.pk-img-box-left {
  box-shadow: none;
}

/* line 17331, app/assets/stylesheets/tv_screen.scss.erb */
.blue-box {
  box-shadow: inset 0 0 0 2000px rgba(0, 84, 150, 0.6);
  border-radius: 4px;
}

/* line 17337, app/assets/stylesheets/tv_screen.scss.erb */
.button--center {
  margin-top: 50px;
  display: flex;
}

/* line 17341, app/assets/stylesheets/tv_screen.scss.erb */
.button--center a {
  flex: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 17347, app/assets/stylesheets/tv_screen.scss.erb */
.button--center a:first-child > span {
  margin-right: auto;
}

/* line 17350, app/assets/stylesheets/tv_screen.scss.erb */
.button--center a:last-child > span {
  margin-left: auto;
}

/* line 17353, app/assets/stylesheets/tv_screen.scss.erb */
.button--center a {
  font-size: 1rem;
}

/* line 17356, app/assets/stylesheets/tv_screen.scss.erb */
.button--center a strong {
  font-size: 1.75rem;
}

/* line 17360, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent {
  margin-top: 0;
}

/* line 17363, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent strong {
  font-family: 'Neris SemiBold', sans-serif;
}

/* line 17366, app/assets/stylesheets/tv_screen.scss.erb */
.pagecontent p {
  color: #135AA1;
}

/* line 17370, app/assets/stylesheets/tv_screen.scss.erb */
.dark-blue {
  color: #135AA1;
}

/* line 17374, app/assets/stylesheets/tv_screen.scss.erb */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* line 17384, app/assets/stylesheets/tv_screen.scss.erb */
.embed-container iframe, .embed-container img,
.embed-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* ratio 4x3 */
/* line 17395, app/assets/stylesheets/tv_screen.scss.erb */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

/* line 17399, app/assets/stylesheets/tv_screen.scss.erb */
.tarifcontainer {
  margin-bottom: 2.5em;
}

/* line 17403, app/assets/stylesheets/tv_screen.scss.erb */
.tarifname {
  display: block;
  line-height: 1.1;
}

/* line 17408, app/assets/stylesheets/tv_screen.scss.erb */
.navbar-toggler {
  display: none;
}

/* line 17412, app/assets/stylesheets/tv_screen.scss.erb */
.mobile-hide {
  display: inline-block;
}

/* line 17416, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box-content ul {
  padding: 0 0 0 20px;
}

/* line 17420, app/assets/stylesheets/tv_screen.scss.erb */
.img-box-content.text-center strong {
  font-family: 'Neris SemiBold', sans-serif;
}

/* line 17424, app/assets/stylesheets/tv_screen.scss.erb */
.typo-small {
  font-size: 0.8rem;
}

/* line 17428, app/assets/stylesheets/tv_screen.scss.erb */
.pk-box a, .pk-box a:hover, .pk-box a:active, .pk-box a:visited, #backup-box a, #backup-box a:hover, #backup-box a:active, #backup-box a:visited, .business-box a, .business-box a:hover, .business-box a:active, .business-box a:visited {
  padding: 10px;
}

/* line 17432, app/assets/stylesheets/tv_screen.scss.erb */
.button--center a strong {
  font-size: 1.5rem;
}

/* line 17436, app/assets/stylesheets/tv_screen.scss.erb */
.content--big ol li {
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  /* line 17441, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-brand {
    padding: 20px 0;
    margin: 0;
  }
  /* line 17445, app/assets/stylesheets/tv_screen.scss.erb */
  .navbar-brand img {
    display: block;
    max-width: 100%;
  }
  /* line 17450, app/assets/stylesheets/tv_screen.scss.erb */
  .h1 {
    font-size: 1.5rem;
  }
  /* line 17454, app/assets/stylesheets/tv_screen.scss.erb */
  .h3 {
    font-size: 1rem;
  }
  /* line 17458, app/assets/stylesheets/tv_screen.scss.erb */
  .h4 {
    font-size: 1rem;
  }
  /* line 17462, app/assets/stylesheets/tv_screen.scss.erb */
  .button--center {
    display: block;
  }
  /* line 17465, app/assets/stylesheets/tv_screen.scss.erb */
  .button--center a {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  /* line 17471, app/assets/stylesheets/tv_screen.scss.erb */
  .button--center a strong {
    font-size: 22px;
    white-space: nowrap;
  }
  /* line 17476, app/assets/stylesheets/tv_screen.scss.erb */
  .tarifcontainer {
    width: 100%;
    margin-bottom: 0px;
  }
  /* line 17481, app/assets/stylesheets/tv_screen.scss.erb */
  .pricecontainer {
    width: 100%;
    margin: 20px 0 30px 0;
  }
  /* line 17486, app/assets/stylesheets/tv_screen.scss.erb */
  .tarifholder {
    display: block !important;
  }
  /* line 17490, app/assets/stylesheets/tv_screen.scss.erb */
  .pk-box-content span {
    font-size: 2rem;
  }
  /* line 17494, app/assets/stylesheets/tv_screen.scss.erb */
  .pk-box-content ul li {
    font-size: .75rem;
    margin-bottom: .75em;
  }
  /* line 17499, app/assets/stylesheets/tv_screen.scss.erb */
  .content-container {
    width: 85%;
    margin: 0 auto;
  }
  /* line 17504, app/assets/stylesheets/tv_screen.scss.erb */
  .img-box-content h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: left;
  }
  /* line 17510, app/assets/stylesheets/tv_screen.scss.erb */
  .img-box-content.text-center {
    text-align: left !important;
  }
  /* line 17514, app/assets/stylesheets/tv_screen.scss.erb */
  .img-box-content {
    margin: 20px;
  }
  /* line 17518, app/assets/stylesheets/tv_screen.scss.erb */
  .pk-img-box-right {
    margin-left: 0;
  }
  /* line 17522, app/assets/stylesheets/tv_screen.scss.erb */
  .pk-contact-box h3 {
    font-size: 1.5em;
    line-height: 1.2;
  }
  /* line 17527, app/assets/stylesheets/tv_screen.scss.erb */
  .pk-contact-box .numbers {
    font-size: 22px;
    line-height: 27px;
  }
  /* line 17532, app/assets/stylesheets/tv_screen.scss.erb */
  footer.d-flex {
    flex-wrap: wrap;
    padding-top: 20px;
    height: auto;
  }
  /* line 17537, app/assets/stylesheets/tv_screen.scss.erb */
  footer.d-flex .brand {
    padding: 20px 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  /* line 17544, app/assets/stylesheets/tv_screen.scss.erb */
  footer.d-flex .links {
    width: 100%;
    padding: 0px 0 20px 0;
  }
  /* line 17548, app/assets/stylesheets/tv_screen.scss.erb */
  footer.d-flex .links a {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  /* line 17554, app/assets/stylesheets/tv_screen.scss.erb */
  .link--twitter img {
    margin-right: 0;
  }
  /* line 17558, app/assets/stylesheets/tv_screen.scss.erb */
  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 770px) {
  /* line 17563, app/assets/stylesheets/tv_screen.scss.erb */
  .button--center {
    display: block;
    text-align: left;
  }
  /* line 17567, app/assets/stylesheets/tv_screen.scss.erb */
  .button--center a {
    display: block;
    text-align: left;
    margin-bottom: .5em;
  }
  /* line 17573, app/assets/stylesheets/tv_screen.scss.erb */
  .pk-img-box-right {
    margin-left: 0;
  }
}

/* line 17577, app/assets/stylesheets/tv_screen.scss.erb */
.kw-wrapper {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 17589, app/assets/stylesheets/tv_screen.scss.erb */
.mb-0 {
  margin-bottom: 0;
}

/* line 17593, app/assets/stylesheets/tv_screen.scss.erb */
.kw-stoerer {
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 4px;
}

/* line 17599, app/assets/stylesheets/tv_screen.scss.erb */
.kw-stoerer__inner {
  width: 100%;
  text-align: center;
}

/* line 17603, app/assets/stylesheets/tv_screen.scss.erb */
.kw-stoerer__title {
  font-size: 1.5rem;
  padding: .75rem 0 1.25rem 0;
}

/* line 17607, app/assets/stylesheets/tv_screen.scss.erb */
.kw-stoerer__small {
  font-size: 1.6rem;
  color: var(--dark-blue);
  padding: .75em 0;
}

/* line 17612, app/assets/stylesheets/tv_screen.scss.erb */
.kw-stoerer__small p {
  margin-bottom: 0;
}

/* line 17616, app/assets/stylesheets/tv_screen.scss.erb */
a.kw-stoerer:hover, a.kw-stoerer:focus {
  color: inherit;
  background-color: #EA6E29;
  text-decoration: none;
}

/* line 17622, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry {
  border-radius: 4px;
  margin-bottom: 1em;
}

/* line 17626, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__title {
  padding: 1rem;
  display: flex;
  align-items: center;
}

/* line 17631, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__title img {
  width: 100px;
}

/* line 17634, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__title h2 {
  font-size: 2.1rem;
  font-weight: 400;
}

/* line 17638, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__title span {
  font-weight: 700;
}

/* line 17641, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__price {
  font-size: 2.3rem;
  display: flex;
  line-height: 1;
  padding: 1rem;
  background: #a0e3ff;
}

/* line 17648, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__price__b {
  font-size: 1rem;
  line-height: 1.1;
  padding-left: .55em;
}

/* line 17653, app/assets/stylesheets/tv_screen.scss.erb */
.darkbluebg .tarif-entry__price, .bluedark2bg .tarif-entry__price {
  color: #0e447a;
}

/* line 17656, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info {
  padding: 1rem;
  font-size: 1rem;
}

/* line 17660, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info ul {
  list-style: none;
}

/* line 17663, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info li {
  position: relative;
  font-size: 0.9rem;
  padding-bottom: 0.75em;
}

/* line 17668, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info li:before {
  content: "";
  display: block !important;
  background-image: url(/assets/check-circle-regular-b4600311133919d34020267af65a29dd0e5443ee17d1e5ffea0aea614f77a95c.svg);
  position: absolute;
  left: -2em;
  top: 0em;
  height: 20px;
  width: 20px;
  background-size: cover;
}

/* line 17679, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info-small {
  padding: 1rem;
}

/* line 17682, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info-small .product-pdf {
  margin-bottom: 2em;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: -0.01rem;
}

/* line 17688, app/assets/stylesheets/tv_screen.scss.erb */
.lightbluebg .tarif-entry__info-small .product-pdf {
  color: #0e447a;
}

/* line 17691, app/assets/stylesheets/tv_screen.scss.erb */
.lightbluebg .tarif-entry__info-small .product-pdf a {
  color: #0e447a;
}

/* line 17694, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry__info-small p {
  margin-bottom: 0;
}

/* line 17697, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry.lightbluebg {
  color: #0e447a;
}

/* line 17700, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry.darkbluebg {
  color: #fff;
}

/* line 17703, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry.bluedark2bg {
  color: #fff;
}

/* line 17707, app/assets/stylesheets/tv_screen.scss.erb */
.darkbluebg.tarif-entry .product-pdf a {
  color: white;
}

@media screen and (min-width: 1033px) {
  /* line 17712, app/assets/stylesheets/tv_screen.scss.erb */
  .tarif {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  /* line 17718, app/assets/stylesheets/tv_screen.scss.erb */
  .tarif-entry {
    width: 49.8%;
    max-width: 550px;
    margin-bottom: 0;
  }
  /* line 17723, app/assets/stylesheets/tv_screen.scss.erb */
  .tarif-entry:first-of-type {
    margin-right: 20px;
  }
}

/* line 17727, app/assets/stylesheets/tv_screen.scss.erb */
.bluedark2bg {
  background: #002d57;
}

/* line 17731, app/assets/stylesheets/tv_screen.scss.erb */
.kw-karten__col img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 17736, app/assets/stylesheets/tv_screen.scss.erb */
.kw-karten__col:last-of-type {
  padding-left: 10px;
}

/* line 17740, app/assets/stylesheets/tv_screen.scss.erb */
.kw-karten--row {
  margin-bottom: 4em;
}

/* line 17743, app/assets/stylesheets/tv_screen.scss.erb */
.kw-karten--row__title {
  padding-top: 1em;
  padding-bottom: .24em;
  text-align: center;
  text-align: center;
  color: #1C92E8;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}

/* line 17753, app/assets/stylesheets/tv_screen.scss.erb */
.kw-karten--row img {
  border-radius: 4px;
}

@media screen and (min-width: 650px) {
  /* line 17758, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-karten {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 17764, app/assets/stylesheets/tv_screen.scss.erb */
.kw-ph {
  display: block;
  width: 100%;
  height: auto;
}

/* line 17770, app/assets/stylesheets/tv_screen.scss.erb */
.allow-youtube--text {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  padding: 1em;
}

/* line 17781, app/assets/stylesheets/tv_screen.scss.erb */
.bg-orange {
  background: #EA6E29;
  color: white;
}

/* line 17785, app/assets/stylesheets/tv_screen.scss.erb */
.bg-orange a {
  color: White;
}

/* line 17789, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header {
  width: 100%;
  height: 450px;
  position: relative;
  font-family: 'Neris SemiBold', sans-serif;
  margin-bottom: 30px;
}

/* line 17796, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(90deg, rgba(19, 64, 114, 0.95) 0%, rgba(19, 90, 161, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: inherit;
}

/* line 17810, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 17816, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__content {
  font-family: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

/* line 17831, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__title {
  color: white;
  font-size: 2.1rem;
  font-family: 'Neris SemiBold', sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* line 17840, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__title span {
  display: block;
}

/* line 17843, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__title img {
  width: 200px;
  display: block;
  margin-top: .5em;
}

@media screen and (min-width: 600px) {
  /* line 17849, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header__title img {
    margin-left: .5em;
    margin-top: 0em;
    position: relative;
    top: 3px;
  }
}

@media screen and (min-width: 769px) {
  /* line 17857, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header__title img {
    margin-left: .5em;
    margin-top: 0em;
    position: relative;
    top: 10px;
    width: 300px;
  }
}

@media screen and (min-width: 600px) {
  /* line 17866, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header__title {
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  /* line 17872, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header__title {
    font-size: 4.1rem;
  }
}

/* line 17876, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__btn {
  color: white;
  font-size: 20px;
  font-family: 'Neris SemiBold', sans-serif;
  font-weight: 500;
}

/* line 17882, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__btn:hover, .kw-header__btn:focus {
  color: #0E447A;
}

@media screen and (min-width: 769px) {
  /* line 17887, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header {
    margin-bottom: 0;
  }
}

/* line 17891, app/assets/stylesheets/tv_screen.scss.erb */
.btn {
  display: inline-flex;
  align-items: center;
  background-color: #EA6E29;
  color: #FFFFFF;
  font-weight: 500;
  cursor: pointer;
  transition: 0 all;
}

/* line 17903, app/assets/stylesheets/tv_screen.scss.erb */
.btn:hover, .btn:focus {
  color: #FFFFFF;
  background-color: #0E447A;
}

/* line 17908, app/assets/stylesheets/tv_screen.scss.erb */
.btn--small, .btn--large {
  font-size: 15px;
}

/* line 17912, app/assets/stylesheets/tv_screen.scss.erb */
.btn--large {
  padding: 0.5rem 1rem;
  font-size: 15px;
}

/* line 17917, app/assets/stylesheets/tv_screen.scss.erb */
.btn--border {
  border: 1px solid #EA6E29;
  background-color: rgba(234, 110, 41, 0.2);
}

/* line 17921, app/assets/stylesheets/tv_screen.scss.erb */
.btn--border:hover, .btn--border:focus {
  background-color: #0E447A;
  border: 1px solid #0E447A;
}

/* line 17926, app/assets/stylesheets/tv_screen.scss.erb */
.btn--blue-border {
  background: white;
  border: 1px solid #1C92E8;
  color: #1C92E8;
}

/* line 17931, app/assets/stylesheets/tv_screen.scss.erb */
.btn--blue-border:hover, .btn--blue-border:focus {
  background: #1C92E8;
  border: 1px solid #1C92E8;
  color: white;
}

/* line 17937, app/assets/stylesheets/tv_screen.scss.erb */
.kw-text__title {
  text-align: center;
  color: #1C92E8 !important;
  font-size: 2rem !important;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}

/* line 17944, app/assets/stylesheets/tv_screen.scss.erb */
.kw-text__content, .kw-text .content--big {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  margin-bottom: 2.5em;
}

/* line 17950, app/assets/stylesheets/tv_screen.scss.erb */
.kw-text__content ol, .kw-text .content--big ol {
  list-style-position: inside;
  /* Positioniert die Nummerierung innerhalb des Listenelements */
  text-align: center;
  /* Zentriert den Text in der Liste */
}

/* line 17956, app/assets/stylesheets/tv_screen.scss.erb */
.kw-text__content p, .kw-text .content--big p {
  margin-bottom: 0;
}

/* line 17959, app/assets/stylesheets/tv_screen.scss.erb */
.kw-text__content p + p, .kw-text .content--big p + p {
  margin-top: 1em;
}

/* line 17963, app/assets/stylesheets/tv_screen.scss.erb */
.text-center {
  text-align: center;
}

/* line 17967, app/assets/stylesheets/tv_screen.scss.erb */
.kw-btn {
  background: #EA6E29;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: -120px;
  color: #fff;
  display: flex;
  justify-content: center;
  /* Zentriert den Text horizontal */
  align-items: center;
  text-align: center;
  font-size: 18px;
  z-index: 12;
}

/* line 17985, app/assets/stylesheets/tv_screen.scss.erb */
.kw-btn:hover, .kw-btn:focus {
  color: white;
  background: #EA6E29;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  /* line 17992, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-btn {
    bottom: inherit;
    top: 10px;
    right: 10px;
    width: 200px;
    height: 200px;
  }
}

/* line 18000, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__btn--none {
  top: -40px;
  right: 15px;
}

@media screen and (min-width: 769px) {
  /* line 18005, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header__btn--none {
    width: 150px;
    height: 150px;
  }
}

/* line 18010, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__btn--none .kw-header__btn {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  /* line 18014, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-header__btn--none .kw-header__btn {
    font-size: 18px;
  }
}

/* line 18018, app/assets/stylesheets/tv_screen.scss.erb */
.kw-header__btn--none .kw-header__btn:hover, .kw-header__btn--none .kw-header__btn:focus {
  background: #EA6E29 !important;
  color: #fff !important;
}

/* line 18023, app/assets/stylesheets/tv_screen.scss.erb */
.c-orange {
  color: #EA6E29;
}

/* line 18027, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--a .img-box-content {
  background: none;
}

/* line 18030, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--a ul {
  margin-left: 20px;
  list-style: disc !important;
}

/* line 18034, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--a ul li {
  margin-bottom: .25em;
}

/* line 18037, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--a .pk-img-box-right {
  min-height: 320px;
}

/* line 18040, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--a .htmleditor {
  color: white;
}

/* line 18044, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c__title {
  text-align: center;
  margin-bottom: 1em;
}

/* line 18048, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c__title span {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 18052, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c__title img {
  position: relative;
}

@media screen and (min-width: 650px) {
  /* line 18056, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-col--c__title img {
    top: -3px;
  }
}

/* line 18060, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 650px) {
  /* line 18066, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-col--c__wrapper {
    flex-direction: row;
  }
}

/* line 18070, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c__col {
  width: 100%;
  border-radius: 4px;
  max-width: 649px;
  margin-bottom: 1em;
}

/* line 18076, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c__col:first-of-type {
  margin-right: 30px;
}

@media screen and (min-width: 650px) {
  /* line 18080, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-col--c__col {
    width: 49.8%;
    margin-bottom: 0em;
  }
}

/* line 18085, app/assets/stylesheets/tv_screen.scss.erb */
.kw-col--c .img-box-content {
  background: none;
}

/* line 18089, app/assets/stylesheets/tv_screen.scss.erb */
.htmleditor, .kw-text__content {
  color: #135AA1;
}

/* line 18093, app/assets/stylesheets/tv_screen.scss.erb */
.darkbluebg {
  color: white;
}

/* line 18097, app/assets/stylesheets/tv_screen.scss.erb */
.swal2-html-container {
  margin: 0 !important;
}

/* line 18100, app/assets/stylesheets/tv_screen.scss.erb */
.swal2-html-container .pop-up--img {
  margin-bottom: 1em;
}

/* line 18103, app/assets/stylesheets/tv_screen.scss.erb */
.swal2-html-container .pop-up--logo {
  width: 120px;
  margin-left: .35em;
}

/* line 18108, app/assets/stylesheets/tv_screen.scss.erb */
.bullet ul {
  list-style: none !important;
}

/* line 18111, app/assets/stylesheets/tv_screen.scss.erb */
.bullet ul li {
  position: relative;
}

/* line 18114, app/assets/stylesheets/tv_screen.scss.erb */
.bullet ul li:before {
  content: "";
  display: block !important;
  background-image: url(/assets/check-circle-regular-b4600311133919d34020267af65a29dd0e5443ee17d1e5ffea0aea614f77a95c.svg);
  position: absolute;
  left: -2em;
  top: 4px;
  height: 20px;
  width: 20px;
  background-size: cover;
}

/* line 18126, app/assets/stylesheets/tv_screen.scss.erb */
.kw--bullet li {
  padding-bottom: .25em;
}

/* line 18129, app/assets/stylesheets/tv_screen.scss.erb */
.kw--bullet li:before {
  top: -1px;
}

/* line 18133, app/assets/stylesheets/tv_screen.scss.erb */
.img-box-content {
  margin: 10% 10%;
}

/* line 18137, app/assets/stylesheets/tv_screen.scss.erb */
.kw-row--desktop {
  display: flex;
  flex-direction: column;
}

/* line 18141, app/assets/stylesheets/tv_screen.scss.erb */
.kw-row--desktop--center {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  /* line 18146, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-row--desktop {
    flex-direction: row;
  }
}

/* line 18151, app/assets/stylesheets/tv_screen.scss.erb */
.kw-blue-box-full {
  padding: 2em 0;
}

/* line 18154, app/assets/stylesheets/tv_screen.scss.erb */
.kw-blue-box-full .htmleditor {
  color: white;
  font-size: 2rem;
  line-height: 1.6;
}

/* line 18160, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry--special {
  max-width: 1120px;
  margin: 0 auto;
}

/* line 18164, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry--special.tarif-entry {
  width: 100%;
}

/* line 18167, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry--special h2 {
  align-items: center;
  display: flex;
}

/* line 18171, app/assets/stylesheets/tv_screen.scss.erb */
.tarif-entry--special h2 img {
  margin-right: .5em;
  position: relative;
  top: 2px;
}

/* line 18177, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion {
  padding: 2em 0;
  color: white;
}

/* line 18181, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion__title {
  text-align: center;
  color: white;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}

/* line 18188, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion__content {
  color: white;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 2em;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

/* line 18197, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion__content ul {
  margin-left: 0;
  padding-left: 0 !important;
}

/* line 18201, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion__content li {
  margin-bottom: .35em;
}

/* line 18204, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion__content p {
  color: white;
  padding-top: .25em;
}

/* line 18208, app/assets/stylesheets/tv_screen.scss.erb */
.kw-aktion .bullet li:before {
  left: 1em;
  display: none !important;
}

@media screen and (min-width: 769px) {
  /* line 18214, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-aktion__title {
    font-size: 2rem;
  }
  /* line 18217, app/assets/stylesheets/tv_screen.scss.erb */
  .kw-aktion__content {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}

/* line 18222, app/assets/stylesheets/tv_screen.scss.erb */
.img-box-content a {
  display: inline-flex;
  align-items: center;
  background-color: #EA6E29;
  color: #FFFFFF;
  font-family: 'Neris Light', sans-serif;
  cursor: pointer;
  transition: 0 all;
  padding: 0.5rem 1rem;
  font-size: 15px;
  border: none;
}

/* line 18238, app/assets/stylesheets/tv_screen.scss.erb */
.kw-einf img {
  display: block;
  width: 100%;
}
