@import url("https://fonts.googleapis.com/css2?family=Jersey+15&display=swap");

* {
  transition: all 0.2s ease-in-out;
  color: var(--text-gold);
}

.machine {
  height: 350px;
  border-radius: 70px;
  position: relative;
  border: 2px solid #000000 !important;
  box-shadow: inset 0 0 20px #ffffff, 0 0 1px 15px #4f5f7d;
}

:root {
  --bg-gold: #8b7414;
  --color-gold: #ffc965;
  --text-gold: #ffdb99;
  --bs-card-bg: #262f37;
  --light-gold: #ffdb9947;
}

.machine.mc-1 {
  background-color: #8b7414;
}

.machine.mc-2 {
  background-color: #14618b;
}

.machine.mc-3 {
  background-color: #148b62;
}

.machine.mc-4 {
  background-color: #8b3814;
}

.machine.mc-5 {
  background-color: #364b43;
}

.machine.mc-6 {
  background-color: #402b51;
}

.machine.mc-7 {
  background-color: #000000;
}

.machine.mc-8 {
  background-color: #75782a;
}

.machine p.inactive {
  display: block;
}

.machine p.active {
  display: none;
}

.mc-corners div {
  background-color: #e30000;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  border: 5px solid #4f5f7d;
}

.mc-corners div p {
  padding: 0;
  margin: 0;
  color: white;
  text-shadow: 0 0 5px black;
  font-weight: bold;
}

.mcc-tr {
  top: -15px;
  left: -15px;
}

.mcc-tl {
  top: -15px;
  right: -15px;
}

.mcc-br {
  bottom: -15px;
  left: -15px;
}

.mcc-bl {
  bottom: -15px;
  right: -15px;
}

.machine.active .mc-corners div {
  background-color: #1acf00;
}

.machine.active {
  border-color: #18cd16;
}

.machine.active p.inactive {
  display: none;
}

.machine.active p.active {
  display: block;
}

.mc-content {
  height: 100%;
  width: 100%;
  padding-top: 59px;
}

.mc-gen {
  height: 100px;
  width: 80%;
  margin: 10px auto;
  max-width: 300px;
  position: relative;
  background-color: #d7d7d7;
  border-radius: 20px;
  box-shadow: 0 0 5px #000000;
}

.mc-gen-corners {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mc-gen-corners::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #21415a;
  border-radius: 15px;
  box-shadow: inset 0 0 10px #fdfdfd87;
  border: 1px solid #7e7e7e;
}

.mcg-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.mcg-top span,
.mcg-bottom span {
  width: 100px;
  height: 100%;
}

.mc-gen-corners span {
  background-color: #a2a2a2;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0 0 5px #000000c9;
}

.mcg-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.mcg-left {
  position: absolute;
  height: 100%;
  left: 0;
  width: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  top: 0;
  flex-direction: column;
}

.mcg-right {
  position: absolute;
  height: 100%;
  right: 0;
  width: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  top: 0;
  flex-direction: column;
}

.mcg-left span,
.mcg-right span {
  width: 100%;
  height: 24px;
  display: block;
}

.mcg-l-r,
.mcg-l-l {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #4ca7ef;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: inset 0 0 5px #000000c9;
}

.mcg-l-r {
  right: -5px;
}

.mcg-l-l {
  left: -5px;
}

.mcg-l-l.lit,
.mcg-l-r.lit {
  background-color: #00beff;
  box-shadow: 0 0 20px 5px #3792ff, inset 0 0 5px #7a7a7ac9;
  border: 1px solid #00b7f7;
}

.mc-gen-corners span {
  background-color: #a2a2a2;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0 0 5px #000000c9;
}

.mc-gen-corners span.lit {
  background-color: #ffa000;
  box-shadow: 0 0 20px 5px #ffaa37, inset 0 0 5px #7a7a7ac9;
}

.machine-title {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  background-color: #4f5f7d;
  padding: 3px 10px;
  border-radius: 10px 10px 20% 20%;
  font-size: 13px;
  border: 2px solid #000000;
  border-top: none;
  font-weight: bold;
  color: #dfe5e9;
}

.mcg-button {
  background-color: #11417a;
  width: 150px;
  margin: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 100% 100%;
  margin-top: 0px;
  color: #d9edff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border: 4px solid #c5e3ff;
  text-shadow: 0 0 10px #ffffff;
  box-shadow: 0 0 20px #beefff78;
  position: relative;
}

.mcg-button:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #c5e3ff;
  border-left: 10px solid #c5e3ff;
  border-right: 10px solid transparent;
  left: -11px;
  top: 4px;
  rotate: -45deg;
}

