:root, [data-bs-theme=light] {
  --bs-primary: #0ebae0;
  --bs-primary-rgb: 14,186,224;
  --bs-primary-text-emphasis: #064A5A;
  --bs-primary-bg-subtle: #CFF1F9;
  --bs-primary-border-subtle: #9FE3F3;
  --bs-success: #0ebae0;
  --bs-success-rgb: 14,186,224;
  --bs-success-text-emphasis: #064A5A;
  --bs-success-bg-subtle: #CFF1F9;
  --bs-success-border-subtle: #9FE3F3;
  --bs-warning: #f9e526;
  --bs-warning-rgb: 249,229,38;
  --bs-warning-text-emphasis: #645C0F;
  --bs-warning-bg-subtle: #FEFAD4;
  --bs-warning-border-subtle: #FDF5A8;
  --bs-danger: #e04321;
  --bs-danger-rgb: 224,67,33;
  --bs-danger-text-emphasis: #5A1B0D;
  --bs-danger-bg-subtle: #F9D9D3;
  --bs-danger-border-subtle: #F3B4A6;
  --bs-body-font-family: Advent Pro;
  --bs-link-color: #0ebae0;
  --bs-link-color-rgb: 14,186,224;
  --bs-link-hover-color: #0ebae0;
  --bs-link-hover-color-rgb: 14,186,224;
  --bs-focus-ring-color: rgba(14,186,224,0.6);
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0ebae0;
  --bs-btn-border-color: #0ebae0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #32C4E5;
  --bs-btn-hover-border-color: #26C1E3;
  --bs-btn-focus-shadow-rgb: 2,28,34;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3EC8E6;
  --bs-btn-active-border-color: #26C1E3;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0ebae0;
  --bs-btn-disabled-border-color: #0ebae0;
}

.btn-outline-primary {
  --bs-btn-color: #0ebae0;
  --bs-btn-border-color: #0ebae0;
  --bs-btn-focus-shadow-rgb: 14,186,224;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0ebae0;
  --bs-btn-hover-border-color: #0ebae0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0ebae0;
  --bs-btn-active-border-color: #0ebae0;
  --bs-btn-disabled-color: #0ebae0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0ebae0;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0ebae0;
  --bs-btn-border-color: #0ebae0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #32C4E5;
  --bs-btn-hover-border-color: #26C1E3;
  --bs-btn-focus-shadow-rgb: 2,28,34;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3EC8E6;
  --bs-btn-active-border-color: #26C1E3;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0ebae0;
  --bs-btn-disabled-border-color: #0ebae0;
}

.btn-outline-success {
  --bs-btn-color: #0ebae0;
  --bs-btn-border-color: #0ebae0;
  --bs-btn-focus-shadow-rgb: 14,186,224;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0ebae0;
  --bs-btn-hover-border-color: #0ebae0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0ebae0;
  --bs-btn-active-border-color: #0ebae0;
  --bs-btn-disabled-color: #0ebae0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0ebae0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f9e526;
  --bs-btn-border-color: #f9e526;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FAE947;
  --bs-btn-hover-border-color: #FAE83C;
  --bs-btn-focus-shadow-rgb: 37,34,6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FAEA51;
  --bs-btn-active-border-color: #FAE83C;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f9e526;
  --bs-btn-disabled-border-color: #f9e526;
}

.btn-outline-warning {
  --bs-btn-color: #f9e526;
  --bs-btn-border-color: #f9e526;
  --bs-btn-focus-shadow-rgb: 249,229,38;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f9e526;
  --bs-btn-hover-border-color: #f9e526;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f9e526;
  --bs-btn-active-border-color: #f9e526;
  --bs-btn-disabled-color: #f9e526;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9e526;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e04321;
  --bs-btn-border-color: #e04321;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #E55F42;
  --bs-btn-hover-border-color: #E35637;
  --bs-btn-focus-shadow-rgb: 34,10,5;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #E6694D;
  --bs-btn-active-border-color: #E35637;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e04321;
  --bs-btn-disabled-border-color: #e04321;
}

.btn-outline-danger {
  --bs-btn-color: #e04321;
  --bs-btn-border-color: #e04321;
  --bs-btn-focus-shadow-rgb: 224,67,33;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e04321;
  --bs-btn-hover-border-color: #e04321;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e04321;
  --bs-btn-active-border-color: #e04321;
  --bs-btn-disabled-color: #e04321;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e04321;
}

