
.readonly-azul[data-v-4bddc7b1] :deep(input),
.readonly-azul input[data-v-4bddc7b1] {
  color: #1565c0;
  font-weight: 600;
}
.toolbar-btn[data-v-4bddc7b1] {
  border-radius: 12px !important;
  -webkit-box-shadow: 0 4px 10px rgba(81, 45, 168, 0.12);
          box-shadow: 0 4px 10px rgba(81, 45, 168, 0.12);
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.toolbar-btn[data-v-4bddc7b1]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 18px rgba(81, 45, 168, 0.18);
          box-shadow: 0 8px 18px rgba(81, 45, 168, 0.18);
}


/*# sourceMappingURL=display-data510.bbefc511.css.map*/