@font-face {
  font-family: "Drawfly_Go";
  src: url("/fonts/Drawfly_Go/DrawflyGo-w1ly2.otf");
}

@font-face {
  font-family: "ubuntu-mono";
  src: url("/fonts/Ubuntu_Mono/UbuntuMono-Bold.ttf") format("woff");
}

@font-face {
  font-family: "ubuntu-mono";
  src: url("/fonts/Ubuntu_Mono/UbuntuMono-BoldItalic.ttf") format("woff");
}

@font-face {
  font-family: "ubuntu-mono";
  src: url("/fonts/Ubuntu_Mono/UbuntuMono-Italic.ttf") format("woff");
}

@font-face {
  font-family: "ubuntu-mono";
  src: url("/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf") format("woff");
}

* {
  font-family: "ubuntu-mono", sans-serif;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

*::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

body {
  overflow-x: hidden;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.glass {
  -webkit-backdrop-filter: blur(13px) !important;
  backdrop-filter: blur(13px) !important;
  background-color: #0e121440 !important;
  border: 1px solid #182e36 !important;
}

.glass-dark {
  -webkit-backdrop-filter: blur(13px) !important;
  backdrop-filter: blur(13px) !important;
  background-color: #0e121440 !important;
  border: 1px solid #182e36 !important;
}

.glass-btn {
  -webkit-backdrop-filter: blur(13px) !important;
  backdrop-filter: blur(13px) !important;
  background-color: #779fb340 !important;
  border: 1px solid #182e3640 !important;
}

.glass-dark-btn {
  -webkit-backdrop-filter: blur(13px) !important;
  backdrop-filter: blur(13px) !important;
  background-color: #0e121440 !important;
  border: 1px solid #182e3640 !important;
}

.overflow {
  overflow: hidden !important;
}

.overflow-scroll-y {
  overflow-x: hidden;
  overflow-y: scroll !important;
}

.overflow-scroll-x {
  overflow-y: hidden;
  overflow-x: scroll !important;
}

.fixedElement {
  position: fixed;
  z-index: 100;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #263236 inset !important;
  -webkit-text-fill-color: #dddddd !important;
}

input,
button {
  outline: none !important;
}


pre[data-copy], kbd[data-copy] {
  display: block;
  min-width: 80%;
  height: auto;
  min-height: 10px;
  padding: 10px 10px;
  border: 2px solid transparent;
  transition: 1s ease;
  border-radius: 5px;
  cursor: text !important;
  color: #ffffff !important;
  background-color: #212529 !important;
}

pre code {
  padding: 0px;
}

pre[data-copy] i, kbd[data-copy] i {
  float: right;
}

[data-copy] i {
  cursor: pointer !important;
}

[data-premium]:after {
  content: "*PREMIUM";
  color: #b53e46 !important;
  font-size: 9px;
  position: relative;
  top: -10px;
}

[data-is-trial]:after {
  content: "*TRIAL";
  color: #117a8b !important;
  font-size: 9px;
  position: relative;
  top: -10px;
}

div#messages {
  display: none;
}

.no-bg {
  background: none !important;
}

.swal-wide {
  width: 600px !important;
}

.text-shadow {
  text-shadow: 0px 1px 2px #2f2f2f !important;
}

.no-text-shadow {
  text-shadow: none !important;
}

.border-radius {
  border-radius: 20px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: initial !important;
}

.flip-horizontally {
  transform: scaleX(-1);
}

.flip-vertically {
  transform: scaleX(-1);
}

.bg-image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn {
  padding: 0.25rem 1rem !important;
}

.btn-primary {
  background-color: #8d448b !important;
  color: #ffffff !important;
}

.btn-gray {
  background-color: #a29f9f !important;
}

.btn-bordered {
  color: #f5f5f5 !important;
  border: 1px solid #182e36 !important;
}

.bg-primary {
  background-color: #8d448b !important;
}

.text-blue,
a.text-blue:hover {
  color: #007bff !important;
}

.text-primary,
a.text-primary:hover {
  color: #bf6abc !important;
}

.btn-peach {
  background-color: #b53e46 !important;
  color: #ffffff !important;
}

.bg-peach {
  background-color: #b53e46 !important;
}

.text-peach,
a.text-peach:hover {
  color: #d15d64 !important;
}

.btn-teal {
  background-color: #0e5656 !important;
  color: #ffffff !important;
}

.bg-teal {
  background-color: #0e5656 !important;
}

.text-teal,
a.text-teal:hover {
  color: #6fedb6 !important;
}

.btn-orange {
  background-color: #e98334 !important;
  /* #af5107!important; */
  color: #ffffff !important;
}

.bg-orange {
  background-color: #e98334 !important;
  /* #af5107!important; */
}

.text-light-orange {
  color: #e8d96a !important;
}

.text-orange,
a.text-orange:hover {
  color: #e98334 !important;
}

.bg-main {
  background-color: #27363a !important;
}

.bg-main-img {
  background: url("/img/bgs/planets.svg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

.bg-transparent {
  background-color: transparent !important;
}

.transparent {
  opacity: 0;
}

.bg-none {
  background: none !important;
}

.hide {
  display: none !important;
}

.border-none {
  border: none !important;
}

.no-blur {
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
}

.video-container {
  position: relative;
}

.video-container video,
.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}

.account img {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.profile img {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 5px;
}

.support-widget {
  position: fixed;
  right: -25px;
  bottom: 0px;
  height: fit-content;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  transform: scale(0.7);
}

.support-widget a.support-widget-board {
  display: flex;
  flex-direction: row;
  padding: 10px;
  color: #ffffff;
}

.support-widget a.support-widget-board i {
  font-size: 50px;
}

h1,
h2,
h3,
h4 {
  font-family: "Drawfly_Go", sans-serif !important;
}

h5,
h6 {
  font-family: "ubuntu-mono", sans-serif;
}

.step h5 {
  font-weight: 600 !important;
}

.swal-modal input {
  background-color: #0e1214;
  color: #ffffff;
  border: 1.5px solid #182e36;
}

.swal-modal {
  background-color: #0e1214;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border: 1.5px dashed #182e36;
  border-radius: 20px;
}

.swal-icon {
  opacity: 0.8;
  transform: scale(0.85);
}

.swal-icon--success:before,
.swal-icon--success:after {
  background: transparent;
}

.swal-icon--success__hide-corners {
  background: transparent;
}

.swal-title,
.swal-text {
  color: #ffffff;
}

.swal-footer button:not(.swal-button--cancel):hover,
.swal-footer button:not(.swal-button--danger):hover {
  background-color: transparent !important;
}

.swal-footer button:not(.swal-button--cancel):focus,
.swal-footer button:not(.swal-button--danger):focus {
  background-color: #8d448b !important;
}

.swal-footer button:not(.swal-button--cancel),
.swal-footer button:not(.swal-button--danger) {
  background: transparent;
  border: 1px solid #8d448b !important;
}

.payment-method {
  display: flex;
  justify-content: center;
}

.payment-method img {
  padding: 0px 5px;
  margin: 0px 5px;
}

.coming_soon .card {
  width: 80%;
  height: 40vh;
  border: 1px dashed #8d448b;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border-radius: 20px;
  transition: 0.5s ease-out;
}

.coming_soon .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card,
.modal-content {
  margin-bottom: 20px;
  background-color: #0e121440;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border: 1px solid #182e36;
  border-radius: 20px;
}

.modal-header,
.modal-footer {
  border: none !important;
}

.modal-content h4 {
  color: #f0f0f0;
}

.card-title {
  color: #ffffff !important;
}

.marquee {
  color: #f5f5f5;
}

.marquee-bounce {
  color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1000000;
}

.marquee-player {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 15px;
  background-color: transparent;
  border-radius: 50%;
}

.marquee-player i {
  color: #f0f0f0;
  font-size: 16px;
}

.installs .card {
  background-color: #182d3540;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.installs .icon {
  font-size: 50px;
  /* opacity: 0.6; */
}

.installs .card-text {
  position: relative;
  z-index: 2;
}

.hero {
  margin-bottom: 60px !important;
}

.hero .card {
  min-height: 50vh;
  color: #ffffff !important;
  background-color: #182d3540;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.hero-mini .card {
  min-height: 30vh;
  color: #ffffff !important;
  background-color: #182d3540;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.hero .icon {
  font-size: 60px;
}

.hero .card-text {
  position: relative;
  z-index: 2;
}

.hero.hero-primary .card {
  border-color: #8d448b;
}

.hero.hero-warning .card {
  border-color: #ffc107;
}

.hero.hero-info .card {
  border-color: #117a8b;
}

.hero.hero-peach .card {
  border-color: #b53e46;
}

.hero.hero-teal .card {
  border-color: #0e5656;
}

.hero.hero-orange .card {
  border-color: #e98334;
}

.dropdown-menu {
  background-color: #182d3540;
  border: 1px solid #0e1214;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.dropdown-menu a {
  color: #ffffff !important;
}

.dropdown-menu a:hover {
  color: initial !important;
}

.input input::placeholder {
  color: #6f6f6f !important;
}

.input input {
  border-radius: 50px;
  border: none !important;
  color: #ffffff;
  background-color: #0e121440;
  -moz-backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.documentations .menu a {
  background-color: transparent;
  border-color: transparent;
  border-radius: 20px;
  margin: 2.5px auto;
  color: #f8f9fa;
  border: 2px solid transparent;
  transition: .5s ease;
}

.documentations .menu a:hover {
  border-color: #6fedb6;
}

.documentations .menu a:hover:before {
  content: "→";
}

.documentations .menu a i {
  font-size: 25px;
  color: #6fedb6;
}

.documentations .menu a:hover i {
  color: #6fedb6;
}

.documentations .menu a.active i {
  color: #6fedb6;
}

.documentations .menu a.active {
  background-color: #0e121440 !important;
  border-color: #6fedb6;
  color: #ffffff !important;
}

.documentations .menu a.active:before {
  content: "→";
}

.documentations .description {
  border-radius: 20px;
  overflow: scroll;
  padding: 10px;
  max-height: 800px;
  min-height: 200px;
  max-width: 800px;
  min-width: 700px;
  color: #ffffff;
  border: 1px solid #182e36 !important;
}

.documentations .description a {
  color: #d15d64;
  text-decoration: underline;
}

.tuts-btn {
  text-decoration: none !important;
}

.grider a {
  color: #f8f9fa !important;
  background-color: #0e121440;
  border-radius: 20px;
  margin: 20px auto;
  cursor: default;
  border: 2px solid transparent;
  transition: 1s ease;
}

.grider a i {
  font-size: 25px;
}

.grider a:hover i {
  color: #6fedb6;
}

.grider a:hover {
  border-color: #6fedb6;
  background-color: #0e121440 !important;
  color: #ffffff !important;
}

.grider a:hover:before {
  content: "→";
}

.cash_input .btn,
.cash_input .form-control {
  border-color: #ffc107 !important;
}

td,
tr,
th {
  padding: 15px;
  white-space: nowrap;
  border-bottom: 1px solid #0e1214;
}

.hideme {
  display: none !important;
  width: 0px;
  height: 0px;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
