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

@font-face {
  font-family: 'Christmas Bell Typhoon Type';
  src: url('../font/CB-PU.otf') format('opentype');
}

@font-face {
  font-family: 'Merry Christmas Mans G';
  src: url('../font/MerryChristmasStar.ttf') format('truetype');
}

@font-face {
  font-family: 'Amore Christmas Keithzo';
  src: url('../font/AmoreChristmas.otf') format('opentype');
}

@font-face {
  font-family: 'Foremost';
  src: url('../font/ForemostRegular.otf') format('opentype');
}

body {
  overflow: hidden;
  width: 100%;
  background-position: 0%;
  background-attachment: scroll;
  background-image: linear-gradient(89deg, #662484, #5cbcd9);
  font-family: Arial, sans-serif;
}

h1 {
  font-family: 'Merry Christmas Mans G';
  color: #fffefc;
  font-weight: 600;
  line-height: 1.7;
  background: rgba(255,255,255,0.1);
  text-align: center;
  border-radius: 7px;
}

h3 {
  font-family: 'Merry Christmas Mans G';
}

.content h4, h4 {
  font-family: 'Foremost';
  font-size: 36px;
  text-align: right;
  color: #fff;
  text-shadow: 3px 2px 3px #662f8b;
}

h7 {
  font-size: 30px;
  font-family: 'Christmas Bell Typhoon Type';
  color: #662685;
}

.navbar {
  background-image: linear-gradient(to left, #5cbbd8, #9361ac);
}

.navbar-brand h7 {
  font-size: 33px;
  margin-bottom: -25px;
  margin-top: -16px;
}

.navbar-start{
  font-family: Amore Christmas Keithzo;
  font-size: 24px;
}

.navbar-link::hover{
  background-color: transparent;
}

.navbar-link::after {   
  margin-left: 10px;
  right: 36px;
  font-size: 36px;
  font-family: Merry Christmas Mans G;
  line-height: 1.2em;
  text-align: right;
  font-weight: lighter;
  text-shadow: 1px 1px 0px #fff;
}

a.navbar-item {
  font-size: 18px;
}

.box ul li a {
  color: #662a88;
}

.box ul li a:hover, .box ul li a:active, .box ul li a:focus {
  color: #00baff;
}

.box ul li a:visited {
  color: #8a7797;
}

.level .button:hover {
  color: black;
}

.navbar-dropdown {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .navbar-menu {
    flex-grow: 0;
  }

  .navbar-dropdown {
    background-color: #def1f7;
    border-top: 2px solid #616bab;
    margin-left: -182px;
  }
  
  .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
    background-color: transparent !important;
  }
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: #ffffff70;
  }
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: none;
  border-radius: none;
  border-right: none;
  border-top: none;
  content: "2";
  top: 42%;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: none;
}

.login-content {
  float: right;
  width: 422px;
  margin-right: calc(50% - 211px);
  background-color: rgba(255, 255, 255, 0.27);
  box-shadow: 0px 5px 10px #625fa5;
  border-radius: 40px;
  margin-top: -60px;
  padding: 72px 16px;
  color: white;
}

.login-button-div {
  margin: 30px 15px -40px 0px;
  float: right;
}

.login-button {
  background-color: #89bcd9 !important;
  width: 160px;
  font-weight: lighter;
  font-size: 32px;
  font-family: Christmas Bell Typhoon Type;
  height: 50px;
  line-height: 25px;
}

.button.login-button.is-primary:hover {
  box-shadow: -8px 0px 20px #89bbd8;
}

.login-label {
  font-family: Amore Christmas Keithzo;
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 1px #662685;
}

.button.is-warning {
  background-color: #3298dc;
  color: rgb(222, 241, 247);
  font-family: Christmas Bell Typhoon Type;
  font-size: 22px;
  font-weight: lighter;
}

.button.is-warning.is-hovered, .button.is-warning:hover {
  background-color: #ff4a6c;
}

.inline {
  display: inline;
}

.linkButton {
  background: none;
  border: none;
}

.fullwidth {
  width: 100%;
  max-width: none;
}

.noLeftMargin {
  margin-left: 0 !important;
}

.overflowWrap {
  overflow-wrap: break-word;
}

a h7:hover {
  color: #def1f7;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0;
}

.list-owner {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-right: 20px;
}

.list-owner:hover {
  color: #3298dc;;
}

.wishlist-divider {
  background-color: #e0ddec;
  margin-top: -20px;
}

.wishlist-dropdown-container {
  margin-top: -46px;
  margin-bottom: -6px;
}

.wishlist-dropdown-button {
  border-color: #dfe3f0;
  background-color: #dfe3ef;
}

.wishlist-dropdown-button :hover{
  border-color: #e0d6e8;
}

.wishlist-dropdown-button :active{
  border-color: #dfe5f1;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  background-color: transparent;
}

.progress {
  margin-top: -50px;
}

ul.noStyle li {
  list-style-type: none;
}

/* This is mostly stolen from Buefy */
@media screen and (max-width: 768px) {
  .table.has-mobile-cards thead {
    display: none;
  }
  .table.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }
  .table.has-mobile-cards tr {
    box-shadow:
      0 2px 3px hsla(0, 0%, 4%, 0.1),
      0 0 0 1px hsla(0, 0%, 4%, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }
  .table.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }
  .table.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }
  .table.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  .table.has-mobile-cards tr:not([class*='is-']) {
    background: inherit;
  }
  .table.has-mobile-cards tr:not([class*='is-']):hover {
    background-color: inherit;
  }
  .table.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }
  .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    border-bottom: 1px solid #f5f5f5;
  }
  .table.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td:before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: auto;
    padding-right: 0.5em;
    text-align: left;
    word-break: keep-all;
  }
}

