#bubble_chart {
  background-color: #FFFFFF;
  border: 3px dotted #DDDDDD;
  font: 10px sans-serif;
  height: 400px;
  text-shadow: none;
  width: 600px;
}

.bubble {
  position: relative;
}

/* Cal-HeatMap CSS */
.graph {
  clear: both;
  display: block;
  font-family: "Lucida Grande, Lucida, Verdana, sans-serif";
  overflow: hidden;
}

.graph-label {
  fill: #999999;
  font-size: 10px;
}

.graph-rect {
  fill: #EDEDED;
  shape-rendering: "crispedges";
}

.graph-rect:hover {
  stroke: #000000;
}

.subdomain-text {
  font-size: 8px;
  fill: #999999;
  pointer-events: none;
}

.hover_cursor:hover {
  cursor: pointer;
}

.qi {
  background-color: #999999;
  fill: #999999;
}

.q0 {
  background-color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #EDEDED;
}

.q1 {
  background-color: #DAE289;
  fill: #DAE289;
}

.q2 {
  background-color: #CEBD9C;
  fill: #9CC069;
}

.q3 {
  background-color: #B5CF6B;
  fill: #669D45;
}

.q4 {
  background-color: #637939;
  fill: #637939;
}

.q5 {
  background-color: #3B6427;
  fill: #3B6427;
}

rect.highlight {
  stroke: #444444;
  stroke-width: 1;
}

text.highlight {
  fill: #444444;
}

rect.now {
  stroke: #FF0000;
}

text.now {
  fill: #FF0000;
}

.domain-background {
  fill: none;
  shape-rendering: "crispedges";
}

div.tooltip-heatmap {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 40px;
  padding: 2px;
  font: 12px sans-serif;
  background: #ABCBF5;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

.x_label, .y_label {
  cursor: pointer;
}

.pie-chart-box-left {
  width: 500px;
  margin-left: auto;
  margin-right: 20px;
}

.pie-chart-box-right {
  width: 500px;
  margin-left: 20px;
  margin-right: auto;
}

.pie-chart {
  background-color: #FFFFFF;
  border: 0px dotted #DDDDDD;
  font: 10px sans-serif;
  height: 325px;
  text-shadow: none;
  width: 500px;
  box-sizing: border-box;
}

.pie-chart-small {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pie-chart-small svg g.label_group text {
  font-size: 1.15rem;
}

.pie-chart .total {
  font-size: 18px;
}

.pie-chart .units {
  fill: #808080;
  font-size: 12px;
}

.pie-chart .label {
  fill: #CCCCCC;
  font-size: 12px;
}

.pie-chart .value {
  font-size: 12px;
}

svg {
  font: 10px sans-serif;
}

.axis path, .axis line {
  fill: none;
  stroke: #000000;
  shape-rendering: crispEdges;
}

.axis {
  font: 10px sans-serif;
}

.axis text {
  -webkit-transition: fill-opacity 250ms linear;
}

.axis path {
  display: none;
}

.axis line {
  stroke: #000000;
  shape-rendering: crispEdges;
}

.horizon {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-top: none;
  bottom: 0;
  line-height: 30px;
  margin: 0 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.line {
  background: #000000;
  opacity: 0.2;
  z-index: 2;
}

#n-sidebar {
  position: fixed;
  width: var(--sidebar-width);
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  transition: width 0.5s;
  z-index: 1040;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* define style for the mobile button menu */
#n-sidebar .mobile-menu-button,
#n-sidebar .mobile-menu-stats {
  opacity: 0;
  transition: 1s all ease-in;
  display: none !important;
}

#n-sidebar .mobile-menu-stats .info-stats span {
  color: #FFFFFF;
}

#n-sidebar.active .mobile-menu-button {
  padding: 0.8rem;
  background-color: #3E3E3E;
  opacity: 1;
}

#n-sidebar.active .mobile-menu-stats {
  padding: 0.8rem;
  background-color: #2E2E2E;
  opacity: 1;
}

.btn-sidebar {
  display: none;
}

.sidebar-close-layer {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8588235294);
  z-index: 1005;
}

.mobile-menu-button select.form-control {
  color: #D1D1D1;
  background-color: #181818;
  border: 1px solid #3C3C3C;
}

.mobile-menu-button button[data-toggle=sidebar] {
  color: #FFFFFF;
  font-size: 1.2rem;
  background: none;
  border: none;
  height: 100%;
}

#sidebar {
  padding: 0;
  list-style: none;
}

#n-sidebar.bg-light #sidebar li:hover {
  background-color: #DEDEDE;
}

#n-sidebar .sidebar-info,
#n-sidebar.active .sidebar-info {
  background-color: #ECECEC;
  color: #363943;
  position: fixed;
  bottom: 0;
  width: inherit;
  padding: 1rem;
  text-align: center;
}

#n-sidebar .sidebar-info a {
  background-color: #ECECEC;
  color: #363943;
  text-decoration: none;
}

#collapse-sidebar {
  position: relative;
}

#collapse-sidebar span {
  position: absolute;
  margin-left: 0.5rem;
  color: #363943;
}

#n-sidebar .dropdown-divider {
  border-top: 1px solid #C5C5C5;
}

#n-sidebar h3.muted {
  padding: 0.1rem 0.5rem;
  margin-bottom: 2px;
  position: relative;
}

#n-sidebar h3.muted div > a,
#n-sidebar h3.muted div > button {
  display: inline-block;
}

#n-sidebar.bg-dark button[data-toggle=sidebar] > i {
  color: #FFFFFF;
}

#n-sidebar.active ul {
  width: 100%;
}

#n-sidebar.active ul li {
  width: 100%;
  text-align: left;
}

#n-sidebar ul li {
  width: 100%;
  text-align: center;
}

#n-sidebar.active ul li span.title {
  display: inline-block;
  font-size: 1rem;
}

#n-sidebar ul li span.title {
  font-size: 0.75rem;
  display: block;
}

