.isInFullScreen {
  height: 100%;
  max-width: 100%;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.md-spin,
.md-spin-reverse {
  animation: md-spin-animation 2s infinite linear;
}
.md-spin-reverse {
  animation-direction: reverse;
}
@keyframes md-spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.text-underline {
  text-decoration: underline;
}
.text-success {
  color: #35ba62;
}
.text-danger {
  color: #F02311;
}
.text-left {
  text-align: left;
}
.mundo-dialog-lg {
  width: 80%;
}
