.community-link {
  color: white;
}

.community-link:hover {
  color: rgb(255, 255, 158);
}

.community-join-movement {
  border: 3px solid;
  border-color: white;
  border-radius: 30px;
  padding: 15px;
}

.community-large-screen-only {
  display: none;
}

@media screen and (min-width: 750px) {
  .community-large-screen-only {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .community-large-screen-only {
    display: none;
  }
  .community-join-movement {
    display: none;
  }
}
.community-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #0c0e3d;
  overflow-x: hidden;
  padding-top: 0vh;
  transition: 0.2s;
}

.community-sidebar-bg {
  width: 100vw;
  height: 100vh;
  opacity: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(29, 19, 81, 0.15);
  backdrop-filter: blur(0px);
  -webkit-filter: blur(0px);
  transition: 0.1s;
}

.community-public-header {
  width: 95vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  background-color: transparent;
  margin: 25px 0px 0px 0px;
}

.community-html-full {
  scroll-behavior: smooth;
  background: #130b33;
  background: linear-gradient(180deg, rgb(19, 11, 51) 0%, rgb(114, 0, 163) 51%, rgb(136, 0, 194) 100%);
  max-width: 100vw;
  min-height: 100vh;
}

.community-hero-full {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #130b33;
  background: linear-gradient(338deg, rgb(19, 11, 51) 0%, rgb(114, 0, 163) 51%, rgb(136, 0, 194) 100%);
  max-width: 100vw;
  padding: 8vh 2vw;
}

