@font-face {
  font-family: "Inter";
  src: url("./inter.ttf") format("truetype");
}
body {
  background-color: #fff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0;
}
body * {
  color: #363740;
}

body {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
  margin: 0;
}
body .sidebarSM {
  z-index: 0;
  min-width: 10px;
  padding-top: 3.6vh;
  padding-bottom: 2.8vh;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body .sidebarSM .header .menudots img {
  height: 15px;
}
body .sidebar {
  z-index: 0;
  width: 20vw;
  min-width: 200px;
  padding-top: 3.6vh;
  padding-bottom: 2.8vh;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body .sidebar .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 8%;
}
body .sidebar .header .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5%;
}
body .sidebar .header .profile div {
  width: 54px;
}
body .sidebar .header .profile h1 {
  margin: 0;
  margin-left: 10px;
  font-size: 12px;
  min-width: 150px;
}
body .sidebar .header .menudots img {
  height: 15px;
}
body .sidebar .buttons {
  flex: 1;
  width: 100%;
  padding: 5vh 8%;
  box-sizing: border-box;
}
body .sidebar .buttons .dashboardbutton input {
  display: none;
}
body .sidebar .buttons .dashboardbutton.collapsible {
  display: block;
}
body .sidebar .buttons .dashboardbutton label {
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
  border-radius: 10px;
  gap: 10px;
}
body .sidebar .buttons .dashboardbutton label p {
  font-size: 12px;
}
body .sidebar .buttons .dashboardbutton label:hover {
  background-color: #f1f1f1;
}
body .sidebar .buttons button {
  background-color: transparent;
  border: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  border-radius: 10px;
}
body .sidebar .buttons button .button_start {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
body .sidebar .buttons .collapsbutton_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
body .sidebar .buttons img {
  width: 20px;
}
body .sidebar .buttons .plus {
  display: block;
}
body .sidebar .buttons .minus {
  display: none;
}
body .sidebar .buttons .open .plus {
  display: none;
}
body .sidebar .buttons .open .minus {
  display: block;
}
body .sidebar .buttons .active,
body .sidebar .buttons .collapsbutton:hover,
body .sidebar .buttons .home:hover,
body .sidebar .buttons .dashboardbuttonlabel:hover {
  background-color: #f1f1f1;
}
body .sidebar .buttons .usecases .collapsible,
body .sidebar .buttons .administration .collapsible {
  overflow: hidden;
  height: 0;
  transition: height 0.15s ease;
}
body .sidebar .buttons .usecases .collapsible input[type=radio],
body .sidebar .buttons .administration .collapsible input[type=radio] {
  display: none;
}
body .sidebar .buttons .usecases .collapsible input[type=radio]:checked ~ label,
body .sidebar .buttons .administration .collapsible input[type=radio]:checked ~ label {
  font-size: 12px;
  font-weight: bold;
  color: #798452;
}
body .sidebar .buttons .usecases .collapsible label,
body .sidebar .buttons .administration .collapsible label {
  font-size: 12px;
}
body .sidebar .buttons .usecases .collapsible label:hover,
body .sidebar .buttons .administration .collapsible label:hover {
  background-color: #f1f1f1;
}
body .sidebar .buttons .usecases .collapsible ul,
body .sidebar .buttons .administration .collapsible ul {
  list-style: none;
  padding-left: 25px;
  margin: 0;
}
body .sidebar .buttons .usecases .collapsible ul li,
body .sidebar .buttons .administration .collapsible ul li {
  padding: 5% 0;
}
body .sidebar .footer {
  display: flex;
  justify-content: center;
}
body .sidebar .footer img {
  width: 50%;
}
body .main {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80vw;
}
body .main #main {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  min-width: 900px;
  max-height: 100vh;
  height: 900px;
}
body .main h2 {
  margin-top: 0;
}
body .main .main_footer {
  z-index: 50;
  padding: 2vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px #fafafa solid;
}
body .main .main_footer .main_footer_left {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
}
body .main .main_footer a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(54, 55, 64, 0.5019607843);
  text-decoration: none;
}/*# sourceMappingURL=home.css.map */

