@charset "UTF-8";
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
  padding: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: 1rem;
}

@media screen and (width > 600px) {
  .container {
    padding-inline: 2rem;
  }
}
.containerS {
  max-width: 750px;
  margin: 0 auto;
}

.containerXS {
  max-width: 500px;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

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

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-muted {
  color: var(--secondary);
}

.bold {
  font-weight: bold;
}

.text-primary {
  color: var(--clr-primary);
}

.text-secondary {
  color: var(--clr-secondary);
}

.font-l {
  font-size: 1.2em;
}

.font-xl {
  font-size: 1.4em;
}

.font-xxl {
  font-size: 1.6em;
}

.border {
  border: 1px solid;
}

.radius-s {
  border-radius: 0.25rem;
}

.radius-m {
  border-radius: 0.5rem;
}

.width-100 {
  width: 100%;
}

.green {
  color: var(--clr-green);
}

.red {
  color: var(--clr-red);
}

.required {
  font-size: 0.8em;
}

.my-5 {
  margin-block: 5rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.py-5 {
  padding-block: 5rem;
}

.btn, #pagination nav a {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border: none;
  border-bottom: 1px solid var(--clr-secondary);
  background-color: var(--clr-darker);
  color: inherit;
  transition: all 0.25s ease;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.btn:focus, #pagination nav a:focus {
  outline: none;
}
.btn:hover, #pagination nav a:hover {
  background: var(--clr-darker);
}
.btn::after, #pagination nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 2px;
  background-color: var(--clr-primary);
  transition: all 0.25s ease;
}
.btn:hover::after, #pagination nav a:hover::after {
  width: 100%;
  left: 0;
  box-shadow: var(--link-box-shadow);
}
.btn i, #pagination nav a i {
  margin-right: 1rem;
}

.btn-form:focus {
  color: var(--clr-primary);
}

.btn-primary {
  color: var(--clr-primary);
}

.btn-danger {
  border-color: var(--clr-red);
}
.btn-danger:hover {
  background: var(--clr-red);
  color: var(--clr-darker);
}

.btn-link {
  border: none;
  background: none;
  text-align: start;
  color: inherit;
  width: 100%;
  cursor: pointer;
}

.text-bold {
  font-weight: bold;
}

img.full-width {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 5rem;
}
.page main {
  flex: 1;
}

.sectionBG {
  background-color: var(--clr-body-bg);
}

.darkerBG {
  background-color: var(--clr-darker);
}

.squareImg {
  width: 200px;
  height: 200px;
}
.squareImg img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 200px;
  max-height: 100%;
}

.message {
  border: 2px solid var(--clr-secondary);
  padding: 2rem;
  margin-block: 2rem;
  width: 100%;
  max-width: calc(500px - 2rem);
}

.success {
  border-color: var(--clr-green);
  color: var(--clr-green);
}

.colBlock1 {
  width: 100%;
  max-width: 60ch;
  margin: 0 auto;
  word-wrap: balance;
}