.mcg-button:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #c5e3ff;
  border-left: 10px solid #c5e3ff;
  border-right: 10px solid transparent;
  right: -11px;
  top: 4px;
  rotate: 135deg;
}
.mcg-button:hover {
  background-color: #5180b7;
}

.mcg-button p {
  padding: 0;
  margin: 0;
}

.mc-bal {
  padding-top: 10px;
  max-width: 200px;
  margin: auto;
  padding-left: 10px;
  min-width: max-content;
}

.mc-balance {
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.mc-balance span {
  padding: 4px;
  border: 1px solid #bababa;
  border-radius: 10px 0 0 10px;
  border-right: none;
  background-color: #5c0000;
  font-size: 13px;
  color: #ffe0e0;
  display: inline-block;
}

span.mcb-bal {
  background-color: #020c4e;
  padding: 4px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #bababa;
  border-left: none;
  color: #c6f2ff;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
}

.mc-timer {
  padding-top: 5px;
}

.mc-timer span {
  padding: 2px;
  border: 1px solid #bababa;
  border-radius: 10px 0 0 10px;
  border-right: none;
  background-color: #433a1d;
  font-size: 12px;
  color: #ffe0e0;
  display: inline-block;
  padding-left: 7px;
}

span.mcb-timer {
  background-color: #4e02025c;
  border-radius: 0 10px 10px 0;
  border: 1px solid #bababa;
  border-left: none;
  color: #e9faff;
  min-width: 150px;
  text-align: center;
  font-size: 12px;
}

.mc-withdraw {
  background-color: #831919;
  padding: 5px 10px;
  width: max-content;
  position: absolute;
  bottom: -17px;
  border-radius: 10px;
  left: 50%;
  font-size: 13px;
  color: white;
  border: 2px solid black;
  transform: translate(-50%);
  font-weight: bold;
  cursor: pointer;
}

.mc-withdraw:hover {
  background-color: #a94343;
}

.mc-withdraw p {
  margin: 0;
  padding: 0;
}

.mc-withdraw::before {
  content: "";
  border-left: 10px solid black;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: absolute;
  left: -8px;
  rotate: 45deg;
  top: 5.3px;
  border-radius: 3px;
}

.mc-withdraw::after {
  content: "";
  border-left: 10px solid black;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: absolute;
  right: -8px;
  rotate: -135deg;
  top: 5.3px;
  border-radius: 3px;
}

.machine:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 60%;
  width: 8px;
  background-color: #00000000;
  transform: translate(0, -50%);
  rotate: -4deg;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #000000;
  border: 1px solid #000000;
}

.machine:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 60%;
  width: 8px;
  background-color: #00000000;
  transform: translate(0, -50%);
  rotate: 4deg;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #000000;
  border: 1px solid #000000;
}

.mc-display {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc-display p {
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #ccdeff;
  font-family: "Jersey 15", serif;
  font-weight: 400;
  font-style: normal;
}

.mc-about-btn {
  position: absolute;
  top: 30px;
  background-color: #00000080;
  width: max-content;
  padding: 2px 8px;
  font-size: 11px;
  left: 50%;
  transform: translate(-50%);
  color: #ffffffc7;
  border-radius: 3px;
  border: 1px solid #ffffff75;
  cursor: pointer;
}

.mc-about-btn p {
  padding: 0;
  margin: 0;
}

.mc-about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0px;
  border-radius: 60px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: #000000a3;
}

.mc-about-content {
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  z-index: 1;
  bottom: 20px;
  background-color: #00000000;
  border-radius: 40px;
  color: white;
}

.mc-about-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #757575;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  cursor: pointer;
}

.mc-about-content ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  border-bottom: 1px solid #949cad;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mc-about-content li {
  list-style: none;
  margin: 5px 0;
  padding: 5px;
  padding-left: 10px;
  font-size: 13px;
  margin-left: 20px;
}

.mc-about-content li span {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  font-size: 16px;
  color: #69540b;
}

.mc-about-content li:nth-child(1) {
  border-bottom: 1px solid #8751a0;
  color: #c8f2ff;
}

.mc-about-content li:nth-child(1) span {
  color: #c8f2ff;
}

.mc-about-content .cl-1 {
  background-color: #5951a0;
}

.mc-about-buy {
  padding: 10px;
  background-color: #0380d1;
  width: max-content;
  min-width: 200px;
  display: flex;
  justify-content: space-around;
  margin: auto;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #77b9d0;
}

.mc-about-buy p {
  padding: 0;
  margin: 0;
}

.mc-select {
  display: flex;
}

