@import url("https://fonts.googleapis.com/css2?family=Quattrocento+Sans:wght@400;700&display=swap");
:root {
  --white: rgb(255, 255, 255);
  --white2: rgb(255, 255, 255, 0.7);
  --white3: rgb(255, 255, 255, 0.4);
  --white4: rgb(255, 255, 255, 0.25);
  --white5: rgb(255, 255, 255, 0.1);
  --white6: rgb(255, 255, 255, 0.05);
  --black: rgba(0, 0, 0);
  --black2: rgba(0, 0, 0, 0.7);
  --black3: rgba(0, 0, 0, 0.5);
  --black4: rgba(0, 0, 0, 0.2);
  --black5: rgba(0, 0, 0, 0.1);
  --black6: rgba(0, 0, 0, 0.05);
  --canvas: rgba(247, 247, 247, 1);
  --shade1: rgb(243, 243, 243);
  --shade2: rgb(211, 210, 210);
  --shade3: rgb(192, 191, 191);
  --shade4: rgb(29, 29, 29);
  --shade5: rgb(14, 14, 14);
  --primary1_purple: rgb(186, 64, 211);
  --primary1_pink: rgb(206, 130, 213);
  --primary1_blue: rgba(118, 196, 200, 1);
  --primary1_grey:rgba(146, 147, 152, 1);
  --green: rgba(0, 255, 42, 0.05);
  --red: rgba(255, 8, 0, 0.05);
  --radius_small: 8px;
  --radius_mid: 10px;
  --radius_big: 16px;
}

.body_home {
  font-family: "Maven Pro", sans-serif;
  margin: 0;
  padding: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--canvas);
  overflow-x: hidden;
}

.body.light {
  font-family: "Maven Pro", sans-serif;
  z-index: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  width: 100vw;
  position: fixed;
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
  background-size: cover;
}

.body.dark {
  font-family: "Maven Pro", sans-serif;
  z-index: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: hidden;
  background-size: cover;
  background-size: 100vh;
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.body_splash.light {
  z-index: 10;
  margin: 0;
  padding: 0;
  gap: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(0deg, var(--white2) 0%, var(--white) 100%);
  scroll-behavior: smooth;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.body_splash.dark {
  margin: 0;
  padding: 0;
  gap: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(0deg, var(--black3) 0%, var(--black2) 100%);
  scroll-behavior: smooth;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.credentials_super {
  display: flex;
  flex-direction: column;
  width: 100vw;
}

.credentials_bg {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: var(--canvas);
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
  background-size: cover;
}

.credentials_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, var(--black) 40%, var(--black4) 100%);
  margin-top: -100vh;
  z-index: 50;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.credentials_content_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  gap: 1rem;
  padding-bottom: 2rem;
}

.credentials_logo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.credentials_logo img {
  height: 4rem;
  filter: invert(100);
}

.credentials_card {
  padding-bottom: 1rem;
  padding-top: 2rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: var(--radius_small);
}

@media (max-width: 1000px) {
  .credentials_card {
    width: 95%;
  }
}
.credentials_card_title {
  text-transform: uppercase;
}

.credential_option {
  display: flex;
  flex-direction: column;
  color: var(--white);
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.credentialform {
  border-radius: 8px;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.herobuttoncont {
  padding-top: 1rem;
}

.credentials_progress {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.credentials_progress_title h3 {
  font-weight: 700;
}

.credentials_card_subtitle {
  width: 90%;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}

.credentials_progress_bars {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
}

.progress_bar {
  height: 0.5rem;
  width: 24%;
  border-radius: var(--radius_small);
  background-color: var(--primary1_purple);
  opacity: 20%;
}

.progress_bar.shaded {
  opacity: 100%;
}

.accept {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 80%;
}

.accept_link {
  color: var(--primary1_purple);
  text-decoration: none;
}

.pref_super {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.pref_radio {
  display: none;
}

.pref_box_light {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius_small);
  background-color: var(--white);
  border: 1px solid var(--black4);
  overflow: hidden;
  padding: 0.5rem;
  color: var(--black2);
  cursor: pointer;
  transition: 0.2s;
  gap: 0.5rem;
}
.pref_box_light img {
  height: 1.5rem;
  filter: invert(0);
  transition: 0.2s;
}

.pref_box_light:hover {
  transform: scale(1.04);
  background-color: var(--black);
  border: 1px solid var(--black4);
  color: var(--white);
}
.pref_box_light:hover img {
  filter: invert(100);
  transform: rotate(30deg);
}

.pref_box_light.active {
  background-color: var(--primary1_purple);
  border: 1px solid var(--primary1_purple);
  color: var(--white);
}
.pref_box_light.active img {
  filter: invert(100);
}

.pref_box_light.active:hover {
  transform: scale(1.02);
  border: 1px solid var(--primary1_purple);
}

.pref_box_dark {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius_small);
  background-color: var(--white);
  border: 1px solid var(--black4);
  overflow: hidden;
  padding: 0.5rem;
  color: var(--black);
  gap: 0.5rem;
  cursor: pointer;
  transition: 0.2s;
}
.pref_box_dark img {
  height: 1.5rem;
  filter: invert(0);
  transition: 0.2s;
}

.pref_box_dark:hover {
  transform: scale(1.04);
  background-color: var(--black);
  border: 1px solid var(--black4);
  color: var(--white);
}
.pref_box_dark:hover img {
  filter: invert(100);
  transform: rotate(-30deg);
}

.pref_box_dark.active {
  background-color: var(--primary1_purple);
  border: 1px solid var(--primary1_purple);
  color: var(--white);
}
.pref_box_dark.active img {
  filter: invert(100);
}

.social_media_input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.remove-button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

.remove-button img {
  width: 2rem;
}

.form-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: lighter;
}

.link {
  text-decoration: none;
  color: var(--black);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background: var(--white);
  padding: 5px;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  height: 30%;
  background: var(--primary1_purple);
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important; /* Change the background color */
}

.bar_preloader {
  width: 100vw;
  position: fixed;
  z-index: 5000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.load_bar {
  background-color: var(--primary1_purple);
  height: 4px;
  width: 0;
  border-radius: 2px;
  z-index: 6000;
  display: flex;
  transition: width 0.5s ease; /* Smooth transition for width change */
}

.scroll_to_top {
  bottom: 0;
  right: 0;
  margin-top: 20rem;
  position: fixed;
  display: block;
  margin-bottom: 3rem;
  margin-right: 2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: var(--white);
  border-radius: var(--radius_small);
  transition: 0.2s;
  z-index: 1000;
  cursor: pointer;
  filter: none;
  height: 2rem;
  z-index: 1000;
}

.scroll_to_top:hover {
  background-color: var(--white);
  transform: translateY(-0.6rem);
  filter: drop-shadow(5px 3px 4px var(--black4));
}

.scroll_to_top.hide {
  transform: translateY(20rem);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important; /* Change the background color */
}

.messagecont {
  display: flex;
  position: fixed;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100vw;
  position: fixed;
  margin-top: 4rem;
  background-color: transparent;
  z-index: 8000;
}

.messages {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  display: flex;
  position: relative;
  align-items: center;
  position: relative;
  filter: drop-shadow(2px 2px 2px var(--black2));
  color: var(--black);
  gap: 0.5rem;
}

.message_image {
  height: 1.2rem;
}

/* Hide messages */
.messages.hide {
  display: none;
}

.message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 0.3rem;
  z-index: 5000;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.4rem;
  padding-right: 0.5rem;
  border-radius: var(--radius_small);
}

/* Close button */
.messageclose {
  cursor: pointer;
  padding-left: 0.5rem;
  transition: 0.3s;
}

.messageclose:hover {
  transform: scale(1.1);
}

/* Message icons */
.message-icon {
  margin-right: 0.5rem;
}

/* Specific message styles */
.message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.message.warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

.message.info {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #bee5eb;
}

.cookies-super.active {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  bottom: 1rem;
  z-index: 1000;
  background: linear-gradient(0deg, var(--shade2) 0%, var(--shade1) 100%);
  filter: drop-shadow(2px 2px 2px var(--black4));
  width: 90vw;
  border-radius: 8px;
}

.cookies-super {
  display: none;
}

@media (min-width: 1000px) {
  .cookies-super {
    display: none;
  }
  .cookies-super.active {
    width: 50vw;
  }
}
.cookies {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cookie-subcontainer2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.anchor {
  color: var(--primary1);
  text-decoration: none;
}

.home_super {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.hero_super {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero_image {
  height: 100%;
  width: 100vw;
  opacity: 90%;
  background-origin: center;
  background-position: center;
  z-index: 50;
  position: relative;
  transition: 0.2s;
  overflow-y: hidden;
  overflow-x: hidden;
  display: grid;
  grid-auto-flow: column;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scroll-snap-stop: always;
}

@keyframes splash {
  0% {
    background-size: 120%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 120%;
  }
}
.herosubcont1, .herosubcont2, .herosubcont3, .herosubcont4 {
  scroll-snap-align: start;
  width: 100vw;
  height: 101vh;
  animation: splash 20s infinite;
  background-origin: center;
  background-position: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 1000px) {
  .herosubcont1, .herosubcont2, .herosubcont3, .herosubcont4 {
    background-size: cover;
    animation: none;
  }
}
.hero_info {
  background: linear-gradient(180deg, transparent 20%, var(--black) 100%);
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 3rem;
  gap: 1rem;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  transition: 0.2s;
  z-index: 80;
}

.hero_info_sub {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 5rem;
}

.hero_info_logo_super {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-direction: row;
}

.hero_logo_broken_super {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 90;
  transition: 0.2s;
  margin-top: -0.5rem;
  cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hero_logo_broken {
  height: 6rem;
  transition: 0.2s;
  filter: drop-shadow(5px 3px 4px var(--black4));
}

.hero_logo_broken.rotate {
  filter: none;
  animation: rotate 15s infinite;
  margin-top: -5.5rem;
  margin-left: 5rem;
  height: 5rem;
}

.hero_logo_broken.testbench {
  height: 3.5rem;
}

.hero_logo_portal img {
  height: 4rem;
  filter: invert(100);
}

@media (max-width: 1000px) {
  .hero_info_sub {
    padding-bottom: 0rem;
  }
  .hero_info_logo_super {
    flex-direction: column;
    align-items: flex-start;
  }
}
.brief_content {
  border-radius: 12px;
  font-weight: 100;
  color: var(--white);
  font-size: small;
}

.hero_feature_super {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.hero_feature {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius_small);
  width: 7rem;
  background: transparent;
  border: 1px solid var(--white5);
  gap: 0.5rem;
}
.hero_feature img {
  filter: invert(100);
  height: 3.5rem;
}
.hero_feature h3 {
  text-transform: capitalize;
  color: var(--white);
}

.hero_action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}

.hero_action_button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary1_purple);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid var(--primary1_purple);
}
.hero_action_button1 img {
  height: 1.2rem;
  filter: invert(100);
}

.hero_action_button1:hover {
  background-color: var(--black);
  transform: scale(1.02);
  border: 1px solid var(--black);
}

.hero_action_button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background-color: transparent;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid var(--white3);
}
.hero_action_button2 img {
  height: 1.5rem;
  filter: invert(100);
}

.hero_action_button2:hover {
  background-color: var(--black);
  transform: scale(1.02);
  border: 1px solid var(--black);
}

@media (max-width: 1000px) {
  .hero_info_sub {
    align-items: center;
  }
  .hero_info_logo_super {
    justify-content: center;
    align-items: center;
  }
  .hero_logo_broken {
    height: 5rem;
    transition: 0.2s;
    filter: drop-shadow(5px 3px 4px var(--black3));
  }
  .hero_logo_broken.rotate {
    animation: rotate 10s infinite;
    margin-top: -4.5rem;
    margin-left: 4.5rem;
    height: 4rem;
  }
  .hero_logo_portal img {
    height: 2.8rem;
    filter: invert(100);
  }
  .hero_feature_super {
    justify-content: center;
  }
  .hero_feature {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius_small);
    width: 5.5rem;
    background: transparent;
    border: 1px solid var(--white5);
    gap: 0.5rem;
    cursor: pointer;
    transition: 0.2s;
  }
  .hero_feature img {
    filter: invert(100);
    height: 3rem;
  }
  .hero_feature h3 {
    font-size: medium;
  }
  .brief_content {
    text-align: center;
  }
  .hero_action {
    justify-content: center;
  }
}
.footer_super {
  background: linear-gradient(180deg, var(--black) 0%, var(--black) 100%);
  width: 100%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: invert(0);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  margin-top: -0.5rem;
}

.footer_sub1 {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  transition: 0.2s;
}

.footer_sub2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  transition: 0.2s;
  padding-bottom: 2rem;
}