.colBlock2 {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

.primary {
  color: var(--clr-primary);
}

@media screen and (width > 700px) {
  .colBlock2 {
    flex-direction: row;
    gap: 2rem;
  }
  .colBlock2 p {
    flex: 1;
  }
}
.sectionPlaceholder {
  height: 20vh;
}

@media screen and (height > 1000px) {
  .sectionPlaceholder {
    height: 30vh;
  }
}
.hidden {
  display: none;
}

.callToAction h3 {
  margin-top: 0;
}

@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/Archivo/Archivo-VariableFont_wdth,wght.ttf");
}
@font-face {
  font-family: "Kanit";
  src: url("/assets/fonts/Kanit/Kanit-Regular.ttf");
}
@font-face {
  font-family: "Bruno_Ace_SC";
  src: url("/assets/fonts/Bruno_Ace_SC/BrunoAceSC-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Orbitron";
  src: url("/assets/fonts/Orbitron/Orbitron.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  src: url("/assets/fonts/Roboto Slab/Roboto Slab.woff");
  src: url("/assets/fonts/Roboto Slab/Roboto Slab.ttf");
}
@font-face {
  font-family: "Roboto Flex";
  src: url("/assets/fonts/Roboto Flex/Roboto Flex.woff2");
  src: url("/assets/fonts/Roboto Flex/Roboto Flex.ttf");
}
:root {
  --clr-body-bg: #121B2D;
  --clr-header-bg: rgb(18 27 45 / 0.1);
  --clr-body-txt: #D1D1D1;
  --clr-muted: #6483c1;
  --clr-footer-bg: #0b101b;
  --clr-primary: #ffc600;
  --clr-primary-alt:#FFCB6B;
  --clr-secondary: #283c64;
  --clr-border-color: #0b101b;
  --clr-lighter: #212152;
  --clr-darker: #0f1726;
  --clr-green: #1FAA59;
  --clr-red: #D90429;
  --clr-modal-bg: rgb(10 10 10 / 0.9);
  --clr-top-bg: #001;
  --clr-box-shadow: #001;
  --clr-overlay: rgb(26 26 64 / 0.7);
  --link-box-shadow: 0 0 .5rem var(--clr-primary), 0 0 1rem var(--clr-primary);
  --border: 1px solid var(--clr-border-color);
  --border-primary: 1px solid var(--clr-primary);
  --border-secondary: 1px solid var(--clr-secondary);
  --font-family-text: "Roboto Flex";
  --font-family-headlines: "Orbitron";
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  background: var(--clr-body-bg);
  color: var(--clr-body-txt);
  font-family: var(--font-family-text);
  font-size: 18px;
}

h1, h2 {
  font-family: var(--font-family-headlines);
  font-weight: 400;
}

h1, h2 {
  margin-block: 4rem 1rem;
}

h3, h4 {
  margin-block: 2rem 1rem;
}

h5, h6 {
  margin-block: 1.5rem 1rem;
}

h1 {
  font-size: clamp(24px, 5vw, 36px);
}

h2 {
  font-size: clamp(20px, 5vw, 32px);
}

h3 {
  font-size: clamp(20px, 5vw, 28px);
}

h4 {
  font-size: clamp(18px, 5vw, 24px);
}

a {
  color: var(--clr-primary);
  text-decoration: none;
}

p {
  margin-bottom: 2rem;
}

ul {
  list-style-type: none;
}

form input, form select, form textarea, form input[type=file]::file-selector-button {
  padding: 0.25rem 1rem;
  border: 1px solid var(--clr-secondary);
  color: var(--clr-body-txt);
  font-family: inherit;
  outline: none;
  background: var(--clr-darker);
}
form input:hover, form select:hover, form textarea:hover, form input[type=file]::file-selector-button:hover {
  text-decoration: none;
}
form input[type=file] {
  padding: 0;
  margin-top: -0.25rem;
  margin-bottom: 2rem;
  border: none;
}
form input[type=file]::file-selector-button {
  transition: border-color 0.25s ease;
  margin-right: 1rem;
}
form input[type=file]::file-selector-button:hover {
  border-color: var(--clr-primary);
}
form .checkboxField, form .formCheck {
  display: flex;
  margin-top: 3rem;
}
form .checkboxField input[type=checkbox], form .formCheck input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--clr-secondary);
  border-radius: 0;
  background: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
form .checkboxField input[type=checkbox]:checked::before, form .formCheck input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: -1rem;
  left: 0.2rem;
  color: var(--clr-primary);
  font-size: 1.8em;
}
form .checkboxField label, form .formCheck label {
  margin-left: 2rem;
}
form #membership-options {
  display: none;
}

hr {
  height: 1px;
  width: 100%;
  color: var(--clr-secondary);
  margin-block: 3rem;
}