.community-optn {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 100%;
  max-width: 90vw;
  height: 55px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  border: 2px solid rgba(204, 204, 204, 0);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.community-optn:hover {
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.community-optn:focus {
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.community-optn:open {
  background-color: rgba(64, 0, 255, 0.903);
  border-radius: 30px;
}

.green-optn:open {
  background-color: rgba(102, 201, 140, 0.903);
  border-radius: 30px;
}

.community-btn-file-select {
  opacity: 1;
  color: rgb(193, 193, 193);
  -webkit-text-fill-color: rgb(193, 193, 193);
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  max-width: 100vw;
  padding: 15px 20px;
  margin: 10px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: none;
  border: 2px solid rgba(204, 204, 204, 0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.community-btn-file-select:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.community-btn-file-select:focus {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.community-btn {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  max-width: 100vw;
  padding: 15px 20px;
  margin: 10px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: none;
  border: 2px solid rgba(204, 204, 204, 0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.community-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.community-btn:focus {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.community-btn-red {
  background-color: rgb(220, 26, 26);
}

.community-btn-red:hover {
  background-color: rgb(220, 26, 26);
}

.community-btn-red:focus {
  background-color: rgb(220, 26, 26);
}

.community-padding {
  padding: 10px;
}

.community-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 2.5vw;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2.5vw;
  margin: 4vw 4vw;
  overflow-x: auto;
  scrollbar-color: rgb(255, 255, 255) rgba(255, 0, 0, 0);
  transition: background-color ease-in-out 0.15s;
}

.community-section::-webkit-scrollbar {
  color: rgb(255, 255, 255);
}

.community-section::-webkit-scrollbar-track {
  color: rgba(255, 0, 0, 0);
}

.community-section:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color ease-in-out 0.125s;
}

.community-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 2.5vw;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2.5vw;
  margin: 1vw;
  transition: box-shadow 0.4s, background-color 0.15s;
}

.community-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 128, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
}

.comm-signup-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid;
  border-color: rgba(235, 217, 255, 0.479);
  background-color: rgba(1, 1, 1, 0.1);
  padding: 0vw;
  margin: 1vw;
  transition: box-shadow 0.4s, background-color 0.15s;
}

.comm-signup-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 128, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
}

.comm-signup-submit {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  background-color: rgb(179, 59, 248);
  display: flex;
  width: 100%;
  padding: 10px 15px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: none;
  border: 2px solid rgba(204, 204, 204, 0);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.comm-signup-submit:hover {
  background-color: rgb(124, 91, 255);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.comm-signup-submit:focus {
  background-color: rgb(154, 129, 255);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.comm-signup-optn-square {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  background-color: rgba(172, 59, 248, 0.441);
  display: flex;
  width: 100%;
  padding: 10px 15px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: left;
  justify-content: center;
  align-items: center;
  background-image: none;
  border: 1px solid;
  border-color: rgba(235, 217, 255, 0.479);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.comm-signup-optn-square:hover {
  background-color: rgb(124, 91, 255);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.comm-signup-optn-square:focus {
  background-color: rgb(154, 129, 255);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

.comm-signup-optn-square:open {
  background-color: rgba(117, 0, 156, 0.903);
  border-radius: 30px;
}

body.dark-mode .comm-body {
  background-color: black;
  color: white;
  width: 100vw;
  height: 100vh;
}

body:not(.dark-mode) .comm-body {
  background-color: white;
  color: black;
  width: 100vw;
  height: 100vh;
}

body.dark-mode .comm-text {
  color: white;
}

body:not(.dark-mode) .comm-text {
  color: black;
}

body.dark-mode .comm-p {
  color: white;
  background: transparent;
  transition: 0.1s;
  padding: 10px;
  width: 100%;
}

body:not(.dark-mode) .comm-p {
  color: black;
  background: transparent;
  transition: 0.1s;
  padding: 10px;
  width: 100%;
}

body.dark-mode .comm-p:hover {
  color: rgb(25, 4, 99);
  background: rgb(185, 166, 255);
  border-radius: 3px;
  transition: 0.1s;
  text-decoration: none;
  width: 100%;
}

body.dark-mode .comm-p:active {
  color: rgb(25, 4, 99);
  background: rgb(185, 166, 255);
  border-radius: 3px;
  transition: 0.1s;
  width: 100%;
}

body:not(.dark-mode) .comm-p:hover {
  color: rgb(25, 4, 99);
  background: rgb(185, 166, 255);
  border-radius: 3px;
  transition: 0.1s;
  text-decoration: none;
  width: 100%;
}

body:not(.dark-mode) .comm-p:active {
  color: rgb(25, 4, 99);
  background: rgb(185, 166, 255);
  border-radius: 3px;
  transition: 0.1s;
  width: 100%;
}

body.dark-mode .comm-header {
  background-color: black;
  color: white;
  min-width: 100%;
  max-width: 100%;
  z-index: 2;
  height: 70px;
  display: block;
  justify-content: space-between;
  position: fixed;
  border-bottom: 1px solid rgb(48, 48, 48);
  padding: 10px 10px 0px 10px;
}

body:not(.dark-mode) .comm-header {
  background-color: white;
  color: black;
  min-width: 100%;
  max-width: 100%;
  z-index: 2;
  height: 70px;
  display: block;
  justify-content: space-between;
  position: fixed;
  border-bottom: 1px solid rgb(208, 208, 208);
  padding: 10px 10px 0px 10px;
}

body:not(.dark-mode) .comm-sidebar-1 {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px);
  margin-top: 70px;
  width: 70px;
  max-width: 70px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: clip;
  overflow-y: scroll;
  padding-top: 0vh;
  border-right: 1px solid rgb(208, 208, 208);
  align-items: center;
  scrollbar-color: rgb(147, 147, 147) rgba(255, 0, 0, 0);
}

body.dark-mode .comm-sidebar-1 {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px);
  margin-top: 70px;
  width: 70px;
  max-width: 70px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: clip;
  overflow-y: scroll;
  padding-top: 0vh;
  border-right: 1px solid rgb(48, 48, 48);
  align-items: center;
  scrollbar-color: rgb(147, 147, 147) rgba(255, 0, 0, 0);
}

body:not(.dark-mode) .comm-sidebar-2 {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px);
  margin-left: 70px;
  margin-top: 70px;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 0vh;
  border-right: 1px solid rgb(208, 208, 208);
  align-items: left;
  scrollbar-color: rgb(147, 147, 147) rgba(255, 0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
}

body.dark-mode .comm-sidebar-2 {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px);
  margin-left: 70px;
  margin-top: 70px;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 0vh;
  border-right: 1px solid rgb(48, 48, 48);
  align-items: left;
  scrollbar-color: rgb(147, 147, 147) rgba(255, 0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
}

body.dark-mode .comm-text {
  color: white;
}

body:not(.dark-mode) .comm-text {
  color: black;
}

.comm-upgrade-btn {
  border: 0px solid;
  border-radius: 30px;
  padding: 7.5px 15px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(338deg, rgb(19, 11, 51) 0%, rgb(35, 0, 163) 51%, rgb(61, 0, 194) 100%);
  transition: 0.2s;
}

.comm-upgrade-btn:hover {
  border: 0px solid;
  border-radius: 30px;
  padding: 7.5px 15px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(338deg, rgb(61, 109, 255) 0%, rgb(51, 255, 102) 100%);
  transition: 0.2s;
}

.comm-upgrade-btn:active {
  border: 0px solid;
  border-radius: 30px;
  padding: 7.5px 15px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(338deg, rgb(61, 109, 255) 0%, rgb(51, 255, 102) 100%);
  transition: 0.2s;
}

.comm-sn-block {
  border: 0px solid;
  border-radius: 0px;
  width: 100px;
  height: 100px;
  padding: 6px;
  margin: 10px;
  background: linear-gradient(338deg, rgb(19, 11, 51) 0%, rgb(35, 0, 163) 51%, rgb(61, 0, 194) 100%);
  transition: 0.2s;
}

.comm-dropdown {
  position: relative;
}

.comm-dropdown-toggle:focus {
  outline: 0;
}

.comm-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.comm-dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.comm-sidebar-joined {
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(338deg, rgb(19, 11, 51) 0%, rgb(35, 0, 163) 51%, rgb(61, 0, 194) 100%);
  border: 0px solid;
  padding-top: 0px;
  border-color: rgb(255, 255, 255);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.comm-sidebar-joined-text {
  display: block;
}

.comm-sidebar-joined-text .comm-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 3000;
  overflow-x: visible;
}

.comm-sidebar-joined-text:hover .comm-tooltip {
  visibility: visible;
}

.comm-sidebar-plus {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px dashed;
  padding-top: 0px;
  border-color: grey;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.comm-expand-sidebar-2 {
  z-index: 1;
}

body.dark-mode .comm-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 2.5vw;
  background-color: rgb(0, 0, 0);
  padding: 2.5vw;
  margin: 1vw;
  border: 1px solid rgb(48, 48, 48);
  transition: width 0.3s, box-shadow 0.4s, background-color 0.15s;
}

body.dark-mode .comm-item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 128, 0.2);
  background-color: rgb(0, 0, 0);
}

body.dark-mode .comm-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 2.5vw;
  background-color: rgb(0, 0, 0);
  padding: 2.5vw;
  margin: 1vw;
  border: 1px solid rgb(48, 48, 48);
  transition: box-shadow 0.4s, background-color 0.15s;
}

body.dark-mode .comm-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 128, 0.2);
  background-color: rgb(0, 0, 0);
}

body:not(.dark-mode) .comm-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 2.5vw;
  background-color: rgb(255, 255, 255);
  padding: 2.5vw;
  margin: 1vw;
  border: 1px solid rgb(208, 208, 208);
  transition: width 0.3s, box-shadow 0.4s, background-color 0.15s;
}

body:not(.dark-mode) .comm-item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 128, 0.2);
  background-color: rgb(255, 255, 255);
}