.sub1_left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 50%;
  transition: 0.2s;
}

.sub1_right {
  width: 50%;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.contact_us_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  filter: invert(100);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact_us_box h2 {
  width: 100%;
  text-align: center;
}

.dash {
  width: 50%;
  height: 1px;
  background-color: var(--black4);
  border-radius: 6px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.link1 {
  width: 50%;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  color: var(--black);
  transition: 0.2s;
  padding: 0.3rem;
}
.link1 img {
  height: 1.2rem;
}
.link1 h4 {
  transition: 0.2s;
}

.link2 {
  width: 50%;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  color: var(--black);
  transition: 0.2s;
  padding: 0.3rem;
}
.link2 h4 {
  transition: 0.2s;
}

.link1:hover {
  background-color: var(--white);
  border-radius: 6px;
}

.link2:hover {
  filter: invert(100);
  background-color: var(--white);
  border-radius: 6px;
}

.socials_box {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 2rem;
}

.social {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 14rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.social .social_logo {
  height: 2rem;
  filter: invert(100);
}
.social .flip {
  height: 2rem;
  filter: invert(0);
}

.social:hover {
  filter: invert(100);
  transform: scale(1.1) translateY(-0.2rem);
}

.link_box {
  filter: invert(100);
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sub2_left {
  filter: invert(100);
  width: 25%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.sub2_left_item {
  padding: 0.3rem;
  display: flex;
  cursor: pointer;
}
.sub2_left_item img {
  height: 5rem;
  filter: invert(0);
  transition: 0.2s;
}
.sub2_left_item img:hover {
  transform: scale(1.02);
}

.sub2_right {
  filter: invert(100);
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sash {
  background-color: var(--white4);
  height: 1px;
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .footer_sub1 {
    width: 100%;
  }
  .footer_sub2 {
    width: 100%;
  }
  .sub1_left {
    width: 100%;
  }
  .sub1_right {
    width: 100%;
  }
  .contact_us_box {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
    align-items: center;
  }
  .link1 {
    justify-content: center;
  }
  .link_box {
    width: 45%;
  }
  .sub2_left {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .sub2_left_item {
    padding: 0.3rem;
    display: flex;
    margin-left: 0;
  }
  .sub2_left_item img {
    height: 5rem;
  }
  .sub2_right {
    width: 100%;
    padding-top: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.label_box_super {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  flex-direction: column;
  text-wrap: nowrap;
}

.label_box_super2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  flex-direction: column;
  text-wrap: nowrap;
}

.label_box_super2.hide {
  display: none;
}

.label_box {
  background-color: var(--white);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 5%;
  transform: translateY(1rem);
  display: flex;
}
.label_box h3 {
  color: var(--black3);
}
.label_box h4 {
  color: var(--black3);
}

.loginbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: var(--radius_mid);
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  transition: 0.2s;
  width: 100%;
  border: 1px solid var(--shade3);
}

.loginbox:hover {
  border: 1px solid var(--primary1_purple);
}

.loginbox_splitter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 60%;
}

.loginbox_splitter2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 90%;
}

.login_half {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: var(--radius_mid);
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  transition: 0.2s;
  width: 100%;
  border: 1px solid var(--shade3);
}

.loginbox_half:hover {
  background-color: var(--white);
  border: 1px solid var(--primary1_purple);
}

.login-input {
  font-family: "Maven Pro", sans-serif;
  display: block;
  transition: 0.5s;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  outline: none;
  opacity: 70%;
  border: none;
  width: 88%;
  font-size: medium;
  background-color: transparent;
}
.login-input select {
  border-radius: var(--radius_small);
  text-transform: capitalize;
}
.login-input select option {
  text-transform: capitalize;
}

.login-input:focus {
  opacity: 100%;
  outline: none;
  filter: none;
  background-color: var(--white);
}

.login-input-slim {
  display: block;
  transition: 0.5s;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  outline: none;
  opacity: 75%;
  text-indent: 5px;
  border: none;
  font-size: medium;
  width: 30%;
  background-color: transparent;
}
.login-input-slim select {
  padding-left: 0.4rem;
  border-radius: var(--radius_small);
  text-transform: capitalize;
}
.login-input-slim select option {
  text-transform: capitalize;
}

.login-input-slim:focus {
  opacity: 100%;
  outline: none;
  filter: none;
  background-color: var(--white);
}

.loginicon {
  height: 1.5rem;
  transition: 0.2s;
  cursor: pointer;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  opacity: 60%;
}
.loginicon img {
  height: 100%;
}

.loginicon:hover {
  transform: scale(1.05);
  opacity: 85%;
}

#password-toggle-checkbox {
  display: none;
}

.eye-icon {
  height: 1.2rem;
  padding-right: 0.8rem;
  cursor: pointer;
  transition: 0.2s;
  opacity: 70%;
}

.eye-icon:hover {
  transform: scale(1.05);
  opacity: 85%;
}

.eye_space {
  height: 1.2rem;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0;
}

.credential_link {
  text-decoration: none;
  color: var(--black);
  padding-top: 0.5rem;
}
.credential_link span {
  color: var(--primary1_purple);
}

.gender_select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 1001px) {
  .label_box_super {
    width: 80%;
  }
  .loginbox {
    width: 100%;
  }
  .loginbox_splitter {
    width: 80%;
  }
}
.login_button_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary1_purple);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  color: var(--primary3);
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid var(--primary1_purple);
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.login_button_1 h3 {
  text-transform: uppercase;
  color: var(--white);
}
.login_button_1 img {
  height: 1.5rem;
  filter: invert(100);
  transition: 0.2s;
}

.login_button_1:hover {
  transform: scale(1.05);
  background-color: var(--black);
  border: 2px solid var(--black);
}
.login_button_1:hover img {
  height: 2rem;
  filter: invert(100);
}

.login_button_1.unclickable {
  opacity: 40%;
}

.login_button_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  color: var(--primary3);
  transition: 0.2s;
  text-transform: uppercase;
  border: 1px solid var(--primary1_purple);
  cursor: pointer;
  font-size: medium;
  text-decoration: none;
}
.login_button_2 h3 {
  text-transform: uppercase;
  color: var(--white);
}
.login_button_2 img {
  height: 1.5rem;
  filter: invert(100);
  transition: 0.2s;
}

.login_button_2:hover {
  transform: scale(1.05);
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
}
.login_button_2:hover img {
  height: 2rem;
  filter: invert(100);
}

.dash_super {
  display: flex;
  justify-content: right;
  width: 100vw;
}

.dash_space_super {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
}

.dash_super_useable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 13rem);
  transition: 0.2s;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  padding-bottom: 1rem;
  gap: 0.5rem;
}

.dash_super_useable.shrunk {
  width: calc(100% - 5rem);
}

.side_menu_super {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  height: 100vh;
  transition: 0.2s;
  z-index: 200;
}

.side_menu_sub.dark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  width: 13rem;
  padding-top: 1rem;
  background: linear-gradient(105deg, var(--white) 0%, var(--white2) 100%);
  transition: 0.2s;
  gap: 0.5rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.side_menu_sub.light {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  width: 13rem;
  padding-top: 1rem;
  background: linear-gradient(105deg, var(--black2) 0%, var(--black3) 100%);
  transition: 0.2s;
  gap: 0.5rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.dash_logo_super {
  display: flex;
  padding-left: 1rem;
  transition: 0.2s;
  padding-bottom: 0.5rem;
}

.dash_logo.light {
  height: 3rem;
  display: flex;
  filter: grayscale(100%) brightness(0) contrast(100%) invert(100);
}

.dash_logo.dark {
  height: 3rem;
  display: flex;
}

.dash_logo_rotate {
  height: 3rem;
  display: flex;
  animation: rotate 10s infinite;
}

.side_menu_control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.3rem;
  width: 4.5rem;
  transition: 0.2s;
}

.side_menu_toggle.light {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10px;
  position: relative;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 100;
  margin-left: 0;
}
.side_menu_toggle.light img {
  height: 1.5rem;
  transition: 0.2s;
  z-index: 130;
}
.side_menu_toggle.light img:hover {
  transform: scale(1.03);
}

.side_menu_toggle.dark {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: var(--shade5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 100;
  margin-left: 0;
}
.side_menu_toggle.dark img {
  height: 1.5rem;
  transition: 0.2s;
  z-index: 130;
  filter: invert(100);
}
.side_menu_toggle.dark img:hover {
  transform: scale(1.03);
}

.side_menu_toggle.hide {
  display: none;
}

.side_menu_item_super {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  transition: 0.3s;
  width: calc(100% - 0.8rem);
  padding-left: 0.8rem;
  cursor: pointer;
}

.split_icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 90%;
}

.vert_bar {
  height: 100%;
  background-color: transparent;
  width: 4px;
  border-radius: var(--radius_small);
  transition: 0.2s;
}

.side_menu_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 99%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: 0.2s;
  gap: 0.3rem;
}

.side_menu_item_sub {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  gap: 0.7rem;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100;
  background-color: transparent;
  border-radius: var(--radius_small);
}

