.html-tag {
  color: rgb(255, 157, 0);
}
.html-type{
  color: rgb(255, 180, 84);
}
.html-equal{
  color: #a9b7c6;
}
.html-text{
  color: #a5c261;
}
.code-html{
  color:rgb(153, 0, 255);
}
.highlight.language-html .code-html:not(.inline){
  display: table-cell;
  vertical-align: middle;
}
.highlight.language-html:not(.mt-3){
  display: table;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
}

.code-bg{
  background-color: #2f3138;
  color: #99A1B7 !important;
}

.code-file{
    color: #DBDFE9!important;
}
.code-symbol{
  color: #F9F9F9;
}
.code-function{
  color:#DBDFE9;
}
.code-dot{
  color: #DBDFE9;
}
.highlight {
  padding-bottom: 0.75rem;
}

#menuSistemaScript .app-sidebar-menu{
  height: 100% !important;
}
#menuSistema .app-sidebar-menu{
  height: 100% !important;
}