@keyframes incidence-notice-bell {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
/****** FAQ *******/
/* Abierto */
/****** Unlogged redesign scaffold (template: unlogged.mustache) *******/
/* === Estilos para incidence_success.mustache (basados en unlogged.mustache) === */
/* === Estilos para home_landing.mustache (basados en unlogged.mustache) === */
/* === Estilos para form_logged.mustache (estructura sample_logged_form) === */
/* === Estilos para form_logged.mustache (similar a unlogged.mustache) === */
/* === Estilos para incidence_header.mustache === */
/* === Estilos para incidence_conversation.mustache y parciales (basados en unlogged.mustache) === */
/* Estilos sugeridos para los mustaches parciales */
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Reportes v1.5.5 */
/* Top menu */
/* Conversation view refresh (incidence detail) */
.incidence-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 3rem 2.5rem;
  border-radius: 0;
  background: linear-gradient(110deg, #111a34 0%, #151f43 55%, #18224d 100%);
}

.incidence-header-bar .breadcrumb,
.incidence-header .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  padding-left: 25px;
}
.incidence-header-bar .breadcrumb:after,
.incidence-header .breadcrumb:after {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.incidence-header-bar .breadcrumb .breadcrumb-item,
.incidence-header .breadcrumb .breadcrumb-item {
  color: rgba(226, 235, 255, 0.86);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.incidence-header-bar .breadcrumb .breadcrumb-item a,
.incidence-header .breadcrumb .breadcrumb-item a {
  color: #ffffff !important;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.incidence-header-bar .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.incidence-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(226, 235, 255, 0.55);
}
.incidence-header-bar .incidence-title,
.incidence-header .incidence-title {
  margin: 0;
  color: #ffffff;
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}

.incidence-title {
  font-size: 2.2em;
  font-weight: 900;
  margin: 0;
}
.incidence-title .incidence-title-status {
  font-size: 0.4em;
}

.border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

.incidence-create-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1em;
  padding: 0.75em 1.5em;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.incidence-create-btn:hover {
  background: #f3f4f7;
  color: #1e293b;
  border-color: #c7d2fe;
}

.incidence-main-wrapper {
  width: 100%;
  min-height: 100%;
  background: #f9fafb;
}

.incidence-content-wrapper {
  width: 100%;
  padding: 0 2em 2em 2em;
}

.incidence-list-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 2em 0;
}

.incidence-list-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
}
.incidence-list-table th {
  padding: 1em;
  text-align: left;
  background: #203471;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.incidence-list-table td {
  padding: 1em;
  text-align: left;
}

.incidence-list-row {
  border-bottom: 1px solid #f3f4f7;
  transition: background 0.2s;
}
.incidence-list-row:hover {
  background: #f3f4f7;
}

.incidence-list-id {
  font-weight: 900;
  color: #a3a3a3;
}

.incidence-list-type {
  font-weight: 900;
  color: #a3a3a3;
}

.incidence-list-subject a {
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
  max-width: 350px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.incidence-list-subject a:hover {
  color: #1e293b;
}

.incidence-list-status .status-badge {
  padding: 0.25em 1em;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fef3c7;
  color: #b54708;
  border: 1px solid #fde68a;
  text-align: center;
}

.incidence-list-actions {
  text-align: center;
}
.incidence-list-actions i {
  margin: 0 0.25em;
  cursor: pointer;
}

.incidence-filter-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #f3f4f7;
  margin: 0 0 2em 0;
  padding: 1.5em 2em;
}

.incidence-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}

.incidence-filter-row {
  display: flex;
  gap: 1em;
  width: 100%;
}

.incidence-filter-search {
  flex: 2 1 300px;
  padding: 0.75em 1em;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 1em;
}

.incidence-filter-select {
  flex: 1 1 180px;
  padding: 0.75em 1em;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 1em;
  font-weight: 700;
  color: #374151;
}

.incidence-filter-download {
  padding: 0.75em 1em;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s, border 0.2s;
}

.incidence-report-hidden {
  display: none;
}

.incidence-report-clearfix {
  clear: both;
}

#page-local-incidence_report-report nav.breadcrumb-nav, #page-local-incidence_report-report #page-header {
  display: none;
}
#page-local-incidence_report-report .incidence-header-crumbs {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
}
#page-local-incidence_report-report div[role=main],
#page-local-incidence_report-report #page-wrapper #page {
  padding: 0 !important;
}
#page-local-incidence_report-report table th h2 {
  font-size: 1.5em;
  border-bottom: 1px solid black;
  padding-bottom: 0.5em;
}
#page-local-incidence_report-report table td:first-child {
  width: 30%;
}
#page-local-incidence_report-report table td:nth-child(2) span {
  background: #6c757d;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0 10px;
  font-family: "Raleway", sans-serif;
}
#page-local-incidence_report-report .charts {
  width: 50%;
  display: inline-block;
}
#page-local-incidence_report-report .pie {
  width: 30%;
  display: inline-block;
}
#page-local-incidence_report-report .pie .title {
  text-align: center;
  font-weight: bold;
}
#page-local-incidence_report-report {
  background-color: #f3f4f7;
  box-sizing: border-box;
}
#page-local-incidence_report-report #page-header {
  padding-bottom: 2em;
  min-height: 50px;
}
#page-local-incidence_report-report #topofscroll {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#page-local-incidence_report-report.theme-snap #moodle-page {
  max-width: 100%;
  width: 100%;
  margin: 7rem auto 3rem auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem 0;
  font-size: 0.8rem;
}
#page-local-incidence_report-report.theme-snap #moodle-page #page-header {
  margin-top: 0 !important;
  padding: 1rem;
}
#page-local-incidence_report-report.theme-snap #moodle-page #page-header h1 {
  font-size: 1.35rem;
  font-weight: 900;
}
#page-local-incidence_report-report.theme-snap #moodle-page h2.report-top-title {
  font-size: 1.5rem;
  font-weight: 900;
}
#page-local-incidence_report-report #region-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#page-local-incidence_report-report #region-main > [role=main] > form {
  background: #fff;
  border-radius: 4px;
  padding: 2em 4em;
  font-size: 0.8em;
  margin-bottom: 2em;
}
#page-local-incidence_report-report #region-main > [role=main] .summary-content {
  background: #fff;
  border-radius: 4px;
  padding: 2em 4em;
  font-size: 0.8em;
  margin-bottom: 2em;
}
#page-local-incidence_report-report #region-main > [role=main] .graficas .charts:nth-child(even) {
  padding-left: 5px;
}
#page-local-incidence_report-report #region-main > [role=main] .graficas .charts:nth-child(odd) {
  padding-right: 5px;
}
#page-local-incidence_report-report #region-main > [role=main] .graficas .charts .chart-area {
  background: #fff;
  border-radius: 4px;
}
#page-local-incidence_report-report form legend {
  font-size: 2em;
  padding-left: 0.5rem;
}
#page-local-incidence_report-report form .fcontainer > .fitem:first-child .felement {
  background-color: #f3f4f7;
  border-radius: 4px;
  padding: 1em;
}
#page-local-incidence_report-report form .fcontainer > .fitem:first-child .felement .fitem button {
  background: #fff;
  border-radius: 2px;
  font-size: 0.9em;
  padding: 5px 10px;
}
#page-local-incidence_report-report form .fcontainer > .fitem:first-child .felement .fitem button:hover {
  outline: none;
  text-decoration: none;
  background: #eee;
}
#page-local-incidence_report-report form .fcontainer > .fitem:not(:first-child):not(:last-child) {
  float: left;
  width: 50%;
}
#page-local-incidence_report-report form .fcontainer > .fitem:last-child {
  width: 100%;
  float: right;
  margin-top: 2em;
  background: #f4f4f4;
  border-radius: 4px;
}
#page-local-incidence_report-report form .fcontainer > .fitem:last-child > .felement {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
#page-local-incidence_report-report form .fcontainer > .fitem:last-child > .felement .btn {
  padding: 10px 30px;
  outline: none;
  text-decoration: none;
}
#page-local-incidence_report-report form .fcontainer label.col-form-label {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}
#page-local-incidence_report-report form .fcontainer label.form-check {
  margin: 10px 15px 10px 0;
}
#page-local-incidence_report-report .tab-button-block {
  border-bottom: 1px solid #eee;
  text-align: center;
}
#page-local-incidence_report-report .tab-button-block .btn {
  background: none;
  border-radius: 0;
  position: relative;
  text-transform: uppercase;
  padding: 1em 2em;
  font-weight: 600;
  outline: none;
  box-shadow: none;
}
#page-local-incidence_report-report .tab-button-block .btn:not(.active) {
  opacity: 0.4;
}
#page-local-incidence_report-report .tab-button-block .btn.active:before {
  content: "";
  width: 100%;
  bottom: -2px;
  left: 0;
  position: absolute;
  height: 5px;
  background: #009f86;
}
#page-local-incidence_report-report .tab-content {
  font-family: Roboto;
  padding: 1em;
  font-size: 0.7em;
}
#page-local-incidence_report-report .tab-content table * {
  font-family: Roboto;
  font-size: 0.95em;
}
#page-local-incidence_report-report .tab-content table tr {
  border-bottom: 1px solid #eee;
}
#page-local-incidence_report-report .tab-content table tr:hover {
  background-color: #f3f4f7;
}
#page-local-incidence_report-report .tab-content table th {
  text-transform: uppercase;
}
#page-local-incidence_report-report .btn-block-bottom {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  text-align: right;
}
#page-local-incidence_report-report .btn-block-bottom .btn {
  margin-left: 15px;
}
#page-local-incidence_report-report #fgroup_id_dashboardfilters {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
#page-local-incidence_report-report #fgroup_id_dashboardfilters .fgroup {
  margin: 0;
}
#page-local-incidence_report-report #fgroup_id_dashboardfilters select {
  min-width: 180px;
}
#page-local-incidence_report-report #fgroup_id_dashboardfilters input[type=text] {
  min-width: 360px;
}
#page-local-incidence_report-report #fgroup_id_dashboardfilters input[type=submit] {
  min-width: 120px;
}
#page-local-incidence_report-report #fgroup_id_dashboardfilters button[type=submit] {
  min-width: 120px;
}
#page-local-incidence_report-report #fgroup_id_dashboardadvancedfilters {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
#page-local-incidence_report-report #fgroup_id_dashboardadvancedfilters .fgroup {
  margin: 0;
}
#page-local-incidence_report-report #incidence-report-advanced-filters {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}
#page-local-incidence_report-report #incidence-report-advanced-filters .fitem {
  margin: 0;
}
#page-local-incidence_report-report #incidence-report-advanced-filters .fitem .fitemtitle {
  margin-bottom: 0.25rem;
}
#page-local-incidence_report-report #incidence-report-advanced-filters .fitem .felement {
  margin: 0;
}
#page-local-incidence_report-report #incidence-report-advanced-filters select {
  min-width: 200px;
}
#page-local-incidence_report-report #incidence-report-advanced-filters .fdate_selector select {
  min-width: auto;
}
#page-local-incidence_report-report #incidence-report-advanced-filters .fdate_selector .felement {
  white-space: nowrap;
}
#page-local-incidence_report-report #incidence-report-advanced-filters .fdate_selector {
  display: inline-flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0.25rem;
}

