#flashcontent {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

ruffle-embed {
    min-height: 650px !important;
    height: 650px !important;
}

body.dark-theme {
  background-image:
      url("https://habbowood.bobba.me/assets/images/968.png"),
      url("https://habbowood.bobba.me/assets/images/3.png");

  background-repeat:
      no-repeat,
      repeat;

  background-position:
      left top,
      0 0;
}

body {
  background-image:
      url("https://habbowood.bobba.me/assets/images/968.png"),
      url("https://habbowood.bobba.me/assets/images/3.png");

  background-repeat:
      no-repeat,
      repeat;

  background-position:
      left top,
      0 0;
}

.action-btn {
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0 4px;
  display: inline-block;
  user-select: none;
}

#movie-player {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  flex-direction: column;
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0 !important;
}

#flag-row { display:flex; justify-content:center; gap:18px; }
  .habbo-flag { cursor:pointer; width:64px; height:auto; }

  .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 16px;
    line-height: 1.733333;
    font-size: 14px;
    color: #6a6a6a !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.323) !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
    height: 40px !important;
  }
  .form-control:focus {
    color: #9e9caa;
    background-color: var(--shockwave-jacarta);
    border-color: #9e69ee;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .form-control::-moz-placeholder {
    color: rgba(127, 126, 140, 0.6);
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: rgba(127, 126, 140, 0.6);
  }
  .form-control::-webkit-input-placeholder {
    color: rgba(127, 126, 140, 0.6);
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: var(--shockwave-ocean);
    border-color: transparent;
  }
  .form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder, fieldset[disabled] .form-control::-moz-placeholder {
    color: rgba(154, 157, 162, 0.4);
    opacity: 1;
  }
  .form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control:-ms-input-placeholder {
    color: rgba(154, 157, 162, 0.4);
  }
  .form-control[disabled]::-webkit-input-placeholder, .form-control[readonly]::-webkit-input-placeholder, fieldset[disabled] .form-control::-webkit-input-placeholder {
    color: rgba(154, 157, 162, 0.4);
  }
  
  textarea.form-control {
    height: auto;
  }

  .volter-title {
    font-family: 'Volter-Goldfish-9pt';
  }

  .no_select {
    user-drag: none;
    user-select: none;
    -mox-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .habbo-dropdown-wrapper {
    position:        relative;
    display:         inline-block;
    vertical-align:  middle;
    height:          23px;
    margin-top: -1px;
  }
  
  .dropdown-select {
    position:          relative;
    display:           block;
    width:             auto;
    padding:           0 22px;
    height:            23px;
    line-height:       23px;
    font-family:       "Volter-Goldfish-9pt";
    font-size:         12px;
    text-transform:    uppercase;
    color:             #333;
    background:        transparent;
    border:            none;
    outline:           none;
    cursor:            pointer;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    z-index: 3;
    margin-top: 9px;
  }

  .text-black {
    color: #000 !important;
  }

.footer-prizes {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Volter-Goldfish";
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #6c6c6c;
    text-align: center;
}
  
  .dropdown-left,
  .dropdown-middle,
  .dropdown-right {
    position:       absolute;
    top:            0;
    height:         41px;
    pointer-events: none;
    z-index:        2;
  }
  
  .dropdown-left {
    left:       0;
    width:      5px;
    background: url("../images/dropdown_large/left.png") no-repeat left center;
  }
  
  .dropdown-middle {
    left:       5px;
    right:      18px;
    background: url("../images/dropdown_large/middle.png") repeat-x center center;
  }
  
  .dropdown-right {
    right:      0;
    width:      18px;
    background: url("../images/dropdown_large/right.png") no-repeat right center;
  }
  
  .habbo-dropdown-wrapper:hover .dropdown-left,
  .habbo-dropdown-wrapper:hover .dropdown-middle,
  .habbo-dropdown-wrapper:hover .dropdown-right {
    filter: brightness(0.95);
  }
  .habbo-dropdown-wrapper:active .dropdown-left,
  .habbo-dropdown-wrapper:active .dropdown-middle,
  .habbo-dropdown-wrapper:active .dropdown-right {
    filter: brightness(0.85);
  }

  .image-style-align-left {
    float: left;
    margin: 0 1em 1em 0;
  }
  
  .image-style-align-right {
    float: right;
    margin: 0 0 1em 1em;
  }
  
  .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
  }
  
  figure.image {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  
  .image-style-align-left img,
  .image-style-align-right img,
  .image-style-align-center img,
  .image {
    max-width: 100%;
    height: auto;
  }
  
  b, strong {
    font-family: 'Volter-Goldfish-9pt', sans-serif !important;
    font-weight: normal;
  }
  .page-heading--simple {
    background-image: url("../../dist/images/banners/habbowood_header.png") !important;
  }
  body.dark-theme .page-heading--simple {
    background-image: url("../../dist/images/banners/habbowood_header.png") !important;
  }

  html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-content, .section {
    padding: 0px 0 !important;
    flex: 1;
}

#jpreOverlay {
  background-color: #000;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#jpreLoader {
  width: 100%;
  max-width: 460px;
  text-align: center;
}

#jprePercentage {
  width: 256px !important;
  height: 138px !important;
  background-image: url('../../dist/images/sulake_bobba_loader.gif');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
  transform: translateY(-40%);
}