/* Start custom CSS for html, class: .elementor-element-29af9f4 */.um-toggle-wrapper {
  max-width: 480px;
  margin: auto;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
  font-family: 'Inter', sans-serif;
}

.um-tab-buttons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.um-tab-buttons .tab-btn {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.um-tab-buttons .tab-btn.active {
  border-bottom: 2px solid #3B82F6;
  color: #3B82F6;
}

.um-tab-form {
  display: none;
}

.um-tab-form.active {
  display: block;
}/* End custom CSS */