.aspect-ratio-16x9 {
  aspect-ratio: 16/9;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-2 {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .375rem !important;
}

.mt-2 {
  margin-top: .75rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.mt-5 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 7.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-2 {
  margin-right: .75rem !important;
}

.me-5 {
  margin-right: 4.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .375rem !important;
}

.mb-2 {
  margin-bottom: .75rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 4.5rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-2 {
  margin-left: .75rem !important;
}

.ms-5 {
  margin-left: 4.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: .75rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2.25rem !important;
}

.pt-5 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .375rem !important;
}

.pe-2 {
  padding-right: .75rem !important;
}

.pe-5 {
  padding-right: 4.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: .75rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2.25rem !important;
}

.pb-5 {
  padding-bottom: 4.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .375rem !important;
}

.ps-2 {
  padding-left: .75rem !important;
}

.ps-5 {
  padding-left: 4.5rem !important;
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 25px;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 70px;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

#dashbb.reset-styles {
  all: unset;
}

#dashbb {
  all: unset;
}

.adminContent {
}

.nua-smsg {
  color: #8eebff;
  /*margin-top: 0.2em!important;*/
}

.nua-card {
  width: 100%;
  padding: 1em;
  /*margin: 1em;*/
  background: linear-gradient(171deg, rgba(14,186,224,0.31) 0%, #291639 100%), #30383a;
  border-radius: 20px;
}

user-checkbox {
}

.bs-callout.bs-callout-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -185%);
}

#toast-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nua-stdv {
  transition: transform 1s ease-in-out, opacity 1s ease;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 9999;
}

.nuai-btn {
  font-family: Advent Pro;
  color: rgb(255,255,255);
  text-transform: capitalize;
}

.dot-loader {
  display: inline-block;
  margin-left: 8px;
}

.dot {
  animation: blink 1.4s infinite;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  opacity: 0;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.nua-stdv {
  text-align: center;
  background: linear-gradient(rgba(12,45,59,0.28), rgba(13,64,86,0.57));
  overflow: hidden;
  padding: 12px;
  border-width: 2px;
  border-color: rgba(14,186,224,0.57);
  width: auto;
  height: auto;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 2em;
  border-top-style: none;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.nua-smsg {
  font-size: calc(2vw + 6px);
  border-style: solid;
  border-color: rgba(142,235,255,0.36);
  border-radius: 15px;
  padding: 6px;
}

.nua-btn {
  color: #ffffff!important;
  font-family: 'Advent Pro'!important;
  text-transform: uppercase!important;
}

#userCheckboxesContainer {
  overflow: scroll;
}

.nua-text1 {
  font-size: 2.2rem;
}

.nua-text2 {
  font-size: 1.8rem;
}

/* e.g., H2 - Section Title */

.nua-text3 {
  font-size: 1.5rem;
}

.nua-text4 {
  font-size: 1.2rem;
}

.nua-text5 {
  font-size: 1.0rem;
}

/* e.g., Body Text / Paragraphs */

.nua-text6 {
  font-size: 0.5rem;
}

@media screen and (min-width: 991px) {
  .nua-title {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 992px) {
  .nua-title {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 720px) {
  .nua-title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 360px) {
  .nua-title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 481px) {
  .nua-text1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 481px) {
  .nua-text2 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 481px) {
  .nua-text3 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 481px) {
  .nua-text4 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 481px) {
  .nua-text5 {
    font-size: 1.05rem;
  }
}

@media screen and (min-width: 481px) {
  .nua-text6 {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 769px) {
  .nua-text1 {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 769px) {
  .nua-text2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .nua-text3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .nua-text4 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .nua-text5 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .nua-text6 {
    font-size: 0.95rem;
  }
}

@media screen and (min-width: 1025px) {
  .nua-text1 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .nua-text2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .nua-text3 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 1025px) {
  .nua-text4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .nua-text5 {
    font-size: 1.15rem;
  }
}

@media screen and (min-width: 1025px) {
  .nua-text6 {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 1200px) {
  .nua-text1 {
    font-size: 4.0rem;
  }
}

@media screen and (min-width: 1200px) {
  .nua-text2 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .nua-text3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .nua-text4 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .nua-text5 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .nua-text6 {
    font-size: 1.05rem;
  }
}

.delayed15 {
  opacity: 0;
  animation: fadeInDelayed 1s ease-in 1.5s forwards;
  padding: 2.5px;
  margin: 0px!important;
}

@keyframes fadeInDelayed {
  to {
    opacity: 1;
  }
}

.delayed2 {
  opacity: 0;
  animation: fadeInDelayed 1s ease-in 2s forwards;
  padding: 2.5px;
  margin: 0px!important;
}

.delayed1 {
  opacity: 0;
  animation: fadeInDelayed 1s ease-in 1s forwards;
  padding: 2.5px;
  margin: 0px!important;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-family: 'Alexandria';
  color: var(--bs-success);
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 1em;
  font-family: 'Alexandria';
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.caption.v-middle {
  font-size: 0.5em!important;
}

.whats:hover {
  background-color: #25D366;
  border-radius: 5px;
}

.Face:hover {
  background-color: #3b5998;
  border-radius: 5px;
}

.Insta:hover {
  background: linear-gradient(#e04321 0%, #eb24d7 100%);
  border-radius: 5px;
}

img {
  pointer-events: none;
}

.infinite-scroller {
  overflow: hidden;
}

.infinite-scroller .scrollable {
  display: flex;
  width: fit-content;
  animation: slide-to-left 30s linear infinite;
}

.infinite-scroller.pause-on-hover .scrollable:hover {
  animation-play-state: paused;
}

@keyframes slide-to-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.infinite-scroller .scrollable > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100vw;
}

.infinite-scroller .scrollable > div > * {
  margin: 0 20px;
}

h1 {
  font-size: 3em;
  font-family: 'Alexandria';
  filter: sepia(0%);
  text-align: center;
  text-shadow: 2px 3px 4px rgb(255, 255, 255);
}

::selection {
  color: #000;
  background: #0ebae0!important;
  text-shadow: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  /*min-height: 100vh;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #001e6c;*/
}

.dot {
  display: block;
}

@keyframes nuai {
  0%, 100% {
    color: #0ebae0;
    filter: blur(0.5px);
    text-shadow: 0 0 10px #0ebae0, 0 0 20px #0ebae0, 0 0 30px #0ebae0, 0 0 40px #0ebae0, 0 0 50px #0ebae0, 0 0 60px #0ebae0;
  }
  50% {
    filter: blur(0);
    color: rgba(33,37,41,0.02);
    text-shadow: none;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 3.0em !important;
    padding-bottom: 1em!important;
  }
}

.card {
  --bs-card-spacer-y: 5.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-title-spacer-y: 0.75rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 1.15rem;
  --bs-card-inner-border-radius: calc(1.15rem - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.75rem;
  --bs-card-cap-padding-x: 1.5rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-secondary-bg);
  --bs-card-img-overlay-padding: 1.5rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

#use-set {
  flex-flow: column;
}

#user-set {
  flex-direction: column;
}

#use-set {
  flex-direction: column!important;
}

#user-set {
  flex-direction: column!important;
}

#user-set {
  flex-direction: column!important;
}

#links {
  font-size: 1.5em;
}

#username {
  font-size: 1em;
}

#user-row {
  --bs-gutter-x: auto;
  --bs-gutter-y: auto;
  display: flex;
  flex-wrap: nowrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-0.5*var(--bs-gutter-x));
  margin-left: calc(-0.5*var(--bs-gutter-x));
}