/* Version History */
    /* Reset and base styles */
    .vh-body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.5;
      color: #333;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    .vh-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    
    /* Modal specific styles with unique class names */
    .vh-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }
    
    .vh-modal {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      width: 90%;
      max-width: 800px;
      border-radius: 4px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1001;
      display: flex;
      flex-direction: column;
      max-height: 90vh;
    }
    
    .vh-modal-header {
      padding: 15px 20px;
      border-bottom: 1px solid #e9ecef;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .vh-modal-title {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }
    
    .vh-modal-close {
      background: none;
      border: none;
      font-size: 22px;
      cursor: pointer;
      color: #6c757d;
    }
    
    .vh-modal-body {
      padding: 20px;
      overflow-y: auto;
      flex: 1;
    }
    
    .vh-modal-footer {
      padding: 15px 20px;
      border-top: 1px solid #e9ecef;
      display: flex;
      justify-content: flex-end;
    }
    
    /* Version history header section */
    .vh-history-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    
    .vh-entity-title {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
    }
    
    .vh-switch-container {
      display: flex;
      align-items: center;
    }
    
    .vh-switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 20px;
      margin-right: 10px;
    }
    
    .vh-switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .vh-switch-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      border-radius: 20px;
      transition: .4s;
    }
    
    .vh-switch-slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      border-radius: 50%;
      transition: .4s;
    }
    
    .vh-switch input:checked + .vh-switch-slider {
      background-color: #2196F3;
    }
    
    .vh-switch input:checked + .vh-switch-slider:before {
      transform: translateX(20px);
    }
    
    /* Timeline styles */
    .vh-timeline {
      position: relative;
      padding-left: 40px;
    }
    
    .vh-timeline-item {
      position: relative;
      margin-bottom: 20px;
    }
    
    .vh-timeline-marker {
      position: absolute;
      left: -40px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      color: white;
      z-index: 1;
    }
    
    .vh-timeline-marker-current {
      background-color: #28a745;
    }
    
    .vh-timeline-marker-update {
      background-color: #007bff;
    }
    
    .vh-timeline-marker-insert {
      background-color: #17a2b8;
    }
    
    .vh-timeline-marker-restore {
      background-color: #6f42c1;
    }
    
    .vh-timeline-connector {
      position: absolute;
      left: -26px;
      top: 30px;
      height: calc(100% + 20px);
      width: 2px;
      background-color: #e9ecef;
      z-index: 0;
    }
    
    .vh-timeline-item:last-child .vh-timeline-connector {
      display: none;
    }
    
    /* Card styles */
    .vh-card {
      border: 1px solid #e9ecef;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      margin-bottom: 15px;
    }
    
    .vh-card-header {
      padding: 12px 15px;
      background-color: #f8f9fa;
      border-bottom: 1px solid #e9ecef;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .vh-card-body {
      padding: 15px;
    }
    
    /* Badge styles */
    .vh-badge {
      display: inline-block;
      padding: 3px 8px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 10px;
      color: white;
      margin-right: 8px;
    }
    
    .vh-badge-success {
      background-color: #28a745;
    }
    
    .vh-badge-primary {
      background-color: #007bff;
    }
    
    .vh-badge-info {
      background-color: #17a2b8;
    }
    
    .vh-badge-purple {
      background-color: #6f42c1;
    }
    
    /* Button styles */
    .vh-btn {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      border: 1px solid transparent;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.5;
      border-radius: 4px;
      cursor: pointer;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }
    
    .vh-btn-group {
      display: flex;
      gap: 5px;
    }
    
    .vh-btn-outline-primary {
      color: #007bff;
      background-color: transparent;
      border-color: #007bff;
    }
    
    .vh-btn-outline-primary:hover {
      color: #fff;
      background-color: #007bff;
    }
    
    .vh-btn-outline-info {
      color: #17a2b8;
      background-color: transparent;
      border-color: #17a2b8;
    }
    
    .vh-btn-outline-info:hover {
      color: #fff;
      background-color: #17a2b8;
    }
    
    .vh-btn-secondary {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d;
    }
    
    .vh-btn-secondary:hover {
      background-color: #5a6268;
      border-color: #5a6268;
    }
    
    /* Text styles */
    .vh-text-muted {
      color: #6c757d;
    }
    
    .vh-small {
      font-size: 85%;
    }
    
    /* Changes and details styles */
    .vh-collapse {
      display: none;
    }
    
    .vh-collapse.vh-show {
      display: block;
    }
    
    .vh-changes-container {
      margin-top: 15px;
    }
    
    .vh-changes-title {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    
    .vh-list-group {
      list-style: none;
      padding: 0;
      margin: 0;
      border: 1px solid #e9ecef;
      border-radius: 4px;
    }
    
    .vh-list-group-item {
      padding: 10px;
      border-bottom: 1px solid #e9ecef;
      background-color: #f8f9fa;
    }
    
    .vh-list-group-item:last-child {
      border-bottom: none;
    }
    
    .vh-old-value {
      color: #dc3545;
      padding: 2px 0;
    }
    
    .vh-new-value {
      color: #28a745;
      padding: 2px 0;
    }
    
    .vh-monospace {
      font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }
    
    /* Table styles */
    .vh-table {
      width: 100%;
      margin-bottom: 1rem;
      color: #212529;
      border-collapse: collapse;
    }
    
    .vh-table th,
    .vh-table td {
      padding: 8px 12px;
      vertical-align: top;
      border: 1px solid #dee2e6;
    }
    
    .vh-table th {
      font-weight: 600;
      background-color: #f8f9fa;
      width: 30%;
    }