html,body {
    margin: 0;
    padding: 0;
  }
  
  body {
      background: #333;
      color: #fff;
      font-family: sans-serif;
  }
  
  input.invalid {
    border-color: red;
  }
  
  .login-table {
      background: #555555;
      border-spacing: initial;
      margin: 20px;
      margin-top: 60px;
      margin-left: 20px;
      word-break: break-word;
      table-layout: auto;
      line-height: 1.8em;
      color: #ffffff;
      border-radius: 25px;
      padding: 30px;
      width: 300px;
      border: #333333 1px solid;
      border-color: #777777;
  }
  
  .login-table .label {
      color: #FFFFFF;
  }
  
  .login-table .field-column {
      padding: 10px 20px;
  }
  
  .login-input-box {
      font-size: 1em;
      padding: 10px;
      padding-right: -10px;
      border: none;
      border-radius: 4px;
      width: 90%;
  }
  
  .login-button {
      padding: 10px;
      background-color: #7a51a1;
      color: #ffffff;
      cursor: pointer;
      border-radius: 4px;
      width: 100%;
      border: #7a51a1 1px solid;
      font-size: 1.1em;
  }
  
  .menu {
    margin-top: 80px;
  }
  
  /* Style links on mouse-over */
  .menu a:hover {
    color: #f1f1f1;
  }
  
  /* Style links on mouse-over */
  .menu span {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 19px;
    display: block;
  }
  
  /* Style links */
  .menu a {
    text-decoration: none;
    font-size: 19px;
    color: #818181;
    display: block;
  }
  
  .menu-level-1 {
    padding: 4px 8px 4px 8px!important;
  }
  
  .menu-level-2 {
    padding: 4px 8px 4px 18px!important;
  }
  
  .website-logo img {
    width: 300px;
    margin-left: 150px;
    margin-top: 5px;
  }
  
  .scrollbar {
    overflow-x: scroll!important;
    overflow-y: scroll!important; 
    height: 100%!important; 
    width: calc(100% - 200px)!important;
    position: fixed!important;
    padding-right: 17px!important;
  }
  
  #status {
    width: 100%;
    margin-left: 150px;
    padding-top: 10px;
    color: #818181;
    margin-bottom: 10px;
  }
  
  #top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 23px;
  }
  
  * html #top-bar {
    position: absolute;
  }
  
  #topbar-inner {
    height: 100px;
    background: #111;
    color: #818181;;
  }
  
  * html #topbar-inner {
    margin-right: 17px;
  }
  
  * html body {
    padding-top: 23px;
  }
  
  * html,* html body {
    overflow-y: hidden;
    height: 100%;
    margin-top: -23px;
  }
  
  #mainouter {
    position: fixed;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 180px;
    background: #333;
    min-height: 100%;
    top: 0px;
  }
  
  * html #mainouter {
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
    padding-top: 23px;
    padding-bottom: 40px;
  }
  
  #bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 40px;
  }
  
  * html #bottom {
    position: absolute;
    bottom: -1px;
  }
  
  #bottom-inner {
    height: 40px;
    background: #111;
  }
  
  * html #bottom-inner {
    margin-right: 17px;
  }
  
  * html #left {
    position: absolute;
    height: 100%;
    width: 150px;
    left: 0;
    top: 23px;
    overflow: auto;
    z-index: 100;
    margin-bottom: -63px;
  }
  
  html>body #left {
    position: fixed;
    left: 0;
    top: 23px;
    bottom: 40px;
    padding: 0;
    width: 149px;
    background-color: #111;
  }
  
  .dashboard-node-div {
    border-radius: 25px;
    background-color: #444;
    padding: 25px;
    overflow: hidden;
  }

  .dashboard-div {
    width: 175px;
    float: left;
    margin-right: 20px;
    text-align: center;
  }

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

  .device-table {
      min-width: 400px;
      border-collapse: collapse;
      margin: 25px 0;
      font-size: 0.9em;
      font-family: sans-serif;
      min-width: 350px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }

.device-table th {
    text-align: left;
    background-color: #7a51a1;
    color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 15px;
}