.side_menu_item_sub.dark::before {
  background: radial-gradient(200px circle at var(--mouse-x) var(--mouse-y), var(--white), transparent 40%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms;
  border-radius: inherit;
  content: "";
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.side_menu_item_sub.dark:hover::before {
  opacity: 1;
}

.side_menu_item_sub.light::before {
  background: radial-gradient(200px circle at var(--mouse-x) var(--mouse-y), var(--black4), transparent 40%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms;
  border-radius: inherit;
  content: "";
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.side_menu_item_sub.light:hover::before {
  opacity: 1;
}

.dash_menu_icon.dark {
  height: 2rem;
  z-index: 150;
  transition: 0.2s;
}

.dash_menu_icon.light {
  height: 2rem;
  z-index: 150;
  transition: 0.2s;
  filter: invert(100);
}

.dash_menu_icon:hover {
  transform: scale(1.1);
}

.dash_menu_icon2.dark {
  transition: 0.2s;
  height: 1.5rem;
  z-index: 150;
}

.dash_menu_icon2.light {
  transition: 0.2s;
  filter: invert(100);
  height: 1.5rem;
  z-index: 150;
}

.dash_menu_icon2:hover {
  transform: scale(1.1);
}

.dash_menu_expand.dark {
  height: 1rem;
  z-index: 150;
  transform: rotate(180deg);
}

.dash_menu_expand.light {
  height: 1rem;
  z-index: 150;
  transform: rotate(180deg);
  filter: invert(100);
}

.dash_menu_text.dark {
  z-index: 150;
  display: block;
}
.dash_menu_text.dark h4 {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--black);
  text-wrap: nowrap;
}
.dash_menu_text.dark h5 {
  text-decoration: none;
  text-transform: capitalize;
  color: var(--black);
  text-wrap: nowrap;
}

.dash_menu_text.light {
  z-index: 150;
  display: block;
}
.dash_menu_text.light h4 {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
  text-wrap: nowrap;
}
.dash_menu_text.light h5 {
  text-decoration: none;
  text-transform: capitalize;
  color: var(--white);
  text-wrap: nowrap;
}

.side_menu_item_dropdown_super {
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  padding-left: 0.2rem;
  display: none;
  transition: 0.2s;
}

.side_menu_item_super.dark:hover {
  background-color: var(--black6);
}

.side_menu_item_super.light:hover {
  background-color: var(--white6);
}

.side_menu_item_super.dark.expanded .side_menu_item_dropdown_super {
  display: flex;
}

.side_menu_item_super.light.expanded .side_menu_item_dropdown_super {
  display: flex;
}

.side_menu_item_super.active .vert_bar {
  background-color: var(--primary1_purple);
}

.side_menu_sub.shrunk {
  width: 5rem;
}
.side_menu_sub.shrunk .dash_logo {
  height: 3rem;
  display: none;
}
.side_menu_sub.shrunk .dash_menu_expand {
  display: none;
}
.side_menu_sub.shrunk .dash_menu_text {
  display: none;
}

@media (max-width: 1000px) {
  .side_menu_sub {
    margin-left: 0;
    width: 13rem;
  }
  .side_menu_sub.shrunk {
    margin-left: -5rem;
  }
  .dash_super_useable {
    width: 100%;
  }
  .dash_super_useable.shrunk {
    width: 100%;
  }
  .side_menu_control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .side_menu_toggle.light {
    margin-left: 0.3rem;
  }
  .side_menu_toggle.dark {
    margin-left: 0.3rem;
  }
}
.context_menu_super.light {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  border-radius: var(--radius_mid);
  width: 100%;
}

.context_menu_super.dark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  border-radius: var(--radius_mid);
  width: 100%;
}

.back_btn.light {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.6rem;
  border: 1px solid var(--black4);
  border-radius: var(--radius_small);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
  color: var(--black);
  text-decoration: none;
}
.back_btn.light img {
  height: 1rem;
  transform: rotate(-90deg);
  transition: 0.2s;
}

.back_btn.dark {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.6rem;
  margin-left: 0;
  border: 1px solid var(--white2);
  border-radius: var(--radius_small);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
  color: var(--white);
  text-decoration: none;
}
.back_btn.dark img {
  height: 1rem;
  transform: rotate(-90deg);
  transition: 0.2s;
  filter: invert(100);
}

.back_btn:hover {
  transform: scale(1.01);
  background-color: var(--primary1_purple);
  color: var(--white);
  border: 1px solid var(--primary1_purple);
}
.back_btn:hover img {
  filter: invert(100);
}

.page_context_super.light {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border-radius: var(--radius_small);
}
.page_context_super.light img {
  height: 0.8rem;
  transform: rotate(90deg);
}
.page_context_super.light h4 {
  color: var(--black);
  font-weight: bold;
  text-transform: capitalize;
}
.page_context_super.light h4 span {
  color: var(--primary1_purple);
  font-weight: lighter;
  text-transform: lowercase;
}

.page_context_super.dark {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border-radius: var(--radius_small);
}
.page_context_super.dark img {
  filter: invert(100);
  height: 0.8rem;
  transform: rotate(90deg);
}
.page_context_super.dark h4 {
  color: var(--white);
  font-weight: bold;
  text-transform: capitalize;
}
.page_context_super.dark h4 span {
  color: var(--primary1_purple);
  font-weight: lighter;
  text-transform: lowercase;
}

.search_container {
  display: flex;
  flex-wrap: nowrap;
}

.search_super {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.search_super.hide {
  display: none;
}

.search_form.light {
  display: flex;
  border-radius: var(--radius_small);
  border: 1px solid var(--black4);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.search_form.light input {
  background-color: transparent;
  border: none;
  width: 9rem;
  font-size: medium;
}
.search_form.light input:focus {
  outline: none;
}
.search_form.light button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.search_form.light button img {
  height: 1.2rem;
  transition: 0.2s;
}
.search_form.light button:hover {
  transform: scale(1.1);
}
.search_form.light button:hover img {
  transform: rotate(10deg);
}

.search_form.dark {
  display: flex;
  border-radius: var(--radius_small);
  border: 1px solid var(--white4);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.search_form.dark input {
  background-color: transparent;
  border: none;
  width: 9rem;
  font-size: medium;
  color: var(--white);
}
.search_form.dark input:focus {
  outline: none;
}
.search_form.dark button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}
.search_form.dark button img {
  filter: invert(100);
  height: 1.2rem;
  transition: 0.2s;
}
.search_form.dark button:hover {
  transform: scale(1.1);
}
.search_form.dark button:hover img {
  transform: rotate(10deg);
}

.cart_wish_super {
  display: flex;
  border-radius: 10px;
  padding: 0.1rem;
  position: relative;
}

.cart_wish_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  gap: 0.2rem;
  border-radius: 8px;
}

.cart_wish_super::before {
  background: radial-gradient(100px circle at var(--mouse-x) var(--mouse-y), var(--black6), transparent 40%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms;
  border-radius: inherit;
  content: "";
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.cart_wish_super:hover::before {
  opacity: 1;
}

.cart_wish_sub::before {
  background: radial-gradient(250px circle at var(--mouse-x) var(--mouse-y), var(--white6), transparent 40%);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms;
  border-radius: inherit;
  content: "";
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.cart_wish_sub:hover::before {
  opacity: 1;
}

.bubble_icon.light {
  height: 1.3rem;
  cursor: pointer;
  transition: 0.2s;
  z-index: 50;
}

.bubble_icon.dark {
  filter: invert(100);
  height: 1.3rem;
  cursor: pointer;
  transition: 0.2s;
  z-index: 50;
}

.bubble_icon:hover {
  transform: scale(1.1);
}

.bubble1.light {
  background-color: var(--primary1_purple);
  border: 1px solid var(--primary1_purple);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  color: var(--white);
  margin-top: -1rem;
  margin-left: -0.9rem;
  transition: 0.2s;
  z-index: 52;
  cursor: pointer;
}
.bubble1.light h6 {
  font-weight: 100;
}

.bubble1.dark {
  background-color: var(--primary1_purple);
  border: 1px solid var(--primary1_purple);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  color: var(--white);
  margin-top: -1rem;
  margin-left: -0.9rem;
  transition: 0.2s;
  z-index: 52;
  cursor: pointer;
}
.bubble1.dark h6 {
  font-weight: 100;
}

.bubble1:hover {
  transform: scale(1.2);
}

.open_container {
  position: relative;
}

.profile_dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accountbubblesubcont {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  filter: invert(0);
  border: 1px solid var(--primary1_purple);
  background-color: var(--shade2);
}
.accountbubblesubcont img {
  height: 100%;
  filter: invert(0);
}

.accountbubblesubcont:hover {
  transform: scale(1.05);
}
.accountbubblesubcont:hover img {
  height: 100%;
}

.account_card {
  position: absolute;
  margin-top: 0.3rem;
  margin-right: -0.5rem;
  right: 0;
  display: none;
  flex-direction: column;
  border-radius: var(--radius_small);
  z-index: 300;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--white);
  padding: 0.5rem;
}
.account_card .account_card_sub {
  display: none;
}
.account_card .account_card_sub2 {
  display: none;
}

.account_card.active {
  display: flex;
}
.account_card.active .account_card_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  text-decoration: none;
  padding-bottom: 0.5rem;
}
.account_card.active .account_card_sub2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--black);
}

.accountbubblesubcont2 {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--shade2);
}
.accountbubblesubcont2 img {
  height: 100%;
}

.accountbubblesubcont2:hover {
  transform: scale(1.05);
}
.accountbubblesubcont2:hover img {
  height: 100%;
}

.profile_link {
  text-decoration: none;
  text-transform: capitalize;
  color: var(--black);
  background-color: var(--white4);
  padding: 0.5rem;
  border-radius: 8px;
  transition: 0.2s;
  cursor: pointer;
}

.profile_link:hover {
  background-color: var(--white);
}

.medium_solid_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--white);
  border: 1px solid var(--black);
  padding: 0.5rem;
  border-radius: var(--radius_small);
  color: var(--black);
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
}
.medium_solid_1 h5 {
  text-transform: uppercase;
  text-wrap: nowrap;
}
.medium_solid_1 img {
  height: 1.2rem;
  filter: invert(0);
}

.medium_solid_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary1_purple);
  border: 1px solid var(--white);
  padding: 0.6rem;
  border-radius: var(--radius_small);
  color: var(--primary3);
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
}
.medium_solid_2 h3 {
  text-transform: uppercase;
  color: var(--white);
  text-wrap: nowrap;
}
.medium_solid_2 h4 {
  text-transform: uppercase;
  color: var(--white);
  text-wrap: nowrap;
}
.medium_solid_2 h5 {
  text-transform: uppercase;
  color: var(--white);
  text-wrap: nowrap;
}
.medium_solid_2 img {
  height: 1.2rem;
  filter: invert(100);
  transition: 0.2s;
}

.medium_solid_1:hover {
  background-color: var(--black);
  border: 1px solid var(--white);
}
.medium_solid_1:hover h5 {
  color: var(--white);
}
.medium_solid_1:hover img {
  filter: invert(100);
}

.medium_solid_2:hover {
  background-color: var(--black);
  border: 1px solid var(--black);
}

.switchcont {
  display: flex;
  justify-content: left;
  border: 1px solid var(--black); /* Adjust these colors as per your theme */
  border-radius: 14px;
  padding: 0.25rem;
  transition: 0.2s;
  gap: 0.2rem;
}

.switchcont .sun,
.switchcont .moon {
  height: 1rem;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}

.switchcont .sun:hover,
.switchcont .moon:hover {
  transform: scale(1.05) rotate(-20deg);
}

.switchcont .moon.hide {
  opacity: 20%;
  transform: rotate(80deg);
}

.switchcont .sun.hide {
  opacity: 30%;
  transform: rotate(180deg);
}

/* Dark Mode Specific Styles */
.switchcont.dark {
  border: 1px solid var(--white); /* Adjust border color for dark mode */
}

.switchcont.dark .moon {
  filter: invert(100%);
}

.switchcont.dark .sun {
  filter: invert(100%);
}

.filter_menu_super.light {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  border-radius: var(--radius_mid);
  width: 97%;
}
.filter_menu_super.light form {
  flex-wrap: wrap;
}

.filter_menu_super.dark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  border-radius: var(--radius_mid);
  width: 97%;
}
.filter_menu_super.dark form {
  flex-wrap: wrap;
}

.filter_bracket.light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  border-radius: var(--radius_small);
  background-color: transparent;
  transition: 0.2s;
  text-wrap: nowrap;
}
.filter_bracket.light img {
  height: 1.5rem;
}