.form-control:focus {
  color: #1d2125;
  background-color: var(--ref-gray-600);
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(44,255,60,0);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-primary);
  text-decoration: none;
  background-color: #0ebae000;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-success);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-0.5*var(--bs-gutter-x));
  margin-left: calc(-0.5*var(--bs-gutter-x));
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.auth {
  color: var(--bs-success);
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: all;
  top: 50%;
  left: 50%;
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: #343a40;
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.35);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
  top: 123px;
}

.signOut {
  cursor: pointer;
}

.form-check-input:focus {
  border-color: #0ebae0;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(14,186,224,0.24);
}

.form-check-input:checked {
  background-color: #0ebae0;
  border-color: #0ebae0;
}

.protectedContent, .publicContent, .adminContent {
  transition: opacity 0.3s ease;
}

:root {
  --bs-font-family-heading: 'Outfit', sans-serif;
}

.nua-stdv {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8000;
  max-width: 90%;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
}

.nua-slidein {
  animation: nua-slidein 0.8s ease-In-Out forwards;
}

.navbar {
  animation: nua-nav-slidein 6s ease-Out;
}

.nua-slideout {
  animation: nua-slideout 0.8s ease-In-Out forwards;
}

@keyframes nua-slidein {
  0% {
    transform: translateX(-50%) translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(1px);
    opacity: 1;
  }
}

@keyframes nua-nav-slidein {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  70% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes nua-slideout {
  0% {
    transform: translateX(-50%) translateY(1px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-40px);
    opacity: 0;
  }
}

@keyframes nua-nav-slideout {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-40px);
  }
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-style: solid;
  border-radius: 3px;
  border-top-width: 1px;
  border-top-color: #EEEEEE;
  border-bottom-width: 1px;
  border-bottom-color: #EEEEEE;
  border-right-width: 1px;
  border-right-color: #EEEEEE;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout-success {
  border-left-color: #3c763d;
}

.bs-callout-success h4 {
  color: #3c763d;
}

html {
  scroll-behavior: smooth;
}

.snap-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.snap-section {
  height: 100vh;
  /*scroll-snap-align: start;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*font-size: 3em;*/
}

