:root {
  --color-primary: #c2002f;
  --color-primary-hover: #c20031d3;
  --color-secondary: #1c1c1b;
  --color-white: #ffffff;
  --color-gray: #9b9b9b;
  --color-black: #000000;
}

.bg_body {
  background-color: var(--color-primary);
}

.text_actualizando {
  font-size: 20px;
  color: #fff;
}

.st_hours_actualizacion {
  font-size: 20px;
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.logo_prin {
  font-family: "Neuropolitical";
  color: var(--color-secondary) !important;
}

.sidebar-brand {
  background: var(--color-white) !important;
}

.txt_secundario {
  font-size: 7px !important;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* .hover_tr :hover{
  background: var(--color-primary);
  color: var(--color-white);
  height: 20px;
} */

.card_login {
  width: 400px !important;
  border: 1px solid #c2002f;
  height: 550px;
}

.text_restart_password {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title_restart_password {
  font-size: 20px;
  font-weight: 500;
}

.thead {
  /* background: var(--color-primary); */
  color: var(--color-secondary);
  height: 40px;
}

.thead tr {
  height: 30px;
}

/* .body_login {
  background: rgb(194, 194, 194);
} */

.txt_login {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-secondary);
}

.btn_login {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.btn_login:hover {
  background-color: var(--color-primary-hover) !important;
  color: var(--color-white) !important;
  font-weight: bold !important;
}

.titulo_login {
  width: 100%;
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

.hidden {
  display: none;
}

.st_no_table {
  width: 15px !important;
}

.st_head_modal {
  background: var(--color-primary);
  color: var(--color-white);
}

.close_modal {
  text-decoration: none;
  outline: none;
}

.text_header {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 24px;
}

.title_form {
  color: var(--color-primary);
  font-size: 20px;
}

.border_form {
  border: solid 2px var(--color-gray);
  border-radius: 10px;
}

.st_case_details {
  font-size: 14px;
}

.st_details_case_key {
  /* font-size: 12px; */
  font-weight: bold;
  margin-right: 5px;
}

.st_details_case {
  /* font-size: 12px; */
  font-style: italic;
}

.st_table {
  font-size: 12px;
}

.single_line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txt_detail_case {
  color: #000000;
  font-weight: bold;
}

.txt_detail_case_bd {
  color: var(--color-gray);
  font-style: italic;
}

.txt_detail_case_Cblack {
  color: var(--color-black);
  font-style: italic;
}

.style_details_case {
  font-size: 14px;
}

.st_txt_input {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.lds-ellipsis {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.st_table_data {
  font-size: 14px;
}

.sizeColumn {
  width: 400px;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.5;
}

.card_dm {
  border-radius: 10px;
  border: 3px solid;
  border-color: var(--color-gray);
  width: 100%;
}

.card_dm:hover {
  border-color: var(--color-secondary);
  cursor: pointer;
}

.div_name_dm {
  margin: 20px 0 20px 0;
}

.txt_name_dm {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
}

.close_new_category {
  margin: -15px -10px 0 0;
  font-weight: bold;
  color: red;
  cursor: pointer;
  font-size: 20px;
}

.close_new_category:hover {
  color: var(--color-primary);
}

.txt_comment_case_date {
  font-size: 12px;
  color: var(--color-primary);
}

.txt_comment_case_text {
  color: #000000;
  text-align: justify;
  font-weight: 500;
}

.txt_comment_case {
  font-size: 18px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}

.div_comment_case {
  border: 1px solid #bcbbba;
  border-radius: 10px;
  margin-top: 10px;
}

.btn_view_roles {
  background-color: var(--color-primary);
  border-radius: 0 0 10px 10px;
}

.btn_view_roles:hover {
  background-color: var(--color-primary-hover);
}

.hover_card_dm:hover {
  transform: scale(1.03);
  /* background-color: #ffffff;
  border-radius: 5px; */
}

.btn_return_st {
  color: red;
  cursor: pointer;
}

.btn_return_st:hover {
  color: rgb(162, 0, 0);
  border: 0 0 1px 0;
  border-color: rgb(162, 0, 0);
}

.txt_leyend_tables_projects {
  font-size: 16px;
  /* Se agregó */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Se agregó */
}

.btn_reg_new_case_project {
  color: green;
  cursor: pointer;
}

.btn_reg_new_case_project:hover {
  color: rgb(2, 68, 2);
}

.st_link {
  color: blue;
  cursor: pointer;
}

.st_link:hover {
  color: rgb(4, 4, 162);
  border-bottom: solid 1px rgb(4, 4, 162);
  /* border-color: rgb(4, 4, 162); */
}

/* Se agregó */
.st_filters_divs {
  width: 600px;
  padding: 20px 20px;
  -webkit-box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.61);
  box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.61);
  background-color: #ffffff;
}

.text_msj_filter {
  color: green;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.img_home {
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.61);
  box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.61);
}

.st_icon_contacts {
  color: var(--color-primary);
}

.txt_icon_contacts {
  color: #1c1c1b;
  font-weight: bold;
  font-size: 14px;
}

.table-responsive {
  overflow: auto;
  max-height: unset;
}

.table_dash {
  color: #fff;
  background-color: #156082;
}

.table_dash_total {
  color: #fff;
  background-color: #e97132;
}

.table_dash_text {
  color: #000;
  background-color: #83cceb;
}

.table_dash_text_total {
  color: #000;
  background-color: #f7c7ac;
}

.table_dash_text_num {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.st_title_dash {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.st_title_mantenimiento {
  color: #bb1645;
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}

.st_fecha_dash {
  font-weight: bold;
  font-style: italic;
}

.bg_menu_prin {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #000000;
}

.line_menu {
  border-left: 1px solid #858585;
  /* margin: 3px 0 3px 0; */
  height: 30px;
}

.st_menu_prin {
  color: #c20031dc;
  cursor: pointer;
  color: #696969;
}

.st_menu_prin:hover {
  background-color: #848d9c;
  color: #fff;
}

.st_menu_prin_active {
  background-color: #332d2d;
  color: #fff !important;
  border-radius: 2px;
}

.foot_style {
  height: 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #ffffff !important;
}

.st_name_home {
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 38px;
}

.st_txt_b_home {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 30px;
}

.st_txt_date_home {
  color: #868686;
  font-weight: normal;
  font-size: 20px;
}

.text_title_filter {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

/* Ocultamos el checkbox real pero mantenemos su funcionalidad */
.input-custom-check {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  border: none;
  flex-shrink: 0; /* Evita que se aplaste */
  /* Imagen por defecto: X Blanca en cuadro Rojo */
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="2" fill="%23DC3545"/><path d="M6 6L14 14M14 6L6 14" stroke="white" stroke-width="2.5" stroke-linecap="round"/></svg>');
}

/* Imagen cuando está marcado: Palomita Blanca en cuadro Verde */
.input-custom-check:checked {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="2" fill="%2328A745"/><path d="M5 10L8.5 13.5L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/></svg>');
}

/* Clase para el icono gris estático (No clickable) */
.icon-static-gray {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
  /* Palomita blanca sobre fondo gris suave */
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="2" fill="%23A0A0A0"/><path d="M5 10L8.5 13.5L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