.filter_bracket.light:hover {
  background-color: var(--white);
}

.filter_bracket.dark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  border-radius: var(--radius_small);
  background-color: transparent;
  transition: 0.2s;
  color: var(--white);
  text-wrap: nowrap;
}
.filter_bracket.dark img {
  height: 1.5rem;
  filter: invert(100);
}

.filter_bracket.dark:hover {
  background-color: var(--black3);
}

.filter_bracket2.light {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  border-radius: var(--radius_small);
  background-color: transparent;
  transition: 0.2s;
  border: 1px solid var(--black4);
}
.filter_bracket2.light img {
  height: 1.5rem;
}

.filter_bracket2.light:hover {
  background-color: var(--white);
}

.filter_bracket2.dark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: var(--radius_small);
  background-color: transparent;
  transition: 0.2s;
  color: var(--white);
  border: 1px solid var(--white4);
}
.filter_bracket2.dark img {
  height: 1.5rem;
  filter: invert(100);
}

.filter_bracket2.dark:hover {
  background-color: var(--black3);
}

.filterform {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
}

.search-input1.light {
  display: flex;
  transition: 0.5s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: none;
  text-indent: 5px;
  border: 1px solid var(--shade2);
  border-radius: 8px;
  font-size: medium;
  background-color: transparent;
  background-image: none !important;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  width: 8rem;
}

.search-input1.light:focus {
  opacity: 100%;
  outline: none;
  background-color: var(--white) !important;
  background-image: none !important;
}

.search-input1.dark {
  display: flex;
  transition: 0.5s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: none;
  text-indent: 5px;
  border: 1px solid var(--shade2);
  border-radius: 8px;
  font-size: medium;
  background-color: transparent;
  background-image: none !important;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  width: 8rem;
  color: var(--white);
}

.search-input1.dark:focus {
  opacity: 100%;
  outline: none;
  background-color: transparent !important;
  background-image: none !important;
}

.textarea {
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  background-color: var(--white3);
  border: 1px solid var(--black4);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2rem;
  resize: vertical;
  outline: none;
}

.select.light {
  padding: 0.4rem;
  border-radius: 7px;
  text-transform: capitalize;
  color: var(--black);
  background-color: transparent;
  border: 1px solid var(--shade2);
  font-size: medium;
}
.select.light option {
  text-transform: capitalize;
}

.itemsubform {
  display: flex;
  flex-wrap: wrap;
}

.select.light:focus {
  outline: none;
}

.select.dark {
  padding: 0.4rem;
  border-radius: 7px;
  text-transform: capitalize;
  color: var(--white);
  background-color: transparent;
  border: 1px solid var(--shade2);
  font-size: medium;
}
.select.dark option {
  text-transform: capitalize;
  background-color: var(--black);
}

.itemsubform {
  display: flex;
  flex-wrap: wrap;
}

.select.dark:focus {
  outline: none;
}

.button1.light {
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: var(--black);
  border-radius: 5px;
  border: 1px solid var(--shade3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  transition: 0.2s;
  text-wrap: nowrap;
  text-decoration: none;
}

.button1.light img {
  height: 1rem;
  filter: invert(0);
}

.button1.light:hover {
  color: var(--black);
  background: var(--white);
  border: 2px solid var(--white);
  filter: invert(100) drop-shadow(3px 3px 3px var(--black4));
}

.button1.dark {
  text-transform: uppercase;
  text-decoration: none;
  background: var(--primary1_purple);
  color: var(--white);
  border-radius: 5px;
  border: 1px solid var(--primary1_purple);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  transition: 0.2s;
  text-wrap: nowrap;
}

.button1.dark img {
  height: 1rem;
  filter: invert(100);
}

.button1.dark:hover {
  color: var(--white);
  background: var(--black);
  border: 2px solid var(--black);
}

@media (max-width: 1000px) {
  .search_form.dark input {
    font-size: small;
  }
  .search_form.light input {
    font-size: small;
  }
  .search-input1 {
    font-size: small;
  }
  .select {
    font-size: small;
  }
}
.message_peek {
  width: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.2rem;
  gap: 0.3rem;
  padding-bottom: 0.2rem;
  background: linear-gradient(145deg, var(--black6) 0%, var(--black6) 100%);
  border-radius: var(--radius_small);
}

.message_clickable {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  text-decoration: none;
  padding: 0.4rem;
  gap: 0.5rem;
  color: var(--black);
  width: 90%;
  border-bottom: 1px solid var(--black5);
}

.message_floater {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid var(--primary1_purple);
}
.message_floater img {
  height: 120%;
}

.message_clickable_sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  width: 75%;
}

.peek_action {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 95%;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}

.peek_button {
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  color: var(--black);
  border-radius: 5px;
  border: 1px solid var(--shade3);
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  transition: 0.2s;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  transition: 0.2s;
  text-wrap: nowrap;
}

.peek_button:hover {
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--white);
}

.space.light {
  display: flex;
  flex-direction: column;
  width: 98%;
  gap: 0.5rem;
  border-radius: var(--radius_small);
}

.space.dark {
  display: flex;
  flex-direction: column;
  width: 98%;
  gap: 0.5rem;
  border-radius: var(--radius_small);
}

.table_space.light {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  color: var(--black);
}

.table_space.dark {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  color: var(--white);
}

.menatwork.light {
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: var(--white);
  gap: 0.5rem;
}
.menatwork.light p {
  margin: 0;
  padding: 0;
}
.menatwork.light img {
  height: 2rem;
}

.menatwork.dark {
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: var(--black);
  gap: 0.5rem;
  color: var(--white);
}
.menatwork.dark p {
  margin: 0;
  padding: 0;
}
.menatwork.dark img {
  height: 2rem;
  filter: invert(100);
}

.noitemscont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pagination {
  width: 100vw;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}

.paginationbutton {
  background-color: var(--primary1_purple);
  padding: 0.4rem;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  border: 2px solid var(--primary1_purple);
  border-radius: 50%;
  outline: none;
  transition: border-color 0.3s;
  cursor: pointer;
  transition: 0.2s;
  cursor: pointer;
}

input:hover[type=checkbox] {
  transform: scale(1.2);
}

input[type=checkbox]:checked {
  border-color: var(--primary1_purple);
  background-color: var(--primary1_purple);
}

.user_creation_super {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  gap: 0.5rem;
}

.manual_user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  gap: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: var(--white);
  border-radius: var(--radius_small);
  border-bottom: 1px solid var(--black4);
}

.bulk_user {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1rem);
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: var(--radius_small);
  gap: 0.5rem;
}
.bulk_user button {
  background-color: var(--primary1_purple);
  border: none;
  border-radius: var(--radius_small);
  color: var(--white);
  text-transform: uppercase;
  text-wrap: nowrap;
  padding: 0.8rem;
}
.bulk_user img {
  height: 4rem;
}

@media (max-width: 1000px) {
  .manual_user {
    width: 100%;
  }
  .bulk_user {
    width: calc(100% - 1rem);
  }
}
.user-table {
  width: 100%;
  border-collapse: collapse; /* Remove space between table cells */
  white-space: nowrap;
  justify-content: center;
  padding: 0.8rem; /* Prevent text wrapping in table cells */
}

.user-table th {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: left;
  font-size: small;
  border: 1px solid var(--white);
  padding-left: 8px;
  padding-right: 8px;
}

.user-table td {
  border: 1px solid var(--white); /* Add borders to table cells */
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
  color: inherit;
  flex-wrap: nowrap;
}
.user-table td form {
  color: inherit;
}
.user-table td form input {
  width: auto;
}
.user-table td input {
  color: inherit;
}
.user-table td select {
  color: inherit;
}

.action_container {
  display: flex;
  gap: 0.5rem;
}

.user-table th {
  background-color: transparent; /* Gray background for headers */
}

.user-table td {
  padding: 6px;
  background-color: transparent; /* White background for table cells */
}

.user-table input[type=text],
.user-table input[type=email],
.user-table select {
  width: 100%;
  padding: 6px;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
}