.mc-select label {
  min-width: max-content;
  display: block;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.mc-select select {
  padding: 5px;
  background-color: #daf2ff;
  font-weight: bold;
  box-shadow: inset 0 0 10px #000000;
  color: #204565;
  padding-left: 10px;
}

.acc-mng {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}

.acc-mng .btn {
  margin: 2px;
  font-size: 12px;
}

#transfer-form .d-flex i {
  padding: 10px;
}

#with-form .card-body {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #00000075;
}

.plane-content {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
}

.plane-body {
  position: absolute;
  height: 50px;
  width: 120px;
  left: calc(80px);
  transition: all 0.5s ease-in-out;
  rotate: 0deg;
  bottom: 5%;
  z-index: 1;
}

.plane-prop-twig {
  content: "";
  background-color: #000000;
  width: 5px;
  height: 3px;
  position: absolute;
  right: 1px;
  bottom: 21px;
}

.plane-body img {
  height: 100%;
  width: 100%;
}

.plane-body .propellers {
  position: absolute;
  width: 3px;
  height: 18px;
  bottom: 13px;
  right: -1px;
}

.plane-body .propellers div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffe7a3;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 0.1s ease;
}

.plane-track {
  position: absolute;
  width: 350%;
  background-color: #545454;
  height: 40px;
  bottom: -2px;
  z-index: 0;
  border-top: 3px solid #b7b7b7;
  transition: all 5s linear;
  left: 350%;
  transform: translate(-100%);
}

.plane-track::before {
  content: "";
  width: 100%;
  height: 30px;
  bottom: 39px;
  background-image: linear-gradient(to bottom, #1ba93d, #083817);
  position: absolute;
}

.plane-track ul li {
  list-style: none;
  width: 10px;
  height: 3px;
  background-color: #aaaaaa;
}

.plane-track ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translate(0, -50%);
}

.plane-backg {
  position: absolute;
  bottom: 0;
  left: 850%;
  height: calc(100% + 100px);
  width: 850%;
  background-image: linear-gradient(to bottom, #08192d, #7f6731);
  transition: left 30s ease-in-out, bottom 3s ease-in-out;
  transform: translate(-100%);
}

.cloud {
  width: 60px;
  height: 30px;
  position: absolute;
  background-color: #c1c1c1;
  border-radius: 50%;
  filter: blur(7px);
  left: 50%;
}

.cloud::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: #c1c1c1;
  left: -15px;
  top: 7px;
  border-radius: 50%;
}

.cloud::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: #c1c1c1;
  right: -15px;
  top: 7px;
  border-radius: 50%;
}

.cd-top {
  top: 10px;
  scale: 1.5;
}

.cd-mid {
  top: 100px;
}

.cd-bottom {
  top: 150px;
  left: 86px;
  scale: 0.5;
}

.plane-count {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-images: linear-gradient(
    to right,
    transparent,
    #00000096,
    transparent
  );
}

.plane-count::befores {
  content: "";
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(
    to right,
    transparent,
    #b49c30,
    transparent
  );
}

.plane-count::after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(
    to right,
    transparent,
    #b49c30,
    transparent
  );
}

.plane-count ul {
  padding: 0;
  display: flex;
  position: absolute;
  right: 55px;
  background-color: #000000ab;
  border-radius: 6px;
  border: 1px solid var(--text-gold);
  top: -11px;
}

.plane-count ul::after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid var(--text-gold);
  border-bottom: 7px solid var(--text-gold);
  rotate: -45deg;
  top: 40%;
  transform: translate(0, -50%);
  right: -12px;
}

.plane-count li {
  list-style: none;
  margin: 2px;
  font-weight: bold;
  font-size: 15px;
  color: #ffefaa;
  text-shadow: 0 0 15px #c4b260;
}

.plane-body .plane-explode {
  position: absolute;
  height: 350px;
  top: -155px;
  width: 280px;
  z-index: 2;
  left: -70px;
  transition: opacity 0.2s ease;
  opacity: 0.6;
  filter: blur(1px);
}

.side-bar {
  position: absolute;
  top: 0;
  right: 0px;
  height: 300px;
  width: 15px;
  background-color: #bababa;
  z-index: 3;
  border: 2px solid #d7a52a;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  box-shadow: inset 0 0 5px #000000;
}

.side-bar .sd-int {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #000000;
}

.plane-container {
  position: relative;
  height: max-content;
  width: 100%;
}

.card {
  /* border: 1px solid var(--color-gold); */
}

.app-content {
  box-shadow: none !important;
}

.plane-controls {
  display: flex;
  justify-content: center;
  width: 100%;
}

