.container {
  padding: 30px 0;
  width: 100%;
  max-width: 750px;
}

.main {
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.toggle_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.toggle_container div {
  transform: scale(0.8);
}

.actions {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.button {
  font-weight: 600 !important;
  width: 100px;
  box-shadow: none !important;
}
