* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  touch-action: manipulation;
}
header {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #020a11;
  align-items: center;
  position: relative;
}

#navbar-content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
}
.team-widget-icon {
  color: #c92a2a;
  font-size: 2.4rem;
}
.team-widget-icon-button {
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer; /* Keeps it clickable */
  background: none;
  border: none;
}
.success-header-container {
  display: flex;
  gap: 1rem;
}
.success-popup {
  border: solid 0.2rem #82c91e;
  background-color: rgba(9, 15, 1, 0.9);
  position: fixed;
  top: 7rem;
  right: 4rem;
  width: 25rem;
  min-height: 8rem;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999999;
}
.error-popup {
  border: solid 0.2rem #e03131;
  background-color: rgba(20, 4, 4, 0.9);
  position: fixed;
  top: 7rem;
  right: 4rem;
  width: 25rem;
  min-height: 8rem;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999999;
}
.popup-success-icon {
  color: #82c91e;
}
.popup-error-icon {
  color: #e03131;
}
.popup-success-close-icon {
  color: #eff4e7;
}
.popup-success-close-icon:hover {
  color: #eff4e7;
  cursor: pointer;
}
.popup-error-close-icon {
  color: #eff4e7;
}
.popup-error-close-icon:hover {
  color: #eff4e7;
  cursor: pointer;
}

.success-popup-text {
  color: #82c91e;
}
.error-popup-text {
  color: #e03131;
}
.success-popup-description-text {
  color: #eff4e7;
}

.popup-header {
  display: flex;
  justify-content: space-between;
}
.profile-table-wrapper {
  max-height: 32.2rem;
  overflow-y: auto;
  display: block;
}
.unban-date-combine-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 20rem;
}
.table-container {
  max-width: 100%;
  overflow: auto;
  table-layout: auto; /* or 'fixed' for more control */
}
.warn-delete-container {
  display: flex;
  justify-content: center;
}
.login-icon {
  font-size: 2rem;
  color: #ffffff;
}
.login-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-warn-icon {
  color: white;
  font-size: 1.8rem;
}
a,
a:link {
  text-decoration: none;
  font-family: sans-serif;
  color: white;
  cursor: pointer;
}
a:hover {
  cursor: pointer;
  color: d1e0ee;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 4rem;
  align-items: center;
}
.features-item {
  border-style: solid;
  border-width: 0.1rem;
  border-color: #020a11;
  /* width: 27rem;
  height: 23.1rem; */
  width: 30rem;
  height: 25rem;
  padding: 1.6rem;
  border-radius: 0.5rem;
  font-family: sans-serif;
  justify-content: center;

  background-color: #051422;
  color: #d1e0ee;

  transition: all 0.5s ease;
}
.features-title-container {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.features-title {
  color: #d1e0ee;
}
.features-section {
  background-color: #020a11;
  padding-bottom: 9rem;
  padding-top: 3rem;
  /* display: flex;
  flex-wrap: wrap; */
}
h1,
h2,
h3 {
  font-family: sans-serif;
  display: inline-block;
}
.icon {
  width: 2.4rem;
  color: #0e3c67;
  display: inline-block;
}
.ban-icon {
  width: 3rem;
  color: #e7f5ff;
  display: inline-block;
}

.shadow {
}

.discord-login-button-popup:hover {
  background-color: #4f5bda;
}
.discord-login-button-popup:active {
  background-color: #7984f5;
}
.features-item:hover,
.leadership-member-container:hover {
  transform: scale(1.05); /* or any scale you want */
}
.icon-delete {
  width: 2.4rem;
  color: #e7f5ff;
  display: inline-block;
}
.connect-download-container {
  display: flex;
  /* gap: 30rem; */
  align-items: center;
  justify-content: space-between;
}

.download-icon {
  width: 3rem;
  color: #366fa4;
  display: inline-block;
}

.steam-icon {
  width: 2.4rem;
  display: inline-block;
}
.features-item-title {
  display: flex;
  align-items: center;
  align-self: center;
  /* justify-content: space-between; */
  /* justify-content: center; */
  gap: 1.5rem;
  margin-bottom: 2rem;
  color: #020a11;
  font-family: sans-serif;
  font-weight: bold; /* Changed from font-size */
}

.features-item-title-admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  color: #020a11;
  font-family: sans-serif;
  font-weight: bold; /* Changed from font-size */
}
.features-icon-title-admin {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
body {
  font-size: 1.8rem;
  /* color: #e8f0f7; */
  font-family: sans-serif;
  color: black;
  background-color: #020a11;
}
.logo-section {
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #051422;

  background-size: cover; /* Scales the image to cover the container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}

.tournaments-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #051422;
  min-height: 80vh;
}
.logo {
  width: 35rem;
  height: 35rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar-profile-image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-left: 1rem;
  align-items: center;
}
.apply-form {
  margin: 0rem auto;
  background-color: #051422;
  justify-content: center;
  max-width: 120rem;
  border-radius: 2rem;
  margin-bottom: 5rem;
}
.form {
  padding: 5rem 5rem;
  margin: 0 auto;
  max-width: 110rem;
  color: #e7f5ff;
}

.submit {
  background-color: rgb(70, 236, 70);
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 10px;
}

.submit-central {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.text-box {
  resize: vertical !important;
  overflow: auto;
  width: 100%;
  /* max-width: 100rem; */
  height: 10rem;
  max-height: 30rem;
  background-color: #051422;
  font-family: sans-serif;
  padding: 1rem;
  border: none;
  border: solid #35414c 0.1rem;
  color: #d1e0ee;
  border-radius: 1rem;
  margin-top: 1rem;
}
.text-box-container {
  max-width: 100rem;
}
html {
  font-size: 62.5%;
  position: relative;
}
/* Dropdown Button */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e8f0f7;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #d1e0ee;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.admin-navbar {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: #051422;
  align-items: center;
  border-bottom: red solid 0.2rem;
  position: relative;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.input-selector {
  background-color: #1b2329;
  border-radius: 1rem;
  width: 15rem;
  border: #020a11 0.2rem solid;
  color: #d1e0ee;
  padding: 1rem 1rem;
  text-decoration: none;
  margin-right: 0.3rem;
  align-items: center;
}
.applications-questions-template-container {
  min-height: 60vh;
}
.pagination-button-selector {
  border-radius: 50%;
  /* background-color: #0e3c67; */
  background-color: #020a11;
  /* #020a11 */
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.user-embed-profile-container {
  background-color: #020a11;
  width: 26rem;
  height: 12rem;
  display: grid;
  grid-template-columns: 1fr 4fr;
  column-gap: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  box-shadow: 1px 1px 1px 0.4px rgba(0, 0, 0, 0.354);
  border-left: red 0.2rem solid;
}
.user-embed-profile-picture {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-left: 2rem;
}

.user-embed-profile-text {
  color: #d1e0ee;
  font-weight: 600;
}
.users-page {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 130rem; */
  margin: 0rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-content: center;
  max-width: 130rem;
  /* row-gap: 3.5rem; */
  margin-bottom: 4rem;
  min-height: 57rem;
}
.users-section {
  background-color: #051422;
  margin: 0rem auto;
  /* padding-top: 6rem; */
  padding-bottom: 10rem;

  min-height: min-content;
}

/* ADMIN VIEW STAFF APPLICATIONS */

.admin-staff-applications-section {
  background-color: #020a11;
  border-radius: 1rem;
  max-width: 120rem;
  margin: 0 auto;
  min-height: 85vh;
}
.admin-staff-applications {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  min-height: 80vh;
  /* gap: 2rem; */
}

.application-status {
  background-color: #051422;
  color: #a3c1dd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  max-height: 33.5rem;
  width: 100%;
}
@keyframes rainbowBorder {
  0% {
    border-color: red;
  }
  14% {
    border-color: yellow;
  }
  28% {
    border-color: green;
  }
  42% {
    border-color: cyan;
  }
  57% {
    border-color: blue;
  }
  71% {
    border-color: magenta;
  }
  85% {
    border-color: red;
  }
  100% {
    border-color: yellow;
  }
}

.border-rgb {
  border: 0.15rem solid;
  animation: rainbowBorder 5s infinite;
}

@keyframes rainbowText {
  0% {
    color: red;
  }
  14% {
    color: yellow;
  }
  28% {
    color: green;
  }
  42% {
    color: cyan;
  }
  57% {
    color: blue;
  }
  71% {
    color: magenta;
  }
  85% {
    color: red;
  }
  100% {
    color: yellow;
  }
}

.rgb-text {
  font-size: 2em;
  animation: rainbowText 5s infinite;
}

.staff-application-status-buttons:link,
.staff-application-status-buttons:visited {
  width: 12rem;
  color: #020a11;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.search-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #0a1b2a;
  width: 60%;
}
.users-search-container {
  /* margin-top: 2rem; */
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #0a1b2a;
  width: 70rem;
  margin-bottom: 2rem;
}
.search-form {
  width: 100%;
}
.search-input {
  width: 100%;
  border-radius: 1rem;
  border: 0.2rem solid #1e2c38;
}
.staff-application-status-buttons.pending {
  background-color: yellow;
}
.staff-application-status-buttons.on-hold {
  background-color: orange;
}
.staff-application-status-buttons.approved {
  background-color: greenyellow;
}
.denied {
  background-color: red;
}

.applied-staff-applications {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.application-container {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem;

  align-items: center;
  justify-content: center;
}

.application-element-text {
  color: #a3c1dd;
}

.apply-form-section {
  background-color: #020a11;
  /* padding-top: 5rem; */
  border-top: #35414c solid 0.05rem;
  /* height: 100vh; */
}

.view-applications-section {
  background-color: #020a11;
}

/* BANS SECTION */

.bans-section {
  background-color: #051422;
  min-height: 80vh;
  padding-top: 1rem;
}
.table-header {
  color: #d1e0ee;
}
.table {
  max-width: 120rem;
  margin: 0rem auto;

  border-collapse: separate;
  border-spacing: 0;
  border-radius: 2rem;
  overflow: hidden;
  border: none;
}
.ellipsis {
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides the overflow */
  text-overflow: ellipsis; /* Shows "..." at the end */
}
table,
td,
th {
  border: 1px solid #ddd;
  /* text-align: left; */
}

table {
  border-collapse: collapse;
  width: 100%;
}

.profile-user-container {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1rem;
}
th,
td {
  padding: 1rem;
  color: #a3c1dd;
  justify-content: center;
  align-items: center;
  text-align: center; /* Centers text horizontally */
  vertical-align: middle; /* Centers text vertically */
}

td {
  background-color: #071e33;
}

table,
th,
td {
  border: 1px solid rgb(0, 0, 0);
  border-collapse: collapse;
}

.table-avatar {
  width: 2.5rem;
  height: 2.5 rem;
  border-radius: 50%;
}

.table-avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* flex-wrap: wrap; */
}
.users-serch-bar-container {
  /* display: flex;
  justify-content: center; */
}

.users-form {
  display: flex;
  justify-content: center;
  color: #a3c1dd;
  padding-bottom: 5rem;
}
.application-avatar {
  width: 10rem;
  height: 10rem;
  border-radius: 1rem;
}

.discord-section {
  background-color: #051422;
  padding: 5rem 0rem;
}

.discord-container {
  display: flex;
  justify-content: center;
  max-width: 140rem;
  align-items: center;
  gap: 20rem;
  margin: 0rem auto;
  flex-wrap: wrap;
}
.discord-text {
  color: #d1e0ee;
}
.discord-text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.discord-header {
  color: #e8f0f7;
}
.servers-section {
  background-color: #020a11;
  padding: 5rem 0rem;
  text-align: center;
}
.servers-text {
  color: #d1e0ee;
  text-align: center;
  display: block;
}

.servers-container {
  max-width: 140rem;
  margin: 0rem auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  max-width: 105rem;
  gap: 5rem;
}
.forums-section {
  background-color: #051422;
  min-height: 100vh;
  padding: 10rem 2rem 6rem 2rem;
}
.forum-icon {
  color: #d1e0ee;
  font-size: 3.5rem;
  /* margin: 1rem; */

  border-radius: 50%;
  /* height: 4rem; */
}
.forum-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #051422;
  /* padding: 1rem; */
}
.forums-section-main {
  background-color: #051422;
  min-height: 100vh;
  padding: 0rem 2rem 6rem 2rem;
}

.forums-category {
  margin: 0rem auto;
  /* max-width: 130rem; */
  width: 100%;
}

.forums-threads-container {
  display: flex;
  flex-direction: column;
  background-color: #020a11;
  /* padding: 3rem 1.5rem 1.5rem 1.5rem; */
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  border-top: red solid 0.2rem;
}

.create-thread-container {
  display: flex;
  flex-direction: column;
  background-color: #020a11;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-top: red solid 0.2rem;
  border-bottom: solid 0.1rem #1b2329;
}

.forums-thread {
  background-color: #051422;
  /* 
  display: flex;
  align-items: center; */
  padding: 1rem 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  /* gap: 10rem; */
}
.forums-thread-v2 {
  background-color: #0a1b2a;
  /* border-radius: 1rem; */
  /* 
  display: flex;
  align-items: center; */
  padding: 2rem;
  margin-top: 1rem;
  /* gap: 10rem; */
  border-radius: 0.5rem;
}
.thread-content-text-v2 {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}

.view-thread-container {
  background-color: #051422;

  margin-top: 2rem;
}

.post-creator-in-thread-container {
  background-color: #020a11;

  padding: 0rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  display: none;
}
.thread-avatar {
  width: 5rem;
  border-radius: 50%;
  /* align-items: center; */
}
.thread-text {
  color: #a3c1dd;
  /* color: #e8f0f7; */
}
.threads-posts-container {
  display: flex;
  gap: 2rem;
  margin-right: 2rem;
}
.threads-posts-count-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2rem;
}
.threads-posts-count-text {
  font-size: 1.3rem;
  color: #d1e0ee;
}
.center-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forums-thread-avatarusername {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-right: 1rem;
}

