h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: var(--fg);
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--fg);
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.144px;
  color: var(--fg);
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: var(--fg);
}

h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-size: 12px;
  color: #8d92a3;
}

p {
  font-size: 0.85rem;
  font-weight: 300;
}

/**
  * Typography
  */
:root {
  --safe-area-inset-top: 0px;
  --safe-area-inset-right: 0px;
  --safe-area-inset-bottom: 0px;
  --safe-area-inset-left: 0px;
}
@supports (top: constant(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: constant(safe-area-inset-top);
    --safe-area-inset-right: constant(safe-area-inset-right);
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    --safe-area-inset-left: constant(safe-area-inset-left);
  }
}
@supports (top: env(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-right: env(safe-area-inset-right);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-left: env(safe-area-inset-left);
  }
}

/**
 * Stack 
 */
button {
  border-radius: 6px;
  font-family: var(--button-font);
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
button .icon {
  font-size: 20px;
  margin-right: 7px;
}

button.primary {
  background-color: var(--button-primary-bg);
  color: var(--button-primary-fg);
  cursor: pointer;
}

/*
button.disabled {
  background-color: #FAFAFA !important;
  border-color: #e2e2ea !important;
  color: black !important;
}
*/
.card-button {
  background-color: var(--button-secondary-bg);
  color: var(--button-secondary-fg);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  border: 1px solid #e2e8f0;
  width: 100%;
  cursor: pointer;
}

:root {
  --bg: #fff;
  --fg: #171725;
  --muted-fg: #71717a;
  --border-color: #ddd;
  --color-primary: #18181b;
  --color-secondary: #fa7268;
  --link-fg: #1e75ff;
  --form-element-bg: white;
  --form-element-fg: #64748B;
  --form-element-border: #ddd;
  --form-element-error: #fc5a5a;
  --button-primary-bg: #0F172A;
  --button-primary-fg: #FFFFFF;
  --button-secondary-bg: white;
  --button-secondary-fg: black;
  --button-success-bg: #36b37e;
  --button-success-fg: white;
  --button-danger-bg: red;
  --button-danger-fg: white;
  --message-success-text: #006644;
  --message-success-bg: #e3fcef;
  --message-success-fg: #36b37e;
  --message-error-text: #bf2600;
  --message-error-bg: #ffebe6;
  --message-error-fg: #ff5630;
  --message-info-text: #505f79;
  --message-info-bg: white;
  --message-info-fg: #2684ff;
  --message-warning-text: #ff8b00;
  --message-warning-bg: #fffae6;
  --message-warning-fg: #ffab00;
  --message-loading-text: #505f79;
  --message-loading-bg: white;
  --message-loading-fg: #ffab00;
}

[data-theme=dark] {
  --color-bg: #000000;
}

/* geist-sans-latin-100-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-100-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-100-normal.woff) format("woff");
}
/* geist-sans-latin-200-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-200-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-200-normal.woff) format("woff");
}
/* geist-sans-latin-300-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-300-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-300-normal.woff) format("woff");
}
/* geist-sans-latin-400-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-400-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-400-normal.woff) format("woff");
}
/* geist-sans-latin-500-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-500-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-500-normal.woff) format("woff");
}
/* geist-sans-latin-600-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-600-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-600-normal.woff) format("woff");
}
/* geist-sans-latin-700-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-700-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-700-normal.woff) format("woff");
}
/* geist-sans-latin-800-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-800-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-800-normal.woff) format("woff");
}
/* geist-sans-latin-900-normal */
@font-face {
  font-family: "Geist Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-900-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-900-normal.woff) format("woff");
}
:root {
  --elphe-orange: #fc7e08;
  --elphe-green: #107514;
  --font-geist-sans: "Geist Sans";
  --font: var(--font-geist-sans);
  --button-font: var(--font-geist-sans);
}

body {
  font-family: var(--font);
  background-color: var(--bg);
  overscroll-behavior-y: none;
  font-size: 0.85rem;
  font-weight: 300;
  margin: 0px;
  max-height: 100vh;
}

* {
  box-sizing: border-box;
}

/*Temporary css declaration to hide emulator warning until internal bug is fixed and disableWarnings flag can be passed in without typescript warnings*/
.firebase-emulator-warning {
  display: none;
}

.auth-widget {
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-widget,
.signup-widget,
.email-verify-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--card-padding, 24px);
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}