#incidence-report-modal-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.incidence-report-modal {
  z-index: 100000;
  position: fixed;
  background-color: #ffffff;
  width: 36rem;
  max-width: 95%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 92vh !important;
  overflow-y: scroll;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.incidence-report-modal .incidence-report-modal-body {
  padding: 1.25rem;
  overflow-y: auto;
}
.incidence-report-modal .incidence-report-modal-title {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.5;
  padding: 1rem;
}
.incidence-report-modal .incidence-report-modal-message {
  border: 1px solid #e5e7eb;
  background: #f3f4f7;
  border-radius: 10px;
  padding: 1rem;
  color: #27354a;
  font-size: 0.85rem;
}
.incidence-report-modal .incidence-report-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  padding: 0.85rem 1.1rem;
  border-top: 1px solid #e5e7eb;
  background: #f3f4f7;
}
.incidence-report-modal .incidence-report-modal-close {
  border: 1px solid #e5e7eb;
  background: transparent;
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #405271;
  cursor: pointer;
  padding: 0.45rem 0.8rem;
  border-radius: 8px;
  transition: all 0.18s ease;
}
.incidence-report-modal .incidence-report-modal-close-header {
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
}
.incidence-report-modal .incidence-report-modal-close-footer {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}
.incidence-report-modal .incidence-report-modal-close:hover {
  transform: translateY(-1px);
}
.incidence-report-modal .incidence-report-modal-close-header:hover {
  background: #eaf0fa;
  color: #223248;
}
.incidence-report-modal .incidence-report-modal-close-footer:hover {
  background: #214ea9;
  border-color: #214ea9;
}
@media (max-width: 767px) {
  .incidence-report-modal {
    top: 3vh !important;
    width: 95vw !important;
    max-width: 95vw !important;
  }
  .incidence-report-modal .incidence-report-modal-header,
  .incidence-report-modal .incidence-report-modal-body,
  .incidence-report-modal .incidence-report-modal-footer {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}
.incidence-report-modal .incidence-report-simple-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-radius: 999px;
  border: 4px solid rgba(45, 99, 212, 0.2);
  border-top-color: #2d63d4;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
  display: block;
  pointer-events: none;
  z-index: 120000;
  animation: incidence-report-simple-spin 0.8s linear infinite;
}
@keyframes incidence-report-simple-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#incidence-report-unlogged-options {
  width: 50%;
  margin: auto;
}
#incidence-report-unlogged-options .columen-right {
  width: 50%;
  padding: 1em;
  float: left;
  text-align: center;
  border-left: 1px solid lightgray;
  float: left;
  width: 50%;
}
#incidence-report-unlogged-options .columen-left {
  width: 50%;
  padding: 1em;
  float: left;
  text-align: center;
}

.incidence-report-conversation {
  width: 75%;
  margin: auto;
  max-width: 960px;
  min-width: 640px;
}
.incidence-report-conversation td {
  border-bottom: 1px solid lightgrey;
  padding: 0.25em;
}
.incidence-report-conversation td span {
  font-weight: bold;
}
.incidence-report-conversation th {
  border-bottom: 1px solid lightgrey;
  padding: 0.25em;
  background-color: lightgrey;
}
.incidence-report-conversation .id {
  width: 25%;
}
.incidence-report-conversation .type {
  width: 25%;
}
.incidence-report-conversation .manager {
  width: 25%;
}
.incidence-report-conversation .status {
  width: 25%;
}

