@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Keania+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html, body {
  overflow: hidden auto;
  min-height: 100vh;
  width: 100%;
}

::-moz-placeholder {
  cursor: default;
}

h1, h2, h3, h4, h5, p, a, span, button, ::placeholder {
  cursor: default;
}

a, button, input, textarea, fieldset {
  outline: none;
}

a, button, input[type=radio], input[type=checkbox], option, select {
  cursor: pointer;
}

svg:not(:root) {
  display: block;
}

svg, img {
  pointer-events: none;
}

::-moz-selection {
  color: #c5c5c8;
  background: #1f73ad;
}

::selection {
  color: #c5c5c8;
  background: #1f73ad;
}

:root {
  --theme: #1f73ad;
  --background-color: #0c0c0c;
}

::-webkit-scrollbar {
  background: #212121;
  width: 12px;
  height: 12px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #1f73ad;
  border-radius: 6px;
  border: 3px solid #212121;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #0c0c0c;
}
body main {
  position: relative;
  min-height: calc(100vh - 119px);
}
body main:not(#auth):not(.build) {
  padding: 4em min(10%, 10em);
}
body main.invert-bg {
  background: #151515;
}
body main.invert-bg .card {
  background: #111111;
}

.column, .col-centered, .col-reversed, .col-between,
.row, .row-centered, .row-reversed, .row-evenly, .row-between {
  display: flex;
  flex-wrap: nowrap;
}

.column, .col-centered, .col-between {
  flex-flow: column nowrap;
  flex-direction: column;
}

.row, .row-centered, .row-evenly, .row-between {
  flex-flow: row nowrap;
  flex-direction: row;
}

.row-centered, .col-centered {
  justify-content: center;
  align-items: center;
}

.row-evenly {
  justify-content: space-evenly;
  align-items: center;
}

