verdocs-toggle-button {
  font-family: "Inter", "Barlow", sans-serif;
}
verdocs-toggle-button button {
  border: none;
  outline: none;
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: #cccccc;
  color: #33364b;
}
verdocs-toggle-button button svg {
  max-width: 100%;
  max-height: 100%;
  fill: #33364b;
}
verdocs-toggle-button button.active {
  background: #55bc81;
  color: #f5f5fa;
}
verdocs-toggle-button button.active svg {
  fill: #f5f5fa;
}
verdocs-toggle-button button:focus {
  border: none;
  outline: none;
}
verdocs-toggle-button.size-normal button {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 4px;
}
verdocs-toggle-button.size-small button {
  width: 34px;
  height: 34px;
  padding: 4px;
  border-radius: 2px;
}