: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
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

nav {
  display: block
}

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
}

h1 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

b {
  font-weight: bolder
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button {
  text-transform: none
}

[type=button],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

.h1,
h1 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

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

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-12,
.col-md-8,
.col-xl-3,
.col-xl-6,
.col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
  opacity: .65
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.collapse:not(.show) {
  display: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.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 (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.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")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

.bg-dark {
  background-color: #343a40 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }
}

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

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

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

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

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

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

.pt-3 {
  padding-top: 1rem !important
}

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

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

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

@media (min-width:1200px) {
  .mt-xl-0 {
    margin-top: 0 !important
  }
}

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

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  p {
    orphans: 3;
    widows: 3
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }
}

body {
  background: snow
}

[v-cloak] {
  display: none !important
}

#piliapp {
  min-height: 1vh
}

#piliapp.blurred {
  opacity: .7
}

.fullscreen #piliapp {
  min-height: 90vh
}

.fullscreen #piliapp>.col-12:first-child {
  align-self: end
}

@media (min-width:1200px) {
  .container {
    max-width: 1240px
  }
}

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

#adsbar {
  position: relative
}

#adsbar>div {
  margin: 1rem auto 0
}

@media (min-width:768px) and (max-width:1199px) {
  #adsbar {
    padding: 0
  }
}

@media (min-width:1200px) {
  #adsbar {
    z-index: 3000
  }

  #adsbar>div {
    position: absolute;
    margin: 0 auto;
    top: 10px
  }

  #adsbar>div.idx-1 {
    top: 270px
  }
}

@media (min-width:1360px) {
  #adsbar>div {
    top: 20px
  }

  #adsbar>div.idx-1 {
    top: 310px
  }
}

#header {
  z-index: 200
}

nav.navbar {
  padding-left: 1rem;
  padding-right: 1rem
}

#navbar {
  justify-content: space-between
}

.bi-home {
  display: none
}

.fullscreen .bi-home {
  display: inline-block
}

.cast-btn {
  color: #fff;
  background: brown
}

.live-btn {
  border-color: currentColor;
  margin-left: .6em
}

.rtl .live-btn {
  margin-left: none;
  margin-right: .6em
}

.live-btn:hover {
  color: #fff;
  border-color: #fff
}

#screen-btn {
  border-color: currentColor;
  display: none
}

#screen-btn:hover {
  color: #fff !important
}

#screen-btn i,
#screen-btn u {
  display: none
}

.fullscreen #screen-btn i,
.fullscreen #screen-btn u {
  display: block
}

.fullscreen #screen-btn {
  color: #fff
}

#screen-btn {
  align-items: center
}

#screen-btn u {
  width: .5em
}

#live-btn,
#screen-btn {
  color: #fff8dc
}

.bi-home,
.bi-x {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  filter: invert(100%)
}

@media only screen and (max-width:575px) {

  .h1,
  h1 {
    font-size: 1.8rem;
    padding: 0 .8rem !important
  }

  .no-gutters {
    margin: 0 -15px
  }
}

.h1,
h1 {
  cursor: text;
  padding: 0 .5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.no-ellipsis {
  white-space: normal;
  overflow: visible;
  text-overflow: clip
}

.h1 span {
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1
}

.show-banner h1 {
  display: none
}

#banner {
  display: none;
  background: wheat;
  border-radius: .5rem;
  position: relative
}

.show-banner #banner {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center
}

#banner button {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  height: 1.5rem;
  padding: 0 .5rem;
  box-sizing: content-box;
  border-radius: .2rem;
  overflow: visible
}

@media only screen and (max-width:575px) {
  #banner button {
    display: none
  }
}

#hide-result {
  font-weight: 700;
  text-decoration: line-through
}

#close-banner {
  font-weight: 700;
  order: -1
}

.warning-text {
  font-size: 48px;
  z-index: 200;
  top: 10%;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border: 1px solid gray;
  border-radius: 1rem;
  background: #fff
}

#pls-click {
  position: absolute;
  text-align: center;
  line-height: 100%;
  z-index: 300;
  background: #000;
  opacity: .6;
  border-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding: 1rem;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  cursor: pointer
}

.arrow-to-list {
  font-size: 4rem
}

#results {
  padding: 0
}

@media only screen and (max-width:575px) {
  #results {
    overflow-x: hidden
  }
}

#wheel-wrapper {
  position: relative
}

#wheel,
#wheel-bg,
#wheel-wrapper {
  width: 320px;
  height: 320px
}

@media only screen and (min-width:360px) {

  #wheel,
  #wheel-bg,
  #wheel-wrapper {
    width: 360px;
    height: 360px
  }
}

@media only screen and (min-width:540px) {

  #wheel,
  #wheel-bg,
  #wheel-wrapper {
    width: 540px;
    height: 540px
  }
}

@media only screen and (min-width:1200px) {
  #wheel-wrapper.warning {
    height: inherit !important;
    width: inherit !important
  }
}

@media only screen and (max-width:1199px) {
  #wheel-wrapper.warning {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

#test-text {
  position: absolute;
  font-family: arial
}

#test-text {
  visibility: hidden
}

#wheel-wrapper {
  margin: 0 auto
}

#wheel {
  cursor: pointer;
  border-radius: 540px;
  z-index: 100
}

