.bungee-regular {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.new-post,
.new-comment {
  background-color: #6e9731; /* Initial color */
  transition: background-color 4s ease; /* Handles the fade effect */
}
.new-reply {
  background-color: #8f1f1f; /* Initial color */
  transition: background-color 4s ease; /* Handles the fade effect */
}
.notification-source-post-container {
  background: #111111;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #2f3a1d;
  margin-top: 4px;
  margin-bottom: 6px;
  transition: none;
}
.highlight {
  background-color: #6e9731a1; /* Highlight color */
  transition: background-color 3s ease; /* Handles the fade effect */
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 6px;
  margin-top: 12px;
}

.notification-source-post {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
  transition: none;
}
.notifications-dropdown-title {
  color: #ffffff;
  padding: 8px 12px;
  font-size: 1.1rem;
}

.notification-link {
  text-decoration: none;
  color: white;
  display: block;
  margin: 8px 10px;
  padding: 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid #242424;
  background: #0a0a0a;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.notification-link:hover {
  border-color: #6e9731;
  background: #111111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.notification-link:hover .notification-source-post-container {
  background: #111111;
  border-color: #2f3a1d;
  box-shadow: none;
}

.notification-link:hover .notification-source-post {
  color: rgba(255, 255, 255, 0.78);
}

.notification-link .nav-link {
  display: block;
  padding: 0;
}

.notification-link .profile-post {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.notification-link .profile-icon {
  flex: 0 0 40px;
  width: 80px;
  height: 80px;
  margin-top: 2px;
}

.notification-link .notification-message {
  margin: 0;
  flex: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.notification-link .notification-time {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: right;
}

.unread-indicator {
  background: #8f1f1f74;
  border-color: #8f1f1f;
  box-shadow:
    0 0 0 1px rgba(143, 31, 31, 0.18),
    0 12px 26px rgba(0, 0, 0, 0.24);
}
.notification-count-container-hidden {
  display: none;
}

@media (max-width: 768px) {
  .notification-link {
    margin: 8px 8px;
    padding: 12px 10px;
  }

  .notification-link .profile-post {
    gap: 10px;
  }

  .notification-link .notification-message {
    font-size: 12px;
  }

  .notification-link .notification-source-post {
    font-size: 11px;
  }

  .notification-link .notification-time {
    font-size: 10px;
  }
}
#notificationCountButton {
  border: 2px solid #6e9731;
}
.notification-count-container {
  background-color: #8f1f1f;
  position: absolute;
  top: 1px;
  height: 17px;
  right: 1px;
  font-size: 14px;
  padding: 2px;
}
.forum-post-card.new-post,
.forum-comment-card.new-comment {
  background: #6e9731;
}
.forum-reply-card.new-reply {
  background: #8f1f1f;
}
.forum-post-card.new-post.fade-bg {
  background-color: rgba(110, 151, 49, 0.277); /* Target color */
}
.forum-comment-card.new-comment.fade-bg {
  background-color: rgba(110, 151, 49, 0.277); /* Target color */
}
.forum-reply-card.new-reply.fade-bg {
  background-color: rgba(143, 31, 31, 0.277); /* Target color */
}

.postarrived {
  background-color: #6e9731;
}
#skip {
  color: #6e9731;
  text-decoration: none;
}
.forum-page {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/billionsofzombies.jpg");

  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.accordion {
  --bs-accordion-btn-bg: black;
  --bs-accordion-active-bg: #daa404;
  --bs-accordion-active-color: white;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-bg: #0d0d0d;
  --bs-accordion-color: white;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.active {
  display: block;
}
.reply {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.reply:hover {
  color: #6e9731;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
.learnmore {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.learnmore:hover {
  background-color: #d83232;
  color: white;
}

.accordion-button {
  color: white;
  font-size: inherit;
}
.accordion-item {
  border-bottom: 1px solid white;
}

.nav-item a:hover {
  color: #6e9631;
}
.nav-item a {
  color: white;
}
.revealPostTypesButton {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.postButton {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.postButton:hover {
  color: #6e9731;
}
textarea::placeholder {
  color: #ff5722;
  opacity: 1; /* Ensures custom color vibrancy in Firefox */
  font-style: italic;
}

.postButton.reaction-color {
  color: #3d4be1;
}
#skip:hover {
  color: white;
}
.center {
  margin: auto;

  padding: 30px;

  color: white;
}
.dropdown-menu {
  background-color: black !important; /* Your desired color */
}

#header {
  background-image: url("/images/what-are-some-of-the-things-would-you-like-to-see-in-a-v0-p6lgj5bqinac1 1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-attachment: fixed;
  background-position: top center;
}
#survivors {
  background-image: url("/images/EGS_REBELLION_ZOMBIEARMY4_Left4Dead-CharacterPack01_C1_1920x1080_1920x1080-cb9040d2a1344b3b04475d33406ff4f2.jpeg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
#specialinfected {
  background-image: url("/images/Left_4_dead_2_monster 1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
#community {
  background-image: url("/images/0d172dd2466ff6ce059d7510e892d30b.jpg.f6f83ea1eb8b3bc2fb1cc8c535cb052b.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
#shareadvice {
  background-image: url("../images/left-4-dead-bill-tank-gwdd4sgr7ln4hq54 1.jpg");
  background-size: cover;
  background-position: center;
}
#findsquad {
  background-image: url("../images/Left-4-Dead-2-Characters.jpg");
  background-size: cover;
  background-position: center;
}
#news {
  background-image: url("../images/download (2) 1.jpg");
  background-size: cover;
  background-position: center;
}
.h2Animate h3 {
  color: white;
  padding: 15px;
}
.arrowactivated {
  rotate: 180deg;
  transition: 400ms;
}
.linkbelowlogins {
  color: gray;
}
.linkbelowlogins:hover {
  color: white;
}

.login label {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}

::placeholder {
  color: rgba(0, 0, 0, 0.836);
}

@media (min-width: 321px) {
  .greenselected {
    color: #6e9631;
  }
  .navforummavbutton {
    font-size: 23px;
  }
  .navforummavbutton:hover {
    color: #6e9731;
  }
  #survivorstitle h1 {
    font-size: 50px;
  }
  .login {
    height: auto;
    width: 320px;
    padding: 50px 35px;
    border-radius: 10px;
    backdrop-filter: blur(10px);

    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  }
  #header {
    height: 500px;
  }
  .headers {
    height: 500px;
  }
  .profile-post {
    display: flex;
  }
  #profileIcon {
    width: 100%;
  }
  .profile-icon {
    display: flex;
    flex: 2;
    justify-content: center;
  }
  .notification-message {
    font-size: 14px;
    padding: 5px;
    flex: 2;
  }
  .subheadingcontent {
    padding: 15px;
    position: relative;
  }
  .login input {
    display: block;

    width: 100%;
    background-color: white;
    border-radius: 3px;

    font-weight: 300;
  }
  .buttonfontsize {
    font-size: 21px;
  }
  #survivorstitle {
    margin-top: -50px;
  }
  .danger {
    border-color: #d83232;
    color: #d83232;
  }

  .danger:hover {
    background: #d83232;
    color: white;
  }
  #communitytitle {
    margin-top: -41px;
  }
  #specialinfectedtitle h1 {
    font-size: 40px;
  }
  #communitytitle h1 {
    font-size: 40px;
  }
  .nav-link {
    font-size: 19px;
  }
  .subheads {
    margin: 30px 0;
  }
  ul li {
    margin: 10px 0 20px 0;
    list-style-type: none;
  }
  .divspacing {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .infectedcontentright div {
    width: 90%;
    padding: 10px;
  }
  aside {
    color: rgba(255, 255, 255, 0.634);
    max-width: 300px;
  }
  .showcharactercontent {
    display: none;
  }

  aside p {
    font-size: 12px;
    font-style: italic;
  }
  .features {
    padding: 10px;
    border-radius: 5px;
  }
  .aboutsection {
    margin-top: -10px;
  }
  h1 {
    font-size: 35px;
  }
  .leftfordeadtitles {
    padding: 20px;
  }
  .infectedsubheads {
    color: white;
    padding: 50px 0px 0 10px;
  }
  .infectedsubheads h2,
  .infectedsubheadsright h2 {
    font-size: 30px;
  }

  .infectedsubheadsright {
    color: white;
    padding: 50px 0px 0 10px;
  }
  #forum {
    height: 400px;
  }
  h2 {
    font-size: 25px;
  }
  .characterbio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    padding: 20px;
  }
  .characterbio button {
    width: 100%;
    padding: 5px;
    background-color: #daa404;
    border: none;
    color: white;
  }
  .characterbio button:hover {
    background-color: #6e973190;
  }
  .halfsized {
    width: 100%;
  }
  h3 {
    font-size: 17px;
  }
  .charactercontent {
    /* width: 100%;    
        padding: 5px;*/
    background-color: white;
  }
  .charactercontent p {
    background-color: white;
  }

  .center {
    width: 100%;
    padding: 30px;

    color: white;
  }
  .formtitle {
    font-size: 35px;
  }
  .infectedcontent {
    max-width: 100%;
    padding: 10px;
    color: white;
  }
  button.add {
    min-height: 50px;
    width: 50px;
    border-radius: 50%;
    border-color: transparent;
    background-color: #a683e3;
    color: #fff;
    font-size: 30px;
    border-width: 0;
  }
  .paddingtop {
    padding-top: 150px;
  }

  .subheadingcontent {
    color: white;
  }
  .posts {
    padding: 10px;
  }
  .notification-time {
    font-size: 10px;
    text-align: end;
    color: #6e9731;
  }
  button.edit {
    margin-left: 0px;
    margin-right: 20px;
    border: none;
    background: none;
  }

  .frontheader {
    background-color: black;
  }
  #headertext {
    height: 500px;
    z-index: 1;
    /*margin-right: -200px;*/
    background-color: rgba(0, 0, 0, 0.5);
  }

  .frontheader h1 {
    font-size: 35px;
  }
  .icon {
    height: 20px;
  }
  nav {
    transition: top 0.3s;
  }
  .navbar {
    background-color: black;
  }
  .form {
    margin: auto;
    max-width: 100%;
  }
  p {
    line-height: 2em;
    font-size: 16px;
  }
  .topspacingforum {
    width: 100%;
  }
  .headertext {
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .characterssize {
    width: 300px;

    height: 450px;
    position: relative;

    background-color: white;
  }
  .forumsubheaders {
    padding-top: 20px;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    height: 100%;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .characterssize img {
    width: 150px;
  }
  .actualcharactercontent {
    padding: 10px;
  }
  .forumsections:hover .overlay {
    opacity: 1;
  }
  .forumsections {
    position: relative;
    width: 100%;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler {
    border: 2px solid white;
  }
  footer {
    padding: 20px;
  }
  .posts {
    width: 100%;
  }
  #footerpar p {
    font-size: 11px;
  }
  .survivorswholewrap {
    padding-top: 50px;
  }
}
@media (min-width: 450px) {
  .login {
    height: auto;
    width: 420px;
    padding: 50px 35px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  }
}
@media (min-width: 576px) {
  #communitytitle {
    margin-top: -51px;
    margin-left: 40px;
  }
  #communitytitle h1 {
    font-size: 50px;
  }
  h1 {
    font-size: 40px;
  }

  .headertext {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .frontheader {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);

    padding: 30px;
    margin-left: 60px;
    height: 510px;
    width: 45%;
  }
}

