﻿@font-face {
  font-family: "Font Awesome 6 Sharp";
  src: url("/lib/fontawesome/webfonts/fa-sharp-solid-900.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 6 Solid";
  src: url("/lib/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Jakarta Plus Sans", sans-serif;
  /*src: url('/fonts/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');*/
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: white;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.6rem;
  font-weight: 600;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-bold {
  font-weight: bold;
}

.fs-xxl {
  font-size: 2.4rem !important;
}
.fs-xl {
  font-size: 2rem !important;
}
.fs-lg {
  font-size: 1.8rem !important;
}
.fs-md {
  font-size: 1.6rem;
}
.fs-sm {
  font-size: 1.4rem;
}
.fs-xs {
  font-size: 1.2rem;
}

.text, .text-xs, .text-sm, .text-md, .text-lg, .text-xl, .text-xxl, .fs-xxl, .fs-xl, .fs-lg, .fs-md, .fs-sm, .fs-xs {
  font-weight: 400;
}
.text-xxl {
  font-size: 2.4rem !important;
}
.text-xl {
  font-size: 2rem !important;
}
.text-lg {
  font-size: 1.8rem !important;
}
.text-md {
  font-size: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xs {
  font-size: 1.2rem;
}
.text-primary {
  color: #1DAA91 !important;
}
.text-secondary {
  color: rgba(194, 208, 228, 0.2) !important;
}
.text-black {
  color: black !important;
}
.text-white {
  color: white !important;
}
.text-gray {
  color: rgba(194, 208, 228, 0.5019607843) !important;
}
.text-dark-gray {
  color: #868686 !important;
}
.text-gradient {
  background: linear-gradient(87.67deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 50%, rgba(244, 255, 122, 0.82) 150%, #FFD80E 98.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: fit-content;
}
.text-gradient--reversed {
  background: linear-gradient(267.49deg, #2CD9FF 6.91%, rgba(126, 255, 178, 0.81) 23.15%, rgba(244, 255, 122, 0.82) 81.91%, #FFD80E 96.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: fit-content;
}
.text-align-center {
  text-align: center;
}
.text-light-gray {
  color: color-mix(in srgb, #8692D0 20%, white) !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-red {
  color: #FF3131;
}
.text-light-yellow {
  color: #FFEA31;
}
.text-blue {
  color: #3177FF;
}

small {
  font-size: 1rem !important;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  position: relative;
  background-size: auto;
  overflow-x: hidden;
  font-size: 1.5rem;
  line-height: 1.6;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*background-color: #030621;*/
  overflow-y: auto;
}
body.collapsed .sidebar {
  width: 8.5rem;
  transition: 0.2s ease;
}
body.collapsed .sidebar #logoIconImg {
  display: block;
}
body.collapsed .sidebar #logoImg {
  display: none;
}
@media only screen and (max-width: 480px) {
  body.collapsed .sidebar {
    width: 5rem;
  }
}
body.collapsed .sidebar__nav-container {
  width: auto;
  align-items: flex-start;
  justify-content: left;
  margin-right: auto;
  max-width: 8.5rem;
}
@media only screen and (max-width: 480px) {
  body.collapsed .sidebar__nav-container {
    display: none;
  }
}
body.collapsed .sidebar .nav__icon {
  /*transition: $transition-delay ease;*/
  /*padding-right: 1.5rem;*/
  /*font-size: 2rem;*/
  /*width: fit-content;*/
}
@media only screen and (max-width: 480px) {
  body.collapsed .sidebar .nav__icon {
    padding-right: 0;
    margin-left: 0;
  }
}
body.collapsed .sidebar .nav__link {
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  body.collapsed .sidebar .nav__link {
    padding: 1rem 0;
  }
}
body.collapsed .sidebar .nav__item {
  /*margin-bottom: 0;*/
}
@media only screen and (max-height: 768px) {
  body.collapsed .sidebar .nav__item {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  body.collapsed .sidebar #startNewChallengeButton {
    margin: 0.5rem;
    padding: 0.5rem;
    height: min-content;
  }
}
@media only screen and (max-width: 768px) {
  body.collapsed .sidebar #navbarStartNewChallengeButton {
    margin: 0.5rem;
    padding: 0.5rem;
    height: min-content;
  }
}
body.collapsed .navbar {
  /*margin-left: 8.5rem;*/
}
@media only screen and (max-width: 480px) {
  body.collapsed .navbar {
    /*margin-left: 5rem;*/
  }
}
body.collapsed .main {
  margin-left: 8.5rem;
}
@media only screen and (max-width: 480px) {
  body.collapsed .main {
    margin-left: 0;
  }
}
body.collapsed .nav__text {
  display: none;
  transition: 1s ease;
  /*animation: fade-in-left 1s;*/
}
body.collapsed #collapseButtonIcon::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f105";
}
body.collapsed .divider--horizontal {
  /*width: calc(100% - 0.5rem);*/
}
body.shadow .sidebar {
  box-shadow: 0 5rem 25rem rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 480px) {
  body.shadow .sidebar {
    transform: translate(0);
  }
}
body.shadow .main {
  margin-left: 8.5rem;
}
@media only screen and (max-width: 480px) {
  body.shadow .main {
    margin-left: 0;
  }
}
body.shadow .navbar {
  /*margin-left: 8.5rem;*/
}
@media only screen and (max-width: 480px) {
  body.shadow .navbar {
    /*margin-left: 5rem;*/
  }
}
body.open-forced {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background: url("../../img/background.png");
  background-size: cover;
  background-attachment: fixed;
}

.flex-row, .flex-row-sm, .flex-row-md, .flex-row-lg {
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 2rem;
}
.flex-row .row-end, .flex-row-sm .row-end, .flex-row-md .row-end, .flex-row-lg .row-end {
  justify-self: end;
  margin-left: auto;
  display: inherit;
  align-items: center;
}
.flex-row .row-start, .flex-row-sm .row-start, .flex-row-md .row-start, .flex-row-lg .row-start {
  justify-self: start;
  margin-right: auto;
  display: inherit;
}
@media only screen and (max-width: 1200px) {
  .flex-row-lg {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 996px) {
  .flex-row-md {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-row-sm {
    flex-direction: row !important;
  }
}

.flex-right {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: end;
}

.flex-center {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  width: auto;
  /*	.col-start {
  	justify-self: flex-start;
  	margin-right: auto;
  	display: inherit;
  }

  .col-center {
  	justify-self: center;
  	margin-right: auto;
  	margin-left: auto;
  	display: inherit;
  }*/
}
@media only screen and (max-width: 1200px) {
  .flex-col-lg {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 996px) {
  .flex-col-md {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-sm {
    flex-direction: column !important;
  }
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1200px) {
  .flex-col-reverse-lg {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 996px) {
  .flex-col-reverse-md {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-reverse-sm {
    flex-direction: column-reverse !important;
  }
}

.justify-content-start {
  justify-content: start;
}
.justify-content-center {
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .justify-content-center-lg {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 996px) {
  .justify-content-center-md {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .justify-content-center-sm {
    justify-content: center !important;
  }
}
.justify-content-end {
  justify-content: end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .align-items-start-lg {
    align-items: start !important;
  }
}
@media only screen and (max-width: 996px) {
  .align-items-start-md {
    align-items: start !important;
  }
}
@media only screen and (max-width: 768px) {
  .align-items-start-sm {
    align-items: start !important;
  }
}
.align-items-center {
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .align-items-center-lg {
    align-items: center !important;
  }
}
@media only screen and (max-width: 996px) {
  .align-items-center-md {
    align-items: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .align-items-center-sm {
    align-items: center !important;
  }
}
.align-items-end {
  align-items: end;
}
@media only screen and (max-width: 1200px) {
  .align-items-end-lg {
    align-items: end !important;
  }
}
@media only screen and (max-width: 996px) {
  .align-items-end-md {
    align-items: end !important;
  }
}
@media only screen and (max-width: 768px) {
  .align-items-end-sm {
    align-items: end !important;
  }
}

.align-self-start {
  align-self: start;
}
@media only screen and (max-width: 1200px) {
  .align-self-start-lg {
    align-self: start !important;
  }
}
@media only screen and (max-width: 996px) {
  .align-self-start-md {
    align-self: start !important;
  }
}
@media only screen and (max-width: 768px) {
  .align-self-start-sm {
    align-self: start !important;
  }
}
.align-self-center {
  align-self: center;
}
@media only screen and (max-width: 1200px) {
  .align-self-center-lg {
    align-self: start !important;
  }
}
@media only screen and (max-width: 996px) {
  .align-self-center-md {
    align-self: start !important;
  }
}
@media only screen and (max-width: 768px) {
  .align-self-center-sm {
    align-self: start !important;
  }
}
.align-self-end {
  align-self: end;
}
@media only screen and (max-width: 1200px) {
  .align-self-end-lg {
    align-self: start !important;
  }
}
@media only screen and (max-width: 996px) {
  .align-self-end-md {
    align-self: start !important;
  }
}
@media only screen and (max-width: 768px) {
  .align-self-end-sm {
    align-self: start !important;
  }
}

.justify-self-start {
  justify-self: start;
  margin-right: auto;
  margin-left: 0;
  display: inherit;
}
.justify-self-center {
  justify-self: center !important;
  display: inherit;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .justify-self-center-lg {
    justify-self: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 996px) {
  .justify-self-center-md {
    justify-self: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .justify-self-center-sm {
    justify-self: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.justify-self-end {
  justify-self: end;
  margin-left: auto;
  margin-right: 0;
  display: inherit;
  align-items: center;
}

.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 1rem !important;
}
.gap-2 {
  gap: 2rem !important;
}
.gap-3 {
  gap: 3rem !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 1rem !important;
}
.gap-2 {
  gap: 2rem !important;
}
.gap-3 {
  gap: 3rem !important;
}
.gap-4 {
  gap: 4rem !important;
}

.d-flex {
  display: flex;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.card {
  padding: 3rem;
  /*box-shadow: $box-shadow;*/
  transition: 0.2s ease;
  overflow: hidden;
  background-color: rgba(11, 12, 16, 0.5019607843);
  border-radius: 1rem;
  /*z-index: -1;*/
  border: 1px solid rgba(194, 208, 228, 0.2);
}
.card__body {
  margin-top: 2rem;
  /*padding: 2rem;*/
}
.card__header {
  display: flex;
  flex-direction: row;
  font-size: 2.2rem;
  font-weight: 700;
}
.card--gradient {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 3px 0px white inset, 0 0 1px 0px white;
  border-radius: 1rem;
}
.card--gradient:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 0.1rem;
  border-radius: 1rem;
  background: linear-gradient(87.67deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  /*mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media only screen and (max-width: 768px) {
  .card {
    padding: 1.5rem;
  }
}

.btn, .btn:link, .btn:visited,
.button,
.button:link,
.button:visited {
  text-decoration: none !important;
  padding: 1rem 3.5rem;
  border-radius: 1rem;
  transition: all 0.2s;
  /*position: relative;*/
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: none;
  /*margin: 1rem 2rem;*/
  min-height: 5rem;
  line-height: 1.6;
  overflow: hidden;
  /*min-width: 20rem;*/
  width: auto;
  z-index: 10;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.btn span, .btn:link span, .btn:visited span,
.button span,
.button:link span,
.button:visited span {
  display: inline-block;
  /*vertical-align: middle;*/
  /*padding-left: 2rem;*/
}
.btn:hover,
.button:hover {
  cursor: pointer;
}
.btn.icon-button,
.button.icon-button {
  text-decoration: none !important;
  text-align: center;
  height: 5rem;
  /*		display: flex;
  justify-content: center;*/
  /*align-items: center;*/
  /*padding: 1rem;*/
  box-shadow: none;
  font-size: 2.2rem;
  width: 5rem;
  min-width: auto;
  /*max-width: 4rem;*/
  border-radius: 0.5rem;
  background-color: transparent;
  color: whitesmoke;
  margin: 0;
  padding: 0;
}
.btn.icon-button:hover,
.button.icon-button:hover {
  background: rgba(237.15, 237.15, 237.15, 0.1);
}
.btn.text-button,
.button.text-button {
  text-align: center;
  display: flex;
  justify-content: center;
  box-shadow: none;
  background-color: transparent;
  color: whitesmoke;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.btn.text-button:hover,
.button.text-button:hover {
  background: rgba(237.15, 237.15, 237.15, 0.1);
}
.btn--lg,
.button--lg {
  font-size: 2rem !important;
  font-weight: 700 !important;
  height: 5rem;
}
.btn--sm,
.button--sm {
  font-size: 1.4rem !important;
  height: auto !important;
  padding: 0.5rem !important;
  width: fit-content !important;
  border-radius: 1rem !important;
  display: block;
}
.btn--primary,
.button--primary {
  background-color: #1DAA91;
  color: white !important;
}
.btn--primary:hover,
.button--primary:hover {
  background-color: rgb(25.283919598, 148.216080402, 126.4195979899);
}
.btn--primary-text,
.button--primary-text {
  color: #1DAA91 !important;
}
.btn--primary-outlined,
.button--primary-outlined {
  background-color: transparent;
  border: 2px solid #1DAA91 !important;
  color: #1DAA91 !important;
}
.btn--primary-outlined:hover,
.button--primary-outlined:hover {
  background-color: rgb(63.75, 63.75, 63.75) !important;
}
.btn--secondary,
.button--secondary {
  background-color: rgba(194, 208, 228, 0.2);
  color: white;
}
.btn--secondary:hover,
.button--secondary:hover {
  background-color: rgba(158.6477272727, 180.7613636364, 212.3522727273, 0.2);
}
.btn--secondary-outlined,
.button--secondary-outlined {
  background-color: transparent;
  border: 2px solid rgba(194, 208, 228, 0.2) !important;
  color: white !important;
}
.btn--secondary-outlined:hover,
.button--secondary-outlined:hover {
  background: rgba(237.15, 237.15, 237.15, 0.1);
}
.btn--tertiary,
.button--tertiary {
  border: solid 0.5px transparent !important;
  background: linear-gradient(to right bottom, black 0%, black 100%) fixed padding-box, linear-gradient(267.49deg, #2CD9FF 6.91%, rgba(126, 255, 178, 0.81) 23.15%, rgba(244, 255, 122, 0.82) 81.91%, #FFD80E 96.01%) border-box;
  color: white !important;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}
.btn--tertiary-reversed,
.button--tertiary-reversed {
  border: solid 0.5px transparent !important;
  background: linear-gradient(to right bottom, black 0%, black 100%) fixed padding-box, linear-gradient(87.67deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%) border-box;
  color: white !important;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}
.btn--tertiary-outlined,
.button--tertiary-outlined {
  position: relative;
  background-color: transparent;
  box-shadow: 0 0 2px 0px white inset, 0 0 1px 0px white;
  color: white;
}
.btn--tertiary-outlined:before,
.button--tertiary-outlined:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 0.1rem;
  border-radius: 1rem;
  background: linear-gradient(87.67deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  /*mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn--close,
.button--close {
  border: solid 0.5px transparent;
  background: linear-gradient(to right bottom, black 0%, black 100%) fixed padding-box, linear-gradient(267.49deg, #2CD9FF 6.91%, rgba(126, 255, 178, 0.81) 23.15%, rgba(244, 255, 122, 0.82) 81.91%, #FFD80E 96.01%) border-box;
  color: white;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  padding: 2rem !important;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn--center,
.button--center {
  width: 100%;
  margin: 1rem;
  margin-left: auto !important;
}
.btn--100w,
.button--100w {
  width: 100%;
}
.btn--fit,
.button--fit {
  /*height: auto !important;*/
  padding: 1rem 2rem !important;
  width: fit-content !important;
  min-width: 5rem !important;
  height: auto !important;
  /*padding: 1rem;*/
}
.btn--disabled,
.button--disabled {
  background-color: rgba(194, 208, 228, 0.1);
  color: rgba(194, 208, 228, 0.5019607843);
  cursor: inherit !important;
}
.btn--disabled:hover,
.button--disabled:hover {
  background: rgba(194, 208, 228, 0.1);
}

a:hover {
  cursor: pointer;
}

a.button,
a.btn {
  text-decoration: none;
  color: inherit;
}

body.collapsed #startNewChallengeButton {
  min-width: none !important;
}
body.collapsed #startNewChallengeButton .icon {
  display: initial;
  vertical-align: middle;
}
body.collapsed #startNewChallengeButton .text, body.collapsed #startNewChallengeButton .fs-xxl, body.collapsed #startNewChallengeButton .fs-xl, body.collapsed #startNewChallengeButton .fs-lg, body.collapsed #startNewChallengeButton .fs-md, body.collapsed #startNewChallengeButton .fs-sm, body.collapsed #startNewChallengeButton .fs-xs, body.collapsed #startNewChallengeButton .text-xxl, body.collapsed #startNewChallengeButton .text-xl, body.collapsed #startNewChallengeButton .text-lg, body.collapsed #startNewChallengeButton .text-md, body.collapsed #startNewChallengeButton .text-sm, body.collapsed #startNewChallengeButton .text-xs {
  display: none;
}

#startNewChallengeButton {
  width: -webkit-fill-available;
  margin: 2rem;
  padding: 1rem;
}
#startNewChallengeButton .icon {
  display: none;
}
#startNewChallengeButton .text, #startNewChallengeButton .fs-xxl, #startNewChallengeButton .fs-xl, #startNewChallengeButton .fs-lg, #startNewChallengeButton .fs-md, #startNewChallengeButton .fs-sm, #startNewChallengeButton .fs-xs, #startNewChallengeButton .text-xxl, #startNewChallengeButton .text-xl, #startNewChallengeButton .text-lg, #startNewChallengeButton .text-md, #startNewChallengeButton .text-sm, #startNewChallengeButton .text-xs {
  width: 20rem !important;
}

#navbarStartNewChallengeButton {
  /*	@include responsive(md) {
  	display: none;
  }*/
  margin: 0 1rem;
}
@media only screen and (max-width: 996px) {
  #navbarStartNewChallengeButton {
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  #navbarStartNewChallengeButton {
    display: none;
  }
}

.profile-button {
  background-color: rgba(11, 12, 16, 0.5019607843);
  border: 1px solid rgba(194, 208, 228, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5rem;
  padding: 1rem;
  border-radius: 1rem;
}
.profile-button__initials {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(194, 208, 228, 0.2);
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.profile-button__name {
  padding: 0 2rem;
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .profile-button__name {
    display: none;
  }
}
.profile-button__arrow {
  padding-right: 2rem;
  color: white;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .profile-button__arrow {
    padding-left: 1rem;
    padding-right: 0;
  }
}
.profile-button:hover {
  cursor: pointer;
}

.dropdown {
  height: auto;
  top: 130%;
  position: absolute;
  display: none;
  padding: 1rem;
  background-color: white;
  /*box-shadow: $box-shadow;*/
  z-index: 10000;
  font-size: 1.4rem;
  color: white;
  width: 100%;
  right: 0rem;
  left: auto;
  background-color: black;
  border-radius: 1rem;
  border: 2px solid rgba(194, 208, 228, 0.2);
}
.dropdown-container {
  margin: 0 1rem;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .dropdown-container {
    margin: 0 1rem;
  }
}
.dropdown__content {
  width: 100%;
}
.dropdown-nav__link {
  text-decoration: none;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: white;
  /*padding: 0 2rem;*/
}
.dropdown-nav__text {
  font-style: normal;
  font-size: inherit;
  line-height: 150%;
  width: 20rem;
  display: block;
  transition: 0.2s ease;
}
.dropdown-nav__text-container {
  display: block;
}
.dropdown-nav__icon {
  margin-left: 1rem;
  transition: 0.2s ease;
  padding-right: 1.5rem;
  font-size: 2rem;
}
.dropdown:after {
  content: ""; /* Required to display content */
  position: absolute; /* Sets the position absolute to the top div */
  top: 0;
  left: 50%; /* position the little arrow */
  margin-left: -15px;
  margin-top: -15px; /* Set margin equal to border px */
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 15px #000; /* Creates the arrow pointing up, to change to a notch instead user border-top */
  border-left: solid 15px transparent; /* Creates triangle effect */
  border-right: solid 15px transparent; /* Creates triangle effect */
}

.notification-dropdown {
  width: 35rem;
  right: -15rem;
  padding: 0;
}
.notification-dropdown .dropdown__content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0 1rem;
}
.notification-dropdown .notification-item {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  font-size: 1.3rem;
}
.notification-dropdown .notification-item__content {
  display: flex;
  flex-direction: column;
}
.notification-dropdown .notification-item__title {
  font-size: 2.2rem;
  font-weight: 600;
}
.notification-dropdown .notification-item__header {
  display: flex;
  flex-direction: row;
}

.language-dropdown {
  width: auto;
  top: 7rem;
  right: -1.5rem;
}

@media only screen and (max-width: 768px) {
  #languageDropdownContainer {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #languageDropdownContainer .language-dropdown {
    top: 9rem;
  }
}

@media only screen and (max-width: 996px) {
  body.collapsed .notification-dropdown {
    right: -25rem;
  }
}
@media only screen and (max-width: 996px) and (max-width: 480px) {
  body.collapsed .notification-dropdown {
    max-width: 30rem;
    /*right: -23rem;*/
  }
  body.collapsed .notification-dropdown:after {
    content: ""; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0;
    left: 50%; /* position the little arrow */
    margin-left: -120px !important;
  }
}
@media only screen and (max-width: 996px) and (max-width: 768px) {
  body.collapsed .notification-dropdown {
    max-width: 30rem;
    /*right: -23rem;*/
    right: -10rem;
  }
  body.collapsed .notification-dropdown:after {
    content: ""; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0;
    left: 50%; /* position the little arrow */
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 996px) {
  body.collapsed .notification-dropdown:after {
    content: ""; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0;
    left: 50%; /* position the little arrow */
    margin-left: -115px;
    margin-top: -15px; /* Set margin equal to border px */
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #000; /* Creates the arrow pointing up, to change to a notch instead user border-top */
    border-left: solid 15px transparent; /* Creates triangle effect */
    border-right: solid 15px transparent; /* Creates triangle effect */
  }
}

.profile-dropdown {
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .profile-dropdown {
    width: 20rem !important;
  }
  .profile-dropdown:after {
    margin-left: 40px !important;
  }
}

.tab {
  margin-top: 2rem;
}
.tab-nav-buttons .tab-nav-button {
  border: 2px solid rgba(194, 208, 228, 0.2);
  border-left: 1px solid rgba(194, 208, 228, 0.2);
  border-right: 1px solid rgba(194, 208, 228, 0.2);
  padding: 2rem;
  background-color: transparent;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}
.tab-nav-buttons .tab-nav-button:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-right: 1px solid rgba(194, 208, 228, 0.2);
  border-left: 2px solid rgba(194, 208, 228, 0.2);
  margin-right: -4px;
}
.tab-nav-buttons .tab-nav-button:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left: 1px solid rgba(194, 208, 228, 0.2);
  border-right: 2px solid rgba(194, 208, 228, 0.2);
}
.tab-nav-buttons .tab-nav-button:last-child:not(:nth-child(2)) {
  margin-left: -4px;
}
.tab-nav-buttons .tab-nav-button--active, .tab-nav-buttons .tab-nav-button:hover {
  background-color: rgba(194, 208, 228, 0.2);
}
.tab-nav-buttons .tab-nav-button--text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border: none;
  color: #868686;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  background: transparent;
  background-color: transparent;
  padding: 2rem;
  cursor: pointer;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.tab-nav-buttons .tab-nav-button--text.tab-nav-button--active {
  color: white;
}
.tab-nav-buttons .tab-nav-button--text.tab-nav-button--active:after {
  content: "";
  /*border-bottom: solid 2px transparent !important;*/
  height: 0.2rem;
  width: 100%;
  background: linear-gradient(267.49deg, #2CD9FF 6.91%, rgba(126, 255, 178, 0.81) 23.15%, rgba(244, 255, 122, 0.82) 81.91%, #FFD80E 96.01%);
}
.tab-content > .tab:not(:first-child) {
  display: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 600;
}
.table tr {
  border: 1px solid rgba(194, 208, 228, 0.2);
}
.table td, .table th {
  padding: 2rem;
  font-size: 1.5rem;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: start;
}
.table td span.fa-solid, .table th span.fa-solid {
  font-size: 2.6rem;
}
.table table {
  width: 100%;
}
.table-wrapper {
  width: 100%;
  /*border: 1px solid $border-color-solid;*/
  overflow-x: auto;
  overflow-y: auto;
  scroll-behavior: auto;
  padding-bottom: 3rem;
}
.table-wrapper::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #1DAA91;
  border-radius: 3rem;
  /*outline: none;*/
}

.dataTables_wrapper .dataTables_scroll {
  border: 0;
  border-collapse: collapse;
  /*width: 100%;*/
  /*padding: 0.5rem 1rem;*/
  flex-wrap: nowrap;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
  margin-left: 1rem;
  text-align: left !important;
  /*.dataTable {
  		th {
  			text-align: left !important;
  			margin: 1rem !important;
  			color: red;
  		}
  	}*/
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 1rem;
  float: right;
  position: static;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 1rem;
  /*border: 1px solid $color-grey-dark;*/
  margin: 0 0.25rem;
  border-radius: 0.5rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  cursor: pointer;
  /*background-color: $color-grey-light;*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(first-child) {
  padding: 1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #1DAA91;
  color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: lightgray;
}
@media only screen and (max-width: 1600px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
  .dataTables_wrapper table {
    overflow-x: scroll;
  }
}

.input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-wrapper input {
  padding-left: 5rem;
}
.input-wrapper:before {
  position: absolute;
  margin-left: 2rem;
  font-size: 2rem;
}
.input-icon {
  font-size: 2rem;
  position: absolute;
  margin-left: 2rem;
  z-index: 1;
}

input {
  font-size: 1.6rem !important;
}

input[type=checkbox] {
  content: "" !important;
  -webkit-appearance: none !important;
  /*background-color: transparent !important;*/
  border: 2px solid rgba(194, 208, 228, 0.5019607843) !important;
  padding: 0.7rem !important;
  border-radius: 0.3rem !important;
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  margin-right: 0.5rem !important;
  top: -1px !important;
  background-color: rgba(194, 208, 228, 0.5019607843);
}

input[type=checkbox]:before {
  content: "" !important;
  display: block !important;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  border: solid white;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 9px;
  margin: 0px 4px;
  transform: rotate(45deg);
}

input[type=checkbox]:checked {
  background-color: #28C76F;
  border-color: #28C76F !important;
}

input[type=date] {
  line-height: 1 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 1.4rem;
}

.switch {
  position: relative;
  display: inline-block;
  height: 5rem;
  width: 10rem;
  justify-content: flex-end;
  cursor: pointer;
}
.switch-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.switch__icon {
  font-size: 1.4rem;
  position: absolute;
  color: var(--white);
  z-index: 1;
}
.switch__icon--light {
  right: 0.4rem;
  top: 0.4rem;
}
.switch__icon--solid {
  left: 0.4rem;
  top: 0.4rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(194, 208, 228, 0.5019607843);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 4.2rem;
  width: 4.2rem;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 2;
}
.switch input:checked + .slider {
  background-color: #1DAA91;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--button-toggle);
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(5rem);
  -ms-transform: translateX(5rem);
  transform: translateX(5rem);
}
.switch .slider.round {
  border-radius: 3.4rem;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.form {
  width: 100%;
  max-width: 100rem;
}
.form__group {
  margin-top: 2rem;
  width: -webkit-fill-available;
}
.form__input {
  height: auto;
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: none;
  /*-webkit-appearance: none;*/
}
.form__input:focus {
  outline: 1px solid #1DAA91;
  /*-webkit-appearance: none;*/
}
.form__input--disabled {
  background-color: lightgray;
}
.form__input--disabled:hover {
  cursor: default;
}
.form__label {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.form__label__center {
  text-align: center;
}

.ios select {
  -webkit-appearance: none;
  color: black !important;
  height: auto;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.5rem;
}
.ios select:after {
  display: block;
  font: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  right: 0.5rem;
  color: red;
  top: 50%;
  transform: translate(-50%, -50%);
}

.column-gap {
  column-gap: 1rem;
}

/*.tooltip {
	position: relative;*/ /* making the .tooltip span a container for the tooltip text */
/*position: relative;
	display: inline-block;
	color: white;
	font: var(--fa-font-solid);
	content: "\f05a";
}

.tooltip:before {
	content: attr(data-text);*/ /* here's the magic */
/*position: absolute;*/
/* vertically center */
/*bottom: 100%;
transform: translateY(0);*/
/* move to right */
/*right: 0%;*/
/*margin-right: 15px;*/ /* and add a small left margin */
/* basic styles */
/*width: auto;
margin-bottom: 2rem;
padding: 10px;
border-radius: 10px;
background: #000;
color: #fff;
text-align: center;
display: none;*/ /* hide by default */
/*font-family: $font-family;
	font-weight: 400;
	font-size: $default-font-size;
	line-height: 1.6;
}

.tooltip:hover:before {
	display: block;
}*/
.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  color: white !important;
}

.tooltip .top {
  min-width: 200px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: white;
  background-color: black;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
}

.tooltip:hover .top {
  display: block;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: black;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.accordion {
  width: 100%;
}
.accordion__panel:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion__header {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.5rem 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .accordion__header {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
.accordion__body {
  padding: 0 2rem 2rem;
  font-size: 1.5rem;
  /*color: $color-grey-dark-1;*/
}
.accordion__panel > .accordion__body {
  display: none;
}
.accordion__panel.accordion-expanded > .accordion__body {
  display: block;
}
.accordion__icon {
  margin-right: 1rem;
  float: right;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .accordion__icon {
    margin-left: 0.5rem;
  }
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  display: none;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  /*height: 100%;*/
  width: 80%;
  height: 75%;
  max-width: 100rem;
}
.popup-overlay {
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1050;
  display: block;
}
.popup__content {
  border: solid 0.5px transparent;
  background: linear-gradient(to right bottom, black 0%, black 100%) fixed padding-box, linear-gradient(267.49deg, #2CD9FF 6.91%, rgba(126, 255, 178, 0.81) 23.15%, rgba(244, 255, 122, 0.82) 81.91%, #FFD80E 96.01%) border-box;
  color: white;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  border-radius: 1rem;
  position: absolute;
  /*max-width: 80rem;*/
  width: 100%;
  padding: 3rem;
  /*pointer-events: none;*/
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .popup__content {
    padding: 1rem;
  }
}
.popup__close {
  /*padding: 1rem;*/
  margin-left: auto;
  width: fit-content;
  z-index: 10001;
  top: 20px;
  right: -20px;
  position: relative;
  /*
  @include themed {
  	color: t('text')
  }*/
}
.popup--visible {
  visibility: visible;
  opacity: 1;
  display: block;
}
.popup.credentials-popup {
  width: 70rem;
}
@media only screen and (max-width: 1200px) {
  .popup.credentials-popup {
    width: 80%;
  }
}
.popup.credentials-popup .credentials {
  grid-row: 1/3;
  grid-column: 2;
  border-radius: 1rem;
  padding: 2rem;
  background-color: rgba(11, 12, 16, 0.5019607843);
}
@media only screen and (max-width: 768px) {
  .popup.credentials-popup .credentials {
    width: 100%;
    padding: 0;
  }
}
.popup.credentials-popup .credentials__header {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
}
.popup.credentials-popup .credentials .credential {
  border: 1px solid rgba(194, 208, 228, 0.2);
  background-color: black;
  display: flex;
  flex-direction: row;
  padding: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .popup.credentials-popup .credentials .credential {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  .popup.credentials-popup .credentials .credential {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .popup.credentials-popup .credentials .credential {
    display: flex;
    flex-direction: column;
  }
}
.popup.credentials-popup .credentials .credential__detail {
  width: 25rem;
  padding: 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 100%;
  max-width: 30rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .popup.credentials-popup .credentials .credential__detail {
    padding: 0.5rem;
  }
}
.popup.credentials-popup .credentials .credential-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.filter {
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  background-color: rgba(194, 208, 228, 0.1);
  border: solid 2px transparent;
  border-radius: 0.5rem;
  color: rgba(194, 208, 228, 0.5019607843);
}
.filter--active {
  border: solid 2px transparent;
  background: linear-gradient(to right bottom, #232323 0%, #232323 100%) fixed padding-box, linear-gradient(267.49deg, #2CD9FF 6.91%, rgba(126, 255, 178, 0.81) 23.15%, rgba(244, 255, 122, 0.82) 81.91%, #FFD80E 96.01%) border-box;
  color: white;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}
.filter:hover {
  cursor: pointer;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: none;
  font-size: 1.5rem;
}
.select:focus {
  outline: 1px solid #1DAA91;
}
.select--disabled {
  background-color: lightgray;
}
.select--disabled:hover {
  cursor: default;
}
.select-container {
  position: relative;
}
.select-container:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  color: black;
  transform: translate(-50%, -50%);
}
.select-container .select2-container {
  width: 100% !important;
}
.select-container .select2-container--default .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  border-radius: 1rem;
  border: none;
  font-size: 1.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: none;
  outline: none;
}
.select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #000 !important;
}
.select-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: gray !important;
  opacity: 1 !important;
}
.select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select-container .select2-container--default.select2-container--focus .select2-selection--single {
  outline: 1px solid #1DAA91;
}
.select-container .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: lightgray;
  cursor: default;
}

.select2-container--default .select2-dropdown {
  background-color: #fff;
  border: none;
}

.select2-container--default .select2-results__option {
  color: #000;
  padding: 0.7rem 1.5rem;
  font-size: 1.5rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: gray !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: gray !important;
}

.select2-selection__clear {
  display: none !important;
}

.select2-container .select2-results > .select2-results__options {
  max-height: 400px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
  border-radius: 1rem !important;
  border: 1px solid #ccc !important;
  font-size: 1.5rem !important;
  box-sizing: border-box !important;
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: gray !important;
  box-shadow: none !important;
}

.wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  /*overflow-x: hidden;*/
}

.main {
  margin-left: 26rem;
  grid-column: 1/-1;
  /*min-height: 100%;*/
  transition: 0.2s ease;
  height: auto;
  margin-top: 10rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 480px) {
  .main {
    margin-left: 0;
  }
}
@media only screen and (max-height: 768px) {
  .main {
    margin-top: 6rem;
  }
}

.page-content {
  margin-top: 2rem;
  /*position: relative;*/
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-content {
    padding: 3rem 1.5rem;
  }
}
@media only screen and (max-width: 690px) {
  .page-content .newChallengeButton {
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .page-content .newChallengeButton {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

.navbar {
  grid-row: 1/-1;
  grid-column: 2;
  padding: 2rem 0;
  /*border-bottom: 1px solid rgba($color-primary-1, 0.3);*/
  display: flex;
  align-items: center;
  height: 10rem;
  width: 100%;
  /*background-color: white;*/
  align-items: center;
  border-bottom: 1px solid rgba(194, 208, 228, 0.2);
  /*margin-left: 26rem;*/
  position: fixed;
  top: 0;
  z-index: 100;
  background: url("../../img/background.png");
  background-size: cover;
  background-attachment: fixed;
  /*transition: $transition-delay ease;*/
  /*overflow: hidden;*/
  /*margin-left: -26rem;*/
  max-width: 100vw;
}
@media only screen and (max-width: 480px) {
  .navbar {
    width: -webkit-fill-available;
  }
}
@media only screen and (max-height: 768px) {
  .navbar {
    height: 6rem;
  }
}
.navbar__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  margin-right: 4rem;
  /*position: absolute;*/
  transition: 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .navbar__content {
    zoom: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .navbar__content {
    margin-left: 0rem;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .navbar__content {
    margin-right: 0;
  }
}

.page-header {
  width: 100%;
  border-bottom: 1px solid rgba(194, 208, 228, 0.2);
  height: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #F6F8FF;
}
.page-header .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  margin-left: 2rem;
}
.page-header .breadcrumb:after {
  content: url("../../img/chevron.svg");
  display: block;
  height: calc(5rem + 1px);
  margin-left: 1.5rem;
}
.page-header .breadcrumb a {
  color: white;
  text-decoration: none;
}

.sidebar {
  grid-row: 1/span 2;
  /*height: 100vh;*/
  width: 26rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(194, 208, 228, 0.2);
  /*@include responsive(md) {
  	width: 8.5rem;
  }*/
  height: 100vh;
  background: url("../../img/background.png");
  background-size: cover;
  background-attachment: fixed;
  transition: 0.2s ease;
  /*animation: fade-in-left 1s;*/
  overflow: visible;
  z-index: 200;
  font-size: 1.4rem;
}
@media only screen and (max-height: 996px) {
  .sidebar {
    height: 100%;
  }
}
.sidebar__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  border-bottom: 1px solid rgba(194, 208, 228, 0.2);
  min-height: 10rem;
}
@media only screen and (max-height: 768px) {
  .sidebar__header {
    height: 6rem;
    position: sticky;
    min-height: 6rem;
  }
}
.sidebar__nav-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  /*overflow-y: scroll;*/
  /*flex-wrap: nowrap;*/
}
.sidebar__nav-container .btn--primary {
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding: 1rem;
  margin: 1rem 0rem;
}
@media only screen and (max-width: 480px) {
  .sidebar {
    transform: translate(-100vw);
  }
}
.sidebar .logo {
  overflow: hidden;
}
.sidebar .logo-wrapper {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.sidebar.collapsed {
  width: 8.5rem;
}
@media only screen and (max-width: 480px) {
  .sidebar.collapsed {
    display: none;
  }
}
.sidebar #logoIconImg {
  display: none;
}
.sidebar .nav {
  list-style: none;
  width: 100%;
  font-size: inherit;
  font-weight: 500;
  font-kerning: auto;
  letter-spacing: normal;
  /*margin-top: 1rem;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar .nav::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
  border-radius: 30rem;
}
.sidebar .nav::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30rem;
}
.sidebar .nav::-webkit-scrollbar-thumb {
  background-color: rgba(194, 208, 228, 0.5019607843);
  border-radius: 3rem;
  border-radius: 30rem;
}
.sidebar .nav__item a {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar .nav__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-height: 996px) {
  .sidebar .nav__item {
    margin-bottom: 0 !important;
  }
}
.sidebar .nav__item:hover {
  /*background-color: $color-primary;*/
}
.sidebar .nav__item--active {
  color: white !important;
}
.sidebar .nav__icon {
  margin-left: 1rem;
  transition: 0.2s ease;
  padding-right: 1.5rem;
  font-size: 2rem;
  width: 3.5rem;
  display: block;
}
.sidebar .nav__link {
  text-decoration: none;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.sidebar .nav__text {
  font-style: normal;
  font-size: inherit;
  line-height: 150%;
  width: 20rem;
  display: block;
  transition: 0.2s ease;
  margin-left: 2rem;
}
.sidebar .nav__text-container {
  display: block;
}
.sidebar .nav__sub-icon {
  cursor: pointer;
}
.sidebar .collapse-button {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: 1px solid rgba(194, 208, 228, 0.2);
  background-color: #0B0C10;
  position: absolute;
  right: -2rem;
  color: #C2D0E4;
}
.sidebar .collapse-button:hover {
  cursor: pointer;
}
.sidebar #collapseButtonIcon::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f104";
}
.sidebar #startNewChallengeButton {
  min-height: 5rem;
}

.collapsed-sidebar {
  grid-row: 1/span 2;
  height: 100vh;
  width: 8.5rem;
  position: fixed;
  display: flex;
}

.mobile-sidebar__header {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 10rem;
  /*border-bottom: 1px solid $border-color-solid;*/
  justify-content: start;
}
@media only screen and (max-width: 480px) {
  .mobile-sidebar__header {
    display: flex;
  }
}
.mobile-sidebar__header .logo {
  overflow: hidden;
}
.mobile-sidebar__header .logo-wrapper {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.mobile-sidebar__header #logoIconImg {
  display: block;
}
.mobile-sidebar__header .collapse-button {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: 1px solid rgba(194, 208, 228, 0.2);
  background-color: #0B0C10;
  position: relative;
  right: -2rem;
  color: #C2D0E4;
}
.mobile-sidebar__header .collapse-button:hover {
  cursor: pointer;
}
.mobile-sidebar__header #collapseButtonIcon::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f104";
}

.login {
  display: flex;
  flex-direction: column;
}
.login__navbar {
  height: 10rem;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 996px) {
  .login__navbar {
    height: 7rem;
    padding: 2rem;
  }
}
.login__wrapper {
  display: flex;
  flex-direction: row;
  padding: 3rem;
  gap: 5rem;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 996px) {
  .login__wrapper {
    flex-direction: column;
    padding: 0 3rem;
  }
}
.login__main {
  width: 40%;
  padding: 10rem;
}
@media only screen and (max-width: 996px) {
  .login__main {
    width: 100%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 996px) {
  .login__main .page-content {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
  }
}
.login .form {
  max-width: 50rem;
  min-width: 35rem;
}
.login .form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-hero {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 996px) {
  .login-hero {
    width: 100%;
    height: auto;
  }
}
.login-hero > div:first-child {
  height: 25%;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media only screen and (max-width: 996px) {
  .login-hero > div:first-child {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
.login-hero__banner {
  background-color: rgba(5, 5, 8, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  color: color-mix(in srgb, #8692D0 20%, white);
}
@media only screen and (max-width: 996px) {
  .login-hero__banner {
    padding: 2rem;
  }
}
.login-hero__banner .qr-code {
  align-self: center;
}
@media only screen and (max-width: 996px) {
  .login #qrCodeBanner {
    display: none;
  }
}

.text-danger {
  color: orangered;
}

.status-tag {
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.status-tag--breached {
  color: #FF3131;
  background-color: rgba(199, 40, 40, 0.1607843137);
}
.status-tag--passed {
  color: #28C76F;
  background-color: rgba(40, 199, 111, 0.1607843137);
}
.status-tag--on-going {
  color: #C4C728;
  background-color: rgba(199, 193, 40, 0.1607843137);
}

.bg-white {
  background-color: white;
}

.color-black {
  color: black;
}

.overflow-x {
  margin-left: -82px;
  overflow-x: auto;
}

.ml--82 {
  margin-left: 0px;
}
@media (max-width: 480px) {
  .ml--82 {
    margin-left: -82px;
  }
}

.security-code-input {
  width: 80% !important;
  border: 1px solid #1DAA91 !important;
  margin-top: 1rem !important;
}

.divider {
  color: rgba(194, 208, 228, 0.2) !important;
  border-color: rgba(194, 208, 228, 0.2) !important;
  display: block;
}
.divider--horizontal {
  width: 100%;
  border-bottom: 1px solid;
  margin: 1rem 0;
}
.icon-circle {
  width: 7.5rem;
  height: 7.5rem;
  clip-path: circle(3.75rem at center);
}
.icon-circle--small {
  clip-path: circle(1.25rem at center);
  width: 2.5rem;
  height: 2.5rem;
}
.icon-background {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem;
}
.icon-background:after {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(29, 170, 145, 0.1607843137);
}

.country-error {
  display: none;
  color: orangered;
}

/*
.ellipse-green {
	position: absolute;
	width: 868px;
	height: 1835.47px;
	right: 100px;
	top: -858.52px;
	background: #0AC1B7;
	opacity: 0.15;
	filter: blur(240.5px);
	z-index: -100;
}

.ellipse-blue-1 {
	position: relative;
	width: 868px;
	height: 1835.47px;
	left: 53px;
	top: -930.42px;
	background: #141F37;
	opacity: 0.35;
	filter: blur(240.5px);
	z-index: -100;
}

.ellipse-blue-2 {
	position: absolute;
	width: 868px;
	height: 1835.47px;
	left: -355px;
	top: 1395.63px;
	background: #141F37;
	filter: blur(240.5px);
	z-index: -100;
	overflow-x:hidden;
}

*/
a:-webkit-any-link {
  color: inherit;
  text-decoration: none;
  /*cursor: pointer;*/
}

.notifications-badge {
  border-radius: 50%;
  /*	width: 40px;
  height: 40px;*/
  background-color: #1DAA91;
  height: 1rem;
  width: 1rem;
  color: white;
  border: none;
  /*padding: 1rem;*/
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.notifications-badge:after {
  border-radius: 50%;
  /*	width: 40px;
  height: 40px;*/
  background-color: rgba(29, 170, 145, 0.4);
  height: 2rem;
  width: 2rem;
  color: white;
  border: none;
  /*padding: 1rem;*/
  position: absolute;
  right: -5px;
  font-weight: 600;
  content: "";
}

.apexcharts-menu.apexcharts-menu-open {
  background-color: black;
}

/*#pointer {
	width: 200px;
	height: 40px;
	position: relative;
	background: red;
}

#pointer:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

#pointer:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid red;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.arrow-right {
	width: 33px;
	height: 33px;
	border: 2px solid #333;
	border-left: 0;
	border-top: 0;
	transform: rotate(315deg);
}*/