#n-sidebar.bg-light ul > li.nav-item div.collapse > ul li > a:hover,
#n-sidebar.bg-light ul > li.nav-item div.collapsing > ul li > a:hover {
  background-color: #DEDEDE;
}

#n-sidebar ul > li.nav-item > a {
  display: block;
  padding: 0.8rem 0rem;
  text-decoration: none;
  transition: background 0.5s;
  color: #363943;
  white-space: nowrap;
  font-size: 0.75rem;
}

#n-sidebar.bg-dark ul > li.nav-item > a.submenu::before {
  border-left: 4px solid #FFFFFF;
}

#n-sidebar ul > li.nav-item > a.submenu::before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 3px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333333;
  right: 4px;
}

#n-sidebar ul > li.nav-item > a > span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

#n-sidebar.active ul > li.nav-item > a {
  padding: 0.8rem;
  font-size: 1rem;
}

#n-sidebar.active ul > li.nav-item > a > span {
  display: inline;
  font-size: 1rem;
}

#n-sidebar.active .submenu::after {
  display: inline-block;
  margin-left: auto;
  margin-right: 0px;
  vertical-align: 0.26rem;
  content: "";
  border-top: 0.3rem solid;
  border-right: 0.3rem solid transparent;
  border-bottom: 0;
  border-left: 0.3rem solid transparent;
}

#n-sidebar.active .sidebar-info {
  display: block;
  text-align: left;
}

#n-sidebar ul > li.nav-item a.active {
  color: #FFFFFF;
  background-color: #FF7500;
  border-radius: 0;
}

#n-sidebar ul > li.nav-item div.collapse,
#n-sidebar ul > li.nav-item div.collapsing {
  background-color: #FFFFFF;
  color: #383B45;
  min-height: 40px;
}

#n-sidebar ul > li.nav-item div.collapse > ul li > a.active,
#n-sidebar ul > li.nav-item div.collapsing > ul li > a.active {
  background-color: #F57F17;
}

#n-sidebar ul > li.nav-item div.collapse > ul li > a,
#n-sidebar ul > li.nav-item div.collapsing > ul li > a {
  padding: 0.5rem;
  transition: all 0.5s;
  display: block;
  font-size: 0.95rem;
  color: #363943;
  text-decoration: none;
}

#ntop-logo {
  height: 3.2rem;
  width: 100%;
}

#ntop-logo > svg {
  width: 100%;
  height: 2.5rem;
  margin-top: 6px;
}

.squared-logo {
  display: none;
}

.side-collapse {
  animation: none;
  transition: none;
  left: var(--sidebar-width);
  z-index: 1040;
  width: 16rem;
  top: 0;
  position: absolute;
  overflow-y: auto;
}

.side-collapse a {
  text-align: left;
}

main#n-container {
  padding-left: calc(var(--sidebar-width) + 1rem) !important;
}

#n-navbar {
  left: var(--sidebar-width);
}

#host_search_form div.search-container {
  width: 20rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  footer {
    font-size: 0.8rem;
    height: 6rem;
    min-height: 6rem;
  }
  .body {
    padding-top: 6rem;
  }
  main#n-container {
    padding: 0.8rem !important;
    padding-left: 1rem !important;
  }
  #n-container {
    margin-left: 0.8rem;
  }
  /** hide the default dropdown to switch interface */
  #button-switch-interface {
    display: none !important;
  }
  .btn-sidebar {
    display: block;
  }
  #n-sidebar.active .mobile-menu-button,
  #n-sidebar.active .mobile-menu-stats {
    display: flex !important;
  }
  #n-sidebar.active .mobile-menu-stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #n-sidebar .mobile-menu-button,
  #n-sidebar .mobile-menu-stats {
    display: none;
  }
  #n-sidebar {
    width: 0;
    left: 0;
  }
  /** expand the sidebar to 80% of the screen */
  #n-sidebar.active {
    width: 80vw;
  }
  #n-navbar {
    left: 1rem;
  }
  /** hide the ntop logo */
  #n-sidebar h3.muted {
    display: none;
  }
  #n-sidebar ul#sidebar {
    overflow-y: auto;
    transition: 0.2s all ease-out;
    opacity: 0;
    padding: 0;
  }
  #n-sidebar.active ul#sidebar {
    opacity: 1;
  }
  #n-sidebar ul#sidebar li.nav-item > a {
    padding: 1rem;
  }
  #n-sidebar ul#sidebar li.nav-item div[data-parent="#sidebar"] ul li {
    padding: 0.45rem;
  }
  #n-sidebar ul#sidebar li.nav-item div[data-parent="#sidebar"] ul li.active {
    background-color: #F57F17;
  }
  #n-sidebar ul#sidebar li.nav-item div[data-parent="#sidebar"] ul li.dropdown-divider {
    padding: 0.1rem;
  }
  #n-sidebar ul#sidebar li.nav-item.active {
    background-color: #FF7500;
  }
  #n-sidebar ul > li.nav-item > a.submenu::after,
  #n-sidebar ul > li.nav-item > a.submenu::before {
    display: none;
  }
  .side-collapse {
    position: static;
    overflow-y: hidden;
    box-shadow: none;
    width: 100%;
    transition: 0.5s ease-in;
  }
  .navbar ul.navbar-nav li.nav-item-mobile-button {
    margin-top: 0.5rem;
  }
  #host_search_form div.search-container {
    width: 17rem;
  }
}
#n-sidebar.bg-dark .sidebar-info {
  background-color: #353535;
  color: #E2E2E2;
}

#n-sidebar.bg-dark .sidebar-info a {
  background-color: #353535;
  color: #E2E2E2;
  text-decoration: none;
}

#n-sidebar.bg-dark {
  background-color: #212529 !important;
  color: #E2E2E2;
}

#n-sidebar.bg-dark #toggle-theme {
  color: #CCCCCC;
}