@media (min-width: 768px) {
  .leftfordeadtitles {
    padding: 30px;
  }
  .leftfordeadtitles h2 {
    font-size: 30px;
  }
  .frontheader {
    height: 510px;
  }
  .nav-link {
    font-size: 20px;
  }
  .paddingtop {
    padding-top: 190px;
  }
  #survivorstitle {
    margin-top: -66px;
  }
  h2 {
    font-size: 35px;
  }
  .login {
    width: 600px;
    /* background-color: rgba(255,255,255,0.13);*/

    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 50px 35px;
  }
  .infectedsubheads {
    margin-right: -50px;
    color: white;
    z-index: 1;
  }

  .headertext {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navbar-brand {
    display: block;
  }
  label {
    font-size: 22px;
  }
  .button {
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
  }
  .formtitle {
    font-size: 55px;
  }
  h1 {
    font-size: 55px;
  }
  .posts {
    padding: 20px;
  }
  .button1 {
    background-color: white;
    color: black;
  }
  #delete:hover {
    color: red;
  }

  #mainheaderdiv {
    position: absolute;

    top: 1px;
    max-width: 950px;
  }
  #mainheaderdivforspecialinfected {
    position: absolute;
    bottom: 400px;
    max-width: 900px;
    width: 100%;
  }
  .button1:hover {
    background-color: #6e9731;
    color: white;
  }
  #aboutimg {
    min-width: 50%;
  }
  .button2 {
    background-color: white;
    color: black;
  }
  button.add {
    min-height: 50px;
    width: 50px;
    border-radius: 50%;
    border-color: transparent;
    background-color: #a683e3;
    color: #fff;
    font-size: 30px;
    border-width: 0;
  }

  button.edit {
    margin-left: 0px;

    border: none;
    background: none;
  }

  .icon {
    height: 20px;
  }
  .button2:hover {
    background-color: #6e9731;
    color: white;
  }
  ::placeholder {
    color: lightgray;
    opacity: 1;
  }
  .specialinfectedphotandsubhead {
    width: 75%;
  }
  .infectedsubheads h2 {
    font-size: 60px;
  }
  .forumsubheaders h2 {
    font-size: 22px;
    color: white;
  }
  #forum {
    padding: 30px;
    margin: 20px 0px;
    max-width: 70%;
    margin: auto;
  }

  .center {
    min-width: 40%;
    max-width: 50%;
    padding: 30px;

    color: white;
  }
  .forumsubheaders {
    font-size: 12px;
    padding: 20px 0px 20px 0px;
  }
  .topspacingforum {
    width: 50%;
  }
  .forumsections {
    position: relative;
    width: 100%;
  }
  .forumblocks {
    width: 100%;
  }
  .frontheader {
    position: absolute;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);

    padding: 30px;
    margin-left: 100px;
    height: 1050px;
    width: 45%;
  }
  .frontheaderforspecialinfected {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;

    height: 350px;
    width: 100%;
  }

  #footerpar {
    max-width: 75%;
    margin: auto;
  }
  #footerpar p {
    font-size: 15px;
  }
  .textareapost {
    background-color: red;
    padding: 10px;
    overflow-y: auto;
    resize: none;
  }
  .overlay {
    position: absolute;

    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8); /* Black see-through */
    color: #f1f1f1;

    transition: 0.5s ease;
    opacity: 0;

    color: white;
    font-size: 20px;
    padding: 20px;
  }
  #communitytitle {
    margin-top: -68px;
  }
  #specialinfectedtitle {
    margin-top: -89px;
  }

  #specialinfectedtitle h1,
  #survivorstitle h1,
  #communitytitle h1 {
    font-size: 70px;
  }

  .text {
    color: white;

    border: 2px solid red;
  }
  .forumsections:hover .overlay {
    opacity: 1;
  }

  aside {
    color: rgba(255, 255, 255, 0.68);
    font-style: italic;
    max-width: 200px;
  }
  /*.halfsized div{
    padding: 20px;
 }*/
  aside p {
    font-size: 15px;
  }
  .gamefeatures {
    max-width: 75%;
    margin: auto;
  }

  #navform {
    max-width: 35%;
  }
  #adviceheading h2 {
    font-size: 30px;
  }
  .features {
    padding: 35px;
  }

  .features div p {
    font-size: 20px;
  }

  .charactercontent {
    width: 70%;
    padding: 30px;
  }
  .form {
    max-width: 500px;
  }

  .characterssize {
    width: 300px;

    height: 350px;
    position: relative;
    border-radius: 10px;
    background-color: white;
  }
  .navbar {
    background-color: black;
  }
  h3 {
    color: #151e11;
    font-size: 30px;
  }
  .actualcharactercontent {
    width: 75%;
  }
  .actualcharacterimageright {
    width: 50%;
  }
  ul li {
    margin: 10px 0 20px 0;
    list-style-type: none;
  }
  .nav-link {
    color: white;
  }
  .nav-link :hover {
    color: #6e9631;
  }
  nav {
    transition: top 0.3s;
  }

  p {
    line-height: 2em;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .infectedcontent {
    max-width: 60%;
    padding: 30px;
  }
  .features div {
    width: 50%;
  }
  .nav-link {
    font-size: 18px;
  }
  .login {
    height: auto;
    width: 700px;
    /* background-color: rgba(255,255,255,0.13);*/
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 50px 35px;
  }
  .headertext {
    height: 900px;
    z-index: 1;
    padding-left: 30px;
    /* margin-left: -200px;*/
    background-color: rgba(0, 0, 0, 0.5);
  }
  .headers {
    height: 900px;
  }
  #header {
    height: 900px;
  }
  #headertext {
    height: 900px;
    z-index: 1;
    /*margin-right: -200px;*/
    background-color: rgba(0, 0, 0, 0.5);
  }
  .halfsized {
    width: 100%;
  }
  .halfsized img {
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .halfsized {
    width: 50%;
  }
}