.forums-thread-avatarusername-2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-right: 1rem;
}

.threads-section-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.create-threads-section-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.create-thread-button:link,
.create-thread-button:visited {
  text-decoration: none;
  background-color: #0e3c67;
  color: #d1e0ee;
  padding: 1rem 2rem;
  border-radius: 1rem;
}
.header-icon {
  font-size: 2.7rem;
  color: #e8f0f7;
  margin-right: 2rem;
}
.thread-section-icon-header-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.thread-section-icon-header-container-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.threads-section-header-v2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.forums-header-text {
  color: #e8f0f7;
}
.thread-icon {
  /* color: #042b4f; */
  color: #a3c1dd;
  color: #c92a2a;
  color: #d1e0ee;
  background-color: #051422;
  width: 4.5rem;
  border-radius: 50%;
}
.red {
  color: #c92a2a;
}
.recent-post-thread-user-container:hover {
  background-color: #1e2c38;
  border-radius: 1rem;
}

.thread-title {
  color: #d1e0ee;
}
.middle-pinned-locked {
  display: flex;
  gap: 1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.thread-icon-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-left: 2rem;
}
.thread-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  /* position: relative; */
  height: 5.167rem;
}

.thread-content-recent-thread-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  /* position: relative; */
  height: 5.167rem;
  width: 22rem;
}

.forums-thread:hover {
  background-color: #1e2c38;
}
.admin-forums-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forums-header-container {
  background-color: #020a11;
  margin-top: 2rem;
}
.create-thread-header-container {
  background-color: #020a11;
  padding: 2rem 0rem;
  border-bottom: solid 0.1rem #1b2329;
}

/* 0.2rem solid #0e3c67 */
.thread-creation-header-textbox {
  width: 100%;
  height: 4rem;
  display: inline-block;
  background-color: #0a1b2a;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.thread-creation-header-textbox:hover,
.thread-creation-header-textbox:active,
.thread-creation-header-textbox:focus {
  background-color: #0a1b2a;
  border: none;
  outline: none; /* Removes the default outline */
  border: none; /* Removes the border */
  width: 100%;
}
.thread-creation-content-textbox {
  max-width: 100%;
  width: 100%;
  resize: vertical;
  height: 50rem;
}
.thread-creation-content-textbox-header {
  color: #d1e0ee;
  padding-left: 2rem;
}
.thread-creation-content-textbox-header-v2 {
  color: #d1e0ee;
  margin-bottom: 3rem;
}
.thread-content-text-v2 {
  min-height: 10rem;
  color: #e8f0f7;
  position: relative;
}
.thread-submit-button {
  background-color: #0e3c67;
  color: #d1e0ee;
}
.recent-posts-container {
  background-color: #051422;
}
.forums-right-side-section {
  /* background-color: #051422; */

  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.forums-right-side-element {
  background-color: #020a11;
  border-radius: 1rem;
  padding: 1rem;
  width: max-content;
  height: 42.467rem;
}

.admin-forums-section {
  background-color: #051422;
  height: 100vh;
}

.admin-forums-category {
  background-color: #04aa6d;
  max-width: 130rem;
  margin: 0rem auto;
  padding-top: 5rem;
}
.admin-forums-category-view {
  display: flex;

  max-width: 130rem;
  margin: 3rem auto;
}
.admin-forums-category-item {
  background-color: #3e8e41;
  max-width: 20rem;
  padding: 2rem;
}

.thread-content-text {
  color: #d1e0ee;
}

.thread-creation-content-textbox {
  padding: 1rem;
}

.forums-thread-container-post {
  display: flex;
  flex-direction: column;
  background-color: #020a11;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  border-top: greenyellow solid;

  /* border-top: red solid !important; */
}
.forums-thread-container-post-modfied {
  display: flex;
  flex-direction: column;
  background-color: #020a11;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  border-top: greenyellow solid;

  /* border-top: red solid !important; */
}
.forums-thread-container-post-modfied-2 {
  display: flex;
  flex-direction: column;
  background-color: #020a11;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  border-top: greenyellow solid;

  /* border-top: red solid !important; */
}

.notification-vertical-flex {
  display: flex !important;
  flex-direction: column !important;
  gap: 0rem !important;
}
.forums-thread-container-posts {
  display: flex;
  flex-direction: column;
}

.thread-reply-date-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
}

.post-reply-date-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
}
.thread-view-date-text {
  /* color: #a3c1dd; */
  color: #d1e0ee;
}

