html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
  background-color: #f8f9fa;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background-color: #f8f9fa;
}

.card {
  border: none;
  border-radius: 10px;
}

.card-header {
  border-radius: 10px 10px 0 0 !important;
}

.btn {
  border-radius: 5px;
}

/* Estilos para melhorar a aparência do editor */
.tox-tinymce {
  border-radius: 5px !important;
  border: 1px solid #dee2e6 !important;
}

/* Animações suaves */
.hover-shadow {
  transition: all 0.3s ease;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Melhorias no modal */
.modal-content {
  border-radius: 10px;
}

.modal-header {
  border-radius: 10px 10px 0 0;
}

/* Estilo para as tabelas no editor */
.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  padding: 8px;
}

.table-borderless td,
.table-borderless th {
  border: none;
  padding: 8px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Loading spinner */
.spinner-border {
  width: 3rem;
  height: 3rem;
}
