
html {
  overflow-y: auto;
  height: 100vh;
}

body {
  overflow-y: auto;
  height: 100%;
}

.new:after {
  content: 'NEW';
  font-size: 9px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  right: 0;
  transform: rotate(30deg);
  background-color: #9534ff;
  padding: 1px 4px;
  border-radius: 5px;
}
.beta:after {
  content: 'BETA';
  font-size: 9px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  right: 0;
  transform: rotate(30deg);
  background-color: #9534ff;
  padding: 1px 4px;
  border-radius: 5px;
}
    .topzera{
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1.0) 10%, transparent 90%);
          height: 100%;
          opacity: .5;
          filter: blur(8px);
          background-position: center center;  
        }
        .stripedown{
        background: #2b2b3b50;
        padding: 0 18px;
        text-shadow: 2px 2px 3px #000A
      }

.new {
  font-weight: 900
}
#supername{width:90%}

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,900&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,900&amp;subset=latin-ext');

@font-face {
  font-family: "Whitney";
  src: local('Raleway'), url("fonts/Raleway-Bold.ttf");
  unicode-range: U+0100-U+017F;
  font-weight: 300
}

@font-face {
  font-family: "Whitney";
  src: local('Raleway'), url("fonts/Raleway-Bold.ttf");
  unicode-range: U+0100-U+017F;
  font-weight: 400
}

@font-face {
  font-family: "Whitney";
  src: local('Raleway'), url("fonts/Raleway-Bold.ttf");
  unicode-range: U+0100-U+017F;
  font-weight: 600
}

@font-face {
  font-family: "Whitney";
  src: local('Raleway'), url("fonts/Raleway-Bold.ttf");
  unicode-range: U+0100-U+017F;
  font-weight: 900
}

@font-face {
  font-family: "Whitney";
  src: local('Raleway'), url("fonts/Raleway-Bold.ttf");
  unicode-range: U+0100-U+017F;
  font-weight: 500;
}

@font-face {
  font-family: "Whitney";
  src: url("fonts/WhitneyHTF-Light.otf");
  font-weight: 300
}

@font-face {
  font-family: "Whitney";
  src: url("fonts/WhitneyHTF-Medium.otf");
}

@font-face {
  font-family: "Whitney";
  src: url("fonts/WhitneyHTF-Bold.otf");
  font-weight: 600
}

@font-face {
  font-family: "Whitney";
  src: url("fonts/WhitneyHTF-Black.otf");
  font-weight: 900
}

@font-face {
  font-family: "Whitney";
  src: url("fonts/WhitneyHTF-BoldSC.otf");
  font-weight: 500
}

.ble ,.nopointer{
  pointer-events: none;
}

.lv2 {
  min-width: 12rem;
  max-width: 12rem;
}

.lv2:hover {
  border-left: solid 3px pink
}

#USERMENU.is-active {
  background: white;
  color: #222 !important;
  position: relative;
  //box-shadow: 0 5px 20px rgba(122, 122, 122, 0.5);
  z-index: 9999 !important;
}

.hero .icon {
  color: white !important;
}

.hero .navbar {
  background: none;
  box-shadow: none;
}

.hero .x {
  color: white;
}

.navbar-item:hover .x {
  color: #fff;
}

.navbar-dropdown .lv2:hover {
  color: white !important;
  background: #f07db7 !important;
}

.navbar {
  box-shadow: 0 0 10px rgba(122, 122, 122, 0.5);
  z-index: 1000;
}

.hero .navbar-item:hover {
  background: rgba(229, 132, 151, 0);
  //background: linear-gradient(to bottom, #e58497 0%, rgba(255, 255, 255, 0.18) 100%);
  text-shadow: 0 0 15px #ffd1e2 !important;
}

.striped {
  /*linear-gradient(141deg, #8569eb 0%, #b790f7 71%, #d4a5fb 100%)*/
  background: repeating-linear-gradient( 45deg, rgba(183, 144, 247, 0.32), rgba(183, 144, 247, 0.32) 10px, rgba(133, 105, 235, 0.32) 10px, rgba(133, 105, 235, 0.32) 20px);
  background-repeat: no-repeat;
  background-position: 0 23px
}

