.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero {
  background-image: url('../images/hero_bg.png');
  background-position: 100%;
  background-size: auto;
  position: relative;
}

.navbar_link {
  color: #8eabb2;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
}

.navbar_link:hover {
  color: #21b3f8;
}

.navbar_link.navbar_link-active {
  color: #21b3f8;
  -webkit-text-stroke-color: #241e40;
  font-weight: 700;
}

.navbar_brand {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary_button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #21b3f8;
  border: 4px #502768;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 13px 23px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.primary_button:hover {
  transform: scale(1.03);
}

.primary_button.hero_btn {
  height: 55px;
}

.primary_button.shop_btn {
  position: relative;
}

.navbar_menu {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12%;
  padding-right: 12%;
  overflow: visible;
}

.container.hero_container {
  overflow: hidden;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar_brand-image {
  width: 140px;
  transition: all .2s;
}

.navbar_brand-image:hover {
  transform: rotate(-3deg);
}

.navbar {
  background-color: #0000;
  border-top: 4px solid #21b3f8;
  margin-top: 0;
  margin-bottom: 22px;
  padding-top: 22px;
}

.body {
  background-color: #fbf8f8;
  background-image: url('../images/body_bg.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
}

.hero_info {
  z-index: 1;
  width: 45%;
  margin-top: 0%;
  margin-bottom: 40px;
  position: relative;
}

.hero_info.hero_info_subpage {
  margin-bottom: 0;
}

.hero_render {
  z-index: 1;
  width: 600px;
  position: relative;
  inset: 0 0 auto auto;
  animation: bounce 3s infinite;
}

.hero_description {
  color: #228cbe;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

.hero_decoration {
  z-index: 0;
  filter: blur(200px);
  background-color: #ffffff14;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 40% auto 0% 0%;
}

.hero_title-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fbdb65, #d49031);
  -webkit-background-clip: text;
  background-clip: text;
}

.primary_button-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-image: linear-gradient(90deg, #a43ae2, #5a207c);
  border: 4px solid #502768;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 13px 23px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.primary_button-2:hover {
  transform: scale(1.03);
}

.primary_button-2.btn_outline {
  background-color: #9f63c208;
  background-image: none;
  border-width: 2px;
  border-color: #312e57;
  padding: 14px 37px;
}

.hero_section {
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 31px;
  display: block;
}

.hero_title {
  color: #ffe2fb;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1c2122, #6f8388);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 53px;
  line-height: 65px;
}

.btn_section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_wrapper.hero_subpage {
  z-index: 1;
}

.img_team{
  transition: all .2s;
  z-index: 0;
}

.team_member:hover .img_team{
  transform: scale(1.1);

}

.btn_discord {
  z-index: 5;
  transition: all .2s;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #7d67ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 9px 29px;
  text-decoration: none;
  display: flex;
}

.btn_discord.desktop {
  transition: all .2s;
  position: static;
  bottom: 435px;
  right: -30px;
}

.btn_discord.desktop:hover {
  background-color: #a090ff;
  transform: scale(1.1);
}

.btn_icon-discord {
  width: 20px;
}

.discord_content {
  flex-flow: column;
  display: flex;
}

.discord_join {
  color: #ffffff91;
  margin-bottom: -6px;
  font-size: 12px;
  text-decoration: none;
}

.discord_count {
  color: #fff;
  text-decoration: none;
}

.status_blob {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.status_count {
  color: #21b3f8;
  font-weight: 600;
}

.status_count.hero {
  color: #090909b5;
  background-image: none;
}

.hero_status {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.status_indicator {
  width: 25px;
  animation: pulse 2s infinite;
}

.hero_under_status {
  background-color: #e3ebff73;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.snow_decoration {
  position: absolute;
  inset: 25% auto auto -3%;
}

.snow_decoration._1 {
  z-index: 0;
}

.snow_decoration._2 {
  z-index: 0;
  top: 53%;
  left: 3%;
}

.snow_decoration._3 {
  top: 57%;
  left: 4%;
}

.snow_decoration._4 {
  width: 40px;
  inset: 5% 23% auto auto;
}

.blur_decoration {
  z-index: 0;
  filter: blur(100px);
  background-color: #21b3f887;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 28% 0% auto auto;
}

.trailer {
  margin-top: -55px;
  position: relative;
}

.trailer_grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.trailer_content {
  position: relative;
}

.section_title {
  color: #ffe2fb;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1c2122, #6f8388);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 55px;
}

.trailer_info {
  color: #4f4f4f;
  margin-bottom: 30px;
  font-weight: 500;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.join_dc {
  transition: all .2s;
  color: #21b3f8;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.join_dc:hover{
  transform: rotate(-2deg);
}

.team {
  margin-top: 39px;
  margin-bottom: 39px;
}

.section_header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
  display: flex;
}

.admin_title_paragraph {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: -11px;
  font-weight: 500;
  display: flex;
}

.team_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team_card {
  background-image: linear-gradient(#bcbcbc21, #30728121);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image {
  margin-top: 37px;
  margin-bottom: -45px;
  position: static;
  right: 0;
}

.image.img_product {
  max-width: 200px!important;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team_member {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dc_icon {
  width: 55px;
  z-index: 1;
  margin-top: -44px;
  transition: all .2s;
}

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

.member_title {
  color: #ffe2fb;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1c2122, #6f8388);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.member_role {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.member_role.member_role_home {
  margin-top: -20px;
}

.footer_link {
  color: #4f4f4f;
  border: 1px #b5b5b5;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  color: #21b3f8;
}

.spacehouse {
  color: #21b3f8;
  text-decoration: none;
  transition: all .2s;
}

.spacehouse:hover {
  color: #1b81b1;
  transform: scale(1.01);
}

.footer_flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 22px;
  display: flex;
}

.hero_description-2 {
  color: #4f4f4f;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
}

.footer_info {
  width: 50%;
}

.footer {
  margin-top: 84px;
  padding-bottom: 60px;
  position: relative;
}

.footer_copyright {
  color: #ffe2fb;
  font-size: 22px;
}

.title_footer-brand {
  width: 150px;
  transition: all .2s;
}

.title_footer-brand:hover {
  transform: rotate(-3deg);
}

.footer_decoration {
  z-index: 0;
  filter: blur(100px);
  background-color: #4ec1e7;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.title_line {
  background-color: #e2e2e2;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.title_line.right_line {
  background-color: #e2e2e2;
}

.title_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_links {
  flex-flow: column;
  display: flex;
}

.footer_title {
  color: #ffe2fb;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1c2122, #6f8388);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.social {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social_icon {
  transition: all .2s;
}

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

.terms {
  margin-top: -40px;
  margin-bottom: 99px;
  position: relative;
}

.terms_section {
  margin-top: 60px;
}

.terms_block {
  width: 100%;
  margin-bottom: 30px;
}

.terms_h {
  color: #228cbe;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.terms_paragraph {
  color: #4f4f4f;
  font-weight: 500;
}

.btn_icon {
  width: 30px;
}

.input {
  color: #000;
  text-align: left;
  background-color: #f1efef;
  border-style: solid;
  border-width: 4px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 65px;
  padding: 24px;
  border: 0 solid #dbdbdb !important;
  border-radius: 1000px !important;
  outline: none !important;
}

.btn_send {
  z-index: 5;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #9fd2fc24;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 69px;
  padding: 9px 29px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 439px -113px;
}

.btn_send.btn_primary {
  background-image: linear-gradient(90deg, #1384ba, #3399c9);
  transition: all .2s;
}

.btn_send.btn_primary:hover, .btn_discord:hover {
  transform: scale(1.03)!important;
}

.input_paragraph {
  color: #5a4e4e;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
}

.btn_text-blue {
  color: #fff;
  text-decoration: none;
}

.form {
  width: 90%;
  margin-top: 24px;
}

.form_field {
  margin-bottom: 20px;
}

.form-block {
  width: 500px;
  margin-bottom: 0;
}

.shop_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.shop_card {
  background-image: linear-gradient(#9a9a9a1f, #b8b8b817);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 200px;
  padding: 23px 23px 23px 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop_div {
  width: 50%;
}

.shop_card_main {
  position: relative;
}

.text-block {
  color: #fff;
  background-color: #21b3f8;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: -1% -50px auto auto;
  transform: rotate(26deg);
}

/* Ensure Fireworks Do Not Block Clicks */
.fireworks {
  pointer-events: none;
}

/* Toggle Switch Styles */
.fireworks-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #21b3f8;
}

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

/* Styles for Fireworks Container */
.fireworks {
  position: fixed; /* Ensure it's fixed to cover the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000; /* Ensure it stays behind other elements if needed */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1291px) {
  .hero_render{
    opacity: 50!important;
  }

  .blob_nav{
    display: none!important;
  }
  .hero_info{
    width: 90%!important;
  }
}


@media screen and (max-width: 991px) {
  .menu, .menu.w--open {
    background-color: #c8c8c800;
  }

  .hero_render{
    opacity: 0!important;
  }


  .navbar_link {
    text-align: center;
    margin-bottom: 7px;
  }

  .primary_button {
    margin-top: 20px;
  }

  .primary_button.hero_btn {
    margin-top: 0;
  }

  .navbar_menu {
    z-index: 999;
    background-color: #130018ed;
    padding: 40px 20px;
  }

  .icon {
    color: #0e0d0d;
  }

  .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero_info {
    width: 100%;
    margin-top: 0%;
    position: absolute;
  }

  .hero_info.hero_info_subpage {
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
  }

  .hero_render {
    z-index: 0;
    opacity: 0!important;
    display: block;
    position: static;
  }

  .primary_button-2 {
    margin-top: 20px;
  }

  .hero_section {
    margin-top: 0;
  }

  .hero_wrapper.hero_subpage {
    flex-flow: row;
  }

  .hero_wrapper.hero_subpage.shop_subpage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .btn_discord {
    height: 60px;
    display: inline-flex;
    position: static;
    bottom: 324px;
    right: 59px;
  }

  .btn_discord.desktop {
    z-index: 2;
    display: none;
    inset: auto 35% 50px;
  }

  .blur_decoration {
    background-color: #21b3f800;
    display: none;
  }

  .trailer_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .team_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .terms {
    margin-top: -70px;
  }

  .btn_send {
    position: static;
    inset: -14px 38% auto;
  }

  .form {
    width: 100%;
  }

  .form-block {
    width: auto;
  }

  .shop_grid {
    grid-template-columns: 1fr 1fr;
  }
}



@media screen and (max-width: 767px) {
  .navbar_menu {
    background-color: #001118ed;
  }

  .hero_info.hero_info_subpage {
    position: relative;
  }

  .hero_render {
    display: none;
    top: -49px;
    right: -67px;
  }

  .hero_description {
    margin-bottom: 10px;
  }

  .hero_section {
    height: 70vh;
  }

  .hero_section.hero_subpage {
    height: auto;
  }

  .hero_title {
    font-size: 45px;
    line-height: 60px;
  }

  .hero_wrapper.hero_subpage {
    height: auto;
  }

  .btn_discord {
    height: 55px;
    position: static;
  }

  .btn_discord.desktop, .status_blob.blob_nav {
    display: none;
  }

  .snow_decoration._3, .snow_decoration._4 {
    z-index: -1;
  }

  .blur_decoration {
    z-index: 0;
    background-color: #21b3f838;
  }

  .section_title {
    font-size: 45px;
    line-height: 45px;
  }

  .section_header {
    justify-content: center;
    align-items: flex-start;
  }

  .admin_title_paragraph {
    text-align: left;
    width: 90%;
  }

  .team_grid {
    grid-template-columns: 1fr 1fr;
  }

  .member_title {
    font-size: 35px;
    line-height: 45px;
  }

  .footer_flex {
    flex-flow: column;
  }

  .footer_info {
    width: 100%;
    margin-top: 10px;
  }

  .title_line {
    width: 100%;
  }

  .title_wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .footer_links {
    width: 100%;
  }

  .footer_title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 20px;
  }

  .terms {
    margin-top: -40px;
  }

  .terms_section {
    width: 100%;
  }

  .btn_send {
    height: 55px;
    position: static;
    left: 35%;
    right: 35%;
  }

  .btn_send.btn_primary {
    height: 69px;
  }

  .form-block {
    width: 450px;
  }

  .shop_grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_info {
    margin-bottom: 20px;
    position: static;
  }

  .hero_info.hero_info_subpage {
    margin-top: 0;
  }

  .hero_render {
    display: none;
  }

  .hero_section {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero_title {
    font-size: 35px;
    line-height: 40px;
  }

  .btn_section {
    margin-top: 30px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .hero_info-line.hero_line {
    display: none;
  }

  .hero_wrapper {
    margin-top: 20px;
  }

  .hero_wrapper.hero_subpage {
    margin-top: 0;
  }

  .btn_discord {
    height: 60px;
  }

  .status_blob.blob_nav {
    display: none;
  }

  .status_count.hero {
    font-size: 12px;
  }

  .trailer {
    margin-top: 0;
  }

  .section_title {
    font-size: 30px;
    line-height: 40px;
  }

  .team_grid {
    grid-template-columns: 1fr;
  }

  .image.img_product {
    opacity: .21;
  }

  .member_title {
    margin-top: -10px;
    font-size: 25px;
    line-height: 40px;
  }

  .footer_info {
    width: 100%;
  }

  .footer {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .title_line {
    width: 100%;
  }

  .title_wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    margin-bottom: 26px;
  }

  .footer_title {
    font-size: 20px;
    line-height: 20px;
  }

  .terms {
    margin-top: -106px;
  }

  .terms_section {
    margin-top: 78px;
  }

  .terms_h {
    font-size: 20px;
  }

  .btn_send {
    height: 60px;
    padding-left: 34px;
    padding-right: 34px;
  }

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

  .form-block {
    width: 96%;
  }

  .shop_card {
    padding-top: 29px;
    padding-bottom: 10px;
    padding-left: 23px;
  }

  .shop_div {
    width: 100%;
  }
}

#fireworks-container {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 9999;
}

.firework-rocket {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 8px;
  transform: translateX(0);
  pointer-events: none;
}

.firework-rocket-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin-left: 2px;
}

.firework-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  pointer-events: none;
  opacity: 0.8;
}

.firework-fragment {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  opacity: 0.9;
  pointer-events: none;
}

#fireworks-toggle-container{
  border-radius: 100px;
  bottom: 30px;
  background-color: #1c2122;
  padding: 10px 20px 10px 10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
}

#fireworks-toggle-container label{
  margin-bottom: 0px!important;
  font-size: 15px;
}

.custom-checkbox{
  font-weight: 400;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #ffffff;
}

/* Hide the default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkmark with fully rounded corners */
.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #ffffff; /* White background when unchecked */
  border: 2px solid #2196F3; /* Blue border */
  border-radius: 50%; /* Fully rounded */
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}

/* On mouse-over, add a light blue background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #e3f2fd;
}

/* When the checkbox is checked, change background to blue */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

/* Create the checkmark/indicator */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}