
.hero[data-v-624db7ad] {
  height: 100%;
  top: 0;
  left: 0;
}

.connectivity-status[data-v-1da76dbc] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.status-bar[data-v-1da76dbc] {
  padding: 0.75rem 1rem;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}
.status-connected[data-v-1da76dbc] {
  background: linear-gradient(90deg, #10b981, #059669);
  border-bottom: 2px solid #047857;
}
.status-disconnected[data-v-1da76dbc] {
  background: linear-gradient(90deg, #ef4444, #dc2626);
  border-bottom: 2px solid #b91c1c;
  animation: pulse-error-1da76dbc 2s infinite;
}
.status-content[data-v-1da76dbc] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.status-text[data-v-1da76dbc] {
  flex: 1;
  text-align: center;
}
.retry-btn[data-v-1da76dbc] {
  margin-left: 1rem;
}
.retry-btn.p-button-outlined[data-v-1da76dbc] {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.retry-btn.p-button-outlined[data-v-1da76dbc]:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}
@keyframes pulse-error-1da76dbc {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.8;
}
}
@media (max-width: 768px) {
.status-content[data-v-1da76dbc] {
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}
.retry-btn[data-v-1da76dbc] {
    margin-left: 0;
    margin-top: 0.25rem;
}
}

.home-view[data-v-7b1af557] {
  position: relative;
}
.home-content[data-v-7b1af557] {
  padding-top: 0;
  transition: padding-top 0.3s ease;
}
h1[data-v-7b1af557], h2[data-v-7b1af557] {
  text-align: center;
  /* font-size: 2rem; */
  margin-top: 2rem;
}
.centred[data-v-7b1af557] {
  font-size: 1.5rem;
  text-align: center;
}

/* Keep the hero centred and resize to less than half page height */
.hero-container[data-v-7b1af557] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  overflow: hidden;
}

/* Base CSS */
body[data-v-7b1af557] {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container[data-v-7b1af557] {
  display: flex;
  justify-content: center; /* Center children horizontally */
  gap: 20px; /* Keep space between columns */
  padding: 20px;
  max-width: 80%; /* Or set a specific width */
  margin: 0 auto; /* Center the flex container */
}
.column[data-v-7b1af557] {
  flex: 1;
  /* Grow columns equally */
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.column h2[data-v-7b1af557] {
  margin-top: 0;
}
.hide[data-v-7b1af557] {
  visibility: hidden;
}

/* Remove the ol-attribution class divs */
.ol-attribution {
  display: none;
}

/* gray */
.grayscale-layer {
  filter: grayscale(100%);
}
.mapDescription {
  width: 50%;
  height: 2rem;
}
#map {
  min-height: 400px;
}
#mapInfo
{
        position: absolute;
        display: inline-block;
        height: auto;
        width: auto;
        z-index: 100;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        padding: 5px;
        left: 50%;
        transform: translateX(3%);
        visibility: hidden;
        pointer-events: none;
}


.shrink-column[data-v-9e62643a] {
  text-align: center;
  white-space: nowrap;
}

/* If we remove this the td rules override tailwind */
#new-site-row[data-v-9e62643a] { 
  text-align: center;
}
[data-v-9e62643a] .p-menu {
  min-width: 150px;
}
[data-v-9e62643a] .text-red-500 {
  color: var(--red-500);
}