.striped-pink {
  /*linear-gradient(141deg, #8569eb 0%, #b790f7 71%, #d4a5fb 100%)*/
  background: repeating-linear-gradient( 45deg, rgba(232, 120, 168, 0.1), rgba(232, 120, 168, 0.1) 10px, rgba(183, 80, 150, 0.1) 10px, rgba(183, 80, 150, 0.1) 20px);
}

.round5 {
  border-radius: 5px;
}

.round-5 {
  width: 180px;
  height: auto;
  margin: 0 3px;
  border-radius: 5px;
}

.gallery-title {
  font-size: 36px;
  color: #42B32F;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}


/*
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
   // font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}
*/

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}
.truncate {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profileMock {
  width: 400;
  height: 300;
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 100000;
}

.profileMock .hexagon {
  position: absolute;
  top: 72px;
  left: 61px;
}

.mainframe {
  position: relative;
  z-index: 1;
}

#bgm {
  position: absolute;
  background-size: contain;
  height: 185px;
  width: 346px;
  top: 18px;
  left: 45px;
  z-index: 0;
}



.hexagon {
  position: relative;
  width: 90px;
  height: 51.96px;
  margin: 25.98px 0;
  background-image: url(../backdrops/b08a91c10201d867ca6627cc854705ac.png);
  background-size: auto 103.9230px;
  background-position: center;
  background-color: #2b2b30;
}
.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 63.64px;
  height: 63.64px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 13.18px;
  background-color: #2b2b30;
}

.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 90.0000px;
  height: 51.96152422706632px;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-25.9808px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-25.9808px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-25.9808px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
  background-color: #2b2b30;
}
.hexTop {
  top: -31.8198px;
}
.hexTop:after {
  background-position: center top;
}
.hexBottom {
  bottom: -31.8198px;
}
.hexBottom:after {
  background-position: center bottom;
}
.hexagon:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 90.0000px;
  height: 51.9615px;
  z-index: 2;
  background: inherit;
}
.hexContainer {
  display: inline-block;
  width: 98px;
  height: 20px;
  position: relative;
  padding: 0px;
  margin: 2px 12px
}


/*--------------*/

.smolHex {
  position: relative;
  width: 50px;
  height: 28.87px;
  margin: 14.43px 0;
  background-image: url(../../csssmolhex.com/img/meow.jpg);
  background-size: auto 57.7350px;
  background-position: center;
  background-color: #2b2b30;
}

.shexTop,
.shexBottom {
  position: absolute;
  z-index: 1;
  width: 35.36px;
  height: 35.36px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 7.32px;
}


/*counter transform the bg image on the caps*/

.shexTop:after,
.shexBottom:after {
  content: "";
  position: absolute;
  width: 50.0000px;
  height: 28.86751345948129px;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-14.4338px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.shexTop {
  top: -17.6777px;
}

.shexTop:after {
  background-position: center top;
}

.shexBottom {
  bottom: -17.6777px;
}

.shexBottom:after {
  background-position: center bottom;
}

.smolHex:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 50.0000px;
  height: 28.8675px;
  z-index: 2;
  background: inherit;
}


/*--------------*/


/*--------------*/

.mid {
  position: absolute;
  vertical-align: text-top;
  top: 10%;
  line-height: 1;
  left: 80px
}



.hasPollux {
  background: #91d031;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  right: 0
}

.no {
  background: #d64040;
  border-radius: 0 4px 4px 0
}

.nopePol {
  opacity: .5
}

.addme,
.manage {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1;
}

.owner {
  background: url("../images/flairs/adm.png");
}

.adm {
  background: url("../images/flairs/mod.png");
}

.flair {
  background-size: cover;
  width: 57px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: 10px;
}

.is-vcentered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.is-round {
  border-radius: 100%
}

.toggle,
.arrayAd {
  cursor: pointer
}