.thread-view-reply-button:link,
.thread-view-reply-button:visited {
  background-color: greenyellow;
  padding: 1rem 2rem;
  color: #051422;
  border-radius: 3rem;
  font-weight: 600;
}

.server-img {
  width: 100%;
  height: 100%;
  /* border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; */
}
.odd-img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.even-img {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.server-img-container {
  max-width: 50rem;
  max-height: 32.2rem;
}

.staff-applications-container {
  margin-top: 4rem;
}

.questions-view-container {
  border-bottom: solid 0.2rem #020a11;
  /* border: solid 0.1rem #35414c; */
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.question-view-flex {
  display: flex;
  flex-direction: column;
}
.server-container {
  display: flex;
  /* margin-top: 7rem; */
  /* padding-right: 1rem; */
  gap: 0rem;
  justify-content: center;
  background: #051422;
  border-radius: 1rem;
  /* width: 100%; */
  max-width: max-content;
  flex-wrap: wrap;
}
.server-title-main-page {
  color: #e8f0f7;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.server-content-container {
  max-width: 50rem;
  padding: 1rem 3rem 1rem 3rem;
}

.server-description {
  color: #d1e0ee;
  margin-bottom: 4rem;
  text-align: justify;
}
.server-connect-link {
  background-color: #c92a2a;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

/* LEADERSHIP SECTION */
.leadership-section {
  background-color: #051422;
  padding: 5rem 0rem;
}

.leadership-members-container {
  max-width: 130rem;
  margin: 0rem auto;
  display: flex;
  background-color: #051422;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.leadership-member-container {
  background-color: #020a11;
  width: 35rem;
  height: 15rem;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: all 0.5s ease;
}

.leadership-avatar {
  width: 7rem;
  border-radius: 50%;
}

.leadership-avatar-username-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.leadership-username {
  color: #e7f5ff;
}

.leadership-role {
  color: #66a80f;
}

.leadership-username-rank-containter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.leadership-section-header {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.leadership-section-header-title {
  color: #e7f5ff;
}

/* FOOTER SECTION */
.footer {
  background-color: #020a11;
  padding-top: 2rem;
}
.footer-flex-container {
  display: flex;

  color: #d1e0ee;
  gap: 10rem;
  margin: 0 auto;
  max-width: 130rem;
  padding: 3rem 0rem;
  justify-content: space-evenly;
  border-top: 0.2rem solid #0e3c67;
  flex-wrap: wrap;
}
.footer-first-column {
  max-width: 50rem;
}

.footer-second-column {
  display: flex;
  gap: 5rem;
}
ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 1rem;
}
.users-search-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;

  /* margin: 1rem 0rem; */
  padding: 0rem 0rem 1rem 0rem;
}

/* FACTIONS SELECTION PAGE */
.factions-grid {
  max-width: 140rem;
  margin: 0rem auto;
  column-gap: 5rem;
}

.factions-logo {
  max-width: 20rem;
  border-radius: 50%;
}

.factions-flexbox {
  display: flex;
  gap: 10rem;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/* USER PROFILE PAGE */

.profile-view-section {
  display: flex;
  justify-content: center;
  background-color: #020a11;
  padding-top: 5rem;
  min-height: 100vh;
  border-top: 0.2rem solid #1e2c38;
}
.profile-view-section-centered {
  max-width: 130rem;
  margin: 0 auto;
  /* background-color: #051422; */
  max-width: 130rem;
  width: 100%;
  /* padding-top: 5rem; */
  gap: 5rem;
}
.profile-section-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #051422;
  padding-top: 5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-size: cover; /* Ensure the image covers the entire div */
  background-position: center; /* Adjust positioning of the image */
  background-repeat: no-repeat; /* Ensure the image doesn't repeat */
}
.edit-bio-button {
  right: -1rem;
  top: -1rem;
  position: absolute;
  color: #d1e0ee;
  width: 3rem;
  cursor: pointer;
}
.profile-section-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black overlay */
  z-index: 1; /* Ensure the overlay is above the background but below the content */
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.license-container {
  background-color: #020a11;
  padding: 1rem;
  width: max-content;
  border-radius: 1rem;
}

.install-website-section {
  background-color: #051422;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-install-container {
  display: flex;
  flex-direction: column;
  background-color: #020a11;
  padding: 2rem;
  border-radius: 1rem;
}

.install-website-label {
  color: #e8f0f7;
}

.install-server-submit-button {
  border-radius: 1rem;
}

.relative-profile-picture,
.profile-username,
.profile-links {
  /* position: relative; */
  z-index: 99;
}
.profile-info-container {
  background-color: #051422;
  margin-top: 1rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.install-input {
  background-color: #051422;
}
.install-input:hover {
  background-color: #071e33;
}
.install-input:active {
  background-color: #071e33;
}
/* FEATURES SECTION */

h3 {
  color: #d1e0ee;
}

.profile-username {
  color: #e7f5ff;
}

.profile-links {
  right: 5rem;
  top: 5rem;
  position: absolute;
  display: flex;
  gap: 2rem;
}
.link-account {
  position: absolute;
  top: 5rem;
  left: 5rem;
  display: flex;
  z-index: 99;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background-color: rgba(2, 10, 17, 0.85);
  border-radius: 1rem;
}
.icon-link-account {
  width: 3rem;
}
.profile-link-text {
  color: #d1e0ee;
  font-weight: 600;
}
.profile-navbar {
  display: flex;
  border-bottom: #0e3c67 0.2rem solid;
  flex-wrap: wrap;
}

.profile-navbar-links {
  padding: 1rem 2rem;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
}
.profile-navbar-links:hover {
  background-color: #1e2c38;
  border-right: #071e33 0.1rem solid;
  border-left: #071e33 0.1rem solid;
}
.selected {
  background-color: #1e2c38;
}
.profile-bio {
  max-width: 110rem;
  margin: 0 auto;
}
.profile-info-page-container {
  background-color: #051422;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex-wrap: wrap;
}

.profile-info-page-element {
  background-color: #020a11;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 20rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.playtime-profile-header {
  color: #d1e0ee;
}

.server-profile-header {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
}

tr:nth-child(even) {
  background-color: #051422;
}

tr:nth-child(odd) {
  background-color: #020a11;
}

.main-page {
  max-height: 100vh;
}

.profile-page-image {
  border-radius: 50%;
  width: 18.4rem;
  height: 18.4rem;
}

.profile-embed-container {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  background-color: black;
  padding: 1rem;
  right: -1rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;

  border: #0e3c67 0.1rem solid;
}

.profile-embed-text {
  color: #d1e0ee;
}

.relative-profile-picture {
  position: relative;
}

.player-profile-picture {
  max-width: 4rem;
  border-radius: 50%;
  margin-right: -1.5rem;
  /* border: #051422 0.4rem solid; */
  border: #05223c 0.2rem solid;
}
.players-profile-pictures-container {
  display: flex;
  align-items: center;
}
.logo-text {
  color: #d1e0ee;
  /* color: white; */
  font-weight: 600;
  font-size: 2rem;
}
.players-community-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.username-rank-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

input,
input:active,
input:hover {
  /* height: 3rem; */
  background: none;
  border: #020a11 0.2rem solid;
  color: #d1e0ee;
  padding: 1rem 1rem;
  text-decoration: none;
  margin-right: 0.3rem;
  align-items: center;
}
/* ADMIN MAIN PAGE */
::placeholder {
  color: #d1e0ee;
  opacity: 1; /* Firefox */
}

p {
}

.privacy-section {
  background-color: #020a11;
}
.content-privacy-section {
  padding: 2.5rem 2.5rem;
  /* border: #020a11 solid 0.4rem; */
  background-color: #051422;
}

.navbar-botom-border {
  border-bottom: #051422 solid 0.2rem;
}
.privacy-text {
  color: #d1e0ee;
}

.help-navbar-content-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 120rem;
  margin: 5rem auto;
  background-color: #051422;
}
.tos-privacy-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  padding: 1.5rem 0rem;
  background-color: #050d14;
  /* position: relative; */
}

.tos-privacy-middle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}