.centre-flex[data-v-b14c48a6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-stack[data-v-b14c48a6] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.stretch-horizontal[data-v-b14c48a6] {
  flex-grow: 1;
  width: 95%;
}
.flex[data-v-b14c48a6] {
  display: flex;
}
.items-center[data-v-b14c48a6] {
  align-items: center;
}
.justify-end[data-v-b14c48a6] {
  justify-content: flex-end;
}
.mb-2[data-v-b14c48a6] {
  margin-bottom: 0.5rem;
}
.mr-2[data-v-b14c48a6] {
  margin-right: 0.5rem;
}

.w-1over3[data-v-387990e2] {
  /* width: 30%; */
  flex-grow: 1;
}
.w-2over3[data-v-387990e2] {
  /* width: 60%;
   */
   flex-grow: 2;
}
.mt-2[data-v-387990e2] {
  margin-top: 0.5rem;
}

.flex[data-v-ccbade3e] {
  display: flex;
}
.flex-grow[data-v-ccbade3e] {
  flex-grow: 1;
}
.flex-grow-2[data-v-ccbade3e] {
  flex-grow: 2;
}
[data-v-ccbade3e] .p-datatable {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
[data-v-ccbade3e] .p-datatable .p-datatable-thead > tr > th {
  background: #f3f4f6;
  padding: 0.75rem;
}
[data-v-ccbade3e] .p-datatable .p-datatable-tbody > tr > td {
  padding: 0.75rem;
}
[data-v-ccbade3e] .p-datatable .p-datatable-tbody > tr:hover {
  background: #f9fafb;
}
.grid[data-v-ccbade3e] {
  display: grid;
}
.grid-cols-2[data-v-ccbade3e] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-1[data-v-ccbade3e] {
  gap: 0.25rem;
}
.gap-2[data-v-ccbade3e] {
  gap: 0.5rem;
}
.text-sm[data-v-ccbade3e] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-semibold[data-v-ccbade3e] {
  font-weight: 600;
}
.cursor-pointer[data-v-ccbade3e] {
  cursor: pointer;
}
.hover\:bg-gray-50[data-v-ccbade3e]:hover {
  background-color: rgb(249 250 251);
}

.wrapper[data-v-411be120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-actions[data-v-411be120] {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.refresh-button[data-v-411be120] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.refresh-button[data-v-411be120]:hover {
  background-color: #0056b3;
}
.table-container[data-v-411be120] {
  flex: 1 1 30%;
  margin: 10px;
  min-width: 100px;
}
table[data-v-411be120] {
  width: 100%;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: fixed;
}
col.col-10[data-v-411be120] {
  width: 10%;
}
col.col-40[data-v-411be120] {
  width: 40%;
}
th[data-v-411be120], td[data-v-411be120] {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
th[data-v-411be120]:hover, td[data-v-411be120]:hover {
  background-color: #f9f9f9; /* Optional: highlight cell on hover */
  overflow: visible; /* Prevent clipping */
  text-wrap: auto; /* Allow text wrapping */
}
.tooltip[data-v-411be120]::after {
  content: attr(data-fulltext); /* Use the full text for the tooltip */
  position: absolute;
  background-color: #333; /* Tooltip background */
  color: #fff; /* Tooltip text color */
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap; /* Prevent wrapping in the tooltip */
  font-size: 12px;
  display: none; /* Hidden by default */
  z-index: 10;
  top: 100%; /* Position below the cell */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: visible;
}
.tooltip[data-v-411be120]:hover::after {
  display: block; /* Show tooltip on hover */
  overflow: visible; /* Prevent clipping */
}
.details-container[data-v-411be120] {
  cursor: pointer;
  position: relative;
  padding-bottom: 16px; /* Space for the indicator */
}
.details-container[data-v-411be120]:hover {
  background-color: #f0f0f0;
}
.details-json[data-v-411be120] {
  white-space: pre-wrap;
  font-family: monospace;
  font-size: 12px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #f5f5f5;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin: 0;
}
.expand-indicator[data-v-411be120] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #666;
  background-color: rgba(240, 240, 240, 0.8);
  padding: 2px 8px;
  border-radius: 4px;
  border-top: 1px solid #ddd;
}
.truncated .details-json[data-v-411be120] {
  position: relative;
}
.admin-panel[data-v-411be120] {
  padding: 20px;
}
.admin-actions[data-v-411be120] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.danger-button[data-v-411be120] {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.danger-button[data-v-411be120]:hover {
  background-color: #c82333;
}
.admin-message[data-v-411be120] {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
}
.test-worker-actions[data-v-411be120] {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.test-worker-actions h3[data-v-411be120] {
  margin-bottom: 10px;
}
.test-button[data-v-411be120] {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.test-button[data-v-411be120]:hover {
  background-color: #218838;
}
.test-button[data-v-411be120]:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.toggle-details-button[data-v-411be120] {
  display: none; /* Hide the button since we're not using it anymore */
}
.pagination-controls[data-v-411be120] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.pagination-info[data-v-411be120] {
  font-size: 12px;
  color: #666;
}
.pagination-actions[data-v-411be120] {
  display: flex;
  gap: 10px;
}
.page-info[data-v-411be120] {
  font-size: 12px;
  color: #666;
}

.error[data-v-3509c1fe] {
    /* Use style built in to primevue */
    color: var(--p-button-text-danger-color);
}
.success[data-v-3509c1fe] {
    /* Use primevue success color */
    color: var(--p-button-text-success-color);
    background: var(--p-button-success-background);
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    border: 1px solid var(--p-button-success-border-color);
    margin: 0.5rem 0;
}
.wide[data-v-3509c1fe] {
    width: 100%;
}

.container[data-v-7f41dc8c] {
  padding: 1rem;
}
.microsoft-login-btn[data-v-7f41dc8c] {
  background-color: #0078d4 !important;
  border-color: #0078d4 !important;
}
.microsoft-login-btn[data-v-7f41dc8c]:hover {
  background-color: #106ebe !important;
  border-color: #106ebe !important;
}
.or-divider[data-v-7f41dc8c] {
  position: relative;
  display: inline-block;
  color: #666;
  font-size: 0.9rem;
}
.or-divider[data-v-7f41dc8c]::before,
.or-divider[data-v-7f41dc8c]::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #ccc;
}
.or-divider[data-v-7f41dc8c]::before {
  right: 100%;
  margin-right: 15px;
}
.or-divider[data-v-7f41dc8c]::after {
  left: 100%;
  margin-left: 15px;
}
.login-form[data-v-7f41dc8c] {
  display: flex;
  flex-direction: column;
}
.form-group[data-v-7f41dc8c] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.error-container[data-v-7f41dc8c] {
  min-height: 1.5rem;
}
.p-error[data-v-7f41dc8c] {
  color: #dc2626;
  background-color: #fec7c7;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border-left: 4px solid #f59e0b;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.pending-approval-message[data-v-7f41dc8c] {
  color: #381e00;
  background-color: #fef3c7;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border-left: 4px solid #f59e0b;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.p-warning[data-v-7f41dc8c] {
  background-color: #fef3c7;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border-left: 4px solid #f59e0b;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
h1[data-v-7f41dc8c] {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}
h2[data-v-7f41dc8c] {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.login-view-container[data-v-d7ee774e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  padding: 2rem;
}
.content-container[data-v-d7ee774e] {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.welcome-section[data-v-d7ee774e] {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1[data-v-d7ee774e] {
  color: #333;
  margin-bottom: 1rem;
}
.description[data-v-d7ee774e] {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.login-button[data-v-d7ee774e] {
  margin-top: 1rem;
}
.authenticated-user[data-v-d7ee774e] {
  margin-top: 1rem;
}
.logout-button[data-v-d7ee774e] {
  margin-top: 1rem;
}

.centre-flex-for-site[data-v-5ac51e7f] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vertical-stack[data-v-5ac51e7f] {
  margin-bottom: 10px;
  flex-direction: column;
}
.wide[data-v-5ac51e7f] {
  width: 100%;
}
[data-v-5ac51e7f] .spread {
  display: flex;
  justify-content: space-between;
}
.results-table[data-v-5ac51e7f] {
  margin: 1rem 0;
  max-height: 300px;
  overflow-y: auto;
}
.search-message[data-v-5ac51e7f] {
  color: var(--text-color-secondary);
  margin-left: 0.5rem;
}
.no-results[data-v-5ac51e7f] {
  padding: 1rem;
  text-align: center;
  color: var(--text-color-secondary);
}

.flex[data-v-b012574c] {
  display: flex;
}
.w-1over3[data-v-b012574c] {
  /* width: 33.33%; */
  flex-grow: 1;
}
.w-2over3[data-v-b012574c] {
  /* width: 66.67%; */
  flex-grow: 2;
}


.flex[data-v-9ef40bc4] {
  display: flex;
}
.w-1over3[data-v-9ef40bc4] {
  width: 33.33%;
}
.w-2over3[data-v-9ef40bc4] {
  width: 66.67%;
}
#false-color-composite-list[data-v-9ef40bc4] {
  display: none;
}
#page-header[data-v-9ef40bc4] {
  text-align: center;
  color: var(--color-text);
  font-size: 24px;
}

/* Add a global class that forces the grid layour for container */
.site-hub-container[data-v-9ef40bc4] {
  display: grid;
  grid-template-columns: 1fr 3fr;
  /* Two columns, adjust the width as needed */
}

/* Controls on the left */
.controls[data-v-9ef40bc4] {
  /* background-color: #f0f0f0;  */
  /* Background color for the left column */
  padding: 20px;
  /* Add padding for spacing */
}
.control-box[data-v-9ef40bc4] {
  border: var(--color-text) 1px double;
  padding: 10px;
}

/* Map container on the right */
.map-container[data-v-9ef40bc4] {
  /* You can adjust the size of the map container here */
  width: 100%;
  height: 400px;
  /* Adjust the height as needed */
  position: relative;
  /* Ensure relative positioning for children elements */
}

/* Style map buttons as needed */
.map-container button[data-v-9ef40bc4] {
  margin-top: 10px;
  /* Add margin between buttons and the map */
}

/* Style the links in the control panel as buttons */
.vertical-controls a[data-v-9ef40bc4] {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 5px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  text-decoration: none;
  color: var(--color-text);
  background-color: var(--color-background);
}
.vertical-controls a[data-v-9ef40bc4] {
  flex: 1;
  text-align: center;
}

/* Hover background */
.vertical-controls a[data-v-9ef40bc4]:hover {
  background-color: var(--color-background-mute);
}
.horizontal-controls[data-v-9ef40bc4] {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-evenly;
}
.no-border[data-v-9ef40bc4] {
  border: none;
}
.site-data-item[data-v-9ef40bc4] {
  background-color: var(--color-background-mute);
  padding: 5px;
  margin: 5px;
  border: 1px solid var(--brand-color);
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}
.site-data-item[data-v-9ef40bc4]:hover {
  background-color: var(--color-background);
}
.ol-popup[data-v-9ef40bc4] {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  color: black;
}
.ol-popup[data-v-9ef40bc4]:after,
.ol-popup[data-v-9ef40bc4]:before {
  top: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup[data-v-9ef40bc4]:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup[data-v-9ef40bc4]:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer[data-v-9ef40bc4] {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer[data-v-9ef40bc4]:after {
  content: '✖';
}

.flex[data-v-7e416b3d] {
  display: flex;
}
.w-1over3[data-v-7e416b3d] {
  width: 33.33%;
}
.w-2over3[data-v-7e416b3d] {
  width: 66.67%;
}
#false-color-composite-list[data-v-7e416b3d] {
  display: none;
}
#page-header[data-v-7e416b3d] {
  text-align: center;
  color: var(--color-text);
  font-size: 24px;
}

/* Add a global class that forces the grid layour for container */
.site-hub-container[data-v-7e416b3d] {
  display: grid;
  grid-template-columns: 1fr 3fr;
  /* Two columns, adjust the width as needed */
}

/* Controls on the left */
.controls[data-v-7e416b3d] {
  /* background-color: #f0f0f0;  */
  /* Background color for the left column */
  padding: 20px;
  /* Add padding for spacing */
}
.control-box[data-v-7e416b3d] {
  border: var(--color-text) 1px double;
  padding: 10px;
}

/* Map container on the right */
.map-container[data-v-7e416b3d] {
  /* You can adjust the size of the map container here */
  width: 100%;
  height: 400px;
  /* Adjust the height as needed */
  position: relative;
  /* Ensure relative positioning for children elements */
}

/* Style map buttons as needed */
.map-container button[data-v-7e416b3d] {
  margin-top: 10px;
  /* Add margin between buttons and the map */
}

/* Style the links in the control panel as buttons */
.vertical-controls a[data-v-7e416b3d] {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 5px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  text-decoration: none;
  color: var(--color-text);
  background-color: var(--color-background);
}
.vertical-controls a[data-v-7e416b3d] {
  flex: 1;
  text-align: center;
}

/* Hover background */
.vertical-controls a[data-v-7e416b3d]:hover {
  background-color: var(--color-background-mute);
}
.horizontal-controls[data-v-7e416b3d] {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-evenly;
}
.no-border[data-v-7e416b3d] {
  border: none;
}
.site-data-item[data-v-7e416b3d] {
  background-color: var(--color-background-mute);
  padding: 5px;
  margin: 5px;
  border: 1px solid var(--brand-color);
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}
.site-data-item[data-v-7e416b3d]:hover {
  background-color: var(--color-background);
}
.ol-popup[data-v-7e416b3d] {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  color: black;
}
.ol-popup[data-v-7e416b3d]:after,
.ol-popup[data-v-7e416b3d]:before {
  top: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup[data-v-7e416b3d]:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup[data-v-7e416b3d]:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer[data-v-7e416b3d] {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer[data-v-7e416b3d]:after {
  content: '✖';
}
.custom-progress[data-v-7e416b3d] .p-progressbar {
  height: 1.5rem;
  background: #f0f0f0;
}
.custom-progress[data-v-7e416b3d] .p-progressbar-value {
  background: #4CAF50;
  transition: width 0.2s ease;
}
.custom-progress[data-v-7e416b3d] .p-progressbar-label {
  color: #000;
  font-weight: bold;
}

.flex[data-v-5362b90f] {
  display: flex;
}
.w-1over3[data-v-5362b90f] {
  width: 33.33%;
}
.w-2over3[data-v-5362b90f] {
  width: 66.67%;
}
#false-color-composite-list[data-v-5362b90f] {
  display: none;
}
#page-header[data-v-5362b90f] {
  text-align: center;
  color: var(--color-text);
  font-size: 24px;
}

/* Add a global class that forces the grid layour for container */
.site-hub-container[data-v-5362b90f] {
  display: grid;
  grid-template-columns: 1fr 3fr;
  /* Two columns, adjust the width as needed */
}

/* Controls on the left */
.controls[data-v-5362b90f] {
  /* background-color: #f0f0f0;  */
  /* Background color for the left column */
  padding: 20px;
  /* Add padding for spacing */
}
.control-box[data-v-5362b90f] {
  border: var(--color-text) 1px double;
  padding: 10px;
}

/* Map container on the right */
.map-container[data-v-5362b90f] {
  /* You can adjust the size of the map container here */
  width: 100%;
  height: 400px;
  /* Adjust the height as needed */
  position: relative;
  /* Ensure relative positioning for children elements */
}

/* Style map buttons as needed */
.map-container button[data-v-5362b90f] {
  margin-top: 10px;
  /* Add margin between buttons and the map */
}

/* Style the links in the control panel as buttons */
.vertical-controls a[data-v-5362b90f] {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 5px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  text-decoration: none;
  color: var(--color-text);
  background-color: var(--color-background);
}
.vertical-controls a[data-v-5362b90f] {
  flex: 1;
  text-align: center;
}

/* Hover background */
.vertical-controls a[data-v-5362b90f]:hover {
  background-color: var(--color-background-mute);
}
.horizontal-controls[data-v-5362b90f] {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-evenly;
}
.no-border[data-v-5362b90f] {
  border: none;
}
.site-data-item[data-v-5362b90f] {
  background-color: var(--color-background-mute);
  padding: 5px;
  margin: 5px;
  border: 1px solid var(--brand-color);
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}
.site-data-item[data-v-5362b90f]:hover {
  background-color: var(--color-background);
}
.ol-popup[data-v-5362b90f] {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  color: black;
}
.ol-popup[data-v-5362b90f]:after,
.ol-popup[data-v-5362b90f]:before {
  top: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup[data-v-5362b90f]:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup[data-v-5362b90f]:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer[data-v-5362b90f] {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer[data-v-5362b90f]:after {
  content: '✖';
}
.custom-progress[data-v-5362b90f] .p-progressbar {
  height: 1.5rem;
  background: #f0f0f0;
}
.custom-progress[data-v-5362b90f] .p-progressbar-value {
  background: #4CAF50;
  transition: width 0.2s ease;
}
.custom-progress[data-v-5362b90f] .p-progressbar-label {
  color: #000;
  font-weight: bold;
}

.container[data-v-2eb0a874] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
  width: 100%;
}
.card-container[data-v-2eb0a874] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5%;
}
.centered[data-v-2eb0a874] {
  width: 100%;
  text-align: center;
}

.w-1over3[data-v-345c56e0] {
    flex-grow: 1;
    height: 100%;
}
.w-2over3[data-v-345c56e0] {
    flex-grow: 2;
    height: 100%;
}
[data-v-345c56e0] .p-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
[data-v-345c56e0] .p-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
[data-v-345c56e0] .p-scrollpanel {
    height: 100%;
}
[data-v-345c56e0] .p-scrollpanel-content {
    height: 100%;
}
.grid[data-v-345c56e0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
  
.docs-container[data-v-4b9abbfe] {
  width: 100%;
  height: calc(100vh - 60px); /* Adjust based on your header height */
  position: relative;
}
.docs-frame[data-v-4b9abbfe] {
  width: 100%;
  height: 100%;
  border: none;
}

.notifications-list[data-v-00e608d4] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notification-item[data-v-00e608d4] {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.notification-header[data-v-00e608d4] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.notification-time[data-v-00e608d4] {
  color: #666;
  font-size: 0.9rem;
}
.notification-action[data-v-00e608d4] {
  font-weight: bold;
  text-transform: uppercase;
  color: #2196F3;
}
.notification-content[data-v-00e608d4] {
  margin-bottom: 0.5rem;
}
.notification-footer[data-v-00e608d4] {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.notification-actions[data-v-00e608d4] {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

nav[data-v-f7866cd0] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

/* Pretty links */
.nav-item a[data-v-f7866cd0], .nav-item[data-v-f7866cd0] {
  display: flex;
  align-items: center;
  padding: 2px;
  margin: 2px;
  text-decoration: none;
  /* bold */
  font-weight: bold;
  font-size: larger;
  color: var(--p-button-primary-background);
  box-sizing: border-box;
  /*  */
}

/* Admin link styling */
.admin-link[data-v-f7866cd0] {
  color: #e74c3c !important;
  position: relative;
}

/* hover effect */
.nav-item[data-v-f7866cd0]:hover {
  /* text-decoration: underline; */
  /* text-shadow: 0 0 4px var(--p-button-primary-color); */
  /* bottom border the div */
  border-bottom: 2px solid var(--p-button-primary-background);
}
.admin-link[data-v-f7866cd0]:hover {
  border-bottom: 2px solid #e74c3c !important;
}

/* nav a:hover {
  color: var(--p-button-primary-color);
  background-color: var(--p-button-primary-background);
} */
.icon[data-v-f7866cd0] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* nav a:hover {
  box-shadow: 0 0 10px var(--p-button-primary-background);
} */
/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */
@layer theme {
:root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-500: oklch(.637 .237 25.331);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-white: #fff;
    --spacing: .25rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
}
}
@layer base {
*, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
}
::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
}
html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
:-moz-focusring {
    outline: auto;
}
progress {
    vertical-align: baseline;
}
summary {
    display: list-item;
}
ol, ul, menu {
    list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
}
img, video {
    max-width: 100%;
    height: auto;
}
button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
}
::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
}
:where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
}
::file-selector-button {
    margin-inline-end: 4px;
}
::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
}
textarea {
    resize: vertical;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-datetime-edit {
    padding-block: 0;
}
::-webkit-datetime-edit-year-field {
    padding-block: 0;
}
::-webkit-datetime-edit-month-field {
    padding-block: 0;
}
::-webkit-datetime-edit-day-field {
    padding-block: 0;
}
::-webkit-datetime-edit-hour-field {
    padding-block: 0;
}
::-webkit-datetime-edit-minute-field {
    padding-block: 0;
}
::-webkit-datetime-edit-second-field {
    padding-block: 0;
}
::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
}
::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
}
:-moz-ui-invalid {
    box-shadow: none;
}
button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
}
::file-selector-button {
    appearance: button;
}
::-webkit-inner-spin-button {
    height: auto;
}
::-webkit-outer-spin-button {
    height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
}
}
@layer components;
@layer utilities {
.\!visible {
    visibility: visible !important;
}
.collapse {
    visibility: collapse;
}
.visible {
    visibility: visible;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
.top-4 {
    top: calc(var(--spacing) * 4);
}
.right-4 {
    right: calc(var(--spacing) * 4);
}
.z-50 {
    z-index: 50;
}
.container {
    width: 100%;
}
@media (width >= 40rem) {
.container {
      max-width: 40rem;
}
}
@media (width >= 48rem) {
.container {
      max-width: 48rem;
}
}
@media (width >= 64rem) {
.container {
      max-width: 64rem;
}
}
@media (width >= 80rem) {
.container {
      max-width: 80rem;
}
}
@media (width >= 96rem) {
.container {
      max-width: 96rem;
}
}
.m-0 {
    margin: calc(var(--spacing) * 0);
}
.mt-2 {
    margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
    margin-top: calc(var(--spacing) * 4);
}
.mr-2 {
    margin-right: calc(var(--spacing) * 2);
}
.mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
}
.mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
}
.ml-2 {
    margin-left: calc(var(--spacing) * 2);
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.inline-block {
    display: inline-block;
}
.table {
    display: table;
}
.h-40 {
    height: calc(var(--spacing) * 40);
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.w-full {
    width: 100%;
}
.max-w-7xl {
    max-width: var(--container-7xl);
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.flex-grow-2 {
    flex-grow: 2;
}
.basis-\[50rem\] {
    flex-basis: 50rem;
}
.border-collapse {
    border-collapse: collapse;
}
.transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.gap-1 {
    gap: calc(var(--spacing) * 1);
}
.gap-2 {
    gap: calc(var(--spacing) * 2);
}
.gap-3 {
    gap: calc(var(--spacing) * 3);
}
.gap-4 {
    gap: calc(var(--spacing) * 4);
}
.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rounded {
    border-radius: .25rem;
}
.rounded-lg {
    border-radius: var(--radius-lg);
}
.rounded-md {
    border-radius: var(--radius-md);
}
.border {
    border-style: var(--tw-border-style);
    border-width: 1px;
}
.border-gray-200 {
    border-color: var(--color-gray-200);
}
.bg-gray-50 {
    background-color: var(--color-gray-50);
}
.bg-gray-100 {
    background-color: var(--color-gray-100);
}
.bg-white {
    background-color: var(--color-white);
}
.p-4 {
    padding: calc(var(--spacing) * 4);
}
.pt-6 {
    padding-top: calc(var(--spacing) * 6);
}
.text-center {
    text-align: center;
}
.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
}
.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
}
.font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
}
.text-wrap {
    text-wrap: wrap;
}
.text-gray-500 {
    color: var(--color-gray-500);
}
.text-red-500 {
    color: var(--color-red-500);
}
.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration-line: underline;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}
.filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}
.transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (width >= 48rem) {
.md\:w-56 {
      width: calc(var(--spacing) * 56);
}
}
}
@font-face {
  font-family: primeicons;
  font-display: block;
  src: url("../../node_modules/primeicons/fonts/primeicons.eot");
  src: url("../../node_modules/primeicons/fonts/primeicons.eot?#iefix") format("embedded-opentype"), url("../../node_modules/primeicons/fonts/primeicons.woff2") format("woff2"), url("../../node_modules/primeicons/fonts/primeicons.woff") format("woff"), url("../../node_modules/primeicons/fonts/primeicons.ttf") format("truetype"), url("../../node_modules/primeicons/fonts/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: primeicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  text-align: center;
  width: 1.28571em;
}
.pi-spin {
  animation: 2s linear infinite fa-spin;
}
@media (prefers-reduced-motion: reduce) {
.pi-spin {
    transition-duration: 0s;
    transition-delay: 0s;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    animation-delay: -1ms;
}
}
@keyframes fa-spin {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(359deg);
}
}
.pi-folder-plus:before {
  content: "";
}
.pi-receipt:before {
  content: "";
}
.pi-asterisk:before {
  content: "";
}
.pi-face-smile:before {
  content: "";
}
.pi-pinterest:before {
  content: "";
}
.pi-expand:before {
  content: "";
}
.pi-pen-to-square:before {
  content: "";
}
.pi-wave-pulse:before {
  content: "";
}
.pi-turkish-lira:before {
  content: "";
}
.pi-spinner-dotted:before {
  content: "";
}
.pi-crown:before {
  content: "";
}
.pi-pause-circle:before {
  content: "";
}
.pi-warehouse:before {
  content: "";
}
.pi-objects-column:before {
  content: "";
}
.pi-clipboard:before {
  content: "";
}
.pi-play-circle:before {
  content: "";
}
.pi-venus:before {
  content: "";
}
.pi-cart-minus:before {
  content: "";
}
.pi-file-plus:before {
  content: "";
}
.pi-microchip:before {
  content: "";
}
.pi-twitch:before {
  content: "";
}
.pi-building-columns:before {
  content: "";
}
.pi-file-check:before {
  content: "";
}
.pi-microchip-ai:before {
  content: "";
}
.pi-trophy:before {
  content: "";
}
.pi-barcode:before {
  content: "";
}
.pi-file-arrow-up:before {
  content: "";
}
.pi-mars:before {
  content: "";
}
.pi-tiktok:before {
  content: "";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "";
}
.pi-ethereum:before {
  content: "";
}
.pi-list-check:before {
  content: "";
}
.pi-thumbtack:before {
  content: "";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "";
}
.pi-equals:before {
  content: "";
}
.pi-lightbulb:before {
  content: "";
}
.pi-star-half:before {
  content: "";
}
.pi-address-book:before {
  content: "";
}
.pi-chart-scatter:before {
  content: "";
}
.pi-indian-rupee:before {
  content: "";
}
.pi-star-half-fill:before {
  content: "";
}
.pi-cart-arrow-down:before {
  content: "";
}
.pi-calendar-clock:before {
  content: "";
}
.pi-sort-up-fill:before {
  content: "";
}
.pi-sparkles:before {
  content: "";
}
.pi-bullseye:before {
  content: "";
}
.pi-sort-down-fill:before {
  content: "";
}
.pi-graduation-cap:before {
  content: "";
}
.pi-hammer:before {
  content: "";
}
.pi-bell-slash:before {
  content: "";
}
.pi-gauge:before {
  content: "";
}
.pi-shop:before {
  content: "";
}
.pi-headphones:before {
  content: "";
}
.pi-eraser:before {
  content: "";
}
.pi-stopwatch:before {
  content: "";
}
.pi-verified:before {
  content: "";
}
.pi-delete-left:before {
  content: "";
}
.pi-hourglass:before {
  content: "";
}
.pi-truck:before {
  content: "";
}
.pi-wrench:before {
  content: "";
}
.pi-microphone:before {
  content: "";
}
.pi-megaphone:before {
  content: "";
}
.pi-arrow-right-arrow-left:before {
  content: "";
}
.pi-bitcoin:before {
  content: "";
}
.pi-file-edit:before {
  content: "";
}
.pi-language:before {
  content: "";
}
.pi-file-export:before {
  content: "";
}
.pi-file-import:before {
  content: "";
}
.pi-file-word:before {
  content: "";
}
.pi-gift:before {
  content: "";
}
.pi-cart-plus:before {
  content: "";
}
.pi-thumbs-down-fill:before {
  content: "";
}
.pi-thumbs-up-fill:before {
  content: "";
}
.pi-arrows-alt:before {
  content: "";
}
.pi-calculator:before {
  content: "";
}
.pi-sort-alt-slash:before {
  content: "";
}
.pi-arrows-h:before {
  content: "";
}
.pi-arrows-v:before {
  content: "";
}
.pi-pound:before {
  content: "";
}
.pi-prime:before {
  content: "";
}
.pi-chart-pie:before {
  content: "";
}
.pi-reddit:before {
  content: "";
}
.pi-code:before {
  content: "";
}
.pi-sync:before {
  content: "";
}
.pi-shopping-bag:before {
  content: "";
}
.pi-server:before {
  content: "";
}
.pi-database:before {
  content: "";
}
.pi-hashtag:before {
  content: "";
}
.pi-bookmark-fill:before {
  content: "";
}
.pi-filter-fill:before {
  content: "";
}
.pi-heart-fill:before {
  content: "";
}
.pi-flag-fill:before {
  content: "";
}
.pi-circle:before {
  content: "";
}
.pi-circle-fill:before {
  content: "";
}
.pi-bolt:before {
  content: "";
}
.pi-history:before {
  content: "";
}
.pi-box:before {
  content: "";
}
.pi-at:before {
  content: "";
}
.pi-arrow-up-right:before {
  content: "";
}
.pi-arrow-up-left:before {
  content: "";
}
.pi-arrow-down-left:before {
  content: "";
}
.pi-arrow-down-right:before {
  content: "";
}
.pi-telegram:before {
  content: "";
}
.pi-stop-circle:before {
  content: "";
}
.pi-stop:before {
  content: "";
}
.pi-whatsapp:before {
  content: "";
}
.pi-building:before {
  content: "";
}
.pi-qrcode:before {
  content: "";
}
.pi-car:before {
  content: "";
}
.pi-instagram:before {
  content: "";
}
.pi-linkedin:before {
  content: "";
}
.pi-send:before {
  content: "";
}
.pi-slack:before {
  content: "";
}
.pi-sun:before {
  content: "";
}
.pi-moon:before {
  content: "";
}
.pi-vimeo:before {
  content: "";
}
.pi-youtube:before {
  content: "";
}
.pi-flag:before {
  content: "";
}
.pi-wallet:before {
  content: "";
}
.pi-map:before {
  content: "";
}
.pi-link:before {
  content: "";
}
.pi-credit-card:before {
  content: "";
}
.pi-discord:before {
  content: "";
}
.pi-percentage:before {
  content: "";
}
.pi-euro:before {
  content: "";
}
.pi-book:before {
  content: "";
}
.pi-shield:before {
  content: "";
}
.pi-paypal:before {
  content: "";
}
.pi-amazon:before {
  content: "";
}
.pi-phone:before {
  content: "";
}
.pi-filter-slash:before {
  content: "";
}
.pi-facebook:before {
  content: "";
}
.pi-github:before {
  content: "";
}
.pi-twitter:before {
  content: "";
}
.pi-step-backward-alt:before {
  content: "";
}
.pi-step-forward-alt:before {
  content: "";
}
.pi-forward:before {
  content: "";
}
.pi-backward:before {
  content: "";
}
.pi-fast-backward:before {
  content: "";
}
.pi-fast-forward:before {
  content: "";
}
.pi-pause:before {
  content: "";
}
.pi-play:before {
  content: "";
}
.pi-compass:before {
  content: "";
}
.pi-id-card:before {
  content: "";
}
.pi-ticket:before {
  content: "";
}
.pi-file-o:before {
  content: "";
}
.pi-reply:before {
  content: "";
}
.pi-directions-alt:before {
  content: "";
}
.pi-directions:before {
  content: "";
}
.pi-thumbs-up:before {
  content: "";
}
.pi-thumbs-down:before {
  content: "";
}
.pi-sort-numeric-down-alt:before {
  content: "";
}
.pi-sort-numeric-up-alt:before {
  content: "";
}
.pi-sort-alpha-down-alt:before {
  content: "";
}
.pi-sort-alpha-up-alt:before {
  content: "";
}
.pi-sort-numeric-down:before {
  content: "";
}
.pi-sort-numeric-up:before {
  content: "";
}
.pi-sort-alpha-down:before {
  content: "";
}
.pi-sort-alpha-up:before {
  content: "";
}
.pi-sort-alt:before {
  content: "";
}
.pi-sort-amount-up:before {
  content: "";
}
.pi-sort-amount-down:before {
  content: "";
}
.pi-sort-amount-down-alt:before {
  content: "";
}
.pi-sort-amount-up-alt:before {
  content: "";
}
.pi-palette:before {
  content: "";
}
.pi-undo:before {
  content: "";
}
.pi-desktop:before {
  content: "";
}
.pi-sliders-v:before {
  content: "";
}
.pi-sliders-h:before {
  content: "";
}
.pi-search-plus:before {
  content: "";
}
.pi-search-minus:before {
  content: "";
}
.pi-file-excel:before {
  content: "";
}
.pi-file-pdf:before {
  content: "";
}
.pi-check-square:before {
  content: "";
}
.pi-chart-line:before {
  content: "";
}
.pi-user-edit:before {
  content: "";
}
.pi-exclamation-circle:before {
  content: "";
}
.pi-android:before {
  content: "";
}
.pi-google:before {
  content: "";
}
.pi-apple:before {
  content: "";
}
.pi-microsoft:before {
  content: "";
}
.pi-heart:before {
  content: "";
}
.pi-mobile:before {
  content: "";
}
.pi-tablet:before {
  content: "";
}
.pi-key:before {
  content: "";
}
.pi-shopping-cart:before {
  content: "";
}
.pi-comments:before {
  content: "";
}
.pi-comment:before {
  content: "";
}
.pi-briefcase:before {
  content: "";
}
.pi-bell:before {
  content: "";
}
.pi-paperclip:before {
  content: "";
}
.pi-share-alt:before {
  content: "";
}
.pi-envelope:before {
  content: "";
}
.pi-volume-down:before {
  content: "";
}
.pi-volume-up:before {
  content: "";
}
.pi-volume-off:before {
  content: "";
}
.pi-eject:before {
  content: "";
}
.pi-money-bill:before {
  content: "";
}
.pi-images:before {
  content: "";
}
.pi-image:before {
  content: "";
}
.pi-sign-in:before {
  content: "";
}
.pi-sign-out:before {
  content: "";
}
.pi-wifi:before {
  content: "";
}
.pi-sitemap:before {
  content: "";
}
.pi-chart-bar:before {
  content: "";
}
.pi-camera:before {
  content: "";
}
.pi-dollar:before {
  content: "";
}
.pi-lock-open:before {
  content: "";
}
.pi-table:before {
  content: "";
}
.pi-map-marker:before {
  content: "";
}
.pi-list:before {
  content: "";
}
.pi-eye-slash:before {
  content: "";
}
.pi-eye:before {
  content: "";
}
.pi-folder-open:before {
  content: "";
}
.pi-folder:before {
  content: "";
}
.pi-video:before {
  content: "";
}
.pi-inbox:before {
  content: "";
}
.pi-lock:before {
  content: "";
}
.pi-unlock:before {
  content: "";
}
.pi-tags:before {
  content: "";
}
.pi-tag:before {
  content: "";
}
.pi-power-off:before {
  content: "";
}
.pi-save:before {
  content: "";
}
.pi-question-circle:before {
  content: "";
}
.pi-question:before {
  content: "";
}
.pi-copy:before {
  content: "";
}
.pi-file:before {
  content: "";
}
.pi-clone:before {
  content: "";
}
.pi-calendar-times:before {
  content: "";
}
.pi-calendar-minus:before {
  content: "";
}
.pi-calendar-plus:before {
  content: "";
}
.pi-ellipsis-v:before {
  content: "";
}
.pi-ellipsis-h:before {
  content: "";
}
.pi-bookmark:before {
  content: "";
}
.pi-globe:before {
  content: "";
}
.pi-replay:before {
  content: "";
}
.pi-filter:before {
  content: "";
}
.pi-print:before {
  content: "";
}
.pi-align-right:before {
  content: "";
}
.pi-align-left:before {
  content: "";
}
.pi-align-center:before {
  content: "";
}
.pi-align-justify:before {
  content: "";
}
.pi-cog:before {
  content: "";
}
.pi-cloud-download:before {
  content: "";
}
.pi-cloud-upload:before {
  content: "";
}
.pi-cloud:before {
  content: "";
}
.pi-pencil:before {
  content: "";
}
.pi-users:before {
  content: "";
}
.pi-clock:before {
  content: "";
}
.pi-user-minus:before {
  content: "";
}
.pi-user-plus:before {
  content: "";
}
.pi-trash:before {
  content: "";
}
.pi-external-link:before {
  content: "";
}
.pi-window-maximize:before {
  content: "";
}
.pi-window-minimize:before {
  content: "";
}
.pi-refresh:before {
  content: "";
}
.pi-user:before {
  content: "";
}
.pi-exclamation-triangle:before {
  content: "";
}
.pi-calendar:before {
  content: "";
}
.pi-chevron-circle-left:before {
  content: "";
}
.pi-chevron-circle-down:before {
  content: "";
}
.pi-chevron-circle-right:before {
  content: "";
}
.pi-chevron-circle-up:before {
  content: "";
}
.pi-angle-double-down:before {
  content: "";
}
.pi-angle-double-left:before {
  content: "";
}
.pi-angle-double-right:before {
  content: "";
}
.pi-angle-double-up:before {
  content: "";
}
.pi-angle-down:before {
  content: "";
}
.pi-angle-left:before {
  content: "";
}
.pi-angle-right:before {
  content: "";
}
.pi-angle-up:before {
  content: "";
}
.pi-upload:before {
  content: "";
}
.pi-download:before {
  content: "";
}
.pi-ban:before {
  content: "";
}
.pi-star-fill:before {
  content: "";
}
.pi-star:before {
  content: "";
}
.pi-chevron-left:before {
  content: "";
}
.pi-chevron-right:before {
  content: "";
}
.pi-chevron-down:before {
  content: "";
}
.pi-chevron-up:before {
  content: "";
}
.pi-caret-left:before {
  content: "";
}
.pi-caret-right:before {
  content: "";
}
.pi-caret-down:before {
  content: "";
}
.pi-caret-up:before {
  content: "";
}
.pi-search:before {
  content: "";
}
.pi-check:before {
  content: "";
}
.pi-check-circle:before {
  content: "";
}
.pi-times:before {
  content: "";
}
.pi-times-circle:before {
  content: "";
}
.pi-plus:before {
  content: "";
}
.pi-plus-circle:before {
  content: "";
}
.pi-minus:before {
  content: "";
}
.pi-minus-circle:before {
  content: "";
}
.pi-circle-on:before {
  content: "";
}
.pi-circle-off:before {
  content: "";
}
.pi-sort-down:before {
  content: "";
}
.pi-sort-up:before {
  content: "";
}
.pi-sort:before {
  content: "";
}
.pi-step-backward:before {
  content: "";
}
.pi-step-forward:before {
  content: "";
}
.pi-th-large:before {
  content: "";
}
.pi-arrow-down:before {
  content: "";
}
.pi-arrow-left:before {
  content: "";
}
.pi-arrow-right:before {
  content: "";
}
.pi-arrow-up:before {
  content: "";
}
.pi-bars:before {
  content: "";
}
.pi-arrow-circle-down:before {
  content: "";
}
.pi-arrow-circle-left:before {
  content: "";
}
.pi-arrow-circle-right:before {
  content: "";
}
.pi-arrow-circle-up:before {
  content: "";
}
.pi-info:before {
  content: "";
}
.pi-info-circle:before {
  content: "";
}
.pi-home:before {
  content: "";
}
.pi-spinner:before {
  content: "";
}
body {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
.flex {
  display: flex;
}
.w-1over2 {
  width: 50%;
}
.w-1over3 {
  width: 33.33%;
}
.w-2over3 {
  width: 66.66%;
}
table {
  border-collapse: collapse;
  width: 90%;
  margin: 10px;
}
th, td {
  text-align: left;
  border: 1px solid #000;
  padding: 8px;
}
th {
  text-align: center;
  background-color: #eef;
}
tr:nth-child(2n) {
  background-color: #f5f5f5;
}
tr:hover {
  background-color: #f2f2ff;
}
.centre-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}
.centre-text {
  text-align: center;
}
a {
  color: var(--p-button-primary-background);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.bottom-line {
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #333;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
.bottom-line:hover {
  opacity: 0;
  transition: opacity .3s;
}
.drawer-content {
  margin-bottom: 1rem;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false
}
@property --tw-brightness {
  syntax: "*";
  inherits: false
}
@property --tw-contrast {
  syntax: "*";
  inherits: false
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}
@property --tw-invert {
  syntax: "*";
  inherits: false
}
@property --tw-opacity {
  syntax: "*";
  inherits: false
}
@property --tw-saturate {
  syntax: "*";
  inherits: false
}
@property --tw-sepia {
  syntax: "*";
  inherits: false
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}
/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-500: oklch(.637 .237 25.331);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-white: #fff;
    --spacing: .25rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .\!visible {
    visibility: visible !important;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .w-full {
    width: 100%;
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow {
    flex-grow: 1;
  }

  .flex-grow-2 {
    flex-grow: 2;
  }

  .basis-\[50rem\] {
    flex-basis: 50rem;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-wrap {
    text-wrap: wrap;
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (width >= 48rem) {
    .md\:w-56 {
      width: calc(var(--spacing) * 56);
    }
  }
}

@font-face {
  font-family: primeicons;
  font-display: block;
  src: url("/assets/primeicons-DMOk5skT.eot");
  src: url("/assets/primeicons-DMOk5skT.eot?#iefix") format("embedded-opentype"), url("/assets/primeicons-C6QP2o4f.woff2") format("woff2"), url("/assets/primeicons-WjwUDZjB.woff") format("woff"), url("/assets/primeicons-MpK4pl85.ttf") format("truetype"), url("/assets/primeicons-Dr5RGzOO.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.pi {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: primeicons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pi-fw {
  text-align: center;
  width: 1.28571em;
}

.pi-spin {
  animation: 2s linear infinite fa-spin;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    transition-duration: 0s;
    transition-delay: 0s;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    animation-delay: -1ms;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.pi-folder-plus:before {
  content: "";
}

.pi-receipt:before {
  content: "";
}

.pi-asterisk:before {
  content: "";
}

.pi-face-smile:before {
  content: "";
}

.pi-pinterest:before {
  content: "";
}

.pi-expand:before {
  content: "";
}

.pi-pen-to-square:before {
  content: "";
}

.pi-wave-pulse:before {
  content: "";
}

.pi-turkish-lira:before {
  content: "";
}

.pi-spinner-dotted:before {
  content: "";
}

.pi-crown:before {
  content: "";
}

.pi-pause-circle:before {
  content: "";
}

.pi-warehouse:before {
  content: "";
}

.pi-objects-column:before {
  content: "";
}

.pi-clipboard:before {
  content: "";
}

.pi-play-circle:before {
  content: "";
}

.pi-venus:before {
  content: "";
}

.pi-cart-minus:before {
  content: "";
}

.pi-file-plus:before {
  content: "";
}

.pi-microchip:before {
  content: "";
}

.pi-twitch:before {
  content: "";
}

.pi-building-columns:before {
  content: "";
}

.pi-file-check:before {
  content: "";
}

.pi-microchip-ai:before {
  content: "";
}

.pi-trophy:before {
  content: "";
}

.pi-barcode:before {
  content: "";
}

.pi-file-arrow-up:before {
  content: "";
}

.pi-mars:before {
  content: "";
}

.pi-tiktok:before {
  content: "";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "";
}

.pi-ethereum:before {
  content: "";
}

.pi-list-check:before {
  content: "";
}

.pi-thumbtack:before {
  content: "";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "";
}

.pi-equals:before {
  content: "";
}

.pi-lightbulb:before {
  content: "";
}

.pi-star-half:before {
  content: "";
}

.pi-address-book:before {
  content: "";
}

.pi-chart-scatter:before {
  content: "";
}

.pi-indian-rupee:before {
  content: "";
}

.pi-star-half-fill:before {
  content: "";
}

.pi-cart-arrow-down:before {
  content: "";
}

.pi-calendar-clock:before {
  content: "";
}

.pi-sort-up-fill:before {
  content: "";
}

.pi-sparkles:before {
  content: "";
}

.pi-bullseye:before {
  content: "";
}

.pi-sort-down-fill:before {
  content: "";
}

.pi-graduation-cap:before {
  content: "";
}

.pi-hammer:before {
  content: "";
}

.pi-bell-slash:before {
  content: "";
}

.pi-gauge:before {
  content: "";
}

.pi-shop:before {
  content: "";
}

.pi-headphones:before {
  content: "";
}

.pi-eraser:before {
  content: "";
}

.pi-stopwatch:before {
  content: "";
}

.pi-verified:before {
  content: "";
}

.pi-delete-left:before {
  content: "";
}

.pi-hourglass:before {
  content: "";
}

.pi-truck:before {
  content: "";
}

.pi-wrench:before {
  content: "";
}

.pi-microphone:before {
  content: "";
}

.pi-megaphone:before {
  content: "";
}

.pi-arrow-right-arrow-left:before {
  content: "";
}

.pi-bitcoin:before {
  content: "";
}

.pi-file-edit:before {
  content: "";
}

.pi-language:before {
  content: "";
}

.pi-file-export:before {
  content: "";
}

.pi-file-import:before {
  content: "";
}

.pi-file-word:before {
  content: "";
}

.pi-gift:before {
  content: "";
}

.pi-cart-plus:before {
  content: "";
}

.pi-thumbs-down-fill:before {
  content: "";
}

.pi-thumbs-up-fill:before {
  content: "";
}

.pi-arrows-alt:before {
  content: "";
}

.pi-calculator:before {
  content: "";
}

.pi-sort-alt-slash:before {
  content: "";
}

.pi-arrows-h:before {
  content: "";
}

.pi-arrows-v:before {
  content: "";
}

.pi-pound:before {
  content: "";
}

.pi-prime:before {
  content: "";
}

.pi-chart-pie:before {
  content: "";
}

.pi-reddit:before {
  content: "";
}

.pi-code:before {
  content: "";
}

.pi-sync:before {
  content: "";
}

.pi-shopping-bag:before {
  content: "";
}

.pi-server:before {
  content: "";
}

.pi-database:before {
  content: "";
}

.pi-hashtag:before {
  content: "";
}

.pi-bookmark-fill:before {
  content: "";
}

.pi-filter-fill:before {
  content: "";
}

.pi-heart-fill:before {
  content: "";
}

.pi-flag-fill:before {
  content: "";
}

.pi-circle:before {
  content: "";
}

.pi-circle-fill:before {
  content: "";
}

.pi-bolt:before {
  content: "";
}

.pi-history:before {
  content: "";
}

.pi-box:before {
  content: "";
}

.pi-at:before {
  content: "";
}

.pi-arrow-up-right:before {
  content: "";
}

.pi-arrow-up-left:before {
  content: "";
}

.pi-arrow-down-left:before {
  content: "";
}

.pi-arrow-down-right:before {
  content: "";
}

.pi-telegram:before {
  content: "";
}

.pi-stop-circle:before {
  content: "";
}

.pi-stop:before {
  content: "";
}

.pi-whatsapp:before {
  content: "";
}

.pi-building:before {
  content: "";
}

.pi-qrcode:before {
  content: "";
}

.pi-car:before {
  content: "";
}

.pi-instagram:before {
  content: "";
}

.pi-linkedin:before {
  content: "";
}

.pi-send:before {
  content: "";
}

.pi-slack:before {
  content: "";
}

.pi-sun:before {
  content: "";
}

.pi-moon:before {
  content: "";
}

.pi-vimeo:before {
  content: "";
}

.pi-youtube:before {
  content: "";
}

.pi-flag:before {
  content: "";
}

.pi-wallet:before {
  content: "";
}

.pi-map:before {
  content: "";
}

.pi-link:before {
  content: "";
}

.pi-credit-card:before {
  content: "";
}

.pi-discord:before {
  content: "";
}

.pi-percentage:before {
  content: "";
}

.pi-euro:before {
  content: "";
}

.pi-book:before {
  content: "";
}

.pi-shield:before {
  content: "";
}

.pi-paypal:before {
  content: "";
}

.pi-amazon:before {
  content: "";
}

.pi-phone:before {
  content: "";
}

.pi-filter-slash:before {
  content: "";
}

.pi-facebook:before {
  content: "";
}

.pi-github:before {
  content: "";
}

.pi-twitter:before {
  content: "";
}

.pi-step-backward-alt:before {
  content: "";
}

.pi-step-forward-alt:before {
  content: "";
}

.pi-forward:before {
  content: "";
}

.pi-backward:before {
  content: "";
}

.pi-fast-backward:before {
  content: "";
}

.pi-fast-forward:before {
  content: "";
}

.pi-pause:before {
  content: "";
}

.pi-play:before {
  content: "";
}

.pi-compass:before {
  content: "";
}

.pi-id-card:before {
  content: "";
}

.pi-ticket:before {
  content: "";
}

.pi-file-o:before {
  content: "";
}

.pi-reply:before {
  content: "";
}

.pi-directions-alt:before {
  content: "";
}

.pi-directions:before {
  content: "";
}

.pi-thumbs-up:before {
  content: "";
}

.pi-thumbs-down:before {
  content: "";
}

.pi-sort-numeric-down-alt:before {
  content: "";
}

.pi-sort-numeric-up-alt:before {
  content: "";
}

.pi-sort-alpha-down-alt:before {
  content: "";
}

.pi-sort-alpha-up-alt:before {
  content: "";
}

.pi-sort-numeric-down:before {
  content: "";
}

.pi-sort-numeric-up:before {
  content: "";
}

.pi-sort-alpha-down:before {
  content: "";
}

.pi-sort-alpha-up:before {
  content: "";
}

.pi-sort-alt:before {
  content: "";
}

.pi-sort-amount-up:before {
  content: "";
}

.pi-sort-amount-down:before {
  content: "";
}

.pi-sort-amount-down-alt:before {
  content: "";
}

.pi-sort-amount-up-alt:before {
  content: "";
}

.pi-palette:before {
  content: "";
}

.pi-undo:before {
  content: "";
}

.pi-desktop:before {
  content: "";
}

.pi-sliders-v:before {
  content: "";
}

.pi-sliders-h:before {
  content: "";
}

.pi-search-plus:before {
  content: "";
}

.pi-search-minus:before {
  content: "";
}

.pi-file-excel:before {
  content: "";
}

.pi-file-pdf:before {
  content: "";
}

.pi-check-square:before {
  content: "";
}

.pi-chart-line:before {
  content: "";
}

.pi-user-edit:before {
  content: "";
}

.pi-exclamation-circle:before {
  content: "";
}

.pi-android:before {
  content: "";
}

.pi-google:before {
  content: "";
}

.pi-apple:before {
  content: "";
}

.pi-microsoft:before {
  content: "";
}

.pi-heart:before {
  content: "";
}

.pi-mobile:before {
  content: "";
}

.pi-tablet:before {
  content: "";
}

.pi-key:before {
  content: "";
}

.pi-shopping-cart:before {
  content: "";
}

.pi-comments:before {
  content: "";
}

.pi-comment:before {
  content: "";
}

.pi-briefcase:before {
  content: "";
}

.pi-bell:before {
  content: "";
}

.pi-paperclip:before {
  content: "";
}

.pi-share-alt:before {
  content: "";
}

.pi-envelope:before {
  content: "";
}

.pi-volume-down:before {
  content: "";
}

.pi-volume-up:before {
  content: "";
}

.pi-volume-off:before {
  content: "";
}

.pi-eject:before {
  content: "";
}

.pi-money-bill:before {
  content: "";
}

.pi-images:before {
  content: "";
}

.pi-image:before {
  content: "";
}

.pi-sign-in:before {
  content: "";
}

.pi-sign-out:before {
  content: "";
}

.pi-wifi:before {
  content: "";
}

.pi-sitemap:before {
  content: "";
}

.pi-chart-bar:before {
  content: "";
}

.pi-camera:before {
  content: "";
}

.pi-dollar:before {
  content: "";
}

.pi-lock-open:before {
  content: "";
}

.pi-table:before {
  content: "";
}

.pi-map-marker:before {
  content: "";
}

.pi-list:before {
  content: "";
}

.pi-eye-slash:before {
  content: "";
}

.pi-eye:before {
  content: "";
}

.pi-folder-open:before {
  content: "";
}

.pi-folder:before {
  content: "";
}

.pi-video:before {
  content: "";
}

.pi-inbox:before {
  content: "";
}

.pi-lock:before {
  content: "";
}

.pi-unlock:before {
  content: "";
}

.pi-tags:before {
  content: "";
}

.pi-tag:before {
  content: "";
}

.pi-power-off:before {
  content: "";
}

.pi-save:before {
  content: "";
}

.pi-question-circle:before {
  content: "";
}

.pi-question:before {
  content: "";
}

.pi-copy:before {
  content: "";
}

.pi-file:before {
  content: "";
}

.pi-clone:before {
  content: "";
}

.pi-calendar-times:before {
  content: "";
}

.pi-calendar-minus:before {
  content: "";
}

.pi-calendar-plus:before {
  content: "";
}

.pi-ellipsis-v:before {
  content: "";
}

.pi-ellipsis-h:before {
  content: "";
}

.pi-bookmark:before {
  content: "";
}

.pi-globe:before {
  content: "";
}

.pi-replay:before {
  content: "";
}

.pi-filter:before {
  content: "";
}

.pi-print:before {
  content: "";
}

.pi-align-right:before {
  content: "";
}

.pi-align-left:before {
  content: "";
}

.pi-align-center:before {
  content: "";
}

.pi-align-justify:before {
  content: "";
}

.pi-cog:before {
  content: "";
}

.pi-cloud-download:before {
  content: "";
}

.pi-cloud-upload:before {
  content: "";
}

.pi-cloud:before {
  content: "";
}

.pi-pencil:before {
  content: "";
}

.pi-users:before {
  content: "";
}

.pi-clock:before {
  content: "";
}

.pi-user-minus:before {
  content: "";
}

.pi-user-plus:before {
  content: "";
}

.pi-trash:before {
  content: "";
}

.pi-external-link:before {
  content: "";
}

.pi-window-maximize:before {
  content: "";
}

.pi-window-minimize:before {
  content: "";
}

.pi-refresh:before {
  content: "";
}

.pi-user:before {
  content: "";
}

.pi-exclamation-triangle:before {
  content: "";
}

.pi-calendar:before {
  content: "";
}

.pi-chevron-circle-left:before {
  content: "";
}

.pi-chevron-circle-down:before {
  content: "";
}

.pi-chevron-circle-right:before {
  content: "";
}

.pi-chevron-circle-up:before {
  content: "";
}

.pi-angle-double-down:before {
  content: "";
}

.pi-angle-double-left:before {
  content: "";
}

.pi-angle-double-right:before {
  content: "";
}

.pi-angle-double-up:before {
  content: "";
}

.pi-angle-down:before {
  content: "";
}

.pi-angle-left:before {
  content: "";
}

.pi-angle-right:before {
  content: "";
}

.pi-angle-up:before {
  content: "";
}

.pi-upload:before {
  content: "";
}

.pi-download:before {
  content: "";
}

.pi-ban:before {
  content: "";
}

.pi-star-fill:before {
  content: "";
}

.pi-star:before {
  content: "";
}

.pi-chevron-left:before {
  content: "";
}

.pi-chevron-right:before {
  content: "";
}

.pi-chevron-down:before {
  content: "";
}

.pi-chevron-up:before {
  content: "";
}

.pi-caret-left:before {
  content: "";
}

.pi-caret-right:before {
  content: "";
}

.pi-caret-down:before {
  content: "";
}

.pi-caret-up:before {
  content: "";
}

.pi-search:before {
  content: "";
}

.pi-check:before {
  content: "";
}

.pi-check-circle:before {
  content: "";
}

.pi-times:before {
  content: "";
}

.pi-times-circle:before {
  content: "";
}

.pi-plus:before {
  content: "";
}

.pi-plus-circle:before {
  content: "";
}

.pi-minus:before {
  content: "";
}

.pi-minus-circle:before {
  content: "";
}

.pi-circle-on:before {
  content: "";
}

.pi-circle-off:before {
  content: "";
}

.pi-sort-down:before {
  content: "";
}

.pi-sort-up:before {
  content: "";
}

.pi-sort:before {
  content: "";
}

.pi-step-backward:before {
  content: "";
}

.pi-step-forward:before {
  content: "";
}

.pi-th-large:before {
  content: "";
}

.pi-arrow-down:before {
  content: "";
}

.pi-arrow-left:before {
  content: "";
}

.pi-arrow-right:before {
  content: "";
}

.pi-arrow-up:before {
  content: "";
}

.pi-bars:before {
  content: "";
}

.pi-arrow-circle-down:before {
  content: "";
}

.pi-arrow-circle-left:before {
  content: "";
}

.pi-arrow-circle-right:before {
  content: "";
}

.pi-arrow-circle-up:before {
  content: "";
}

.pi-info:before {
  content: "";
}

.pi-info-circle:before {
  content: "";
}

.pi-home:before {
  content: "";
}

.pi-spinner:before {
  content: "";
}

body {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

.flex {
  display: flex;
}

.w-1over2 {
  width: 50%;
}

.w-1over3 {
  width: 33.33%;
}

.w-2over3 {
  width: 66.66%;
}

table {
  border-collapse: collapse;
  width: 90%;
  margin: 10px;
}

th, td {
  text-align: left;
  border: 1px solid #000;
  padding: 8px;
}

th {
  text-align: center;
  background-color: #eef;
}

tr:nth-child(2n) {
  background-color: #f5f5f5;
}

tr:hover {
  background-color: #f2f2ff;
}

.centre-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centre-text {
  text-align: center;
}

a {
  color: var(--p-button-primary-background);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}