#n-sidebar.active.bg-dark .sidebar-info {
  color: #E2E2E2 !important;
}

#n-sidebar.bg-dark ul > li.nav-item div.collapse,
#n-sidebar.bg-dark ul > li.nav-item div.collapsing {
  background-color: #353535;
  color: #E2E2E2;
}

#n-sidebar.bg-dark .dropdown-divider {
  border-top: 1px solid #1F1F1F;
}

#n-sidebar.bg-dark ul#sidebar li.nav-item div[data-parent="#sidebar"] ul li:hover,
#n-sidebar.bg-dark ul > li.nav-item div.collapse > ul li > a:hover,
#n-sidebar.bg-dark ul > li.nav-item div.collapsing > ul li > a:hover {
  background-color: #272727;
}

#n-sidebar.bg-dark li,
#n-sidebar.bg-dark ul > li.nav-item > a,
#n-sidebar.bg-dark ul > li.nav-item div.collapse > ul li > a,
#n-sidebar.bg-dark ul > li.nav-item div.collapsing > ul li > a {
  color: #E2E2E2;
}

#n-sidebar.bg-dark li:hover,
#n-sidebar.bg-dark ul > li.nav-item > a:hover {
  background-color: #353535;
}

#n-sidebar.bg-dark ul > li.nav-item > a:focus {
  background-color: #1F1F1F;
}

#n-sidebar.bg-dark ul > li.nav-item > a[aria-expanded=true] {
  background-color: #353535 !important;
}

#n-sidebar.bg-dark.active #sidebar li::after {
  display: none;
}

#n-sidebar.bg-dark #sidebar li::after {
  background-color: rgba(66, 66, 66, 0.2117647059);
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  right: calc(50% - 1.5rem);
  position: absolute;
}

#n-sidebar.bg-dark #sidebar li:last-child::after {
  display: none;
}
.date_time_input[data-v-4ad18a23] {
    width: 10.5rem;
    max-width: 10.5rem;
    min-width: 10.5rem;
}

input~.alert[data-v-fd1f2005] {
    display: none;
}
input:invalid~.alert[data-v-fd1f2005] {
    display: block;
}

.tagify__input[data-v-f29c9085] {
    min-width: 175px;
}
.tagify__tag[data-v-f29c9085] {
    white-space: nowrap;
    margin: 3px 0px 5px 5px;
}
.tagify__tag select.operator[data-v-f29c9085] {
    margin: 0px 4px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}
.tagify__tag b.operator[data-v-f29c9085] {
    margin: 0px 4px;
    background-color: white;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 0.05em 0.2em;
}
.tagify__tag>div[data-v-f29c9085] {
    display: flex;
    align-items: center;
}

.loading-overlay[data-v-84f2d6a3] {
    position: absolute;
    inset: 0;
    /* top: 0; left: 0; bottom: 0; right: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* Bootstrap max overlay is 999 */
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}
.loading-overlay[data-v-84f2d6a3] {
    background-color: rgba(15, 23, 42, 0.9);
}
.loading-overlay.show[data-v-84f2d6a3] {
    opacity: 1;
    pointer-events: all;
}
.loading-spinner[data-v-84f2d6a3] {
    width: 40px;
    height: 40px;
    border: 3px solid #334155;
    border-radius: 50%;
    border-top-color: var(--ntop-orange);
    /* Spinning part ntop orange */
    animation: spin-84f2d6a3 1s ease-in-out infinite;
    margin-bottom: 12px;
}
.loading-text[data-v-84f2d6a3] {
    color: #e2e8f0;
    font-size: 14px;
    letter-spacing: 1px;
}
.loading-content[data-v-84f2d6a3] {
  display: flex;
  align-items: center;
}
.loading-content.vertical[data-v-84f2d6a3] {
  display: flex;
  flex-direction: column; 
  align-items: center;
}

/* Variante fixed visibile ovunque */
.loading-overlay.fixed[data-v-84f2d6a3] {
    padding-top: min(20%, 100px);
    align-items: normal !important;
}

/* Light theme */
:root[data-theme="light"] .loading-overlay[data-v-84f2d6a3],
[data-theme="light"] .loading-overlay[data-v-84f2d6a3] {
    background-color: rgba(243, 244, 246, 0.9);
}
:root[data-theme="light"] .loading-spinner[data-v-84f2d6a3],
[data-theme="light"] .loading-spinner[data-v-84f2d6a3] {
    border: 3px solid #6b7280;
    border-top-color: var(--ntop-orange);
}
:root[data-theme="light"] .loading-text[data-v-84f2d6a3],
[data-theme="light"] .loading-text[data-v-84f2d6a3] {
    color: #374151;
}
@keyframes spin-84f2d6a3 {
to {
        transform: rotate(360deg);
}
}

/* Used just for the action column in case of dropdowns, otherwise the
 * visualization stack is incorrect, need to increment the z-index of the
 * selected td
 */
td.sticky-column-td.dropdown-active[data-v-201a7c8e] {
    z-index: 3 !important;
}
.list-move[data-v-201a7c8e],