.return-to-top-link {
  /* position: absolute;
  right: 5rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-navbar {
  display: flex;

  border-bottom: #0e3c67 solid 0.4rem;
}

.login-method-container {
  max-width: 58rem;
  min-width: 39rem;
  height: max-content;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #051422;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  /* justify-content: space-between; */
  align-items: center;

  flex-direction: column;
  z-index: 9999;
}

.popup-logo-login {
  max-height: 15rem;
  width: 15rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.login-method-background {
  width: 100vw;
  height: 100vh;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(5, 13, 20, 0.98); /* 90% opaque */
  z-index: 99;
  display: none;
}
.close-login-popup {
  color: white;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.6rem;
  cursor: pointer;
}
.login-method-steam-discord-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.login-description-container {
  margin-top: 2rem;
  text-align: justify;
  width: 70%;
}
.close-login-popup {
}
.steam-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 9rem;
  background-color: #051422;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  border: none;
  cursor: pointer;
}
.steam-login-button-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* margin-left: 9rem; */
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  border: none;
  cursor: pointer;
  width: 12rem;
  height: 4rem;
}
.steam-login-text-popup {
  font-weight: 700;
  color: black;
  font-size: 2rem;
}
.login-header {
  font-weight: 700;
  color: white;
}
.discord-login-button-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* margin-left: 9rem; */
  /* background-color: #ffffff; */
  background-color: #5865f2;
  padding: 1.25rem 1rem;
  border-radius: 0.6rem;
  border: none;
  cursor: pointer;
}
.discord-login-logo {
  width: 10rem;
  height: min-content;
}

.login-text {
  color: #ffffff;
  font-size: 1.8rem;
}

/* POPUP */

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.main-content {
  display: none; /* Hidden by default */
}

.hidden {
  display: none;
}
.tos-text {
  font-size: 1.5rem;
}

.brand-text {
  font-size: 1.3rem;
  /* color: #114678; */
  color: #2f74b3;
}
.brand-text:hover {
  font-size: 1.3rem;
  color: #6d9eca;
}
.recent-thread-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #051422;
  padding: 1rem;
  border-radius: 0.5rem;
}

.recent-threads-posts-icon {
  max-width: 5rem;
  max-height: 5rem;
  border-radius: 50%;
}
.table-header-tournament {
  color: #e8f0f7;
}
.table-data-tournament {
  color: #d1e0ee;
  padding: 1rem;
}
.recent-post-thread-user-container {
  display: flex;
  gap: 2rem;
  align-items: center;

  margin-left: 0rem auto;

  width: 28rem;
  padding: 0.5rem;
}
.active-status-tournament {
  /* background-color: #00ff00; */
  /* color: black;
  padding: 1rem 1rem;
  border-radius: 2rem; */
  /* width: max-content; */
  font-weight: bold;
}
a:hover {
  cursor: pointer;
}
.admin-settings-navbar {
  display: flex;
  flex-direction: column;

  max-width: 100%;
  min-height: 100vh;
  /* background-color: #051422; */
  background-color: #020a11;
  border-right: solid #020a11 0.2rem;
}
.settings-grid-system {
  display: grid;
  grid-template-columns: max-content 5.8fr;
  /* column-gap: 5rem; */
  margin: 0rem auto;
}

.rank-permissions-grid-system {
  display: grid;
  /* grid-template-columns: 1fr 5fr; */
  grid-template-columns: 1.15fr 5fr;
  margin: 0rem auto;
  width: 100%;
}

.ranks-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  margin: 1rem;
  height: 80vh;
  overflow: auto;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.settings-form-layout {
  padding: 3rem 5rem;

  margin: 0rem auto;
  width: 100%;
  /* background-color: #14293d; */
  /* background-color: #35414c; */
  background-color: #1e2c38;
  /* background-color: #020a11; */
}
.setting-input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 20rem;
  border-radius: 1rem;
}

.calender-container {
  width: 130rem;
  margin: 4rem 0rem;
  height: 70rem;
}
.notification-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.notification-link {
  position: relative;
}
.calender {
  border-radius: 3rem;
  width: 100%;
}

.setting-server-input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* max-width: 20rem; */

  /* padding: 2rem; */
  border-radius: 1rem;
}
.form-container {
  max-width: 120rem;
  margin: 0 auto !important;
  background-color: #051422;
  border-radius: 2rem;
}
.features-form-container {
  max-width: 130rem;
  margin: 0 auto !important;
  background-color: #051422;
  border-radius: 2rem;
}
.container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.form-container-header {
  /* margin-bottom: 1rem; */
  background-color: #020a11;
  padding: 1.5rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.form-container-header-v2 {
  /* margin-bottom: 1rem; */
  background-color: #020a11;
  padding: 1.5rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.settings-form {
  background-color: #1e2c38;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.settings-form-horizontal {
  background-color: #020a11;
  display: flex;
  padding: 2rem;
  gap: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.settings-server-form-horizontal {
  /* background-color: #e03131; */
  display: flex;
  /* padding: 2rem; */
  gap: 2rem;
  border-radius: 1rem;

  flex-wrap: wrap;
  justify-content: space-evenly;
}

.calender {
  background-color: #051422;
}

.small-community-logo-image {
  width: 3rem;
  height: 3rem;
}

.admin-settings-links-buttons {
  background-color: #020a11;
  /* padding: 1rem 2rem; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding-left: 3rem;
  padding-right: 3rem;
  gap: 1rem;
  width: 100%;
}
.input-label {
  color: #e6e8e9;
}
.bold-header {
  font-weight: 600;
}
.category-container-admin-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 0.2rem solid #1e2c38;
}

.input-textarea-dark,
.input-textarea-dark:hover {
  color: #e6e8e9;
  background-color: #071e33;
  border-radius: 1rem;
  padding: 1rem;
  min-height: 10rem;
  resize: none;
  max-width: 100%;
}

.setting-server-textarea-container {
  display: flex;
  flex-direction: column;
  padding: 0rem 2rem;
  gap: 1rem;
}

.input-design-dark,
.input-design-dark:hover {
  color: #e6e8e9;
  background-color: #071e33;
  border-radius: 1rem;
  width: 30rem;
}

.create-button {
  background-color: red;
  border: none;
  padding: 0rem 2rem;
  border-radius: 2rem;
  height: 3rem;
  width: 10rem;
  font-weight: 600;
}

.submit-container {
  display: flex;
  justify-content: center;
}

.date-input {
  width: fit-content;
}

.selectable-button-design-dark {
  color: #e6e8e9;
  background-color: #071e33;
  border-radius: 1rem;
  border: none;
  padding: 1rem 2rem;
  width: 18.6rem;
}
.vertical-layout-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.admin-settings-links-buttons-category {
  /* background-color: #051422; */
  background-color: #020a11;
  /* padding: 1rem 2rem; */
  display: flex;
  align-items: center;
}
admin-panel-icon .setting-expand-shrink-icon {
  width: 2.5rem;
  color: #e6e8e9;
}
.category-icon {
  margin-left: 2rem;
}
.selected {
  background-color: #14293d;
}
.admin-index-widget-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* margin-bottom: 1rem; */
  /* margin-top: 1rem; */
}
.admin-index-widget-icon {
  color: yellow;
  width: 3.5rem;
}

.admin-ban-widget-icon {
  color: red;
  width: 3.5rem;
}
.index-banned-user-main-text {
  font-size: 1.8rem;
  max-width: 31rem;
}

.index-banned-user-side-text {
  font-size: 1.6rem;
  color: #a7b3be;
}
.admin-index-widget-container {
  background-color: #051422;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 42rem;
  min-height: 40.5rem;
}

.message-container {
  background-color: #862e9c;
  display: flex;
  justify-content: center;
  max-width: max-content;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.admin-application-widget-icon {
  /* color: #00ff00; */
  color: orange;
  width: 3.5rem;
}
.admin-statistics-widget-icon {
  color: #862e9c;
  width: 3.5rem;
}

.admin-threads-widget-icon {
  /* color: #00ff00; */
  color: #0b7285;
  width: 3.7rem;
}

.index-admin-statistics-sub-container-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.index-admin-statistics-element-container {
  /* border-left: solid 0.3rem purple; */
  width: 20rem;
  padding: 1rem;
  background-color: #020a11;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.index-admin-statistics-container {
  background-color: #051422;
  padding: 1rem;
  border-radius: 1rem;
}

.index-admin-statistics-sub-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;

  margin-top: 2rem;
}

.admin-statisitcs-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto; /* Two rows */
  column-gap: 2rem;
  row-gap: 2rem;
  max-width: 130rem;
  margin: 0 auto;
}

.span-2 {
  grid-column: span 2; /* This makes it take up two columns */
}

p {
  color: #e8f0f7;
}
.index-banned-user-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  /* background-color: #071e33; */
  background-color: #020a11;
  border: #0e3c67 solid 0.2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  /* margin-left: 2rem; */
  padding-right: 1rem;
}
.index-banned-user-img {
  width: 6rem;
  height: 6rem;
  border-radius: 5rem;
}
.admin-selected {
  background-color: #051422;
}
.thread-widget-thread-description-text {
  font-size: 1.4rem;
  color: #d1e0ee;
  width: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 2.9rem; */
}
.thread-widget-thread-description-text:hover {
  color: #a7b3be;
}
.thread-posts-widget-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
  max-width: 19rem;
  max-height: 5rem;
}