#page-local-incidence_report-incidence_report.theme-snap #region-main {
  max-width: 100%;
  margin-top: 5rem;
  padding: 0;
  font-size: 0.9rem;
}
#page-local-incidence_report-incidence_report .incidence-report-conversation .lir-status-0 {
  background-color: rgba(255, 0, 0, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-conversation .lir-status-1 {
  background-color: rgba(255, 196, 0, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-conversation .lir-status-2 {
  background-color: rgba(255, 255, 86, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-conversation .lir-status-3 {
  background-color: rgba(0, 255, 34, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-conversation .lir-status-4 {
  background-color: rgba(0, 255, 247, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-conversation .lir-new-message {
  background-color: lightgrey;
}
#page-local-incidence_report-incidence_report .incidence-report-table .lir-status-0 {
  background-color: rgba(255, 0, 0, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-table .lir-status-1 {
  background-color: rgba(255, 196, 0, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-table .lir-status-2 {
  background-color: rgba(255, 255, 86, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-table .lir-status-3 {
  background-color: rgba(0, 255, 34, 0.4);
}
#page-local-incidence_report-incidence_report .incidence-report-table .lir-status-4 {
  background-color: rgba(0, 255, 247, 0.4);
}
#page-local-incidence_report-incidence_report #motd-editor-title {
  cursor: pointer;
  cursor: pointer;
  width: 15em;
  padding: 10px;
  background: #F8BE0C;
  color: #ffffff;
  margin-bottom: 10px;
}
#page-local-incidence_report-incidence_report #motd-editor-title::before {
  padding-left: 0em;
  padding-right: 1em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f013";
}
#page-local-incidence_report-incidence_report .local-incidence-report-close-incidence input[name=closebutton] {
  border: 1px solid red;
  background-color: red;
}
#page-local-incidence_report-incidence_report #page {
  padding: 0;
}
#page-local-incidence_report-incidence_report #page #page-header {
  display: none !important;
}
#page-local-incidence_report-incidence_report #page .main-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner #region-main {
  max-width: 100%;
  background-color: #f8f8f8;
}
#page-local-incidence_report-incidence_report #page .main-inner #region-main div[role=main] {
  padding: 0 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper {
  width: 100%;
  background: #f3f4f7;
  border-radius: 0 0 20px 20px;
  font-size: 11px;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-header-main {
  min-width: 0;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-header-main .breadcrumb-nav {
  display: block;
  margin: 0 0 0.55rem 0;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-create-btn {
  border: 1px solid #d9def2;
  border-radius: 999px;
  background: #ffffff;
  color: #1f74c8;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.7rem 1.45rem;
  box-shadow: 0 4px 14px rgba(6, 22, 74, 0.1);
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-create-btn:hover {
  background: #f4f6ff;
  color: #172558;
  border-color: #b6c0ec;
  text-decoration: none;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-content-wrapper {
  padding: 1.8rem 2rem 2rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-panel {
  margin: 0 0 1.65rem;
  padding: 0.95rem;
  border: 1px solid #e4e7ef;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-row {
  align-items: center;
  gap: 0.85rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-row .btn {
  padding: 0.65rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-search {
  height: 46px;
  border-radius: 10px;
  border: 1px solid #d2d8e6;
  background: #f6f8fc;
  color: #202f4a;
  font-size: 0.88rem;
  box-shadow: none;
  flex: 1 1 420px;
  position: relative;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-search:focus {
  border-color: #98a9ea;
  box-shadow: 0 0 0 0.2rem rgba(64, 99, 255, 0.12);
  outline: none;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-search:after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-size: 0.7rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-select {
  height: 46px;
  border-radius: 10px;
  border: 1px solid #d2d8e6;
  background: #f6f8fc;
  color: #202f4a;
  font-size: 0.88rem;
  box-shadow: none;
  flex: 0 0 220px;
  font-weight: 600;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-filter-select:focus {
  border-color: #98a9ea;
  box-shadow: 0 0 0 0.2rem rgba(64, 99, 255, 0.12);
  outline: none;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper button.incidence-filter-download.btn.btn-primary {
  height: 46px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  padding: 0 1.3rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper a.incidence-filter-download {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2d8e6;
  border-radius: 10px;
  color: #6f7f99;
  background: #ffffff;
  padding: 0;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper a.incidence-filter-download:hover {
  color: #1f74c8;
  border-color: #aebad6;
  text-decoration: none;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-table-wrapper {
  margin: 0;
  border: 1px solid #e0e4ed;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05);
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-table {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-table th {
  background: var(--primary);
  color: #ffffff;
  border: 0;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 1rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-table th:last-child {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-table td {
  padding: 0.88rem 1rem;
  vertical-align: middle;
  color: #1a2f4a;
  font-size: 0.84rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-table td:last-child {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-row {
  border: 0;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-row:hover {
  background: #f8faff;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-id {
  color: #98a1b1 !important;
  font-weight: 700 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-type {
  color: #98a1b1 !important;
  font-weight: 700 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-user {
  white-space: nowrap;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-user .userpicture {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  margin-right: 0.45rem;
  vertical-align: middle;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-user img.userpicture {
  border-radius: 50% !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-user .userpicture.defaultuserpic {
  background: #dbe8ff !important;
  color: #1e3a8a !important;
  border: 1px solid #c5d8ff;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-user a {
  color: #1f74c8;
  font-weight: 500;
  text-decoration: none;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-user a:hover {
  color: #1c3d79;
  text-decoration: underline;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-subject a {
  color: var(--primary);
  font-weight: 700;
  max-width: 400px;
  font-size: 0.84rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-subject a:hover {
  color: #2739ba;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-status .status-badge {
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.42rem 0.82rem;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-status .status-badge.lir-status-0 {
  background: #fff4db;
  color: #b86800;
  border-color: #f5d79e;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-status .status-badge.lir-status-1 {
  background: #e7f0fe;
  color: #245ecb;
  border-color: #bfd4fa;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-status .status-badge.lir-status-2 {
  background: #fff0d6;
  color: #bb6a00;
  border-color: #f5d29b;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-status .status-badge.lir-status-3 {
  background: #def4e7;
  color: #0c8a53;
  border-color: #bce7d1;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-status .status-badge.lir-status-4 {
  background: #ecf3ff;
  color: #5a6f9a;
  border-color: #d3def4;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-date {
  color: #8b95a7;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-sla {
  color: #00805d !important;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-sla.lir-sla-green {
  color: #0c8a53 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-sla.lir-sla-yellow {
  color: #ffc107 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-sla.lir-sla-red {
  color: #b86800 !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-sla.lir-sla-none {
  color: #64748b !important;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-manager {
  text-transform: capitalize;
  white-space: nowrap;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-manager::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7f8cff;
  display: inline-block;
  margin-right: 0.45rem;
  vertical-align: middle;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-actions {
  display: grid;
  grid-template-columns: 14px 30px;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  white-space: nowrap;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-actions .incidence-report-answer {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #edf1fb;
  color: #2f4fb2;
  grid-column: 2;
  margin: 0;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-actions .incidence-report-answer:hover {
  background: #d9e2fa;
}
#page-local-incidence_report-incidence_report #page .main-inner main.incidence-main-wrapper .incidence-list-actions .text-warning {
  color: #ef4444 !important;
  font-size: 15px;
  animation: incidence-notice-bell 1.5s ease-in-out infinite;
  display: inline-block;
  line-height: 1;
  grid-column: 1;
  margin: 0;
}
#page-local-incidence_report-incidence_report #page-header .breadcrumb-nav {
  display: none;
}
#page-local-incidence_report-incidence_report main.incidence-conversation-main {
  background: #f3f4f7;
}
#page-local-incidence_report-incidence_report .incidence-conversation-hero {
  background: linear-gradient(90deg, #121a34 0%, #1a2748 100%);
}
#page-local-incidence_report-incidence_report .incidence-conversation-hero-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#page-local-incidence_report-incidence_report .incidence-conversation-content {
  padding: 1.2rem 1.5rem;
}
#page-local-incidence_report-incidence_report .incidence-header {
  border-radius: 14px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
#page-local-incidence_report-incidence_report .incidence-header .incidence-title h2 {
  margin: 0.9rem 0 0;
  color: #ffffff;
  font-size: 2.35rem;
  font-weight: 800;
}
#page-local-incidence_report-incidence_report .incidence-header-crumbs {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: rgba(223, 233, 255, 0.82);
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 25px;
  position: relative;
}
#page-local-incidence_report-incidence_report .incidence-header-crumbs span {
  color: rgba(226, 235, 255, 0.86);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#page-local-incidence_report-incidence_report .incidence-header-crumbs::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page-local-incidence_report-incidence_report .incidence-header-status-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
#page-local-incidence_report-incidence_report .incidence-header-type {
  color: rgba(220, 230, 250, 0.94);
  font-size: 0.86rem;
  font-weight: 700;
  padding-left: 0.25rem;
}
#page-local-incidence_report-incidence_report .incidence-meta {
  gap: 2rem;
}
#page-local-incidence_report-incidence_report .incidence-meta strong {
  color: #aebcdf;
  text-transform: uppercase;
  font-size: 0.77rem;
  letter-spacing: 0.07em;
}
#page-local-incidence_report-incidence_report .incidence-meta br + * {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}
#page-local-incidence_report-incidence_report .incidence-meta .userinitials {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
#page-local-incidence_report-incidence_report .incidence-meta-main > div {
  min-width: 190px;
}
#page-local-incidence_report-incidence_report .incidence-resource-meta > div {
  min-width: 190px;
}
#page-local-incidence_report-incidence_report .incidence-meta-user {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
#page-local-incidence_report-incidence_report .incidence-meta-user .userpicture {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#page-local-incidence_report-incidence_report .incidence-meta-icon-value {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
#page-local-incidence_report-incidence_report .incidence-meta-icon-value i {
  color: #aebcdf;
  font-size: 0.9rem;
}
#page-local-incidence_report-incidence_report .incidence-conversation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1.7rem;
  align-items: start;
}
#page-local-incidence_report-incidence_report .incidence-conversation-left {
  min-width: 0;
}
#page-local-incidence_report-incidence_report .incidence-management-panel {
  border-radius: 18px;
  background: #111827;
  color: #fff;
  box-shadow: 0 8px 24px rgba(13, 23, 46, 0.08);
  padding: 1.9rem 1.6rem;
  position: relative;
}
#page-local-incidence_report-incidence_report .incidence-management-panel .incidence-management-icon-wrapper {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  opacity: 0.1;
  padding: 1rem;
  transform: matrix(0.978148, 0.207912, -0.207912, 0.978148, 0, 0);
  top: 0;
  right: 0;
  pointer-events: none;
}
#page-local-incidence_report-incidence_report .incidence-management-title {
  margin: 0 0 1.8rem 0;
  color: #818cf8;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 800;
}
#page-local-incidence_report-incidence_report .incidence-management-label {
  display: block;
  margin-bottom: 0.65rem;
  color: #9aa5bc;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}
#page-local-incidence_report-incidence_report .incidence-management-manager {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 11px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
}
#page-local-incidence_report-incidence_report .incidence-back-button {
  height: 40px;
  margin-bottom: 1.2rem;
  padding: 0 1.5rem;
  font-size: 0.86rem;
  border-radius: 12px;
}
#page-local-incidence_report-incidence_report .incidence-message-parent-card {
  border-radius: 20px;
  border: 1px solid #d9e1ef;
  box-shadow: 0 6px 18px rgba(20, 33, 62, 0.06);
}
#page-local-incidence_report-incidence_report .incidence-message-parent-header {
  min-height: 72px;
  background: #f6f8fc;
  border-bottom-color: #dce4f0;
}
#page-local-incidence_report-incidence_report .incidence-message-parent-badge {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #384f85;
  background: #eaf0ff;
  border-radius: 8px;
  padding: 0.28rem 0.6rem;
}
#page-local-incidence_report-incidence_report .incidence-message-parent-body {
  background: #fff;
  color: #2c3f63;
  font-size: 0.93rem;
  font-style: italic;
}
#page-local-incidence_report-incidence_report .incidence-message {
  border: 1px solid #d8e0ef;
  border-left: 0 !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(20, 33, 62, 0.05);
  margin-bottom: 1rem;
  padding: 0;
}
#page-local-incidence_report-incidence_report .incidence-message .message-header {
  margin: 0;
  padding: 0.95rem 1.15rem;
  border-bottom: 1px solid #e1e7f3;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#page-local-incidence_report-incidence_report .incidence-message .message-header strong {
  color: #30466f;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.1;
}
#page-local-incidence_report-incidence_report .incidence-message .message-header-left {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
#page-local-incidence_report-incidence_report .incidence-message .message-avatar {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#page-local-incidence_report-incidence_report .incidence-message .message-avatar .userpicture {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#page-local-incidence_report-incidence_report .incidence-message .message-avatar-initials {
  border-radius: 50%;
  background: #e4ebff;
  color: #324ea2;
  font-size: 0.8rem;
  font-weight: 800;
}
#page-local-incidence_report-incidence_report .incidence-message .message-user-meta {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
}
#page-local-incidence_report-incidence_report .incidence-message .message-date {
  color: #7f8da6;
  font-size: 0.75rem;
  line-height: 1.1;
}
#page-local-incidence_report-incidence_report .incidence-message .message-badge {
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #009f74;
  background: #ddf8ee;
  border-radius: 8px;
  padding: 0.3rem 0.55rem;
}
#page-local-incidence_report-incidence_report .incidence-message .message-body {
  padding: 1.15rem;
  color: #1f304f;
  font-size: 0.92rem;
}
#page-local-incidence_report-incidence_report .incidence-message-manager {
  background: #f5f8ff;
  border-color: #cedaf8;
}
#page-local-incidence_report-incidence_report .incidence-message-user {
  background: #fff;
}
#page-local-incidence_report-incidence_report .incidence-reply {
  border-radius: 16px;
  border: 1px solid #d9e1ef;
  box-shadow: 0 5px 16px rgba(20, 33, 62, 0.05);
}
#page-local-incidence_report-incidence_report .incidence-eval {
  border-radius: 16px;
  border: 1px solid #d9e1ef;
  box-shadow: 0 5px 16px rgba(20, 33, 62, 0.05);
}
#page-local-incidence_report-incidence_report .incidence-title-status {
  font-size: 0.72rem;
  padding: 0.6rem 1rem;
  line-height: 1;
  border-radius: 20px;
  text-transform: uppercase;
}
#page-local-incidence_report-incidence_report #incidence-report-simple-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  border-radius: 999px;
  border: 4px solid rgba(45, 99, 212, 0.2);
  border-top-color: #2d63d4;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
  display: block;
  pointer-events: none;
  z-index: 120000;
  animation: incidence-report-simple-spin 0.8s linear infinite;
}
@keyframes incidence-report-simple-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#page-local-incidence_report-incidence_report #incidence-report-simple-loading.incidence-report-hidden {
  display: none !important;
}
#page-local-incidence_report-incidence_report #incidence-report-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 30, 30, 0.35);
  z-index: 119999;
  pointer-events: all;
  transition: opacity 0.2s;
}
#page-local-incidence_report-incidence_report #incidence-report-loading-overlay.incidence-report-hidden {
  display: none !important;
}

.lir-status-0 {
  background-color: rgba(255, 0, 0, 0.4);
}

.lir-status-1 {
  background-color: rgba(255, 196, 0, 0.4);
}

.lir-status-2 {
  background-color: rgba(255, 255, 86, 0.4);
}

.lir-status-3 {
  background-color: rgba(0, 255, 34, 0.4);
}

.lir-status-4 {
  background-color: rgba(0, 255, 247, 0.4);
}

#local_incidence_report_settings_link {
  display: block;
}
#local_incidence_report_settings_link::before {
  padding-left: 1em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f01c";
}

