body, html {
  height: 100%;
  scroll-behavior: smooth;
}
.bm {
  background-color: #121212;
}
.b {
  background-color: #2a2929;
  color: white!important;
}
.bc {
  background-color: #262626;
  color: white!important;
}

a {
  text-decoration: none;
}

.wrp {
  background-color: red;
  z-index: 1;
}

.frmError:last-child {
  color: #FF6961;
  margin-top: 0.5rem;
}
.frmError::before {
  content: "⤷";
  font-size: 1.5em;
}

.btn {
  border-radius: 0;
}

.l-item {
  border:none;
  border-bottom: 2px solid #aaaa;
}


.tree, .tree ul {
  margin:0;
  padding:0;
  list-style:none
}
.tree ul {
  margin-left:1em;
  position:relative
}
.tree ul ul {
  margin-left:.5em
}
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:2px solid
}
.tree li {
  margin:0;
  padding:0 1em;
  line-height:2em;
  color:gray;
  /* font-weight:700; */
  position:relative
}
.tree ul li:before {
  content:"";
  display:block;
  width:10px;
  height:0;
  border-top:2px solid;
  margin-top:-1px;
  position:absolute;
  top:1em;
  left:0
}
.tree ul li:last-child:before {
  background:#fff;
  height:auto;
  top:1em;
  bottom:0
}
.indicator {
  margin-right:5px;
}
.tree li a {
  text-decoration: none;
  color:black;
}
.tree li a:hover{
  text-decoration: underline;
  color: rgb(0, 0, 148);
}

/* .login-frm input[name="email"], input[name="password"]  {
  padding: 10px;
  border: none;
  border-radius: 0px;
}

.login-frm input[type="submit"] {
  border: none;
  border-radius: 0;
} */

.loader {
  z-index: 1;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.nav-item {
  padding: 20px 0 20px 0;
}

/*#setEventShreddingSign, #setEventShreddingSignNum {
  width: 2.5vw;
}*/

.frm-wrapper, .archive-wrapper, .archive-wrapper-hl {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.dark-loader {
  background-color: rgba(42, 41, 41, 0.9);
  z-index: 1;
}

.toast {
  border:none;
  border-radius: 0;
}

.hr {
  width: 8vw;
  border: solid 0.5px gray;
}

.loader #path1407 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate 3s linear infinite;
}

.loader #path1417 {
  transform-box: fill-box;
  transform-origin: center;
  animation: pulse 3s linear infinite;
}

.loader #g3701 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate 3s linear infinite;
  animation-direction: reverse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
   }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
   }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.tag:hover {
  background-color:#FFA900;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.link:hover {
  color:rgba(255, 255, 255, 0.8);
}