.username-avatar-post-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.forums-directory-container {
  padding: 2rem 2rem;
  margin: 0 auto 3rem auto;
  background-color: #020a11;
  border-radius: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.inline {
  display: inline-block;
  color: #d1e0ee;
}

.thread-admin-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  right: 0rem; */
  gap: 2rem;
  /* background-color: #051422; */
  /* background-color: #020a11; */
  background-color: #0a1b2a;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  width: max-content;
}
.thread-admin-navbar.empty {
  /* background-color: #051422; */
  /* background-color: #020a11; */
  background-color: #04ff00;
  padding: 0rem 0rem;
}
.post-admin-nav-bar-container {
  /* width: 22rem; */
  width: 25.6rem;

  background-color: #020a11;
  display: flex;
  justify-content: right;
}

.thread-admin-navbar-icons {
  width: 2rem;
  height: 2rem;
}
#cancel-edit-thread {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

#enable-edit-thread {
  width: 2rem;
  height: 2rem;
}
.pinned-locked-container {
  display: flex;
  align-items: center;
  /* position: absolute;
  left: 0rem; */
  gap: 2rem;
  /* background-color: #051422; */
  border-radius: 1rem;
  width: 25.6rem;
}
.locked-sign {
  background-color: rgb(201, 42, 42);
  color: #ddd;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  width: 11.8rem;
  display: flex;
  justify-content: center;
  height: 4.1rem;
  align-items: center;
  gap: 1rem;
}

.pinned-sign {
  background-color: #5506b7;
  color: #ddd;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  width: 11.8rem;
  height: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.pinned-logo {
  background-color: #5506b7;
  color: #ddd;
  padding: 1rem 1.1rem;
  border-radius: 2rem;
  font-weight: 600;
  width: 3.1rem;
  display: flex;
  justify-content: center;
  height: 3.1rem;
  align-items: center;
  gap: 1rem;
}
.locked-logo {
  background-color: rgb(201, 42, 42);
  color: #ddd;
  padding: 1rem 1.1rem;
  border-radius: 2rem;
  font-weight: 600;
  width: 3.1rem;
  display: flex;
  justify-content: center;
  height: 3.1rem;
  align-items: center;
  gap: 1rem;
}
.post-button {
  background-color: #c92a2a;
  padding: 1rem 2rem;
  color: #fefefe;
  border-radius: 0.5rem;
  border: none;
  border-width: 0;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.post-button:hover {
  background-color: #ce3f3f;
}

.post-button-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post-creator-container {
  background-color: #020a11;
  /* 
  display: flex;
  align-items: center; */
  padding: 4rem 1rem;
  margin-top: 1rem;
  /* gap: 10rem; */
}

.thread-view-container {
  background-color: #020a11;
  /* 
  display: flex;
  align-items: center; */
  /* padding: 4rem 1rem;
  margin-top: 1rem; */
  /* gap: 10rem; */
}

.post-form {
  /* padding: 5rem 5rem; */
  margin: 0 auto;
  width: 100%;
  /* color: #e7f5ff; */
  background-color: #020a11;
  display: block;
  border-radius: 1rem;
}

.post-submit-button {
  margin: 0 auto;
  background-color: greenyellow;
}

.forums-grid {
  display: grid;
  grid-template-columns: 4fr 1.3fr;
  max-width: 140rem;
  margin: 0rem auto;
  column-gap: 5rem;
}
#cancel-post-create {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
}
.expand-icon {
  width: 2.8rem;
  /* color: #d1e0ee; */
  color: #a3c1dd;
  /* display: inline-block; */
  position: absolute;
  right: 2rem;
}
.expand-icon:hover {
  cursor: pointer;
}

.shrink-icon {
  width: 2.8rem;
  /* color: #d1e0ee; */
  color: #a3c1dd;
  /* display: inline-block; */
  position: absolute;
  right: 2rem;
  display: none;
}
.shrink-icon:hover {
  cursor: pointer;
}

.ql-toolbar {
  background-color: #020a11 !important;
}
.ql-toolbar.ql-snow {
  border: none !important;
}

/* Change the color of the toolbar icons */
.ql-toolbar .ql-stroke {
  stroke: #d1e0ee !important;
}

.ql-toolbar .ql-fill {
  fill: #d1e0ee !important;
}

.ql-toolbar .ql-picker {
  color: #d1e0ee !important;
}

/* Style for active (selected) state */
.ql-toolbar .ql-active .ql-stroke {
  stroke: #228be6 !important; /* Change to desired active color */
}

.ql-toolbar .ql-active .ql-fill {
  fill: #228be6 !important; /* Change to desired active color */
}

.ql-toolbar .ql-active {
  color: #228be6 !important; /* Change to desired active color */
}

/* Style for hover state */
.ql-toolbar .ql-picker:hover,
.ql-toolbar button:hover .ql-stroke,
.ql-toolbar button:hover .ql-fill {
  stroke: #228be6; /* Change to desired hover color */
  fill: #228be6; /* Change to desired hover color */
}

/* Ensure button retains stroke color when active */
.ql-toolbar .ql-active.ql-stroke {
  stroke: #228be6 !important;
}

/* Ensure button retains fill color when active */
.ql-toolbar .ql-active.ql-fill {
  fill: #228be6 !important;
}

.ql-blank {
  min-height: 20rem;
}
.ql-container {
  display: block !important;
  min-height: 20rem !important;
  overflow: visible !important;
  resize: vertical;
  /* border: solid 1rem #020a11; */
  max-width: 100%;
}
.ql-editor {
  word-break: break-word;
  overflow-wrap: break-word;
  color: #e8f0f7;
}

#quillCharCount {
}
.char-counter-text {
  display: flex;
  justify-content: right;
  font-size: 1.2rem;
  background-color: #0a1b2a;
  padding-right: 1rem;
}

.ql-container,
.ql-container:focus,
.ql-container.ql-snow {
  /* border: 1rem solid #020a11 !important; */
}
#editor {
  background-color: #0a1b2a;
  border-radius: 0.5rem;
  border: none;
}
#editor-2 {
  background-color: #0a1b2a;
  border-radius: 0.5rem;
  border: none;
}

#editor-3 {
  background-color: #051422;
  border-radius: 0.5rem;
  border: none;
}
.navigation-configure-vertical-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#toolbar-container {
  display: none;
}

.forums-create-thread {
  background-color: #020a11;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  justify-content: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* gap: 10rem; */
}
.forums-update-thread {
  background-color: #020a11;
  padding: 1rem 1rem 1rem 1rem;
  color: white;
  display: none;
  justify-content: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* gap: 10rem; */
}

.update-bio-button-container {
  background-color: #020a11;
  padding: 1rem 1rem 1rem 1rem;
  display: none;
  justify-content: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* gap: 10rem; */
}
.post-create-button-container {
  background-color: #020a11;
  padding: 1rem 1rem 1rem 1rem;
  display: none;
  justify-content: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* gap: 10rem; */
}
.error404-section {
  background-color: #020a11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-image {
  width: 70rem;
}

.error-text {
  color: #ddd;
  font-size: 5rem;
}

.discord-steam-group-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
}

.logo-section-icons {
  color: #d1e0ee;
  width: 5rem;
}

.player-profile-moba {
  width: 4em;

  border-radius: 1rem;
}