@media (min-width: 1423px) {
  .survivorswholewrap {
    padding-top: 150px;
  }
  #survivorsheaderposition {
    height: 920px;
  }
}

.splatter {
  width: 30px;
}

.xbox {
  width: 250px;
}

.source {
  width: 160px;
}
.center {
  min-width: 40%;
  max-width: 50%;
}
.valve {
  width: 180px;
}
.steam3 {
  width: 120px;
}

.characterssize img {
  width: 200px;
}
.headertitle {
  position: absolute;
  bottom: 0;
}
.infectedcontentleft div {
  width: 50%;
}
.infectedcontentright div {
  width: 50%;
}

h4 {
  color: rgba(0, 0, 0, 0.441);
  font-style: italic;
  font-size: 14px;
}
h3 {
  color: #151e11;
}

.charactercontent p {
  font-size: 18px;
}
.subhead {
  color: white;
  margin-top: -104px;
  margin-left: 60px;
}

.subhead h2 {
  font-size: 105px;
}

@keyframes example {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(1px);
  }
}
.intro {
  animation: example 0.5s;
}

@media (min-width: 992px) {
  .contentleft {
    padding: 25px 0px 10px 100px;
  }
  #notificationsDropdown {
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
  }
  .contentright {
    padding: 25px 100px 10px 0px;
  }
  .profile-post {
    display: flex;
  }
  #profileIcon {
    width: 100%;
  }
  .profile-icon {
    display: flex;
    flex: 2;
    justify-content: center;
    padding: 10px;
  }
  .notification-message {
    font-size: 14px;
    padding: 5px;
    flex: 2;
  }
  .notification-time {
    font-size: 12px;
    color: #6e9731;
  }
}
textarea[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
button[type="submit"]:not(.unstyledPaginationButtons):not(.bell-button) {
  width: 100%;
  background-color: #f23030;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.bell-button {
  border: none;
  color: white;
  position: relative;
  padding: 7px 10px;
  cursor: pointer;
}

.bell-button:hover {
  color: #6e9731;
  background-color: none;
}
.unstyledPaginationButtons {
  border: none;
  color: #6e9731;
  padding: 0;
  width: 30px;
  padding: 7px 10px;
  cursor: pointer;
}
.unstyledPaginationButtons.selected {
  background-color: #6e9731;
  color: white;
}

button[type="submit"]:not(.unstyledPaginationButtons):not(.bell-button):hover {
  background-color: #f23030aa;
}

.site-nav-list .nav-link:hover,
.site-nav-list .nav-link:focus {
  color: #6e9731;
  background-color: rgba(255, 255, 255, 0.06);
}

.site-dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 8px;
}