.user-table button {
  background-color: var(--white);
  border: 1px solid var(--black4);
  color: var(--black);
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.user-table button:hover {
  background-color: var(--primary1_purple);
  color: var(--white);
}

.table_side_by_side {
  display: flex;
  gap: 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.table_side_by_side .select {
  width: auto;
}

.membership-status {
  background-color: none;
  padding-left: 8px;
}

.membership-status.active {
  color: green;
}

.membership-status.inactive {
  color: red;
}

.membership-status.na {
  color: inherit;
}

.table_link {
  text-decoration: none;
  color: var(--primary1_purple);
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.activity_super.light {
  width: 98%;
  border-radius: var(--radius_small);
  background-color: var(--white4);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.activity_super.dark {
  width: 98%;
  border-radius: var(--radius_small);
  background-color: var(--black4);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.profile_super.light {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 98%;
  border-radius: var(--radius_small);
  background-color: var(--white4);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profile_super.dark {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 98%;
  border-radius: var(--radius_small);
  background-color: var(--black4);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profilesub {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profilesub2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profile_canvas {
  background-color: var(--white);
  border-radius: var(--radius_small);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  width: 70%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

@media (max-width: 1001px) {
  .profilesub {
    width: 95%;
  }
  .profile_canvas {
    width: 90%;
  }
}
.profileimagecont {
  width: 20rem;
  height: 20rem;
  background-color: var(--black4);
  border-radius: 8%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileimagecont img {
  width: 100%;
  transition: 0.2s;
  cursor: pointer;
}
.profileimagecont img:hover {
  transform: scale(1.05);
}

.profileediticon {
  height: 2rem;
  padding: 0.3rem;
  border-radius: 12px;
  background-color: var(--white);
  transition: 0.2s;
  cursor: pointer;
  margin-left: -3rem;
  position: relative;
}

.profileediticon:hover {
  filter: invert(100);
}

.profiletext {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.spacer_bar {
  width: 60%;
  background-color: #721c24;
  height: 2rem;
}

.stat_cont.one {
  background-position: center;
  animation: splash_zoom 15s linear infinite;
  color: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.stat_cont.two {
  background-position: center;
  animation: splash_zoom 15s linear infinite;
  color: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.stat_cont.three {
  background-position: center;
  animation: splash_zoom 15s linear infinite;
  color: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.stat_cont.four {
  background-position: center;
  animation: splash_zoom 15s linear infinite;
  color: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.stat_cont.five {
  background-color: var(--white);
  background-position: center;
  animation: splash_zoom 15s linear infinite;
  color: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  height: 8rem;
  width: 15rem;
  padding: 0.5rem;
}

.stat_cont:hover {
  transform: scale(1.04);
}

.stat_cont_overlay_big {
  width: 100%;
  background-color: var(--black4);
  padding: 4rem;
  max-width: 8rem;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: 0.2s;
}
.stat_cont_overlay_big h1 {
  padding: 0;
  margin: 0;
  text-wrap: wrap;
}
.stat_cont_overlay_big h3 {
  padding: 0;
  margin: 0;
}

.stat_cont_overlay {
  width: 100%;
  background-color: var(--black4);
  padding: 2.5rem;
  max-width: 8rem;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: 0.2s;
}
.stat_cont_overlay h1 {
  padding: 0;
  margin: 0;
  text-wrap: wrap;
}
.stat_cont_overlay h3 {
  padding: 0;
  margin: 0;
}

.stat_cont_overlay:hover {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.stat_cont_overlay_big:hover {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

@media (max-width: 1001px) {
  .stat_cont_overlay_big {
    padding: 1rem;
  }
  .stat_cont_overlay {
    padding: 1rem;
  }
}
.brief_links_super.light {
  width: 98%;
  border-radius: var(--radius_small);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.brief_links_super.dark {
  width: 98%;
  border-radius: var(--radius_small);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-columns: var(--white);
       columns: var(--white);
  gap: 1.5rem;
}

.dash_link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 15rem;
  text-decoration: none;
}

.dash_link_status {
  margin-bottom: -3rem;
  z-index: 100;
}
.dash_link_status img {
  height: 2.5rem;
  background-color: var(--white);
  border-radius: var(--radius_small);
  filter: drop-shadow(5px 5px 5px var(--black4));
  padding: 0.4rem;
}

.dashlink_pending {
  height: 2rem;
  width: 2rem;
}

.dashboard_icon2 {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--black);
  gap: 0.8rem;
  width: 100%;
  transition: 0.3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-wrap: nowrap;
}
.dashboard_icon2 img {
  height: 4rem;
  transition: 0.2s;
}

.dashboard_icon2.restricted {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--black);
  gap: 0.8rem;
  width: 100%;
  transition: 0.3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dashboard_icon2.restricted img {
  height: 4rem;
  transition: 0.2s;
  opacity: 50%;
}

.dashboard_icon2:hover {
  transform: scale(1.04);
  filter: drop-shadow(5px 5px 5px var(--black4));
  background-color: var(--primary1_purple);
  color: var(--white);
}
.dashboard_icon2:hover img {
  filter: invert(100);
}

@media (max-width: 1001px) {
  .dash_link {
    width: 40%;
    gap: 1rem;
    padding: 0;
  }
  .dashboard_icon2 img {
    height: 3rem;
  }
}
.account_status_super {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  gap: 1rem;
}

.account_status_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.5rem;
  transition: 0.2s;
  border-radius: var(--radius_small);
  background-color: var(--white);
  cursor: pointer;
}
.account_status_sub img {
  height: 2.5rem;
}

.account_status_micro {
  background-color: var(--black);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: var(--radius_small);
}
.account_status_micro h3 {
  text-transform: capitalize;
  color: var(--white);
}

.account_status_message {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
}

.action_button_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary1_purple);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 10px;
  color: var(--primary3);
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid var(--primary1_purple);
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.action_button_1 h3 {
  text-transform: uppercase;
  color: var(--white);
}
.action_button_1 img {
  height: 1.5rem;
  filter: invert(100);
  transition: 0.2s;
}

.action_button_1:hover {
  transform: scale(1.05);
  background-color: var(--black);
  border: 2px solid var(--black);
}
.action_button_1:hover img {
  height: 2rem;
  filter: invert(100);
}

.payment_super {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  padding: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius_small);
  gap: 0.1rem;
}

.payment_super_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--black5);
  width: 100%;
}
.payment_super_header h3 {
  text-transform: uppercase;
}

.payment_super_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.payment_super_info h3 {
  text-transform: uppercase;
  background-color: var(--primary1_purple);
  color: var(--white);
  padding: 0.5rem;
  border-radius: var(--radius_small);
}
.payment_super_info h4 span {
  color: var(--primary1_purple);
  text-transform: capitalize;
}

.payment_super_select {
  border-top: 1px solid var(--black5);
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.select_payment_methods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.payment_method_button {
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid var(--black4);
  border-radius: var(--radius_mid);
  text-wrap: nowrap;
}
.payment_method_button img {
  height: 2rem;
}

.payment_method_button.active {
  background-color: var(--primary1_purple); /* Change color as needed */
  color: var(--white);
  border-color: var(--primary1_purple);
}

.payment-form {
  display: none;
}

.payment-form.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius_mid);
  width: 98%;
  gap: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}

.detail_card_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 98%;
  gap: 0.5rem;
}

.detail_card_super {
  background-color: var(--white);
  display: flex;
  width: 60%;
  padding: 0.8rem;
  border-radius: var(--radius_small);
  flex-direction: column;
}

@media (max-width: 1001px) {
  .detail_card_super {
    width: 90%;
  }
}
.detail_card_header {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.5rem;
}

.detail_card_subject {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--black5);
}

.detail_card_content {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.bulk_action_super.light {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--white);
  padding: 1rem;
  border-radius: var(--radius_small);
  gap: 0.5rem;
  width: 60%;
}

.bulk_action_super.dark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--black);
  padding: 1rem;
  border-radius: var(--radius_small);
  gap: 0.5rem;
  color: var(--white);
  width: 60%;
}
.bulk_action_super.dark .label_box_super2 {
  filter: invert(100);
}

.radio_super {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (max-width: 1001px) {
  .bulk_action_super.light {
    width: 90%;
  }
  .bulk_action_super.dark {
    width: 90%;
  }
}
.bubble_filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.bubble_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.7rem;
  background-color: var(--white);
  border-radius: var(--radius_small);
  color: var(--black);
  cursor: pointer;
  transition: 0.2s;
  text-wrap: nowrap;
  font-size: smaller;
}
.bubble_filter img {
  height: 0.8rem;
}

.bubble_filter:hover {
  transform: scale(1.05);
}

.bubble_filter.active {
  background-color: var(--primary1_purple);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.7rem;
  border-radius: var(--radius_small);
  color: var(--white);
}
.bubble_filter.active img {
  height: 1rem;
  filter: invert(100);
}

.display_style_super {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary1_purple);
  border-radius: var(--radius_small);
}

.display_style_select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.1rem;
  cursor: pointer;
  transition: 0.2s;
}
.display_style_select img {
  height: 1.2rem;
  filter: invert(100);
}

.display_style_dropdown_super {
  display: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 6.7rem;
  background-color: var(--white);
  z-index: 1000;
  width: inherit;
  filter: drop-shadow(5px 3px 4px var(--black4));
}

.display_style_dropdown {
  display: flex;
  top: 2rem;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  cursor: pointer;
  transition: 0.2s;
}
.display_style_dropdown img {
  height: 1.5rem;
}

.display_style_dropdown:hover {
  background-color: var(--shade1);
}

.display_style_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  cursor: pointer;
  transition: 0.2s;
}
.display_style_trigger img {
  height: 1rem;
  transform: rotate(180deg);
  transition: 0.2s;
  filter: invert(100);
}
.display_style_trigger img:hover {
  transform: rotate(180deg) scale(1.05);
}

.advanced_filter_trigger {
  display: flex;
  background-color: var(--white);
  padding: 0.3rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}
.advanced_filter_trigger img {
  height: 1.2rem;
  transition: 0.2s;
  transform: rotate(90deg);
}

.advanced_filter_trigger.open {
  display: flex;
  background-color: var(--white);
  padding: 0.3rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}
.advanced_filter_trigger.open img {
  height: 1.2rem;
  transition: 0.2s;
  transform: rotate(-90deg);
}

.advanced_filter_trigger:hover {
  transform: scale(1.01);
}

.advanced_filter {
  display: none;
  flex-wrap: wrap;
}

.advanced_filter.open {
  display: flex;
  flex-wrap: wrap;
}
.advanced_filter.open form {
  flex-wrap: wrap;
}

.events_display.light {
  display: flex;
  width: 100%;
  border-radius: var(--radius_small);
  background-color: var(--white4);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.events_display.dark {
  display: flex;
  width: 98%;
  border-radius: var(--radius_small);
  background-color: var(--black4);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.flatten {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.event_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  width: 100vw;
  gap: 1rem;
}

.event_card_super.grid {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--white);
  transition: 0.2s;
  width: 24rem;
  border-radius: var(--radius_small);
}

.event_card_super.grid:hover {
  background-color: var(--white);
  transform: translateY(-0.2rem);
  filter: drop-shadow(5px 3px 4px var(--black4));
}
.event_card_super.grid:hover .event_card_info1 {
  margin-left: 0;
}

.event_card_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.5rem;
  z-index: 100;
  margin-bottom: -3.5rem;
  background: linear-gradient(180deg, var(--black3) 20%, transparent 100%);
  border-radius: var(--radius_small);
}

.event_card_header2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  width: 100%;
  height: 3.5rem;
  z-index: 100;
  margin-bottom: -3.5rem;
  padding-right: 1rem;
  background: linear-gradient(180deg, var(--black3) 20%, transparent 100%);
  border-radius: var(--radius_small);
}

.event_card_header_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  background-color: var(--primary1_purple);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.8rem;
  border-radius: 5px;
  color: var(--white);
  text-decoration: none;
  transition: 0.2s;
  z-index: 150;
}
.event_card_header_logo img {
  height: 1.4rem;
  filter: invert(100);
  transition: 0.2s;
}
.event_card_header_logo h4 {
  text-transform: uppercase;
}

.event_card_header_logo:hover {
  transform: scale(1.02);
}
.event_card_header_logo:hover img {
  transform: scale(0.8);
}

.event_card_header_logo.past {
  background-color: var(--primary1_grey);
}

.event_card_header_logo.past:hover {
  background-color: var(--black);
}

.event_card_header_logo.present {
  background-color: var(--primary1_blue);
}

.event_card_header_logo.present:hover {
  background-color: var(--black);
}

.event_card_header_logo.future {
  background-color: var(--primary1_purple);
}

.event_card_header_logo.future:hover {
  background-color: var(--black);
}

.event_card_header_logo.cancelled {
  background-color: rgb(238, 85, 85);
}

.event_card_header_fav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.event_card_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--white5);
}
.event_card_edit img {
  height: 1.8rem;
  transition: 0.2s;
  filter: invert(100);
}
.event_card_edit img:hover {
  transform: scale(1.1);
}

.event_card_fav {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--white5);
  cursor: pointer;
}
.event_card_fav img {
  height: 1.8rem;
  transition: 0.2s;
  filter: invert(100);
}
.event_card_fav img:hover {
  transform: scale(1.1);
}

.event_card_list_fav_box .event_card_fav {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--black6);
  cursor: pointer;
}
.event_card_list_fav_box .event_card_fav img {
  height: 1.8rem;
  transition: 0.2s;
  filter: invert(0);
}
.event_card_list_fav_box .event_card_fav img:hover {
  transform: scale(1.1);
}

.bookmarkicon1 .bookmarkicon2 {
  display: block;
}

.bookmarkicon1.flip, .bookmarkicon2.flip {
  display: none;
}

@keyframes gradientScroll {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.event_card_image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 17rem;
  background: linear-gradient(105deg, var(--shade1) 0%, var(--shade2) 100%);
  background-size: 200% 200%;
  animation: gradientScroll 2s linear infinite;
  border-radius: var(--radius_small);
  cursor: pointer;
}
.event_card_image img {
  width: 130%;
  height: auto;
  transition: 0.2s;
}
.event_card_image img:hover {
  transform: scale(1.05);
}

@media (max-width: 1000px) {
  .event_card_super.grid {
    width: 90%;
  }
  .event_card_image img {
    width: 120%;
    height: auto;
  }
}
.event_card_info1 {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 7rem;
  margin-top: -7rem;
  margin-left: -68%;
  transition: 0.2s;
  background-color: var(--black4);
  color: var(--white);
  z-index: 100;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}

.event_card_info1.past {
  border-left: 4px solid var(--primary1_grey);
}

.event_card_info1.present {
  border-left: 4px solid var(--primary1_blue);
}

.event_card_info1.future {
  border-left: 4px solid var(--primary1_purple);
}

.event_card_info1.cancelled {
  border-left: 4px solid rgb(238, 85, 85);
}