.device-table th:first-child {
    border-radius: 25px 0px 0px 0px;
}

.device-table th:last-child {
    border-radius: 0px 25px 0px 0px;
}

.device-table td {
    padding: 12px 15px;
}

.device-table thead tr:first-child {
    background-color: #333333;
    border-bottom: 1px solid #999999;
}

.device-table tr:nth-of-type(odd) {
    background-color: #777777;
}

.device-table tr:nth-of-type(even) {
    background-color: #555555;
}

.device-table tr td:first-child {
   width: 5px;
}

.device-table tr td:nth-child(2) {
  width: 10px;
}

.device-table span {
    padding: 0px !important;
    display: inline-block;
}

.device-div {
  margin-bottom:150px;
}

.metrics-table {
  min-width: 400px;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
}

.metrics-table th {
  text-align: center;
  background-color: #7a51a1;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 10px;
}

.metrics-table th:first-child {
  border-radius: 25px 0px 0px 0px;
}

.metrics-table th:last-child {
  border-radius: 0px 25px 0px 0px;
}

.metrics-table td {
  padding: 12px 15px!important;
  text-align:left;
}

.metrics-table thead tr:first-child {
  background-color: #333333;
  border-bottom: 1px solid #999999;
}

.metrics-table tr:nth-of-type(odd) {
  background-color: #777777;
}

.metrics-table tr:nth-of-type(even) {
  background-color: #555555;
}

.metrics-table tr td:first-child {
 width: 10px;
}
 
.metrics-table span {
  padding: 0px !important;
  display: inline-block;
}


.user-table {
    min-width: 400px;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 350px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.user-table th {
    text-align: left;
    background-color: #7a51a1;
    color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 15px;
}

.user-table th:first-child {
    border-radius: 25px 0px 0px 0px;
}

.user-table th:last-child {
    border-radius: 0px 25px 0px 0px;
}

.user-table td {
    padding: 12px 15px;
}

.user-table thead tr:first-child {
    background-color: #333333;
    border-bottom: 1px solid #999999;
}

.user-table tr:nth-of-type(odd) {
    background-color: #777777;
}

.user-table tr:nth-of-type(even) {
    background-color: #555555;
}

.user-table tr td:first-child {
   width: 5px;
}

.user-table tr td:nth-child(2) {
  width: 10px;
}

.user-table span {
    padding: 0px !important;
    display: inline-block;
}

.input-field {
  padding: 5px;
  width: 95%;
  font-size: 1rem;
  border-radius: 5px;
}

.output-field {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
}

.output-span {
  width: 100%;
  text-align: center;
  padding: 2px!important;
  margin: 0px;
}

.input-dropdown {
  padding: 5px;
  width: 100%;
  font-size: 1rem;
  border-radius: 5px;
}

.input-select-multiple {
  margin: 0px;
  padding: 5px;
  width: 105%;
  font-size: 1rem;
  border-radius: 5px;
}

.input-select-multiple span {
  display: inline!important;
  font-size: 16px!important;
}

.selection span {
  font-size: 16px !important;
  color: #fff;
}

.action-button {
  padding: 5px;
  background-color: #7a51a1;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  width: 80px;
  border: #7a51a1 1px solid;
  font-size: 1.1em;
}

.dot-green {
  display: inline-block;
  padding: 0px!important;
  height: 15px;
  width: 15px;
  background-color: #00ff00;
  border-radius: 50%;
}

.dot-red {
  display: inline-block;
  padding: 0px!important;
  height: 15px;
  width: 15px;
  background-color: #ff0000;
  border-radius: 50%;
}

.dot-yellow {
  display: inline-block;
  padding: 0px!important;
  height: 15px;
  width: 15px;
  background-color: #ffff00;
  border-radius: 50%;
}

.dot-blue {
  display: inline-block;
  padding: 0px!important;
  height: 15px;
  width: 15px;
  background-color: #0000ff;
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: center;
  margin-top: -30px;  /* Adjust based on your requirement */
  margin-bottom: 30px;
}

.dataTables_filter input {
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px;
  margin-left: 15px!important;
  background-color: white!important;
  color: black!important;
}