:root {
  --toast-duration: 10s;
  --btn-color: #baad00;
}

/*.btn .quantity {position: absolute;top: 0px;background-color: #23F7dd;right: -23px;padding: 6px;border-radius: 30px 3px / 70px;}
.btn .quantity.red {background-color: #DB1E55;}
.btn .quantity.green {background-color: #90cf2c;}
.btn .quantity.orange {background-color: #efa615;}
.btn.btn-black {background-color: #222222;}*/
.nft .points {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: bold;
  padding: 1rem 0.5rem 0.5rem;
}

.ribbon {
  width: 60px;
  max-height: 30px;
  font-size: 14px;
  padding: 4px;
  position: absolute;
  right: -25px;
  top: -12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(20deg);
  background-color: var(--btn-color);
  color: white;
  overflow: hidden;
}
.ribbon.icon {
  width: 34px;
  max-height: unset;
  height: 34px;
  font-size: 24px;
  right: -10px;
  border-radius: 22px;
  background-color: var(--btn-color);
  transform: rotate(0deg);
}
#toastBox {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.6em 0.6em 0.3em 0.6em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  max-width: 440px;
  width: 100vw;
  z-index: 1300;
}
.toast {
  width: 98%;
  min-height: 80px;
  background: #fff;
  font-weight: 500;
  margin: 5px 0;
  display: flex;
  align-items: center;
  position: relative;
  transform: translateX(100%);
  animation: moveleft 0.5s linear forwards;
  border-radius: 12px;
  box-shadow: 1px 3px 0.5em 0.5em #333333;
}

.mobile #toastBox {
  right: 0px;
  top: 0px;
  bottom: unset;
}
.toast p {
  color: #222222;
}
.toast p img.profile {
  max-height: 44px;
  border-radius: 22px;
  margin-top: 10px;
  top: 8px;
  left: 16px;
  position: absolute;
}
.toast .toast-kill {
  position: absolute;
  right: -0.5em;
  top: -0.7em;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: unset;
  --btn-height: 28px;
}
.mobile .toast .toast-kill {
  top: -1em;
}
@keyframes moveleft {
  100% {
    transform: translateX(0);
  }
}
.toast .iconz {
  margin: 0px 18px -5px 18px;
  font-size: 35px;
  width: 35px;
}
.toast .iconz {
  margin: 0px 18px -5px 18px;
  font-size: 35px;
  width: 35px;
  --iconz-display: unset;
}
.toast .iconz:before {
  display: var(--iconz-display);
}
.blue {
  --btn-color: #44a2e7;
}
.green {
  --btn-color: #90cf2c;
}
.red {
  --btn-color: #db1e55;
}
.orange {
  --btn-color: #efa615;
}
.yellow {
  --btn-color: #f7ca3f;
}
.white {
  --btn-color: #ffffff;
  color: #222222;
  text-shadow: 0px 0px black;
}
.black {
  --btn-color: #222222;
}
.pink {
  --btn-color: #e94d91;
}
.mvx {
  --btn-color: #23f7dd;
}
.toast .iconz {
  color: var(--btn-color);
}
.toast::after {
  background: var(--btn-color);
  border-radius: 0px 0px 0px 30px;
}
.toast:hover,
.toast.toasted {
  box-shadow: 3px 1px 1em 0.1em var(--btn-color);
}

.toast::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 98%;
  height: 5px;
  border-radius: 0px 0px 24px 24px;
}
.toast.run-timer-animation::after {
  animation: animtoast var(--toast-duration) linear forwards;
}

@keyframes animtoast {
  100% {
    width: 0;
  }
}
.btn[data-bonus]:not(.btn-big, .btn-withcolor) {
  padding: 0rem 0rem 0rem 1.5rem;
  --btn-color: #222222;
}
.btn[data-bonus].btn-withcolor {
  padding: 0rem 0rem 0rem 1.5rem;
}

.btn.disabled[data-bonus] {
  background-color: rgba(0, 0, 0, 0);
}
.btn[data-bonus]:hover {
  padding: 0rem 0rem 0rem 1.5rem;
}
.btn.btn-big.disabled[data-bonus] {
  background-color: unset;
}
.btn.btn-big[data-bonus]:hover {
  padding: unset;
}
.btn .quantity {
  background-color: var(--btn-color);
  line-height: 1.8;
  height: 2.25rem;
  padding-right: 7px;
  padding-left: 7px;
  position: relative;
  margin-left: 18px;
  border-radius: 0px 6px 6px 0px;
}
.mobile .btn .quantity {
  line-height: 2.2;
}
.btn.btn-big.disabled[data-bonus] {
  background-color: unset;
}
.btn.btn-big[data-bonus]:hover {
  padding: unset;
}
.btn.btn-big .quantity,
.ux-bottom .btn .quantity {
  width: unset;
  max-height: unset;
  font-size: 16px;
  padding: 4px 10px;
  position: absolute;
  right: -0.5rem;
  top: -0.8em;
  text-align: center;
  border-radius: 25px;
  transform: rotate(0deg);
  background-color: var(--btn-color);
  color: white;
  line-height: unset;
  height: unset;
  margin-left: 0px;
  z-index: 5;
}
.mobile .btn.btn-big .quantity {
  line-height: unset;
}

.ant-font {
  font-family: "Luckiest Guy", cursive;
  font-variant: petite-caps;
}

h1 .btn-square,
h2 .btn-square,
h3 .btn-square {
  margin-right: 1em;
}

.ux-layout {
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
/*
.ux-rounded {
    border-radius: 20px;
}*/
.ux-layout .ux-content {
  padding: 20px;
}
.ux-layout .ux-head {
  padding: 20px;
  position: sticky;
  top: var(--header-height);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1rem 1rem 0px 0px;
}
.ux-layout .ux-bottom {
  padding: 20px;
  position: sticky;
  bottom: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0px 0px 1rem 1rem;
}

.ux-layout .ux-bottom.actions-right {
  text-align: right;
}
.ux-layout .ux-bottom a {
  width: 25%;
}
@media (min-width: 1100px) {
  .btn.btn-big .quantity {
    font-size: 20px;
  }
}
[data-menu-state="close"] .dropdownActions {
  visibility: hidden;
  display: none;
}
[data-menu-state="open"] .dropdownActions {
  visibility: unset;
  display: grid;
}

.take-color {
  color: var(--btn-color) !important;
}
.glow {
  overflow: hidden;
}
.glow.glow-layout {
  position: absolute;
  width: 100%;
  height: 100%;
}
.glow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.glow::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  top: -100%;
  filter: blur(6px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.glow:hover::after,
.glow.glowing::after {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
