#screen-lock{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgb(255 255 255 / .65);
  backdrop-filter:blur(5px);
  z-index:9999;
  cursor:wait
}
#screen-lock-text{
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:5px;
  font-size:50px;
  color:#fff;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%)
}

textarea{
  resize: none;
}
.fz-12{
  font-size: .85rem;
}
.c-branco{
  color: #FFF;
}
.accordion-item {
  border: none !important;
}