/* Toggler Blob */

.toggle-switch-wrapper {
  height: 42px;
  overflow: hidden;
  max-width: 240px;
}

.toggle-btn {
  z-index: 2;
  width: 50%;
  font-size: 0.9rem;
  white-space: nowrap;
}

.toggle-blob {
  background-color: #2d3f5c;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  transition: left 0.3s ease;
  z-index: 1;
}