figure {
  width: 200px;
}
figure img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 0 1rem var(--clr-darker);
  transform: translateY(0);
  transition: transform 0.25s ease;
}
figure img:hover {
  transform: translateY(-0.25rem);
}

nav#mainMenu {
  position: fixed;
  top: 0;
  right: -270px;
  bottom: 0;
  width: 100%;
  max-width: 275px;
  background: var(--clr-darker);
  box-shadow: 0 0 1rem var(--clr-box-shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  padding: 4rem 2rem 2rem 2rem;
  z-index: 10;
  transition: right 0.25s ease;
}
nav#mainMenu hr {
  margin-block: 1rem;
  width: 100%;
  height: 1px;
  color: var(--clr-secondary);
}
nav#mainMenu a, nav#mainMenu .btn-link {
  display: block;
  padding: 0;
  width: 100%;
  margin-block: 2px;
  color: inherit;
  position: relative;
}
nav#mainMenu a::after, nav#mainMenu .btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 0;
  height: 2px;
  background-color: var(--clr-primary);
  transition: width 0.25s ease;
}
nav#mainMenu a:hover, nav#mainMenu .btn-link:hover {
  color: var(--clr-primary);
  text-decoration: none;
}
nav#mainMenu a:hover::after, nav#mainMenu .btn-link:hover::after {
  width: 100%;
  box-shadow: var(--link-box-shadow);
}
nav#mainMenu a.active {
  color: var(--clr-primary);
}
nav#mainMenu i {
  margin-right: 1rem;
}
nav#mainMenu #xmark {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 2rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
nav#mainMenu #xmark .barContainer {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
nav#mainMenu #xmark .barContainer:first-child {
  transform: rotate(-45deg) translate(0.9rem, 0.9rem);
}
nav#mainMenu #xmark .barContainer .bar {
  width: 100%;
  height: 3px;
  background-color: var(--clr-secondary);
  border-radius: 2px;
  transition: background-color 0.25s ease;
}
nav#mainMenu #xmark:hover .bar {
  background-color: var(--clr-primary);
}
nav#mainMenu .greeting {
  width: 100%;
  color: var(--clr-primary);
}
nav#mainMenu form {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
header #top {
  height: 2rem;
  background: var(--clr-darker);
  display: flex;
  justify-content: flex-end;
}
header #top .auth {
  padding: 0.25rem 1rem;
  font-size: 0.9em;
  margin-right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
header #top .auth a {
  display: inline-block;
  color: inherit;
  transition: color 0.25s ease;
}
header #top .auth a:hover {
  color: var(--clr-primary);
}
header #top .auth .active {
  color: var(--clr-primary);
}
header #top .auth form {
  display: inline-block;
}
header #top .auth form .btn-link {
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  transition: color 0.25s ease;
}
header #top .auth form .btn-link:hover {
  color: var(--clr-primary);
}
header #top .auth span:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid var(--clr-body-txt);
}
header .userName {
  margin-right: 1rem;
}
header .userName i {
  margin-right: 0.5rem;
}
header #header {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: var(--clr-darker);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}
header #header #logo img {
  width: 50px;
}
header #header .headerButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
header #header .headerButtons .fa-arrow-right-from-bracket, header #header .headerButtons .fa-arrow-right-to-bracket {
  font-size: 1.2em;
}
header #header .headerButtons .fa-arrow-right-from-bracket:hover, header #header .headerButtons .fa-arrow-right-to-bracket:hover {
  color: var(--clr-primary);
}
header #header .headerButtons .authLinks {
  display: flex;
}
header #header .headerButtons .authLinks span {
  padding-inline: 1rem;
}
header #header .headerButtons .authLinks span a {
  color: var(--clr-body-txt);
}
header #header .headerButtons .authLinks span a:hover {
  color: var(--clr-primary);
}
header #header .headerButtons #dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
}
header #header .headerButtons #dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: var(--clr-body-txt);
  transition: all 0.25s ease;
}
header #header .headerButtons #dots:hover .dot {
  background-color: var(--clr-primary);
  width: 2rem;
}
header #header .headerButtons #dots:hover .dot:first-child {
  margin-right: 0.5rem;
  transition-delay: 0.1s;
}
header #header .headerButtons #dots:hover .dot:nth-child(2) {
  width: 3rem;
}
header #header .headerButtons #dots:hover .dot:last-child {
  margin-left: 0.5rem;
  transition-delay: 0.2s;
}