.ugc {
  white-space: pre-wrap;
  word-break: break-word;
}

img.emoji {
  margin: 0px !important;
  vertical-align: middle;
  width: 2em !important;
  height: 2em !important;
}

img.logo-image {
  margin-right: 0.5em;
}

.print {
  display: none;
}
@media print {
  .notprint {
    display: none;
  }
  .print {
    display: block;
  }
}

.print-gift:last-child {
  margin-bottom: 0;
}

.background-lights {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.background-lights span {
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 0.4;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.background-lights span:nth-child(1) { top: 15%; left: 5%; background-color: white; animation: blink-red 1.5s infinite alternate; }
.background-lights span:nth-child(2) { top: 25%; left: 90%; background-color: yellow; animation: blink-green 2s infinite alternate; }
.background-lights span:nth-child(3) { top: 5%; left: 50%; background-color: white; animation: blink-blue 1s infinite alternate; }
.background-lights span:nth-child(4) { top: 40%; left: 10%; background-color: orange; animation: blink-yellow 1.8s infinite alternate; }
.background-lights span:nth-child(5) { top: 70%; left: 30%; background-color: white; animation: blink-pink 1.2s infinite alternate; }
.background-lights span:nth-child(6) { top: 95%; left: 60%; background-color: yellow; animation: blink-white 2.5s infinite alternate; }
.background-lights span:nth-child(7) { top: 55%; left: 85%; background-color: yellow; animation: blink-red 1.7s infinite alternate; }
.background-lights span:nth-child(8) { top: 85%; left: 15%; background-color: white; animation: blink-green 1.3s infinite alternate; }
.background-lights span:nth-child(9) { top: 35%; left: 70%; background-color: white; animation: blink-blue 2.1s infinite alternate; }
.background-lights span:nth-child(10) { top: 10%; left: 35%; background-color: yellow; animation: blink-yellow 1s infinite alternate; }
.background-lights span:nth-child(11) { top: 60%; left: 5%; background-color: white; animation: blink-pink 1.9s infinite alternate; }
.background-lights span:nth-child(12) { top: 45%; left: 95%; background-color: yellow; animation: blink-white 1.6s infinite alternate; }
.background-lights span:nth-child(13) { top: 20%; left: 25%; background-color: white; animation: blink-red 2.2s infinite alternate; }
.background-lights span:nth-child(14) { top: 75%; left: 75%; background-color: yellow; animation: blink-green 1.1s infinite alternate; }
.background-lights span:nth-child(15) { top: 88%; left: 45%; background-color: white; animation: blink-blue 2.4s infinite alternate; }
.background-lights span:nth-child(16) { top: 50%; left: 50%; background-color: white; animation: blink-yellow 1.4s infinite alternate; }
.background-lights span:nth-child(17) { top: 3%; left: 80%; background-color: yellow; animation: blink-pink 2s infinite alternate; }
.background-lights span:nth-child(18) { top: 65%; left: 98%; background-color: yellow; animation: blink-white 1.8s infinite alternate; }
.background-lights span:nth-child(19) { top: 90%; left: 5%; background-color: yellow; animation: blink-red 1.3s infinite alternate; }
.background-lights span:nth-child(20) { top: 20%; left: 65%; background-color: white; animation: blink-green 1.7s infinite alternate; }

@keyframes blink-red {
    0%, 100% { box-shadow: 0 0 10px 3px #ffdede, 0 0 20px 5px #ffd804; opacity: 1; }
    50% { box-shadow: none; opacity: 0.3; }
}

@keyframes blink-green {
    0%, 100% { box-shadow: 0 0 10px 3px #fcff9a, 0 0 20px 5px #ffb300; opacity: 1; }
    50% { box-shadow: none; opacity: 0.3; }
}

@keyframes blink-blue {
    0%, 100% { box-shadow: 0 0 10px 3px #ffc77e, 0 0 20px 5px #f2ce62; opacity: 1; }
    50% { box-shadow: none; opacity: 0.3; }
}

@keyframes blink-yellow {
    0%, 100% { box-shadow: 0 0 10px 3px #ffff00, 0 0 20px 5px #ffff00; opacity: 1; }
    50% { box-shadow: none; opacity: 0.3; }
}

@keyframes blink-pink {
    0%, 100% { box-shadow: 0 0 10px 3px #ffc0cb, 0 0 20px 5px #ffc0cb; opacity: 1; }
    50% { box-shadow: none; opacity: 0.3; }
}

@keyframes blink-white {
    0%, 100% { box-shadow: 0 0 10px 3px #ffff00, 0 0 20px 5px #ffff00; opacity: 1; }
    50% { box-shadow: none; opacity: 0.3; }
}

.notification {
  margin: -80px 20px 20px 20px;
  position: absolute;
  margin-top: -80px;
  background-color: #ff000082;
  color: white;
  border-radius: 14px;
  -webkit-animation-duration: 10s;animation-duration: 10s;
  -webkit-animation-fill-mode: both;animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.emptylist {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.footer {
  background: #ffd70036;
  margin-bottom: -49px;
  float: left;
  width: 100%;
}

.feliznatal{
  font-familyMerry\ Christmas\ Mans\ G: ;
  font-family: Merry Christmas Mans G;
  font-size: 86px;
  color: white;
  float: left;
  width: 60%;
  min-width: 400px;
  text-align: center;
}

[class^="mensagem-"]{
  color: white;
  font-style: italic;
  min-width: 250px;
  float: left;
  width: 34%;
  min-width: 300px;
}

[class^="referencia-"]{
  color: white;
  text-align: right;
  float: right;
}
