input::-ms-reveal,
input::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background: rgba(255, 138, 37, 0.8);
  border-radius: 20px;
}

*:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 138, 37, 0.8);
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.sidebar-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sidebar-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.sidebar-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(256, 256, 256, 0.2);
  border-radius: 20px;
}

.sidebar-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 9999999998;
}

#loading-image {
  position: absolute;
  /* dynamic center */
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;

  z-index: 9999999999;
}

.h-full-min-header {
  min-height: 80vh;
}

.border-right-gradient {
  border-right-width: 7px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #e66525, #addbaf) 1;
}

.progress-gradient {
  background-color: linear-gradient(to right, #e66525, #addbaf);
}

.c-gap-6 {
  gap: 1.5rem;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.li-active {
  background-color: rgba(230, 101, 37, 0.1);
  position: relative;
  z-index: 1;
}
.text-gradient {
  background: -webkit-linear-gradient(#e66525, #addbaf);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.filtering-badge {
  background-color: #d0d0d0;
}

.border-inner_discussion {
  border: 1px solid #c0c0c0;
}
