@charset "UTF-8";
/* Estilos básicos de las cards */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-clip: border-box;
  border-radius: 8px !important;
  word-wrap: break-word;
  border: none;
  width: 100%;
}

.card-body {
  width: 100%;
  border-radius: 8px !important;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card_shadow {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.card-body-tabs {
  padding: 0 !important;
}

.card-header {
  padding: 0.75rem 0.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  padding-right: 0px;
  box-shadow: 5px;
  border-radius: 8px;
}

.card-header:first-child {
  border-radius: 8px 8px 0px 0px;
}

.column-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 5px;
}

.row-table-fix {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 1px !important;
  padding-right: 0 !important;
}

.padding_card_icon_battery {
  width: 60px;
  height: 50px;
  gap: 8px;
  align-items: center;
  display: flex;
  padding-right: 20px;
}

.padding_card_icon {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row_nesgate_info {
  padding-left: 14px;
  padding-bottom: 20px;
}

.card_nesgate_info,
.map_nesgate_info {
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 8px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  padding: 1rem;
  box-sizing: border-box;
  margin-top: 5px;
}

.card-counter {
  position: relative;
  box-shadow: 2px 2px 10px #dadada;
  margin: 5px;
  padding: 20px 10px;
  background-color: #ffffff;
  height: 150px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.card-counter:hover {
  box-shadow: 5px 5px 20px rgba(131, 128, 128, 0.6);
}

.card-counter.primary {
  background-color: #007bff;
  color: #ffffff;
}

.card-counter.danger {
  background-color: #ea5658;
  color: #ffffff;
}

.card-counter.success {
  background-color: #74ca80;
  color: #ffffff;
}

.card-counter.info {
  background-color: #00B9E4;
  color: #ffffff;
}

.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers,
.card-counter .count-networks,
.card-counter .count-nameModel,
.card-counter .count-name,
.card-counter .count-device {
  position: absolute;
  right: 35px;
  display: block;
}

.card-counter .count-numbers {
  top: 20px;
  font-size: 28px;
}

.card-counter .count-networks {
  top: 20px;
  font-size: 14px;
}

.card-counter .count-nameModel {
  top: 65px;
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.8;
}

.card-counter .count-name {
  top: 95px;
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
}

.card-counter .count-device {
  top: 125px;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.75;
}

.card-counter[selected] {
  border: 4px solid #000000;
  transition: border 0.3s ease;
}

.zones,
.parents {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #ffffff;
  border: 4px solid #000000;
  width: 90%;
  max-width: 700px;
  min-height: 75px;
  max-height: 350px;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.zones[diselect],
.parents[diselect] {
  opacity: 0;
  visibility: hidden;
}

/* Labels e inputs */
#deviceAssigned h1 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

#deviceAssigned input[type=radio],
#deviceAssigned input[type=checkbox] {
  display: none;
}

#deviceAssigned label {
  display: inline-block;
  padding: 10px;
  width: 90px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

#deviceAssigned label:hover,
#deviceAssigned input[type=radio]:checked + label,
#deviceAssigned input[type=checkbox]:checked + label {
  background: #d2d5e2;
  border-radius: 20%;
}

.card-footer {
  background-color: #ffffff !important;
  padding: 0.75rem 1.25rem;
}

/* Espaciado */
.no_right_padding {
  padding-right: 10px !important;
}

.no_left_padding {
  padding-left: 6px !important;
}

.align-card-left {
  padding-left: 1rem;
}

.dropdown_datepicker_sensors,
.smallest_blue_text_nesmote_info {
  font-size: 14px;
  font-weight: 600;
  color: #0D1D69;
  padding-left: 0;
}

.card-group {
  padding-right: 10px;
}

.card-body-tab-nesgates {
  margin-top: 8px;
  padding-left: 10px;
}

#create_actuation_rule_button {
  margin-bottom: 16px;
  display: block;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

/* Responsive media queries */
@media (max-width: 768px) {
  .card,
  .card_nesgate_info,
  .nesmotes_nesgate_info_card,
  .map_nesgate_info {
    padding: 1rem;
    margin: 1rem 0;
    height: auto;
  }
  .card-counter .count-numbers,
  .card-counter .count-name,
  .card-counter .count-device {
    right: 10px;
    font-size: 16px;
  }
  .card-counter i {
    font-size: 3rem;
  }
  .zones,
  .parents {
    width: 95%;
  }
}
.popup-table {
  font-family: "Inter", sans-serif;
  table-layout: auto !important;
  width: auto;
  border-collapse: collapse;
  font-size: 13px;
}

.leaflet-popup-content {
  max-height: 200px;
  /* ajusta según lo que consideres cómodo */
  overflow-y: auto;
}

/* Opcional: mejora el aspecto del scrollbar */
.leaflet-popup-content::-webkit-scrollbar {
  width: 6px;
}

.popup-table th,
.popup-table td {
  padding: 2px 8px;
  /* reduce el espacio vertical */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  text-overflow: unset;
}

.popup-table th:nth-child(1),
.popup-table td:nth-child(1) {
  width: 30%;
  max-width: 200px;
}

.popup-table td:nth-child(1) a,
.popup-table td:nth-child(1) span {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popup-table th:nth-child(2),
.popup-table td:nth-child(2) {
  width: 60%;
  max-width: 310px;
}

.popup-table td:nth-child(2) a,
.popup-table td:nth-child(2) span {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-table th:nth-child(3),
.popup-table td:nth-child(3) {
  width: 10%;
  padding: 1px;
  text-align: left;
}

.dropdown_sensor_configuration_options_text:hover {
  color: rgb(75, 90, 161) !important;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border-radius: 8px;
  margin: 0;
  position: absolute;
  width: auto;
}

.card-group .card:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.card-group .card:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.highcharts-a11y-proxy-button {
  padding-top: 10px;
}

.other_values_graph {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-left: 13px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: block;
  text-align: center;
}

.nesmote_name_information {
  cursor: pointer;
  width: 100%;
  border: 0px;
  border-color: #0D1D69 !important;
  border-radius: 8px;
}

.note_network_info {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #0d1d69;
  display: block;
}

.tab-licenses {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card-col-md-12 .card_smaller_margin_bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none !important;
  border-radius: 0.25rem;
}

/*tabla estilos barra search */
#maintenance_provisioning_table_wrapper .dataTable {
  width: 100% !important;
  table-layout: fixed !important;
}

.col-sm-12 {
  width: 100% !important;
  table-layout: auto !important;
  padding-right: 0px;
}

.barra-titulo {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  justify-content: flex-end;
  padding: 0 1rem;
  gap: 75px;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}
.barra-titulo .titulo {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #030615;
  margin: 10px;
}
.barra-titulo .barra-titulo__derecha {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  width: auto;
  justify-content: flex-end;
}
.barra-titulo .barra-titulo__derecha .buscador {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  padding: 2px 0;
  gap: 8px;
}
.barra-titulo .barra-titulo__derecha .buscador i {
  color: #0D1D69;
  margin-right: 6px;
}
.barra-titulo .barra-titulo__derecha .buscador input {
  border: none;
  background: rgba(255, 255, 255, 0);
  outline: none;
  font-size: 14px;
  color: #030615;
  font-weight: 400;
  line-height: 1;
  padding: 0px;
}
.barra-titulo .barra-titulo__derecha .buscador input::-moz-placeholder {
  color: #696D80;
}
.barra-titulo .barra-titulo__derecha .buscador input::placeholder {
  color: #696D80;
}
.barra-titulo .barra-titulo__derecha .buscador i {
  color: #0D1D69;
  margin-right: 6px;
}
.barra-titulo .icono {
  font-size: 18px;
  color: #0D1D69;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  stroke-width: 1;
  fill: none;
}
.barra-titulo .icono:hover {
  opacity: 0.7;
}

.title_text_inventory {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #0D1D69;
  margin: 10px;
}

.text_inventory {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0D1D69;
  margin: 10px;
}

.table_nesmotes_nesgates {
  border-radius: 8px;
}

.table-wrapper-rounded {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1rem;
}

div.dataTables_scrollBody {
  border-radius: 0 0 10px 10px !important;
  overflow: hidden !important;
}

.table-header-overview {
  background: rgba(210, 213, 226, 0.1);
}

.tr-table-overview,
.table-header-overview {
  border-radius: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
  padding: 0px !important;
}

table.dataTable thead th,
th.table-header-text-centered,
th.dt-center,
th.dt-head-center {
  text-align: left !important;
}

.tr-table-overview {
  line-height: 40px;
  color: #030615;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  word-wrap: break-word;
  border: 0px;
  border-style: solid;
  border-color: #D2D5E2;
  margin: 0 !important;
  padding: 0px !important;
}

.dt-container .dt-empty-footer {
  width: 100% !important;
  table-layout: auto;
  /* o fixed si necesitas alinear tamaños */
}

.row {
  padding-right: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  margin-right: -16px !important;
  margin-left: -16px !important;
  border-radius: 0px 0px 8px 8px;
}

.tbody_notification {
  border-radius: 0px 0px 8px 8px;
}

.table-header-overview .table {
  background: rgba(210, 213, 226, 0.15) !important;
  padding: 12px 24px;
  border-radius: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
}

.table-header-overview .dt-column-title {
  color: #030615;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  word-wrap: break-word;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: none !important;
  color: #030615;
}

th,
td {
  border: none;
}

.dt-scroll {
  padding: 1px;
  overflow-x: auto;
  width: 100%;
}

.dt-scroll-body {
  border-radius: 0px 0px 8px 8px;
  overflow-x: auto;
  max-width: 100%;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-column {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
.icon-column button,
.icon-column i {
  min-width: auto;
  width: auto;
  padding: 4px;
  margin: 0 2px;
}

.licensing_small_title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.dt-info {
  color: #696D80 !important;
  font-size: 12px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  word-wrap: break-word;
  padding-left: 24px !important;
  margin-bottom: 20px;
}

.col-sm-4 .dt-info {
  color: #696D80 !important;
  font-size: 12px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  word-wrap: break-word;
  padding-left: 24px !important;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
  color: #696D80 !important;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  white-space: nowrap;
}

.mt-3,
.my-3 {
  margin-top: 0rem !important;
  justify-content: center;
}

/* Contenedor de la paginación */
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-family: "Inter", sans-serif;
}

.dt-paging {
  color: #0D1D69 !important;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  word-wrap: break-word;
  float: right;
  margin-top: 1%;
  margin-bottom: 1rem;
}

/* Asegura que los encabezados puedan posicionar las flechas */
table.dataTable thead th {
  position: relative;
  overflow: hidden;
}

/* ESTILO BASE */
table.dataTable thead th.dt-orderable-asc::after,
table.dataTable thead th.dt-orderable-desc::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../icons/arrowboth.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

table.dataTable thead th.dt-orderable-asc:hover::after,
table.dataTable thead th.dt-orderable-desc:hover::after {
  opacity: 1;
  filter: #0D1D69;
}

/* ORDEN ACTIVO ASCENDENTE */
table.dataTable thead th.dt-ordering-asc::after {
  background-image: url("../icons/flechaup.svg");
  opacity: 1;
  filter: none;
}

/* ORDEN ACTIVO DESCENDENTE */
table.dataTable thead th.dt-ordering-desc::after {
  background-image: url("../icons/flechadown.svg");
  opacity: 1;
  filter: none;
}

.max_width_nesmotes_info {
  max-width: none;
  width: 100%;
}

.seen_check:hover {
  background-image: url("../icons/stepdonehover.svg");
  background-size: cover;
}

.table_info {
  border: none !important;
  border-style: solid;
  border-color: #E4E4E4;
  border-radius: 8px 8px 8px 8px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 0rem;
}

.tabs-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 36px;
}

.tabs-scroll-container::-webkit-scrollbar {
  display: none;
}

.ul_device_tabs {
  display: flex;
  flex-wrap: nowrap !important;
  margin-bottom: 24px;
}

.li_device_tab {
  flex: 0 0 auto;
}

.scroll-button {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 9999px;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-button span {
  width: 26px;
  height: 26px;
  background-color: #FEFEFE;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
}
.scroll-button.left {
  left: 6px;
}
.scroll-button.left span {
  background-image: url(../../assets/icons/previous.svg);
}
.scroll-button.right {
  right: 3px;
}
.scroll-button.right span {
  background-image: url(../../assets/icons/next.svg);
}
.scroll-button:hover span {
  background-color: #ffffff;
}
.scroll-button:focus, .scroll-button:active {
  outline: none;
  box-shadow: none;
}

.table-body-cell a {
  color: #0D1D69;
  text-decoration: underline !important;
}
.table-body-cell a:hover {
  color: rgb(75, 90, 161) !important;
}

#nesgate_signal_quality_info_table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#nesgate_signal_quality_info_table thead th:first-child {
  border-top-left-radius: 8px;
}
#nesgate_signal_quality_info_table thead th:last-child {
  border-top-right-radius: 8px;
}
#nesgate_signal_quality_info_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
#nesgate_signal_quality_info_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.notifications_description:focus,
.connection_disconnection_notification_description:focus {
  outline: none !important;
  border-color: #0D1D69 !important;
}

.connection_disconnection_notification_description {
  border: 0px;
  padding: 0px;
  border-radius: 8px;
}

.table-body-cell-no-wrap {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table {
  background-color: #ffffff;
  table-layout: fixed;
  width: 100%;
  margin: 0px !important;
}

td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.padding-for-card {
  padding-right: 5px;
}

.table-inventory {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.table-inventory th,
.table-inventory td {
  padding-left: 8px;
  padding-right: 8px;
}

.card .table-inventory {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.table-lorawan {
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff;
  border-radius: 8px !important;
}

#opcua_servers_table {
  width: 100%;
  height: 100%;
  border-right: none;
  border-bottom: none;
  margin: 0px -4px -20px 10px;
  padding: 0px !important;
}
#opcua_servers_table tbody tr td,
#opcua_servers_table thead tr th {
  border-right: none !important;
  border-bottom: none !important;
}
#opcua_servers_table tr:last-child td {
  border-bottom: none !important;
}

.calendar-column {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 1.5rem;
}

.calendar-label {
  margin-bottom: 1;
  font-weight: 600;
  font-size: 18px;
}

.dt-search {
  padding: 10px;
  justify-content: flex-end;
}

/* Columnas de íconos en DataTables */
td.icon-col,
th.icon-col,
td.only-icon,
td.icon-fav {
  width: 56px;
  padding: 4px 6px !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
td.icon-col a,
td.icon-col button,
td.icon-col span,
th.icon-col a,
th.icon-col button,
th.icon-col span,
td.only-icon a,
td.only-icon button,
td.only-icon span,
td.icon-fav a,
td.icon-fav button,
td.icon-fav span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
td.icon-col img,
td.icon-col svg,
th.icon-col img,
th.icon-col svg,
td.only-icon img,
td.only-icon svg,
td.icon-fav img,
td.icon-fav svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}

td.only-icon {
  min-width: 32px;
  max-width: 40px;
  padding: 4px !important;
}

td.icon-fav {
  max-width: 56px;
  padding: 0 !important;
}
td.icon-fav img {
  display: block;
}

/* Fila de íconos (horizontal) */
.icon-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.icon-col {
  width: 1%;
  min-width: 30px !important;
  max-width: 40px !important;
  text-align: center;
  padding: 0 !important;
  white-space: nowrap;
}

.icon-col img,
.icon-col svg {
  width: 16px;
  height: 16px;
  display: inline-block;
}

table.dataTable {
  width: 100%;
  table-layout: fixed;
  margin: 0px auto;
  border-spacing: 0;
  padding-left: 3px;
  padding-right: 3px;
}

table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff !important;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

table.dataTable td:nth-child(5),
table.dataTable td:nth-child(7) {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status {
  width: 56px;
}

th.table-header-text-centered,
td.table-header-text-centered {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

th.col-seen,
td.col-seen {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.daterangepicker .ranges li.active {
  background-color: #0D1D69;
  color: #ffffff;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0D1D69;
  border-color: transparent;
  color: #ffffff;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle .applyBtn {
  color: #ffffff;
  background-color: #0D1D69;
  border-color: #0D1D69 !important;
  font-family: "Inter", sans-serif;
}

.cancelBtn {
  color: #0D1D69;
  border-color: #0D1D69;
  border-radius: 8px;
}

.cancelBtn:hover {
  background-color: rgb(238, 239, 246) !important;
  border-color: rgb(75, 90, 161) !important;
}

.btn-primary.focus,
.btn-primary:focus {
  border-color: #0D1D69 !important;
}

.applyBtn {
  color: #ffffff;
  background-color: #0D1D69 !important;
  border-radius: 8px;
  box-shadow: none !important;
  border-color: #0D1D69 !important;
}

.applyBtn:hover {
  background-color: #0D1D69;
  border-color: #0D1D69 !important;
}

.daterangepicker select {
  width: 45px;
  margin: 0 auto;
  height: 30px;
  background: #ffffff !important;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.page-content {
  width: calc(100% - 300px);
  margin-left: 285px;
  margin-top: 60px;
  transition: all 0.4s;
  margin-right: 0px;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  background-color: #F3F3F3;
}

img {
  vertical-align: middle;
  border-style: none;
}

.ul_device_tabs {
  margin-bottom: 2%;
  border-color: rgba(210, 213, 226, 0.85) !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb::-webkit-scrollbar {
  height: 6px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 0.5rem;
  color: #6c757d;
}

.h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #030615;
  margin: 10px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.6;
}

.actuation_title .title_text_inventory {
  color: #030615 !important;
  font-size: 19px !important;
}

.subtitle-1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
}

.subtitle-2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.body-1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.body-2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.button-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.overline {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.user_settings_icon {
  padding-right: 20px;
  color: #00B9E4;
}

.user_settings_card_title {
  font-size: 18px;
  font-weight: 600;
  color: #0D1D69;
}

.user_settings_small_text {
  font-size: 16px;
  font-weight: 600;
  color: #0D1D69;
}

.user_settings_large_text {
  font-size: 16px;
  font-weight: 600;
  color: #0D1D69;
}

/* Títulos */
.tab-opcua-servers {
  font-size: 18px;
  font-weight: 600;
  color: #030615;
  padding-left: 10px;
  margin: 0;
}

.actuation_title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #0D1D69;
  margin: 0;
}

.title_device_info {
  font-size: 24px;
  font-weight: 600;
  color: #0D1D69;
  padding-left: 0;
}

.data_range_text {
  font-size: 18px;
  font-weight: 600;
  color: #0D1D69;
  padding-left: 0;
}

.label_actuation {
  color: #0D1D69;
  display: block;
  font-weight: 600;
  padding-left: 0;
}

.footer_public_page {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #eee;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #8991B4;
  line-height: 16px;
  letter-spacing: 0.4px;
  word-wrap: break-word;
  z-index: 1000;
}

.footer_public_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  text-align: center;
}

.footer_public_content .org_logo {
  height: 22px;
  vertical-align: middle;
}

.footer_public_content span,
.footer_public_content span * {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.4px;
  word-wrap: break-word;
}

.a {
  color: var(--Primary-500_interactive-items, #0D1D69);
  text-decoration: underline;
}

.footer_public_content span,
.footer_public_content span:not(:has(a)) {
  color: #8991B4;
}

.span:has(a) {
  color: var(--Primary-500_interactive-items, #0D1D69);
}

.titlepanels {
  justify-content: flex-end;
  color: #0D1D69;
}

.logopanels {
  height: 26px;
  max-width: 120px;
  vertical-align: middle;
}

#org_logo_row, #dashboard_name_row {
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  background-color: #eee;
}

#last_refresh_text,
#last_refresh_time {
  font-size: 12px;
  color: #8991B4;
}

#go_fullscreen {
  cursor: pointer;
}

#fullscreen_div::backdrop {
  background-color: rgb(255, 255, 255) !important;
}

body {
  font-family: "Inter", sans-serif !important;
  background-color: #ffffff;
}

#fullscreen_div::backdrop {
  background-color: rgb(255, 255, 255);
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-content {
  flex: 1;
}/*# sourceMappingURL=publicpanel.css.map */