.required:after {
    content:" *";
    color: red;
}
.has-error{
    color: #a94442;
    border-color: #a94442;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-    ng-cloak {
    display: none !important;
}
.ng-hide.ng-hide-animate{
     display: none !important;
}
.is-toggle{
  transition:200ms ease-in-out;
}
.is-toggle:hover{
  cursor: pointer;
}
.is-toggle.arrow{
  border-radius: 5px;
}
.is-toggle.arrow{
  border-radius: 5px;
  margin-bottom: 15px;
}
.is-toggle::after{
  content: '\f107';
  float: right;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  transition: 200ms ease-in-out;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: 900;
}
.is-toggle i{
  margin-right: 10px;
}
.is-toggle + div{
  padding: 15px;
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
  border-radius: 0 0 5px 5px;
  border-top: 0;
  margin-bottom: 15px;
}
.header.is-toggle + div label{
  color: #868aa8;
  font-size: 12px;
  margin-bottom: 0;
}
.is-toggle.arrow::after{
  transform: rotate(-90deg);
}
.swal2-styled{
    padding: 0.375rem 0.75rem !important;
}
.swal2-title{
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.btn-download-notas {
    padding: 0 10px;
}

.btn-download-notas-link:hover {
    cursor: pointer;
}

@media (max-width: 480px) {.esconder{display: none;} !important};