.event_tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.8rem;
}
.event_tag img {
  height: 1.2rem;
  filter: invert(100);
}
.event_tag h4 {
  text-wrap: nowrap;
}
.event_tag h4 span {
  color: var(--primary1_purple);
}

.event_tag2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 0.8rem;
  gap: 0.8rem;
}
.event_tag2 img {
  height: 1.2rem;
}
.event_tag2 h4 {
  text-wrap: nowrap;
}
.event_tag2 h4 span {
  color: var(--primary1_purple);
}

.event_tag3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 0.8rem;
}
.event_tag3 img {
  height: 1.2rem;
}
.event_tag3 h4 {
  text-wrap: nowrap;
}
.event_tag3 h4 span {
  color: var(--primary1_purple);
}

.event_card_info2 {
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
.event_card_info2 h1, .event_card_info2 h2, .event_card_info2 h3, .event_card_info2 h4, .event_card_info2 h5, .event_card_info2 h6 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.event_title {
  padding-left: 0.8rem;
  font-weight: bold;
  text-transform: capitalize;
}

.event_time {
  font-weight: lighter;
  text-transform: capitalize;
}

.event_card_action {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid var(--black5);
  padding-bottom: 0.8rem;
  padding-top: 0.4rem;
}

.event_timestamp {
  display: flex;
  margin-left: 0.8rem;
  font-weight: lighter;
}

.event_button {
  text-decoration: none;
  background-color: var(--primary1_purple);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--white);
  border-radius: var(--radius_small);
  margin-right: 0.5rem;
  margin-top: -1.8rem;
  cursor: pointer;
  transition: 0.2s;
  text-transform: uppercase;
}

.event_button:hover {
  background-color: var(--black);
  transform: scale(1.05);
}

.event_card_super.list {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--white);
  transition: 0.2s;
  overflow-x: scroll;
  border-radius: var(--radius_small);
}

.event_card_super.list:hover {
  background-color: var(--white);
  transform: translateY(-0.2rem);
  filter: drop-shadow(5px 3px 4px var(--black4));
}

.event_card_image_list {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 12rem;
  height: 10rem;
  background: linear-gradient(105deg, var(--shade1) 0%, var(--shade2) 100%);
  background-size: 200% 200%;
  animation: gradientScroll 2s linear infinite;
  border-radius: var(--radius_small);
  cursor: pointer;
}
.event_card_image_list img {
  height: 120%;
  width: auto;
  transition: 0.2s;
}
.event_card_image_list img:hover {
  transform: scale(1.05);
}

.event_card_list_info1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid var(--black5);
  padding-right: 1rem;
}

.event_card_list_fav_box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}

.event_card_list_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--black6);
}
.event_card_list_edit img {
  height: 1.8rem;
  transition: 0.2s;
}
.event_card_list_edit img:hover {
  transform: scale(1.1);
}

.event_card_list_fav {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--shade3);
}
.event_card_list_fav img {
  height: 1.8rem;
  transition: 0.2s;
}
.event_card_list_fav img:hover {
  transform: scale(1.1);
}

.event_card_info3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 6.5rem;
  background-color: var(--white);
  filter: drop-shadow(2px 3px 3px var(--black5));
  color: var(--black);
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  border-radius: var(--radius_small);
}

.event_card_info3_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 6.5rem;
  background-color: var(--white);
  color: var(--black);
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  border-radius: var(--radius_small);
}

.event_card_list_info2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.event_card_info2_list {
  width: 35rem;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
.event_card_info2_list h4 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

@media (max-width: 1000px) {
  .event_card_super.list {
    width: 90%;
  }
}
.loading {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_trigger.light {
  display: flex;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}
.search_trigger.light img {
  height: 1.5rem;
  transition: 0.2s;
}

.search_trigger.light.hide {
  display: none;
}

.search_trigger.light:hover {
  transform: scale(1.05);
  background-color: var(--white);
}
.search_trigger.light:hover img {
  transform: rotate(10deg);
}

.search_trigger.dark {
  display: flex;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}
.search_trigger.dark img {
  height: 1.5rem;
  transition: 0.2s;
  filter: invert(100);
}

.search_trigger.dark.hide {
  display: none;
}

.search_trigger.dark:hover {
  transform: scale(1.05);
  background-color: var(--black);
}
.search_trigger.dark:hover img {
  transform: rotate(10deg);
}

.search_close.light {
  display: flex;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}
.search_close.light img {
  height: 1.2rem;
  transition: 0.2s;
}

.search_close.light.hide {
  display: none;
}

.search_close.light:hover {
  transform: scale(1.05);
  background-color: var(--white);
}

.search_close.dark {
  display: flex;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}
.search_close.dark img {
  height: 1.2rem;
  transition: 0.2s;
  filter: invert(100);
}

.search_close.dark.hide {
  display: none;
}

.search_close.dark:hover {
  transform: scale(1.05);
  background-color: var(--black);
}

.big_form {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: var(--radius_small);
}
.big_form form {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.alt_input {
  display: flex;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

@media (max-width: 1000px) {
  .big_form {
    width: 90%;
  }
  .big_form form {
    width: 95%;
  }
}
.events_detail.light {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  background-color: var(--white4);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: var(--radius_small);
}

.events_detail.dark {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  background-color: var(--black4);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: var(--radius_small);
  color: var(--white);
}

.detail_sub_wide {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.detail_sub_small {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.event_card_image_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 28rem;
  background: linear-gradient(105deg, var(--shade1) 0%, var(--shade2) 100%);
  background-size: 200% 200%;
  animation: gradientScroll 2s linear infinite;
  border-radius: var(--radius_small);
  cursor: pointer;
}
.event_card_image_detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.event_card_image_detail a img {
  height: 110%;
  width: auto;
  transition: 0.2s;
}
.event_card_image_detail a img:hover {
  transform: scale(1.05);
}
.event_card_image_detail img {
  height: 120%;
  width: auto;
  transition: 0.2s;
}
.event_card_image_detail img:hover {
  transform: scale(1.05);
}

@media (max-width: 1000px) {
  .detail_sub_wide {
    width: 100%;
  }
  .detail_sub_small {
    width: 100%;
  }
  .event_card_image_detail img {
    height: 110%;
    width: auto;
  }
}
.event_card_info3_detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--white);
  color: var(--black);
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
  border-radius: var(--radius_small);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
}
.event_card_info3_detail h3 {
  text-transform: uppercase;
}

.highlights_super.light {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  background-color: var(--white4);
  border-radius: var(--radius_small);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.highlights_super.light .highlight_title {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  color: var(--black2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: center;
}

.highlights_super.dark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 98%;
  background-color: var(--black4);
  border-radius: var(--radius_small);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.highlights_super.dark .highlight_title {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
}

.resource {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.resource img {
  height: 10rem;
  width: 10rem;
}

.delete_event {
  background-color: transparent;
  cursor: pointer;
}
.delete_event button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  background-color: transparent;
  border-radius: var(--radius_small);
  border: 1px solid var(--white5);
}
.delete_event button img {
  height: 1.8rem;
  transition: 0.2s;
  filter: invert(100);
}
.delete_event button img:hover {
  transform: scale(1.1);
}

.log_table {
  width: 100%; /* Adjust width as needed */
  overflow-x: auto; /* Enable horizontal scrolling if content overflows */
  border: 1px solid var(--white); /* Add border */
  border-collapse: collapse; /* Collapse borders for a cleaner look */
  margin-top: 20px; /* Adjust margin as needed */
}

.log_table table {
  width: 100%; /* Make table fill its container */
}

.log_table th, .log_table td {
  padding: 8px; /* Padding for cells */
  text-align: left; /* Align text to the left */
  border: 1px solid var(--white); /* Add cell borders */
}

.log_table th {
  font-weight: bold; /* Bold header text */
}

.log_table input[type=text] {
  width: 100%; /* Full width input for form fields */
  box-sizing: border-box; /* Include padding and border in width calculation */
  padding: 6px; /* Padding for input fields */
  margin: 4px 0; /* Margin around inputs */
}

.log_table button {
  background-color: #4CAF50; /* Green background color for buttons */
  color: white; /* White text color */
  border: none; /* Remove button border */
  padding: 10px 20px; /* Padding for buttons */
  text-align: center; /* Center text within button */
  text-decoration: none; /* Remove default text decoration */
  display: inline-block; /* Display as inline-block element */
  font-size: 14px; /* Font size */
  margin: 4px 2px; /* Margin around buttons */
  cursor: pointer; /* Cursor style */
  border-radius: 4px; /* Rounded corners */
}

.log_table button:hover {
  background-color: #45a049; /* Darker green on hover */
}

.highlight_text_super {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--white);
  width: 61%;
  border-radius: var(--radius_small);
  padding: 1rem;
  gap: 1rem;
  transition: 0.2s;
}

.highlight_text_header {
  display: flex;
  justify-content: flex-start;
}
.highlight_text_header h3 {
  font-weight: bold;
  text-transform: capitalize;
}

.highlight_text_editbox {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1rem;
}
.highlight_text_editbox form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  justify-content: center;
}
.highlight_text_editbox form input {
  width: 100%;
}

@media (max-width: 1000px) {
  .highlight_text_super {
    width: 95%;
  }
}
.highlight_edit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--black5);
  text-transform: uppercase;
  padding: 0.5rem;
  background-color: var(--primary1_purple);
  color: var(--white);
}
.highlight_edit_btn img {
  height: 1.2rem;
  filter: invert(100);
}

.textarea-input {
  display: block;
  transition: 0.5s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: none;
  opacity: 75%;
  text-indent: 5px;
  border: none;
  font-size: large;
  width: 100%;
  background-color: transparent;
  min-height: 15rem;
}
.textarea-input select {
  border-radius: 7px;
  text-transform: capitalize;
}
.textarea-input select option {
  text-transform: capitalize;
}

.textarea-input:focus {
  opacity: 100%;
  outline: none;
  filter: none;
  background-color: var(--white);
}

.highlight_image_super {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  width: 63%;
  border-radius: var(--radius_small);
  overflow: hidden;
  transition: 0.2s;
}

.highlight_image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius_small);
  background-color: var(--shade3);
}
.highlight_image img {
  width: 100%;
}