.list-enter-active[data-v-201a7c8e],
.list-leave-active[data-v-201a7c8e] {
    transition: all 0.35s ease;
}
.list-enter-from[data-v-201a7c8e] {
    opacity: 0;
    transform: translateX(-60px);
    /* entra da sinistra */
}
.list-leave-to[data-v-201a7c8e] {
    opacity: 0;
    transform: translateX(0);
    /* esce verso destra */
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.list-leave-active[data-v-201a7c8e] {
    position: absolute;
}

input ~ .alert[data-v-60d1a15e] {
  display: none;
}
input:invalid ~ .alert[data-v-60d1a15e] {
  display: block;
}

input[data-v-4bdf3d82]:invalid {
  border-color: #ff0000;
}
.not-allowed[data-v-4bdf3d82] {
  cursor: not-allowed;
}

.whitespace[data-v-c0bc203a] {
  margin-right: 0.2rem;
}
.custom-width[data-v-c0bc203a] {
  display: block;
  min-width: 100%;
}
input[data-v-c0bc203a]:invalid {
  border-color: #ff0000;
}
.exclude-domain-certificate[data-v-c0bc203a] {
  margin-top: 0.4rem;
}

.form-check[data-v-cfd16803] {
    min-width: 200px;
    margin-bottom: 0.5rem;
}
.form-check-input[data-v-cfd16803] {
    margin-top: 0.125rem;
}
.form-check-label[data-v-cfd16803] {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.gap-2[data-v-cfd16803] {
    gap: 0.5rem;
}
.d-flex[data-v-cfd16803] {
    display: flex;
}
.flex-wrap[data-v-cfd16803] {
    flex-wrap: wrap;
}
.me-1[data-v-cfd16803] {
    margin-right: 0.25rem;
}
.me-2[data-v-cfd16803] {
    margin-right: 0.5rem;
}
.ms-2[data-v-cfd16803] {
    margin-left: 0.5rem;
}
.mt-2[data-v-cfd16803] {
    margin-top: 0.5rem;
}
.dygraph-legend{position:absolute;font-size:14px;z-index:10;width:250px;background:#fff;line-height:normal;text-align:left;overflow:hidden}.dygraph-legend[dir=rtl]{text-align:right}.dygraph-legend-line{display:inline-block;position:relative;bottom:.5ex;padding-left:1em;height:1px;border-bottom-width:2px;border-bottom-style:solid}.dygraph-legend-dash{display:inline-block;position:relative;bottom:.5ex;height:1px;border-bottom-width:2px;border-bottom-style:solid}.dygraph-roller{position:absolute;z-index:10}.dygraph-annotation{position:absolute;z-index:10;overflow:hidden}.dygraph-default-annotation{border:1px solid #000;background-color:#fff;text-align:center}.dygraph-axis-label{z-index:10;line-height:normal;overflow:hidden;color:#000}.dygraph-title{font-weight:700;z-index:10;text-align:center}.dygraph-xlabel{text-align:center}.dygraph-label-rotate-left{text-align:center;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg)}.dygraph-label-rotate-right{text-align:center;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg)}
/*# sourceMappingURL=dygraph.min.css.map */
/* Custom styles for Dygraph legend and axis labels */
.dygraph-legend {
    color: var(--ntop-text-color);
    background-color: var(--timeseries-legend-bg-color) !important;
    border-color: var(--timeseries-legend-border-color);
    border-style: solid;
    border-width: thin;
    z-index: 9999 !important;
    position: absolute;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 0.375rem;
    width: auto;
    word-wrap: break-word;
    padding: 8px !important;
}
.dygraph-legend>span {
    color: #111111;
    padding-left: 5px;
    padding-right: 2px;
    margin-left: -5px;
    background-color: #FFFFFF !important;
}
.dygraph-legend>span:first-child {
    margin-top: 2px;
}
.dygraph-axis-label {
    z-index: 10;
    line-height: normal;
    overflow: hidden;
    color: var(--ntop-text-color);
}

.custom-ms[data-v-7ac49e7d] {
  margin-left: 2rem !important;
}
.inline-block[data-v-7ac49e7d] {
    display: inline-block;
    margin-right: 1rem;
}
.border[data-v-7ac49e7d] {
    border-style: solid !important;
}

input[data-v-9c7e198c]:invalid {
  border-color: #ff0000;
}
.custom-margin[data-v-9c7e198c] {
margin-left: -0.4rem;
}
.warn[data-v-9c7e198c] {
border-color: #ffd500;
border-style: solid;
}

input[data-v-cd16ede7]:invalid {
  border-color: #ff0000;
}
.not-allowed[data-v-cd16ede7] {
  cursor: not-allowed;
}

.exporter-graph-wrap[data-v-424f1771] {
  max-width: 70vw;
  overflow: hidden;
}

.inline[data-v-52deaaf3] {
    display: inline-block;
}
.select2-size[data-v-52deaaf3] {
    min-width: 18rem;
}
.list-move[data-v-52deaaf3],

.list-enter-active[data-v-52deaaf3],
.list-leave-active[data-v-52deaaf3] {
    transition: all 0.35s ease;
}
.list-enter-from[data-v-52deaaf3] {
    opacity: 0;
    transform: translateX(-60px);
    /* entra da sinistra */
}
.list-leave-to[data-v-52deaaf3] {
    opacity: 0;
    transform: translateX(0);
    /* esce verso destra */
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.list-leave-active[data-v-52deaaf3] {
    position: absolute;
}

.vis-tooltip {
  visibility: hidden;
  color: var(--ntop-text-color) !important;
  background-color: var(--timeseries-legend-bg-color) !important;
  border-color: var(--timeseries-legend-border-color);
  border-style: solid;
  border-width: thin;
  z-index: 99999 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 0.375rem;
  position: fixed;
  width: auto;
  max-width: 240px;
  word-wrap: break-word;
  padding: 8px !important;
  line-height: 1.3;
  font-size: 14px;
}
.vis-tooltip>span {
  color: var(--ntop-text-color);
  padding-left: 5px;
  padding-right: 2px;
  margin-left: -5px;
  background-color: #FFFFFF !important;
  display: inline-block;
}
.vis-tooltip>span:first-child {
  margin-top: 2px;
}

.no-data-message[data-v-33ffce1b] {
    margin: 20px;
    padding: 15px;
    border-radius: 4px;
    color: var(--ntop-text-color);
    background-color: var(--loading-bg);
    border: 1px solid var(--loading-spinner-border);
}

.pie-container[data-v-7e7972f4] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.pie-title[data-v-7e7972f4] {
  flex-shrink: 0;
  margin-bottom: 4px;
}
.pie-body[data-v-7e7972f4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  gap: 8px;
}

/* Side legend */
.legend-left .pie-body[data-v-7e7972f4],
.legend-right .pie-body[data-v-7e7972f4] {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.legend-right .pie-body[data-v-7e7972f4] {
  flex-direction: row;
}
.legend-left .pie-body[data-v-7e7972f4] {
  flex-direction: row-reverse;
}
.pie-wrapper[data-v-7e7972f4] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.legend-left .pie-wrapper[data-v-7e7972f4],
.legend-right .pie-wrapper[data-v-7e7972f4] {
  flex: 1 1 auto;
  max-width: 60%;
}
.no-data[data-v-7e7972f4] {
  color: #999;
  margin: auto;
}
[data-v-7e7972f4] .pie-hole {
  fill: var(--loading-bg, #fff);
}
[data-v-7e7972f4] path.slice {
  cursor: pointer;
}
.pie-tooltip[data-v-7e7972f4] {
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(10, 10, 10, 0.85);
  color: #fff;
  padding: 5px 10px 5px 8px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 100;
  backdrop-filter: blur(4px);
}
.tt-dot[data-v-7e7972f4] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tt-name[data-v-7e7972f4] {
  font-weight: 500;
}
.tt-val[data-v-7e7972f4] {
  font-weight: 700;
}
.tt-percentage[data-v-7e7972f4] {
  color: rgba(255, 255, 255, 0.5);
}
.pie-legend[data-v-7e7972f4] {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4px 0;
  overflow: hidden;
  min-width: 0;
  max-height: 100%;
}
.legend-left .pie-legend[data-v-7e7972f4],
.legend-right .pie-legend[data-v-7e7972f4] {
  overflow-y: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}
.legend-left .pie-legend[data-v-7e7972f4]::-webkit-scrollbar,
.legend-right .pie-legend[data-v-7e7972f4]::-webkit-scrollbar {
  width: 3px;
}
.legend-left .pie-legend[data-v-7e7972f4]::-webkit-scrollbar-thumb,
.legend-right .pie-legend[data-v-7e7972f4]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}
.legend-item[data-v-7e7972f4] {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.legend-item.clickable[data-v-7e7972f4] {
  cursor: pointer;
}
.legend-dot[data-v-7e7972f4] {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}
.legend-name[data-v-7e7972f4] {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legend-percentage[data-v-7e7972f4] {
  flex-shrink: 0;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-left: 2px;
}

.btn-ontop[data-v-198e1dcb] {
    position: absolute;
    right: 0;
    top: -0.7rem;
    z-index: 10;
}
.zoom-btn[data-v-198e1dcb] {
    background-color: #fd7e14 !important;
    color: white !important;
    border: none !important;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.zoom-btn[data-v-198e1dcb]:hover {
    background-color: #e76b06 !important;
}
.sankey-wrapper-container[data-v-198e1dcb] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.btn-group-container[data-v-198e1dcb] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.zoom-controls[data-v-198e1dcb] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.refresh-btn[data-v-198e1dcb] {
    background-color: #6c757d !important;
    color: white !important;
    border: none !important;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.refresh-btn[data-v-198e1dcb]:hover {
    background-color: #5a6268 !important;
}
.refresh-btn.active[data-v-198e1dcb] {
    background-color: #007bff !important;
}
.refresh-btn.active[data-v-198e1dcb]:hover {
    background-color: #0056b3 !important;
}
.sankey-container svg[data-v-198e1dcb] {
    overflow: visible;
}
.sankey-container[data-v-198e1dcb] {
  overflow: hidden;
}

input[data-v-39f77b8f]:invalid {
  border-color: #ff0000;
}

input[data-v-8ca56922]:invalid {
  border-color: #ff0000;
}

.dygraph-axis-label.dygraph-axis-label-x[data-v-98a6b34f] {
    font-size: 12px;
    transform: rotate(-90deg) translate(-20px, 0);
}
.add-effect-move[data-v-98a6b34f],

.add-effect-enter-active[data-v-98a6b34f],
.add-effect-leave-active[data-v-98a6b34f] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-98a6b34f] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-98a6b34f] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-98a6b34f] {
    position: absolute;
}

.geomap-container[data-v-49abb68f] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-color: #0f172a;
    border-radius: 8px;
    /* overflow: visible so the tooltip is not clipped; the SVG is clipped separately */
    overflow: visible;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}
.graph-svg[data-v-49abb68f],[data-v-49abb68f] svg {
    border-radius: 8px;
    overflow: hidden;
}
.static-tooltip[data-v-49abb68f] {
    position: absolute;
    z-index: 1000;
    pointer-events: auto;
    background-color: rgba(15, 23, 42, 0.95);
    border: 1px solid #334155;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    min-width: 200px;
    max-width: 300px;
    color: #e2e8f0;
}
.static-tooltip-content[data-v-49abb68f] {
    position: relative;
    padding: 12px;
}
.tooltip-header[data-v-49abb68f] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.close-btn[data-v-49abb68f] {
    background: none;
    border: none;
    color: #e2e8f0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.close-btn[data-v-49abb68f]:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.close-btn[data-v-49abb68f]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
[data-v-49abb68f] .custom-tooltip-content {
    color: #e2e8f0;
}
[data-v-49abb68f] .custom-tooltip-content h6 {
    color: #ffffff;
    margin-bottom: 8px;
}
[data-v-49abb68f] .custom-tooltip-content hr {
    border-color: rgba(148, 163, 184, 0.3);
}
[data-v-49abb68f] .custom-tooltip-content .flag {
    width: 16px;
    height: 12px;
    margin-right: 8px;
}
[data-v-49abb68f] .custom-tooltip-content .badge {
    font-size: 0.75rem;
}
.map-controls[data-v-49abb68f] {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.control-button[data-v-49abb68f] {
    background-color: rgba(15, 23, 42, 0.8);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s;
}
.control-button[data-v-49abb68f]:hover {
    background-color: rgba(30, 41, 59, 0.9);
    border-color: rgba(148, 163, 184, 0.5);
}
.button-icon[data-v-49abb68f] {
    font-size: 14px;
}
.legend[data-v-49abb68f] {
    background-color: rgba(15, 23, 42, 0.8);
    border-radius: 4px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.3);
}
.legend-title[data-v-49abb68f] {
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    padding-bottom: 4px;
}
.legend-item[data-v-49abb68f] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
    font-size: 11px;
    margin-bottom: 5px;
}
.severity-dot[data-v-49abb68f] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.severity-dot.critical[data-v-49abb68f] {
    background-color: #ff2d55;
    box-shadow: 0 0 5px rgba(255, 45, 85, 0.7);
}
.severity-dot.high[data-v-49abb68f] {
    background-color: #ff9500;
    box-shadow: 0 0 5px rgba(255, 149, 0, 0.7);
}
.severity-dot.medium[data-v-49abb68f] {
    background-color: #ffcc00;
    box-shadow: 0 0 5px rgba(255, 204, 0, 0.7);
}
.severity-dot.low[data-v-49abb68f] {
    background-color: #5cd65c;
    box-shadow: 0 0 5px rgba(92, 214, 92, 0.7);
}

/* Basic styling for map elements */
[data-v-49abb68f] .country {
    transition: fill 0.3s ease;
}
[data-v-49abb68f] .alert-dot {
    transition: r 0.2s ease;
}

/* Pulse animation */
@keyframes pulse-49abb68f {
0% {
        transform: scale(1);
        opacity: 0.8;
}
100% {
        transform: scale(3);
        opacity: 0;
}
}
[data-v-49abb68f] .pulse-circle {
    animation: pulse-49abb68f 1.5s infinite ease-out;
}
[data-v-49abb68f] .country-label {
    fill: #94a3b8;
    font-size: 8px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 0.2s ease;
}

/* zoom controls */
.btn-ontop[data-v-49abb68f] {
    position: absolute;
    right: 0;
    top: -0.7rem;
    z-index: 10;
}
.zoom-btn[data-v-49abb68f] {
    background-color: #fd7e14 !important;
    color: white !important;
    border: none !important;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.zoom-btn[data-v-49abb68f]:hover {
    background-color: #e76b06 !important;
}

.fade-scale-enter-active[data-v-d104b909],
.fade-scale-leave-active[data-v-d104b909] {
    transition: all 0.5s ease;
}
.fade-scale-enter-from[data-v-d104b909] {
    opacity: 0;
    transform: scaleY(0);
}
.fade-scale-enter-to[data-v-d104b909] {
    opacity: 1;
    transform: scaleY(1);
}
.fade-scale-leave-from[data-v-d104b909] {
    opacity: 1;
    transform: scaleY(1);
}
.fade-scale-leave-to[data-v-d104b909] {
    opacity: 0;
    transform: scaleY(0);
}

/**
 * Transition animations for component add/remove effects
 * Uses Vue's transition system with enter/leave animations
 */

/* Apply transition to moving elements */
.add-effect-move[data-v-ba29ab6a],
.add-effect-enter-active[data-v-ba29ab6a],
.add-effect-leave-active[data-v-ba29ab6a] {
    transition: all 0.35s ease;
}

/**
 * Enter animation: fade in from left
 */
.add-effect-enter-from[data-v-ba29ab6a] {
    opacity: 0;
    transform: translateX(-60px);
}

/**
 * Leave animation: fade out
 */
.add-effect-leave-to[data-v-ba29ab6a] {
    opacity: 0;
    transform: translateX(0px);
}

/**
 * Ensure leaving items are taken out of layout flow
 * so that moving animations can be calculated correctly
 */
.add-effect-leave-active[data-v-ba29ab6a] {
    position: absolute;
}

.add-effect-move[data-v-ecef86e4],

.add-effect-enter-active[data-v-ecef86e4],
.add-effect-leave-active[data-v-ecef86e4] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-ecef86e4] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-ecef86e4] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-ecef86e4] {
    position: absolute;
}

/* Using scoped style like in the Sankey component */
.d3-chart-container[data-v-0ede89e5] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
}

/* Use a flex container approach like in Sankey */
.d-flex[data-v-0ede89e5] {
    display: flex;
}
.flex-column[data-v-0ede89e5] {
    flex-direction: column;
}
.flex-grow-1[data-v-0ede89e5] {
    flex-grow: 1;
}
.position-relative[data-v-0ede89e5] {
    position: relative;
}
.d3-legend-container[data-v-0ede89e5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.legend-text[data-v-0ede89e5] {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}
.d3-tooltip[data-v-0ede89e5] {
    position: absolute;
    z-index: 1070;
    font-size: 12px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    pointer-events: none;
}

.slider-blue[data-v-71f9192a] {
  --slider-connect-bg: #3B82F6;
  --slider-tooltip-bg: #3B82F6;
  --slider-handle-ring-color: #3B82F630;
}


.add-effect-move[data-v-1978ef1f],

.add-effect-enter-active[data-v-1978ef1f],
.add-effect-leave-active[data-v-1978ef1f] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-1978ef1f] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-1978ef1f] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-1978ef1f] {
    position: absolute;
}
.slider-connect[data-v-1978ef1f] {
    background: none !important;
}

