
/*# sourceMappingURL=custom.min.css.map */
.app-loading{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#path_svg{
opacity: 0.1;
    height: 100%;
    width: 100%;
}

.profile-wid-bg::before{
    background: #2ca792;
    background: -webkit-gradient(linear,left bottom,left top,from(#2ca792),to(#2ca792));
    background: linear-gradient(to top,#2ca792,#2ca792);
    }

.no-break {
  white-space: nowrap;
}

.bg-megadanger {
    --vz-bg-opacity: 1;
    background-color: #992a2a !important;
}

.bg-minidanger {
    --vz-bg-opacity: 1;
    background-color: #ec7f7f !important;
}

.icon-webHooks-erro  {
  font-size: 24px;
  margin-left: 10px;
  color: orangered;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: middle;

}

.icon-webHooks-ok {
  font-size: 24px;
  margin-left: 10px;
  color: darkolivegreen;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: middle;
}