.row-between, .col-between {
  justify-content: space-between;
  align-items: center;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.block {
  display: block;
}

.col-reversed, .row-reversed {
  flex-direction: row-reverse;
}

.wrap {
  flex-wrap: wrap;
}

.no-word-break {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.both-pseudos::before, .before-pseudo::before {
  content: "";
  display: block;
  position: absolute;
}

.both-pseudos::after, .after-pseudo::after {
  content: "";
  display: block;
  position: absolute;
}

.no-pointer {
  pointer-events: none;
}

@font-face {
  font-family: "Kdam Thmor";
  font-style: normal;
  font-weight: 400;
  src: local("Kdam Thmor"), url("../fonts/KdamThmor-Regular.woff") format("woff");
}
@keyframes slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.std-link {
  color: #1f73ad;
  font-weight: 12px;
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
.std-link span {
  display: inline-block;
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.std-link:hover span, .std-link:focus span {
  transform: translateX(5px);
}

.submit {
  background: #141414;
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  outline: none;
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #e6e6e6;
  transition: all 0.3s ease-in-out;
}
.submit > span {
  pointer-events: none;
}
.submit:hover, .submit:focus {
  border-color: #667085;
}
.submit__icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.submit__icon:hover span > i, .submit__icon:focus span > i {
  color: #1f73ad;
}
.submit__blue {
  border-color: #1f73ad;
  color: #1f73ad;
  text-transform: uppercase;
}
.submit__blue.bold {
  border-radius: 2px;
  border-color: #1f73ad;
}
.submit__blue.bold, .submit__blue:hover, .submit__blue:focus {
  background: #1f73ad;
  color: #fff;
}
.submit__red {
  height: 40px;
  padding: 10px 25px;
  gap: 10px;
  border-radius: 2px;
  border-color: #f00;
  color: #e6e6e6;
}
.submit__red.bold, .submit__red:hover, .submit__red:focus {
  background: #f00;
  border-color: #f00;
  color: #fff;
}
.submit.bold {
  font-weight: 900;
  opacity: 1;
}
.submit.bold:hover, .submit.bold:focus {
  opacity: 0.6;
}

main > .col-3 {
  width: 100%;
  gap: 1.5em;
}
main > .col-3 .card {
  width: calc(33.3333333333% - 1em);
}

main .card {
  background: #111111;
  border-radius: 5px;
  min-width: 320px;
  max-height: 550px;
  overflow: hidden auto;
  padding: 1.5em 1em;
  gap: 1em;
}
main .card__header {
  color: #e6e6e6;
  gap: 1rem;
}
main .card__header .icon {
  width: 25px;
  height: 25px;
}
main .card__header h3 {
  font-weight: 400;
  font-size: 18px;
}
main .card__body {
  color: #e6e6e6;
}
main .card__body p, main .card__body h4 {
  font-weight: 400;
  font-size: 14px;
}
main .card__body__item--info p {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(230, 230, 230, 0.5);
}
main .card__body__item--info:not(:last-child) {
  margin-bottom: 4px;
}
main .card__body:is(ol) {
  padding-left: 1.5rem;
  gap: 1rem;
}
main .card__body:is(ol) li {
  position: relative;
  padding: 11px 0;
  border-bottom: 1px solid #1f73ad;
  cursor: pointer;
}
main .card__body:is(ol) li::marker {
  font-size: 14px;
  font-weight: 400;
}
main .card__body:is(ol) li p {
  overflow: hidden;
  font-size: 12px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
main .card__body:is(ol) li p span {
  font-size: 14px;
}
main .card__body:is(ol) li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5rem;
  bottom: -1px;
  width: 1.5rem;
  height: 100%;
  background: transparent;
  border-bottom: 1px solid #1f73ad;
}
main .card__body:is(ol) li, main .card__body:is(ol) li::before {
  transition: background-color 0.3s;
}
main .card__body:is(ol) li:hover, main .card__body:is(ol) li:hover::before {
  background-color: rgba(31, 115, 173, 0.05);
}
main .card__body:is(ul) {
  list-style: none;
  gap: 8px;
}
main .card__body:is(ul) li {
  padding: 13px 16px;
  border: 1px solid #212121;
}
main .card__body:is(ul) li p small {
  font-size: 12px;
  color: rgba(230, 230, 230, 0.5);
}
main .card__body:is(ul) li button.eye, main .card__body:is(ul) li button.danger, main .card__body:is(ul) li > span {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(230, 230, 230, 0.5);
}
main .card__body:is(ul) li button.eye, main .card__body:is(ul) li button.danger {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
main .card__body:is(ul) li button.eye:hover, main .card__body:is(ul) li button.eye:focus, main .card__body:is(ul) li button.danger:hover, main .card__body:is(ul) li button.danger:focus {
  opacity: 0.7;
}
main .card__body:is(ul) li button.danger {
  color: #f00;
}
main .card__body.row {
  gap: 1em 3em;
}
main .card__large {
  width: 100%;
}
main .card__large-input, main .card__auto-input {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  height: 40px;
  padding: 0 6px !important;
  border: none !important;
  border-bottom: 1px solid #1f73ad !important;
}
main .card__large-input label, main .card__auto-input label {
  font-size: 12px;
  font-weight: 200;
  color: #b1b1b1;
  text-wrap: nowrap;
}
main .card__large-input input, main .card__auto-input input {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}
main .card__large-input input::-moz-placeholder, main .card__auto-input input::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
main .card__large-input input, main .card__large-input input::placeholder, main .card__auto-input input, main .card__auto-input input::placeholder {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
main .card__large-input input::-moz-placeholder, main .card__auto-input input::-moz-placeholder {
  color: rgba(230, 230, 230, 0.5);
}
main .card__large-input input::placeholder, main .card__auto-input input::placeholder {
  color: rgba(230, 230, 230, 0.5);
}
main .card__large-input button.submit__blue, main .card__auto-input button.submit__blue {
  position: relative;
  bottom: 6px;
  height: 2rem;
  width: 200px;
  font-weight: 500;
  font-size: 10px;
  line-height: 0;
  color: #fff;
  background: #1a1a1a;
  text-transform: none;
  border-radius: 0;
}
main .card__large-input.editable label::before, main .card__auto-input.editable label::before {
  content: "\f304";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 600;
  color: #e6e6e6;
}
main .card__large-input:not(.no-colon) label::after, main .card__auto-input:not(.no-colon) label::after {
  content: ":";
}
main .card__large-input, main .card__large-input input {
  width: 100%;
}
main .card__auto-input, main .card__auto-input input {
  width: auto;
}
main .card__halved {
  width: calc(var(--h) - 1em);
}
main .card__halved .card__body {
  gap: 1.5em;
}
main .card__submit {
  height: 40px;
  padding: 0 !important;
  border: none !important;
}
main .card__footer button {
  margin-top: 10px;
  background: none;
  outline: none;
  height: 40px;
  padding: 10px 25px;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #1f73ad;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #e6e6e6;
  transition: background-color 0.2s ease-in-out;
}
main .card__footer button > span {
  pointer-events: none;
}
main .card__footer button:hover, main .card__footer button:focus {
  background-color: #1f73ad;
}

.auth-input-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0;
}
.auth-input-box label {
  font-size: 12px;
  font-weight: 300;
}
.auth-input-box input, .auth-input-box textarea {
  border: 1px solid #6275a3;
  outline: none;
  background: none;
  border-radius: 5px;
  font-size: 12px;
  padding: 12px 16px;
}
.auth-input-box input::-moz-placeholder, .auth-input-box textarea::-moz-placeholder {
  color: rgba(230, 230, 230, 0.75);
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.auth-input-box input, .auth-input-box input::placeholder, .auth-input-box textarea, .auth-input-box textarea::placeholder {
  color: rgba(230, 230, 230, 0.75);
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.auth-input-box input:not(:-moz-placeholder-shown), .auth-input-box textarea:not(:-moz-placeholder-shown) {
  color: #e6e6e6;
}
.auth-input-box input:focus, .auth-input-box input:not(:placeholder-shown), .auth-input-box textarea:focus, .auth-input-box textarea:not(:placeholder-shown) {
  color: #e6e6e6;
}
.auth-input-box textarea {
  resize: none;
  height: 144px;
}

.contain-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

span.badge {
  background-color: #1f73ad;
  width: 75px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  font-weight: 500;
  font-size: 10px;
  color: #e6e6e6;
  text-transform: uppercase;
  border-radius: 9px;
}
span.badge.free {
  opacity: 0.25;
}

.table-full {
  background: #111111;
  padding: 1em 3em;
  /* // responsive
  @include media-breakpoint-down(md) {
      table {
          thead tr th { font-size: 12px }

          tbody tr td span {
              line-height: 20px;

              &:nth-child(1) { font-size: 14px }
              &:nth-child(2) { font-size: 12px }
          }
      }
  }

  @media screen and (max-width: 700px) {
      // remove the 4th column
      table thead tr th:nth-child(4),
      table tbody tr td:nth-child(4) { display: none }

      @media screen and (max-width: 500px) {
          // remove the 5th column
          table thead tr th:nth-child(5),
          table tbody tr td:nth-child(5) { display: none }
      }

      @media screen and (max-width: 430px) {
          // remove the 3rd column
          table thead tr th:nth-child(3),
          table tbody tr td:nth-child(3) { display: none }
      }
  } */
}
.table-full table {
  border-collapse: separate;
  border-spacing: 0;
  background: none;
  width: 100%;
}
.table-full table thead tr th {
  height: 50px;
  text-align: center;
  color: #e6e6e6;
  font-size: 12px;
  font-family: "Kdam Thmor", sans-serif;
  text-transform: uppercase;
}
.table-full table thead tr th > span {
  margin-right: 4px;
}
.table-full table thead tr th button {
  color: #e6e6e6;
  margin-left: 4px;
  transform: rotate(0deg);
  transition: transform 150ms;
  background: none;
  border: none;
  outline: none;
}
.table-full table thead tr th button:hover, .table-full table thead tr th button:focus {
  transform: rotate(5deg);
}
.table-full table thead tr th button.active {
  transform: rotate(-180deg);
}
.table-full table thead tr th button.active:hover, .table-full table thead tr th button.active:focus {
  transform: rotate(-185deg);
}
.table-full table thead tr th:nth-child(1), .table-full table thead tr th:nth-child(2) {
  text-align: left;
}
.table-full table thead tr th:nth-child(2), .table-full table thead tr th :nth-child(3) {
  width: 150px;
}
.table-full table thead tr th:last-child button {
  margin-left: 10px;
}
.table-full table tbody tr {
  height: 75px;
}
.table-full table tbody tr td:nth-child(1), .table-full table tbody tr td:nth-child(2) {
  text-align: left;
}
.table-full table tbody tr td:nth-child(3) {
  text-align: center;
}
.table-full table tbody tr td > span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: #e6e6e6;
}
.table-full table tbody tr td > span:nth-last-child(2) {
  color: #1f73ad;
}
.table-full table tbody tr td > span:nth-child(2) {
  display: block;
}
.table-full table tbody tr td:nth-last-child(1) {
  width: 64px;
  height: 40px;
  text-align: right;
}
.table-full table tbody tr td:nth-last-child(1) span {
  color: #e6e6e6;
}
.table-full table tbody tr td:nth-last-child(1) button {
  position: relative;
  top: 3px;
  background: none;
  border: none;
  outline: none;
  height: 30px;
  width: 30px;
  font-size: 16px;
  color: #667085;
  margin-left: 10px;
}

main section.side-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  height: calc(100% - 119px);
  width: 275px;
  background: #111111;
  padding: 1.5em 1em;
}
main section.side-nav .side-nav__logo {
  width: 106px;
}
main section.side-nav h2 {
  margin: 8px 0;
  font-size: 18px;
  font-weight: 400;
  color: #e6e6e6;
}
main section.side-nav h3 {
  margin-bottom: 2em;
  font-size: 12px;
  font-weight: 600;
  color: #b0b4bd;
}
main section.side-nav ul {
  list-style: none;
  width: 100%;
  gap: 10px;
}
main section.side-nav ul li {
  width: 100%;
}
main section.side-nav ul li.side-nav__btn {
  height: 40px;
}
main section.side-nav ul li.side-nav__btn button {
  outline: none;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #e6e6e6;
  padding: 12px;
  gap: 7px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  transition: all 0.2s ease-in-out;
  background-color: #1a1a1a;
  border: 2px solid #212121;
}
main section.side-nav ul li.side-nav__btn button span {
  pointer-events: none;
}
main section.side-nav ul li.side-nav__btn button i {
  color: #1f73ad;
}
main section.side-nav ul li.side-nav__btn button:hover, main section.side-nav ul li.side-nav__btn button:focus {
  background: #141414;
  color: #1f73ad;
}
main section.side-nav ul li.side-nav__btn.side-nav__back button {
  justify-content: center;
  color: #f00;
}
main section.side-nav ul li.side-nav__btn.side-nav__back button span > i {
  color: #f00;
}
main section.side-nav ul li.side-nav__link {
  height: 50px;
}
main section.side-nav ul li.side-nav__link a {
  height: 100%;
  padding: 11px 15px;
  gap: 15px;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  background: #151515;
  border-radius: 5px;
}
main section.side-nav ul li.side-nav__link a span {
  font-size: 14px;
  color: #e6e6e6;
  pointer-events: none;
}
main section.side-nav ul li.side-nav__link a span > img, main section.side-nav ul li.side-nav__link a span > i {
  width: 20px;
  height: 20px;
}
main section.side-nav ul li.side-nav__link a.active {
  border-bottom: 1px solid #1f73ad;
}
main section.side-nav ul li.side-nav__link a:hover, main section.side-nav ul li.side-nav__link a:focus {
  opacity: 0.6;
}
main section.side-nav ul li.side-nav__link-2 {
  width: 100%;
}
main section.side-nav ul li.side-nav__link-2 a {
  padding: 9px 12px;
  gap: 4px;
  width: 100%;
  text-decoration: none;
  border: 1px solid #1f1f1f;
  opacity: 1;
  transition: opacity 250ms ease;
}
main section.side-nav ul li.side-nav__link-2 a span {
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
  width: 100%;
  pointer-events: none;
}
main section.side-nav ul li.side-nav__link-2 a span:first-child {
  font-size: 10px;
  color: #e6e6e6;
}
main section.side-nav ul li.side-nav__link-2 a span:last-child {
  font-size: 8px;
  color: #1f73ad;
}
main section.side-nav ul li.side-nav__link-2 a:hover, main section.side-nav ul li.side-nav__link-2 a:focus {
  opacity: 0.65;
}
main section.side-nav ul li.side-nav__link-2.disabled a {
  opacity: 0.25;
}
main section.side-nav ul li.side-nav__link-2.disabled a span {
  color: #e6e6e6;
}
main section.side-nav ul li.side-nav__link-2.disabled a:hover, main section.side-nav ul li.side-nav__link-2.disabled a:focus {
  opacity: 1;
}
main section.side-nav ul li.side-nav__search {
  padding: 12px;
  gap: 15px;
  margin-bottom: 1.5em;
  background-color: #1a1a1a;
  border: 2px solid #212121;
}
main section.side-nav ul li.side-nav__search span {
  width: 15px;
  height: 15px;
  line-height: 15px;
}
main section.side-nav ul li.side-nav__search input {
  background: none;
  border: none;
  outline: none;
  height: 2rem;
  padding: 0;
  color: #e6e6e6;
  width: 100%;
}
main section.side-nav ul li.side-nav__search input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
main section.side-nav ul li.side-nav__search input, main section.side-nav ul li.side-nav__search input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
main section.side-nav ul li.side-nav__search input::-moz-placeholder {
  color: #b0b4bd;
}
main section.side-nav ul li.side-nav__search input::placeholder {
  color: #b0b4bd;
}

main#build-page {
  padding: 0 !important;
}

.nav {
  padding: 1.5em 1.5em 0;
  background-color: #141414;
}
.nav__top {
  gap: 1.5em;
  margin-bottom: 1em;
}
.nav__top__user {
  gap: 1.5em;
}
.nav__top__user__avatar {
  width: 32px;
  height: 32px;
}
.nav__top__user__details {
  gap: 1em;
}
.nav__top__user__details h3 {
  font-weight: 400;
  font-size: 14px;
  color: #e6e6e6;
}
@media screen and (max-width: 340px) {
  .nav__top__user {
    gap: 1em;
  }
  .nav__top__user__avatar {
    width: 28px;
    height: 28px;
  }
  .nav__top__user__details {
    gap: 0.7em;
  }
}
.nav__top__lang select {
  width: 200px;
  height: 2rem;
  border-radius: 5px;
  color: #e6e6e6;
  padding: 0 0.5rem;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: border-color 150ms;
  background-color: #1a1a1a;
  border: 1px solid #212121;
}
.nav__top__lang select:focus, .nav__top__lang select:hover {
  border-color: #1f73ad;
}
.nav nav {
  margin: 1em 0 calc(1em - 5px);
}
.nav nav .row {
  list-style: none;
  gap: 1em;
}
.nav nav .row li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: none;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  color: #e6e6e6;
  border-bottom: 1px solid transparent;
}
.nav nav .row li a.active {
  border-bottom-color: #1f73ad;
}
.nav nav .row li a:hover, .nav nav .row li a:focus {
  background-color: rgba(31, 115, 173, 0.05);
}
.nav__page-details {
  color: #e6e6e6;
  width: 100%;
  gap: 8px;
  margin-top: 1em;
  padding: 1em 10vw 2.5em;
}
.nav__page-details__title h1 {
  font-weight: 400;
  font-size: 2rem;
}
.nav__page-details__title p {
  font-weight: 600;
  font-size: 14px;
}
.nav__page-details__stats {
  list-style: none;
  gap: 1.5em;
  margin-left: auto;
}
.nav__page-details__stats li {
  padding: 0.5rem 1.5rem;
  text-align: center;
  line-height: 1.75;
  background-color: #1a1a1a;
  border: 1px solid #212121;
}
.nav__page-details__stats li h3 {
  font-weight: 400;
  font-size: 0.75rem;
  color: #1f73ad;
  text-transform: uppercase;
}
.nav__page-details__stats li span {
  font-weight: 100;
  font-size: 1.2rem;
  color: #e6e6e6;
}
.nav__page-details__search {
  height: 45px;
  margin-left: auto;
  padding: 0 1em 0 calc(1em - 8px);
  width: 20%;
  background-color: #1a1a1a;
  border: 2px solid #212121;
}
.nav__page-details__search span {
  width: 25px;
  height: 25px;
}
.nav__page-details__search input {
  background: none;
  border: none;
  outline: none;
  text-align: right;
  height: 2rem;
  padding: 0;
  color: #e6e6e6;
  width: calc(100% - 37px);
}
.nav__page-details__search input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.nav__page-details__search input, .nav__page-details__search input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.nav__page-details__search input::-moz-placeholder {
  color: #8a92a6;
}
.nav__page-details__search input::placeholder {
  color: #8a92a6;
}

.popup {
  background-color: #1a1a1a;
  border: 1px solid #212121;
  border-color: #f00;
  border-radius: 10px;
  padding: 2em 1.5em;
  width: min(375px, 90vw);
  color: #fff;
  gap: 1rem;
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 12, 0.5);
}
.popup h2 {
  font-weight: 200;
  font-size: 14px;
}
.popup p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.popup__buttons {
  margin-top: 1rem;
  gap: 1em;
}
.popup__buttons button {
  height: 35px;
  line-height: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.popup__buttons button:first-child {
  width: 100%;
}

.auth-container {
  background: url(../images/auth-layout.svg);
  background-color: rgba(26, 26, 26, 0.9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  width: 400px;
}
.auth-container__head {
  padding: 2em;
}
.auth-container__body {
  position: relative;
  top: -5em;
  margin: auto 0;
  width: 400px;
  padding: 0 2em;
  gap: 1em;
}
@media screen and (max-width: 400px) {
  .auth-container__body {
    width: 100%;
  }
}
@media screen and (max-width: 368px) {
  .auth-container__body {
    padding: 0 1em;
  }
}
.auth-container__title, .auth-container__form {
  width: 100%;
}
.auth-container__title h1 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1em;
}
.auth-container__title h2 {
  font-size: 1.2rem;
  font-weight: 300;
}
.auth-container__form {
  gap: 8px;
}
.auth-container__form .auth-recaptcha {
  margin: 20px 0;
}
.auth-container__form button[type=submit] {
  margin-top: 1em;
}
.auth-container__links {
  width: 100%;
}
.auth-container__links a {
  font-size: 12px;
  font-weight: 300;
  color: #e6e6e6;
}
.auth-container__links a, .auth-container__links a > i {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: text-decoration-color 150ms ease-in-out;
}
.auth-container__links a:hover, .auth-container__links a:hover > i, .auth-container__links a:focus, .auth-container__links a:focus > i {
  text-decoration-color: #e6e6e6;
}
.auth-container__full {
  width: 100%;
  background-image: url(../images/auth-layout-2.svg);
}
.auth-container__full .auth-container__body {
  align-self: center;
}
.auth-container__phrase .auth-container__body {
  gap: 8px;
  width: calc(460px + 4em);
}
.auth-container__phrase .auth-container__body .auth-container__form {
  gap: 0;
}
@media screen and (max-width: calc(460px + 4em)) {
  .auth-container__phrase .auth-container__body {
    width: 100%;
    padding: 0 2em;
  }
  .auth-container__phrase .auth-container__body .auth-container__2-buttons {
    gap: 0 1em;
  }
}
.auth-container__warn {
  font-weight: 300;
  font-size: 1rem;
  color: #f00;
}
.auth-container__2-buttons button {
  width: 200px;
}
@media screen and (max-width: 400px) {
  .auth-container__2-buttons {
    flex-wrap: wrap;
  }
  .auth-container__2-buttons button {
    width: 100%;
  }
}

.auth-right-panel__content {
  justify-content: flex-end;
  padding: 2em 0 2em 8em;
  height: 50%;
  width: max(600px, (100vw - 400px) / 2 + 8em);
  color: #fff;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .auth-right-panel__content {
    width: calc(100vw - 400px);
    min-width: 0;
    padding: 2em 4em;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) {
  .auth-right-panel__content {
    padding: 2em;
  }
}
.auth-right-panel__content h1 {
  font-size: 2.5em;
  font-weight: 400;
  color: #1f73ad;
}
.auth-right-panel__content h3 {
  font-weight: 400;
  font-size: 18px;
  color: #c5c5c8;
}
.auth-right-panel__content p {
  font-weight: 200;
  font-size: 14px;
  color: #c5c5c8;
  line-height: 1.8;
  margin-bottom: 8px;
}
.auth-right-panel__content button {
  max-width: 370px;
}
.auth-right-panel__animation {
  position: relative;
  height: 50%;
  width: 100%;
  overflow: hidden;
  justify-content: flex-end;
  color: #1f73ad;
}
.auth-right-panel__animation .row {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.5;
  left: calc(var(--i) * -10px);
}
.auth-right-panel__animation .row:nth-child(3n) {
  animation: slide ease-in-out infinite;
  animation-duration: calc((var(--i) + 1) * 1.6s);
}
.auth-right-panel__animation .row:nth-child(3n+1) {
  animation: slide ease-in-out reverse infinite;
  animation-duration: calc((var(--i) + 1) * 1.4s);
}
.auth-right-panel__animation .row:nth-child(3n+2) {
  animation: slide ease-in-out infinite;
  animation-duration: calc((var(--i) + 1) * 1.5s);
}
.auth-right-panel__animation::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../images/auth-animation.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 850px) {
  .auth-container {
    width: 100%;
  }
  .auth-container__body {
    align-self: center;
  }
  .auth-right-panel {
    display: none;
  }
}
main {
  width: 100%;
}
main > .row:not(.col-3) {
  gap: 2em;
}
main .left-panel {
  background: #111111;
  padding: 4em 2em;
  gap: 1em;
}
main .left-panel h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  color: #e6e6e6;
}
main .left-panel form {
  color: #e6e6e6;
  gap: 10px;
}
main .left-panel form button {
  width: 100%;
  margin-top: 10px;
}
main .left-panel ~ .table-full {
  width: calc(100% - 351px - 2em);
}
main.row {
  gap: 2em;
}
main.row > div {
  height: -moz-min-content;
  height: min-content;
}
main.row > .card {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc((100% - 4em) / 3);
  max-width: 500px;
  height: 225px;
  padding: 1.5em 2em;
  border-radius: 0;
  background-color: #1a1a1a;
  border: 2px solid #212121;
}
main.row > .card .card__top {
  color: #e6e6e6;
}
main.row > .card .card__top h3 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 8px;
}
main.row > .card .card__top p {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
}
main.row > .card .card__bottom {
  width: 100%;
}
main.row > .card .card__bottom span.price {
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-weight: 200;
  background: #1a1a1a;
  color: #fff;
}
main.row > .card .card__bottom button.submit {
  width: calc(50% - 1em);
  height: 30px;
  font-weight: 200;
  font-size: 12px;
  line-height: 0;
  border-radius: 0;
  opacity: 0.9;
}
main.row > .card .card__bottom button.submit:hover, main.row > .card .card__bottom button.submit:focus {
  opacity: 1;
}
main.row > .card.owned {
  opacity: 0.3;
  pointer-events: none;
}
main.row > .card.owned .card__bottom span.price, main.row > .card.owned .card__bottom button.submit {
  color: #0f0;
}
main.row > .card.owned .card__bottom button.submit {
  opacity: 1;
  font-weight: bold;
}
main.row > .card.unavailable .card__bottom button.submit {
  pointer-events: none;
  opacity: 0.3;
}
main.row > .card:nth-child(3n), main.row > .card:nth-child(3n+2) {
  background-image: url(../images/modules-card-layout-1.svg);
}
main.row > .card:nth-child(3n+1) {
  background-image: url(../images/modules-card-layout-2.svg);
}
main.with-panel {
  padding-left: calc(275px + min(10%, 10em)) !important;
}
main#settings .row > .card:is(:last-child) .card__submit {
  margin-top: 1em;
}
main#build-vyper, main#settings {
  gap: 2em;
}