/* Transition effects */
.transition-all[data-v-be8fec49] {
    transition: all 0.3s ease;
}

/* Dimming effect */
.dimmed[data-v-be8fec49] {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

/* TCP highlighting */
.tcp-highlighted[data-v-be8fec49] {
    background-color: #198754 !important;
    border-color: #198754 !important;
    box-shadow: 0 0 20px rgba(25, 135, 84, 0.5);
    transform: scale(1.05);
}

/* TCP ports section highlighting */
.tcp-ports-highlighted[data-v-be8fec49] {
    background: linear-gradient(135deg, rgba(25, 135, 84, 0.9), rgba(25, 135, 84, 0.7));
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 25px rgba(25, 135, 84, 0.4);
    border: 2px solid rgba(25, 135, 84, 0.6);
}
.tcp-ports-highlighted .port-item[data-v-be8fec49] {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: white !important;
    box-shadow: 0 0 10px rgba(25, 135, 84, 0.3);
    transform: scale(1.02);
}
.port-highlighted[data-v-be8fec49] {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* UDP highlighting */
.udp-highlighted[data-v-be8fec49] {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
    transform: scale(1.05);
}

/* UDP ports section highlighting */
.udp-ports-highlighted[data-v-be8fec49] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.9), rgba(255, 193, 7, 0.7));
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 25px rgba(255, 193, 7, 0.4);
    border: 2px solid rgba(255, 193, 7, 0.6);
}
.udp-ports-highlighted .port-item[data-v-be8fec49] {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: white !important;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
    transform: scale(1.02);
}

