/* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300); */

html,
body {
  height: 100%;
}

body {
  /* font-family: "Source Sans Pro", sans-serif; */
  font-family: "Inter", sans-serif;
}

.background {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cfd4d4; /* Fallback for old browsers */
  background: linear-gradient(
    to bottom,
    #cfd4d4 0%,
    #e6eaea 100%
  ); /* Soft gray gradient */
}
/* Dark mode */

[data-bs-theme="dark"] .background {
  background: var(--bs-black);
}

.verticaltext-container {
  height: 180px;
  width: 28px;
  display: inline-block;
}

.verticaltext-content {
  display: block;
  position: relative;
  top: 150px;
  transform: rotate(-90deg);
  white-space: nowrap;
  background-color: ECE9D8;
}

.table-calificaciones colgroup {
  /* border-right: 2px solid var(--bs-gray-500); */
}

.table-calificaciones colgroup:first-child {
  /* border-right: none; */
}
.table-calificaciones col {
  border-right: 1px solid var(--bs-gray-500);
}

.table-calificaciones td .form-control:focus {
  box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.25) inset;
}

.table-calificaciones td {
  text-align: center;
}
.table-calificaciones thead th {
  text-align: center;
  vertical-align: bottom;
}

#mainnav {
  box-shadow: 0px 0px 2px -1px var(--bs-secondary),
    inset 0px 0px 4px -1px var(--bs-secondary);
}

.card-body.p-0 > .tox-hugerte {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* para los emails reply */
.card-text blockquote {
  border-left: 0.25em solid #ddd;
  padding-left: 1em;
  color: #666;
}

/*archivos file upload*/

.dropzone {
  border: 3px dashed #007bff;
  padding: 2rem;
  text-align: center;
  color: #555;
  transition: background 0.3s;
  border-radius: 12px;
}

.dropzone.dragover {
  background: #e9f5ff;
}

#file-list {
  margin-top: 1rem;
  list-style: none;
  padding-left: 0;
}

#file-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}

.custom-popover {
  /* --bs-popover-max-width: 200px; */
  --bs-popover-max-width: 520px;

  /* --bs-popover-border-color: var(--bd-violet-bg);
  --bs-popover-header-bg: var(--bd-violet-bg);
  --bs-popover-header-color: var(--bs-white); */
}
.custom-popover textarea {
  min-width: 400px;
}
.table-calificaciones {
  background-color: var(--bs-body);
}

.table-calificaciones col.alumnos,
.table-calificaciones tr,
.table-calificaciones td,
.table-calificaciones th {
  background-color: transparent;
}

/* .table-calificaciones col,
.table-calificaciones tbody th {
  background-color: var(--bs-body-bg);
} */

.table-calificaciones tbody tr:hover,
.table-calificaciones col.active,
.table-calificaciones tr.active {
  background-color: var(--bs-info-bg-subtle) !important;
}

.table-calificaciones td input {
  border-color: transparent;
}

/* When both #mainNav and #secondaryNav are present */
#mainnav + nav {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: 0 !important;
}

#mainnav:has(+ nav) {
  margin-bottom: 0 !important;  
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