.local-incidence-report-satisfaction-icon {
  float: left;
  margin: 1em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
}

div[data-points="0"].local-incidence-report-satisfaction-icon {
  background-color: red;
}

div[data-points="1"].local-incidence-report-satisfaction-icon {
  background-color: orange;
}

div[data-points="2"].local-incidence-report-satisfaction-icon {
  background-color: yellow;
}

div[data-points="3"].local-incidence-report-satisfaction-icon {
  background-color: GreenYellow;
}

div[data-points="4"].local-incidence-report-satisfaction-icon {
  background-color: Chartreuse;
}

#incidence-report-filter-type {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  display: block;
}
#incidence-report-filter-type .title {
  float: left;
  font-size: 0.75em;
  width: 6em;
  padding-top: 0.5em;
  font-weight: 600;
  color: #a3a3a3;
}
#incidence-report-filter-type .status-wrapper {
  background-color: #e8eaed;
  padding: 0.5em;
  height: 100%;
  border-radius: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
  border-radius: 0.3em;
}
#incidence-report-filter-type .item-wrapper {
  display: inline-block;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
#incidence-report-filter-type .item:hover {
  background-color: #ffffff;
  color: var(--primary);
  cursor: pointer;
}
#incidence-report-filter-type .item {
  font-family: "Raleway", sans-serif;
  font-size: 0.85em;
  color: #a3a3a3;
  font-weight: 600;
  height: 2.25em;
  line-height: 2.25em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1em;
  border-radius: 0.3em;
}
#incidence-report-filter-type .item.selected {
  background-color: #ffffff;
  color: var(--primary);
}

#incidence-report-filter-status {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  display: block;
}
#incidence-report-filter-status .title {
  float: left;
  font-size: 0.75em;
  width: 6em;
  padding-top: 0.5em;
  font-weight: 600;
  color: #a3a3a3;
}
#incidence-report-filter-status .status-wrapper {
  background-color: #e8eaed;
  padding: 0.5em;
  height: 100%;
  border-radius: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
  border-radius: 0.3em;
}
#incidence-report-filter-status .item-wrapper {
  display: inline-block;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