/* Pulsing animation for online status */
.pulse-animation[data-v-be8fec49] {
    animation: pulse-be8fec49 2s infinite;
}
@keyframes pulse-be8fec49 {
0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
}
70% {
        box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
}
100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
}
}

/* Custom card styling */
.card[data-v-be8fec49] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Info item styling for consistent label alignment */
.info-item[data-v-be8fec49] {
    display: flex;
    flex-direction: column;
}
.info-item label[data-v-be8fec49] {
    margin-bottom: 0.25rem;
}

/* Hover effects for port stat boxes */
.hover-highlight[data-v-be8fec49] {
    cursor: pointer;
    transition: all 0.3s ease;
}
.hover-highlight[data-v-be8fec49]:hover {
    transform: translateY(-2px);
}

/* Port item styling */
.port-item[data-v-be8fec49] {
    transition: all 0.3s ease;
}

.dashboard-container[data-v-9262cfae] {
    min-height: 60vh;
    padding: 1.5rem;
}
.filter-panel[data-v-9262cfae] {
    border-radius: 8px;
    border: none;
}
.graph-content[data-v-9262cfae] {
    width: 100%;
    height: 100%;
    min-height: 60vh;
}
.card[data-v-9262cfae] {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}
.card-header[data-v-9262cfae] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
}
.card-footer[data-v-9262cfae] {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1.5rem;
}
.detail-item[data-v-9262cfae] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}
.detail-label[data-v-9262cfae] {
    color: #6c757d;
    font-weight: bold;
}
.alert-summary[data-v-9262cfae] {
    border-radius: 6px;
}
.dropdown-menu[data-v-9262cfae] {
    max-height: 200px;
    overflow-y: auto;
    border: none;
    border-radius: 6px;
}
.dropdown-item[data-v-9262cfae] {
    padding: 0.5rem 1rem;
}
.dropdown-item[data-v-9262cfae]:hover {
    background-color: #f8f9fa;
}
.badge[data-v-9262cfae] {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
}
.nav-tabs[data-v-9262cfae] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link[data-v-9262cfae] {
    border: none;
    color: #6c757d;
    padding: 0.5rem 1rem;
    font-weight: 500;
}
.nav-tabs .nav-link.active[data-v-9262cfae] {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background: transparent;
}
.tab-content[data-v-9262cfae] {
    padding-top: 1rem;
}
.detail-row[data-v-9262cfae] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.detail-label[data-v-9262cfae] {
    font-weight: bold;
    flex: 1;
    text-align: left;
}
.detail-value[data-v-9262cfae] {
    flex: 1;
    text-align: right;
    font-weight: 600;
}
.dropdown[data-v-9262cfae] {
    position: relative;
}
.dropdown-menu.show[data-v-9262cfae] {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
}