.site-dropdown-menu .dropdown-item {
  color: white;
  border-radius: 6px;
}

.site-dropdown-menu .dropdown-item:hover,
.site-dropdown-menu .dropdown-item:focus {
  color: #6e9731;
  background-color: rgba(255, 255, 255, 0.08);
}

.site-offcanvas {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer {
  gap: 18px;
  padding-top: 28px;
  padding-bottom: 28px;
  clear: both;
  background-color: #0d0d0d;
  width: 100%;
}

.forum-content-wrap {
  width: 100%;
}

.footer-legal {
  margin-bottom: 6px;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.partner-logo {
  opacity: 0.86;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.partner-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.forum-page {
  padding-bottom: 18px;
}

.forum-intro-wrap {
  max-width: 980px;
}

.forum-intro {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 16px;
}

.forum-guest-cta {
  border-radius: 10px;
  background: rgba(216, 50, 50, 0.08);
}

.forum-compose-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 980px;
}

.forum-compose-input {
  min-height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: #0d0d0d;
  color: white;
}

.forum-submit-post {
  width: fit-content !important;
  padding: 10px 18px !important;
  border: 1px solid #d83232;
  border-radius: 8px !important;
  color: #d83232;
}

.forum-submit-post:hover {
  color: white;
  background-color: #d83232;
}

.forum-sort-controls {
  gap: 12px;
  margin: 16px 0 12px;
}

.forum-sort-btn {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 1.1rem;
}

.forum-post-list {
  max-width: 980px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.forum-post-card {
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.496);
  margin-bottom: 12px;
  padding: 6px;
  margin-top: 12px;
}

.forum-content {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 8px;
}

.forum-meta,
.forum-date {
  margin-bottom: 4px;
  opacity: 0.95;
}

.forum-actions {
  gap: 6px;
  flex-wrap: wrap;
}

.forum-reply-editor-wrap {
  margin-top: 10px;
}

.forum-reply-editor {
  gap: 8px;
}

.forum-reply-input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.forum-comment-card,
.forum-reply-card {
  border: 1px solid rgba(216, 50, 50, 0.35) !important;
  border-radius: 10px;
  margin-top: 10px;
}
.forum-reply-card {
  background: rgba(216, 50, 50, 0.08);
}
.forum-comment-card {
  background: rgba(110, 151, 49, 0.277);
}
.forum-reply-actions {
  margin-top: 6px;
  margin-bottom: 12px;
}

.auth-scene {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 48px;
  background:
    radial-gradient(
      circle at 30% 45%,
      rgba(143, 31, 31, 0.24),
      rgba(0, 0, 0, 0) 38%
    ),
    #04060d;
}

.auth-brand-panel {
  color: #c8d0df;
  max-width: 520px;
  padding: 24px;
}

.auth-brand-name {
  color: #b42a2a;
  margin-bottom: 10px;
}

.auth-brand-tagline {
  color: #eef2ff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.auth-brand-copy {
  color: #93a0ba;
  margin-bottom: 16px;
}

.auth-brand-chip {
  display: inline-block;
  border: 1px solid rgba(218, 164, 4, 0.45);
  border-radius: 999px;
  padding: 6px 14px;
  color: #e7c45f;
  background: rgba(218, 164, 4, 0.08);
  width: fit-content;
}

.auth-card {
  width: 100%;
  max-width: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  padding: 24px;
  color: #dce3ef;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.auth-card-title {
  color: #eef2ff;
  margin-bottom: 4px;
}

.auth-card-subtitle {
  color: #9ca9c2;
  margin-bottom: 12px;
}

.auth-social-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-social-btn {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(218, 164, 4, 0.2);
  background: rgba(10, 12, 20, 0.9);
  color: #e8ecf8;
}

.auth-social-btn:hover {
  background: rgba(59, 19, 19, 0.94);
  border-color: rgba(218, 164, 4, 0.5);
  color: white;
}

.auth-divider {
  text-align: center;
  color: #bca266;
  font-size: 0.92rem;
  position: relative;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32%;
  height: 1px;
  background: rgba(218, 164, 4, 0.28);
}

.auth-divider::before {
  left: 0;
}

.auth-divider::after {
  right: 0;
}

.auth-label {
  color: #dbe3f2;
  margin-bottom: 6px;
}

.auth-input {
  background: #080c17;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef2ff;
  border-radius: 10px;
  min-height: 44px;
}

.auth-input::placeholder {
  color: #7f8ca6;
}

.auth-input:focus {
  background: #080c17;
  color: #eef2ff;
  border-color: rgba(218, 164, 4, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(218, 164, 4, 0.2);
}

.auth-error {
  color: #ff7373;
  display: block;
  margin-top: 4px;
}

.auth-remember {
  color: #9ca9c2;
  font-size: 0.95rem;
}

.auth-forgot {
  color: #c04747;
  text-decoration: none;
  font-size: 0.95rem;
}

.auth-forgot:hover {
  color: #e97777;
}

.auth-primary-btn {
  background: #8f1f1f !important;
  border: 1px solid rgba(218, 164, 4, 0.55) !important;
  border-radius: 10px !important;
  color: white !important;
  min-height: 46px;
  font-size: 1rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.auth-primary-btn:hover {
  filter: brightness(1.08);
}

.auth-bottom-link {
  color: #8f9eb9;
}

.auth-bottom-link a {
  color: #d9ab3f;
  text-decoration: none;
}

.auth-bottom-link a:hover {
  color: #f4cb6f;
}

@media (max-width: 991px) {
  .auth-scene {
    padding-top: 110px;
    padding-bottom: 28px;
  }

  .auth-card {
    margin: 0 auto;
    max-width: 560px;
  }
}