@media screen and (width > 400px) {
  header #top .auth {
    margin-right: 2rem;
  }
  header #header {
    padding-inline: 2rem;
  }
}
main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: transparent;
}
main .main {
  flex: 1;
}
main .pageTitle {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid var(--clr-secondary);
  padding-bottom: 1rem;
  margin-top: 2rem;
}
main .pageTitle h1 {
  margin: 0;
}
main section {
  width: 100%;
}
main .container li i {
  margin-right: 1rem;
}
main .topLinks {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
main .topLinks .topLinksRightSide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
main .topLinks .topLinksRightSide .btn {
  width: calc(100% - 2rem);
  max-width: 20rem;
  margin: 0 auto;
  text-align: center;
}
main .topLinks .topLinksRightSide .editButton {
  text-align: center;
}
main .topLinks .topLinksRightSide .editButton a {
  display: block;
  width: 100%;
}
main .topLinks .topLinksRightSide .participation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
main .topLinks .topLinksRightSide .participation form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: end;
}
main .topLinks .topLinksRightSide .participation form select, main .topLinks .topLinksRightSide .participation form button {
  width: 100% !important;
}
main .topLinks .topLinksRightSide .participation form select {
  text-align: center;
}
main .topLinks .topLinksRightSide .participation form .btn i {
  margin-right: 1rem;
}
main .topLinks .topLinkCharButtons a {
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (width > 500px) {
  main .topLinks {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  main .topLinks .topLinksRightSide {
    flex-direction: row;
    justify-content: flex-end;
  }
  main .topLinks .topLinksRightSide .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  main .topLinks .topLinksRightSide .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  main .topLinks .topLinksRightSide .editButton {
    text-align: end;
  }
  main .topLinks .topLinksRightSide .editButton a {
    display: inline;
    width: -moz-fit-content;
    width: fit-content;
  }
  main .topLinks .topLinksRightSide .participation {
    align-items: flex-end;
  }
  main .topLinks .topLinksRightSide .participation div {
    text-align: end;
  }
  main .topLinks .topLinksRightSide .participation form {
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
  main .topLinks .topLinksRightSide .participation form select {
    width: -moz-fit-content;
    width: fit-content;
    text-align: start;
  }
}
@media screen and (width > 600px) {
  main .topLinks .topLinksRightSide {
    flex: 1;
  }
  main .topLinks .topLinksRightSide .participation {
    flex-direction: row;
  }
  main .topLinks .topLinksRightSide .participation form {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
  main .topLinks .topLinksRightSide .participation form .btn, main .topLinks .topLinksRightSide .participation form select {
    width: -moz-fit-content;
    width: fit-content;
  }
  main .topLinks .topLinksRightSide .participation form .btn span {
    display: none;
  }
  main .topLinks .topLinksRightSide .participation form .btn i {
    margin: 0;
  }
}
@media screen and (width > 750px) {
  main .topLinks {
    align-items: center;
  }
}

footer {
  background-color: #0b101b;
  padding-top: 2rem;
}
footer .footerRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-block: 2rem;
}
footer .footerRow .footerCol {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footerRow .footerCol a {
  color: var(--clr-body-txt);
  transition: color 0.25s ease;
}
footer .footerRow .footerCol a:hover {
  color: var(--clr-primary);
}
footer .footerRow .footerCol nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
footer .footerRow .footerSocialCopy {
  justify-content: center;
  gap: 2rem;
}
footer .footerRow .footerSocialCopy .footerSocial {
  display: flex;
  gap: 2rem;
}
footer .footerRow .footerSocialCopy .footerSocial i {
  font-size: 1.5em;
  margin-left: 0.5rem;
}
footer .footerRow .footerSocialCopy .copy {
  font-size: 0.8em;
  text-align: center;
}

@media screen and (width > 600px) {
  footer {
    padding-bottom: 1rem;
  }
  footer .footerRow {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
  }
  footer .footerRow .footerCol nav {
    align-items: flex-start;
  }
  footer .footerRow .footerSocialCopy {
    justify-content: flex-end;
  }
  footer .footerRow .footerSocialCopy .footerSocial {
    width: 100%;
    justify-content: flex-end;
    gap: 1rem;
  }
  footer .footerRow .footerSocialCopy .copy {
    text-align: end;
  }
}
#breadcrumbs {
  color: var(--clr-muted);
  font-size: 0.8em;
}
#breadcrumbs li {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0 0.5rem;
}
#breadcrumbs li:has(a) {
  border-right: 2px solid var(--clr-secondary);
}
#breadcrumbs li a {
  color: inherit;
  text-decoration: underline;
}
#breadcrumbs li a:hover {
  color: var(--clr-primary);
}

