button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:active{
    transform: scale(0.95);
}

.field_hor
{
    display: flex;
    align-items: center;
    gap : 1rem;
}

.status_indicator
{
  background-color: green;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}

.status_indicator.active
{
  background-color: green;
}

.status_indicator.disconnected
{
  background-color: gray;
}