[class*="ilachat"] #wpcontent {
  padding: unset;
}

[class*="ilachat"] #wpbody {
  min-height: calc(100vh - 32px);
  padding: 0 32px;
}

.ilachat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 16px 0;
}

[dir="rtl"] .ilachat-header {
  flex-direction: row;
}

.ilachat-header svg {
  height: 32px;
  width: auto;
  margin-left: 1em;
}

.ilachat-header__logo {
  display: flex;
  align-items: center;
}

.ilachat-plan-name {
  padding: 0.125em 0.625em;
  border-radius: 0.5em;
  font-size: 0.875em;
  font-weight: 500;
  background-color: #fff;
  color: #50575e;
  border: 1px solid #c3c4c7;
  margin: 0 0.25em;
}

a.ilachat-plan-name {
  text-decoration: none;
  background-color: #06f;
  border-color: #005cd4;
  color: #fff;
}

a.ilachat-plan-name:hover {
  background-color: #005cd4;
  border-color: #005cd4;
}

.ilachat-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}

.ilachat-section h1 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0.5em 0;
}

.ilachat-section p {
  font-size: 1rem;
}

.ilachat-section form {
  width: 100%;
}

.ilachat-section .ilachat-button {
  width: 100%;
  margin: 0.5em 0;
  display: flex;
}

.ilachat-button {
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #06f;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  color: #06f;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 2.75rem;
}

.ilachat-button svg {
  width: 1.25em;
  height: 1.25em;
}

.ilachat-button:hover {
  background-color: #e6f2ff;
  color: #06f;
}

.ilachat-button:focus,
.ilachat-button:active,
.ilachat-button:focus-visible {
  outline: none !important;
  box-shadow: unset !important;
}

.ilachat-button.ilachat-button--primary {
  background-color: #06f;
  color: #fff;
}

.ilachat-button.ilachat-button--primary:hover {
  background-color: #005cd4;
  color: #fff;
  border-color: #005cd4;
}

.ilachat-button.ilachat-button--danger {
  background: transparent;
  color: #c33535;
  border-color: transparent;
}

.ilachat-section .ilachat-button--danger {
  margin-top: 1rem;
}

.ilachat-global-settings {
  text-align: initial;
  margin-top: 1.5rem;
}

.ilachat-global-settings__field:not(:last-child) {
  margin-bottom: 1.5rem;
}

.ilachat-global-settings__field label {
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  gap: 1em;
}

.ilachat-global-settings__field label #ajax-message .spinner {
  float: unset;
}

.ilachat-global-settings__field .description {
  font-size: 0.875rem;
  margin-top: 0.5em;
  line-height: 1.75;
}

.ilachat-disconnect-form {
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #c3c4c7;
  display: block;
}

.ilachat-disconnect-form .ilachat-button {
  margin: unset;
}