.players-moba-team-container {
  background-color: #020a11;
  gap: 1rem;
  display: flex;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.players-moba-horizontal-container {
  background-color: #020a11;
  gap: 4rem;
  display: flex;
  justify-content: center;

  padding: 2rem;
  align-items: center;
  border-top: solid 0.2rem red;
  border-radius: 2rem;
  max-width: 115rem;
}

.players-moba-tournaments-horizontal-container {
  background-color: #020a11;
  /* gap: 5rem; */
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  align-items: center;
  border-top: solid 0.2rem red;
  border-radius: 2rem;
  width: 63rem;
}

.create-team-tournaments-horizontal-container {
  background-color: #020a11;
  gap: 20rem;
  display: flex;
  justify-content: center;
  padding: 2rem;
  align-items: center;
  border-top: solid 0.2rem red;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  max-width: 110rem;
}
.header-text {
  color: #d1e0ee;
  font-size: 11rem;
}
.players-moba-team-vertical-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

.player-team-picture-moba {
  width: 9.9rem;
  max-height: 10rem;

  border-radius: 1rem;
}

.team-logo-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  height: 9.9rem;
}

.team-name-header {
  color: #d1e0ee;
  font-size: 4rem;
}
.aqua {
  border-bottom: solid 0.3rem aqua;
}

.team2-color {
  border-bottom: solid 0.3rem #a05cf3;
}

.Tournament-text {
  font-size: 5rem;
  color: white;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.tournament-date {
  font-size: 2rem;
  color: #d1e0ee;
}

.middle-column-vertical-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.tournament-container {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.tournament-grid-system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  row-gap: 1rem;
  width: 100%;

  column-gap: 5rem;
}

.right-border {
  border-right: solid red 0.2rem;
}

.team-tournament-tree-container {
  width: 15rem;
  border-radius: 2rem;
}

.team-tournament-tree-image {
  width: 15rem;
}

.team-tournament-tree-vs-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 2rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.vs-tree-tournament-text {
  color: #d1e0ee;
}

.left-border {
  border-left: solid red 0.2rem;
}

.team-tournament-tree-vs-container-horizontal {
  display: flex;
  gap: 2rem;
  border-radius: 2rem;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid red 0.2rem;
  margin: auto 0;
}

.tournament-creation-form {
  display: flex;
  background-color: #051422;
  padding: 2rem;

  flex-direction: column;
  gap: 2rem;
}

.team-creation-form {
  display: flex;
  padding: 2rem;
  background-color: #020a11;
  flex-direction: column;
  gap: 2rem;
}

.create-tournaments-section {
  margin: 0 auto;
  max-width: 110rem;
}

.input-text {
  color: #a7b3be;
}

.label-text {
  color: #a7b3be;
}

.tournament-match-vertical-flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 63rem;
}

.create-team-vertical-flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.step-1-create-team {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #020a11;
  border-top: solid 0.1rem #1b2329;
  /* border-bottom: solid 0.1rem #1b2329; */
}
.submit-team {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #020a11;
  border-top: solid 0.1rem #1b2329;
  /* border-bottom: solid 0.1rem #1b2329; */
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-bottom: 5rem;
}

.participate-button {
  background-color: greenyellow;
  padding: 1rem 2rem;
  max-width: fit-content;
  border-radius: 1rem;
  font-weight: 600;
  color: black;
}

.join-icon {
  color: #1e2c38;
  width: 7rem;
  border: solid 0.1rem #1e2c38;
  border-radius: 50%;
  padding: 1rem;
}

.view-team-top-icons {
  color: #1e2c38;
  width: 3rem;
  border: solid 0.1rem #1e2c38;
  border-radius: 50%;
  padding: 0.1rem;
}

.game-header {
  color: #ffffff;
  font-size: 3rem;
}

.vertical-flex-container {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.join-vertical-flexbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.create-vertical-flexbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.white-text {
  color: #a7b3be;
}

.input,
.input:hover,
input:active {
  background-color: #1b2329;
  border-radius: 1rem;
  /* min-width: 24rem; */
}

.color-picker,
.color-picker:hover,
.color-picker:active {
  padding: 0rem;
}

.form-horizontal-flexbox {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #020a11;
  /* border-top: solid 0.1rem #1b2329; */
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

/* .team-member-container {
  width: 13.5rem;
  height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #1e2c38 0.2rem;
  border-radius: 2rem;
} */

.team-member-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.add-member-icon {
  width: 8rem;
  color: #1e2c38;
}

.tournament-default-member-icon {
  width: 7.5rem;
  color: #1e2c38;
}

.team-member-picture {
  width: 13.5rem;
  height: 16rem;
  border-radius: 2rem;
  border-bottom: 0.2rem red solid;
}

.empty-team-member-container {
  width: 13.5rem;
  height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #1e2c38 0.2rem;
  border-radius: 2rem;
}
.empty-team-member-container-small {
  width: 7.2rem;
  max-height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #1e2c38 0.2rem;
  border-radius: 2rem;
}

.team-horizontal-flexbox {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #020a11;
  /* border-top: solid 0.1rem #1b2329; */
  gap: 2rem;

  flex-wrap: wrap;
}

.team-logo {
  width: 10rem;
  border-radius: 1rem;
}

.submit-button {
  background-color: red;
  border-radius: 2rem;
  color: #020a11;
  font-weight: 600;
}

.join-container {
  background-color: #020a11;

  flex-wrap: wrap;
  padding: 2rem 1rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top: solid 0.1rem #1b2329;
  display: none;
  justify-content: center;
}

.quick-join-button,
.quick-join-button:hover {
  margin-top: 1rem;
  background-color: red;
  padding: 1rem 2rem;
  color: #020a11;
  border-radius: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.tournament-matches-vertical-flex-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.dark-blue-text {
  color: #020a11;
}

.input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}

.step-1-create-team-last {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #020a11;
  border-top: solid 0.1rem #1b2329;
}
.tournaments-vertical-flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 63rem;
  gap: 3rem;
}

.template-container {
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
}
.tournament-tree-section {
  background-color: #051422;

  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tournament-tree-section-dark {
  background-color: #020a11;

  padding-top: 3rem;
  padding-bottom: 8rem;
}

.tournament_template {
  width: 100%;
  /* position: relative; */
}

.match-number-label {
  color: white;
  font-size: 2rem;
  max-width: 4%;
  border-radius: 10%;
  position: absolute;
}

.round-of-16-logo {
  max-width: 4%;
  border-radius: 10%;
  position: absolute;
}
.round-of-16-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 50%;
}
.match-1 {
  left: 5%;
  bottom: 76%;
}
.match-2 {
  left: 5%;
  top: 32%;
}
.match-3 {
  left: 5%;
  bottom: 22%;
}

.match-4 {
  left: 5%;
  bottom: -2%;
}

.margin-top {
  margin-top: 1%;
}

.team-1 {
  left: 5.5%;
  top: 7.5%;
}

.team-2 {
  left: 5.5%;
  top: 18%;
}

.team-3 {
  left: 5.5%;
  top: 31%;
}

.team-4 {
  left: 5.5%;
  top: 41.5%;
}

.team-5 {
  left: 5.5%;
  top: 62%;
}

.team-6 {
  left: 5.5%;
  top: 72.5%;
}

.team-7 {
  left: 5.5%;
  top: 85.5%;
}

.team-8 {
  left: 5.5%;
  top: 96%;
}

.team-9 {
  right: 5.5%;
  top: 7.5%;
}

.team-10 {
  right: 5.5%;
  top: 18%;
}

.team-11 {
  right: 5.5%;
  top: 31%;
}

.team-12 {
  right: 5.5%;
  top: 41.5%;
}

.team-13 {
  right: 5.5%;
  top: 62%;
}

.team-14 {
  right: 5.5%;
  top: 72.5%;
}

.team-15 {
  right: 5.5%;
  top: 85.5%;
}

.team-16 {
  right: 5.5%;
  top: 96%;
}

.quarter-finals-logo {
  max-width: 5.5%;
  border-radius: 10%;
  position: absolute;
}
.winner-1 {
  left: 16.6%;
  top: 11%;
}

.winner-2 {
  left: 16.6%;
  top: 34.5%;
}

.winner-3 {
  left: 16.6%;
  top: 65%;
}

.winner-4 {
  left: 16.6%;
  top: 88.5%;
}

.winner-5 {
  right: 16.6%;
  top: 11%;
}

.winner-6 {
  right: 16.6%;
  top: 34.5%;
}

.winner-7 {
  right: 16.6%;
  top: 65%;
}

.winner-8 {
  right: 16.6%;
  top: 88.5%;
}

.semi-finals-logo {
  max-width: 7%;
  border-radius: 10%;
  position: absolute;
}

.winner-9 {
  left: 28%;
  top: 21%;
}

.winner-10 {
  left: 28%;
  top: 75.5%;
}

.winner-11 {
  right: 28%;
  top: 21%;
}

.winner-12 {
  right: 28%;
  top: 75.5%;
}

.finals-logo {
  max-width: 8%;

  border-radius: 10%;
  position: absolute;
  margin: auto auto;
  /* border: red solid 0.2em; */
}

.winner-13 {
  left: 38.5%;
  top: 47.1%;
}

.winner-14 {
  right: 38.5%;
  top: 47.1%;
}
.champion-trophy {
  position: absolute;
  max-width: 5.5%;
  border-radius: 10%;
  color: yellow;
  left: 50%;
  top: 78%;
  transform: translate(-50%, -50%); /* Offset to truly center */
}

.champion-logo {
  position: absolute;
  max-width: 10%;
  border-radius: 10%;
  color: yellow;
  left: 50%;
  top: 92%;
  transform: translate(-50%, -50%); /* Offset to truly center */
}
/* Youtube Streaming */

.youtube-stream-section {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #051422;
  min-height: 80vh;
}

.youtube-container {
  margin: 0 auto;
  max-width: 140rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.video-stream-container {
  /* border: solid red 0.1rem; */
  display: inline-block;
  width: 100rem;
  height: 56.25rem;
}
.live-chat-container {
  /* border: solid red 0.1rem; */
  display: inline-block;
  width: 35rem;
  height: 56.25rem;
}
.youtube-video {
  border-radius: 2rem;
  border: solid #020a11 0.2rem;
}
.team-link {
  margin: 0;
  padding: 0;
  display: block;
}
.live-chat {
  border-radius: 2rem;
  border: solid #020a11 0.2rem;
}
.match-number-container {
  position: absolute;
  left: 50%; /* Center horizontally */
  top: -9rem; /* Center based on viewport height */
  transform: translate(-50%, 50%); /* Offset to truly center */
  width: max-content;
  background-color: #020a11;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
}
.live-icon {
  /* color: #d1e0ee; */
  color: red;
  width: 4rem;
}
.delayed-icon {
  /* color: #d1e0ee; */
  color: red;
  width: 4rem;
}
.live-sub-icon {
  color: #d1e0ee;

  width: 3rem;
}

.nochat-sub-icon {
  color: #d1e0ee;

  width: 3rem;
}
.live-text {
  color: #d1e0ee;
  /* width: 4rem; */
}

.live-now-section {
  background-color: #051422;
  padding: 1rem 0rem;
}
.live-now-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 30rem;
  background-color: #051422;
  padding: 0rem 1rem;
  border-radius: 1rem;
}

.stream-navbar {
  display: flex;
  justify-content: space-between;

  background-color: #020a11;
  border-radius: 2rem;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0.5rem;
}
.stream-navbar-section {
  background-color: #051422;
  padding-top: 10rem;
}
.live-now-buttons-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 30rem;
  /* background-color: #051422; */
  padding: 0rem 1rem;
  /* border-radius: 1rem; */
}
.team-logo-live-status-bar {
  width: 4rem;
  height: 3rem;
}
.simple-team-vs-team-live-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  position: relative;
}