.plane-controls .fly-btn {
  background-color: #c0a14d;
  padding: 20px;
  font-weight: bold;
  border: none;
  outline: none;
  margin: 1px;
  border-radius: 4px;
  width: 50%;
  max-width: 300px;
  color: #3d2e07;
  font-size: clamp(10px, 4vw, 17px);
  border-radius: 35px 5px 5px 35px;
  position: relative;
  overflow: hidden;
}

.plane-controls .fly-btn i {
  color: #5c4916;
}

.plane-controls .fly-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100px;
  left: -100px;
  top: 0px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    #ffffff3d,
    transparent
  );
  rotate: -30deg;
}

.plane-controls .cash-out-btn {
  background-color: #952f2f;
  padding: 10px;
  font-weight: bold;
  border: none;
  outline: none;
  margin: 1px;
  border-radius: 4px;
  width: 50%;
  max-width: 300px;
  color: #ffdcdc;
  font-size: 15px;
  border-radius: 5px 35px 35px 5px;
  position: relative;
  overflow: hidden;
}

.plane-controls .cash-out-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100px;
  left: -100px;
  top: 0px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    #ffffff3d,
    transparent
  );
  rotate: 30deg;
}

.plane-controls .cash-out-btn b,
.plane-controls .cash-out-btn span {
  color: #ffe7e7;
}

.plane-content-border {
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  width: 15px;
  background-color: #000000;
  z-index: 1;
  border-radius: 10px;
  border: 1px dashed #bb9817;
}
.plane-content-border.pcl-right {
  left: auto;
  right: 1px;
}

.plane-content-border ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  align-content: space-evenly;
  align-items: center;
}

.plane-content-border li {
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-gold);
}

.plane-content-border li.pl-even {
  background-color: #916d21;
}

.card {
  border-radius: 10px !important;
}

.mn-table {
  width: 100%;
  padding-left: 94px;
}

.mn-table thead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  border-radius: 10px;
}

.mn-table thead tr {
  display: flex;
  justify-content: stretch;
}

.mn-table-main {
  width: 100%;
}

.mn-table-main td {
  font-size: 12px;
  text-align: center;
}

.mn-table-main tr td:nth-child(3) {
  color: #828282;
  font-size: 11px;
}

footer {
  display: none !important;
}

button.disabled {
  background-color: #656565 !important;
  filter: grayscale(1);
  cursor: not-allowed;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(
      closest-side at calc(100% / 6) 50%,
      #f0c24c 90%,
      #0000
    )
    0/75% 100%;
  position: relative;
  animation: l15-0 1s infinite linear;
}
.loader::before {
  content: "";
  position: absolute;
  background: inherit;
  clip-path: inset(0 0 0 50%);
  inset: 0;
  animation: l15-1 0.5s infinite linear;
}
@keyframes l15-0 {
  0%,
  49.99% {
    transform: scale(1);
  }
  50%,
  100% {
    transform: scale(-1);
  }
}
@keyframes l15-1 {
  0% {
    transform: translateX(-37.5%) rotate(0turn);
  }
  80%,
  100% {
    transform: translateX(-37.5%) rotate(1turn);
  }
}

.loader {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -30px;
}

.loader-prnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000c7;
  z-index: 1000000000;
}

.border-gold {
  border-color: var(--bg-gold);
}

.text-gold {
  color: var(--text-gold);
}

.text-gold-1 {
  color: #a99878;
}

.clock-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--light-gold);
}

.dash-card {
  background-color: transparent;
  border: 1px dotted;
}

.d-card-btn {
  background-color: #37596e;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
  max-width: 300px !important;
}