.add-effect-move[data-v-2d77f99b],

.add-effect-enter-active[data-v-2d77f99b],
.add-effect-leave-active[data-v-2d77f99b] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-2d77f99b] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-2d77f99b] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-2d77f99b] {
    position: absolute;
}
.slider-connect[data-v-2d77f99b] {
    background: none !important;
}

/* Light mode */
:root[data-theme='light'] .chord-container[data-v-896c0de2] {
    background: linear-gradient(135deg, #fafbfc 0%, #f5f7fa 100%);
}

/* Dark mode */
:root[data-theme='dark'] .chord-container[data-v-896c0de2] {
    background: linear-gradient(135deg, #1a1d23 0%, #0d1117 100%);
}
.chord-container[data-v-896c0de2] {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chord-wrapper[data-v-896c0de2] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert[data-v-896c0de2] {
    margin: 20px;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Light mode alert */
:root[data-theme='light'] .alert-info[data-v-896c0de2] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #0c5460;
}

/* Dark mode alert */
:root[data-theme='dark'] .alert-info[data-v-896c0de2] {
    background-color: #1e2936;
    border: 1px solid #2d3748;
    color: #9ca3af;
}
.no-data-message[data-v-896c0de2] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    min-width: 200px;
}
[data-v-896c0de2] .chord-ribbon {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-v-896c0de2] .chord-group {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-v-896c0de2] .group-label {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Chord ribbon tooltip - Light mode */
:root[data-theme='light'] .chord-ribbon-tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    pointer-events: none;
    z-index: 10000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Chord ribbon tooltip - Dark mode */
:root[data-theme='dark'] .chord-ribbon-tooltip {
    position: absolute;
    background-color: #2D3748;
    color: var(--ntop-text-color);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    pointer-events: none;
    z-index: 10000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.card-shadow[data-v-665bff3d] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.add-effect-move[data-v-2be814b5],

.add-effect-enter-active[data-v-2be814b5],
.add-effect-leave-active[data-v-2be814b5] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-2be814b5] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-2be814b5] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-2be814b5] {
    position: absolute;
}
.slider-connect[data-v-2be814b5] {
    background: none !important;
}

.add-effect-move[data-v-44710d38],

.add-effect-enter-active[data-v-44710d38],
.add-effect-leave-active[data-v-44710d38] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-44710d38] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-44710d38] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-44710d38] {
    position: absolute;
}
.slider-connect[data-v-44710d38] {
    background: none !important;
}