#incidence-report-filter-status .item:hover {
  background-color: #ffffff;
  color: var(--primary);
  cursor: pointer;
}
#incidence-report-filter-status .item {
  font-family: "Raleway", sans-serif;
  font-size: 0.85em;
  color: #a3a3a3;
  font-weight: 600;
  height: 2.25em;
  line-height: 2.25em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1em;
  border-radius: 0.3em;
}
#incidence-report-filter-status .item.selected {
  background-color: #ffffff;
  color: var(--primary);
}

#incidence-report-filter-username {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  width: 100%;
}
#incidence-report-filter-username .title {
  float: left;
  font-size: 0.75em;
  width: 6em;
  padding-top: 0.5em;
  font-weight: 600;
  color: #a3a3a3;
  border: 0px solid red;
  display: inline-block;
  width: 6em;
  height: 43px;
}
#incidence-report-filter-username input {
  margin-right: 10px;
  display: inline-block;
  width: 10em;
  height: 43px;
}
#incidence-report-filter-username button {
  margin-right: 10px;
  border: 0px solid red;
  display: inline-block;
  position: relative;
  top: -2px;
  height: 43px;
}
#incidence-report-filter-username .btn.btn-secondary {
  border: 1px solid #009F86;
}

#incidence-report-switch-view {
  display: inline-block;
  font-size: 0.75em;
  position: absolute;
  right: 20px;
  top: 20px;
}
#incidence-report-switch-view .title {
  float: left;
  font-size: 0.75em;
  width: 6em;
  padding-top: 0.5em;
  font-weight: 600;
  color: #a3a3a3;
  text-align: right;
}
#incidence-report-switch-view .status-wrapper {
  background-color: hsla(216, 12%, 92%, 0.2);
  padding: 0.5em;
  height: 100%;
  border-radius: 1.5em;
  display: inline-block;
  border-radius: 0.3em;
}
#incidence-report-switch-view .item-wrapper {
  display: inline-block;
}
#incidence-report-switch-view .item a {
  color: #ffffff;
}
#incidence-report-switch-view .item a:hover {
  background-color: #ffffff;
  color: var(--primary);
  cursor: pointer;
}
#incidence-report-switch-view .item:hover {
  background-color: #ffffff;
  color: var(--primary);
  cursor: pointer;
}
#incidence-report-switch-view .item {
  font-size: 0.85em;
  font-weight: 600;
  height: 2.25em;
  line-height: 2.25em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1em;
  border-radius: 0.3em;
}
#incidence-report-switch-view .item.selected {
  background-color: #ffffff;
}
#incidence-report-switch-view .item.selected a {
  color: var(--primary);
}

.local-incidence-report-cancel-incidence,
.local-incidence-report-close-incidence {
  background-color: #e8eaed;
  border-color: #e8eaed;
  cursor: pointer;
  max-width: 15rem;
  border-radius: 10px;
  padding: 1.25rem 3rem !important;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}
.local-incidence-report-cancel-incidence.local-incidence-report-close-incidence,
.local-incidence-report-close-incidence.local-incidence-report-close-incidence {
  background-color: #10b981;
  border-color: #10b981;
  color: #ffffff;
}

.incidence-report-table.generaltable th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
}

.graficas-extendidas .graficas {
  text-align: center;
}

.incidence-tabs .nav-tabs .nav-link {
  cursor: pointer;
}
.incidence-tabs .nav-tabs .nav-link.active {
  font-weight: 600;
}

.incidence-tab-intro h3 {
  margin-bottom: 0.25rem;
}
.incidence-tab-intro p {
  margin-bottom: 1.25rem;
  color: #6b7280;
}

.copy-token.copied {
  color: #10b981;
}

.incidence-conversation {
  max-width: 1100px;
  margin: 0 auto;
}

.incidence-header {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
}

.incidence-meta {
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.incidence-meta div {
  flex: 1;
}

.incidence-message {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.incidence-message-support {
  border-left: 4px solid #4f46e5;
}

.incidence-message-user {
  border-left: 4px solid #0ea5e9;
}

.message-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  color: #475569;
}

.incidence-reply {
  margin-top: 2rem;
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 2rem;
  padding: 0;
}

.incidence-list {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
}

.incidence-list-header {
  display: grid;
  grid-template-columns: 80px 1.5fr 1fr 3fr 1.2fr 1.5fr 1.5fr 1.5fr 120px;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #64748b;
  padding: 0.75rem 1rem;
}

.incidence-row {
  display: grid;
  grid-template-columns: 80px 1.5fr 1fr 3fr 1.2fr 1.5fr 1.5fr 1.5fr 120px;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  transition: background 0.2s ease;
}
.incidence-row:hover {
  background: #f8fafc;
}

.cell.id {
  font-weight: 600;
  color: #64748b;
}

.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}

.cell.actions i {
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.4rem;
  border-radius: 8px;
}
.cell.actions i:hover {
  background: #eef2ff;
}

#page-local-incidence_report-faq .faq-item {
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  cursor: grab;
}
#page-local-incidence_report-faq .faq-item:active {
  cursor: grabbing;
}
#page-local-incidence_report-faq .faq-content {
  display: none;
  padding: 0.75rem;
  border-top: 1px solid #ddd;
}
#page-local-incidence_report-faq .faq-item.is-open .faq-content {
  display: block;
}
#page-local-incidence_report-faq .faq-item.is-open .faq-toggle i {
  transform: rotate(90deg);
}
#page-local-incidence_report-faq .faq-toggle {
  margin-right: 0.5rem;
}
#page-local-incidence_report-faq .faq-toggle i {
  transition: transform 0.2s ease;
}
#page-local-incidence_report-faq .faq-drag-ghost {
  opacity: 0.5;
}
#page-local-incidence_report-faq .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  cursor: pointer;
}
#page-local-incidence_report-faq .faq-title-text {
  font-weight: 600;
  text-align: left;
}
#page-local-incidence_report-faq .faq-title-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#page-local-incidence_report-faq .faq-edit,
#page-local-incidence_report-faq .faq-delete {
  color: #6b7280;
}
#page-local-incidence_report-faq .faq-edit:hover,
#page-local-incidence_report-faq .faq-delete:hover {
  color: #000000;
  text-decoration: none;
}
#page-local-incidence_report-faq .faq-delete:hover {
  color: #b42318;
}

#incidence-report-unlogged.incidence-unlogged-page {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