.btn-gold {
  background-image: linear-gradient(to bottom, var(--text-gold), #926d4d);
  color: #4e2f0a;
  font-weight: 600;
}

.btn-gold i {
  color: #4e2f0a;
}

.d-card-title {
  width: 100%;
  text-align: center;
  margin: 10px;
  font-size: 15px;
}

.d-card-value {
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.dash-card-top {
  padding-bottom: 5px;
  border-bottom: 1px dashed;
}

.ds-title {
  font-size: 13px;
  opacity: 0.7;
}

.ds-value {
  font-size: 13px;
}

.ds-card {
  text-align: center;
  padding-top: 5px;
}

.ds-right {
  border-right: 1px dashed;
}

.ds-left {
  border-left: 1px dashed;
}

.ds-top {
  border-top: 1px dashed;
}

.ds-bottom {
  border-bottom: 1px dashed;
}

.btn-red {
  background-image: linear-gradient(to top, #4a0000, #924444);
  color: #ffc7c7;
  margin: 10px;
}

.btn-red i {
  color: #ffc7c7;
}

.dash-card-bottom {
  padding-top: 20px;
  position: relative;
}

.dash-card-bottom::after {
  content: "---- BROKEN DOWN AMOUNTS ----";
  font-size: 10px;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 4px;
  transform: translate(-50%);
  text-align: center;
  border-bottom: 1px dashed;
  opacity: 0.7;
}

.d-card-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 50px;
}

nav {
  background-color: #25272f;
}

nav a {
  color: inherit !important;
}

nav li a {
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  background-image: linear-gradient(to right, var(--bodybg-color), #62551a6b);
  margin: 8px;
  border-radius: 5px !important;
}

nav li a::after {
  display: none;
}

body {
  --bodybg-color: #25272f !important;
}

.loader-wrapper {
  position: fixed;
  background-color: #25272f;
  z-index: 1005;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}

.ml-summary ul {
  display: flex;
  background-color: #58666d52;
  border-radius: 10px;
  margin-top: 10px;
}

.ml-summary p {
  font-size: 10px;
}

.ml-summary li {
  /* background-color: red; */
  width: 24%;
  margin: 2px;
  text-align: center;
  padding-bottom: 10px;
}

.mlt-img {
  position: relative;
}

.mlt-shiner {
  position: absolute;
  width: 70%;
  height: auto;
  /* background-color:#ffffff; */
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  top: 0;
  overflow: hidden;
  opacity: 0.4;
  aspect-ratio: 1;
  max-width: 60px;
}

.mlt-shiner-in {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  background-image: linear-gradient(
    to bottom right,
    transparent,
    white,
    transparent
  );
  rotate: 5deg;
  left: -40%;
  transition: all 1s ease !important;
  opacity: 0.5;
  border-radius: 20px;
}

.ml-summary .current img {
  position: relative;
  z-index: 2;
  opacity: 1;
  filter: grayscale(0);
}

.ml-summary .current .mlt-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#ffeb00, #fffc8121, #00000000, transparent);
  left: 0;
}

.ml-summary .current p {
  font-weight: bold;
}

.ml-summary li:nth-child(1) p {
  color: #75cbd8;
}

.ml-summary li:nth-child(2) p {
  color: #d48331;
}

.ml-summary li:nth-child(3) p {
  color: #b6b6b6;
}

.ml-summary li:nth-child(5) p {
  color: #ffffff;
}

.ml-summary li:nth-child(6) p {
  color: #aaf4ff;
}

.ml-summary li::after {
  content: "Not Active";
  font-size: 10px;
  color: #d96666;
  position: relative;
  z-index: 1;
}

.ml-summary li.current::after {
  content: "Active!";
  font-size: 10px;
  color: #00ffce;
  position: relative;
  z-index: 1;
}

.ml-summary {
  max-width: 600px;
  margin: auto;
}

.ml-summary img {
  height: auto;
  width: 60px;
}

.ml-summary li:nth-child(2) img {
  width: 55px;
}

.ml-summary li:nth-child(3) img {
  width: 80px;
}

.ml-summary li:nth-child(4) img {
  width: 50px;
}

.ml-summary ul li {
  position: relative;
}

.ml-summary li::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #0000002e;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  box-shadow: 0 0 20px 10px #00000026;
}

.section-desc {
  display: flex;
  margin-top: 31px;
  justify-content: space-evenly;
  align-items: center;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 12px;
}

.desc-l,
.desc-r {
  width: 30%;
  height: 1.4px;
  background-color: var(--bg-gold);
}

.milestones-list .ml-item {
  background-color: #353b43;
  border-radius: 10px;
  margin: 20px auto;
  position: relative;
  max-width: 600px;
}

.ms-title {
  display: flex;
  margin-bottom: 10px;
}

.ms-title img {
  height: 70px;
  margin-top: -10px;
  margin-left: -20px;
}

.ms-title p {
  font-size: 20px;
  margin-left: 20px;
  margin-top: 15px;
}

.ms-body {
  padding: 10px;
  border-top: 1px dashed var(--bg-gold);
}

.ms-b {
  padding-left: 20px;
  font-weight: bold;
  color: #ffecb5;
}
.ms-b i {
  color: #ffecb5;
}

.ms-status {
  position: absolute;
  top: -10px;
  right: -6px;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #376857;
  color: #d4fff6;
  border-radius: 10px;
}

.ms-status::after {
  content: "Active";
  display: inline-block;
}

.ms-inactive .ms-status::after {
  content: "Inactive";
  display: inline-block;
}

.ms-inact {
  display: none;
}

.ms-act {
  display: inline-block;
}

.ms-status i {
  color: #d4fff6;
  margin-right: 5px;
}

.ms-inactive .ms-inact {
  display: inline-block;
}

.ms-inactive .ms-act {
  display: none;
}

.ms-inactive .ms-status {
  background-color: #683737;
  color: #ffd4d4;
}

.ms-inactive .ms-status i {
  color: #ffd4d4;
}

.ms-bf {
  padding-left: 30px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.ms-bf li {
  display: flex;
  align-items: center;
}

.ms-bf li * {
  color: #d4d4d4;
}

.ms-bf li i {
  margin-top: -5px;
  margin-right: 10px;
}

.ms-req {
  display: flex;
  padding-left: 25px;
  padding-top: 10px;
  align-items: center;
}

.ms-req .intext {
  display: flex;
}

.ms-req * {
  color: #ff8a8a;
  font-size: 12px;
}

.ms-req i {
  margin-top: -14px;
  margin-right: 10px;
}

.ms-req.req-done * {
  color: #73ddc3;
}

.ms-req .req-prog {
  font-size: 16px;
  margin-left: 5px;
  margin-top: -5px;
  background-color: #2d2e35;
  padding: 5px;
  border-radius: 5px;
  color: #b9b9b9;
}

.fly-from {
  position: absolute;
  z-index: 2;
  /* display: flex; */
  top: 10px;
  left: 30px;
  align-items: center;
  background-color: #39392f85;
  padding: 5px;
  border-radius: 10px;
  right: 25px;
}

.fly-from p {
  color: #c4c4c4;
}

.fly-from select {
  background-color: transparent;
  color: #fff1cc;
  padding: px;
  margin-left: 5px;
  outline: none;
  border-radius: 5px;
}

.fly-from select option {
  background-color: #44402f;
}

.fly-from img {
  height: 36px;
  border-radius: 10px;
}

.fly-from .row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.fly-from .fly-item.selected {
  background-image: linear-gradient(to bottom, #3e6986, #1e3336);
  margin: 3px;
  border: 1px solid #3abcffab;
  cursor: pointer;
  height: 45px;
  box-shadow: 0 0 15px 1px #175ee6c7;
}

.fly-from .fly-item span {
  font-weight: bold;
  color: #b8e2ff;
  display: inline-block;
}

.fly-from .fly-item p {
  font-size: 11px;
  color: #ffc4bcc2;
  margin-left: 40px;
  margin-top: -15px;
}

.fly-from .fly-item {
  background-image: linear-gradient(to bottom, #a7a7a7, #000000);
  margin: 3px;
  border-radius: 7px;
  border: 1px solid #8a9ba48c;
  cursor: pointer;
  height: 45px;
  position: relative;
}

.fly-item i {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #2c1e00;
  display: none;
}

.fly-item.locked::after {
  content: "Locked";
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.fly-btn span {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 2px;
  width: max-content;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  font-style: italic;
}

.rank-balance {
  font-size: 13px;
  margin: 10px;
  color: #fbe3a2;
  font-style: italic;
  font-weight: 500;
}

.rkb-val {
  font-weight: bold;
  font-size: 15px;
  color: #fff5c9;
}

.amount-made {
  position: absolute;
  z-index: 5;
  background-color: #000000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.amount-made img {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  position: relative;
}

.amount-made span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(
    to right,
    transparent,
    #242424,
    transparent
  );
  padding: 10px;
  font-size: 13px;
  text-align: center;
  width: 70%;
}

.amount-made span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(
    to right,
    transparent,
    #ffda76,
    transparent
  );
  width: 100%;
  height: 2px;
}

.amount-made span::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(
    to right,
    transparent,
    #ffda76,
    transparent
  );
  width: 100%;
  height: 2px;
}

.amount-made span h2 {
  font-size: 40px;
  text-shadow: 0 0 10px #ffffff;
}

.system-activity {
  /* background-color:red; */
  position: relative;
  padding-top: 20px;
  border: 1px solid #c6c6c659;
  min-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
  max-height: 80vh;
}

.system-activity .card-body::before {
  content: "-------------- SYSTEM ACTIVITY --------------";
  position: absolute;
  left: 50%;
  top: 2px;
  font-size: 12px;
  opacity: 0.7;
  transform: translate(-50%);
  width: max-content;
}

.mn-table-main td {
  padding: 5px 0;
  border-bottom: 1px dashed var(--bg-gold);
}

.fly-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 100 !important;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-image: linear-gradient(to bottom right, #e9d6b3, #a88e5d, #8e641a);
}

.modal-content .btn-close {
  color: red;
  --bs-btn-close-color: red !important;
}

.simple-pricing-card {
  background-image: linear-gradient(to bottom right, #2b465c, #233340);
  overflow: hidden;
}

.simple-price-header h4 {
  color: #bcd1ff;
}

.simple-price-header img {
  height: 50px;
}

.simple-price-value {
  background-color: #c9af5d1c !important;
}

.activated-badge {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000045;
  display: none;
}

.activated-badge img {
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.activated .activated-badge {
  display: block;
}

.activated .buy-btn {
  display: none;
}

.simple-pricing-card .btn-gold.disabled {
  display: none;
}

.activated .btn-gold.disabled {
  display: block;
}

.plane-loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000099;
}

.plane-loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-table-data thead tr th,
.list-table-data thead tr td {
  min-width: 0 !important;
}

.table tbody tr td {
  padding: 3px;
  font-size: 12px !important;
}

.table tbody tr td button {
  font-size: 12px;
}

.tr-card {
  background-color: #303d50;
}

.tr-card .card-header h5 {
  color: var(--bs-card-bg);
}

.tr-card table td,
.tr-card table th {
  color: var(--text-gold) !important;
  text-align: center;
}

.tr-card table th {
  padding: 4px !important;
  font-size: 12px !important;
}

.tr-card .btn-sm {
  padding: 4px;
}

.tr-card .search {
  background-color: #f0d29d;
}

.list-pagination .pagination li.active a {
  background-color: transparent;
  border: 1px solid #f0d29d;
  color: #fff;
}

.btn-primary {
  background-color: #ffd58a;
  color: #4c3100;
}

.setting-profile-tab {
  background-color: var(--bodybg-color);
}

.setting-profile-tab label {
  color: var(--texxt-gold) !important;
}

.setting-profile-tab h5 {
  color: #ffffff;
}

.pr-badges {
  display: flex;
  justify-content: center;
}

.pr-badges img {
  height: 30px;
  margin: 3px;
}

.main-nav i {
  font-size: 13px;
  margin-right: 10px !important;
}

.float-cont {
  background-color: #394954;
  height: max-content;
}

.float-cont a,
.float-cont a * {
  color: var(--text-gold) !important;
  font-size: 12px;
}

.float-cont h6,
.float-cont h5 {
  color: #afd4f3 !important;
}

.float-cont p {
  color: #c9c9c9 !important;
}

.float-cont .badge {
  color: #eddf9b !important;
}

.app-wrapper .semi-nav:hover .app-logo .logo img {
  width: 85px !important;
}

.temp-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 10000000000;
}

.temp-loader p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal.dark-text .modal-body li span,
.modal.dark-text .modal-body span {
  color: #000000 !important;
}
.modal.dark-text .modal-body div.btn * {
  color: #ffd5d5 !important;
}
.tr-icon {
  background-image: linear-gradient(to bottom right, #4d98a4, #296620);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  width: max-content;
  border-radius: 10px;
  margin: 10px auto;
}
.tr-icon .pending-text {
  display: none;
}

.modal.dark-text .modal-body .tr-icon span.success-text {
  color: #b7ffee !important;
  text-shadow: 0 0 10px #6effea;
}

.tr-icon.pending .pending-text {
  display: block;
}

.tr-icon.pending .success-text {
  display: none;
}

.tr-icon.pending {
  background-image: linear-gradient(to bottom right, #d03636, #350000);
}

.modal.dark-text .modal-body .tr-icon span.pending-text {
  color: #ffb7b7 !important;
  text-shadow: 0 0 10px #ff6e6e;
}

.tr-body li {
  padding: 10px;
  overflow: hidden;
}

.tr-body li span:nth-child(2) {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tr-body li span:nth-child(1) {
  font-weight: bold;
}

.tr-body li span:nth-child(1)::after {
  content: " :";
}

.tr-body .acc-n-copy {
  border: 1px solid #3a6178;
  padding: 2px 5px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom right, #3a6178, #041c2a);
}

.modal.dark-text .modal-body .tr-body .acc-n-copy * {
  color: #ace4fd !important;
  font-size: 12px;
  cursor: pointer;
}

.dark-text .modal-title * {
  color: #000000;
}

.tr-btns {
  text-align: center;
}

.tr-btns .btn-danger {
  background-color: #552d2d;
  border-radius: 7px;
  font-size: 13px;
  border: 1px dashed #ffbfbf;
}

.tr-btns .btn-danger:hover {
  background-color: #3d3030 !important;
  border: 1px dashed #d79b9b !important;
}

.pass-group {
  position: relative;
}

.pass-group i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #494949;
  padding: 10px;
  cursor: pointer;
}

select.form-control option {
  background-color: var(--bodybg-color);
}

.form-disclaimer {
  font-size: 12px;
  color: #000000;
  font-style: italic;
}

.form-disclaimer * {
  color: #000000;
}

.dtl-table {
  font-size: 13px;
  background-image: linear-gradient(to bottom right, #897c46, #1b1904);
  border-radius: 10px;
}

select {
  font-size: 13px !important;
}

.rank-exp p {
  font-size: 12px;
  margin-left: 20px;
  color: #e3c4c4;
  background-color: #313b45;
  margin-right: 20px;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
}

.rank-flies {
  color: #f3e7e7 !important;
  font-weight: 400 !important;
}

.plane-hist-tag p {
  position: absolute;
  z-index: 6;
  right: 30px;
  font-size: 10px;
  top: 10px;
  background-color: #453817;
  padding: 1px 4px;
  border-radius: 20px;
  cursor: pointer;
}

.plane-hist-tag i {
  margin-left: 5px;
}

.plane-hist {
  position: absolute;
  z-index: 8;
  background-color: #b3bcbf;
  padding: 10px;
  left: 20px;
  right: 20px;
  top: 40px;
  bottom: 10px;
  border-radius: 20px;
}

.plane-hist::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 20px;
  border-left: 10px solid #b3bcbf;
  border-right: 10px solid transparent;
  border-top: 10px solid #b3bcbf;
  border-bottom: 10px solid transparent;
  rotate: 45deg;
}

.plh-title p {
  font-weight: bold;
  font-size: 13px;
  color: var(--bodybg-color);
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
}

.plh-title span i {
  position: absolute;
  top: 0px;
  right: 10px;
  color: var(--bodybg-color);
  padding: 10px;
  cursor: pointer;
}

.plane-hist ul {
  position: absolute;
  background-color: var(--bodybg-color);
  right: 5px;
  left: 5px;
  bottom: 30px;
  top: 45px;
  overflow-y: auto;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
}

.plane-hist ul li {
  margin: 3px;
}

.plh-rank {
  color: #6cb8da;
}

.plh-amt {
  font-weight: bold;
  color: #a4e0f0;
}

.plh-time {
  font-size: 10px;
  margin-left: 10px;
  color: #888888;
}

.plh-total {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.plh-total h4 {
  font-size: 13px;
  color: #373c51;
}

.plh-total span {
  color: #493a00;
}

.tr-type {
  color: #3f3f3f;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9c6f23;
}

.det-table th {
  color: #1d4561;
}

.det-table td {
  color: #3e0000;
}

.plane-btn {
  display: flex;
  align-items: center;
  background-image: linear-gradient(to bottom right, #d6b27d, #514206);
  margin: 5px auto;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  justify-content: space-evenly;
  max-width: 600px;
  box-shadow: 0 0 10px #ecc78c7d;
  border: 1px solid #d8b47e;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.plane-btn img {
  height: 40px;
  rotate: -15deg;
  animation: plane 2s infinite;
}

.plane-btn p {
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0 0 10px #5f4a2b;
}

@keyframes plane {
  0% {
    margin-top: -15px;
    rotate: -10deg;
  }

  50% {
    margin-top: 5px;
    rotate: -8deg;
  }

  75% {
    margin-top: -11px;
    rotate: -15deg;
  }

  100% {
    margin-top: -15px;
    rotate: -10deg;
  }
}

.hs-item a {
  background-image: linear-gradient(to bottom right, #ffffff, #ffcb80);
  color: #56471c !important;
  box-shadow: 0 0 15px #ffcc00a6;
  margin-top: 30px;
}

.hs-item a * {
  color: #56471c !important;
}

.dl-upline p {
  width: max-content !important;
  color: #cbf1ff !important;
  display: inline-block;
}

.dl-pl-btn {
  font-size: 11px;
  padding: 3px;
  background-color: #7fd6ff;
  border-radius: 5px;
  color: black;
  cursor: pointer;
}

.page-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
}
.page-loader::before,
.page-loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, var(--text-gold) 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}
.page-loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear;
}

@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}

.page-loader-wrapper {
  background-color: var(--bodybg-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.page-loader-cont {
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-min {
  width: max-content !important;
  padding: 10px;
}

.reset-timer {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%);
  width: max-content;
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
}

.fly-btn div span {
  position: initial;
  color: white;
  font-size: 11px;
}

.swal2-popup.swal2-modal {
  background-color: #546265;
  color: #fff3ce;
}

.swal2-confirm {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #ffe07c, #634b00);
  text-shadow: 0 0 5px #000000;
}

.swal2-cancel {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #ff7c7c, #630000);
  text-shadow: 0 0 5px #000000;
}