.match-status-edit-container {
  background-color: #020a11;
  max-width: 100rem;
  max-height: 80rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  position: absolute;
  left: 50%; /* Center horizontally */
  top: 50vh; /* Center based on viewport height */
  transform: translate(-50%, -50%); /* Offset to truly center */
  padding: 2rem;
  border-radius: 1rem;
}

h2 {
  color: #d1e0ee;
}

.red-cancel-button {
  background-color: red;
  padding: 1rem 2rem;
  border: none;
  border-radius: 1rem;
  font-weight: 600;
}
.green-save-button {
  background-color: greenyellow;
  padding: 1rem 2rem;
  border: none;
  border-radius: 1rem;
  font-weight: 600;
  color: #020a11;
}

.tournaments-list-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tournament-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1e2c38;
  max-width: 130rem;
  padding: 1rem 2rem;
}
.tournament-manage-icon {
  width: 4rem;
  color: #d1e0ee;
}
.tournament-manage-icon-small {
  width: 3.7rem;
  color: #d1e0ee;
}
.tournament-name-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.notification-icon {
  color: #d1e0ee;
  width: 3rem;
  margin-left: 4rem;
}

.notifications-sections {
  min-height: 80vh;
  background-color: #051422;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.notifications-container {
  max-width: 130rem;
  margin: 0rem auto;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  background-color: #020a11;
  min-height: 70vh;
  border-radius: 2rem;
  padding-bottom: 1rem;
}
.delete-all-notifications-button {
  background-color: #051422;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  border-radius: 1rem;
}

.public-teams-container {
  max-width: 130rem;
  margin: 0rem auto;
  border-top: solid 0.1rem #d1e0ee;
  height: 100%;
  padding: 1.5rem;
  padding-top: 4rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.join-team-section {
  min-height: 80vh;
  background-color: #051422;
  padding-top: 3rem;
}
.join-team-button {
  background-color: #00ff00;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 1rem;
  margin-top: 1rem;
}
.join-team-description-element-container {
  display: flex;
  flex-direction: column;
  gap: 0.51rem;
  justify-content: center;
}
.join-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.join-team-leader-container {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.join-team-member-small-icon {
  width: 2rem;
  /* color: #1e2c38; */
  color: greenyellow;
}
.join-team-non-member-small-icon {
  width: 2rem;
  color: #1e2c38;
}
.join-team-leader-badge-icon {
  width: 2.3rem;
  color: #d1e0ee;
}
.public-team-element-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
  background-color: #020a11;
  width: max-content;
  border-radius: 1rem;
}
.application-element {
  background-color: #071e33;
  max-width: 40rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  border-radius: 1rem;

  padding: 1rem 1.5rem;
}
.application-element:hover {
  background-color: #0a2844;
}

.join-team-img {
  width: 13rem;
  border-radius: 1rem;
}
.update-all-permissions-button {
  background-color: #2d608f;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;
  /* margin-top: 3rem; */
  cursor: pointer;
}
.ban-button {
  background-color: #2d608f;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;
  /* margin-top: 3rem; */
  cursor: pointer;
}
.create-thread-button,
.create-thread-button:hover {
  background-color: #2d608f;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;
  cursor: pointer;
}

.create-team-button {
  /* background-color: #2d608f; */
  background-color: green;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;

  cursor: pointer;
}

.notification-read-all-icon {
  /* color: yellow; */
  color: white;
  width: 3rem;
}
.board-icon-arrow {
  /* color: yellow; */
  color: white;
  width: 3rem;
}

.icon-extruded {
  color: white;
  width: 3rem;
  position: relative;
  top: -2rem;
  right: -2rem;
}

.notification-delete-all-icon {
  /* color: red; */
  width: 2.6rem;
  color: white;
}
.white-text {
  color: white;
  /* font-size: 2.2rem; */
}

.notifcations-buttons-container {
  display: flex;
  gap: 2rem;
  border-bottom: #35414c solid 0.2rem;
  /* border-bottom: #051422 solid 0.4rem; */
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 1rem;
}
.notification-element {
  background-color: #051422;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
  /* margin-top: 0.5rem; */
  margin-bottom: 0.5rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first-margin-top {
  margin-top: 1rem;
}
.notifcation-message-date-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.2rem;
  align-items: left !important;
  justify-content: left !important;
  all: unset; /* Resets all styles */
  cursor: pointer; /* Keeps it clickable */
}

.notification-date {
  font-size: 1.3rem;
  text-align: left;
}

.form-container-main-section {
  padding: 2rem;
}

.server-image {
  width: 100%;
  height: 31rem;
  border-radius: 1rem;
}

.admin-server-container {
  display: flex;
  flex-direction: column;
  width: 50rem;
  justify-content: center;
  align-items: center;
  background-color: #020a11;
  padding: 1rem;
  gap: 2rem;
  border-radius: 1rem;
}

.form-container-main-section {
  padding: 2rem;
}

.admin-server-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.error-container {
  background: #c92a2a;
}

.admin-edit-server-icon {
  width: 3.5rem;
  color: #d1e0ee;
}

.horizontal-flex {
  display: flex;
  /* gap: 3rem; */
  flex-wrap: wrap;
  padding: 2rem;
  justify-content: space-around;
  align-items: center;
  gap: 3rem;
}
.features-horizontal-flex {
  display: flex;
  /* gap: 3rem; */
  flex-wrap: wrap;
  padding: 1rem;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
}
title {
  border: none;
}
#navigation-icon {
  color: #fefefe;
  width: 5rem;
  cursor: pointer;
  display: none;
}

.issue-ban-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}

.issue-warn-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.update-category-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.create-feature-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}

.create-nav-link-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.create-server-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.update-server-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}

.compress-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-feature-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}