#incidence-report-unlogged .incidence-unlogged-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#incidence-report-unlogged .incidence-unlogged-tabs-wrapper {
  display: flex;
  justify-content: center;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 20px;
  padding: 0.35rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tabs {
  border: 0;
  gap: 0.35rem;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-item {
  margin: 0;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-item a {
  padding-left: 50px;
  position: relative;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-item a:after {
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-size: 0.85rem;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-item a#incidence-unlogged-tab-code:after {
  content: "\f002";
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-link {
  border: 0;
  border-radius: 10px;
  padding: 0.8rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #52606d;
  transition: all 0.2s ease-in-out;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-link:hover {
  background: #f3f5f7;
  color: #1e293b;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-link.active {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(30, 52, 113, 0.25);
  border-radius: 10px;
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-link.active:hover {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(30, 52, 113, 0.25);
}
#incidence-report-unlogged .incidence-unlogged-tabs-nav .incidence-unlogged-tab-link.active:focus {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(30, 52, 113, 0.25);
}
#incidence-report-unlogged .incidence-unlogged-panel {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}
#incidence-report-unlogged .incidence-unlogged-panel-header {
  margin: 0;
  padding: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #edf1f5;
  background-color: rgba(249, 250, 251, 0.5019607843);
}
#incidence-report-unlogged .incidence-unlogged-panel-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 900;
}
#incidence-report-unlogged .incidence-unlogged-panel-description {
  max-width: 680px;
  font-weight: 500;
  margin: 0.7rem auto 0;
  opacity: 0.7;
  font-size: 0.85rem;
}
#incidence-report-unlogged .search-btn-wrapper {
  width: 5rem;
  height: 5rem;
  background-color: rgba(224, 231, 255, 0.5019607843);
  border-radius: 2rem;
}
#incidence-report-unlogged .search-btn-wrapper svg {
  color: var(--primary);
}
#incidence-report-unlogged .incidence-iscode-wrapper {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 28rem;
}
#incidence-report-unlogged .incidence-unlogged-panel-body {
  padding: 1.25rem 1.5rem 1.5rem;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form {
  margin-bottom: 0;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row * {
  font-size: 0.85rem;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row label {
  opacity: 0.9;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row .custom-select, #incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row textarea, #incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row input[type=text], #incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row input[type=email], #incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row input[type=tel], #incidence-report-unlogged .incidence-unlogged-form-wrapper > form .row input[type=number] {
  width: 100%;
  border-radius: 4px;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form hr {
  background-color: #edf1f5;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form #fgroup_id_buttonar {
  margin-top: -25px;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form #fgroup_id_buttonar .felement .w-100 {
  align-items: flex-end !important;
  justify-content: flex-end;
  display: flex !important;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .btn {
  border-radius: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  margin-left: 10px;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .btn:hover {
  outline: none;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .btn-secondary {
  background-color: #f3f4f7;
  border-color: #f3f4f7;
  color: #64748b;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper > form .btn-secondary:hover {
  background-color: #e5e7eb;
  border-color: #e5e7eb;
  color: #64748b;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper form#incidence-form-query {
  width: 100%;
  padding: 0 1rem;
  max-width: 20rem;
  margin: 0 auto;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper form#incidence-form-query div[id^=fitem_] {
  padding: 0;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper form#incidence-form-query div[id^=fitem_] .col-md-3 {
  display: none !important;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper form#incidence-form-query div[id^=fitem_] .col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper form#incidence-form-query div[id^=fitem_] .col-md-9 input {
  width: 100%;
  margin: 0;
  border-radius: 10px !important;
  text-align: center;
  height: 50px;
}
#incidence-report-unlogged .incidence-unlogged-form-wrapper form#incidence-form-query div[id^=fitem_] .col-md-9 input[type=text] {
  background-color: rgba(249, 250, 251, 0.5019607843);
}

#home-landing-main .home-landing-section {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 2rem;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
#home-landing-main .home-landing-section:not(:last-child) {
  margin-bottom: 2.5rem;
}
#home-landing-main .home-landing-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75em 2em;
  background: var(--primary);
  color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(30, 52, 113, 0.1);
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75em 2em;
  background: var(--primary);
  color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 12px rgba(30, 52, 113, 0.1);
}
#home-landing-main .home-landing-button:hover {
  background: #233a7a;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(30, 52, 113, 0.15);
  background: #233a7a;
  color: #ffffff;
}
#home-landing-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
#home-landing-main .home-landing-title {
  margin: 0 0 1rem 0;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
}
#home-landing-main .home-landing-desc {
  max-width: 680px;
  margin: 0.7rem auto 1.5rem;
  color: #66788a;
}
#home-landing-main .home-landing-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f5f7;
  color: var(--primary);
  font-size: 2.5em;
}

#incidence-report-success {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
#incidence-report-success .incidence-success-title {
  margin: 0 0 1rem 0;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
}
#incidence-report-success .incidence-success-text {
  max-width: 680px;
  margin: 0.7rem auto 1.5rem;
  color: #66788a;
}
#incidence-report-success .incidence-success-code-box {
  background: #f8fafc;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
#incidence-report-success .incidence-success-code-label {
  display: block;
  font-size: 0.8em;
  color: #8a99b3;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#incidence-report-success .incidence-success-code {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--primary);
  background: #fff;
  border-radius: 8px;
  padding: 0.5em 1em;
  display: inline-block;
  margin-right: 0.5em;
}
#incidence-report-success .copy-token {
  background: none;
  border: none;
  color: var(--primary);
  cursor: pointer;
  font-size: 1em;
  vertical-align: middle;
  padding: 0.3em 0.6em;
  border-radius: 6px;
  transition: background 0.2s;
}
#incidence-report-success .copy-token:hover {
  background: #e6e8ec;
}
#incidence-report-success .incidence-success-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75em 2em;
  background: var(--primary);
  color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 12px rgba(30, 52, 113, 0.1);
}
#incidence-report-success .incidence-success-button:hover {
  background: #233a7a;
  color: #ffffff;
}
#incidence-report-success .w-24.h-24 {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background-color: rgba(224, 231, 255, 0.5019607843);
  color: #10b981;
  font-size: 2.5em;
}

#form-logged-main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#form-logged-main .form-logged-hero {
  width: 100%;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(25, 29, 41), rgb(21, 27, 46));
}
#form-logged-main .form-logged-hero-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 2.5rem 2rem 2rem 2rem;
  z-index: 10;
}
#form-logged-main .form-logged-back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
#form-logged-main .form-logged-back:hover {
  color: #ffffff;
}
#form-logged-main .form-logged-title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.01em;
  font-family: Poppins, sans-serif;
  margin-bottom: 0;
}
#form-logged-main .form-logged-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 2.5rem 1rem 0 1rem;
}
#form-logged-main .form-logged-card {
  background: #fff;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
  border: 1px solid #e6e8ec;
  border-radius: 20px;
  overflow: hidden;
}
#form-logged-main .form-logged-card-inner {
  background: #fff;
  width: 100%;
  padding: 2rem;
  border-radius: 0;
}
#form-logged-main .form-logged-form-wrapper {
  padding: 1.5rem 0;
}

.incidence-logged-panel {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 2rem;
  padding: 0;
  text-align: left;
}
.incidence-logged-panel .incidence-unlogged-panel-header {
  margin: 0;
  padding: 1.5rem 1.5rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid #edf1f5;
}
.incidence-logged-panel .incidence-unlogged-panel-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
}
.incidence-logged-panel .incidence-unlogged-panel-description {
  max-width: 680px;
  margin: 0.7rem auto 0;
  color: #66788a;
}
.incidence-logged-panel .incidence-unlogged-panel-body {
  padding: 1.25rem 1.5rem 1.5rem;
}
.incidence-logged-panel .incidence-unlogged-form-wrapper > form {
  margin-bottom: 0;
}

.incidence-title-details {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.incidence-title-border {
  height: 1rem;
  border-left: 1px solid;
  margin: 0 1rem;
}

.incidence-type-literal {
  font-weight: bold;
}

.incidence-conversation-main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.incidence-conversation-hero {
  width: 100%;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(25, 29, 41), rgb(21, 27, 46));
}

.incidence-conversation-hero-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.incidence-conversation-content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 2.5rem 1rem 0 1rem;
}

.incidence-back-wrapper {
  display: flex;
  justify-content: flex-start;
}

.incidence-back-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #66788a;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  padding: 0.75em 2em;
  box-shadow: 0 4px 12px rgba(30, 52, 113, 0.1);
}
.incidence-back-button:hover {
  color: var(--primary);
  background: #f3f5f7;
}
.incidence-back-button:hover .incidence-back-icon {
  transform: translateX(-4px);
}

.incidence-back-icon {
  transition: transform 0.2s ease;
}

.incidence-messages {
  width: 100%;
  margin-bottom: 2rem;
}

.incidence-eval {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 2rem;
  padding: 0;
}

.incidence-reply-wrapper {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 6rem;
}
.incidence-reply-wrapper #fgroup_id_buttonar {
  display: flex !important;
}

.incidence-close-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.incidence-close-wrapper > .fitem {
  width: 100%;
  max-width: 400px;
  margin: 0;
}
.incidence-close-wrapper > .fitem div.col-md-3 {
  display: none;
}
.incidence-close-wrapper > .fitem div.col-md-9 {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}
.incidence-close-wrapper > .fitem div.col-md-9 .btn {
  width: 100%;
  padding: 0.8rem 2rem;
  font-weight: 700;
  background: #fff;
}
.incidence-close-wrapper > .fitem div.col-md-9 .btn:hover {
  background: #dc3545;
  color: #fff;
}

.incidence-eval-wrapper {
  margin-top: 2rem;
}

.incidence-card-header {
  padding: 1rem;
  border-bottom: 1px solid #f3f4f7;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.incidence-eval-header {
  justify-content: space-between;
  background: rgba(248, 250, 252, 0.7);
}

.incidence-eval-header-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.incidence-eval-header-icon {
  color: #6b7280;
}