.form-items {
  align-self: stretch;
  gap: 16px;
}

.form-actions {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.form-actions .login-message,
.form-actions .signup-message,
.form-actions .resend-email-message {
  align-self: center;
}
.form-actions .divider {
  display: flex;
}
.form-actions .divider .rectangle {
  height: 10px;
  width: 165px;
  border-bottom: 1px solid #e6e6e6;
}
.form-actions .divider .or {
  padding: 2px;
}

a {
  color: black;
}

.login-widget a {
  margin-block: -4px;
}

.email-verify-widget .primary {
  background-color: var(--button-primary-bg);
  color: var(--button-primary-fg);
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  width: 100%;
}
.email-verify-widget .sub-heading .mail {
  font-weight: 700;
}

.signup-widget .submit-button {
  margin-top: -8px;
  cursor: pointer;
}

.form-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.form-header .heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.144px;
  color: var(--fg);
}
.form-header .sub-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}

.org-list-page {
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.org-list-page .org-list-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--card-padding, 24px);
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.org-list-page .org-list-widget .form-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.org-list-page .org-list-widget .form-header .heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.144px;
  color: var(--fg);
}
.org-list-page .org-list-widget .form-header .sub-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper {
  box-sizing: border-box;
  background-color: var(--bg);
  padding: var(--card-padding, 24px) 0;
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper .org-list-item-widget {
  display: flex;
  flex-direction: row;
  gap: var(--card-padding, 24px);
  padding: var(--card-padding, 24px);
  align-items: center;
  cursor: pointer;
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper .org-list-item-widget .logo img {
  height: 56px;
  width: 56px;
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper .org-list-item-widget .org-details-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: var(--card-padding, 96px);
  align-items: center;
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper .org-list-item-widget .org-details-wrapper .org-details .org-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper .org-list-item-widget .org-details-wrapper .org-details .org-domain {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}
.org-list-page .org-list-widget .form-header .org-list-item-wrapper .org-list-item-widget .org-details-wrapper .arrow-right {
  height: 24px;
  width: 24px;
}
.org-list-page .org-list-widget .form-header .card-button {
  margin-top: 8px;
}
.org-list-page .org-list-widget .form-header .submit-button {
  background-color: var(--fg);
  color: var(--bg);
  cursor: pointer;
}

.nav-bar {
  border-bottom: 1px solid var(--border-color);
}
.nav-bar .container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 63px;
  align-items: center;
  padding: 10px 24px;
}
.nav-bar .container .container-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.nav-bar .container .logo {
  padding: 0 6px;
  cursor: pointer;
}
.nav-bar .container .logo img {
  height: 30px;
}
.nav-bar .container .nav-items {
  padding-left: 24px;
  display: flex;
  align-items: start;
  gap: 20px;
}
.nav-bar .container .nav-items .nav-item {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--muted-fg);
  cursor: pointer;
}
.nav-bar .container .nav-items .nav-item:hover {
  color: var(--fg);
}
.nav-bar .container .nav-items .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.nav-bar .container button {
  background-color: var(--button-secondary-bg);
  color: var(--button-secondary-fg);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  width: max-content;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}
.nav-bar .container .zickko-button {
  cursor: pointer;
}
.nav-bar .container .zickko-button .icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.nav-bar .container .actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-bar .container .actions .action {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--fg);
  cursor: pointer;
}
.nav-bar .container .actions .action:hover {
  color: var(--fg);
}
.nav-bar .container .actions .las {
  font-size: 22px;
}
.nav-bar .container .user-icon-container {
  position: relative;
}
.nav-bar .container .user-icon-container .icon-button {
  border-radius: 96px;
  padding: 12px;
  cursor: pointer;
}
.nav-bar .container .user-icon-container .icon-button .icon {
  width: 16px;
  height: 16px;
  margin-right: 0px;
}

