.Widgets-module__widgetWrapper .boxFooter {
    display: none;
}
.Widgets-module__widgetWrapper .MonitoringWidget-module__body {
  border-radius: 10px;
  padding: 20px;
  background: rgba(19, 29, 13, 0.7);
}
.MonitoringWidget-module__body.boxBody p {
  text-align: center;
}
.Widgets-module__widgetWrapper_flex {
  display: flex;
  gap: 10px;
}
.Widgets-module__widgetWrapper_flex .MonitoringWidget-module__item {
  background: rgba(19, 29, 13, 0.7);
  height: 70px;
  flex: 1;
  border-radius: 10px;
  padding: 15px;
  transition: all 200ms;
}
.Widgets-module__widgetWrapper_flex .MonitoringWidget-module__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Widgets-module__widgetWrapper_flex .MonitoringWidget-module__item:hover {
  box-shadow: 0 4px 0 #cf0000;
  border-radius: 8px 8px 0 0;
  transform: translateY(-4px);
}

.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressInfo {
  border-radius: 5px;
  padding: 10px;
}
.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressBarWrapper {
  background: rgba(60, 70, 60, 0.6);
}
.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressInfo {
  background: rgb(19, 29, 13);
  border-radius: 5px;
}
.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressInfo:before {
  border-color: rgb(19, 29, 13) transparent transparent transparent;
}
.MonitoringWidget-module__head {
  text-align: center;
  color: #ffe84c;
  margin-bottom: 10px;
  font-size: 20px;
}
.Widgets-module__widgetWrapper_custom p {
  margin-bottom: 8px;
  font-size: 17px;
}
.MonitoringWidget-module__accent {
  font-weight: 600;
}