.incidence-card-title {
  font-size: 0.875rem;
  font-weight: 900;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.incidence-card-body {
  padding: 1.5rem;
}
.incidence-card-body .btn {
  border-radius: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  margin-left: 10px;
}
.incidence-card-body .btn:hover {
  outline: none;
}

.incidence-evaluation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 12px;
  color: var(--primary) -accent;
  font-style: italic;
  text-align: center;
}

.incidence-message-parent {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(30, 52, 113, 0.1);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  font-weight: bold;
  color: var(--primary);
}

.incidence-message-answer {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(30, 52, 113, 0.1);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  color: #66788a;
}

.incidence-message-parent-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(30, 52, 113, 0.08);
  border: 1px solid #e6e8ec;
  overflow: hidden;
  margin-bottom: 2rem;
  animation: fade-in-bottom 0.3s;
}

.incidence-message-parent-header {
  padding: 1rem;
  border-bottom: 1px solid #e6e8ec;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.incidence-message-parent-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.incidence-message-parent-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #64748b;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e8ec;
}

.incidence-message-parent-username {
  font-weight: bold;
  text-transform: uppercase;
}

.incidence-message-parent-date {
  font-size: 0.7rem;
  color: #a3a3a3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.incidence-message-parent-badge {
  font-weight: bold;
}

.incidence-message-parent-body {
  padding: 1.5rem 2rem;
  font-style: italic;
  background: #f9fafb;
}

.incidence-message-parent-attachments {
  margin-top: 1.2rem;
  padding-left: 2rem;
}

.incidence-report-report-home .dashboard-evolution-chart .chart-area {
  overflow: hidden;
}
.incidence-report-report-home .dashboard-evolution-chart .chart-area .chart-image {
  width: 100% !important;
  max-width: 100%;
  height: 320px !important;
}
.incidence-report-report-home .dashboard-status-chart .chart-area {
  overflow: hidden;
}
.incidence-report-report-home .dashboard-status-chart .chart-area .chart-image {
  width: 100% !important;
  max-width: 100%;
  height: 320px !important;
}
.incidence-report-report-home .dashboard-types-chart .chart-area {
  overflow: hidden;
}
.incidence-report-report-home .dashboard-types-chart .chart-area .chart-image {
  width: 100% !important;
  max-width: 100%;
  height: 320px !important;
}
.incidence-report-report-home .dashboard-kpi {
  border: 1px solid #e7e9ee;
  border-radius: 10px;
  overflow: hidden;
}
.incidence-report-report-home .dashboard-kpi .dashboard-kpi-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.incidence-report-report-home .dashboard-kpi .dashboard-kpi-content h3 {
  font-size: 2rem;
  line-height: 1.05;
  color: #0f2742;
}
.incidence-report-report-home .dashboard-kpi .dashboard-kpi-content p {
  font-size: 1rem;
}
.incidence-report-report-home .dashboard-kpi .dashboard-kpi-icon {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  flex: 0 0 62px;
}
.incidence-report-report-home .dashboard-kpi .kpi-icon-bg-blue {
  background: #3b82f6;
}
.incidence-report-report-home .dashboard-kpi .kpi-icon-bg-yellow {
  background: #eab308;
}
.incidence-report-report-home .dashboard-kpi .kpi-icon-bg-indigo {
  background: #6366f1;
}
.incidence-report-report-home .dashboard-kpi .kpi-icon-bg-green {
  background: #22c55e;
}
.incidence-report-report-home .dashboard-kpi .dashboard-kpi-footer {
  border-top: 1px solid #f0f1f5;
  padding: 0.9rem 1.25rem;
  color: #64748b;
  font-size: 1.05rem;
}
.incidence-report-report-home .dashboard-kpi .kpi-change-positive {
  color: #10b981;
  font-weight: 700;
}
.incidence-report-report-home .dashboard-kpi .kpi-change-negative {
  color: #ef4444;
  font-weight: 700;
}
.incidence-report-report-home .pending-item {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5rem;
}
.incidence-report-report-home .pending-item .pending-label {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.incidence-report-report-home .pending-item .pending-value {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}
.incidence-report-report-home .pending-item .pending-icon {
  font-size: 1.4rem;
  opacity: 0.9;
}
.incidence-report-report-home .pending-item-danger {
  background: #fff5f5;
  border-color: #ffd6d6;
  color: #b42318;
}
.incidence-report-report-home .pending-item-warning {
  background: #fff9f0;
  border-color: #ffe3c2;
  color: #b54708;
}
.incidence-report-report-home .pending-item-info {
  background: #f2f6ff;
  border-color: #d6e4ff;
  color: #1d4ed8;
}

.incidence-report-operations-center .card {
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.incidence-report-operations-center .operations-manager-card .card-body {
  padding: 1.2rem 1rem 1rem;
}
.incidence-report-operations-center .operations-manager-card .userpicture {
  width: 94px;
  height: 94px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #eff3f8;
}
.incidence-report-operations-center .operations-manager-card h5 {
  font-size: 1.03rem;
  font-weight: 700;
  color: #0f2742;
}
.incidence-report-operations-center .operations-manager-card .operations-meta {
  margin-bottom: 0.55rem;
  font-size: 0.76rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.incidence-report-operations-center .operations-kpi-row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.incidence-report-operations-center .operations-kpi {
  width: 128px;
  border-radius: 0.4rem;
  border: 1px solid #dce6f5;
  background: #f8fbff;
  padding: 0.45rem 0.65rem;
}
.incidence-report-operations-center .operations-kpi-assigned {
  background: #edf3ff;
  border-color: #dbe7ff;
}
.incidence-report-operations-center .operations-kpi-resolved {
  background: #eafaf2;
  border-color: #d7f2e4;
}
.incidence-report-operations-center .operations-kpi-resolved .operations-kpi-value {
  color: #15803d;
}
.incidence-report-operations-center .operations-kpi-label {
  font-size: 0.68rem;
  color: #64748b;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.incidence-report-operations-center .operations-kpi-value {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.1;
  color: #1d4ed8;
}
.incidence-report-operations-center .operations-sat {
  font-weight: 700;
  color: #b54708;
  margin-top: 0.65rem;
  margin-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.22rem;
}
.incidence-report-operations-center .operations-sat-score {
  color: #e0a106;
}
.incidence-report-operations-center .operations-sat-star {
  color: #e0a106;
  font-size: 0.95em;
}
.incidence-report-operations-center .operations-sat-max {
  color: #6b7280;
  font-size: 0.74rem;
  font-weight: 700;
}
.incidence-report-operations-center .operations-sat-empty {
  color: #6b7280;
  font-size: 0.8rem;
}
.incidence-report-operations-center .dashboard-operations-workload-chart .chart-area {
  overflow: hidden;
}
.incidence-report-operations-center .dashboard-operations-workload-chart .chart-area .chart-image {
  width: 100% !important;
  max-width: 100%;
  height: 330px !important;
}
.incidence-report-operations-center table thead th {
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7280;
}
.incidence-report-operations-center .operations-progress {
  height: 8px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
  min-width: 120px;
}
.incidence-report-operations-center .operations-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.incidence-report-academic-analysis .dashboard-academic-ranking-chart .chart-area {
  overflow: hidden;
}
.incidence-report-academic-analysis .dashboard-academic-ranking-chart .chart-area .chart-image {
  width: 100% !important;
  max-width: 100%;
  height: 360px !important;
}

.incidence-report-faculty .dashboard-faculty-volume-chart .chart-area {
  overflow: hidden;
}
.incidence-report-faculty .dashboard-faculty-volume-chart .chart-area .chart-image {
  width: 100% !important;
  max-width: 100%;
  height: 320px !important;
}

.report-top-wrap {
  margin-bottom: 1rem;
}

.report-top-title {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.report-top-subtitle {
  color: #6b7280;
}

.report-top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.55rem;
  border: 1px solid #e6e9ee;
  border-radius: 0.5rem;
  background: #fafbfc;
}
.report-top-nav a {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border: 1px solid #dbe2ea;
  border-radius: 999px;
  background: #fff;
  color: #2f3a45;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.1;
  transition: all 0.15s ease-in-out;
}
.report-top-nav a:hover {
  border-color: #9fb4ca;
  background: #f3f8ff;
  color: #1f2a36;
  text-decoration: none;
}
.report-top-nav a:focus {
  border-color: #9fb4ca;
  background: #f3f8ff;
  color: #1f2a36;
  text-decoration: none;
}
.report-top-nav a.is-active {
  border-color: #2f7df6;
  background: #2f7df6;
  color: #ffffff !important;
  font-weight: 600;
}

.report-top-export {
  min-width: 136px;
}

.incidence-report-sla .sla-summary-strip {
  background: linear-gradient(90deg, rgb(25, 29, 41), rgb(21, 27, 46));
  border-radius: 10px;
  color: #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
}
.incidence-report-sla .sla-summary-strip-left {
  min-width: 220px;
}
.incidence-report-sla .sla-summary-strip-value {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
.incidence-report-sla .sla-summary-strip-label {
  color: #a3a3a3;
  font-size: 0.78rem;
  margin: 0.25rem 0 0;
}
.incidence-report-sla .sla-summary-strip-right {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.incidence-report-sla .sla-summary-metric {
  text-align: right;
  min-width: 110px;
}
.incidence-report-sla .sla-summary-metric-value {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
.incidence-report-sla .sla-summary-metric-value-success {
  color: #10b981;
}
.incidence-report-sla .sla-summary-metric-value-danger {
  color: #ef4444;
}
.incidence-report-sla .sla-summary-metric-label {
  color: #a3a3a3;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  margin: 0.2rem 0 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  #page-local-incidence_report-report #region-main > [role=main] > form {
    margin: 15px;
    padding: 2em 1.5em;
  }
  #page-local-incidence_report-report #region-main > [role=main] .summary-content {
    margin: 15px;
    padding: 2em 1.5em;
  }
  #page-local-incidence_report-report #region-main > [role=main] .graficas {
    margin: 15px;
  }
}
@media screen and (max-width: 980px) {
  #page-local-incidence_report-report form .fcontainer > .fitem {
    width: 100%;
  }
  #page-local-incidence_report-report #region-main > [role=main] > form {
    margin: 0 10px 10px;
    padding: 2em 1em;
  }
  #page-local-incidence_report-report #region-main > [role=main] .summary-content {
    margin: 0 10px 10px;
    padding: 2em 1em;
  }
  #page-local-incidence_report-report #region-main > [role=main] .graficas {
    margin: 10px;
  }
  #page-local-incidence_report-report .charts {
    width: 100% !important;
    padding: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-search {
    flex: 1 1 320px;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-select {
    flex: 1 1 200px;
  }
  #page-local-incidence_report-incidence_report .incidence-conversation-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  #page-local-incidence_report-incidence_report .incidence-management-panel {
    position: static;
  }
}
@media (max-width: 992px) {
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-header-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-title {
    font-size: 2rem;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-row {
    gap: 0.7rem;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-search {
    flex: 1 1 calc(50% - 0.7rem);
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-select {
    flex: 1 1 calc(50% - 0.7rem);
  }
}
@media (max-width: 768px) {
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-header-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-search {
    flex: 1 1 100%;
    width: 100%;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-filter-select {
    flex: 1 1 100%;
    width: 100%;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper button.incidence-filter-download.btn.btn-primary {
    flex: 1 1 100%;
    width: 100%;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper a.incidence-filter-download {
    flex: 0 0 46px;
  }
  #page-local-incidence_report-incidence_report main.incidence-main-wrapper .incidence-list-table {
    min-width: 950px;
  }
  #page-local-incidence_report-report #fgroup_id_dashboardfilters input[type=text] {
    min-width: 220px;
  }
  #page-local-incidence_report-report #incidence-report-advanced-filters {
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  #incidence-report-unlogged.incidence-unlogged-page {
    padding: 1rem 0.5rem;
  }
  #incidence-report-unlogged .incidence-unlogged-tabs-nav {
    width: 100%;
  }
  #incidence-report-unlogged .incidence-unlogged-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }
  #incidence-report-unlogged .incidence-unlogged-tab-link {
    text-align: center;
  }
  #incidence-report-unlogged .incidence-unlogged-panel-header {
    padding: 1.25rem 1rem 1rem;
  }
  #incidence-report-unlogged .incidence-unlogged-panel-body {
    padding: 1rem;
  }
  .incidence-logged-panel .incidence-unlogged-panel-header {
    padding: 1.25rem 1rem 1rem;
  }
  .incidence-logged-panel .incidence-unlogged-panel-body {
    padding: 1rem;
  }
  .incidence-report-sla .sla-summary-strip {
    flex-direction: column;
    align-items: flex-start;
  }
  .incidence-report-sla .sla-summary-strip-right {
    justify-content: flex-start;
    width: 100%;
  }
  .incidence-report-sla .sla-summary-metric {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .incidence-report-operations-center .operations-kpi {
    width: 118px;
    padding: 0.4rem 0.55rem;
  }
  .incidence-report-operations-center .operations-kpi-row {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }
}
#page-local-incidence_report-incidence_report .incidence-close-wrapper .col-md-3 {
  display: none !important;
}
#page-local-incidence_report-incidence_report .incidence-close-wrapper .col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#page-local-incidence_report-incidence_report .incidence-close-wrapper .col-md-9 .btn {
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  background-color: #10b981;
  border-color: #10b981;
  border-radius: 10px;
  padding: 1.25rem 3rem !important;
  font-weight: 700;
  font-size: 1rem;
}
#page-local-incidence_report-incidence_report .incidence-send-wrapper .btn {
  padding: 1rem 2rem !important;
  font-weight: 700;
}