#particles-js {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.honoryMembers {
  margin-block: 3rem;
}
.honoryMembers h2 {
  margin: 1rem 0 2rem 0;
  text-align: center;
}

@media screen and (width > 600px) {
  .honoryMembers h2 {
    text-align: start;
  }
}
.smallBox, .statusInfo {
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
  padding: 2rem;
}
.smallBox hr, .statusInfo hr {
  height: 1px;
  color: var(--clr-secondary);
  margin-block: 2rem;
}

.smallBoxDark {
  background: var(--clr-darker);
}

.statusInfo {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid var(--clr-green);
  margin-block: 2rem;
  box-shadow: 0 0 1rem var(--clr-box-shadow);
  background-color: var(--clr-body-bg);
  background-image: linear-gradient(to left, var(--clr-darker), var(--clr-darker));
  background-repeat: no-repeat;
  animation: shrinkBackground 5s linear forwards, fadeOut 0.25s ease-out 5s forwards, hideElement 0s linear 5.5s forwards;
  z-index: 99999;
}

@keyframes shrinkBackground {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 0% 100%;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideElement {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
.info h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.info h3 i {
  margin-right: 1rem;
}

#userList {
  margin-block: 5rem;
}
#userList .userListItem {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  color: inherit;
}
#userList .userListItem:hover {
  color: var(--clr-primary);
}
#userList .userListItem .listItemRow {
  padding: 0.5rem 1rem;
  border-left: 5px solid var(--clr-secondary);
  background: var(--clr-darker);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#userList .userListItem .listItemRow .listItem {
  flex: 1;
}
#userList .userListItem .listItemRow .listItem:first-child {
  font-weight: bold;
  font-size: 1.1em;
}
#userList .userListItem .yellowBorder {
  border-left-color: var(--clr-primary);
}
#userList .userListItem .redBorder {
  border-left-color: var(--clr-red);
}
#userList .userListItem .greenBorder {
  border-left-color: var(--clr-green);
}

.userInfo {
  margin: 3rem auto;
}
.userInfo h3 {
  margin-bottom: 2rem;
}
.userInfo .userField {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.userInfo .userButtons {
  border-top: 1px solid var(--clr-secondary);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (width > 450px) {
  .userInfo .userField {
    flex-direction: row;
    gap: 2rem;
  }
  .userInfo .userField label {
    flex: 1;
    text-align: end;
  }
  .userInfo .userField div {
    flex: 1;
  }
}
@media screen and (width > 600px) {
  #userList .userListItem .listItemRow {
    flex-direction: row;
  }
}/*# sourceMappingURL=main.css.map */