#wheel-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
  box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .75);
  border-radius: 100em
}

#wheel-pin {
  cursor: pointer;
  position: absolute;
  transform: translateX(50%) translateY(-50%) rotate(180deg);
  height: 1em;
  line-height: 1em;
  font-size: 48px;
  display: inline-block;
  background: 0 0;
  top: 50%;
  right: 0;
  color: red;
  z-index: 100;
  direction: ltr;
  transform: translateX(30%) translateY(-50%) rotate(90deg) scaleX(.7);
  font-family: sans-serif;
  text-shadow: 2px -2px 2px #969696
}

@media only screen and (max-width:575px) {
  #wheel-pin {
    font-size: 48px;
    right: 50%;
    font-size: 36px;
    transform: translateX(100%) translateY(-50%) rotate(-90deg) scaleX(.65);
    text-shadow: 0 0 4px #000
  }

  #wheel-center {
    width: 1em;
    height: 1em
  }
}

#wheel-center {
  cursor: pointer;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 100;
  box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .75)
}

@media only screen and (max-width:575px) {
  #wheel-center {
    width: 1.5em;
    height: 1.5em
  }
}

.names {
  width: 100%;
  border: 1px solid #000;
  padding: .5rem .5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  height: 40vh;
  font-size: 1.2rem;
  background: #fff;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  resize: vertical;
  overflow-y: scroll;
  display: inline-block
}

@media only screen and (max-width:575px) {
  .names {
    height: 25vh
  }
}

html[data-mode=moving] #names-show {
  opacity: .8;
  cursor: not-allowed
}

#names-show div {
  display: flex
}

#names-show input {
  line-height: 1.2rem;
  height: 1.2rem;
  margin-right: .5rem
}

.rtl #names-show input {
  margin-right: inherit;
  margin-left: .5rem
}

#names-show span {
  width: 100%;
  display: inline-block
}

#names-show div:hover {
  background-color: #f0f8ff
}

.names label {
  margin-bottom: inherit
}

.names label input,
.names label span {
  cursor: pointer
}

.names .strike {
  text-decoration: line-through;
  font-style: italic;
  background: silver
}

#hide-result-wrapper {
  height: 2rem
}

.controls {
  position: relative;
  z-index: 200
}

#strike-reset,
.reset-btn {
  margin: 0 .2rem 0
}

#shortcut {
  margin-top: 2rem
}

#shortcut div {
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: .5rem
}

.rtl #shortcut {
  text-align: right
}

.key {
  border: 1px solid gray;
  border-radius: .2rem;
  font-size: 1rem;
  font-family: monospace;
  line-height: 1.5rem;
  height: 1.5rem;
  padding: 0 .3rem;
  display: inline-block;
  margin: 0;
  background: #fff
}

#desc {
  margin-top: 1.5rem
}

#bottom-ads {
  padding: 0;
  padding-top: 1.5rem;
  margin-top: 0;
  transition: margin-top .6s ease-out
}

@media only screen and (max-width:575px) {
  html[data-mode=edit] #bottom-ads {
    transition: margin-top .1s ease-out;
    margin-top: 60vh
  }
}

@media only screen and (min-width:1200px) {
  #bottom-ads {
    order: 1 !important
  }
}

#sidebar>* {
  order: 5
}

#edit-bar {
  text-align: center;
  margin: .3rem 0;
  display: flex;
  justify-content: space-between
}

@media only screen and (max-width:991px) {
  #edit-bar {
    order: 1 !important
  }
}

#fullscreen-shortcut {
  visibility: hidden
}

.fullscreen-enabled #fullscreen-shortcut {
  visibility: visible
}

.fullscreen #desc,
.fullscreen #sidebar,
.fullscreen .footer,
.fullscreen .live-btn {
  display: none
}

.fullscreen body {
  overflow: hidden
}

.fullscreen #bottom-ads {
  display: none
}

@media only screen and (max-width:1199px) {
  .fullscreen #adsbar {
    display: none
  }
}

.fullscreen #adsbar {
  top: 100vh
}

.related a {
  margin: .2em .5em;
  padding: 0 .5em;
  border: solid 1px #000;
  display: inline-block
}

.related a.active {
  color: #000;
  text-decoration: gray
}

#presets-list {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px solid gray
}

.piliapp-home {
  font-family: "Comic Sans MS", "Comic Sans", monospace
}

.piliapp-home:hover {
  color: coral !important
}



/* ===== SECRET WINNER PANEL ===== */
#winner-toggle {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 38px;
  height: 38px;
  border-radius: 0 8px 8px 0;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  user-select: none;
}

#winner-panel {
  position: fixed;
  left: -270px;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
  z-index: 99998;
  background: #111;
  color: #fff;
  border-radius: 0 12px 12px 0;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
  transition: left .25s ease;
}

#winner-panel.open {
  left: 0;
}

#winner-panel-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

#winner-panel-info {
  font-size: 12px;
  opacity: .85;
  margin-top: 8px;
}

#winner-select {
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #444;
  background: #222;
  color: #fff;
}

#winner-panel-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

#winner-panel-actions button {
  flex: 1;
  border-radius: 6px;
}

/* отступ снизу страницы */
body {
  padding-bottom: 250px;
}

#erase-all {
  margin-top: 60px;
}

#erase-all {
  margin-bottom: 180px;
}