@media (max-width: 1000px) {
  .highlight_image_super {
    width: 95%;
  }
}
.highlight_text_editbox2 {
  display: flex;
  width: 90%;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.highlight_text_editbox2 form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.highlight_text_editbox2 form input {
  width: 100%;
}

.highlight_info {
  width: 100%;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 100;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.highlight_info h3 {
  padding-left: 1rem;
  text-transform: capitalize;
}
.highlight_info h5 {
  padding-left: 1rem;
}

.highlight_video {
  width: 63%;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius_small);
  overflow: hidden;
}
.highlight_video iframe {
  width: 100%;
  height: 25rem;
}

.video_info {
  width: 100%;
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  background-color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

@media (max-width: 1000px) {
  .highlight_video {
    width: 95%;
  }
}
.highlight_url_super {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  width: 63%;
  border-radius: var(--radius_small);
  transition: 0.2s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.highlight_url {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  transition: 0.2rem;
  width: 90%;
  cursor: pointer;
  border-radius: var(--radius_small);
}
.highlight_url img {
  height: 1.5rem;
}
.highlight_url a {
  text-decoration: none;
  color: var(--primary1_purple);
}

.highlight_url:hover {
  background-color: var(--black5);
}

@media (max-width: 1000px) {
  .highlight_url_super {
    width: 95%;
  }
}
.add_resource {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--shade1);
  border-radius: var(--radius_small);
  padding: 0.5rem;
  cursor: pointer;
}
.add_resource img {
  height: 1.5rem;
}

.add_resource.flip img {
  transform: rotate(45deg);
}

.highlights_super2.light {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  background-color: var(--white4);
  border-radius: var(--radius_small);
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.highlight_title {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  color: var(--black2);
  padding-top: 0rem;
  padding-bottom: 0rem;
  justify-content: center;
}

.highlights_super2.dark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 98%;
  background-color: var(--black4);
  border-radius: var(--radius_small);
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.highlights_super2.dark .highlight_title {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  color: var(--white);
  padding-top: 0rem;
  padding-bottom: 0rem;
  justify-content: center;
}

.add_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
  width: 60%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: var(--radius_small);
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.add_form.hide {
  display: none;
}

@media (max-width: 1000px) {
  .add_form {
    width: 85%;
  }
}
.settings_super {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 0.5rem;
}

.setting_card.light {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-y: scroll;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-radius: var(--radius_small);
  background-color: var(--white4);
}
.setting_card.light img {
  width: 5rem;
  height: auto;
  margin-left: 0.2rem;
  cursor: pointer;
  border-radius: 6px;
}
.setting_card.light span {
  color: var(--primary1);
  background-color: var(--primary1);
  padding: 0.5rem;
  color: var(--primary1_purple);
  border-radius: 6px;
  text-transform: capitalize;
  cursor: pointer;
}
.setting_card.light .video {
  border-radius: 4px;
  overflow: hidden;
}

.setting_card.dark {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-y: scroll;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: var(--radius_small);
  background-color: var(--black5);
  color: var(--white);
}
.setting_card.dark img {
  width: 5rem;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}
.setting_card.dark span {
  color: var(--primary1);
  background-color: var(--primary1);
  padding: 0.5rem;
  color: var(--primary1_purple);
  border-radius: 6px;
  text-transform: capitalize;
  cursor: pointer;
}
.setting_card.dark .video {
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1001px) {
  .setting_card.light {
    width: 90%;
  }
  .setting_card.dark {
    width: 90%;
  }
}
.setting-input {
  display: block;
  transition: 0.5s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: none;
  opacity: 75%;
  text-indent: 5px;
  border: 1px solid var(--black4);
  font-size: medium;
  border-radius: 6px;
  width: 50%;
  background-color: transparent;
}
.setting-input select {
  padding: 0.4rem;
  border-radius: 7px;
  text-transform: capitalize;
}
.setting-input select option {
  text-transform: capitalize;
}

.setting-input:focus {
  opacity: 100%;
  outline: none;
  filter: none;
  background-color: var(--white);
}

.setting-textarea {
  border-radius: 8px;
  font-family: "Maven Pro", sans-serif;
  border: 1px solid var(--black4);
  font-size: medium;
  border-radius: 6px;
  background-color: var(--white3);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 2rem;
  resize: vertical;
  outline: none;
}

.update_event_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.update_event_form_sub {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  justify-content: end;
}

.update_event_form_sub2 {
  display: flex;
  flex-direction: column;
  width: 90%;
  padding: 1rem;
  background-color: var(--white);
  border-radius: var(--radius_small);
}

.update_event_submit {
  width: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1001px) {
  .update_event_form_sub {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
}
.alt_event_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
}

.event_card_views {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  border-radius: var(--radius_small);
  gap: 0.3rem;
  color: var(--white);
}
.event_card_views img {
  height: 1rem;
  transition: 0.2s;
  filter: invert(100);
}
.event_card_views img:hover {
  transform: scale(1.1);
}

.calendar-controls {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.calendar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
  width: 100%;
}

.calendar-controls {
  margin-bottom: 10px;
}

.calendar-controls select {
  font-size: 14px;
  padding: 5px;
}

.calendar-table.light {
  width: 90%;
  border-collapse: collapse;
}

.calendar-table.dark {
  width: 90%;
  border-collapse: collapse;
  color: var(--white);
}

.calendar-table th,
.calendar-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid var(--white);
}

.calendar-table td {
  height: 80px;
  position: relative;
}

.calendar-table td:hover {
  cursor: pointer;
  background-color: var(--black);
  color: var(--white);
}

.today {
  background-color: var(--primary1_purple); /* Adjust color as needed */
  color: white;
}
.today .event-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white); /* Adjust color as needed */
}

.event-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary1_purple);
}

.events-of-day {
  margin-top: 10px;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  display: none;
}

.events-of-day.active {
  display: block;
}

.login_button_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary1_purple);
  padding: 0.4rem;
  color: var(--primary3);
  border-radius: 6px;
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid var(--primary1_purple);
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.login_button_3 h3 {
  text-transform: uppercase;
  color: var(--white);
}
.login_button_3 img {
  height: 1.5rem;
  filter: invert(100);
  transition: 0.2s;
}

.login_button_3:hover {
  transform: scale(1.05);
  background-color: var(--black);
  border: 2px solid var(--black);
}
.login_button_3:hover img {
  height: 2rem;
  filter: invert(100);
}

.calendar_events {
  display: flex;
  width: 100%;
  border-radius: var(--radius_small);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (max-width: 1001px) {
  .calendar-table.light {
    width: 100%;
    border-collapse: collapse;
  }
  .calendar-table.dark {
    width: 100%;
    border-collapse: collapse;
    color: var(--white);
  }
  .calendar-table td {
    height: 50px;
    position: relative;
  }
}
.gallery_super.light {
  display: flex;
  width: 98%;
  border-radius: var(--radius_small);
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: var(--white4);
}

.gallery_super.dark {
  display: flex;
  width: 98%;
  border-radius: var(--radius_small);
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: var(--black4);
}

.gallery_image_super {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  width: 30rem;
  border-radius: var(--radius_small);
  overflow: hidden;
  transition: 0.2s;
}
.gallery_image_super .highlight_info2 {
  transform: translateY(5rem);
  transition: 0.3s;
  color: var(--black);
}

.gallery_image_super:hover .highlight_info2 {
  transform: translateY(0);
  color: var(--white);
}

.gallery_image {
  width: 100%;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius_small);
  background-color: var(--shade3);
  transition: 0.3s;
  cursor: pointer;
}
.gallery_image img {
  width: 130%;
  transition: 0.3s;
}

.gallery_image:hover {
  transform: scale(1.01);
}
.gallery_image:hover img {
  transform: scale(1.05);
}

@media (max-width: 1000px) {
  .gallery_image_super {
    width: 95%;
  }
  .gallery_image {
    height: 15rem;
  }
}
.highlight_info2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 100;
  color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: -5rem;
  align-items: center;
  justify-content: center;
}
.highlight_info2 h3 {
  padding-left: 1rem;
  text-transform: capitalize;
  width: 90%;
}
.highlight_info2 h5 {
  padding-left: 1rem;
  width: 90%;
}

.chapter_super {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
}

.chapter_header.light {
  text-decoration: none;
  width: 98%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--black5);
  z-index: 1000;
}
.chapter_header.light a {
  text-decoration: none;
  color: var(--black);
}
.chapter_header.light a h2 {
  text-transform: capitalize;
}
.chapter_header.light a:hover {
  color: var(--primary1_purple);
}
.chapter_header.light .delete_course_item {
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.chapter_header.light .delete_course_item button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  background-color: transparent;
  border-radius: var(--radius_small);
  border: 1px solid var(--black5);
}
.chapter_header.light .delete_course_item button img {
  height: 1.8rem;
  transition: 0.2s;
}
.chapter_header.light .delete_course_item button img:hover {
  transform: scale(1.1);
}

.chapter_header.dark {
  text-decoration: none;
  width: 98%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--white4);
  z-index: 1000;
}
.chapter_header.dark a {
  text-decoration: none;
  color: var(--white);
}
.chapter_header.dark a h2 {
  text-transform: capitalize;
}
.chapter_header.dark a:hover {
  color: var(--primary1_purple);
}
.chapter_header.dark .delete_course_item {
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.chapter_header.dark .delete_course_item button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.3rem;
  background-color: transparent;
  border-radius: var(--radius_small);
  border: 1px solid var(--white4);
}
.chapter_header.dark .delete_course_item button img {
  height: 1.8rem;
  transition: 0.2s;
  filter: invert(100);
}
.chapter_header.dark .delete_course_item button img:hover {
  transform: scale(1.1);
}

.chapter_contents.light {
  text-decoration: none;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  z-index: 1000;
  padding-left: 2%;
}
.chapter_contents.light a {
  text-decoration: none;
  color: var(--black);
  text-transform: capitalize;
}
.chapter_contents.light a:hover {
  color: var(--primary1_purple);
}

.chapter_contents.dark {
  text-decoration: none;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  z-index: 1000;
  padding-left: 2%;
}
.chapter_contents.dark a {
  text-decoration: none;
  color: var(--white);
  text-transform: capitalize;
}
.chapter_contents.dark a:hover {
  color: var(--primary1_purple);
}

.chapter_nav_super {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nav_btn.light {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border: 1px solid var(--black4);
  border-radius: var(--radius_small);
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.2s;
  color: var(--black);
  text-decoration: none;
}
.nav_btn.light .parent {
  height: 1rem;
  transition: 0.2s;
}
.nav_btn.light .prev {
  height: 1rem;
  transform: rotate(-90deg);
  transition: 0.2s;
}
.nav_btn.light .next {
  height: 1rem;
  transform: rotate(90deg);
  transition: 0.2s;
}

.nav_btn.dark {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-left: 0;
  border: 1px solid var(--white2);
  border-radius: var(--radius_small);
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.2s;
  color: var(--white);
  text-decoration: none;
}
.nav_btn.dark .parent {
  height: 1rem;
  transition: 0.2s;
  filter: invert(100);
}
.nav_btn.dark .prev {
  height: 1rem;
  transform: rotate(-90deg);
  transition: 0.2s;
  filter: invert(100);
}
.nav_btn.dark .next {
  height: 1rem;
  transform: rotate(90deg);
  transition: 0.2s;
  filter: invert(100);
}

.nav_btn:hover {
  transform: scale(1.01);
  background-color: var(--primary1_purple);
  color: var(--white);
  border: 1px solid var(--primary1_purple);
}
.nav_btn:hover img {
  filter: invert(100);
}

.chapter_nav_active {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border: 1px solid var(--primary1_purple);
  background-color: var(--primary1_purple);
  border-radius: var(--radius_small);
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.2s;
  color: var(--white);
  text-decoration: none;
}

.chapter_details.light {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: flex-start;
  width: 60%;
}

.chapter_details.dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: flex-start;
  width: 60%;
  color: var(--white);
}

@media (max-width: 1000px) {
  .chapter_details.light {
    width: 90%;
  }
  .chapter_details.dark {
    width: 90%;
  }
}
.question_form {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--black4);
}

.questions_super {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 0.5rem;
}