.update-board-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.update-ban-container {
  width: 70rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.centralise-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banned-container {
  background-color: #c92a2a;
  display: flex;
  justify-content: center;
  padding: 1rem 0rem;
}
.issue-ban-inputs-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  background-color: #051422;
  width: 100%;
  /* width: max-content; */
  margin: 2rem auto;
  /* padding: 1rem 2rem; */
  border-radius: 1rem;
  padding: 1rem;
}

.category-create-form {
  display: none;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  background-color: #051422;
  width: 100%;
  /* width: max-content; */
  margin: 2rem auto;

  border-radius: 1rem;
}
.close-container-cross {
  color: #e7f5ff;
  width: 3.5rem;
}
#close-mobile-navbar {
  color: white;
  font-size: 3rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 99999;
  display: none;

  /* display: none; */
}
.typical-icon {
  color: #e7f5ff;
  width: 3.5rem;
  /* border: #e7f5ff 0.1rem solid; */
}
.profile-icon {
  color: #e7f5ff;
  width: 2.5rem;
}

.board-create-form {
  display: none;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  background-color: #051422;
  width: 100%;
  /* width: max-content; */
  margin: 2rem auto;

  border-radius: 1rem;
}
.board-update-form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  background-color: #051422;
  width: 100%;
  /* width: max-content; */
  margin: 2rem auto;
  padding: 1rem;

  border-radius: 1rem;
}

/* SWITCH */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.profile-links-icon {
  font-size: 2.6rem;
}
.discord-profile-links-icon {
  font-size: 3.4rem;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  /* background-color: #2196f3; */
  background-color: #82c91e;
}

input:focus + .slider {
  /* box-shadow: 0 0 1px #2196f3; */
  box-shadow: 0 0 1px #82c91e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.rank-button {
  background-color: #071e33;
  border: none;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 1rem;
}
.scrollable-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: auto;
  height: 73vh;
  padding: 3rem;
  background-color: #0a1b2a;
  padding-bottom: 8rem;
}
.switch,
.slider {
  width: 6rem;
}
.profile-settings-section-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: auto;
  padding: 3rem;
  max-width: 100rem;
  margin: 0 auto;
  background-color: #0a1b2a;
  border-radius: 1rem;
}
.ranks-settings-container {
  border-left: solid #05223c 0.3rem;
  /* height: 90vh; */
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.button-central-container {
  background-color: #051422;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0rem 0rem 0rem;
  border-radius: 2rem;
}
.button-central-container-blank {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranks-permissions-form {
  /* padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem; */
}
.navigation-admin-panel-expand {
  color: white;
  font-size: 3rem;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  display: none;
}
.icon-rank-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.label-switch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* gap: 10rem; */
}
.label-switch-container-vertical {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  width: 100%;
}

.label-description-container {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.permission-description {
  font-size: 1.4rem;
  color: white;
}

.add-rank-icon {
  color: greenyellow;
  width: 3rem;
}
.ranks-list-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.create-new-rank-button {
  background-color: transparent;
  border: none;
}

.train-container {
  display: flex;

  align-items: center;

  max-width: 50rem;
  margin: 0 auto;
  height: 55rem;
  gap: 1rem;
  position: relative;
}

.train-passenger-img {
  width: 5rem;
  height: 5rem;
}

.train-passenger-img-container {
  display: flex;
  gap: 0.6rem;

  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.train-passenger-img-container-first {
  display: flex;
  gap: 0.6rem;

  /* 
  border-radius: 1rem; */
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.train-passengers-vertical-container {
  display: flex;
  border-left: yellowgreen 0.2rem solid;
  border-radius: 1rem;
  /* justify-content: center; */
  border-radius: 1rem;
  align-items: center;
  flex-direction: column;
  gap: 1rem;

  position: absolute;

  right: 1rem;
  top: 14.5rem;
}

.train-passengers-vertical-sub-container {
  display: flex;
  /* justify-content: center; */
  border-left: red 0.2rem solid;
  border-radius: 1rem;
  align-items: center;
  flex-direction: column;
  gap: 1rem;

  position: absolute;

  right: 1rem;
  top: 41rem;
}
.img-passenger-text-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  gap: 0.1rem;
}
.train-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #051422;
}

.primary-color {
  color: #ffffff;
}

.secondary-color {
  color: #e8f0f7;
}

.third-color {
  color: #d1e0ee;
}

.train-img {
  width: 13.2rem;
  margin-left: 0.3rem;
}

.train-passenger-username {
  color: white;
  max-width: 5rem;
  font-size: 0.8rem;
}
.train-header {
  text-align: center;
}

.train-table-container {
  max-width: 120rem;
  margin: 5rem auto;

  overflow-y: auto;
}

.image-username-train-member-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.table-img-train {
  width: 3rem;
}

.forums-tool-button {
  all: unset; /* Resets all styles */
  cursor: pointer; /* Keeps it clickable */
  display: flex; /* Ensures it doesn't shrink */
  align-items: center; /* Aligns SVG properly */
}
.blurred-background-for-popup {
  background-color: rgba(2, 10, 17, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
}

.popup-deletion-confirmation {
  width: 50rem;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999; /* Add this line */
}
#popup-board-deletion-confirmation {
  width: 50rem;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999; /* Add this line */
}
#popup-post-deletion-confirmation {
  width: 50rem;
  position: fixed; /* Change from absolute to fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.popup-move-thread-confirmation {
  width: 50rem;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #050d14;
  padding: 2rem;
  border-radius: 1rem;
  border: #0e3c67 solid 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 9999; /* Add this line */
}

.header-delete-confirm-text {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
}
.description-delete-confirm-text {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
}
.header-description-container-delete-popup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #051422;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem 1rem;
}
.delete-thread-button {
  background-color: red;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  font-weight: 500;
}
#create-category-button {
  background-color: red;
  /* border-radius: 1rem; */
  border: none;
  display: none;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  font-weight: 500;
}
#create-board-button {
  background-color: red;
  /* border-radius: 1rem; */
  border: none;
  display: none;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  font-weight: 500;
}

.cancel-delete-thread-button {
  background-color: #2d608f;
  /* border-radius: 1rem; */
  border: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
  max-width: max-content;
  border-radius: 1rem;

  cursor: pointer;
}
.popup-deletion-cancelation-container {
  display: flex;
  justify-content: center;
  gap: 20%;
  align-items: center;
  margin-top: 1rem;
}

.popup-buttons-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
}
.glitch-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #051422;
}
.move-thread-confirm-cancel-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.glitch-text {
  position: relative;
  color: white;
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 2px white;
  z-index: 1; /* 👈 important */
}
.glitch-text::before,
.glitch-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  color: white;
}

.glitch-text::before {
  color: #d1e0ee;
  z-index: -1;
  animation: glitchTop 1s infinite linear;
}

.glitch-text::after {
  color: #020a11;
  z-index: -2;
  animation: glitchBottom 1s infinite linear;
}

@keyframes glitchTop {
  0% {
    transform: translate(0);
    clip-path: inset(0 0 90% 0);
  }
  20% {
    transform: translate(-2px, -2px);
    clip-path: inset(0 0 70% 0);
  }
  40% {
    transform: translate(2px, 2px);
    clip-path: inset(10% 0 80% 0);
  }
  60% {
    transform: translate(-1px, 1px);
    clip-path: inset(20% 0 60% 0);
  }
  80% {
    transform: translate(1px, -1px);
    clip-path: inset(0 0 90% 0);
  }
  100% {
    transform: translate(0);
    clip-path: inset(0 0 90% 0);
  }
}

@keyframes glitchBottom {
  0% {
    transform: translate(0);
    clip-path: inset(90% 0 0 0);
  }
  20% {
    transform: translate(2px, 2px);
    clip-path: inset(70% 0 0 0);
  }
  40% {
    transform: translate(-2px, -2px);
    clip-path: inset(60% 0 0 0);
  }
  60% {
    transform: translate(1px, -1px);
    clip-path: inset(80% 0 0 0);
  }
  80% {
    transform: translate(-1px, 1px);
    clip-path: inset(90% 0 0 0);
  }
  100% {
    transform: translate(0);
    clip-path: inset(90% 0 0 0);
  }
}
.glitch-text {
  text-shadow: 0 0 2px white;
}

.reaction-bar {
  display: flex;
  gap: 1rem;
  /* padding: 0.5rem 1rem; */
  justify-content: center;
}

.reaction-button {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease;
  /* padding: 4px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reaction-button:hover {
  transform: scale(1.2);
}

.reaction-button img {
  width: 2.5rem;
  height: 2.5rem;
}
.reaction-number {
  position: absolute;
  top: 90%; /* positions it directly below the image */
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #d1e0ee;
}
