body {
  font-family: Arial;
}

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

.button_hover1 {
  transition: all 0.1s ease;
}

.lowercase-input {
  text-transform: lowercase;
}

hzxzxzx1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.board-title {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.board-date {
  font-size: 0.875rem;
}

.icon-img {
  width: 25px;
  height: auto;
}

@media (max-width: 768px) {
  .board-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .board-date {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .icon-img {
    width: 20px;
  }
}

.code-input::-webkit-outer-spin-button, .code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code-input::-webkit-outer-spin-button, .code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: black;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: center;
}

.easyBgUpdaterTouch:hover {
  border-radius: 10px;
  background: #f4f4f7;
  padding-left: 0px;
}

.navSmallBtn:hover {
  padding: 40px;
}

.animated-div h2 {
  font-size: 1.5rem;
  color: #007BFF;
}

.animated-div.active {
  opacity: 1;
  visibility: visible;
}

.slide-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s ease;
}

.slide-box.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.bouncing {
  z-index: 5;
  animation: bounce 4s infinite ease-in-out;
}

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

.bouncingnormal {
  position: relative;
  animation: bouncenormal 4s infinite ease-in-out;
}

@keyframes bouncenormal {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

.anon-bubble {
  background-color: #212121;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  margin-right: 12px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.anon-marquee-wrapper {
  background-color: #000000;
  overflow: hidden;
}

#anon-marquee {
  white-space: nowrap;
  display: inline-block;
  animation: scrollLeft 60s linear infinite;
}

.anon-bubble {
  background-color: #111;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  margin-right: 12px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  white-space: nowrap;
  display: inline-block;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

dark-input-212121 {
  background-color: #212121;
  color: #ffffff;
  border: 1px solid #444;
}

.dark-input-7212121:-webkit-autofill {
  background-color: #212121 !important;
  color: #ffffff !important;
}

input[type="text"].dark-input-212121 {
  background-color: #212121 !important;
  color: #fff !important;
}

.dark-input:-webkit-autofill {
  background-color: #212121 !important;
  -webkit-box-shadow: 0 0 0 30px #212121 inset !important;
  -webkit-text-fill-color: white !important;
}