.add-effect-move[data-v-8ff48b3d],

.add-effect-enter-active[data-v-8ff48b3d],
.add-effect-leave-active[data-v-8ff48b3d] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-8ff48b3d] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-8ff48b3d] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-8ff48b3d] {
    position: absolute;
}
.slider-connect[data-v-8ff48b3d] {
    background: none !important;
}

.add-effect-move[data-v-426ab4ad],

.add-effect-enter-active[data-v-426ab4ad],
.add-effect-leave-active[data-v-426ab4ad] {
    transition: all 0.35s ease;
}

/* Transform: positive pixels, the effects let enters the component
 * from the right, negative pixels from the left
 */
.add-effect-enter-from[data-v-426ab4ad] {
    opacity: 0;
    transform: translateX(-60px);
}
.add-effect-leave-to[data-v-426ab4ad] {
    opacity: 0;
    transform: translateX(0px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.add-effect-leave-active[data-v-426ab4ad] {
    position: absolute;
}
.slider-connect[data-v-426ab4ad] {
    background: none !important;
}

.table_length[data-v-989f5c80] {
  display: table;
  width: 100%;
}

.table_length[data-v-c172ffe1] {
  display: table;
  width: 100%;
}

.ps-4-5 {
    padding-left: 2rem !important;
}
.spinner-inside {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    left: 0.75rem;
}
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: inline-block;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    z-index: 10;
    max-height: 60vh;
    scrollbar-gutter: stable;
    overflow-y: auto;
}
.expandable-search {
    width: 40px;
    /* collapsed */
    transition: width 0.3s ease;
    overflow: hidden;
}
.expandable-search input {
    width: 100%;
    outline: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    padding-left: 2.5rem;
    padding-right: 3rem;
}
.expandable-search .search-btn {
    position: absolute;
    right: 8px;
    color: var(--icon-color);
    z-index: 2;
}
.expandable-search:hover,
.expandable-search:focus-within {
    width: 250px;
    /* expanded */
}
.expandable-search:hover input,
.expandable-search:focus-within input {
    outline: none;
    box-shadow: none;
    opacity: 1;
}

input[data-v-4caed74c]:invalid {
  border-color: #ff0000;
}
.not-allowed[data-v-4caed74c] {
  cursor: not-allowed;
}

input[data-v-ae950ce1]:invalid {
  border-color: #ff0000;
}
.not-allowed[data-v-ae950ce1] {
  cursor: not-allowed;
}

input[data-v-312f169d]:invalid {
  border-color: #ff0000;
}
.not-allowed[data-v-312f169d] {
  cursor: not-allowed;
}

input[data-v-0dc60d88]:invalid {
  border-color: #ff0000;
}
.not-allowed[data-v-0dc60d88] {
  cursor: not-allowed;
}

.first-col-width {
    /* max-width: 100% !important; */
}
@media print and (max-width: 210mm) {
td.first-col-width {
        max-width: 55mm !important;
}
}
@media print and (min-width: 211mm) {
td.first-col-width {
        max-width: 95mm !important;
}
}

/* @media print and (max-width: 148mm){ */
/* } */

/* Using scoped style like in the Sankey component */
.d3-chart-container[data-v-6ea96b22] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
}

/* Use a flex container approach like in Sankey */
.d-flex[data-v-6ea96b22] {
    display: flex;
}
.flex-column[data-v-6ea96b22] {
    flex-direction: column;
}
.flex-grow-1[data-v-6ea96b22] {
    flex-grow: 1;
}
.position-relative[data-v-6ea96b22] {
    position: relative;
}
.d3-legend-container[data-v-6ea96b22] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.legend-text[data-v-6ea96b22] {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}
.d3-tooltip[data-v-6ea96b22] {
    position: absolute;
    z-index: 1070;
    font-size: 12px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    pointer-events: none;
}

.responsive-title[data-v-09906b54] {
    /* clamp(MIN, VALORE_FLUIDO, MAX) */
    font-size: clamp(0.8rem, 2vw, 1.2rem);
}

@media print {
.dontprint[data-v-bf14ca56] {
        display: none;
}
.pagebreak-begin[data-v-bf14ca56] {
        page-break-before: always;
}
.pagebreak-end[data-v-bf14ca56] {
        page-break-after: always !important;
}
.print-element-class[data-v-bf14ca56] {
        page-break-inside: avoid !important;
        page-break-after: auto
}
}

/* @media print and (orientation: portrait) and (max-width: 297mm){ */
/*     .col-4 { */
/*         width: 50% !important; */
/*         flex: 0 0 auto; */
/*     } */
/* } */
@page {
    /* size: A3 landscape; */
    /* position:absolute; width:100%; top:0;left:0;right:0;bottom:0; padding:0; margin:-1px; */
}

/* Print on A4 */
@media print and (max-width: 297mm) and (min-width: 210mm) {

    /* .row { */
    /*         padding-left: 0; */
    /*         padding-right: 0; */
    /*         margin-left: -10rem; */
    /*         margin-right: 0; */
    /* } */
.col-4[data-v-bf14ca56] {
        width: 50% !important;
        flex: 0 0 auto;
}
}

/* Print on A5 (commented out as this is not working on Chrome/Safari) */

/* @media print and (max-width: 148mm){ */
/*     .col-4 { */
/*         width: 100% !important; */
/*         flex: 0 0 auto; */
/*     } */
/*     .col-6 { */
/*         width: 100% !important; */
/*         flex: 0 0 auto; */
/*     } */
/* } */
.align-center[data-v-bf14ca56] {}

input[data-v-e51d4ca5]:invalid {
  border-color: #ff0000;
}  

.sparkline-container[data-v-48a564f4] {
  display: inline-flex;
  align-items: center;
}