/* Support FAQ page */
#page-local-incidence_report-faq #page {
  padding: 0;
}
#page-local-incidence_report-faq #page #topofscroll {
  padding: 0;
  margin: 0;
}
#page-local-incidence_report-faq #page #page-header {
  display: none;
}
#page-local-incidence_report-faq #page div[role=main] {
  padding: 0;
  background-color: #f3f4f7;
}
#page-local-incidence_report-faq #page .incidence-home-hero {
  background: linear-gradient(90deg, rgb(0, 0, 0), rgb(30, 52, 113));
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-actions .incidence-header-crumbs {
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 25px;
  position: relative;
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-actions .incidence-header-crumbs span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-actions .d-flex {
  gap: 1rem;
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-actions .d-flex .btn {
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  color: white;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-actions .d-flex .btn-primary {
  background: white;
  color: var(--primary);
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-actions .d-flex .btn-outline-secondary:hover {
  background: white;
  color: var(--primary);
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-search h1 {
  color: white !important;
  font-weight: 900;
  font-size: 2.5rem;
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-search .faq-search {
  max-width: 30rem;
  margin: 0 auto;
  padding-bottom: 3rem !important;
}
#page-local-incidence_report-faq #page .incidence-home-hero .incidence-home-hero-search .faq-search input {
  padding: 1.5rem;
  border-radius: 10px;
}
#page-local-incidence_report-faq #page .incidence-home-faq .faq-item {
  background: white;
  border-radius: 20px;
  font-size: 0.9rem;
}
#page-local-incidence_report-faq #page .incidence-home-faq .faq-item .faq-title {
  padding: 1rem;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries {
  background: unset;
  border: none !important;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card] {
  border-radius: 20px;
  position: relative;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card] h2 {
  font-weight: 700;
  color: white;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card] .text-muted {
  color: white !important;
  opacity: 0.8;
  font-size: 0.7 !important;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card] .btn {
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.7rem 1rem;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card] .incidence-management-icon-wrapper {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  opacity: 0.1;
  padding: 1rem;
  transform: matrix(0.978148, 0.207912, -0.207912, 0.978148, 0, 0);
  top: 0;
  right: 0;
  pointer-events: none;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card].incidence-card-myqueries .btn {
  border-color: white;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card].incidence-card-myqueries .btn:hover {
  color: white;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card].incidence-card-create .fa.h2 {
  font-weight: 100;
  font-size: 2.5rem;
  color: var(--primary);
}
#page-local-incidence_report-faq #page .incidence-home-myqueries [class^=incidence-card].incidence-card-create .incidence-create-description {
  max-width: 30rem;
}
#page-local-incidence_report-faq .incidence-max-width {
  max-width: 1560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

/* End Support FAQ page */
body.theme-snap #region-main {
  max-width: 100%;
  margin-top: 5rem;
  padding: 0;
  font-size: 0.9rem;
}

.incidence-max-width {
  max-width: 1560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=styles.css.map */