body:not(.dark-mode) .comm-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 2.5vw;
  background-color: rgb(255, 255, 255);
  padding: 2.5vw;
  margin: 1vw;
  border: 1px solid rgb(208, 208, 208);
  transition: box-shadow 0.4s, background-color 0.15s;
}

body:not(.dark-mode) .comm-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 128, 0.2);
  background-color: rgb(255, 255, 255);
}

body.dark-mode .comm-btn {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  display: flex;
  max-width: 100vw;
  padding: 15px 20px;
  margin: 10px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: none;
  border: 1px solid rgb(48, 48, 48);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

body.dark-mode .comm-btn:hover {
  background-color: rgb(34, 34, 34);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

body.dark-mode .comm-btn:focus {
  background-color: rgb(144, 144, 144);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-btn {
  opacity: 1;
  color: rgb(0, 0, 0);
  -webkit-text-fill-color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  display: flex;
  max-width: 100vw;
  padding: 15px 20px;
  margin: 10px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: none;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-btn:hover {
  background-color: rgb(225, 225, 225);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-btn:focus {
  background-color: rgb(162, 162, 162);
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}

body.dark-mode .comm-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 2.5vw;
  border: 1px solid rgb(48, 48, 48);
  background-color: rgb(0, 0, 0);
  padding: 2.5vw;
  margin: 4vw 4vw;
  overflow-x: auto;
  scrollbar-color: rgb(126, 126, 126) rgba(255, 0, 0, 0);
  transition: background-color ease-in-out 0.15s;
}

body.dark-mode .comm-section::-webkit-scrollbar {
  color: rgb(124, 124, 124);
}

body.dark-mode .comm-section::-webkit-scrollbar-track {
  color: rgba(125, 125, 125, 0);
}

body.dark-mode .comm-section:hover {
  background-color: rgb(0, 0, 0);
  transition: background-color ease-in-out 0.125s;
}

body:not(.dark-mode) .comm-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 2.5vw;
  border: 1px solid rgb(208, 208, 208);
  background-color: rgb(255, 255, 255);
  padding: 2.5vw;
  margin: 4vw 4vw;
  overflow-x: auto;
  scrollbar-color: rgb(126, 126, 126) rgba(255, 0, 0, 0);
  transition: background-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-section::-webkit-scrollbar {
  color: rgb(124, 124, 124);
}

body:not(.dark-mode) .comm-section::-webkit-scrollbar-track {
  color: rgba(125, 125, 125, 0);
}

body:not(.dark-mode) .comm-section:hover {
  background-color: rgb(255, 255, 255);
  transition: background-color ease-in-out 0.125s;
}

body.dark-mode .comm-optn {
  opacity: 1;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  background-color: rgb(0, 0, 0);
  display: block;
  width: 100%;
  max-width: 90vw;
  height: 55px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  border: 2px solid rgba(204, 204, 204, 0.256);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

body.dark-mode .comm-optn:hover {
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

body.dark-mode .comm-optn:focus {
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

body.dark-mode .comm-optn:open {
  background-color: rgba(0, 0, 0, 0.903);
  border-radius: 30px;
}

body.dark-mode .comm-green-optn:open {
  background-color: rgba(102, 201, 140, 0.903);
  border-radius: 30px;
}

body:not(.dark-mode) .comm-optn {
  opacity: 1;
  color: rgb(0, 0, 0);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.6);
  background-color: rgb(255, 255, 255);
  display: block;
  width: 100%;
  max-width: 90vw;
  height: 55px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  border: 2px solid rgb(204, 204, 204);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-optn:hover {
  border-color: rgb(237, 237, 237);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-optn:focus {
  border-color: rgba(56, 56, 56, 0.8);
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-optn:open {
  background-color: rgba(255, 255, 255, 0.903);
  border-radius: 30px;
}

body:not(.dark-mode) .comm-green-optn:open {
  background-color: rgba(102, 201, 140, 0.903);
  border-radius: 30px;
}

body.dark-mode .comm-html {
  scroll-behavior: smooth;
  background: black;
  max-width: calc(100vw - 70px);
  min-height: 100vh;
  margin-left: 70px;
  padding-top: 70px;
}

body.dark-mode .comm-hero {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: black;
  max-width: calc(100vw - 70px);
  margin-left: 70px;
  padding: calc(8vh + 70px) 2vw 8vh 2vw;
  border-bottom: 1px solid rgb(48, 48, 48);
}

body:not(.dark-mode) .comm-html {
  scroll-behavior: smooth;
  background: rgb(255, 255, 255);
  max-width: calc(100vw - 70px);
  min-height: 100vh;
  margin-left: 70px;
  padding-top: 70px;
}

body:not(.dark-mode) .comm-hero {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(255, 255, 255);
  max-width: calc(100vw - 70px);
  margin-left: 70px;
  padding: calc(8vh + 70px) 2vw 8vh 2vw;
  border-bottom: 1px solid rgb(208, 208, 208);
}

body.dark-mode .comm-table {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 2.5vw;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2.5vw;
  margin: 2vw;
  overflow-x: auto;
  scrollbar-color: rgb(255, 255, 255) rgba(255, 0, 0, 0);
  transition: background-color ease-in-out 0.15s;
}

body.dark-mode .comm-table::-webkit-scrollbar {
  color: rgb(255, 255, 255);
}

body.dark-mode .comm-table::-webkit-scrollbar-track {
  color: rgba(255, 0, 0, 0);
}

body.dark-mode .comm-table:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color ease-in-out 0.125s;
}

body.dark-mode .comm-tr {
  color: white;
}

body.dark-mode .comm-tr:nth-child(odd) {
  background-color: rgba(161, 142, 244, 0.14);
}

body.dark-mode .comm-tr:nth-child(even) {
  background-color: rgba(161, 142, 244, 0.205);
}

body.dark-mode .comm-tr:last-child td:first-child {
  border-bottom-left-radius: 1vw;
}

body.dark-mode .comm-tr:last-child td:last-child {
  border-bottom-right-radius: 1vw;
}

body.dark-mode .comm-th {
  padding: 10px;
  border: 0px;
  background-color: rgba(161, 142, 244, 0.384);
}

body.dark-mode .comm-th:first-child {
  border-top-left-radius: 1vw;
}

body.dark-mode .comm-th:last-child {
  border-top-right-radius: 1vw;
}

body.dark-mode .comm-td {
  padding: 10px;
  border: 0px solid;
}

body:not(.dark-mode) .comm-table {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 2.5vw;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2.5vw;
  margin: 2vw;
  overflow-x: auto;
  scrollbar-color: rgb(120, 120, 120) rgba(255, 0, 0, 0);
  transition: background-color ease-in-out 0.15s;
}

body:not(.dark-mode) .comm-table::-webkit-scrollbar {
  color: rgb(130, 130, 130);
}

body:not(.dark-mode) .comm-table::-webkit-scrollbar-track {
  color: rgba(255, 0, 0, 0);
}

body:not(.dark-mode) .comm-table:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color ease-in-out 0.125s;
}

body:not(.dark-mode) .comm-tr {
  color: rgb(0, 0, 0);
}

body:not(.dark-mode) .comm-tr:nth-child(odd) {
  background-color: rgba(161, 142, 244, 0.14);
}

body:not(.dark-mode) .comm-tr:nth-child(even) {
  background-color: rgba(161, 142, 244, 0.205);
}

body:not(.dark-mode) .comm-tr:last-child td:first-child {
  border-bottom-left-radius: 1vw;
}

body:not(.dark-mode) .comm-tr:last-child td:last-child {
  border-bottom-right-radius: 1vw;
}

body:not(.dark-mode) .comm-th {
  padding: 10px;
  border: 0px;
  background-color: rgba(161, 142, 244, 0.384);
}

body:not(.dark-mode) .comm-th:first-child {
  border-top-left-radius: 1vw;
}

body:not(.dark-mode) .comm-th:last-child {
  border-top-right-radius: 1vw;
}

body:not(.dark-mode) .comm-td {
  padding: 10px;
  border: 0px solid;
}

body.dark-mode .comm-clk {
  color: #fdff75;
  transition: color 0.15s;
}

body.dark-mode .comm-clk:hover {
  color: #fff59d;
  transition: color 0.15s;
}

body:not(.dark-mode) .comm-clk {
  color: #bb00ff;
  transition: color 0.15s;
}

body:not(.dark-mode) .comm-clk:hover {
  color: #d768ff;
  transition: color 0.15s;
}

.comm-btn-red {
  background-color: rgb(220, 26, 26);
}

.comm-btn-red:hover {
  background-color: rgb(220, 26, 26);
}

.comm-btn-red:focus {
  background-color: rgb(220, 26, 26);
}

/*# sourceMappingURL=communities.css.map */