.dropdown-menu {
  width: 219px;
  border-radius: 6px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.dropdown-menu .logged-in-button {
  color: #334155;
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #f1f5f9;
  padding: 12px 20px;
  text-align: left;
  cursor: pointer;
}
.dropdown-menu .logged-in-button span {
  color: black;
}
.dropdown-menu .switch-button {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #f1f5f9;
  padding: 12px 20px;
  text-align: left;
  cursor: pointer;
}
.dropdown-menu .switch-button span {
  color: #334155 !important;
  text-decoration: underline !important;
}

.dropdown-buttons {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #f1f5f9;
  padding: 12px 20px;
  text-align: left;
  cursor: pointer;
}

.settings-nav {
  width: 1440px;
}
.settings-nav .nav-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 63px;
  align-items: center;
}
.settings-nav .nav-container .nav-container-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.settings-nav .nav-container .nav-list {
  padding-left: 12px;
  display: flex;
  align-items: start;
  gap: 20px;
}
.settings-nav .nav-container .nav-list .nav-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
  list-style: none;
  cursor: pointer;
}
.settings-nav .nav-container .nav-list .nav-item:hover {
  color: var(--fg);
}
.settings-nav .nav-container .nav-list .selected {
  color: var(--fg);
  border-bottom: 3px solid var(--fg);
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i {
  background-color: #4bd763;
}

.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

/**
 * A normal switch will render as a form item, where the meta is displayed below the form-value (which is the switch)
 * In an inline switch, we change the layout to render the meta below the label itself.
 */
@media (max-width: 767px) {
  .form-item.switch {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-areas: "a b" "c d";
  }
  .form-item.switch label {
    grid-area: a;
    align-self: center;
  }
  .form-item.switch .form-input {
    grid-area: b;
    justify-self: end;
  }
  .form-item.switch .meta {
    grid-area: c !important;
    margin-top: -3px;
  }
}
.form .form-item.switch {
  display: grid;
  grid-template-columns: auto max-content;
  grid-template-areas: "a b" "c d";
}
.form .form-item.switch label {
  grid-area: a;
  align-self: center;
}
.form .form-item.switch .form-input {
  grid-area: b;
  justify-self: end;
}
.form .form-item.switch .meta {
  grid-area: c !important;
  margin-top: -3px;
}

.form {
  width: 100%;
}
.form label {
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 4px;
}
.form input[type=text],
.form input[type=number],
.form input[type=password],
.form input[type=email],
.form textarea {
  background-color: var(--form-element-bg);
  border-radius: 6px;
  border: 1px solid var(--form-element-border);
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
  padding: 8px;
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.form input[type=file]::-webkit-file-upload-button {
  border: 1px solid var(--form-element-border);
  background: var(--form-element-bg);
  border-radius: 5px;
}
.form .image-preview {
  margin-bottom: 15px;
}
.form .image-preview img {
  border-radius: 20px;
  max-width: 100px;
  padding: 0;
  margin: 0;
  border: 3px solid #f1f1f5;
}
.form .video-preview {
  display: flex;
  align-items: center;
}
.form .video-preview img {
  border: none;
  height: 20px;
  margin-right: 5px;
}
.form .form-input {
  position: relative;
}
.form .form-input.has-icon {
  background-color: var(--form-element-bg);
  border-radius: 6px;
  border: 1px solid var(--form-element-border);
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
  padding: 8px;
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 0;
  display: flex;
}
.form .form-input.has-icon .icon {
  width: 30px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  padding-left: 12px;
}
.form .form-input.has-icon img {
  width: 100%;
  align-self: center;
}
.form .form-input.has-icon input {
  margin: 0;
  border: 0;
}
.form .form-input .has-prepend {
  display: flex;
}
.form .form-input .has-prepend .prepend-text {
  background-color: var(--form-element-bg);
  border-radius: 6px;
  border: 1px solid var(--form-element-border);
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
  padding: 8px;
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  width: auto;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form .form-input .has-prepend input {
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .form-input .show-password {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 12px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .form-items {
  display: grid;
}
.form .form-items .form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form .form-buttons {
  margin-top: 24px;
}
.form .form-buttons .submit-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  min-width: 100%;
  cursor: pointer;
}
.form select {
  background-color: var(--form-element-bg);
  border-radius: 6px;
  border: 1px solid var(--form-element-border);
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
  padding: 8px;
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 10px 14px;
}
.form .meta {
  color: red;
}
.form .error {
  font-size: 12px;
  color: var(--form-element-error);
}
.form .help {
  color: var(--slate-500, #64748b);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
  white-space: pre-wrap;
}
.form .checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form .clear-link {
  font-size: 12px;
  color: var(--form-element-error);
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 768px) {
  form.responsive {
    display: grid;
    grid-template-columns: 180px 4fr 1fr;
  }
  form.responsive .form-items > .form-item > label {
    align-self: center;
    text-align: right;
    margin-right: 15px;
  }
  form.responsive .form-items {
    row-gap: 16px;
    grid-row: 1;
    grid-column: 1/-1;
  }
  form.responsive .form-items > .form-item {
    display: grid;
    grid-template-columns: 180px 4fr 1fr;
  }
  form.responsive .form-items > .form-item label {
    grid-row: 1;
    grid-column: 1/2;
  }
  form.responsive .form-items > .form-item .form-input {
    grid-row: 1;
    grid-column: 2/3;
  }
  form.responsive .form-items > .form-item .meta {
    grid-row: 2;
    grid-column: 2/3;
  }
  form.responsive .form-input {
    margin-top: 0px;
  }
  form.responsive .form-buttons {
    padding-left: 4px;
    margin-top: 30px;
    grid-row: 2;
    grid-column: 2/3;
  }
  form.horizontal .form-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-column-gap: 20px;
  }
}
/*
textarea,
input,
.input-box {
  &.invalid {
    border-color: var(--form-element-error) !important;
  }
}*/
input:disabled {
  opacity: 0.5;
}

.disabled-label {
  opacity: 0.5;
}

.form-input.disabled {
  background: #f9f9f9 !important;
}

.form-item.inline-title {
  background-color: #f9f9f9;
  padding: 8px 18px !important;
  font-weight: 400;
}

.page {
  max-height: 100vh;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 10px;
}

.org-create-page {
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.org-edit-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--card-padding, 24px);
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.org-edit-widget .card-button {
  margin-top: -8px;
}

.member-create-page {
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.member-edit-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--card-padding, 24px);
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.member-edit-widget .input-pair {
  display: flex;
  gap: 16px;
}
.member-edit-widget button.card-button {
  margin-top: -8px;
}

.page-header {
  padding-block: 24px;
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.page-header .page-heading {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 4px;
}
.page-header .description {
  font-size: 0.85rem;
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--muted-fg);
}
.member-list-page {
  padding-inline: 32px;
}
.member-list-page .breadcrumbs {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.member-list-page .breadcrumbs .arrow-right {
  height: 14px;
  width: 14px;
}
.member-list-page .heading-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.member-list-page .navigation-text {
  color: var(--color-slate-500, #64748b);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
}
.member-list-page .navigation-text-active {
  color: var(--color-slate-500, #64748b);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #0f172a;
}
.member-list-page .heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.144px;
  color: var(--fg);
}
.member-list-page .sub-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}
.member-list-page .sub-heading span {
  font-weight: 600;
  color: #0f172a;
}
.member-list-page .empty-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-block: 200px 24px;
}
.member-list-page .header-button {
  background-color: var(--button-primary-bg);
  color: var(--button-primary-fg);
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding: 8px 16px;
  cursor: pointer;
}
.member-list-page .list-widget {
  display: grid;
  padding: 12px 0px;
}
.member-list-page .header-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--color-slate-200, #e2e8f0);
  background: rgba(244, 244, 244, 0.4);
}
.member-list-page .header-row .list-header {
  display: flex;
  min-height: 48px;
  padding: 0px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  color: #64748b;
}
.member-list-page .list-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--color-slate-200, #e2e8f0);
}
.member-list-page .list-items .list-item {
  display: flex;
  min-height: 96px;
  padding: 16px;
  align-items: center;
  align-self: stretch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
  color: #0f172a;
}
.member-list-page .list-items .name {
  font-weight: 500;
}
.member-list-page .list-items .member-emails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.member-list-page .list-items .status {
  border-radius: 100px;
  border: 1px solid var(--color-slate-200, #e2e8f0);
  width: max-content;
  min-height: auto;
  max-height: 16px;
  align-self: center;
}
.member-list-page .list-button {
  background-color: var(--button-secondary-bg);
  color: var(--button-secondary-fg);
  width: max-content;
  height: fit-content;
  align-self: center;
  margin-inline: auto;
  border: 1px solid var(--slate-200, #e2e8f0);
  cursor: pointer;
}

.dropdown {
  position: absolute;
  right: 127px;
  background-color: white;
  margin-top: 80px;
  width: 150px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid var(--slate-100, #f1f5f9);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}

.menu-item {
  padding: 6px 8px;
  text-decoration: none;
}

.modal {
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  height: 100%;
  background: white;
  z-index: 1000;
}

.user-suspend-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--card-padding, 24px);
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  min-width: 500px;
}
.user-suspend-widget span {
  font-weight: 700;
}
.user-suspend-widget .card-buttons {
  display: flex;
  align-self: flex-end;
  gap: 8px;
}
.user-suspend-widget .card-buttons .primary {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.user-suspend-widget .heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.email-password-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--card-padding, 24px);
  max-width: 400px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  align-items: center;
  max-width: 400px;
}
.email-password-widget .primary {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  width: 100%;
}
.email-password-widget .form-item,
.email-password-widget input {
  width: 100%;
}
.email-password-widget .form-actions {
  gap: 10px;
}

.nav-bar {
  position: relative;
  z-index: 1100;
}

.navigation-text-active {
  color: var(--color-slate-500, #64748b);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.org-edit-widget .modal-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.combobox__input,
.combobox__menu,
.member-display-list {
  background-color: var(--form-element-bg);
  border-radius: 6px;
  border: 1px solid var(--form-element-border);
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s;
  width: 100%;
  padding: 8px;
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.member-display-list {
  padding: 8px;
}

.combobox__menu-item {
  padding: 8px;
  border-radius: 6px;
  list-style: none;
}
.combobox__menu-item:hover {
  background-color: var(--fg);
  color: var(--bg);
}

.member-display-list_container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-display-list_container .x-icon {
  width: 24px;
  height: 24px;
}

.member-display-list_item {
  color: var(--slate-700, #334155);
  padding: 8px;
  list-style: none;
}

.dashboard-page {
  padding: 10px 32px;
}

.dashboard-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-content .dashboard-header {
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.dashboard-content .dashboard-header .dashboard-header-orgname {
  color: var(--color-slate-500, #64748b);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.dashboard-content .dashboard-header .dashboard-word {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.75px;
}
.dashboard-content .dashboard-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.dashboard-content .dashboard-section .dashboard-metric-section {
  display: flex;
  width: 305px;
  padding: 24px;
  flex-direction: column;
  gap: 5px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid var(--color-slate-200, #e2e8f0);
  background: #fff;
}
.dashboard-content .dashboard-section .dashboard-metric-section .dashboard-section-header {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-slate-700, #334155);
  letter-spacing: -0.28px;
}
.dashboard-content .dashboard-section .dashboard-metric-section .dashboard-section-header .section-icon {
  width: 16px;
  height: 16px;
}
.dashboard-content .dashboard-section .dashboard-metric-section .dashboard-section-value {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.dashboard-content .dashboard-section .dashboard-metric-section .dashboard-section-subtext {
  color: var(--color-slate-500, #64748b);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.dns-header {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.144px;
  color: var(--fg);
  display: flex;
  padding: var(--card-padding, 24px) 0px;
  align-items: center;
  gap: 10px;
  color: #000;
  letter-spacing: -0.144px;
}

.dns-instructions {
  display: flex;
  padding: var(--card-padding, 24px);
  align-items: center;
  gap: var(--card-padding, 24px);
  border-radius: 4px;
  border: 1px solid var(--color-slate-300, #cbd5e1);
  background: var(--color-slate-50, #f8fafc);
}
.dns-instructions .dns-instruction-content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  flex: 1 0 0;
}
.dns-instructions .verify-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--slate-900, #0f172a);
  color: #fff;
  cursor: pointer;
}

.cname-card {
  display: flex;
  padding: var(--card-padding, 36px) 0px 60px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.cname-card .cname-header {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.cname-card .cname-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  width: 100%;
}
.cname-card .cname-grid .table-header {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-slate-500, #64748b);
  border-bottom: 1px solid var(--color-slate-200, #e2e8f0);
  background: rgba(244, 244, 244, 0.4);
  padding: 16px;
  text-align: left;
}
.cname-card .cname-grid .table-item {
  padding: 16px;
  border-bottom: 1px solid var(--color-slate-200, #e2e8f0);
  color: #0f172a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.cname-card .cname-grid .table-item .clipboard-icon {
  width: 16px;
  height: 16px;
  gap: 8px;
  color: #000000;
  cursor: pointer;
}

.verified-dashboard-widgets {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: var(--card-padding, 24px);
}

.verified-dashboard-widget-container {
  width: 50%;
  height: fit-content;
  border-radius: var(--card-border-radius, 12px);
  border: 1px solid var(--color-slate-200, #e2e8f0);
  display: flex;
  padding: var(--card-padding, 24px);
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.verified-dashboard-widget-container .verified-dashboard-widget-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.144px;
  color: var(--fg);
  color: #000;
  margin-bottom: 4px;
}
.verified-dashboard-widget-container .verified-dashboard-widget-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
  margin-bottom: var(--card-padding, 24px);
}
.verified-dashboard-widget-container .verified-dashboard-widget-empty-message {
  margin-bottom: 15px;
}
.verified-dashboard-widget-container .verified-dashboard-widget-button-container {
  margin-top: 15px;
}
.verified-dashboard-widget-container .verified-dashboard-widget-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.verified-dashboard-widget-container .verified-dashboard-widget-list .verified-dashboard-widget-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.verified-dashboard-widget-container .verified-dashboard-widget-list .verified-dashboard-widget-item:first-child {
  border-top: none;
}
.verified-dashboard-widget-container .verified-dashboard-widget-list .verified-dashboard-widget-item .verified-dashboard-widget-details {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.admin-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  padding: 20px;
}
.admin-empty-state .empty-state-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 400px;
  padding: 40px;
  border: 1px solid #e8e9eb;
  border-radius: 8px;
  background-color: white;
}
.admin-empty-state .empty-state-container svg {
  color: #666;
  margin-bottom: 16px;
}
.admin-empty-state .empty-state-container h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.admin-empty-state .empty-state-container p {
  color: #666;
  margin: 0 0 24px 0;
}
.admin-empty-state .empty-state-container .create-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #000;
  color: white;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.admin-empty-state .empty-state-container .create-button:hover {
  background-color: #333;
}
.admin-empty-state .empty-state-container .create-button svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: white;
}