.m4 {
  margin: 4px
}
.padding-25{
  padding:25px !important;
}

}
.division2/*.nano*/
{
  flex: 2;
  margin-bottom: 12px;
  position: relative;
}
.shad {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 20px 50px #fff;
  pointer-events: none;
}
.divisi {
  opacity: .3;
  transform: scale(.4)
}
.division {
  //overflow: -moz-scrollbars-none;
  position: relative;
  //margin-right: -14px !important;
 //overflow-y: scroll !important;
 //overflow-x: hidden !important;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.no-scrollbar {
  overflow: -moz-scrollbars-none !important;
}
.footspace {
  height: 24px;
}
.weak {
  opacity: .5 !important
}
b {
  font-weight: 600
}
.b500 {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 80%
}
.b500T {
  font-weight: 500 !important;
  text-transform: uppercase;
}
.b900 {
  font-weight: 900 !important
}
.bg_icon {
  position: relative;
  align-items: center;
  vertical-align: middle;
  margin: 1%;
  width: 30%;
  display: inline-block;
  box-shadow: 0 1px 3px #ccc;
  border-radius: 2px;
  background: white;
}
.this_rare {
  position: absolute;
  height: 32px;
  top: -5px;
  left: -5px;
}
.inv_box {
  background: #eee;
  border-radius: 5px;
  height: 90%;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 1.25rem;
}
.sf {
  position: relative;
  flex: 2;
}
.stretch {
  flex: 2;
  max-height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
}
.downmost {
  position: absolute;
  width: 100%;
  bottom: 0
}
.medalSlot {
  height: 80px;
  width: 80px;
  margin: 2px;
  border-radius: 100%;
  box-shadow: inset 0 1px 3px #aaa;
  background: rgba(221, 221, 221, 0.4);
  position: relative;
}
.whitebg{
  background: white
}
.whitebox{
  background-color: #f2f2f5;
border-radius: 5px;
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.3), 0 0 0 1px rgba(10, 10, 10, 0.1);
display: block;
padding: 1.25rem;
}
.unequip:hover {
  filter: drop-shadow(1px 1px 5px #f00)
}
.equip:hover {
  filter: drop-shadow(1px 1px 5px #0f0)
}
.bgpick {
  transition: transform 100ms ease-in-out;
}
.bgpick:hover {
  filter: drop-shadow(0px 0px 6px #292225b3);
  transform: scale(1.4);
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
#area{
border-radius: 3px;
background: white;
box-shadow: inset 1px 1px 2px rgba(62, 62, 62, 0.58);
padding: 4px;
font-family: "Whitney";
width: 50%;
margin: auto;
height: 28px;
}
.drag {
  z-index: 9;
  overflow: visible;
}
#cardPile {
  height: 100%;
}
.tinyFonto {
  margin: auto;
  font-size: 7.5pt;
  line-height: 7pt;
  width: 100%;
}
.medallien {
  display: inline-block;
  //box-shadow: 0 1px 3px #ccc;
  height: 80px;
  width: 80px;
  position: relative;
  filter: drop-shadow(1px 1px 3px #ccc);
}
.alignrite {
  text-align: right;
  float: right
}
.colorcont {
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
.profileabout {
  padding: 8px;
  border-radius: 5px;
  background: red
}
.flexboxi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.med-pic {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  vertical-align: middle;
  //padding: 12px;
}
.med-pic img {
  //width:50px
}
.med-name {
  border-radius: 5px;
  width: 100%;
  height: 20px;
  //border-top:solid 1px #eee;
  text-align: center;
  position: absolute;
  bottom: -20px;
  align-items: stretch;
  display: flex;
}
#equipped .med-name {
  display: none;
}
#cardPile .medallien {
  margin: 15px 8px;
}
.med-rare {
  position: absolute;
  right: 0px;
  top: 0px;
}
.med-rare img {
  height: 25px;
}
#medalmocks img {
  height: 25px;
}
#medalmocks {
  position: absolute;
  top: 243px;
  left: 170px;
  height: 30px;
  width: 210px;
  z-index: 999;
}
#ptxmock {
  text-align: justify;
  position: absolute;
  top: 188px;
  left: 170px;
  line-height: 13px;
  font-size: 10.5px;
  height: 50px;
  width: 210px;
  z-index: 999;
}
.currency_icon{
  width:32px;
  transform: scale(0.8)
}
.reslideU {
  animation: reslideU .4s cubic-bezier(.11, .56, .67, 1.53) both;
  animation-delay: 1.5s;
}
@keyframes reslideU {
  0% {
    opacity: 0;
    transform: translateY(110px) scale(.7) translateX(380px)
  }
  
  100% {
    opacity: 1;
    transform: translateY(0) scale(.7) translateX(380px)
  }
}
.hidden {
  display: none
}
.curr_icon {
  position: absolute;
  transform: scale(.8) translateX(8px)
}
.curr_icon_2{
  transform: scale(.8) translateY(10px)
}
.bitdown {
  filter: drop-shadow(0 0 10px rgba(255, 231, 235, 0.63));
  position: absolute;
  right: 12px;
  transform: translateY(35px)
}
.herohr {
  opacity: .3;
  margin: 0;
}
.floatnglow {
  transform: translatey(0px);
  animation: floatnglow 6s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(255, 231, 235, .6))
}
@keyframes floatnglow {
  0% {
    transform: translatey(0px);
    filter: drop-shadow(0 0 10px rgba(255, 231, 235, .6))
  }
  
  40% {
    transform: translatey(-15px);
    filter: drop-shadow(0 0 25px rgba(255, 231, 235, 0))
  }
  
  100% {
    transform: translatey(0px);
    filter: drop-shadow(0 0 10px rgba(255, 231, 235, .6))
  }
}
.floatnglow:hover {
  transform: rotate(45)
}
.generally-disabled {
  user-select: none;
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed !important;
  filter: blur(1px)
}
.generally-disabled .columns {
  pointer-events: none;
}
.fullheight {
  height: 100%
}
.fullheight-f {
  height: 100% !important
}
.nano-content {
  outline: 0 !important
}
.channel {
  margin-right: 12px;
}
.channel a {
  padding: 5px 25px;
  transition: all 100ms ease;
  color: #aaa;
}
.channel:hover {
  background: #333;
  border-radius: 3px;
}
.channel a:hover {
  color: #ccc;
}
.channel .is-active {
  background: #db6195;
  border-radius: 3px;
  border-left: solid 5px #b2205e;
  transition: all 300ms ease;
  color: #fff;
}
.medallien_disp {
  width: 50px;
  margin: 5px;
}
.supershadow {
  box-shadow: 0 3px 50px #111;
}
.texshadow {
  text-shadow: 2px 2px 2px #222 !important
}
.is-miniultra {
  font-size: 80px
}
.fadezoom {
  animation: fadezoom .4s both;
}
.fadein {
  animation: fadeIn 2s both;
  animation-delay: .5s
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  
  100% {
    opacity: 1
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
    transform: scale(1.2)
  }
  
  100% {
    transform: scale(1);
    opacity: 1
  }
}
stuff {
  transition: all .3s ease;
}
.blurred {
  transition: all 1s ease;
  ;
  filter: blur(18px)
}
.bd-rainbow {
  animation: rainbow 8s ease infinite!important;
  background-image: linear-gradient(124deg, #ee470f, #ee3860, #b86bee, #3273dc, #1ade93, #eed112) !important;
  background-size: 800% 800%!important;
}
@keyframes rainbow {
  0% {
    background-position: 0% 80%;
  }
  
  50% {
    background-position: 100% 20%;
  }
  
  100% {
    background-position: 0% 80%;
  }
}

.is-light .message-body{
  background: white !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 16px;
}
.switch input {
  display: none;
}
.slider {
  transform: rotate(-35deg) scale(.8);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  box-shadow: 1px 1px 0px rgba(136, 136, 136, 0.46);
  transition: all .5s ease-in-out;
  border-radius: 34px;
}
.slider:before {
  line-height: 18px;
  box-shadow: inset 0px 0px 3px rgba(13, 13, 13, 1);
  position: absolute;
  font-family: FontAwesome;
  font-size:14px;
  content: "\f067";
  color: rgba(101, 101, 101, 0.6);
  text-align: center;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 0 //-4px;
  background-color: #555;
  transition: all 500ms cubic-bezier(0.000, 0.905, 0.630, 0.970);
  border-radius: 50%;
}
switch:checked {}
input:checked+.slider {
  box-shadow: 0 0 10px #ff67bf;
  //box-shadow:  inset 1px 1px 0px rgba(13, 13, 13, 0.26);
  transition: all .5s ease-in-out;
  background-color: #ff94d2;
  filter: drop-shadow(0 0 0px rgba(255, 103, 191, 0.53))
}
input:focus+.slider {
  box-shadow: 0 0 1px #ff67bf;
}
input:checked+.slider:before {
  background-color: #333;
  box-shadow: inset 0 0 5px #ff67bf;
  -webkit-transform: translateX(14px) rotate(360deg);
  -ms-transform: translateX(18px) rotate(360deg);
  transform: translateX(18px) rotate(720deg);
  color: rgba(255, 82, 142, 0.7);
}
input:hover+.slider:before {
  //background-color: #888;
  color: rgba(255, 124, 169, 0.6);
}
.prelod {
  display: none;
}
.is-ultra {
  font-size: 30vh;
  user-select: none;
  cursor: default;
}
.is-large {
  font-size: 10vh;
  user-select: none;
  cursor: default;
}
.small{
  font-size:14px;
  user-select: none;
  cursor: default;
}
.topbar {
  height: 8vh;
  margin-top: 15px;
  margin-bottom: 5px !important;
}
.ranktable {
  transition: all 1s ease;
}
.ranktable tr:nth-child(odd) .hexagon {
  margin-left: 25px;
  transition: all 1s ease;
}
.ranktable tr .hexagon {
  transition: all 1s ease;
}
.ranktable tr {
  height: 50px;
  /*! background: #272727; */
  
  display: flex;
  transition: all 1s ease;
  align-items: center;
}
.ranktable tr:nth-child(2n) {
  background: #222;
}
.l100 {
  width: 10rem;
}
.rhead,
.ranktable th {
  background: #1b1b1b;
  width: 100%;
  text-align: center;
}
.num1 .hexagon {
  transform: scale(1)
}
.num2 .hexagon {
  transform: scale(.9)
}
.num3 .hexagon {
  transform: scale(.8)
}
.num0 .hexagon {
  transform: scale(.5)
}
.ranktable .num1 {
  height: 100px
}
.ranktable .num2 {
  height: 90px
}
.ranktable .num3 {
  height: 80px
}
.ranktable .position {
  font-size: 20px;
  width: 100px;
  text-align: center;
}
.ranktable .num1 .position {
  font-size: 50px;
}
.ranktable .num2 .position {
  font-size: 45px;
}
.ranktable .num3 .position {
  font-size: 35px;
}
.ranktable .exp {
  justify-content: start;
}
.ranktable .lvl {
  justify-content: start;
}
.ranktable .rubine {
  justify-content: end;
}
.nae {
  width: 30%;
  font-size: 18px
}
.lvl {
  width: 15%;
  font-size: 18px
}
.exp {
  width: 15%;
  font-size: 16px
}
.num1 .nae {
  font-size: 28px
}
.num2 .nae {
  font-size: 24px
}
.num3 .nae {
  font-size: 20px
}
.num1 .attop {
  transform: scale(1.5)
}
.num2 .attop {
  transform: scale(1.3)
}
.num3 .attop {
  transform: scale(1)
}
.discr {
  font-weight: 100;
  font-size: calc(100% / 2)
}
.ranktable .kali {
  background: #a33 !important;
  color: whitesmoke;
  border-radius: 8px;
  font-size: 18px !important;
}
.kali .nae {
  font-size: 30px
}
.kali .exp {
  font-size: 20px
}
.kali .hexagon {
  z-index: 100;
  filter: drop-shadow(1px 1px 5px #000);
  animation: pulse 3s both infinite;
  transform: scale(1)
}
@keyframes pulse {
  50% {
    transform: scale(1.05)
  }
}
.mono {
  font-family: monospace
}
.p-progress {
  padding: 3px;
  height: 16px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  //overflow: hidden;
  box-shadow: inset -1px -1px 1px rgba(255, 255, 255, .1);
  background: #28282A
}
.progbar {
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(225deg, #ff80df, #ed3b6b);
  background-size: 400% 400%;
  animation: lite 1.5s ease infinite;
}
.progbar.maxed{
  background: linear-gradient(45deg, #76ffea, #467de4);
  box-shadow: 0 0 14px #659bff;
  background-size: 400% 400%;
  animation: lite 2s ease infinite;
}
.progbar.halved{
  background: linear-gradient(225deg, #ff6af9, #ed3683);
  box-shadow: 0 0 5px #ff52f8;
  background-size: 400% 400%;
  animation: lite 2s ease infinite;
}
.progbar.quartered{
  background: linear-gradient(225deg, #ff52f8, #ff2d86);
  box-shadow: 0 0 10px #ff52f8;
  background-size: 400% 400%;
  animation: lite 0.8s ease infinite;
}

.bgr{
  transition: transform 250ms cubic-bezier(.68,-0.55,.02,2.14);
}

.btunob:hover,.round-5:hover{
  transform:scale(1.7) ;
  z-index: 20;
  position: relative;
}
.btunob{
  width:200px;
  height: auto;
}
.PEV .round-5{
  width: 140px !important;
}
.PEV .round-5:hover{
  transform: scale(2.5) !important;
}

@keyframes lite {
  0% {
    background-position: 0% 51%
  }
  
  50% {
    background-position: 100% 10%
  }
  
  100% {
    background-position: 0% 51%
  }
}
.p-title {
  font-size: 45px !important;
  color: aliceblue
}
.attop {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  transform: scale(.7) translateY(-5px)
}
.attop :nth-child(2) {
  font-size: 30px;
  margin: 0 !important;
  line-height: 20px;
  font-weight: 900;
}
.preloder {
  position: absolute;
  margin: auto
}
.flotRite {
  float: right
}
.container.preloder {
  text-align: center;
  max-width: 100vw !important;
  width: 100vw;
}
.borderDN {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0px 1px 2px rgba(34, 34, 34, 0.6));
  transform: translateY(-20px) scale(1.3);
}
.editable {
  border-radius: 8px;
  position: relative;
  border: dashed 1px rgba(170, 170, 170, 0)
}
.editable:hover img {
  opacity: 0.6
}
.colorpik {
  border: solid #aaa;
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 90px;
  overflow: hidden;
}
.colorpik:hover {
  cursor: pointer;
  box-shadow: 0 0 10px #2b2b2b;
}
.editable:hover {
  border: dashed 1px #2b2b2be6;
  background: #2b2b2b4d;
  cursor: pointer;
}
.editable:hover:after {
  content: "\f044 \2000 EDIT";
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome, Whitney;
  padding: 2px 8px 2px 6px;
  background: #2b2b2b;
  border-radius: 0 8px 0 5px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2
}
h2 {
  margin: 30px 0 0 0;
}
fieldset {
  border: 0;
}
label {
  display: block;
}

/* select with custom icons */
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
  padding: 0.5em 0 0.5em 3em;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
  height: 24px;
  width: 24px;
  top: 0.1em;
}
.ui-icon.video {
  background: url("images/24-video-square.html") 0 0 no-repeat;
}
.ui-icon.podcast {
  background: url("images/24-podcast-square.html") 0 0 no-repeat;
}
.ui-icon.rss {
  background: url("images/24-rss-square.html") 0 0 no-repeat;
}

/* select with CSS avatar icons */
option.avatar {
  background-repeat: no-repeat !important;
  padding-left: 20px;
}
.avatar .ui-icon {
  background-position: left top;
}
.filter-hidden {
  transition: all 400ms ease;
  transform: scale(0);
  display: none !important;
}
.mcard {
  align-items: center;
  padding: 8px 8px 4px 8px;
  border-radius: 2px;
  border: solid 1px #3b3030;
  background: #2a2a2E;
  display: flex;
  justify-content: space-between
}

.mcardpic img {
  width: 64px;
  margin-right: 26px;
  justify-content: flex-start;
  border-radius: 10px;
}
.mcardinfo {}
.cardname {
  font-weight: 900;
  font-size: 12pt;
  color: white
}
.mcardring {
  width: 48px;
  justify-content: flex-end
}

/*/SIDEPANEL*/

.sidepanel-bg{
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
    background: rgba(24, 24, 34, 0.70);
  z-index: 5000;
}
.sidepanel{
  transition:all 600ms cubic-bezier(.87,-0.09,.3,1.33);

    transform: translateX(-130%);
      position: absolute;
    top: 0;
    left: -70px;
    width: calc(30% + 80px);
    background: #22222b;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.95);
  height: 100%;
  z-index: 6000;
  border-radius:0 5px 5px 0;
  padding:10px 10px 10px 80px;

}
.sidepanel-medals{

    top: 30%;
    left: -70px;
    width: 50vw;
    background: #22222b;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.95);
   height:auto;

}


.titlebox{ 
  

  border-bottom: 1px solid #2c2e30;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  background:#32323c;
  padding:10px;
  margin:-10px;
  margin-bottom: 16px;
    border-bottom: solid 1px #445;
}
.titlebox .title{
    font-size: 1.4rem;
  font-weight: 900;
  text-align: right;
  margin: 0 1rem;
}
.bgPic{
  width:100%;
  margin:auto;
  border-radius: 5px;
  text-align:center;
}
.bgPic img{
  width: 95%;
}
.prices .row{
font-size: .9rem;
}
.row{
    padding:2px 16px;
  border-radius: 3px;
}
.row .button{
  margin-left:20px
}
.row:nth-child(even){
  background:#3a3a3e;
  margin: 1px;
}
.row:nth-child(odd){
  background:#15151a;
margin: 1px;  
}

.r,.j,.s{

}
.r .button{
    background: #d12b58;
    border-radius:4px;
    font-weight:500;
}
.j .button{
    background: #1e937d;
    border-radius:4px;
    font-weight:500;
}
.s .button{
    background: #0575e5;
    border-radius:4px;
    font-weight:500;
}
.currIcon{
  display: inline;
  width: 1.5rem;
  margin-left: 1rem;
}
.currIcon-large{
  width: 3.5rem;
}
.eventPrice{
  font-weight: 600;
}
#yesevent .small{
  opacity: .7;
}
#bgbartags{
  
}
.code{
  font-size: .8rem;
}

#bgbartags.box,#usinfo.box{
  padding:6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.retex{
  color:#e55
}


      .evholder{
        position:relative;
      }
      .rarEv{
        position:absolute;
        height:32px;
        right:12px;
        bottom:12px;
        z-index: 1;
        pointer-events: none
      }



.ptbox-content{
  position: relative;
z-index:1
}
.ptbox-content .button{
  
  position: absolute;
  bottom: 0;
  box-shadow: 2px 1px 10px rgba(0,0,0,.5);
  right: 0;
}
.partner-box{
  position: relative;
  overflow: hidden;
}

.pbgimg{
  position: absolute;
right:0px;
  top:0px;
  min-height: 100%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(-100deg, rgba(0, 0, 0, 1.0) 10%, transparent 90%);
}


.msm p:before{
content: " ";
  width: 12px;
  height: 12px;
  background: #43b581;
border-radius: 100%;
display: inline-block;
  box-shadow: inset 0 0 0 2px rgba(180,225,205,.6);
}

.tot{
  opacity: .5;
  font-size: .7rem
}

.webbie{
  position: absolute;
  top:10px;
  right: 10px;
  z-index: 1;
  box-shadow: 0 0 5px 1px rgba(0,0,0,.4);
}

.flexdown{
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:1800px){
  .row{
  font-size: large !important;  
  }
  .sidepanel{
  font-size: 1.3rem !important;   
  }
  .button.is-small{
    width: 80px;
    height: 32px;
    padding-left: 28px;
  }
}


@media screen and (max-width:800px){
  .pace{
    top:auto !important;
    width: 100% !important;
  }
    .mobsave {
    visibility: visible !important;
    height: 100% !important;
    width: 100%;
    display: block !important;
    position: relative;
  }
  .ranktable {
    transform: scale(.63);
    transform-origin: 0 0;
  }
  .force-over-mob {
    overflow: scroll !important;
  }
  
  .sidepanel{
    width:115%
  }
  .button.is-small,.currIcon{
    margin:1px 5px;
  }
  .row{
    display: flex;
  }
.pbgimg{
  position: absolute;
right:0px;
  top:0px;
  min-height: 0;
  width: 100%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 85%);
}

      .relamob{
      
        position: relative !important;
      }
        .round-5  bgr {
            width: 40% !important;
        }
      }


.button,#submitTx{
  transition: all 500ms ease-in;

}
#aero.animate{
  position: absolute;
  z-index: 999;
  animation: takeoff 1.4s .6s linear ;
  animation-fill-mode: forwards;
}
#submitTx.animate{
  animation: defrag .5s 1s linear ;
}
#alldone{
  opacity: 0;
}

#alldone.animate{
  animation:slup .7s 1s linear forwards;

}

@keyframes slup{
  100%{
    transform: translateY(-50px);
    opacity: 1;
  }
}
@keyframes defrag{
  100%{
    transform: scale(0);
    transition: all 1s ease;
  }
}


@keyframes takeoff{
  0%{transform:  scale(1) translateX(0vw)}
    20%{transform:  scale(1.3) translateX(-2vw)}
  50%{transform: scale(2) translateX(30vw)}
  75%{transform: scale(2) translateX(80vw);opacity:1} 
 100%{transform: scale(2) translateX(100vw);opacity:0}
}

#aero{
  position: absolute;
  top:30%;
  left: 1%;
  z-index: 1000;
  color:white;
}
.lite{
  box-shadow: none !important;
}
input:not(:checked) + .lite::before{
 background: #aaa !important;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}