@import '_content/Valoriza.UserInterface/Valoriza.UserInterface.1yeqf8x0fc.bundle.scp.css';

/* /Layout/Components/ApplicationLayout.razor.rz.scp.css */
main[b-6u5isz05pb] {
    flex: 1;
}

.top-row[b-6u5isz05pb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-6u5isz05pb]  a, .top-row[b-6u5isz05pb]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-6u5isz05pb]  a:hover, .top-row[b-6u5isz05pb]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-6u5isz05pb]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-6u5isz05pb] {
        justify-content: space-between;
    }

    .top-row[b-6u5isz05pb]  a, .top-row[b-6u5isz05pb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6u5isz05pb] {
        flex-direction: row;
    }

    .sidebar[b-6u5isz05pb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6u5isz05pb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6u5isz05pb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

.main[b-6u5isz05pb]{
    flex: 1;
    overflow-y: auto;
}
/* /Layout/Components/NavMenu/Components/Filter/MenuFilterSelector.razor.rz.scp.css */
.filters[b-b5397qfur0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
/* /Layout/Components/NavMenu/Components/Navigation/NavMenuNavigation.razor.rz.scp.css */
ul[b-vph8j7z8dj] {
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
}

.separator[b-vph8j7z8dj] {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 2px;
}

.space[b-vph8j7z8dj] {
  flex: 1;
}
/* /Layout/Components/NavMenu/Components/Summary/Components/Details/Components/Metric/NavMenuDetailMetric.razor.rz.scp.css */
.container[b-acagkz7k43] {
  border: 1px solid #444444;
  border-radius: 4px;
  padding: 10px;
  background-color: #1e1e1e;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.nav-menu-detail-metric-title[b-acagkz7k43] {
  font-size: 15px;
}

.nav-menu-detail-metrics-container[b-acagkz7k43] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 4px;
  gap: 10px;
}

.nav-menu-detail-metric[b-acagkz7k43] {
  display: flex;
  flex: 1;
  background-color: #3a3a3a;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.nav-menu-detail-metric-label[b-acagkz7k43] {
  font-size: 13px;
  color: #444444;
}

.nav-menu-detail-metric-total-value[b-acagkz7k43] {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.nav-menu-detail-metric-active-value[b-acagkz7k43] {
  font-size: 16px;
  color: rgb(14, 157, 16);
  font-weight: bold;
}

.nav-menu-detail-metric-inactive-value[b-acagkz7k43] {
  font-size: 16px;
  color: #c83232;
  font-weight: bold;
}
/* /Layout/Components/NavMenu/Components/Summary/Components/General/Components/Metric/NavMenuGeneralMetric.razor.rz.scp.css */
.Menu-metric-container[b-xjnt1rh6kq] {
  margin-top: 32px;
  margin-bottom: 32px;
}

.Menu-metric-container-header[b-xjnt1rh6kq] {
  display: flex;
  justify-content: space-between;
}

.Menu-metric-container-header span[b-xjnt1rh6kq] {
  font-weight: bold;
}

.Menu-metric-header-percentage[b-xjnt1rh6kq] {
  color: rgb(14, 157, 16);
}

.Menu-metric-container-progress[b-xjnt1rh6kq] {
  background: #374151;
  border-radius: 4px;
  height: 6px;
  margin-top: 5px;
}

.Menu-metric-container-progress span[b-xjnt1rh6kq] {
  display: block;
  height: 6px;
  border-radius: 4px;
  background: rgb(14, 157, 16);
}
/* /Layout/Components/NavMenu/Components/Summary/NavMenuSummary.razor.rz.scp.css */
summary[b-5mb8yb0lk0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none; /* Oculta la flecha por defecto */
}

summary[b-5mb8yb0lk0]::after {
  content: '▶';
  transition: transform 0.3s ease;
}

details[open] summary[b-5mb8yb0lk0]::after {
  transform: rotate(90deg);
}

details > *:not(summary)[b-5mb8yb0lk0] {
  overflow: hidden;
  height: 0px;
}

details[open] > *:not(summary)[b-5mb8yb0lk0] {
  height: auto;
}

h3[b-5mb8yb0lk0] {
  font-size: 16px;
  margin: 10px 0 0;
}

.description[b-5mb8yb0lk0] {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 10px;
}

.tabs[b-5mb8yb0lk0] {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

button[b-5mb8yb0lk0] {
  flex: 1;
  background: #1e1e1e;
  border: none;
  border-radius: 6px;
  padding: 8px;
  color: white;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: background 0.3s ease;
}

button.active[b-5mb8yb0lk0] {
  background: #444444;
}

.dashboard-content-container[b-5mb8yb0lk0] {
  height: 550px;
  overflow: auto;
  padding-bottom: 50px;
}

.center[b-5mb8yb0lk0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* /Layout/Components/NavMenu/Components/UserInfo/NavMenuUserInfo.razor.rz.scp.css */
.container[b-lod3as94nk] {
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 300px;
  background: #444444;
  height: 100px;
}

.user-info-separator-horizontal[b-lod3as94nk] {
  width: 100%;
  height: 1px;
  background: #666666;
  margin: 0;
}

.user-info-header[b-lod3as94nk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: white;
}

.user-info-header-avatar[b-lod3as94nk] {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  background:rgb(14, 157, 16);
  margin-right: 10px;
}

.user-info-header-name[b-lod3as94nk] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

span[b-lod3as94nk] {
  font-size: 13px;
  font-weight: 500;
  color: white;
}

.user-info-header-name-text[b-lod3as94nk] {
  font-weight: bold;
  font-size: 14px;
}

.user-info-footer[b-lod3as94nk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.user-info-footer-text[b-lod3as94nk] {
  font-size: 11px;
  color: white;
}

.user-info-footer-text-version[b-lod3as94nk] {
  font-weight: bold;
  font-size: 12px;
}

.user-info-footer-text-separator[b-lod3as94nk] {
  margin: 0 5px;
  color: #666666;
}
/* /Layout/Components/NavMenu/NavMenu.razor.rz.scp.css */
.navmenu[b-bwbbc9rdtv] {
  background: #1c1c1c;
  padding: 20px;
  height: 100vh;
  width: 300px;
  color: white;
  font-size: 0.94rem;
  font-family: sans-serif;
  transition: all 0.3s ease;
}

.navmenu-content[b-bwbbc9rdtv] {
  display: flex;
  flex-direction: column;
}

.hamburger[b-bwbbc9rdtv] {
  display: none;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .navmenu-collapsed[b-bwbbc9rdtv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    padding-top: 20px;
    width: 50px;
    overflow: hidden;
  }

  .navmenu-content-collapsed[b-bwbbc9rdtv] {
    display: none;
  }

  .navmenu-expanded[b-bwbbc9rdtv] {
    width: 300px;
    padding: 20px;
  }

  .hamburger[b-bwbbc9rdtv] {
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
  }
}

.navmenu .header[b-bwbbc9rdtv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.navmenu .logo[b-bwbbc9rdtv] {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.navmenu .version[b-bwbbc9rdtv] {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.navmenu .badge[b-bwbbc9rdtv] {
  background: #4b5563;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
}

.navmenu .version-number[b-bwbbc9rdtv] {
  font-size: 12px;
  color: #aaa;
}

.navmenu .filters[b-bwbbc9rdtv] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.select-wrapper[b-bwbbc9rdtv] {
  position: relative;
  display: inline-block;
}

.select-wrapper[b-bwbbc9rdtv]::after {
  content: "▼"; /* También puedes usar una imagen */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* para que el clic llegue al select */
  font-size: 12px;
  color: #aaa;
}

.select-wrapper select[b-bwbbc9rdtv] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

.navmenu .filters .select-wrapper select[b-bwbbc9rdtv] {
  width: 100%;
  padding: 10px;
  background: #444444;
  border: none;
  border-radius: 8px;
  color: white;
}

button[b-bwbbc9rdtv] {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-d24j9gpiro] {
    flex: 1;
}

.top-row[b-d24j9gpiro] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d24j9gpiro]  a, .top-row[b-d24j9gpiro]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d24j9gpiro]  a:hover, .top-row[b-d24j9gpiro]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d24j9gpiro]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d24j9gpiro] {
        justify-content: space-between;
    }

    .top-row[b-d24j9gpiro]  a, .top-row[b-d24j9gpiro]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d24j9gpiro] {
        flex-direction: row;
    }

    .sidebar[b-d24j9gpiro] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d24j9gpiro] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d24j9gpiro]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* /Pages/Authenticated/Pages/Credential/Components/Table/Components/CredentialDetail.razor.rz.scp.css */

.credential-status[b-ghm2ws9fdp] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    justify-content: space-between;
}
.item-active-title[b-ghm2ws9fdp]{
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.item-active-subtitle[b-ghm2ws9fdp]{
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
}
.item-active-header[b-ghm2ws9fdp] {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: white;
}
/* /Pages/Authenticated/Pages/Credential/Components/Table/CredentialTable.razor.rz.scp.css */
section[b-d9uy3qv4q0] {
  width: 100%;
  background-color: #1c1c1c;
}

.table-wrapper[b-d9uy3qv4q0] {
  width: 100%;
  min-width: 1500px;
  overflow-x: scroll;
}

.table-header table[b-d9uy3qv4q0],
.table-body table[b-d9uy3qv4q0] {
  width: 100%;
  min-width: 1500px;
  overflow-x: scroll;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-header[b-d9uy3qv4q0] {
  overflow: hidden;
  height: 50px;
}

.table-body[b-d9uy3qv4q0] {
  height: calc(100vh - 300px); /* Adjust height as needed */
  overflow-y: auto;
}

th[b-d9uy3qv4q0],
td[b-d9uy3qv4q0] {
  
  text-align: left;
}

th[b-d9uy3qv4q0] {
  background-color: #1e1e1e;
  font-weight: bold;
  color: #dddddd;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #444;
}

tr:nth-child(even)[b-d9uy3qv4q0] {
  background-color: #181818;
}

tr:hover[b-d9uy3qv4q0] {
  background-color: #2a2a2a;
}

.iconos[b-d9uy3qv4q0] {
  font-size: 16px;
  cursor: pointer;
}

.estado-verde[b-d9uy3qv4q0] {
  color: #00c853;
  font-size: 18px;
}

.estado-rojo[b-d9uy3qv4q0] {
  color: #d32f2f;
  font-size: 18px;
}

.footer[b-d9uy3qv4q0] {
  margin-top: 12px;
  font-size: 14px;
  color: #aaaaaa;
}

small[b-d9uy3qv4q0] {
  color: #bbbbbb;
  font-size: 12px;
}

.credential-card-body[b-d9uy3qv4q0] {
    padding: 15px !important;
    display: flex;
    height: calc(100vh - 100px);
}
/* /Pages/Authenticated/Pages/Dashboard/Components/DashboardMatrixHeatmap/DashboardMatrixHeatmap.razor.rz.scp.css */
#matrix-map[b-xeh5g3bcik]{

    width: 100%;
    height: 1200px;
}

.dashboard-map[b-xeh5g3bcik] {
    min-width: 450px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #626262;
    padding: 20px;
}

.title[b-xeh5g3bcik]{
    
    h1{

        margin: 0;
        font-size: 20px;
        color: #ffffff;
    }
    h2[b-xeh5g3bcik]{
        color: #aaaaaa;
        font-size: 14px;
    }
}
/* /Pages/Authenticated/Pages/Device/Components/DeviceConnectDetail.razor.rz.scp.css */
.DeviceDetail[b-j2d76kuoca] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}
.DeviceDetailComponent[b-j2d76kuoca]{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.DeviceDetail > .device-feature[b-j2d76kuoca] {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.DeviceDetailComponent .title[b-j2d76kuoca]{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.center[b-j2d76kuoca] {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Pages/Authenticated/Pages/Device/Components/DeviceDetail.razor.rz.scp.css */
.DeviceDetail[b-aa2i6awysu] {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
.DeviceDetailComponent[b-aa2i6awysu]{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.DeviceDetail > .device-feature[b-aa2i6awysu] {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.DeviceDetailComponent .title[b-aa2i6awysu]{
    font-size: 1.3rem;
    font-weight: bold;
}

.center[b-aa2i6awysu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

h5[b-aa2i6awysu] {
    margin: 0;
}
/* /Pages/Authenticated/Pages/Device/Components/DeviceFeature.razor.rz.scp.css */

.item-detail-content[b-1lv8i7zuxs] {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.item-detail-header .device[b-1lv8i7zuxs] {
    color: #38ad2c;
}

.item-detail-header[b-1lv8i7zuxs] {
    color: #a7a7a7;
    display: flex;
    gap: 11px;
    flex-direction: row;
}
/* /Pages/Authenticated/Pages/Device/Components/DeviceTable.razor.rz.scp.css */
section[b-1cu5p68xjy] {
  width: 100%;
  background-color: #1c1c1c;
}

.table-wrapper[b-1cu5p68xjy] {
  width: 100%;
  min-width: 1500px;
  overflow-x: scroll;
}

.table-header table[b-1cu5p68xjy],
.table-body table[b-1cu5p68xjy] {
  width: 100%;
  min-width: 1500px;
  overflow-x: scroll;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-header[b-1cu5p68xjy] {
  overflow: hidden;
  height: 50px;
}

.table-body[b-1cu5p68xjy] {
  height: calc(100vh - 300px); /* Adjust height as needed */
  overflow-y: auto;
}

th[b-1cu5p68xjy],
td[b-1cu5p68xjy] {
  
  text-align: left;
  width:200px;
}

th[b-1cu5p68xjy] {
  background-color: #1e1e1e;
  font-weight: bold;
  color: #dddddd;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #444;
}

tr:nth-child(even)[b-1cu5p68xjy] {
  background-color: #181818;
}

tr:hover[b-1cu5p68xjy] {
  background-color: #2a2a2a;
}

.iconos[b-1cu5p68xjy] {
  font-size: 16px;
  cursor: pointer;
}

.estado-verde[b-1cu5p68xjy] {
  color: #00c853;
  font-size: 18px;
}

.estado-rojo[b-1cu5p68xjy] {
  color: #d32f2f;
  font-size: 18px;
}

.footer[b-1cu5p68xjy] {
  margin-top: 12px;
  font-size: 14px;
  color: #aaaaaa;
}

tfoot[b-1cu5p68xjy] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
  height: 75px;
}

.pagination[b-1cu5p68xjy] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination button[b-1cu5p68xjy] {
  background-color: #333;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.pagination button:hover[b-1cu5p68xjy] {
  background-color: #444;
}

.pagination .previous[b-1cu5p68xjy],
.pagination .next[b-1cu5p68xjy] {
  font-size: 14px;
}

small[b-1cu5p68xjy] {
  color: #bbbbbb;
  font-size: 12px;
}

.device-card-body[b-1cu5p68xjy] {
    padding: 15px;
    display: flex;
    height: calc(100vh - 100px);
}

/* /Pages/Authenticated/Pages/Device/DevicesPage.razor.rz.scp.css */
html[b-umat1tikmb], body[b-umat1tikmb] {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #f3f6fa;
}

h3[b-umat1tikmb] {
    margin-top: 24px;
    font-weight: 700;
    color: #2d3748;
}

.row[b-umat1tikmb] {
    margin-left: 0;
    margin-right: 0;
}

.form-control[b-umat1tikmb] {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 15px;
    padding: 10px 14px;
    background: #fff;
    transition: border 0.2s;
}

.form-control:focus[b-umat1tikmb] {
    border-color: #4f8cff;
    outline: none;
    background: #f9fafb;
}

.dropdown-toggle[b-umat1tikmb] {
    border-radius: 8px;
    font-weight: 500;
}

.dropdown-menu[b-umat1tikmb] {
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.dropdown-item[b-umat1tikmb] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.2s;
}

.dropdown-item:hover[b-umat1tikmb] {
    background: #f0f4fa;
}

.table[b-umat1tikmb] {
    width: 100vw;
    min-width: 100vw;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow-x: auto;
    margin: 0;
}

.table th[b-umat1tikmb], .table td[b-umat1tikmb] {
    padding: 14px 18px;
    text-align: left;
    font-size: 15px;
    color: #333;
    background: #fafbfc;
}

.table th[b-umat1tikmb] {
    background: #f3f6fa;
    font-weight: 600;
    border-bottom: 2px solid #e3e8ee;
    cursor: pointer;
    user-select: none;
}

.table tr[b-umat1tikmb] {
    transition: background 0.2s;
}

.table tbody tr:hover[b-umat1tikmb] {
    background: #f0f4fa;
}

.table input[type="checkbox"][b-umat1tikmb] {
    accent-color: #4f8cff;
}

.table input[b-umat1tikmb],
.table select[b-umat1tikmb] {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #f9fafb;
    transition: border 0.2s;
    margin: 0;
    box-sizing: border-box;
}

.table input:focus[b-umat1tikmb],
.table select:focus[b-umat1tikmb] {
    border-color: #4f8cff;
    outline: none;
    background: #fff;
}

.table td[b-umat1tikmb] {
    border-bottom: 1px solid #e3e8ee;
}

.table tr:last-child td[b-umat1tikmb] {
    border-bottom: none;
}

.pagination[b-umat1tikmb] {
    display: flex;
    justify-content: center;
    gap: 4px;
    width: 100vw;
    margin-top: 18px;
}

.page-item .page-link[b-umat1tikmb] {
    border: none;
    background: #f3f6fa;
    color: #4f8cff;
    border-radius: 6px;
    padding: 6px 14px;
    margin: 0 2px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

.page-item.active .page-link[b-umat1tikmb],
.page-item .page-link:hover[b-umat1tikmb] {
    background: #4f8cff;
    color: #fff;
}

.page-item.disabled .page-link[b-umat1tikmb] {
    background: #e3e8ee;
    color: #b0b8c1;
    cursor: not-allowed;
}

@media (max-width: 700px) {
    .table[b-umat1tikmb], .table thead[b-umat1tikmb], .table tbody[b-umat1tikmb], .table th[b-umat1tikmb], .table td[b-umat1tikmb], .table tr[b-umat1tikmb] {
        display: block;
    }
    .table th[b-umat1tikmb], .table td[b-umat1tikmb] {
        padding: 10px 8px;
    }
    .table thead tr[b-umat1tikmb] {
        display: none;
    }
    .table tr[b-umat1tikmb] {
        margin-bottom: 15px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
        border-radius: 8px;
        background: #fff;
    }
    .pagination[b-umat1tikmb] {
        width: 100%;
    }
}

/* /Pages/Authenticated/Pages/Map/Components/MapDevices.razor.rz.scp.css */
.map-container[b-t08385d4bb] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100vh;
    width: 100%;
    overflow-x: scroll;
    position: relative;
}

.center[b-t08385d4bb] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
/* /Pages/Authenticated/Pages/Map/Components/MapHeader.razor.rz.scp.css */
section[b-32ytzsz6m4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 75px;
}

.providers[b-32ytzsz6m4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.loading[b-32ytzsz6m4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 500px;
}

.provider[b-32ytzsz6m4] {
    padding: 5px;
    border-radius: 5px;
    background-color: #3a3a3a;
    color: white;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 14px;
}

.search-and-actions[b-32ytzsz6m4] {
    min-width: 100px;
    justify-content: flex-end;
    margin-right: 2%;
    flex: 1;
    display: flex;
    
}
/* /Pages/Authenticated/Pages/Monitoring/Components/MonitoringChart.razor.rz.scp.css */
.search-and-actions[b-nhinxnmajk]{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
}

.search-container[b-nhinxnmajk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.search-container > *[b-nhinxnmajk] {
    flex: 1 1 250px; /* Mínimo 250px, se ajusta al espacio */
    max-width: 100%;
}
.device-info[b-nhinxnmajk] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
    .search-and-actions[b-nhinxnmajk] {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .search-container > *[b-nhinxnmajk] {
        flex: 1 1 100%;
    }

    .search-and-actions[b-nhinxnmajk] {
        align-items: stretch;
    }
}

.no-data[b-nhinxnmajk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    background-color: #1c1c1c;
    border-radius: 10px;
    border: 1px solid #626262;
}

.no-data p[b-nhinxnmajk] {
    font-size: 1.2rem;
    color: #ccc;
    text-align: center;
}

.chart-result[b-nhinxnmajk] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

h3[b-nhinxnmajk] {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
}
/* /Pages/Authenticated/Pages/Provider/Components/ProviderCredential.razor.rz.scp.css */
.credential-light-traffic[b-yud9by9rb7]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.credential-container[b-yud9by9rb7]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.ProviderCredential[b-yud9by9rb7]{
    flex: 5;
}

.credential-metrics-total[b-yud9by9rb7] {
    width: calc(50% - 7px);
}

.credential-light-traffic-item[b-yud9by9rb7] {
    flex: 1;
    min-width: 300px;
}


h5[b-yud9by9rb7] {
    margin: 0;
}
/* /Pages/Authenticated/Pages/Provider/Components/ProviderDetail.razor.rz.scp.css */
.provider-details-content[b-6yrrap131e]{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

span.title[b-6yrrap131e]{
    font-size: 21px;
}
/* /Pages/Authenticated/Pages/Provider/Components/ProviderFeature.razor.rz.scp.css */

.item-detail-content[b-qtpygp8n6l] {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.item-detail-description[b-qtpygp8n6l] {
    color: #a7a7a7;
    font-size: 10px;
    font-weight: normal;
}

.item-detail-header .device[b-qtpygp8n6l] {
    color: #38ad2c;
}

.item-detail-header[b-qtpygp8n6l] {
    color: #a7a7a7;
    display: flex;
    gap: 11px;
    flex-direction: row;
}

.subtitle[b-qtpygp8n6l]{
    color: #a7a7a7;
    font-size: 12px;
    font-weight: normal;
}
/* /Pages/Authenticated/Pages/Provider/Components/ProviderGeneral.razor.rz.scp.css */
.metric-general[b-iz9uy4p3e1]{
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}
.ProviderGeneral[b-iz9uy4p3e1]{
    flex: 2;
}


h5[b-iz9uy4p3e1] {
    margin: 0;
}
/* /Pages/Authenticated/Pages/Provider/Components/ProviderReader.razor.rz.scp.css */
.ProviderReader[b-b6916l8jo1]{
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex: 3;
}

.container-status[b-b6916l8jo1]{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: -15px;
}

.container-description[b-b6916l8jo1]{
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.toggle-container[b-b6916l8jo1]{
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subtitle[b-b6916l8jo1]{
    color: #B5B5B5;
    font-size: 12px;
}

h6[b-b6916l8jo1] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
}


h5[b-b6916l8jo1] {
    margin: 0;
}
/* /Pages/Authenticated/Pages/Provider/Components/ProviderTable.razor.rz.scp.css */
.row-item[b-y7vx6iiyec] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1rem;
    background: #2a2a2a;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #5f5f5f;
    gap: 1rem; 
}

.row-item:hover[b-y7vx6iiyec] {
    background: #666;
    border: 1px solid #ccc;
}

.col-item.provider[b-y7vx6iiyec] {
    width: 150px;
    flex-shrink: 0; 
    cursor: pointer;
}
.col-item.options-row[b-y7vx6iiyec]{
    display: flex;
    justify-content: flex-end;
}
.options-row[b-y7vx6iiyec]{
    flex-shrink: 0;
    width: 24px;
}
.status-row[b-y7vx6iiyec]{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 1rem;
}
.status-row b[b-y7vx6iiyec] {
    width: 40px;
    text-align: right;
    padding-right: 13px;
}
.status-row span[b-y7vx6iiyec] {
    color: #A9A9A9; 
    font-weight: 400;
}
.provider-card-body[b-y7vx6iiyec]{
    padding: 15px!important;
    display: flex;
    height: calc(100vh - 100px);
}
.device-counter[b-y7vx6iiyec]{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    background-color: #2a2a2a;
    gap: 1rem;
}
i.fa.fa-edit[b-y7vx6iiyec] {
    color: #808080;
}

@media screen and (max-width: 1050px) {
    .device-counter > span[b-y7vx6iiyec] {
        display: none;
    }
}

@media screen and (max-width: 868px) {
    .device-counter[b-y7vx6iiyec] {
        display: none;
    }
}
/* /Pages/Authenticated/Pages/Unknown/Components/UnknownDetail.razor.rz.scp.css */
.DeviceDetail[b-rty3v8hp1k] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.DeviceDetailComponent[b-rty3v8hp1k]{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.DeviceDetail > .device-feature[b-rty3v8hp1k] {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.DeviceDetailComponent .title[b-rty3v8hp1k]{
    font-size: 1.3rem;
    font-weight: bold;
}
/* /Pages/Authenticated/Pages/Unknown/Components/UnknownFeature.razor.rz.scp.css */

.item-detail-content[b-843q6jdalp] {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.item-detail-header .device[b-843q6jdalp] {
    color: #38ad2c;
}

.item-detail-header[b-843q6jdalp] {
    color: #a7a7a7;
    display: flex;
    gap: 11px;
    flex-direction: row;
}
/* /Pages/Authenticated/Pages/Unknown/Components/UnknownTable.razor.rz.scp.css */
section[b-szxesfja11] {
  width: 100%;
  background-color: #1c1c1c;
}

.table-wrapper[b-szxesfja11] {
  width: 100%;
  min-width: 1500px;
  overflow-x: scroll;
}

.table-header table[b-szxesfja11],
.table-body table[b-szxesfja11] {
  width: 100%;
  min-width: 1500px;
  overflow-x: scroll;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-header[b-szxesfja11] {
  overflow: hidden;
  height: 50px;
}

.table-body[b-szxesfja11] {
  height: calc(100vh - 300px); /* Adjust height as needed */
  overflow-y: auto;
}

th[b-szxesfja11],
td[b-szxesfja11] {
  
  text-align: left;
  width:200px;
}

th[b-szxesfja11] {
  background-color: #1e1e1e;
  font-weight: bold;
  color: #dddddd;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #444;
}

tr:nth-child(even)[b-szxesfja11] {
  background-color: #181818;
}

tr:hover[b-szxesfja11] {
  background-color: #2a2a2a;
}

.iconos[b-szxesfja11] {
  font-size: 16px;
  cursor: pointer;
}

.estado-verde[b-szxesfja11] {
  color: #00c853;
  font-size: 18px;
}

.estado-rojo[b-szxesfja11] {
  color: #d32f2f;
  font-size: 18px;
}

.footer[b-szxesfja11] {
  margin-top: 12px;
  font-size: 14px;
  color: #aaaaaa;
}

tfoot[b-szxesfja11] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
  height: 75px;
}

.pagination[b-szxesfja11] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination button[b-szxesfja11] {
  background-color: #333;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.pagination button:hover[b-szxesfja11] {
  background-color: #444;
}

.pagination .previous[b-szxesfja11],
.pagination .next[b-szxesfja11] {
  font-size: 14px;
}

small[b-szxesfja11] {
  color: #bbbbbb;
  font-size: 12px;
}

.unknown-card-body[b-szxesfja11] {
    padding: 15px;
    display: flex;
    height: calc(100vh - 100px);
}

/* /Pages/Authenticated/Pages/Unknown/UnknownPage.razor.rz.scp.css */
html[b-o48mqv8hn5], body[b-o48mqv8hn5] {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #f3f6fa;
}

h3[b-o48mqv8hn5] {
    margin-top: 24px;
    font-weight: 700;
    color: #2d3748;
}

.row[b-o48mqv8hn5] {
    margin-left: 0;
    margin-right: 0;
}

.form-control[b-o48mqv8hn5] {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 15px;
    padding: 10px 14px;
    background: #fff;
    transition: border 0.2s;
}

.form-control:focus[b-o48mqv8hn5] {
    border-color: #4f8cff;
    outline: none;
    background: #f9fafb;
}

.dropdown-toggle[b-o48mqv8hn5] {
    border-radius: 8px;
    font-weight: 500;
}

.dropdown-menu[b-o48mqv8hn5] {
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.dropdown-item[b-o48mqv8hn5] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.2s;
}

.dropdown-item:hover[b-o48mqv8hn5] {
    background: #f0f4fa;
}

.table[b-o48mqv8hn5] {
    width: 100vw;
    min-width: 100vw;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow-x: auto;
    margin: 0;
}

.table th[b-o48mqv8hn5], .table td[b-o48mqv8hn5] {
    padding: 14px 18px;
    text-align: left;
    font-size: 15px;
    color: #333;
    background: #fafbfc;
}

.table th[b-o48mqv8hn5] {
    background: #f3f6fa;
    font-weight: 600;
    border-bottom: 2px solid #e3e8ee;
    cursor: pointer;
    user-select: none;
}

.table tr[b-o48mqv8hn5] {
    transition: background 0.2s;
}

.table tbody tr:hover[b-o48mqv8hn5] {
    background: #f0f4fa;
}

.table input[type="checkbox"][b-o48mqv8hn5] {
    accent-color: #4f8cff;
}

.table input[b-o48mqv8hn5],
.table select[b-o48mqv8hn5] {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #f9fafb;
    transition: border 0.2s;
    margin: 0;
    box-sizing: border-box;
}

.table input:focus[b-o48mqv8hn5],
.table select:focus[b-o48mqv8hn5] {
    border-color: #4f8cff;
    outline: none;
    background: #fff;
}

.table td[b-o48mqv8hn5] {
    border-bottom: 1px solid #e3e8ee;
}

.table tr:last-child td[b-o48mqv8hn5] {
    border-bottom: none;
}

.pagination[b-o48mqv8hn5] {
    display: flex;
    justify-content: center;
    gap: 4px;
    width: 100vw;
    margin-top: 18px;
}

.page-item .page-link[b-o48mqv8hn5] {
    border: none;
    background: #f3f6fa;
    color: #4f8cff;
    border-radius: 6px;
    padding: 6px 14px;
    margin: 0 2px;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}

.page-item.active .page-link[b-o48mqv8hn5],
.page-item .page-link:hover[b-o48mqv8hn5] {
    background: #4f8cff;
    color: #fff;
}

.page-item.disabled .page-link[b-o48mqv8hn5] {
    background: #e3e8ee;
    color: #b0b8c1;
    cursor: not-allowed;
}

@media (max-width: 700px) {
    .table[b-o48mqv8hn5], .table thead[b-o48mqv8hn5], .table tbody[b-o48mqv8hn5], .table th[b-o48mqv8hn5], .table td[b-o48mqv8hn5], .table tr[b-o48mqv8hn5] {
        display: block;
    }
    .table th[b-o48mqv8hn5], .table td[b-o48mqv8hn5] {
        padding: 10px 8px;
    }
    .table thead tr[b-o48mqv8hn5] {
        display: none;
    }
    .table tr[b-o48mqv8hn5] {
        margin-bottom: 15px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
        border-radius: 8px;
        background: #fff;
    }
    .pagination[b-o48mqv8hn5] {
        width: 100%;
    }
}

/* /Pages/Exceptions/PageNotFound/PageNotFound.razor.rz.scp.css */
*[b-27no89wxxr] {
    box-sizing: border-box;
}

.body[b-27no89wxxr] {
    margin: 0;
    padding: 0;
    background-color: #0e111a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.container[b-27no89wxxr] {
    max-width: 400px;
    padding: 20px;
}

.icon[b-27no89wxxr] {
    background-color: #1f2937;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.icon svg[b-27no89wxxr] {
    width: 32px;
    height: 32px;
    stroke: #22c55e;
}

h1[b-27no89wxxr] {
    font-size: 48px;
    margin: 0;
}

h2[b-27no89wxxr] {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

p[b-27no89wxxr] {
    color: #94a3b8;
    margin-bottom: 32px;
}

.buttons[b-27no89wxxr] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn[b-27no89wxxr] {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn svg[b-27no89wxxr] {
    margin-right: 8px;
}

.btn-primary[b-27no89wxxr] {
    background-color: #22c55e;
    color: white;
}

.btn-primary:hover[b-27no89wxxr] {
    background-color: #16a34a;
}

.btn-secondary[b-27no89wxxr] {
    background-color: #1f2937;
    color: white;
}

.btn-secondary:hover[b-27no89wxxr] {
    background-color: #374151;
}

.footer[b-27no89wxxr] {
    margin-top: 32px;
    color: #64748b;
    font-size: 14px;
}
/* /Pages/Home/Components/Center/DashboardDeviceRatio.razor.rz.scp.css */

.stock-card[b-7sdgt57xur] {
    background-color: #262626;
    border: 1px solid #626262;
    border-radius: 12px;
    padding: 20px;
    margin: auto;
    min-width: 300px;
    flex: 1;
}

.stock-header[b-7sdgt57xur] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.stock-header h2[b-7sdgt57xur] {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

.stock-total[b-7sdgt57xur] {
    font-size: 26px;
    font-weight: bold;
    color: #3cad2d;
}

.stock-sub[b-7sdgt57xur] {
    color: #aaaaaa;
    font-size: 14px;
}

.center-row[b-7sdgt57xur] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container-label[b-7sdgt57xur]{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.center-label[b-7sdgt57xur] {
    font-weight: bold;
    margin-bottom: 6px;
    color: #ffffff;
}

.bar-container[b-7sdgt57xur] {
    height: 8px;
    background: #3a3a3a;
    border-radius: 8px;
    overflow: hidden;
}

.bar-fill[b-7sdgt57xur] {
    height: 8px;
    background-color: #3cad2d;
    width: 0%;
    transition: width 0.3s ease-in-out;
    box-shadow: 0 0 10px 2px #3cad2d88, 0 0 2px 0 #fff3;
}

.bar-fill-secondary[b-7sdgt57xur] {
    height: 8px;
    background-color: rgb(28, 116, 200);
    width: 0%;
    transition: width 0.3s ease-in-out;
    box-shadow: 0 0 10px 2px rgb(28, 116, 200, 0.5), 0 0 2px 0 #fff3;
}
.center-stock[b-7sdgt57xur] {
    font-size: 13px;
    color: #cccccc;
    margin-top: 4px;
    text-align: end;
}

.scrollable-center-rows[b-7sdgt57xur] {
    max-height: 320px; /* Altura aproximada para 5 center-row */
    overflow-y: auto;
    padding-right: 5px; /* para que no tape el scroll */
}
/* /Pages/Home/Components/Heatmap/DashboardHeatMap.razor.rz.scp.css */
.dashboard-map[b-cs21wsjiih] {
    min-width: 450px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #626262;
    padding: 20px;
}

.title[b-cs21wsjiih]{

    h1{

        margin: 0;
        font-size: 20px;
        color: #ffffff;
    }
    h2[b-cs21wsjiih]{
        color: #aaaaaa;
        font-size: 14px;
    }
}
/* /Pages/Home/Components/KpiCard.razor.rz.scp.css */


.kpi-item[b-augttinluu] {
    flex: 1 1 400px;
    max-width: 50%;
    min-width: 400px;
    background-color: #262626;
    border-radius: 8px;
    border: 1px solid #626262;
    max-height: 200px;
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 20px
}

@media screen and (max-width: 1250px) {
    .kpi-item[b-augttinluu] {
        flex: 1 1 400px;
        max-width: 100%;
    }
}

.kpi-item h2[b-augttinluu] {
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.kpi-item-icon[b-augttinluu] {
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #626262;
    height: 60px;
    width: 60px;
}

.kpi-content[b-augttinluu]{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.kpi-content span[b-augttinluu] {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.kpi-content p[b-augttinluu] {
    font-size: 14px;
    color: #b3b3b3;
}


.kpi-diff[b-augttinluu] {
    font-size: 14px;
    color: #b3b3b3;
}

.kpi-diff > strong[b-augttinluu] {
    color: #fff;
    font-weight: 600;
}
/* /Pages/Home/Home.razor.rz.scp.css */
.dashboard-kpis[b-4emkn6vbhe]{
    display: flex;
    flex-direction: column;
}
.dashboard-content[b-4emkn6vbhe]{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.dashboard-content-item[b-4emkn6vbhe]{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-map[b-4emkn6vbhe]{
    width: 100%;
    display: flex;
}

.row-item[b-4emkn6vbhe]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.dashboard-content-center[b-4emkn6vbhe]{
    margin-top: 15px;
}
.kpis[b-4emkn6vbhe] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%; 
}


.contact-information[b-4emkn6vbhe]{
    padding: 10px;
    
}
/* /Pages/RedirectNotFound.razor.rz.scp.css */
.notfound-wrapper[b-rqv7lwi190] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
    padding: 1rem;
}

.notfound-card[b-rqv7lwi190] {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.notfound-title[b-rqv7lwi190] {
    font-size: 5rem;
    font-weight: 700;
    color: #dc3545;
    margin: 0;
}

.notfound-subtitle[b-rqv7lwi190] {
    font-size: 1.5rem;
    color: #333;
    margin: 1rem 0;
}

.notfound-message[b-rqv7lwi190] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.notfound-spinner[b-rqv7lwi190] {
    width: 40px;
    height: 40px;
    border: 4px solid #dee2e6;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin-b-rqv7lwi190 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-rqv7lwi190 {
    to {
        transform: rotate(360deg);
    }
}