@media (max-width: 1000px) {
  .question_form {
    width: 100%;
  }
  .questions_super {
    width: 95%;
  }
}
.question_card {
  background-color: var(--white);
  border-radius: var(--radius_small);
  padding: 0.8rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.question_header {
  display: flex;
  width: 98%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  border-bottom: 1px solid var(--black5);
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
.question_header span {
  text-transform: uppercase;
  font-weight: bold;
}

.delete_question {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0.4rem;
  border-radius: var(--radius_small);
  border: 1px solid var(--black5);
  background-color: transparent;
  cursor: pointer;
  gap: 0.5rem;
}
.delete_question img {
  height: 1.2rem;
  transition: 0.2s;
}
.delete_question img:hover {
  transform: scale(1.1);
}

.delete_question:hover {
  background-color: var(--black);
  color: var(--white);
}
.delete_question:hover img {
  filter: invert(100);
}

.choices_super {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}

.choice_card {
  background-color: var(--shade1);
  padding: 1rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2rem;
}

.choice_card.correct {
  background-color: rgb(201, 255, 201);
  padding: 1rem;
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2rem;
}

.test_super {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  z-index: 1000;
}

.test_sub {
  padding: 1rem;
  border-radius: 4px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.question_cont {
  background-color: var(--white);
  display: flex;
  padding: 0.8rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 8px;
  width: 60%;
}

.choice_cont.light {
  display: flex;
  gap: 0.5rem;
  border-radius: 8px;
  width: 50%;
  padding: 0.5rem;
  transition: 0.2s;
}

.choice_cont.dark {
  display: flex;
  gap: 0.5rem;
  border-radius: 8px;
  width: 50%;
  padding: 0.5rem;
  transition: 0.2s;
  color: var(--white);
}

.card_content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-decoration: none;
  color: var(--black);
}

@media (max-width: 1000px) {
  .test_sub {
    width: 95%;
  }
  .question_cont {
    width: 95%;
  }
  .choice_cont.light {
    border-radius: 8px;
    width: 80%;
    padding: 0.5rem;
    transition: 0.2s;
  }
  .choice_cont.dark {
    border-radius: 8px;
    width: 80%;
    padding: 0.5rem;
    transition: 0.2s;
  }
}
.results_detail_super {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

.category_card_wide {
  background-color: var(--white);
  width: 70%;
  padding: 0.8rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  transition: 0.2s;
  cursor: pointer;
}

.results_detail_sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.result_box {
  width: 70%;
  background-color: var(--white);
  border-radius: 8px;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
}

.question_tag {
  background-color: var(--primary1_purple);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  padding: 0.8rem;
  border-radius: 8px;
}

.answer_tag {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--black6);
  padding: 0.8rem;
  border-radius: 8px;
}

.answer_tag.correct {
  background-color: var(--green);
}

.answer_tag.incorrect {
  background-color: var(--red);
}

.result_park {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}

.result_icon {
  height: 1.5rem;
}

@media (max-width: 1000px) {
  .category_card_wide {
    width: 90%;
  }
  .result_box {
    width: 90%;
  }
}
.button {
  padding: 0.8rem;
  background-color: var(--white);
  border-radius: 8px;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.button img {
  height: 1.5rem;
}

.button:hover {
  background-color: var(--primary1_purple);
  color: var(--white);
}
.button:hover img {
  filter: invert(100);
}

.questions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.category_card {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  transition: 0.2s;
  cursor: pointer;
}

.category_card:hover {
  background-color: var(--primary1_purple);
  transform: scale(1.02);
}
.category_card:hover h1, .category_card:hover h2, .category_card:hover h3, .category_card:hover h4, .category_card:hover h5, .category_card:hover h6 {
  color: var(--white);
}

.category_card2 {
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  transition: 0.2s;
  cursor: pointer;
  width: 20rem;
}

.category_card2:hover {
  background-color: var(--primary1_purple);
  transform: scale(1.02);
}
.category_card2:hover h1, .category_card2:hover h2, .category_card2:hover h3, .category_card2:hover h4, .category_card2:hover h5, .category_card2:hover h6 {
  color: var(--white);
}

.search_result_super {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search_result_header.light {
  display: flex;
  width: 95%;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--black5);
}

.search_result_header.dark {
  display: flex;
  padding-bottom: 0.3rem;
  width: 95%;
  color: var(--white);
  border-bottom: 1px solid var(--white5);
}

.search_results_sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0.3rem;
  padding-top: 0.5rem;
  width: 95%;
  gap: 0.4rem;
}

.search_result_card {
  transition: 0.2s;
  cursor: pointer;
}
.search_result_card a {
  text-decoration: none;
  color: var(--black);
  background-color: var(--white);
  padding: 0.5rem;
  display: flex;
  transition: 0.2s;
  border-radius: var(--radius_small);
}

.search_result_card:hover {
  transform: scale(1.01);
}
.search_result_card:hover a {
  text-decoration: none;
  color: var(--white);
  background-color: var(--primary1_purple);
  padding: 0.5rem;
  display: flex;
  border-radius: var(--radius_small);
}

.search_result_card2 {
  transition: 0.2s;
  background-color: var(--white);
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius_small);
  padding: 0.5rem;
  gap: 0.5rem;
  display: flex;
}
.search_result_card2 a {
  display: flex;
  align-items: center;
  color: var(--black);
  text-decoration: none;
}

.search_result_card2:hover {
  background-color: var(--primary1_purple);
  color: var(--white);
}
.search_result_card2:hover a {
  color: var(--white);
}
.search_result_card2:hover a .search_thumbnail {
  height: 8rem;
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius_small);
}
.search_result_card2:hover a .search_thumbnail img {
  transition: 0.2s;
  height: 120%;
  transform: scale(1.4);
}

.search_thumbnail {
  height: 8rem;
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius_small);
}
.search_thumbnail img {
  height: 120%;
}

.search_info {
  display: flex;
  flex-direction: column;
  width: 12rem;
  margin-left: 0.5rem;
  text-transform: capitalize;
}

.search_query.light {
  color: var(--black);
}

.search_query.dark {
  color: var(--white);
}

.dowload_application_black {
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 300;
  gap: 0.5rem;
  padding-top: 1rem;
}

.header_downloads {
  color: var(--white);
}

.application_download_super {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1rem;
  color: var(--white);
  border-radius: var(--radius_small);
}

.outer_icon {
  height: 2rem;
  filter: invert(100);
}

.dl_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary1_purple);
  border: none;
  color: var(--white);
  gap: 0.5rem;
  padding-left: 0.6rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: var(--radius_small);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.dl_button img {
  height: 1.5rem;
  filter: invert(100);
  transition: 0.2s;
}

.dl_button:hover {
  background-color: var(--white);
  color: var(--black);
}
.dl_button:hover img {
  transform: scale(1.2);
  filter: invert(0);
}

.form_super {
  width: 100%;
}

.platform_super {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  gap: 0.5rem;
  border: 1px solid var(--white2);
  border-radius: var(--radius_small);
}

.active_platform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.active_platform img {
  height: 1.5rem;
  filter: invert(100);
}

.platform_dropdwn {
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
  background-color: transparent;
  border-radius: var(--radius_small);
  transition: 0.2s;
  align-items: flex-start;
}
.platform_dropdwn .platform_dropdwn_icon {
  height: 1.2rem;
  filter: invert(100);
  transform: rotate(180deg);
  transition: 0.2ms;
}
.platform_dropdwn .platform_dropdwn_icon:hover {
  transform: scale(1.1) rotate(180deg);
}

.platform_dropdwn:hover {
  background-color: var(--white5);
}

.platform_option_super {
  display: none;
}

.platform_option_super.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 12rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: var(--radius_small);
  overflow: hidden;
}

.platform_option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--black);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  cursor: pointer;
}
.platform_option img {
  height: 1.5rem;
  filter: invert(0);
  transition: 0.2s;
}

.platform_option:hover {
  background-color: var(--primary1_purple);
  color: var(--white);
}
.platform_option:hover img {
  transform: scale(1.2);
  filter: invert(100);
}

.member_profile_card_super {
  background-color: var(--canvas);
  width: 22rem;
  border-radius: var(--radius_small);
  overflow: hidden;
  filter: drop-shadow(5px 3px 4px var(--black5));
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--black);
  transition: 0.2s;
  cursor: pointer;
}

.member_profile_card_super:hover {
  transform: scale(1.02);
  filter: drop-shadow(5px 3px 4px var(--black4));
}

.member_profile_card_sub {
  background-color: var(--canvas);
  width: 22rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--black);
}

.mpc_splash {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  overflow: hidden;
  z-index: 20;
}
.mpc_splash img {
  width: 100%;
  opacity: 50%;
}

.mpc_profile_pic {
  width: 60%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -4rem;
  border-radius: var(--radius_big);
  z-index: 150;
}
.mpc_profile_pic img {
  height: 125%;
}

.mpc_info_block1 {
  padding-top: 0.5rem;
}
.mpc_info_block1 h4 {
  font-weight: bolder;
}

.mpc_info_block2 {
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
}

.mpc_info_block3 {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  border-bottom: 1px solid var(--black4);
  padding-bottom: 0.5rem;
  width: 80%;
}

.mpc_info_block4 {
  padding-top: 0.5rem;
  width: 90%;
  padding-bottom: 0.5rem;
}

.pmc_name {
  display: flex;
  gap: 0.5rem;
  text-transform: capitalize;
}

.mpc_docs {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--black4);
}

.mpc_links {
  padding-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.member_doc {
  background-color: var(--white);
  color: var(--black);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border-radius: var(--radius_small);
  filter: drop-shadow(5px 3px 4px var(--black4));
}
.member_doc img {
  height: 1.8rem;
}

.member_doc:hover {
  background-color: var(--black);
  transform: scale(1.02);
  color: var(--white);
}
.member_doc:hover img {
  height: 2rem;
  filter: invert(100);
}

.member_link {
  background-color: var(--white);
  border-radius: var(--radius_small);
  padding: 0.2rem;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.member_link img {
  height: 3rem;
}

.member_link:hover {
  transform: scale(1.02);
}

.copy_record_id {
  height: 1.2rem;
  padding: 0.2rem;
  background-color: var(--white);
  border-radius: var(--radius_small);
  cursor: pointer;
  transition: 0.2s;
}

.copy_record_id:hover {
  transform: scale(1.05);
  filter: invert(100);
}

.login_box_bio {
  display: flex;
  width: 90%;
  text-wrap: wrap;
}

.job_super {
  background-color: var(--white);
  border-radius: var(--radius_small);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  width: 20rem;
  transition: 0.3s;
  cursor: pointer;
  gap: 0.8rem;
}

.job_super:hover {
  transform: scale(1.01);
  filter: drop-shadow(4px 3px 4px var(--black5));
}

.job_header {
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job_logo {
  padding: 0.2rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_logo img {
  height: 2rem;
}

.job_status {
  background-color: var(--shade4);
  color: var(--white);
  padding: 0.5rem;
  border-radius: var(--radius_small);
}

.job_main {
  width: 98%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.job_main h1 {
  text-transform: capitalize;
}

.job_main2 {
  width: 98%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--black5);
}
.job_main2 h1 {
  text-transform: capitalize;
}

.job_actions {
  width: 98%;
  display: flex;
}

.login_button_job {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--primary1_purple);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border-radius: var(--radius_small);
  color: var(--primary3);
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid var(--primary1_purple);
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.login_button_job h4 {
  text-transform: uppercase;
  color: var(--white);
}
.login_button_job img {
  height: 1.5rem;
  filter: invert(100);
  transition: 0.2s;
}

.login_button_job:hover {
  transform: scale(1.05);
  background-color: var(--black);
  border: 2px solid var(--black);
}
.login_button_job:hover img {
  height: 2rem;
  filter: invert(100);
}

.job_super_big {
  background-color: var(--white);
  border-radius: var(--radius_small);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  width: 60%;
  transition: 0.3s;
  cursor: pointer;
  gap: 0.8rem;
}/*# sourceMappingURL=main.css.map */