@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4d7ABA;
  --bs-secondary: #6c757d;
  --bs-success: #5cb85c;
  --bs-info: #5bc0de;
  --bs-warning: #f0ad4e;
  --bs-danger: #d9534f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 77, 122, 186;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 92, 184, 92;
  --bs-info-rgb: 91, 192, 222;
  --bs-warning-rgb: 240, 173, 78;
  --bs-danger-rgb: 217, 83, 79;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(30.8, 48.8, 74.4);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(36.8, 73.6, 36.8);
  --bs-info-text-emphasis: rgb(36.4, 76.8, 88.8);
  --bs-warning-text-emphasis: rgb(96, 69.2, 31.2);
  --bs-danger-text-emphasis: rgb(86.8, 33.2, 31.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(219.4, 228.4, 241.2);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(222.4, 240.8, 222.4);
  --bs-info-bg-subtle: rgb(222.2, 242.4, 248.4);
  --bs-warning-bg-subtle: rgb(252, 238.6, 219.6);
  --bs-danger-bg-subtle: rgb(247.4, 220.6, 219.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(183.8, 201.8, 227.4);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(189.8, 226.6, 189.8);
  --bs-info-border-subtle: rgb(189.4, 229.8, 241.8);
  --bs-warning-border-subtle: rgb(249, 222.2, 184.2);
  --bs-danger-border-subtle: rgb(239.8, 186.2, 184.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #4d7ABA;
  --bs-link-color: #4d7ABA;
  --bs-link-color-rgb: 77, 122, 186;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(61.6, 97.6, 148.8);
  --bs-link-hover-color-rgb: 62, 98, 149;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(77, 122, 186, 0.25);
  --bs-form-valid-color: #5cb85c;
  --bs-form-valid-border-color: #5cb85c;
  --bs-form-invalid-color: #d9534f;
  --bs-form-invalid-border-color: #d9534f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(148.2, 175.2, 213.6);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(157.2, 212.4, 157.2);
  --bs-info-text-emphasis: rgb(156.6, 217.2, 235.2);
  --bs-warning-text-emphasis: rgb(246, 205.8, 148.8);
  --bs-danger-text-emphasis: rgb(232.2, 151.8, 149.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(15.4, 24.4, 37.2);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(18.4, 36.8, 18.4);
  --bs-info-bg-subtle: rgb(18.2, 38.4, 44.4);
  --bs-warning-bg-subtle: rgb(48, 34.6, 15.6);
  --bs-danger-bg-subtle: rgb(43.4, 16.6, 15.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(46.2, 73.2, 111.6);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(55.2, 110.4, 55.2);
  --bs-info-border-subtle: rgb(54.6, 115.2, 133.2);
  --bs-warning-border-subtle: rgb(144, 103.8, 46.8);
  --bs-danger-border-subtle: rgb(130.2, 49.8, 47.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(148.2, 175.2, 213.6);
  --bs-link-hover-color: rgb(169.56, 191.16, 221.88);
  --bs-link-color-rgb: 148, 175, 214;
  --bs-link-hover-color-rgb: 170, 191, 222;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, #landing #details #feature-summary ul li ul li::before, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}

h4, #landing #details #feature-summary ul li ul li::before, .h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4, #landing #details #feature-summary ul li ul li::before, .h4 {
    font-size: 1.35rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote, #blog .article-content .footnotes, #changelog .article-content .footnotes {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small, #blog .details, #changelog .details, .blogs .details {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, #delivery_status #response_body, #event-details #response_body, #beacon-message #response_body, #billing-details #response_body, #beacon-domain .include-hint, #beacon-domains .include-hint,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre, #delivery_status #response_body, #event-details #response_body, #beacon-message #response_body, #billing-details #response_body, #beacon-domain .include-hint, #beacon-domains .include-hint {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code, #delivery_status #response_body code, #event-details #response_body code, #beacon-message #response_body code, #billing-details #response_body code, #beacon-domain .include-hint code, #beacon-domains .include-hint code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead, #landing .testimonials .testimonial .content, #landing .feature-banner .banner-content p, #landing .signup-cta .banner-content p, #landing #details #feature-summary p {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, #landing #details #feature-summary ul li ul, #landing #details #feature-summary > ul, #landing #details #overview ul, #recovery-codes .codes {
  padding-left: 0;
  list-style: none;
}

.list-inline, #footer #links ul, #addresses #filter_delivery_statuses, #address #filter_delivery_statuses, #delivery_status #filter_delivery_statuses, #latest-events #filter_delivery_statuses, #outgoing-account #filter_delivery_statuses, #beacon-messages #filter_delivery_statuses,
#delivery_statuses #filter_delivery_statuses, #beacon-domains #filter_delivery_statuses, #outgoing-accounts #filter_delivery_statuses, #users #filter_delivery_statuses, #admin_notifications #filter_delivery_statuses,
#beacon-accounts #filter_delivery_statuses, #custom-domains #filter_delivery_statuses, #accounts #filter_delivery_statuses, #log-events #filter_delivery_statuses, #user-log-events #filter_delivery_statuses, #templates #filter_delivery_statuses,
#ai-outputs #filter_delivery_statuses, #admin_mail_tests #filter_delivery_statuses, #api-keys #filter_delivery_statuses, #address_form ul.options, #attachment-form ul.options, #message-storage-form ul.options {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, #footer #links ul li, #addresses #filter_delivery_statuses li, #address #filter_delivery_statuses li, #delivery_status #filter_delivery_statuses li, #latest-events #filter_delivery_statuses li, #outgoing-account #filter_delivery_statuses li, #beacon-messages #filter_delivery_statuses li,
#delivery_statuses #filter_delivery_statuses li, #beacon-domains #filter_delivery_statuses li, #outgoing-accounts #filter_delivery_statuses li, #users #filter_delivery_statuses li, #admin_notifications #filter_delivery_statuses li,
#beacon-accounts #filter_delivery_statuses li, #custom-domains #filter_delivery_statuses li, #accounts #filter_delivery_statuses li, #log-events #filter_delivery_statuses li, #user-log-events #filter_delivery_statuses li, #templates #filter_delivery_statuses li,
#ai-outputs #filter_delivery_statuses li, #admin_mail_tests #filter_delivery_statuses li, #api-keys #filter_delivery_statuses li {
  display: inline-block;
}
.list-inline-item:not(:last-child), #footer #links ul li:not(:last-child), #addresses #filter_delivery_statuses li:not(:last-child), #address #filter_delivery_statuses li:not(:last-child), #delivery_status #filter_delivery_statuses li:not(:last-child), #latest-events #filter_delivery_statuses li:not(:last-child), #outgoing-account #filter_delivery_statuses li:not(:last-child), #beacon-messages #filter_delivery_statuses li:not(:last-child),
#delivery_statuses #filter_delivery_statuses li:not(:last-child), #beacon-domains #filter_delivery_statuses li:not(:last-child), #outgoing-accounts #filter_delivery_statuses li:not(:last-child), #users #filter_delivery_statuses li:not(:last-child), #admin_notifications #filter_delivery_statuses li:not(:last-child),
#beacon-accounts #filter_delivery_statuses li:not(:last-child), #custom-domains #filter_delivery_statuses li:not(:last-child), #accounts #filter_delivery_statuses li:not(:last-child), #log-events #filter_delivery_statuses li:not(:last-child), #user-log-events #filter_delivery_statuses li:not(:last-child), #templates #filter_delivery_statuses li:not(:last-child),
#ai-outputs #filter_delivery_statuses li:not(:last-child), #admin_mail_tests #filter_delivery_statuses li:not(:last-child), #api-keys #filter_delivery_statuses li:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, #beacon-message .event-list-container, #beacon-message .message-details, #landing #details #feature-summary, #landing #details #overview, #landing #details #content, #landing #home-actions #action-links, #landing #jumbo-container, #recent-posts, #footer #links, #footer #owner,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, #beacon-message .event-list-container, #beacon-message .message-details, #landing #details #feature-summary, #landing #details #overview, #landing #details #content, #landing #home-actions #action-links, #landing #jumbo-container, #recent-posts, #footer #links, #footer #owner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, #beacon-message .event-list-container, #beacon-message .message-details, #landing #details #feature-summary, #landing #details #overview, #landing #details #content, #landing #home-actions #action-links, #landing #jumbo-container, #recent-posts, #footer #links, #footer #owner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, #beacon-message .event-list-container, #beacon-message .message-details, #landing #details #feature-summary, #landing #details #overview, #landing #details #content, #landing #home-actions #action-links, #landing #jumbo-container, #recent-posts, #footer #links, #footer #owner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, #beacon-message .event-list-container, #beacon-message .message-details, #landing #details #feature-summary, #landing #details #overview, #landing #details #content, #landing #home-actions #action-links, #landing #jumbo-container, #recent-posts, #footer #links, #footer #owner {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, #beacon-message .event-list-container, #beacon-message .message-details, #landing #details #feature-summary, #landing #details #overview, #landing #details #content, #landing #home-actions #action-links, #landing #jumbo-container, #recent-posts, #footer #links, #footer #owner {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row, #user dl, #users dl, #invite dl, #smtp-troubleshoot-entires .split, #smtp-troubleshoot-entry .split, .metric-row, #beacon-message ol.event-list li.event-list-item, #landing .testimonials .testimonial-list, #landing .testimonials, #landing .logo-cloud ul, #landing .feature-banner, #landing .signup-cta, #landing #details #feature-summary > ul > li, #landing #details #overview ul, #landing #jumbo-header, #bounce-charts, form .buttons, #delivery_status .buttons, #create_address .buttons, #webhookapp_info .buttons, #event-details .buttons, #interest .buttons, #user-risk .buttons,
#beacon-domain .buttons, #recovery-codes .buttons, #two-factor-authentication .buttons, #dmarc-charts, #delivery_status dl, #event-details dl, #beacon-message dl, #billing-details dl, #edit_callbacks #auth-callback-fields, #edit_callbacks #error-callback-fields, .blogs .article-list, .blogs .article-list-front, .blogs .posts-list, .billing #billing-details .card-details, .billing #billing-details .name,
.billing #billing-details .city-state,
.billing #billing-details .zip-country, #recovery-codes .codes, #signup-layout .box, #error-layout .box, #application .box, #blog .box, #addresses .target-details dl, #address .target-details dl, #delivery_status .target-details dl, #latest-events .target-details dl, #outgoing-account .target-details dl, #beacon-messages .target-details dl,
#delivery_statuses .target-details dl, #beacon-domains .target-details dl, #outgoing-accounts .target-details dl, #users .target-details dl, #admin_notifications .target-details dl,
#beacon-accounts .target-details dl, #custom-domains .target-details dl, #accounts .target-details dl, #log-events .target-details dl, #user-log-events .target-details dl, #templates .target-details dl,
#ai-outputs .target-details dl, #admin_mail_tests .target-details dl, #api-keys .target-details dl, #address_form ul.options, #attachment-form ul.options, #message-storage-form ul.options {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, #user dl > *, #users dl > *, #invite dl > *, #smtp-troubleshoot-entires .split > *, #smtp-troubleshoot-entry .split > *, .metric-row > *, #beacon-message ol.event-list li.event-list-item > *, #landing .testimonials .testimonial-list > *, #landing .testimonials > *, #landing .logo-cloud ul > *, #landing .feature-banner > *, #landing .signup-cta > *, #landing #details #feature-summary > ul > li > *, #landing #details #overview ul > *, #landing #jumbo-header > *, #bounce-charts > *, form .buttons > *, #delivery_status .buttons > *, #create_address .buttons > *, #webhookapp_info .buttons > *, #event-details .buttons > *, #interest .buttons > *, #user-risk .buttons > *,
#beacon-domain .buttons > *, #recovery-codes .buttons > *, #two-factor-authentication .buttons > *, #dmarc-charts > *, #delivery_status dl > *, #event-details dl > *, #beacon-message dl > *, #billing-details dl > *, #edit_callbacks #auth-callback-fields > *, #edit_callbacks #error-callback-fields > *, .blogs .article-list > *, .blogs .article-list-front > *, .blogs .posts-list > *, .billing #billing-details .card-details > *, .billing #billing-details .name > *,
.billing #billing-details .city-state > *,
.billing #billing-details .zip-country > *, #recovery-codes .codes > *, #signup-layout .box > *, #error-layout .box > *, #application .box > *, #blog .box > *, #addresses .target-details dl > *, #address .target-details dl > *, #delivery_status .target-details dl > *, #latest-events .target-details dl > *, #outgoing-account .target-details dl > *, #beacon-messages .target-details dl > *,
#delivery_statuses .target-details dl > *, #beacon-domains .target-details dl > *, #outgoing-accounts .target-details dl > *, #users .target-details dl > *, #admin_notifications .target-details dl > *,
#beacon-accounts .target-details dl > *, #custom-domains .target-details dl > *, #accounts .target-details dl > *, #log-events .target-details dl > *, #user-log-events .target-details dl > *, #templates .target-details dl > *,
#ai-outputs .target-details dl > *, #admin_mail_tests .target-details dl > *, #api-keys .target-details dl > *, #address_form ul.options > *, #attachment-form ul.options > *, #message-storage-form ul.options > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col, #addresses-search input[type=text],
#custom-domain-search input[type=text],
#beacon-domain-search input[type=text],
#message-search input[type=text],
#event-search input[type=text],
#log-event-search input[type=text],
#search input[type=text], #landing #jumbo-header #header-example, form .buttons .alt-links, #delivery_status .buttons .alt-links, #create_address .buttons .alt-links, #webhookapp_info .buttons .alt-links, #event-details .buttons .alt-links, #interest .buttons .alt-links, #user-risk .buttons .alt-links,
#beacon-domain .buttons .alt-links, #recovery-codes .buttons .alt-links, #two-factor-authentication .buttons .alt-links {
  flex: 1 0 0;
}

.row-cols-auto > *, form .buttons > *, #delivery_status .buttons > *, #create_address .buttons > *, #webhookapp_info .buttons > *, #event-details .buttons > *, #interest .buttons > *, #user-risk .buttons > *,
#beacon-domain .buttons > *, #recovery-codes .buttons > *, #two-factor-authentication .buttons > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto, #addresses-search input[type=submit],
#custom-domain-search input[type=submit],
#beacon-domain-search input[type=submit],
#message-search input[type=submit],
#event-search input[type=submit],
#log-event-search input[type=submit],
#search input[type=submit], #landing .testimonials .testimonial .profile .author, #landing .testimonials .testimonial .profile .avatar, .schart-container .schart-options {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3, #addresses-search select,
#custom-domain-search select,
#beacon-domain-search select,
#message-search select,
#event-search select,
#log-event-search select,
#search select {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6, #landing .logo-cloud li {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11, #signup-layout .content, #error-layout .content {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, #landing .testimonials .testimonial, #landing .testimonials .testimonial-content, #landing .feature-banner .banner-content, #landing .signup-cta .banner-content, #landing #details #feature-summary .image, #landing #details #feature-summary .details {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm, #smtp-troubleshoot-entires .split-group, #smtp-troubleshoot-entry .split-group {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1, .metric-7 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2, .metric-6, .metric-5 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3, .metric-4, .metric, .billing #billing-details .cvv {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4, .metric-3, #edit_callbacks #auth-callback-fields .format, #edit_callbacks #error-callback-fields .format, .billing #billing-details .expiry-month,
  .billing #billing-details .expiry-year, .billing #billing-details .zip, .billing #billing-details .state {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6, .billing #billing-details .last, .billing #billing-details .first {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8, #edit_callbacks #auth-callback-fields .url, #edit_callbacks #error-callback-fields .url, .billing #billing-details .country, .billing #billing-details .city {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12, .billing #billing-details .card-number {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto, #landing .logo-cloud li {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1, .metric-7 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2, .metric-6, .metric-5, #beacon-message ol.event-list li.event-list-item .event-kind {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3, #user dl dt, #users dl dt, #invite dl dt, .metric-4, .metric, #delivery_status dl dt, #event-details dl dt, #beacon-message dl dt, #billing-details dl dt, #application #sidebar, #blog #sidebar, #addresses .target-details dl dt, #address .target-details dl dt, #delivery_status .target-details dl dt, #latest-events .target-details dl dt, #outgoing-account .target-details dl dt, #beacon-messages .target-details dl dt,
  #delivery_statuses .target-details dl dt, #beacon-domains .target-details dl dt, #outgoing-accounts .target-details dl dt, #users .target-details dl dt, #admin_notifications .target-details dl dt,
  #beacon-accounts .target-details dl dt, #custom-domains .target-details dl dt, #accounts .target-details dl dt, #log-events .target-details dl dt, #user-log-events .target-details dl dt, #templates .target-details dl dt,
  #ai-outputs .target-details dl dt, #admin_mail_tests .target-details dl dt, #api-keys .target-details dl dt {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .metric-3, #landing .testimonials .testimonial, #landing #details #overview li, #bounce-charts .schart-container:nth-child(n+3), #edit_callbacks #auth-callback-fields .format, #edit_callbacks #error-callback-fields .format, .blogs .article-holder, #recovery-codes .codes .code {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5, #landing #details #feature-summary .image {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, #bounce-charts .schart-container, #dmarc-charts .schart-container {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7, #landing #details #feature-summary .details {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8, #edit_callbacks #auth-callback-fields .url, #edit_callbacks #error-callback-fields .url, .blogs .article-list-front .article-holder:first-child {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9, #user dl dd, #users dl dd, #invite dl dd, #delivery_status dl dd, #event-details dl dd, #beacon-message dl dd, #billing-details dl dd, #application .content.with-sidebar, #blog .content.with-sidebar, #addresses .target-details dl dd, #address .target-details dl dd, #delivery_status .target-details dl dd, #latest-events .target-details dl dd, #outgoing-account .target-details dl dd, #beacon-messages .target-details dl dd,
  #delivery_statuses .target-details dl dd, #beacon-domains .target-details dl dd, #outgoing-accounts .target-details dl dd, #users .target-details dl dd, #admin_notifications .target-details dl dd,
  #beacon-accounts .target-details dl dd, #custom-domains .target-details dl dd, #accounts .target-details dl dd, #log-events .target-details dl dd, #user-log-events .target-details dl dd, #templates .target-details dl dd,
  #ai-outputs .target-details dl dd, #admin_mail_tests .target-details dl dd, #api-keys .target-details dl dd {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10, #beacon-message ol.event-list li.event-list-item .event-details, #signup-layout .content, #error-layout .content {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12, #application .content, #blog .content {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6, #landing #jumbo-header #header-image, #landing #jumbo-header #header-example, #landing #jumbo-header #header-text {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, #signup-layout .content, #error-layout .content {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9, #landing .testimonials .testimonial-content, #landing .feature-banner .banner-content, #landing .signup-cta .banner-content {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: rgb(89.5, 112, 144);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: rgba(187.2591093117, 204.3846153846, 228.7408906883, 0.2);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: rgb(89.5, 112, 144);
  --bs-table-striped-bg: rgba(113.7530364372, 149.4615384615, 200.2469635628, 0.025);
  --bs-table-active-color: rgb(89.5, 112, 144);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: rgb(89.5, 112, 144);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, table > tbody {
  vertical-align: inherit;
}
.table > thead, table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(219.4, 228.4, 241.2);
  --bs-table-border-color: rgb(175.52, 182.72, 192.96);
  --bs-table-striped-bg: rgb(208.43, 216.98, 229.14);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(197.46, 205.56, 217.08);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(202.945, 211.27, 223.11);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(222.4, 240.8, 222.4);
  --bs-table-border-color: rgb(177.92, 192.64, 177.92);
  --bs-table-striped-bg: rgb(211.28, 228.76, 211.28);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(200.16, 216.72, 200.16);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(205.72, 222.74, 205.72);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(222.2, 242.4, 248.4);
  --bs-table-border-color: rgb(177.76, 193.92, 198.72);
  --bs-table-striped-bg: rgb(211.09, 230.28, 235.98);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(199.98, 218.16, 223.56);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(205.535, 224.22, 229.77);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(252, 238.6, 219.6);
  --bs-table-border-color: rgb(201.6, 190.88, 175.68);
  --bs-table-striped-bg: rgb(239.4, 226.67, 208.62);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(226.8, 214.74, 197.64);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(233.1, 220.705, 203.13);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(247.4, 220.6, 219.8);
  --bs-table-border-color: rgb(197.92, 176.48, 175.84);
  --bs-table-striped-bg: rgb(235.03, 209.57, 208.81);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(222.66, 198.54, 197.82);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(228.845, 204.055, 203.315);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive, #deliverability-test .table-holder {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg, .table-holder {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.7875rem;
}

.form-text, form .hint, form #landing .testimonials .testimonial .profile .author .company, #landing .testimonials .testimonial .profile .author form .company, form #landing .testimonials .testimonial-content .callout, #landing .testimonials .testimonial-content form .callout, form #landing .feature-banner .banner-content .callout, #landing .feature-banner .banner-content form .callout, form #landing .signup-cta .banner-content .callout, #landing .signup-cta .banner-content form .callout, .hint, #subtext p, .plan-list .plan .option_details, #landing .testimonials .testimonial .profile .author .company, #landing .testimonials .testimonial-content .callout, #landing .feature-banner .banner-content .callout, #landing .signup-cta .banner-content .callout, #address_form ul.options li.option p, #attachment-form ul.options li.option p, #message-storage-form ul.options li.option p {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control, .recurly-element,
.recurly-hosted-field, .billing #billing-details .expiry-month-field,
.billing #billing-details .expiry-year-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .recurly-element,
  .recurly-hosted-field, .billing #billing-details .expiry-month-field,
  .billing #billing-details .expiry-year-field {
    transition: none;
  }
}
.form-control[type=file], [type=file].recurly-element,
[type=file].recurly-hosted-field, .billing #billing-details [type=file].expiry-month-field,
.billing #billing-details [type=file].expiry-year-field {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), [type=file].recurly-element:not(:disabled):not([readonly]),
[type=file].recurly-hosted-field:not(:disabled):not([readonly]), .billing #billing-details [type=file].expiry-month-field:not(:disabled):not([readonly]),
.billing #billing-details [type=file].expiry-year-field:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .recurly-element:focus,
.recurly-hosted-field:focus, .billing #billing-details .expiry-month-field:focus,
.billing #billing-details .expiry-year-field:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(166, 188.5, 220.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
}
.form-control::-webkit-date-and-time-value, .recurly-element::-webkit-date-and-time-value,
.recurly-hosted-field::-webkit-date-and-time-value, .billing #billing-details .expiry-month-field::-webkit-date-and-time-value,
.billing #billing-details .expiry-year-field::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .recurly-element::-webkit-datetime-edit,
.recurly-hosted-field::-webkit-datetime-edit, .billing #billing-details .expiry-month-field::-webkit-datetime-edit,
.billing #billing-details .expiry-year-field::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder, .recurly-element::placeholder,
.recurly-hosted-field::placeholder, .billing #billing-details .expiry-month-field::placeholder,
.billing #billing-details .expiry-year-field::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled, .recurly-element:disabled,
.recurly-hosted-field:disabled, .billing #billing-details .expiry-month-field:disabled,
.billing #billing-details .expiry-year-field:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button, .recurly-element::file-selector-button,
.recurly-hosted-field::file-selector-button, .billing #billing-details .expiry-month-field::file-selector-button,
.billing #billing-details .expiry-year-field::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .recurly-element::file-selector-button,
  .recurly-hosted-field::file-selector-button, .billing #billing-details .expiry-month-field::file-selector-button,
  .billing #billing-details .expiry-year-field::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .recurly-element:hover:not(:disabled):not([readonly])::file-selector-button,
.recurly-hosted-field:hover:not(:disabled):not([readonly])::file-selector-button, .billing #billing-details .expiry-month-field:hover:not(:disabled):not([readonly])::file-selector-button,
.billing #billing-details .expiry-year-field:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, #addresses #history .form-control-plaintext#day_select, #address #history .form-control-plaintext#day_select, #delivery_status #history .form-control-plaintext#day_select, #latest-events #history .form-control-plaintext#day_select, #outgoing-account #history .form-control-plaintext#day_select, #beacon-messages #history .form-control-plaintext#day_select,
#delivery_statuses #history .form-control-plaintext#day_select, #beacon-domains #history .form-control-plaintext#day_select, #outgoing-accounts #history .form-control-plaintext#day_select, #users #history .form-control-plaintext#day_select, #admin_notifications #history .form-control-plaintext#day_select,
#beacon-accounts #history .form-control-plaintext#day_select, #custom-domains #history .form-control-plaintext#day_select, #accounts #history .form-control-plaintext#day_select, #log-events #history .form-control-plaintext#day_select, #user-log-events #history .form-control-plaintext#day_select, #templates #history .form-control-plaintext#day_select,
#ai-outputs #history .form-control-plaintext#day_select, #admin_mail_tests #history .form-control-plaintext#day_select, #api-keys #history .form-control-plaintext#day_select, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, #addresses #history #day_select, #address #history #day_select, #delivery_status #history #day_select, #latest-events #history #day_select, #outgoing-account #history #day_select, #beacon-messages #history #day_select,
#delivery_statuses #history #day_select, #beacon-domains #history #day_select, #outgoing-accounts #history #day_select, #users #history #day_select, #admin_notifications #history #day_select,
#beacon-accounts #history #day_select, #custom-domains #history #day_select, #accounts #history #day_select, #log-events #history #day_select, #user-log-events #history #day_select, #templates #history #day_select,
#ai-outputs #history #day_select, #admin_mail_tests #history #day_select, #api-keys #history #day_select {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
}
.form-control-sm::file-selector-button, #addresses #history #day_select::file-selector-button, #address #history #day_select::file-selector-button, #delivery_status #history #day_select::file-selector-button, #latest-events #history #day_select::file-selector-button, #outgoing-account #history #day_select::file-selector-button, #beacon-messages #history #day_select::file-selector-button,
#delivery_statuses #history #day_select::file-selector-button, #beacon-domains #history #day_select::file-selector-button, #outgoing-accounts #history #day_select::file-selector-button, #users #history #day_select::file-selector-button, #admin_notifications #history #day_select::file-selector-button,
#beacon-accounts #history #day_select::file-selector-button, #custom-domains #history #day_select::file-selector-button, #accounts #history #day_select::file-selector-button, #log-events #history #day_select::file-selector-button, #user-log-events #history #day_select::file-selector-button, #templates #history #day_select::file-selector-button,
#ai-outputs #history #day_select::file-selector-button, #admin_mail_tests #history #day_select::file-selector-button, #api-keys #history #day_select::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, textarea.recurly-element,
textarea.recurly-hosted-field, .billing #billing-details textarea.expiry-month-field,
.billing #billing-details textarea.expiry-year-field {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm, #addresses #history textarea#day_select, #address #history textarea#day_select, #delivery_status #history textarea#day_select, #latest-events #history textarea#day_select, #outgoing-account #history textarea#day_select, #beacon-messages #history textarea#day_select,
#delivery_statuses #history textarea#day_select, #beacon-domains #history textarea#day_select, #outgoing-accounts #history textarea#day_select, #users #history textarea#day_select, #admin_notifications #history textarea#day_select,
#beacon-accounts #history textarea#day_select, #custom-domains #history textarea#day_select, #accounts #history textarea#day_select, #log-events #history textarea#day_select, #user-log-events #history textarea#day_select, #templates #history textarea#day_select,
#ai-outputs #history textarea#day_select, #admin_mail_tests #history textarea#day_select, #api-keys #history textarea#day_select {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}
.form-control-color.form-control-sm, #addresses #history .form-control-color#day_select, #address #history .form-control-color#day_select, #delivery_status #history .form-control-color#day_select, #latest-events #history .form-control-color#day_select, #outgoing-account #history .form-control-color#day_select, #beacon-messages #history .form-control-color#day_select,
#delivery_statuses #history .form-control-color#day_select, #beacon-domains #history .form-control-color#day_select, #outgoing-accounts #history .form-control-color#day_select, #users #history .form-control-color#day_select, #admin_notifications #history .form-control-color#day_select,
#beacon-accounts #history .form-control-color#day_select, #custom-domains #history .form-control-color#day_select, #accounts #history .form-control-color#day_select, #log-events #history .form-control-color#day_select, #user-log-events #history .form-control-color#day_select, #templates #history .form-control-color#day_select,
#ai-outputs #history .form-control-color#day_select, #admin_mail_tests #history .form-control-color#day_select, #api-keys #history .form-control-color#day_select {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select, #addresses-search select,
#custom-domain-search select,
#beacon-domain-search select,
#message-search select,
#event-search select,
#log-event-search select,
#search select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, #addresses-search select,
  #custom-domain-search select,
  #beacon-domain-search select,
  #message-search select,
  #event-search select,
  #log-event-search select,
  #search select {
    transition: none;
  }
}
.form-select:focus, #addresses-search select:focus,
#custom-domain-search select:focus,
#beacon-domain-search select:focus,
#message-search select:focus,
#event-search select:focus,
#log-event-search select:focus,
#search select:focus {
  border-color: rgb(166, 188.5, 220.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
}
.form-select[multiple], #addresses-search select[multiple],
#custom-domain-search select[multiple],
#beacon-domain-search select[multiple],
#message-search select[multiple],
#event-search select[multiple],
#log-event-search select[multiple],
#search select[multiple], .form-select[size]:not([size="1"]), #addresses-search select[size]:not([size="1"]),
#custom-domain-search select[size]:not([size="1"]),
#beacon-domain-search select[size]:not([size="1"]),
#message-search select[size]:not([size="1"]),
#event-search select[size]:not([size="1"]),
#log-event-search select[size]:not([size="1"]),
#search select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, #addresses-search select:disabled,
#custom-domain-search select:disabled,
#beacon-domain-search select:disabled,
#message-search select:disabled,
#event-search select:disabled,
#log-event-search select:disabled,
#search select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring, #addresses-search select:-moz-focusring,
#custom-domain-search select:-moz-focusring,
#beacon-domain-search select:-moz-focusring,
#message-search select:-moz-focusring,
#event-search select:-moz-focusring,
#log-event-search select:-moz-focusring,
#search select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm, .schart-container .schart-day-select {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

[data-bs-theme=dark] .form-select, [data-bs-theme=dark] #addresses-search select, #addresses-search [data-bs-theme=dark] select,
[data-bs-theme=dark] #custom-domain-search select,
#custom-domain-search [data-bs-theme=dark] select,
[data-bs-theme=dark] #beacon-domain-search select,
#beacon-domain-search [data-bs-theme=dark] select,
[data-bs-theme=dark] #message-search select,
#message-search [data-bs-theme=dark] select,
[data-bs-theme=dark] #event-search select,
#event-search [data-bs-theme=dark] select,
[data-bs-theme=dark] #log-event-search select,
#log-event-search [data-bs-theme=dark] select,
[data-bs-theme=dark] #search select,
#search [data-bs-theme=dark] select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(166, 188.5, 220.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
}
.form-check-input:checked {
  background-color: #4d7ABA;
  border-color: #4d7ABA;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #4d7ABA;
  border-color: #4d7ABA;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28166, 188.5, 220.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .home-nav .btn-check[disabled] + .signup, .home-nav .btn-check[disabled] + .login, #landing #home-actions .btn-check[disabled] + #try_button, #landing #home-actions .btn-check[disabled] + .focus-action, #landing #header-links .btn-check[disabled] + #try_button, #landing #header-links .btn-check[disabled] + .focus-action, #landing #home-actions .btn-check[disabled] + .action, #landing #header-links .btn-check[disabled] + .action, form .btn-check[disabled] + .oauth-button-link, #delivery_status .btn-check[disabled] + .oauth-button-link, #create_address .btn-check[disabled] + .oauth-button-link, #webhookapp_info .btn-check[disabled] + .oauth-button-link, #event-details .btn-check[disabled] + .oauth-button-link, #interest .btn-check[disabled] + .oauth-button-link, #user-risk .btn-check[disabled] + .oauth-button-link,
#beacon-domain .btn-check[disabled] + .oauth-button-link, #recovery-codes .btn-check[disabled] + .oauth-button-link, #two-factor-authentication .btn-check[disabled] + .oauth-button-link, .btn-check[disabled] + .disabled_button, .btn-check[disabled] + .back-button, .btn-check[disabled] + .back_button, .plan-list .plan .select .btn-check[disabled] + .downgrade_button, .plan-list .plan .signup_micro .btn-check[disabled] + .downgrade_button, .btn-check[disabled] + .delete_button, .btn-check[disabled] + .button, .plan-list .plan .signup .btn-check[disabled] + .signup_button, .plan-list .plan .signup_micro .btn-check[disabled] + .signup_button, .plan-list .plan .select .btn-check[disabled] + .select_button, .plan-list .plan .signup_micro .btn-check[disabled] + .select_button, #sidebar #side-test-mode .btn-check[disabled] + .live-link, .btn-check[disabled] + input[type=submit], .btn-check:disabled + .btn, .home-nav .btn-check:disabled + .signup, .home-nav .btn-check:disabled + .login, #landing #home-actions .btn-check:disabled + #try_button, #landing #home-actions .btn-check:disabled + .focus-action, #landing #header-links .btn-check:disabled + #try_button, #landing #header-links .btn-check:disabled + .focus-action, #landing #home-actions .btn-check:disabled + .action, #landing #header-links .btn-check:disabled + .action, form .btn-check:disabled + .oauth-button-link, #delivery_status .btn-check:disabled + .oauth-button-link, #create_address .btn-check:disabled + .oauth-button-link, #webhookapp_info .btn-check:disabled + .oauth-button-link, #event-details .btn-check:disabled + .oauth-button-link, #interest .btn-check:disabled + .oauth-button-link, #user-risk .btn-check:disabled + .oauth-button-link,
#beacon-domain .btn-check:disabled + .oauth-button-link, #recovery-codes .btn-check:disabled + .oauth-button-link, #two-factor-authentication .btn-check:disabled + .oauth-button-link, .btn-check:disabled + .disabled_button, .btn-check:disabled + .back-button, .btn-check:disabled + .back_button, .plan-list .plan .select .btn-check:disabled + .downgrade_button, .plan-list .plan .signup_micro .btn-check:disabled + .downgrade_button, .btn-check:disabled + .delete_button, .btn-check:disabled + .button, .plan-list .plan .signup .btn-check:disabled + .signup_button, .plan-list .plan .signup_micro .btn-check:disabled + .signup_button, .plan-list .plan .select .btn-check:disabled + .select_button, .plan-list .plan .signup_micro .btn-check:disabled + .select_button, #sidebar #side-test-mode .btn-check:disabled + .live-link, .btn-check:disabled + input[type=submit] {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #4d7ABA;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(201.6, 215.1, 234.3);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #4d7ABA;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(201.6, 215.1, 234.3);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .recurly-element,
.form-floating > .recurly-hosted-field, .billing #billing-details .form-floating > .expiry-month-field,
.billing #billing-details .form-floating > .expiry-year-field,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
#addresses-search .form-floating > select,
#custom-domain-search .form-floating > select,
#beacon-domain-search .form-floating > select,
#message-search .form-floating > select,
#event-search .form-floating > select,
#log-event-search .form-floating > select,
#search .form-floating > select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .recurly-element,
.form-floating > .recurly-hosted-field, .billing #billing-details .form-floating > .expiry-month-field,
.billing #billing-details .form-floating > .expiry-year-field,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .form-floating > .recurly-element::placeholder,
.form-floating > .recurly-hosted-field::placeholder, .billing #billing-details .form-floating > .expiry-month-field::placeholder,
.billing #billing-details .form-floating > .expiry-year-field::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .recurly-element:focus,
.form-floating > .recurly-hosted-field:focus, .billing #billing-details .form-floating > .expiry-month-field:focus,
.billing #billing-details .form-floating > .expiry-year-field:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .recurly-element:not(:placeholder-shown),
.form-floating > .recurly-hosted-field:not(:placeholder-shown), .billing #billing-details .form-floating > .expiry-month-field:not(:placeholder-shown),
.billing #billing-details .form-floating > .expiry-year-field:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .recurly-element:-webkit-autofill,
.form-floating > .recurly-hosted-field:-webkit-autofill, .billing #billing-details .form-floating > .expiry-month-field:-webkit-autofill,
.billing #billing-details .form-floating > .expiry-year-field:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, #addresses-search .form-floating > select,
#custom-domain-search .form-floating > select,
#beacon-domain-search .form-floating > select,
#message-search .form-floating > select,
#event-search .form-floating > select,
#log-event-search .form-floating > select,
#search .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .recurly-element:focus ~ label,
.form-floating > .recurly-hosted-field:focus ~ label, .billing #billing-details .form-floating > .expiry-month-field:focus ~ label,
.billing #billing-details .form-floating > .expiry-year-field:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .recurly-element:not(:placeholder-shown) ~ label,
.form-floating > .recurly-hosted-field:not(:placeholder-shown) ~ label,
.billing #billing-details .form-floating > .expiry-month-field:not(:placeholder-shown) ~ label,
.billing #billing-details .form-floating > .expiry-year-field:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
#addresses-search .form-floating > select ~ label,
#custom-domain-search .form-floating > select ~ label,
#beacon-domain-search .form-floating > select ~ label,
#message-search .form-floating > select ~ label,
#event-search .form-floating > select ~ label,
#log-event-search .form-floating > select ~ label,
#search .form-floating > select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .recurly-element:-webkit-autofill ~ label,
.form-floating > .recurly-hosted-field:-webkit-autofill ~ label, .billing #billing-details .form-floating > .expiry-month-field:-webkit-autofill ~ label,
.billing #billing-details .form-floating > .expiry-year-field:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.billing #billing-details .form-floating > .expiry-month-field:disabled ~ label,
.billing #billing-details .form-floating > .expiry-year-field:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .recurly-element,
.input-group > .recurly-hosted-field, .billing #billing-details .input-group > .expiry-month-field,
.billing #billing-details .input-group > .expiry-year-field,
.input-group > .form-select,
#addresses-search .input-group > select,
#custom-domain-search .input-group > select,
#beacon-domain-search .input-group > select,
#message-search .input-group > select,
#event-search .input-group > select,
#log-event-search .input-group > select,
#search .input-group > select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .recurly-element:focus,
.input-group > .recurly-hosted-field:focus, .billing #billing-details .input-group > .expiry-month-field:focus,
.billing #billing-details .input-group > .expiry-year-field:focus,
.input-group > .form-select:focus,
#addresses-search .input-group > select:focus,
#custom-domain-search .input-group > select:focus,
#beacon-domain-search .input-group > select:focus,
#message-search .input-group > select:focus,
#event-search .input-group > select:focus,
#log-event-search .input-group > select:focus,
#search .input-group > select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .home-nav .signup, .home-nav .input-group .signup, .input-group .home-nav .login, .home-nav .input-group .login, .input-group #landing #home-actions #try_button, #landing #home-actions .input-group #try_button, .input-group #landing #home-actions .focus-action, #landing #home-actions .input-group .focus-action, .input-group #landing #home-actions input[type=submit].focus-action, #landing #home-actions .input-group input[type=submit].focus-action, .input-group #landing #header-links #try_button, #landing #header-links .input-group #try_button, .input-group #landing #header-links .focus-action, #landing #header-links .input-group .focus-action, .input-group #landing #header-links input[type=submit].focus-action, #landing #header-links .input-group input[type=submit].focus-action, .input-group #landing #home-actions .action, #landing #home-actions .input-group .action, .input-group #landing #header-links .action, #landing #header-links .input-group .action, .input-group form .oauth-button-link, form .input-group .oauth-button-link, .input-group #delivery_status .oauth-button-link, #delivery_status .input-group .oauth-button-link, .input-group #create_address .oauth-button-link, #create_address .input-group .oauth-button-link, .input-group #webhookapp_info .oauth-button-link, #webhookapp_info .input-group .oauth-button-link, .input-group #event-details .oauth-button-link, #event-details .input-group .oauth-button-link, .input-group #interest .oauth-button-link, #interest .input-group .oauth-button-link, .input-group #user-risk .oauth-button-link, #user-risk .input-group .oauth-button-link,
.input-group #beacon-domain .oauth-button-link,
#beacon-domain .input-group .oauth-button-link, .input-group #recovery-codes .oauth-button-link, #recovery-codes .input-group .oauth-button-link, .input-group #two-factor-authentication .oauth-button-link, #two-factor-authentication .input-group .oauth-button-link, .input-group .disabled_button, .input-group .back-button, .input-group .back_button, .input-group .plan-list .plan .select .downgrade_button, .plan-list .plan .select .input-group .downgrade_button, .input-group .plan-list .plan .signup_micro .downgrade_button, .plan-list .plan .signup_micro .input-group .downgrade_button, .input-group .delete_button, .input-group .button, .input-group .plan-list .plan .signup .signup_button, .plan-list .plan .signup .input-group .signup_button, .input-group .plan-list .plan .signup_micro .signup_button, .plan-list .plan .signup_micro .input-group .signup_button, .input-group .plan-list .plan .select .select_button, .plan-list .plan .select .input-group .select_button, .input-group .plan-list .plan .signup_micro .select_button, .plan-list .plan .signup_micro .input-group .select_button, .input-group #sidebar #side-test-mode .live-link, #sidebar #side-test-mode .input-group .live-link, .input-group input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .home-nav .signup:focus, .home-nav .input-group .signup:focus, .input-group .home-nav .login:focus, .home-nav .input-group .login:focus, .input-group #landing #home-actions #try_button:focus, #landing #home-actions .input-group #try_button:focus, .input-group #landing #home-actions .focus-action:focus, #landing #home-actions .input-group .focus-action:focus, .input-group #landing #header-links #try_button:focus, #landing #header-links .input-group #try_button:focus, .input-group #landing #header-links .focus-action:focus, #landing #header-links .input-group .focus-action:focus, .input-group #landing #home-actions .action:focus, #landing #home-actions .input-group .action:focus, .input-group #landing #header-links .action:focus, #landing #header-links .input-group .action:focus, .input-group form .oauth-button-link:focus, form .input-group .oauth-button-link:focus, .input-group #delivery_status .oauth-button-link:focus, #delivery_status .input-group .oauth-button-link:focus, .input-group #create_address .oauth-button-link:focus, #create_address .input-group .oauth-button-link:focus, .input-group #webhookapp_info .oauth-button-link:focus, #webhookapp_info .input-group .oauth-button-link:focus, .input-group #event-details .oauth-button-link:focus, #event-details .input-group .oauth-button-link:focus, .input-group #interest .oauth-button-link:focus, #interest .input-group .oauth-button-link:focus, .input-group #user-risk .oauth-button-link:focus, #user-risk .input-group .oauth-button-link:focus,
.input-group #beacon-domain .oauth-button-link:focus,
#beacon-domain .input-group .oauth-button-link:focus, .input-group #recovery-codes .oauth-button-link:focus, #recovery-codes .input-group .oauth-button-link:focus, .input-group #two-factor-authentication .oauth-button-link:focus, #two-factor-authentication .input-group .oauth-button-link:focus, .input-group .disabled_button:focus, .input-group .back-button:focus, .input-group .back_button:focus, .input-group .plan-list .plan .select .downgrade_button:focus, .plan-list .plan .select .input-group .downgrade_button:focus, .input-group .plan-list .plan .signup_micro .downgrade_button:focus, .plan-list .plan .signup_micro .input-group .downgrade_button:focus, .input-group .delete_button:focus, .input-group .button:focus, .input-group .plan-list .plan .signup .signup_button:focus, .plan-list .plan .signup .input-group .signup_button:focus, .input-group .plan-list .plan .signup_micro .signup_button:focus, .plan-list .plan .signup_micro .input-group .signup_button:focus, .input-group .plan-list .plan .select .select_button:focus, .plan-list .plan .select .input-group .select_button:focus, .input-group .plan-list .plan .signup_micro .select_button:focus, .plan-list .plan .signup_micro .input-group .select_button:focus, .input-group #sidebar #side-test-mode .live-link:focus, #sidebar #side-test-mode .input-group .live-link:focus, .input-group input[type=submit]:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.input-group-lg > .form-control, .input-group-lg > .recurly-element,
.input-group-lg > .recurly-hosted-field, .billing #billing-details .input-group-lg > .expiry-month-field,
.billing #billing-details .input-group-lg > .expiry-year-field,
.input-group-lg > .form-select,
#addresses-search .input-group-lg > select,
#custom-domain-search .input-group-lg > select,
#beacon-domain-search .input-group-lg > select,
#message-search .input-group-lg > select,
#event-search .input-group-lg > select,
#log-event-search .input-group-lg > select,
#search .input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.home-nav .input-group-lg > .signup,
.home-nav .input-group-lg > .login,
#landing #home-actions .input-group-lg > #try_button,
#landing #home-actions .input-group-lg > .focus-action,
#landing #home-actions .input-group-lg > input[type=submit].focus-action,
#landing #header-links .input-group-lg > #try_button,
#landing #header-links .input-group-lg > .focus-action,
#landing #header-links .input-group-lg > input[type=submit].focus-action,
#landing #home-actions .input-group-lg > .action,
#landing #header-links .input-group-lg > .action,
form .input-group-lg > .oauth-button-link,
#delivery_status .input-group-lg > .oauth-button-link,
#create_address .input-group-lg > .oauth-button-link,
#webhookapp_info .input-group-lg > .oauth-button-link,
#event-details .input-group-lg > .oauth-button-link,
#interest .input-group-lg > .oauth-button-link,
#user-risk .input-group-lg > .oauth-button-link,
#beacon-domain .input-group-lg > .oauth-button-link,
#recovery-codes .input-group-lg > .oauth-button-link,
#two-factor-authentication .input-group-lg > .oauth-button-link,
.input-group-lg > .disabled_button,
.input-group-lg > .back-button,
.input-group-lg > .back_button,
.plan-list .plan .select .input-group-lg > .downgrade_button,
.plan-list .plan .signup_micro .input-group-lg > .downgrade_button,
.input-group-lg > .delete_button,
.input-group-lg > .button,
.plan-list .plan .signup .input-group-lg > .signup_button,
.plan-list .plan .signup_micro .input-group-lg > .signup_button,
.plan-list .plan .select .input-group-lg > .select_button,
.plan-list .plan .signup_micro .input-group-lg > .select_button,
#sidebar #side-test-mode .input-group-lg > .live-link,
.input-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}

.input-group-sm > .form-control, .input-group-sm > .recurly-element,
.input-group-sm > .recurly-hosted-field, .billing #billing-details .input-group-sm > .expiry-month-field,
.billing #billing-details .input-group-sm > .expiry-year-field,
.input-group-sm > .form-select,
#addresses-search .input-group-sm > select,
#custom-domain-search .input-group-sm > select,
#beacon-domain-search .input-group-sm > select,
#message-search .input-group-sm > select,
#event-search .input-group-sm > select,
#log-event-search .input-group-sm > select,
#search .input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.home-nav .input-group-sm > .signup,
.home-nav .input-group-sm > .login,
#landing #home-actions .input-group-sm > #try_button,
#landing #home-actions .input-group-sm > .focus-action,
#landing #home-actions .input-group-sm > input[type=submit].focus-action,
#landing #header-links .input-group-sm > #try_button,
#landing #header-links .input-group-sm > .focus-action,
#landing #header-links .input-group-sm > input[type=submit].focus-action,
#landing #home-actions .input-group-sm > .action,
#landing #header-links .input-group-sm > .action,
form .input-group-sm > .oauth-button-link,
#delivery_status .input-group-sm > .oauth-button-link,
#create_address .input-group-sm > .oauth-button-link,
#webhookapp_info .input-group-sm > .oauth-button-link,
#event-details .input-group-sm > .oauth-button-link,
#interest .input-group-sm > .oauth-button-link,
#user-risk .input-group-sm > .oauth-button-link,
#beacon-domain .input-group-sm > .oauth-button-link,
#recovery-codes .input-group-sm > .oauth-button-link,
#two-factor-authentication .input-group-sm > .oauth-button-link,
.input-group-sm > .disabled_button,
.input-group-sm > .back-button,
.input-group-sm > .back_button,
.plan-list .plan .select .input-group-sm > .downgrade_button,
.plan-list .plan .signup_micro .input-group-sm > .downgrade_button,
.input-group-sm > .delete_button,
.input-group-sm > .button,
.plan-list .plan .signup .input-group-sm > .signup_button,
.plan-list .plan .signup_micro .input-group-sm > .signup_button,
.plan-list .plan .select .input-group-sm > .select_button,
.plan-list .plan .signup_micro .input-group-sm > .select_button,
#sidebar #side-test-mode .input-group-sm > .live-link,
.input-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
}

.input-group-lg > .form-select, #addresses-search .input-group-lg > select,
#custom-domain-search .input-group-lg > select,
#beacon-domain-search .input-group-lg > select,
#message-search .input-group-lg > select,
#event-search .input-group-lg > select,
#log-event-search .input-group-lg > select,
#search .input-group-lg > select,
.input-group-sm > .form-select,
#addresses-search .input-group-sm > select,
#custom-domain-search .input-group-sm > select,
#beacon-domain-search .input-group-sm > select,
#message-search .input-group-sm > select,
#event-search .input-group-sm > select,
#log-event-search .input-group-sm > select,
#search .input-group-sm > select {
  padding-right: 3rem;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  color: #fff;
  background-color: var(--bs-success);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .recurly-element:valid,
.was-validated .recurly-hosted-field:valid, .was-validated .billing #billing-details .expiry-month-field:valid, .billing #billing-details .was-validated .expiry-month-field:valid,
.was-validated .billing #billing-details .expiry-year-field:valid,
.billing #billing-details .was-validated .expiry-year-field:valid, .form-control.is-valid, .is-valid.recurly-element,
.is-valid.recurly-hosted-field, .billing #billing-details .is-valid.expiry-month-field,
.billing #billing-details .is-valid.expiry-year-field {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .recurly-element:valid:focus,
.was-validated .recurly-hosted-field:valid:focus, .was-validated .billing #billing-details .expiry-month-field:valid:focus, .billing #billing-details .was-validated .expiry-month-field:valid:focus,
.was-validated .billing #billing-details .expiry-year-field:valid:focus,
.billing #billing-details .was-validated .expiry-year-field:valid:focus, .form-control.is-valid:focus, .is-valid.recurly-element:focus,
.is-valid.recurly-hosted-field:focus, .billing #billing-details .is-valid.expiry-month-field:focus,
.billing #billing-details .is-valid.expiry-year-field:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.recurly-element:valid,
.was-validated textarea.recurly-hosted-field:valid, .was-validated .billing #billing-details textarea.expiry-month-field:valid, .billing #billing-details .was-validated textarea.expiry-month-field:valid,
.was-validated .billing #billing-details textarea.expiry-year-field:valid,
.billing #billing-details .was-validated textarea.expiry-year-field:valid, textarea.form-control.is-valid, textarea.is-valid.recurly-element,
textarea.is-valid.recurly-hosted-field, .billing #billing-details textarea.is-valid.expiry-month-field,
.billing #billing-details textarea.is-valid.expiry-year-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated #addresses-search select:valid, #addresses-search .was-validated select:valid,
.was-validated #custom-domain-search select:valid,
#custom-domain-search .was-validated select:valid,
.was-validated #beacon-domain-search select:valid,
#beacon-domain-search .was-validated select:valid,
.was-validated #message-search select:valid,
#message-search .was-validated select:valid,
.was-validated #event-search select:valid,
#event-search .was-validated select:valid,
.was-validated #log-event-search select:valid,
#log-event-search .was-validated select:valid,
.was-validated #search select:valid,
#search .was-validated select:valid, .form-select.is-valid, #addresses-search select.is-valid,
#custom-domain-search select.is-valid,
#beacon-domain-search select.is-valid,
#message-search select.is-valid,
#event-search select.is-valid,
#log-event-search select.is-valid,
#search select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated #addresses-search select:valid:not([multiple]):not([size]), #addresses-search .was-validated select:valid:not([multiple]):not([size]),
.was-validated #custom-domain-search select:valid:not([multiple]):not([size]),
#custom-domain-search .was-validated select:valid:not([multiple]):not([size]),
.was-validated #beacon-domain-search select:valid:not([multiple]):not([size]),
#beacon-domain-search .was-validated select:valid:not([multiple]):not([size]),
.was-validated #message-search select:valid:not([multiple]):not([size]),
#message-search .was-validated select:valid:not([multiple]):not([size]),
.was-validated #event-search select:valid:not([multiple]):not([size]),
#event-search .was-validated select:valid:not([multiple]):not([size]),
.was-validated #log-event-search select:valid:not([multiple]):not([size]),
#log-event-search .was-validated select:valid:not([multiple]):not([size]),
.was-validated #search select:valid:not([multiple]):not([size]),
#search .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated #addresses-search select:valid:not([multiple])[size="1"], #addresses-search .was-validated select:valid:not([multiple])[size="1"],
.was-validated #custom-domain-search select:valid:not([multiple])[size="1"],
#custom-domain-search .was-validated select:valid:not([multiple])[size="1"],
.was-validated #beacon-domain-search select:valid:not([multiple])[size="1"],
#beacon-domain-search .was-validated select:valid:not([multiple])[size="1"],
.was-validated #message-search select:valid:not([multiple])[size="1"],
#message-search .was-validated select:valid:not([multiple])[size="1"],
.was-validated #event-search select:valid:not([multiple])[size="1"],
#event-search .was-validated select:valid:not([multiple])[size="1"],
.was-validated #log-event-search select:valid:not([multiple])[size="1"],
#log-event-search .was-validated select:valid:not([multiple])[size="1"],
.was-validated #search select:valid:not([multiple])[size="1"],
#search .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), #addresses-search select.is-valid:not([multiple]):not([size]),
#custom-domain-search select.is-valid:not([multiple]):not([size]),
#beacon-domain-search select.is-valid:not([multiple]):not([size]),
#message-search select.is-valid:not([multiple]):not([size]),
#event-search select.is-valid:not([multiple]):not([size]),
#log-event-search select.is-valid:not([multiple]):not([size]),
#search select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], #addresses-search select.is-valid:not([multiple])[size="1"],
#custom-domain-search select.is-valid:not([multiple])[size="1"],
#beacon-domain-search select.is-valid:not([multiple])[size="1"],
#message-search select.is-valid:not([multiple])[size="1"],
#event-search select.is-valid:not([multiple])[size="1"],
#log-event-search select.is-valid:not([multiple])[size="1"],
#search select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated #addresses-search select:valid:focus, #addresses-search .was-validated select:valid:focus,
.was-validated #custom-domain-search select:valid:focus,
#custom-domain-search .was-validated select:valid:focus,
.was-validated #beacon-domain-search select:valid:focus,
#beacon-domain-search .was-validated select:valid:focus,
.was-validated #message-search select:valid:focus,
#message-search .was-validated select:valid:focus,
.was-validated #event-search select:valid:focus,
#event-search .was-validated select:valid:focus,
.was-validated #log-event-search select:valid:focus,
#log-event-search .was-validated select:valid:focus,
.was-validated #search select:valid:focus,
#search .was-validated select:valid:focus, .form-select.is-valid:focus, #addresses-search select.is-valid:focus,
#custom-domain-search select.is-valid:focus,
#beacon-domain-search select.is-valid:focus,
#message-search select.is-valid:focus,
#event-search select.is-valid:focus,
#log-event-search select.is-valid:focus,
#search select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .recurly-element:not(:focus):valid,
.was-validated .input-group > .recurly-hosted-field:not(:focus):valid, .was-validated .billing #billing-details .input-group > .expiry-month-field:not(:focus):valid, .billing #billing-details .was-validated .input-group > .expiry-month-field:not(:focus):valid,
.was-validated .billing #billing-details .input-group > .expiry-year-field:not(:focus):valid,
.billing #billing-details .was-validated .input-group > .expiry-year-field:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > .recurly-element:not(:focus).is-valid,
.input-group > .recurly-hosted-field:not(:focus).is-valid, .billing #billing-details .input-group > .expiry-month-field:not(:focus).is-valid,
.billing #billing-details .input-group > .expiry-year-field:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated #addresses-search .input-group > select:not(:focus):valid,
#addresses-search .was-validated .input-group > select:not(:focus):valid,
.was-validated #custom-domain-search .input-group > select:not(:focus):valid,
#custom-domain-search .was-validated .input-group > select:not(:focus):valid,
.was-validated #beacon-domain-search .input-group > select:not(:focus):valid,
#beacon-domain-search .was-validated .input-group > select:not(:focus):valid,
.was-validated #message-search .input-group > select:not(:focus):valid,
#message-search .was-validated .input-group > select:not(:focus):valid,
.was-validated #event-search .input-group > select:not(:focus):valid,
#event-search .was-validated .input-group > select:not(:focus):valid,
.was-validated #log-event-search .input-group > select:not(:focus):valid,
#log-event-search .was-validated .input-group > select:not(:focus):valid,
.was-validated #search .input-group > select:not(:focus):valid,
#search .was-validated .input-group > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
#addresses-search .input-group > select:not(:focus).is-valid,
#custom-domain-search .input-group > select:not(:focus).is-valid,
#beacon-domain-search .input-group > select:not(:focus).is-valid,
#message-search .input-group > select:not(:focus).is-valid,
#event-search .input-group > select:not(:focus).is-valid,
#log-event-search .input-group > select:not(:focus).is-valid,
#search .input-group > select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  color: #fff;
  background-color: var(--bs-danger);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.field_with_errors input ~ .invalid-feedback,
.field_with_errors select ~ .invalid-feedback,
.field_with_errors textarea ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.field_with_errors input ~ .invalid-tooltip,
.field_with_errors select ~ .invalid-tooltip,
.field_with_errors textarea ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .recurly-element:invalid,
.was-validated .recurly-hosted-field:invalid, .was-validated .billing #billing-details .expiry-month-field:invalid, .billing #billing-details .was-validated .expiry-month-field:invalid,
.was-validated .billing #billing-details .expiry-year-field:invalid,
.billing #billing-details .was-validated .expiry-year-field:invalid, .form-control.is-invalid, .field_with_errors input.form-control, .field_with_errors select.form-control, .field_with_errors textarea.form-control, .is-invalid.recurly-element, .field_with_errors input.recurly-element, .field_with_errors select.recurly-element, .field_with_errors textarea.recurly-element,
.is-invalid.recurly-hosted-field,
.field_with_errors input.recurly-hosted-field,
.field_with_errors select.recurly-hosted-field,
.field_with_errors textarea.recurly-hosted-field, .billing #billing-details .is-invalid.expiry-month-field, .billing #billing-details .field_with_errors input.expiry-month-field, .field_with_errors .billing #billing-details input.expiry-month-field, .billing #billing-details .field_with_errors select.expiry-month-field, .field_with_errors .billing #billing-details select.expiry-month-field, .billing #billing-details .field_with_errors textarea.expiry-month-field, .field_with_errors .billing #billing-details textarea.expiry-month-field,
.billing #billing-details .is-invalid.expiry-year-field,
.billing #billing-details .field_with_errors input.expiry-year-field,
.field_with_errors .billing #billing-details input.expiry-year-field,
.billing #billing-details .field_with_errors select.expiry-year-field,
.field_with_errors .billing #billing-details select.expiry-year-field,
.billing #billing-details .field_with_errors textarea.expiry-year-field,
.field_with_errors .billing #billing-details textarea.expiry-year-field {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .recurly-element:invalid:focus,
.was-validated .recurly-hosted-field:invalid:focus, .was-validated .billing #billing-details .expiry-month-field:invalid:focus, .billing #billing-details .was-validated .expiry-month-field:invalid:focus,
.was-validated .billing #billing-details .expiry-year-field:invalid:focus,
.billing #billing-details .was-validated .expiry-year-field:invalid:focus, .form-control.is-invalid:focus, .field_with_errors input.form-control:focus, .field_with_errors select.form-control:focus, .field_with_errors textarea.form-control:focus, .is-invalid.recurly-element:focus, .field_with_errors input.recurly-element:focus, .field_with_errors select.recurly-element:focus, .field_with_errors textarea.recurly-element:focus,
.is-invalid.recurly-hosted-field:focus,
.field_with_errors input.recurly-hosted-field:focus,
.field_with_errors select.recurly-hosted-field:focus,
.field_with_errors textarea.recurly-hosted-field:focus, .billing #billing-details .is-invalid.expiry-month-field:focus, .billing #billing-details .field_with_errors input.expiry-month-field:focus, .field_with_errors .billing #billing-details input.expiry-month-field:focus, .billing #billing-details .field_with_errors select.expiry-month-field:focus, .field_with_errors .billing #billing-details select.expiry-month-field:focus, .billing #billing-details .field_with_errors textarea.expiry-month-field:focus, .field_with_errors .billing #billing-details textarea.expiry-month-field:focus,
.billing #billing-details .is-invalid.expiry-year-field:focus,
.billing #billing-details .field_with_errors input.expiry-year-field:focus,
.field_with_errors .billing #billing-details input.expiry-year-field:focus,
.billing #billing-details .field_with_errors select.expiry-year-field:focus,
.field_with_errors .billing #billing-details select.expiry-year-field:focus,
.billing #billing-details .field_with_errors textarea.expiry-year-field:focus,
.field_with_errors .billing #billing-details textarea.expiry-year-field:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.recurly-element:invalid,
.was-validated textarea.recurly-hosted-field:invalid, .was-validated .billing #billing-details textarea.expiry-month-field:invalid, .billing #billing-details .was-validated textarea.expiry-month-field:invalid,
.was-validated .billing #billing-details textarea.expiry-year-field:invalid,
.billing #billing-details .was-validated textarea.expiry-year-field:invalid, textarea.form-control.is-invalid, .field_with_errors textarea.form-control, textarea.is-invalid.recurly-element, .field_with_errors textarea.recurly-element,
textarea.is-invalid.recurly-hosted-field,
.field_with_errors textarea.recurly-hosted-field, .billing #billing-details textarea.is-invalid.expiry-month-field, .billing #billing-details .field_with_errors textarea.expiry-month-field, .field_with_errors .billing #billing-details textarea.expiry-month-field,
.billing #billing-details textarea.is-invalid.expiry-year-field,
.billing #billing-details .field_with_errors textarea.expiry-year-field,
.field_with_errors .billing #billing-details textarea.expiry-year-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated #addresses-search select:invalid, #addresses-search .was-validated select:invalid,
.was-validated #custom-domain-search select:invalid,
#custom-domain-search .was-validated select:invalid,
.was-validated #beacon-domain-search select:invalid,
#beacon-domain-search .was-validated select:invalid,
.was-validated #message-search select:invalid,
#message-search .was-validated select:invalid,
.was-validated #event-search select:invalid,
#event-search .was-validated select:invalid,
.was-validated #log-event-search select:invalid,
#log-event-search .was-validated select:invalid,
.was-validated #search select:invalid,
#search .was-validated select:invalid, .form-select.is-invalid, #addresses-search select.is-invalid,
#custom-domain-search select.is-invalid,
#beacon-domain-search select.is-invalid,
#message-search select.is-invalid,
#event-search select.is-invalid,
#log-event-search select.is-invalid,
#search select.is-invalid, .field_with_errors input.form-select, .field_with_errors select.form-select, .field_with_errors #addresses-search select, #addresses-search .field_with_errors select,
.field_with_errors #custom-domain-search select,
#custom-domain-search .field_with_errors select,
.field_with_errors #beacon-domain-search select,
#beacon-domain-search .field_with_errors select,
.field_with_errors #message-search select,
#message-search .field_with_errors select,
.field_with_errors #event-search select,
#event-search .field_with_errors select,
.field_with_errors #log-event-search select,
#log-event-search .field_with_errors select,
.field_with_errors #search select,
#search .field_with_errors select, .field_with_errors textarea.form-select {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated #addresses-search select:invalid:not([multiple]):not([size]), #addresses-search .was-validated select:invalid:not([multiple]):not([size]),
.was-validated #custom-domain-search select:invalid:not([multiple]):not([size]),
#custom-domain-search .was-validated select:invalid:not([multiple]):not([size]),
.was-validated #beacon-domain-search select:invalid:not([multiple]):not([size]),
#beacon-domain-search .was-validated select:invalid:not([multiple]):not([size]),
.was-validated #message-search select:invalid:not([multiple]):not([size]),
#message-search .was-validated select:invalid:not([multiple]):not([size]),
.was-validated #event-search select:invalid:not([multiple]):not([size]),
#event-search .was-validated select:invalid:not([multiple]):not([size]),
.was-validated #log-event-search select:invalid:not([multiple]):not([size]),
#log-event-search .was-validated select:invalid:not([multiple]):not([size]),
.was-validated #search select:invalid:not([multiple]):not([size]),
#search .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated #addresses-search select:invalid:not([multiple])[size="1"], #addresses-search .was-validated select:invalid:not([multiple])[size="1"],
.was-validated #custom-domain-search select:invalid:not([multiple])[size="1"],
#custom-domain-search .was-validated select:invalid:not([multiple])[size="1"],
.was-validated #beacon-domain-search select:invalid:not([multiple])[size="1"],
#beacon-domain-search .was-validated select:invalid:not([multiple])[size="1"],
.was-validated #message-search select:invalid:not([multiple])[size="1"],
#message-search .was-validated select:invalid:not([multiple])[size="1"],
.was-validated #event-search select:invalid:not([multiple])[size="1"],
#event-search .was-validated select:invalid:not([multiple])[size="1"],
.was-validated #log-event-search select:invalid:not([multiple])[size="1"],
#log-event-search .was-validated select:invalid:not([multiple])[size="1"],
.was-validated #search select:invalid:not([multiple])[size="1"],
#search .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), #addresses-search select.is-invalid:not([multiple]):not([size]),
#custom-domain-search select.is-invalid:not([multiple]):not([size]),
#beacon-domain-search select.is-invalid:not([multiple]):not([size]),
#message-search select.is-invalid:not([multiple]):not([size]),
#event-search select.is-invalid:not([multiple]):not([size]),
#log-event-search select.is-invalid:not([multiple]):not([size]),
#search select.is-invalid:not([multiple]):not([size]), .field_with_errors input.form-select:not([multiple]):not([size]), .field_with_errors select.form-select:not([multiple]):not([size]), .field_with_errors #addresses-search select:not([multiple]):not([size]), #addresses-search .field_with_errors select:not([multiple]):not([size]),
.field_with_errors #custom-domain-search select:not([multiple]):not([size]),
#custom-domain-search .field_with_errors select:not([multiple]):not([size]),
.field_with_errors #beacon-domain-search select:not([multiple]):not([size]),
#beacon-domain-search .field_with_errors select:not([multiple]):not([size]),
.field_with_errors #message-search select:not([multiple]):not([size]),
#message-search .field_with_errors select:not([multiple]):not([size]),
.field_with_errors #event-search select:not([multiple]):not([size]),
#event-search .field_with_errors select:not([multiple]):not([size]),
.field_with_errors #log-event-search select:not([multiple]):not([size]),
#log-event-search .field_with_errors select:not([multiple]):not([size]),
.field_with_errors #search select:not([multiple]):not([size]),
#search .field_with_errors select:not([multiple]):not([size]), .field_with_errors textarea.form-select:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], #addresses-search select.is-invalid:not([multiple])[size="1"],
#custom-domain-search select.is-invalid:not([multiple])[size="1"],
#beacon-domain-search select.is-invalid:not([multiple])[size="1"],
#message-search select.is-invalid:not([multiple])[size="1"],
#event-search select.is-invalid:not([multiple])[size="1"],
#log-event-search select.is-invalid:not([multiple])[size="1"],
#search select.is-invalid:not([multiple])[size="1"], .field_with_errors input.form-select:not([multiple])[size="1"], .field_with_errors select.form-select:not([multiple])[size="1"], .field_with_errors #addresses-search select:not([multiple])[size="1"], #addresses-search .field_with_errors select:not([multiple])[size="1"],
.field_with_errors #custom-domain-search select:not([multiple])[size="1"],
#custom-domain-search .field_with_errors select:not([multiple])[size="1"],
.field_with_errors #beacon-domain-search select:not([multiple])[size="1"],
#beacon-domain-search .field_with_errors select:not([multiple])[size="1"],
.field_with_errors #message-search select:not([multiple])[size="1"],
#message-search .field_with_errors select:not([multiple])[size="1"],
.field_with_errors #event-search select:not([multiple])[size="1"],
#event-search .field_with_errors select:not([multiple])[size="1"],
.field_with_errors #log-event-search select:not([multiple])[size="1"],
#log-event-search .field_with_errors select:not([multiple])[size="1"],
.field_with_errors #search select:not([multiple])[size="1"],
#search .field_with_errors select:not([multiple])[size="1"], .field_with_errors textarea.form-select:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated #addresses-search select:invalid:focus, #addresses-search .was-validated select:invalid:focus,
.was-validated #custom-domain-search select:invalid:focus,
#custom-domain-search .was-validated select:invalid:focus,
.was-validated #beacon-domain-search select:invalid:focus,
#beacon-domain-search .was-validated select:invalid:focus,
.was-validated #message-search select:invalid:focus,
#message-search .was-validated select:invalid:focus,
.was-validated #event-search select:invalid:focus,
#event-search .was-validated select:invalid:focus,
.was-validated #log-event-search select:invalid:focus,
#log-event-search .was-validated select:invalid:focus,
.was-validated #search select:invalid:focus,
#search .was-validated select:invalid:focus, .form-select.is-invalid:focus, #addresses-search select.is-invalid:focus,
#custom-domain-search select.is-invalid:focus,
#beacon-domain-search select.is-invalid:focus,
#message-search select.is-invalid:focus,
#event-search select.is-invalid:focus,
#log-event-search select.is-invalid:focus,
#search select.is-invalid:focus, .field_with_errors input.form-select:focus, .field_with_errors select.form-select:focus, .field_with_errors #addresses-search select:focus, #addresses-search .field_with_errors select:focus,
.field_with_errors #custom-domain-search select:focus,
#custom-domain-search .field_with_errors select:focus,
.field_with_errors #beacon-domain-search select:focus,
#beacon-domain-search .field_with_errors select:focus,
.field_with_errors #message-search select:focus,
#message-search .field_with_errors select:focus,
.field_with_errors #event-search select:focus,
#event-search .field_with_errors select:focus,
.field_with_errors #log-event-search select:focus,
#log-event-search .field_with_errors select:focus,
.field_with_errors #search select:focus,
#search .field_with_errors select:focus, .field_with_errors textarea.form-select:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid, .field_with_errors input.form-control-color, .field_with_errors select.form-control-color, .field_with_errors textarea.form-control-color {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid, .field_with_errors input.form-check-input, .field_with_errors select.form-check-input, .field_with_errors textarea.form-check-input {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked, .field_with_errors input.form-check-input:checked, .field_with_errors select.form-check-input:checked, .field_with_errors textarea.form-check-input:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus, .field_with_errors input.form-check-input:focus, .field_with_errors select.form-check-input:focus, .field_with_errors textarea.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .field_with_errors input.form-check-input ~ .form-check-label, .field_with_errors select.form-check-input ~ .form-check-label, .field_with_errors textarea.form-check-input ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .recurly-element:not(:focus):invalid,
.was-validated .input-group > .recurly-hosted-field:not(:focus):invalid, .was-validated .billing #billing-details .input-group > .expiry-month-field:not(:focus):invalid, .billing #billing-details .was-validated .input-group > .expiry-month-field:not(:focus):invalid,
.was-validated .billing #billing-details .input-group > .expiry-year-field:not(:focus):invalid,
.billing #billing-details .was-validated .input-group > .expiry-year-field:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .field_with_errors .input-group > input.form-control:not(:focus), .field_with_errors .input-group > select.form-control:not(:focus), .field_with_errors .input-group > textarea.form-control:not(:focus), .input-group > .recurly-element:not(:focus).is-invalid, .field_with_errors .input-group > input.recurly-element:not(:focus), .field_with_errors .input-group > select.recurly-element:not(:focus), .field_with_errors .input-group > textarea.recurly-element:not(:focus),
.input-group > .recurly-hosted-field:not(:focus).is-invalid,
.field_with_errors .input-group > input.recurly-hosted-field:not(:focus),
.field_with_errors .input-group > select.recurly-hosted-field:not(:focus),
.field_with_errors .input-group > textarea.recurly-hosted-field:not(:focus), .billing #billing-details .input-group > .expiry-month-field:not(:focus).is-invalid, .billing #billing-details .field_with_errors .input-group > input.expiry-month-field:not(:focus), .field_with_errors .billing #billing-details .input-group > input.expiry-month-field:not(:focus), .billing #billing-details .field_with_errors .input-group > select.expiry-month-field:not(:focus), .field_with_errors .billing #billing-details .input-group > select.expiry-month-field:not(:focus), .billing #billing-details .field_with_errors .input-group > textarea.expiry-month-field:not(:focus), .field_with_errors .billing #billing-details .input-group > textarea.expiry-month-field:not(:focus),
.billing #billing-details .input-group > .expiry-year-field:not(:focus).is-invalid,
.billing #billing-details .field_with_errors .input-group > input.expiry-year-field:not(:focus),
.field_with_errors .billing #billing-details .input-group > input.expiry-year-field:not(:focus),
.billing #billing-details .field_with_errors .input-group > select.expiry-year-field:not(:focus),
.field_with_errors .billing #billing-details .input-group > select.expiry-year-field:not(:focus),
.billing #billing-details .field_with_errors .input-group > textarea.expiry-year-field:not(:focus),
.field_with_errors .billing #billing-details .input-group > textarea.expiry-year-field:not(:focus),
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated #addresses-search .input-group > select:not(:focus):invalid,
#addresses-search .was-validated .input-group > select:not(:focus):invalid,
.was-validated #custom-domain-search .input-group > select:not(:focus):invalid,
#custom-domain-search .was-validated .input-group > select:not(:focus):invalid,
.was-validated #beacon-domain-search .input-group > select:not(:focus):invalid,
#beacon-domain-search .was-validated .input-group > select:not(:focus):invalid,
.was-validated #message-search .input-group > select:not(:focus):invalid,
#message-search .was-validated .input-group > select:not(:focus):invalid,
.was-validated #event-search .input-group > select:not(:focus):invalid,
#event-search .was-validated .input-group > select:not(:focus):invalid,
.was-validated #log-event-search .input-group > select:not(:focus):invalid,
#log-event-search .was-validated .input-group > select:not(:focus):invalid,
.was-validated #search .input-group > select:not(:focus):invalid,
#search .was-validated .input-group > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
#addresses-search .input-group > select:not(:focus).is-invalid,
#custom-domain-search .input-group > select:not(:focus).is-invalid,
#beacon-domain-search .input-group > select:not(:focus).is-invalid,
#message-search .input-group > select:not(:focus).is-invalid,
#event-search .input-group > select:not(:focus).is-invalid,
#log-event-search .input-group > select:not(:focus).is-invalid,
#search .input-group > select:not(:focus).is-invalid,
.field_with_errors .input-group > input.form-select:not(:focus),
.field_with_errors .input-group > select.form-select:not(:focus),
.field_with_errors #addresses-search .input-group > select:not(:focus),
#addresses-search .field_with_errors .input-group > select:not(:focus),
.field_with_errors #custom-domain-search .input-group > select:not(:focus),
#custom-domain-search .field_with_errors .input-group > select:not(:focus),
.field_with_errors #beacon-domain-search .input-group > select:not(:focus),
#beacon-domain-search .field_with_errors .input-group > select:not(:focus),
.field_with_errors #message-search .input-group > select:not(:focus),
#message-search .field_with_errors .input-group > select:not(:focus),
.field_with_errors #event-search .input-group > select:not(:focus),
#event-search .field_with_errors .input-group > select:not(:focus),
.field_with_errors #log-event-search .input-group > select:not(:focus),
#log-event-search .field_with_errors .input-group > select:not(:focus),
.field_with_errors #search .input-group > select:not(:focus),
#search .field_with_errors .input-group > select:not(:focus),
.field_with_errors .input-group > textarea.form-select:not(:focus),
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.field_with_errors .input-group > input.form-floating:not(:focus-within),
.field_with_errors .input-group > select.form-floating:not(:focus-within),
.field_with_errors .input-group > textarea.form-floating:not(:focus-within) {
  z-index: 4;
}

.btn, .home-nav .signup, .home-nav .login, #landing #home-actions #try_button, #landing #home-actions .focus-action, #landing #home-actions input[type=submit].focus-action, #landing #header-links #try_button, #landing #header-links .focus-action, #landing #header-links input[type=submit].focus-action, #landing #home-actions .action, #landing #header-links .action, form .oauth-button-link, #delivery_status .oauth-button-link, #create_address .oauth-button-link, #webhookapp_info .oauth-button-link, #event-details .oauth-button-link, #interest .oauth-button-link, #user-risk .oauth-button-link,
#beacon-domain .oauth-button-link, #recovery-codes .oauth-button-link, #two-factor-authentication .oauth-button-link, .disabled_button, .back-button, .back_button, .plan-list .plan .select .downgrade_button, .plan-list .plan .signup_micro .downgrade_button, .delete_button, .button, .plan-list .plan .signup .signup_button, .plan-list .plan .signup_micro .signup_button, .plan-list .plan .select .select_button, .plan-list .plan .signup_micro .select_button, #sidebar #side-test-mode .live-link, input[type=submit] {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.9rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .home-nav .signup, .home-nav .login, #landing #home-actions #try_button, #landing #home-actions .focus-action, #landing #home-actions input[type=submit].focus-action, #landing #header-links #try_button, #landing #header-links .focus-action, #landing #header-links input[type=submit].focus-action, #landing #home-actions .action, #landing #header-links .action, form .oauth-button-link, #delivery_status .oauth-button-link, #create_address .oauth-button-link, #webhookapp_info .oauth-button-link, #event-details .oauth-button-link, #interest .oauth-button-link, #user-risk .oauth-button-link,
  #beacon-domain .oauth-button-link, #recovery-codes .oauth-button-link, #two-factor-authentication .oauth-button-link, .disabled_button, .back-button, .back_button, .plan-list .plan .select .downgrade_button, .plan-list .plan .signup_micro .downgrade_button, .delete_button, .button, .plan-list .plan .signup .signup_button, .plan-list .plan .signup_micro .signup_button, .plan-list .plan .select .select_button, .plan-list .plan .signup_micro .select_button, #sidebar #side-test-mode .live-link, input[type=submit] {
    transition: none;
  }
}
.btn:hover, .home-nav .signup:hover, .home-nav .login:hover, #landing #home-actions #try_button:hover, #landing #home-actions .focus-action:hover, #landing #home-actions input[type=submit].focus-action:hover, #landing #header-links #try_button:hover, #landing #header-links .focus-action:hover, #landing #header-links input[type=submit].focus-action:hover, #landing #home-actions .action:hover, #landing #header-links .action:hover, form .oauth-button-link:hover, #delivery_status .oauth-button-link:hover, #create_address .oauth-button-link:hover, #webhookapp_info .oauth-button-link:hover, #event-details .oauth-button-link:hover, #interest .oauth-button-link:hover, #user-risk .oauth-button-link:hover,
#beacon-domain .oauth-button-link:hover, #recovery-codes .oauth-button-link:hover, #two-factor-authentication .oauth-button-link:hover, .disabled_button:hover, .back-button:hover, .back_button:hover, .plan-list .plan .select .downgrade_button:hover, .plan-list .plan .signup_micro .downgrade_button:hover, .delete_button:hover, .button:hover, .plan-list .plan .signup .signup_button:hover, .plan-list .plan .signup_micro .signup_button:hover, .plan-list .plan .select .select_button:hover, .plan-list .plan .signup_micro .select_button:hover, #sidebar #side-test-mode .live-link:hover, input[type=submit]:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .home-nav .btn-check + .signup:hover, .home-nav .btn-check + .login:hover, #landing #home-actions .btn-check + #try_button:hover, #landing #home-actions .btn-check + .focus-action:hover, #landing #header-links .btn-check + #try_button:hover, #landing #header-links .btn-check + .focus-action:hover, #landing #home-actions .btn-check + .action:hover, #landing #header-links .btn-check + .action:hover, form .btn-check + .oauth-button-link:hover, #delivery_status .btn-check + .oauth-button-link:hover, #create_address .btn-check + .oauth-button-link:hover, #webhookapp_info .btn-check + .oauth-button-link:hover, #event-details .btn-check + .oauth-button-link:hover, #interest .btn-check + .oauth-button-link:hover, #user-risk .btn-check + .oauth-button-link:hover,
#beacon-domain .btn-check + .oauth-button-link:hover, #recovery-codes .btn-check + .oauth-button-link:hover, #two-factor-authentication .btn-check + .oauth-button-link:hover, .btn-check + .disabled_button:hover, .btn-check + .back-button:hover, .btn-check + .back_button:hover, .plan-list .plan .select .btn-check + .downgrade_button:hover, .plan-list .plan .signup_micro .btn-check + .downgrade_button:hover, .btn-check + .delete_button:hover, .btn-check + .button:hover, .plan-list .plan .signup .btn-check + .signup_button:hover, .plan-list .plan .signup_micro .btn-check + .signup_button:hover, .plan-list .plan .select .btn-check + .select_button:hover, .plan-list .plan .signup_micro .btn-check + .select_button:hover, #sidebar #side-test-mode .btn-check + .live-link:hover, .btn-check + input[type=submit]:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .home-nav .signup:focus-visible, .home-nav .login:focus-visible, #landing #home-actions #try_button:focus-visible, #landing #home-actions .focus-action:focus-visible, #landing #home-actions input[type=submit].focus-action:focus-visible, #landing #header-links #try_button:focus-visible, #landing #header-links .focus-action:focus-visible, #landing #header-links input[type=submit].focus-action:focus-visible, #landing #home-actions .action:focus-visible, #landing #header-links .action:focus-visible, form .oauth-button-link:focus-visible, #delivery_status .oauth-button-link:focus-visible, #create_address .oauth-button-link:focus-visible, #webhookapp_info .oauth-button-link:focus-visible, #event-details .oauth-button-link:focus-visible, #interest .oauth-button-link:focus-visible, #user-risk .oauth-button-link:focus-visible,
#beacon-domain .oauth-button-link:focus-visible, #recovery-codes .oauth-button-link:focus-visible, #two-factor-authentication .oauth-button-link:focus-visible, .disabled_button:focus-visible, .back-button:focus-visible, .back_button:focus-visible, .plan-list .plan .select .downgrade_button:focus-visible, .plan-list .plan .signup_micro .downgrade_button:focus-visible, .delete_button:focus-visible, .button:focus-visible, .plan-list .plan .signup .signup_button:focus-visible, .plan-list .plan .signup_micro .signup_button:focus-visible, .plan-list .plan .select .select_button:focus-visible, .plan-list .plan .signup_micro .select_button:focus-visible, #sidebar #side-test-mode .live-link:focus-visible, input[type=submit]:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .home-nav .btn-check:focus-visible + .signup, .home-nav .btn-check:focus-visible + .login, #landing #home-actions .btn-check:focus-visible + #try_button, #landing #home-actions .btn-check:focus-visible + .focus-action, #landing #header-links .btn-check:focus-visible + #try_button, #landing #header-links .btn-check:focus-visible + .focus-action, #landing #home-actions .btn-check:focus-visible + .action, #landing #header-links .btn-check:focus-visible + .action, form .btn-check:focus-visible + .oauth-button-link, #delivery_status .btn-check:focus-visible + .oauth-button-link, #create_address .btn-check:focus-visible + .oauth-button-link, #webhookapp_info .btn-check:focus-visible + .oauth-button-link, #event-details .btn-check:focus-visible + .oauth-button-link, #interest .btn-check:focus-visible + .oauth-button-link, #user-risk .btn-check:focus-visible + .oauth-button-link,
#beacon-domain .btn-check:focus-visible + .oauth-button-link, #recovery-codes .btn-check:focus-visible + .oauth-button-link, #two-factor-authentication .btn-check:focus-visible + .oauth-button-link, .btn-check:focus-visible + .disabled_button, .btn-check:focus-visible + .back-button, .btn-check:focus-visible + .back_button, .plan-list .plan .select .btn-check:focus-visible + .downgrade_button, .plan-list .plan .signup_micro .btn-check:focus-visible + .downgrade_button, .btn-check:focus-visible + .delete_button, .btn-check:focus-visible + .button, .plan-list .plan .signup .btn-check:focus-visible + .signup_button, .plan-list .plan .signup_micro .btn-check:focus-visible + .signup_button, .plan-list .plan .select .btn-check:focus-visible + .select_button, .plan-list .plan .signup_micro .btn-check:focus-visible + .select_button, #sidebar #side-test-mode .btn-check:focus-visible + .live-link, .btn-check:focus-visible + input[type=submit] {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .home-nav .btn-check:checked + .signup, .home-nav .btn-check:checked + .login, #landing #home-actions .btn-check:checked + #try_button, #landing #home-actions .btn-check:checked + .focus-action, #landing #home-actions .btn-check:checked + input[type=submit].focus-action, #landing #header-links .btn-check:checked + #try_button, #landing #header-links .btn-check:checked + .focus-action, #landing #header-links .btn-check:checked + input[type=submit].focus-action, #landing #home-actions .btn-check:checked + .action, #landing #header-links .btn-check:checked + .action, form .btn-check:checked + .oauth-button-link, #delivery_status .btn-check:checked + .oauth-button-link, #create_address .btn-check:checked + .oauth-button-link, #webhookapp_info .btn-check:checked + .oauth-button-link, #event-details .btn-check:checked + .oauth-button-link, #interest .btn-check:checked + .oauth-button-link, #user-risk .btn-check:checked + .oauth-button-link,
#beacon-domain .btn-check:checked + .oauth-button-link, #recovery-codes .btn-check:checked + .oauth-button-link, #two-factor-authentication .btn-check:checked + .oauth-button-link, .btn-check:checked + .disabled_button, .btn-check:checked + .back-button, .btn-check:checked + .back_button, .plan-list .plan .select .btn-check:checked + .downgrade_button, .plan-list .plan .signup_micro .btn-check:checked + .downgrade_button, .btn-check:checked + .delete_button, .btn-check:checked + .button, .plan-list .plan .signup .btn-check:checked + .signup_button, .plan-list .plan .signup_micro .btn-check:checked + .signup_button, .plan-list .plan .select .btn-check:checked + .select_button, .plan-list .plan .signup_micro .btn-check:checked + .select_button, #sidebar #side-test-mode .btn-check:checked + .live-link, .btn-check:checked + input[type=submit], :not(.btn-check) + .btn:active, .home-nav :not(.btn-check) + .signup:active, .home-nav :not(.btn-check) + .login:active, #landing #home-actions :not(.btn-check) + #try_button:active, #landing #home-actions :not(.btn-check) + .focus-action:active, #landing #home-actions :not(.btn-check) + input[type=submit].focus-action:active, #landing #header-links :not(.btn-check) + #try_button:active, #landing #header-links :not(.btn-check) + .focus-action:active, #landing #header-links :not(.btn-check) + input[type=submit].focus-action:active, #landing #home-actions :not(.btn-check) + .action:active, #landing #header-links :not(.btn-check) + .action:active, form :not(.btn-check) + .oauth-button-link:active, #delivery_status :not(.btn-check) + .oauth-button-link:active, #create_address :not(.btn-check) + .oauth-button-link:active, #webhookapp_info :not(.btn-check) + .oauth-button-link:active, #event-details :not(.btn-check) + .oauth-button-link:active, #interest :not(.btn-check) + .oauth-button-link:active, #user-risk :not(.btn-check) + .oauth-button-link:active,
#beacon-domain :not(.btn-check) + .oauth-button-link:active, #recovery-codes :not(.btn-check) + .oauth-button-link:active, #two-factor-authentication :not(.btn-check) + .oauth-button-link:active, :not(.btn-check) + .disabled_button:active, :not(.btn-check) + .back-button:active, :not(.btn-check) + .back_button:active, .plan-list .plan .select :not(.btn-check) + .downgrade_button:active, .plan-list .plan .signup_micro :not(.btn-check) + .downgrade_button:active, :not(.btn-check) + .delete_button:active, :not(.btn-check) + .button:active, .plan-list .plan .signup :not(.btn-check) + .signup_button:active, .plan-list .plan .signup_micro :not(.btn-check) + .signup_button:active, .plan-list .plan .select :not(.btn-check) + .select_button:active, .plan-list .plan .signup_micro :not(.btn-check) + .select_button:active, #sidebar #side-test-mode :not(.btn-check) + .live-link:active, :not(.btn-check) + input[type=submit]:active, .btn:first-child:active, .home-nav .signup:first-child:active, .home-nav .login:first-child:active, #landing #home-actions #try_button:first-child:active, #landing #home-actions .focus-action:first-child:active, #landing #header-links #try_button:first-child:active, #landing #header-links .focus-action:first-child:active, #landing #home-actions .action:first-child:active, #landing #header-links .action:first-child:active, form .oauth-button-link:first-child:active, #delivery_status .oauth-button-link:first-child:active, #create_address .oauth-button-link:first-child:active, #webhookapp_info .oauth-button-link:first-child:active, #event-details .oauth-button-link:first-child:active, #interest .oauth-button-link:first-child:active, #user-risk .oauth-button-link:first-child:active,
#beacon-domain .oauth-button-link:first-child:active, #recovery-codes .oauth-button-link:first-child:active, #two-factor-authentication .oauth-button-link:first-child:active, .disabled_button:first-child:active, .back-button:first-child:active, .back_button:first-child:active, .plan-list .plan .select .downgrade_button:first-child:active, .plan-list .plan .signup_micro .downgrade_button:first-child:active, .delete_button:first-child:active, .button:first-child:active, .plan-list .plan .signup .signup_button:first-child:active, .plan-list .plan .signup_micro .signup_button:first-child:active, .plan-list .plan .select .select_button:first-child:active, .plan-list .plan .signup_micro .select_button:first-child:active, #sidebar #side-test-mode .live-link:first-child:active, input[type=submit]:first-child:active, .btn.active, .home-nav .active.signup, .home-nav .active.login, #landing #home-actions .active#try_button, #landing #home-actions .active.focus-action, #landing #home-actions input.active[type=submit].focus-action, #landing #header-links .active#try_button, #landing #header-links .active.focus-action, #landing #header-links input.active[type=submit].focus-action, #landing #home-actions .active.action, #landing #header-links .active.action, form .active.oauth-button-link, #delivery_status .active.oauth-button-link, #create_address .active.oauth-button-link, #webhookapp_info .active.oauth-button-link, #event-details .active.oauth-button-link, #interest .active.oauth-button-link, #user-risk .active.oauth-button-link,
#beacon-domain .active.oauth-button-link, #recovery-codes .active.oauth-button-link, #two-factor-authentication .active.oauth-button-link, .active.disabled_button, .active.back-button, .active.back_button, .plan-list .plan .select .active.downgrade_button, .plan-list .plan .signup_micro .active.downgrade_button, .active.delete_button, .active.button, .plan-list .plan .signup .active.signup_button, .plan-list .plan .signup_micro .active.signup_button, .plan-list .plan .select .active.select_button, .plan-list .plan .signup_micro .active.select_button, #sidebar #side-test-mode .active.live-link, input.active[type=submit], .btn.show, .home-nav .show.signup, .home-nav .show.login, #landing #home-actions .show#try_button, #landing #home-actions .show.focus-action, #landing #home-actions input.show[type=submit].focus-action, #landing #header-links .show#try_button, #landing #header-links .show.focus-action, #landing #header-links input.show[type=submit].focus-action, #landing #home-actions .show.action, #landing #header-links .show.action, form .show.oauth-button-link, #delivery_status .show.oauth-button-link, #create_address .show.oauth-button-link, #webhookapp_info .show.oauth-button-link, #event-details .show.oauth-button-link, #interest .show.oauth-button-link, #user-risk .show.oauth-button-link,
#beacon-domain .show.oauth-button-link, #recovery-codes .show.oauth-button-link, #two-factor-authentication .show.oauth-button-link, .show.disabled_button, .show.back-button, .show.back_button, .plan-list .plan .select .show.downgrade_button, .plan-list .plan .signup_micro .show.downgrade_button, .show.delete_button, .show.button, .plan-list .plan .signup .show.signup_button, .plan-list .plan .signup_micro .show.signup_button, .plan-list .plan .select .show.select_button, .plan-list .plan .signup_micro .show.select_button, #sidebar #side-test-mode .show.live-link, input.show[type=submit] {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .home-nav .btn-check:checked + .signup:focus-visible, .home-nav .btn-check:checked + .login:focus-visible, #landing #home-actions .btn-check:checked + #try_button:focus-visible, #landing #home-actions .btn-check:checked + .focus-action:focus-visible, #landing #home-actions .btn-check:checked + input[type=submit].focus-action:focus-visible, #landing #header-links .btn-check:checked + #try_button:focus-visible, #landing #header-links .btn-check:checked + .focus-action:focus-visible, #landing #header-links .btn-check:checked + input[type=submit].focus-action:focus-visible, #landing #home-actions .btn-check:checked + .action:focus-visible, #landing #header-links .btn-check:checked + .action:focus-visible, form .btn-check:checked + .oauth-button-link:focus-visible, #delivery_status .btn-check:checked + .oauth-button-link:focus-visible, #create_address .btn-check:checked + .oauth-button-link:focus-visible, #webhookapp_info .btn-check:checked + .oauth-button-link:focus-visible, #event-details .btn-check:checked + .oauth-button-link:focus-visible, #interest .btn-check:checked + .oauth-button-link:focus-visible, #user-risk .btn-check:checked + .oauth-button-link:focus-visible,
#beacon-domain .btn-check:checked + .oauth-button-link:focus-visible, #recovery-codes .btn-check:checked + .oauth-button-link:focus-visible, #two-factor-authentication .btn-check:checked + .oauth-button-link:focus-visible, .btn-check:checked + .disabled_button:focus-visible, .btn-check:checked + .back-button:focus-visible, .btn-check:checked + .back_button:focus-visible, .plan-list .plan .select .btn-check:checked + .downgrade_button:focus-visible, .plan-list .plan .signup_micro .btn-check:checked + .downgrade_button:focus-visible, .btn-check:checked + .delete_button:focus-visible, .btn-check:checked + .button:focus-visible, .plan-list .plan .signup .btn-check:checked + .signup_button:focus-visible, .plan-list .plan .signup_micro .btn-check:checked + .signup_button:focus-visible, .plan-list .plan .select .btn-check:checked + .select_button:focus-visible, .plan-list .plan .signup_micro .btn-check:checked + .select_button:focus-visible, #sidebar #side-test-mode .btn-check:checked + .live-link:focus-visible, .btn-check:checked + input[type=submit]:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .home-nav :not(.btn-check) + .signup:active:focus-visible, .home-nav :not(.btn-check) + .login:active:focus-visible, #landing #home-actions :not(.btn-check) + #try_button:active:focus-visible, #landing #home-actions :not(.btn-check) + .focus-action:active:focus-visible, #landing #header-links :not(.btn-check) + #try_button:active:focus-visible, #landing #header-links :not(.btn-check) + .focus-action:active:focus-visible, #landing #home-actions :not(.btn-check) + .action:active:focus-visible, #landing #header-links :not(.btn-check) + .action:active:focus-visible, form :not(.btn-check) + .oauth-button-link:active:focus-visible, #delivery_status :not(.btn-check) + .oauth-button-link:active:focus-visible, #create_address :not(.btn-check) + .oauth-button-link:active:focus-visible, #webhookapp_info :not(.btn-check) + .oauth-button-link:active:focus-visible, #event-details :not(.btn-check) + .oauth-button-link:active:focus-visible, #interest :not(.btn-check) + .oauth-button-link:active:focus-visible, #user-risk :not(.btn-check) + .oauth-button-link:active:focus-visible,
#beacon-domain :not(.btn-check) + .oauth-button-link:active:focus-visible, #recovery-codes :not(.btn-check) + .oauth-button-link:active:focus-visible, #two-factor-authentication :not(.btn-check) + .oauth-button-link:active:focus-visible, :not(.btn-check) + .disabled_button:active:focus-visible, :not(.btn-check) + .back-button:active:focus-visible, :not(.btn-check) + .back_button:active:focus-visible, .plan-list .plan .select :not(.btn-check) + .downgrade_button:active:focus-visible, .plan-list .plan .signup_micro :not(.btn-check) + .downgrade_button:active:focus-visible, :not(.btn-check) + .delete_button:active:focus-visible, :not(.btn-check) + .button:active:focus-visible, .plan-list .plan .signup :not(.btn-check) + .signup_button:active:focus-visible, .plan-list .plan .signup_micro :not(.btn-check) + .signup_button:active:focus-visible, .plan-list .plan .select :not(.btn-check) + .select_button:active:focus-visible, .plan-list .plan .signup_micro :not(.btn-check) + .select_button:active:focus-visible, #sidebar #side-test-mode :not(.btn-check) + .live-link:active:focus-visible, :not(.btn-check) + input[type=submit]:active:focus-visible, .btn:first-child:active:focus-visible, .home-nav .signup:first-child:active:focus-visible, .home-nav .login:first-child:active:focus-visible, #landing #home-actions #try_button:first-child:active:focus-visible, #landing #home-actions .focus-action:first-child:active:focus-visible, #landing #header-links #try_button:first-child:active:focus-visible, #landing #header-links .focus-action:first-child:active:focus-visible, #landing #home-actions .action:first-child:active:focus-visible, #landing #header-links .action:first-child:active:focus-visible, form .oauth-button-link:first-child:active:focus-visible, #delivery_status .oauth-button-link:first-child:active:focus-visible, #create_address .oauth-button-link:first-child:active:focus-visible, #webhookapp_info .oauth-button-link:first-child:active:focus-visible, #event-details .oauth-button-link:first-child:active:focus-visible, #interest .oauth-button-link:first-child:active:focus-visible, #user-risk .oauth-button-link:first-child:active:focus-visible,
#beacon-domain .oauth-button-link:first-child:active:focus-visible, #recovery-codes .oauth-button-link:first-child:active:focus-visible, #two-factor-authentication .oauth-button-link:first-child:active:focus-visible, .disabled_button:first-child:active:focus-visible, .back-button:first-child:active:focus-visible, .back_button:first-child:active:focus-visible, .plan-list .plan .select .downgrade_button:first-child:active:focus-visible, .plan-list .plan .signup_micro .downgrade_button:first-child:active:focus-visible, .delete_button:first-child:active:focus-visible, .button:first-child:active:focus-visible, .plan-list .plan .signup .signup_button:first-child:active:focus-visible, .plan-list .plan .signup_micro .signup_button:first-child:active:focus-visible, .plan-list .plan .select .select_button:first-child:active:focus-visible, .plan-list .plan .signup_micro .select_button:first-child:active:focus-visible, #sidebar #side-test-mode .live-link:first-child:active:focus-visible, input[type=submit]:first-child:active:focus-visible, .btn.active:focus-visible, .home-nav .active.signup:focus-visible, .home-nav .active.login:focus-visible, #landing #home-actions .active#try_button:focus-visible, #landing #home-actions .active.focus-action:focus-visible, #landing #header-links .active#try_button:focus-visible, #landing #header-links .active.focus-action:focus-visible, #landing #home-actions .active.action:focus-visible, #landing #header-links .active.action:focus-visible, form .active.oauth-button-link:focus-visible, #delivery_status .active.oauth-button-link:focus-visible, #create_address .active.oauth-button-link:focus-visible, #webhookapp_info .active.oauth-button-link:focus-visible, #event-details .active.oauth-button-link:focus-visible, #interest .active.oauth-button-link:focus-visible, #user-risk .active.oauth-button-link:focus-visible,
#beacon-domain .active.oauth-button-link:focus-visible, #recovery-codes .active.oauth-button-link:focus-visible, #two-factor-authentication .active.oauth-button-link:focus-visible, .active.disabled_button:focus-visible, .active.back-button:focus-visible, .active.back_button:focus-visible, .plan-list .plan .select .active.downgrade_button:focus-visible, .plan-list .plan .signup_micro .active.downgrade_button:focus-visible, .active.delete_button:focus-visible, .active.button:focus-visible, .plan-list .plan .signup .active.signup_button:focus-visible, .plan-list .plan .signup_micro .active.signup_button:focus-visible, .plan-list .plan .select .active.select_button:focus-visible, .plan-list .plan .signup_micro .active.select_button:focus-visible, #sidebar #side-test-mode .active.live-link:focus-visible, input.active[type=submit]:focus-visible, .btn.show:focus-visible, .home-nav .show.signup:focus-visible, .home-nav .show.login:focus-visible, #landing #home-actions .show#try_button:focus-visible, #landing #home-actions .show.focus-action:focus-visible, #landing #header-links .show#try_button:focus-visible, #landing #header-links .show.focus-action:focus-visible, #landing #home-actions .show.action:focus-visible, #landing #header-links .show.action:focus-visible, form .show.oauth-button-link:focus-visible, #delivery_status .show.oauth-button-link:focus-visible, #create_address .show.oauth-button-link:focus-visible, #webhookapp_info .show.oauth-button-link:focus-visible, #event-details .show.oauth-button-link:focus-visible, #interest .show.oauth-button-link:focus-visible, #user-risk .show.oauth-button-link:focus-visible,
#beacon-domain .show.oauth-button-link:focus-visible, #recovery-codes .show.oauth-button-link:focus-visible, #two-factor-authentication .show.oauth-button-link:focus-visible, .show.disabled_button:focus-visible, .show.back-button:focus-visible, .show.back_button:focus-visible, .plan-list .plan .select .show.downgrade_button:focus-visible, .plan-list .plan .signup_micro .show.downgrade_button:focus-visible, .show.delete_button:focus-visible, .show.button:focus-visible, .plan-list .plan .signup .show.signup_button:focus-visible, .plan-list .plan .signup_micro .show.signup_button:focus-visible, .plan-list .plan .select .show.select_button:focus-visible, .plan-list .plan .signup_micro .show.select_button:focus-visible, #sidebar #side-test-mode .show.live-link:focus-visible, input.show[type=submit]:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .home-nav .btn-check:checked:focus-visible + .signup, .home-nav .btn-check:checked:focus-visible + .login, #landing #home-actions .btn-check:checked:focus-visible + #try_button, #landing #home-actions .btn-check:checked:focus-visible + .focus-action, #landing #header-links .btn-check:checked:focus-visible + #try_button, #landing #header-links .btn-check:checked:focus-visible + .focus-action, #landing #home-actions .btn-check:checked:focus-visible + .action, #landing #header-links .btn-check:checked:focus-visible + .action, form .btn-check:checked:focus-visible + .oauth-button-link, #delivery_status .btn-check:checked:focus-visible + .oauth-button-link, #create_address .btn-check:checked:focus-visible + .oauth-button-link, #webhookapp_info .btn-check:checked:focus-visible + .oauth-button-link, #event-details .btn-check:checked:focus-visible + .oauth-button-link, #interest .btn-check:checked:focus-visible + .oauth-button-link, #user-risk .btn-check:checked:focus-visible + .oauth-button-link,
#beacon-domain .btn-check:checked:focus-visible + .oauth-button-link, #recovery-codes .btn-check:checked:focus-visible + .oauth-button-link, #two-factor-authentication .btn-check:checked:focus-visible + .oauth-button-link, .btn-check:checked:focus-visible + .disabled_button, .btn-check:checked:focus-visible + .back-button, .btn-check:checked:focus-visible + .back_button, .plan-list .plan .select .btn-check:checked:focus-visible + .downgrade_button, .plan-list .plan .signup_micro .btn-check:checked:focus-visible + .downgrade_button, .btn-check:checked:focus-visible + .delete_button, .btn-check:checked:focus-visible + .button, .plan-list .plan .signup .btn-check:checked:focus-visible + .signup_button, .plan-list .plan .signup_micro .btn-check:checked:focus-visible + .signup_button, .plan-list .plan .select .btn-check:checked:focus-visible + .select_button, .plan-list .plan .signup_micro .btn-check:checked:focus-visible + .select_button, #sidebar #side-test-mode .btn-check:checked:focus-visible + .live-link, .btn-check:checked:focus-visible + input[type=submit] {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .home-nav .signup:disabled, .home-nav .login:disabled, #landing #home-actions #try_button:disabled, #landing #home-actions .focus-action:disabled, #landing #home-actions input[type=submit].focus-action:disabled, #landing #header-links #try_button:disabled, #landing #header-links .focus-action:disabled, #landing #header-links input[type=submit].focus-action:disabled, #landing #home-actions .action:disabled, #landing #header-links .action:disabled, form .oauth-button-link:disabled, #delivery_status .oauth-button-link:disabled, #create_address .oauth-button-link:disabled, #webhookapp_info .oauth-button-link:disabled, #event-details .oauth-button-link:disabled, #interest .oauth-button-link:disabled, #user-risk .oauth-button-link:disabled,
#beacon-domain .oauth-button-link:disabled, #recovery-codes .oauth-button-link:disabled, #two-factor-authentication .oauth-button-link:disabled, .disabled_button:disabled, .back-button:disabled, .back_button:disabled, .plan-list .plan .select .downgrade_button:disabled, .plan-list .plan .signup_micro .downgrade_button:disabled, .delete_button:disabled, .button:disabled, .plan-list .plan .signup .signup_button:disabled, .plan-list .plan .signup_micro .signup_button:disabled, .plan-list .plan .select .select_button:disabled, .plan-list .plan .signup_micro .select_button:disabled, #sidebar #side-test-mode .live-link:disabled, input[type=submit]:disabled, .btn.disabled, .home-nav .disabled.signup, .home-nav .disabled.login, #landing #home-actions .disabled#try_button, #landing #home-actions .disabled.focus-action, #landing #home-actions input.disabled[type=submit].focus-action, #landing #header-links .disabled#try_button, #landing #header-links .disabled.focus-action, #landing #header-links input.disabled[type=submit].focus-action, #landing #home-actions .disabled.action, #landing #header-links .disabled.action, form .disabled.oauth-button-link, #delivery_status .disabled.oauth-button-link, #create_address .disabled.oauth-button-link, #webhookapp_info .disabled.oauth-button-link, #event-details .disabled.oauth-button-link, #interest .disabled.oauth-button-link, #user-risk .disabled.oauth-button-link,
#beacon-domain .disabled.oauth-button-link, #recovery-codes .disabled.oauth-button-link, #two-factor-authentication .disabled.oauth-button-link, .disabled.disabled_button, .disabled.back-button, .disabled.back_button, .plan-list .plan .select .disabled.downgrade_button, .plan-list .plan .signup_micro .disabled.downgrade_button, .disabled.delete_button, .disabled.button, .plan-list .plan .signup .disabled.signup_button, .plan-list .plan .signup_micro .disabled.signup_button, .plan-list .plan .select .disabled.select_button, .plan-list .plan .signup_micro .disabled.select_button, #sidebar #side-test-mode .disabled.live-link, input.disabled[type=submit], fieldset:disabled .btn, fieldset:disabled .home-nav .signup, .home-nav fieldset:disabled .signup, fieldset:disabled .home-nav .login, .home-nav fieldset:disabled .login, fieldset:disabled #landing #home-actions #try_button, #landing #home-actions fieldset:disabled #try_button, fieldset:disabled #landing #home-actions .focus-action, #landing #home-actions fieldset:disabled .focus-action, fieldset:disabled #landing #header-links #try_button, #landing #header-links fieldset:disabled #try_button, fieldset:disabled #landing #header-links .focus-action, #landing #header-links fieldset:disabled .focus-action, fieldset:disabled #landing #home-actions .action, #landing #home-actions fieldset:disabled .action, fieldset:disabled #landing #header-links .action, #landing #header-links fieldset:disabled .action, fieldset:disabled form .oauth-button-link, form fieldset:disabled .oauth-button-link, fieldset:disabled #delivery_status .oauth-button-link, #delivery_status fieldset:disabled .oauth-button-link, fieldset:disabled #create_address .oauth-button-link, #create_address fieldset:disabled .oauth-button-link, fieldset:disabled #webhookapp_info .oauth-button-link, #webhookapp_info fieldset:disabled .oauth-button-link, fieldset:disabled #event-details .oauth-button-link, #event-details fieldset:disabled .oauth-button-link, fieldset:disabled #interest .oauth-button-link, #interest fieldset:disabled .oauth-button-link, fieldset:disabled #user-risk .oauth-button-link, #user-risk fieldset:disabled .oauth-button-link,
fieldset:disabled #beacon-domain .oauth-button-link,
#beacon-domain fieldset:disabled .oauth-button-link, fieldset:disabled #recovery-codes .oauth-button-link, #recovery-codes fieldset:disabled .oauth-button-link, fieldset:disabled #two-factor-authentication .oauth-button-link, #two-factor-authentication fieldset:disabled .oauth-button-link, fieldset:disabled .disabled_button, fieldset:disabled .back-button, fieldset:disabled .back_button, fieldset:disabled .plan-list .plan .select .downgrade_button, .plan-list .plan .select fieldset:disabled .downgrade_button, fieldset:disabled .plan-list .plan .signup_micro .downgrade_button, .plan-list .plan .signup_micro fieldset:disabled .downgrade_button, fieldset:disabled .delete_button, fieldset:disabled .button, fieldset:disabled .plan-list .plan .signup .signup_button, .plan-list .plan .signup fieldset:disabled .signup_button, fieldset:disabled .plan-list .plan .signup_micro .signup_button, .plan-list .plan .signup_micro fieldset:disabled .signup_button, fieldset:disabled .plan-list .plan .select .select_button, .plan-list .plan .select fieldset:disabled .select_button, fieldset:disabled .plan-list .plan .signup_micro .select_button, .plan-list .plan .signup_micro fieldset:disabled .select_button, fieldset:disabled #sidebar #side-test-mode .live-link, #sidebar #side-test-mode fieldset:disabled .live-link, fieldset:disabled input[type=submit] {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #4d7ABA;
  --bs-btn-border-color: #4d7ABA;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(103.7, 141.95, 196.35);
  --bs-btn-hover-border-color: rgb(94.8, 135.3, 192.9);
  --bs-btn-focus-shadow-rgb: 65, 104, 158;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(112.6, 148.6, 199.8);
  --bs-btn-active-border-color: rgb(94.8, 135.3, 192.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4d7ABA;
  --bs-btn-disabled-border-color: #4d7ABA;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #5cb85c;
  --bs-btn-border-color: #5cb85c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(116.45, 194.65, 116.45);
  --bs-btn-hover-border-color: rgb(108.3, 191.1, 108.3);
  --bs-btn-focus-shadow-rgb: 78, 156, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(124.6, 198.2, 124.6);
  --bs-btn-active-border-color: rgb(108.3, 191.1, 108.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5cb85c;
  --bs-btn-disabled-border-color: #5cb85c;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(115.6, 201.45, 226.95);
  --bs-btn-hover-border-color: rgb(107.4, 198.3, 225.3);
  --bs-btn-focus-shadow-rgb: 77, 163, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(123.8, 204.6, 228.6);
  --bs-btn-active-border-color: rgb(107.4, 198.3, 225.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #5bc0de;
  --bs-btn-disabled-border-color: #5bc0de;
}

.btn-warning, .home-nav .signup, #landing #home-actions #try_button, #landing #home-actions .focus-action, #landing #home-actions input[type=submit].focus-action, #landing #header-links #try_button, #landing #header-links .focus-action, #landing #header-links input[type=submit].focus-action {
  --bs-btn-color: #000;
  --bs-btn-bg: #f0ad4e;
  --bs-btn-border-color: #f0ad4e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.25, 185.3, 104.55);
  --bs-btn-hover-border-color: rgb(241.5, 181.2, 95.7);
  --bs-btn-focus-shadow-rgb: 204, 147, 66;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(243, 189.4, 113.4);
  --bs-btn-active-border-color: rgb(241.5, 181.2, 95.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f0ad4e;
  --bs-btn-disabled-border-color: #f0ad4e;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(222.7, 108.8, 105.4);
  --bs-btn-hover-border-color: rgb(220.8, 100.2, 96.6);
  --bs-btn-focus-shadow-rgb: 184, 71, 67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(224.6, 117.4, 114.2);
  --bs-btn-active-border-color: rgb(220.8, 100.2, 96.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d9534f;
  --bs-btn-disabled-border-color: #d9534f;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #4d7ABA;
  --bs-btn-border-color: #4d7ABA;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4d7ABA;
  --bs-btn-hover-border-color: #4d7ABA;
  --bs-btn-focus-shadow-rgb: 77, 122, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4d7ABA;
  --bs-btn-active-border-color: #4d7ABA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4d7ABA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4d7ABA;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #5cb85c;
  --bs-btn-border-color: #5cb85c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5cb85c;
  --bs-btn-hover-border-color: #5cb85c;
  --bs-btn-focus-shadow-rgb: 92, 184, 92;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #5cb85c;
  --bs-btn-active-border-color: #5cb85c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5cb85c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5cb85c;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5bc0de;
  --bs-btn-hover-border-color: #5bc0de;
  --bs-btn-focus-shadow-rgb: 91, 192, 222;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #5bc0de;
  --bs-btn-active-border-color: #5bc0de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5bc0de;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5bc0de;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f0ad4e;
  --bs-btn-border-color: #f0ad4e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0ad4e;
  --bs-btn-hover-border-color: #f0ad4e;
  --bs-btn-focus-shadow-rgb: 240, 173, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0ad4e;
  --bs-btn-active-border-color: #f0ad4e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f0ad4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0ad4e;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9534f;
  --bs-btn-hover-border-color: #d9534f;
  --bs-btn-focus-shadow-rgb: 217, 83, 79;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d9534f;
  --bs-btn-active-border-color: #d9534f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d9534f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d9534f;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 65, 104, 158;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .home-nav .btn-group-lg > .signup, .home-nav .btn-group-lg > .login, #landing #home-actions .btn-group-lg > #try_button, #landing #home-actions .btn-group-lg > .focus-action, #landing #home-actions .btn-group-lg > input[type=submit].focus-action, #landing #header-links .btn-group-lg > #try_button, #landing #header-links .btn-group-lg > .focus-action, #landing #header-links .btn-group-lg > input[type=submit].focus-action, #landing #home-actions .btn-group-lg > .action, #landing #header-links .btn-group-lg > .action, form .btn-group-lg > .oauth-button-link, #delivery_status .btn-group-lg > .oauth-button-link, #create_address .btn-group-lg > .oauth-button-link, #webhookapp_info .btn-group-lg > .oauth-button-link, #event-details .btn-group-lg > .oauth-button-link, #interest .btn-group-lg > .oauth-button-link, #user-risk .btn-group-lg > .oauth-button-link,
#beacon-domain .btn-group-lg > .oauth-button-link, #recovery-codes .btn-group-lg > .oauth-button-link, #two-factor-authentication .btn-group-lg > .oauth-button-link, .btn-group-lg > .disabled_button, .btn-group-lg > .back-button, .btn-group-lg > .back_button, .plan-list .plan .select .btn-group-lg > .downgrade_button, .plan-list .plan .signup_micro .btn-group-lg > .downgrade_button, .btn-group-lg > .delete_button, .btn-group-lg > .button, .plan-list .plan .signup .btn-group-lg > .signup_button, .plan-list .plan .signup_micro .btn-group-lg > .signup_button, .plan-list .plan .select .btn-group-lg > .select_button, .plan-list .plan .signup_micro .btn-group-lg > .select_button, #sidebar #side-test-mode .btn-group-lg > .live-link, .btn-group-lg > input[type=submit] {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, .home-nav .btn-group-sm > .signup, .home-nav .btn-group-sm > .login, #landing #home-actions .btn-group-sm > #try_button, #landing #home-actions .btn-group-sm > .focus-action, #landing #home-actions .btn-group-sm > input[type=submit].focus-action, #landing #header-links .btn-group-sm > #try_button, #landing #header-links .btn-group-sm > .focus-action, #landing #header-links .btn-group-sm > input[type=submit].focus-action, #landing #home-actions .btn-group-sm > .action, #landing #header-links .btn-group-sm > .action, form .btn-group-sm > .oauth-button-link, #delivery_status .btn-group-sm > .oauth-button-link, #create_address .btn-group-sm > .oauth-button-link, #webhookapp_info .btn-group-sm > .oauth-button-link, #event-details .btn-group-sm > .oauth-button-link, #interest .btn-group-sm > .oauth-button-link, #user-risk .btn-group-sm > .oauth-button-link,
#beacon-domain .btn-group-sm > .oauth-button-link, #recovery-codes .btn-group-sm > .oauth-button-link, #two-factor-authentication .btn-group-sm > .oauth-button-link, .btn-group-sm > .disabled_button, .btn-group-sm > .back-button, .btn-group-sm > .back_button, .plan-list .plan .select .btn-group-sm > .downgrade_button, .plan-list .plan .signup_micro .btn-group-sm > .downgrade_button, .btn-group-sm > .delete_button, .btn-group-sm > .button, .plan-list .plan .signup .btn-group-sm > .signup_button, .plan-list .plan .signup_micro .btn-group-sm > .signup_button, .plan-list .plan .select .btn-group-sm > .select_button, .plan-list .plan .signup_micro .btn-group-sm > .select_button, #sidebar #side-test-mode .btn-group-sm > .live-link, .btn-group-sm > input[type=submit] {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.7875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.9rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4d7ABA;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4d7ABA;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .home-nav .btn-group > .signup, .home-nav .btn-group > .login, #landing #home-actions .btn-group > #try_button, #landing #home-actions .btn-group > .focus-action, #landing #home-actions .btn-group > input[type=submit].focus-action, #landing #header-links .btn-group > #try_button, #landing #header-links .btn-group > .focus-action, #landing #header-links .btn-group > input[type=submit].focus-action, #landing #home-actions .btn-group > .action, #landing #header-links .btn-group > .action, form .btn-group > .oauth-button-link, #delivery_status .btn-group > .oauth-button-link, #create_address .btn-group > .oauth-button-link, #webhookapp_info .btn-group > .oauth-button-link, #event-details .btn-group > .oauth-button-link, #interest .btn-group > .oauth-button-link, #user-risk .btn-group > .oauth-button-link,
#beacon-domain .btn-group > .oauth-button-link, #recovery-codes .btn-group > .oauth-button-link, #two-factor-authentication .btn-group > .oauth-button-link, .btn-group > .disabled_button, .btn-group > .back-button, .btn-group > .back_button, .plan-list .plan .select .btn-group > .downgrade_button, .plan-list .plan .signup_micro .btn-group > .downgrade_button, .btn-group > .delete_button, .btn-group > .button, .plan-list .plan .signup .btn-group > .signup_button, .plan-list .plan .signup_micro .btn-group > .signup_button, .plan-list .plan .select .btn-group > .select_button, .plan-list .plan .signup_micro .btn-group > .select_button, #sidebar #side-test-mode .btn-group > .live-link, .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.home-nav .btn-group-vertical > .signup,
.home-nav .btn-group-vertical > .login,
#landing #home-actions .btn-group-vertical > #try_button,
#landing #home-actions .btn-group-vertical > .focus-action,
#landing #home-actions .btn-group-vertical > input[type=submit].focus-action,
#landing #header-links .btn-group-vertical > #try_button,
#landing #header-links .btn-group-vertical > .focus-action,
#landing #header-links .btn-group-vertical > input[type=submit].focus-action,
#landing #home-actions .btn-group-vertical > .action,
#landing #header-links .btn-group-vertical > .action,
form .btn-group-vertical > .oauth-button-link,
#delivery_status .btn-group-vertical > .oauth-button-link,
#create_address .btn-group-vertical > .oauth-button-link,
#webhookapp_info .btn-group-vertical > .oauth-button-link,
#event-details .btn-group-vertical > .oauth-button-link,
#interest .btn-group-vertical > .oauth-button-link,
#user-risk .btn-group-vertical > .oauth-button-link,
#beacon-domain .btn-group-vertical > .oauth-button-link,
#recovery-codes .btn-group-vertical > .oauth-button-link,
#two-factor-authentication .btn-group-vertical > .oauth-button-link,
.btn-group-vertical > .disabled_button,
.btn-group-vertical > .back-button,
.btn-group-vertical > .back_button,
.plan-list .plan .select .btn-group-vertical > .downgrade_button,
.plan-list .plan .signup_micro .btn-group-vertical > .downgrade_button,
.btn-group-vertical > .delete_button,
.btn-group-vertical > .button,
.plan-list .plan .signup .btn-group-vertical > .signup_button,
.plan-list .plan .signup_micro .btn-group-vertical > .signup_button,
.plan-list .plan .select .btn-group-vertical > .select_button,
.plan-list .plan .signup_micro .btn-group-vertical > .select_button,
#sidebar #side-test-mode .btn-group-vertical > .live-link,
.btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .home-nav .btn-group > .btn-check:checked + .signup, .home-nav .btn-group > .btn-check:checked + .login, #landing #home-actions .btn-group > .btn-check:checked + #try_button, #landing #home-actions .btn-group > .btn-check:checked + .focus-action, #landing #home-actions .btn-group > .btn-check:checked + input[type=submit].focus-action, #landing #header-links .btn-group > .btn-check:checked + #try_button, #landing #header-links .btn-group > .btn-check:checked + .focus-action, #landing #header-links .btn-group > .btn-check:checked + input[type=submit].focus-action, #landing #home-actions .btn-group > .btn-check:checked + .action, #landing #header-links .btn-group > .btn-check:checked + .action, form .btn-group > .btn-check:checked + .oauth-button-link, #delivery_status .btn-group > .btn-check:checked + .oauth-button-link, #create_address .btn-group > .btn-check:checked + .oauth-button-link, #webhookapp_info .btn-group > .btn-check:checked + .oauth-button-link, #event-details .btn-group > .btn-check:checked + .oauth-button-link, #interest .btn-group > .btn-check:checked + .oauth-button-link, #user-risk .btn-group > .btn-check:checked + .oauth-button-link,
#beacon-domain .btn-group > .btn-check:checked + .oauth-button-link, #recovery-codes .btn-group > .btn-check:checked + .oauth-button-link, #two-factor-authentication .btn-group > .btn-check:checked + .oauth-button-link, .btn-group > .btn-check:checked + .disabled_button, .btn-group > .btn-check:checked + .back-button, .btn-group > .btn-check:checked + .back_button, .plan-list .plan .select .btn-group > .btn-check:checked + .downgrade_button, .plan-list .plan .signup_micro .btn-group > .btn-check:checked + .downgrade_button, .btn-group > .btn-check:checked + .delete_button, .btn-group > .btn-check:checked + .button, .plan-list .plan .signup .btn-group > .btn-check:checked + .signup_button, .plan-list .plan .signup_micro .btn-group > .btn-check:checked + .signup_button, .plan-list .plan .select .btn-group > .btn-check:checked + .select_button, .plan-list .plan .signup_micro .btn-group > .btn-check:checked + .select_button, #sidebar #side-test-mode .btn-group > .btn-check:checked + .live-link, .btn-group > .btn-check:checked + input[type=submit],
.btn-group > .btn-check:focus + .btn,
.home-nav .btn-group > .btn-check:focus + .signup,
.home-nav .btn-group > .btn-check:focus + .login,
#landing #home-actions .btn-group > .btn-check:focus + #try_button,
#landing #home-actions .btn-group > .btn-check:focus + .focus-action,
#landing #home-actions .btn-group > .btn-check:focus + input[type=submit].focus-action,
#landing #header-links .btn-group > .btn-check:focus + #try_button,
#landing #header-links .btn-group > .btn-check:focus + .focus-action,
#landing #header-links .btn-group > .btn-check:focus + input[type=submit].focus-action,
#landing #home-actions .btn-group > .btn-check:focus + .action,
#landing #header-links .btn-group > .btn-check:focus + .action,
form .btn-group > .btn-check:focus + .oauth-button-link,
#delivery_status .btn-group > .btn-check:focus + .oauth-button-link,
#create_address .btn-group > .btn-check:focus + .oauth-button-link,
#webhookapp_info .btn-group > .btn-check:focus + .oauth-button-link,
#event-details .btn-group > .btn-check:focus + .oauth-button-link,
#interest .btn-group > .btn-check:focus + .oauth-button-link,
#user-risk .btn-group > .btn-check:focus + .oauth-button-link,
#beacon-domain .btn-group > .btn-check:focus + .oauth-button-link,
#recovery-codes .btn-group > .btn-check:focus + .oauth-button-link,
#two-factor-authentication .btn-group > .btn-check:focus + .oauth-button-link,
.btn-group > .btn-check:focus + .disabled_button,
.btn-group > .btn-check:focus + .back-button,
.btn-group > .btn-check:focus + .back_button,
.plan-list .plan .select .btn-group > .btn-check:focus + .downgrade_button,
.plan-list .plan .signup_micro .btn-group > .btn-check:focus + .downgrade_button,
.btn-group > .btn-check:focus + .delete_button,
.btn-group > .btn-check:focus + .button,
.plan-list .plan .signup .btn-group > .btn-check:focus + .signup_button,
.plan-list .plan .signup_micro .btn-group > .btn-check:focus + .signup_button,
.plan-list .plan .select .btn-group > .btn-check:focus + .select_button,
.plan-list .plan .signup_micro .btn-group > .btn-check:focus + .select_button,
#sidebar #side-test-mode .btn-group > .btn-check:focus + .live-link,
.btn-group > .btn-check:focus + input[type=submit],
.btn-group > .btn:hover,
.home-nav .btn-group > .signup:hover,
.home-nav .btn-group > .login:hover,
#landing #home-actions .btn-group > #try_button:hover,
#landing #home-actions .btn-group > .focus-action:hover,
#landing #home-actions .btn-group > input[type=submit].focus-action:hover,
#landing #header-links .btn-group > #try_button:hover,
#landing #header-links .btn-group > .focus-action:hover,
#landing #header-links .btn-group > input[type=submit].focus-action:hover,
#landing #home-actions .btn-group > .action:hover,
#landing #header-links .btn-group > .action:hover,
form .btn-group > .oauth-button-link:hover,
#delivery_status .btn-group > .oauth-button-link:hover,
#create_address .btn-group > .oauth-button-link:hover,
#webhookapp_info .btn-group > .oauth-button-link:hover,
#event-details .btn-group > .oauth-button-link:hover,
#interest .btn-group > .oauth-button-link:hover,
#user-risk .btn-group > .oauth-button-link:hover,
#beacon-domain .btn-group > .oauth-button-link:hover,
#recovery-codes .btn-group > .oauth-button-link:hover,
#two-factor-authentication .btn-group > .oauth-button-link:hover,
.btn-group > .disabled_button:hover,
.btn-group > .back-button:hover,
.btn-group > .back_button:hover,
.plan-list .plan .select .btn-group > .downgrade_button:hover,
.plan-list .plan .signup_micro .btn-group > .downgrade_button:hover,
.btn-group > .delete_button:hover,
.btn-group > .button:hover,
.plan-list .plan .signup .btn-group > .signup_button:hover,
.plan-list .plan .signup_micro .btn-group > .signup_button:hover,
.plan-list .plan .select .btn-group > .select_button:hover,
.plan-list .plan .signup_micro .btn-group > .select_button:hover,
#sidebar #side-test-mode .btn-group > .live-link:hover,
.btn-group > input[type=submit]:hover,
.btn-group > .btn:focus,
.home-nav .btn-group > .signup:focus,
.home-nav .btn-group > .login:focus,
#landing #home-actions .btn-group > #try_button:focus,
#landing #home-actions .btn-group > .focus-action:focus,
#landing #home-actions .btn-group > input[type=submit].focus-action:focus,
#landing #header-links .btn-group > #try_button:focus,
#landing #header-links .btn-group > .focus-action:focus,
#landing #header-links .btn-group > input[type=submit].focus-action:focus,
#landing #home-actions .btn-group > .action:focus,
#landing #header-links .btn-group > .action:focus,
form .btn-group > .oauth-button-link:focus,
#delivery_status .btn-group > .oauth-button-link:focus,
#create_address .btn-group > .oauth-button-link:focus,
#webhookapp_info .btn-group > .oauth-button-link:focus,
#event-details .btn-group > .oauth-button-link:focus,
#interest .btn-group > .oauth-button-link:focus,
#user-risk .btn-group > .oauth-button-link:focus,
#beacon-domain .btn-group > .oauth-button-link:focus,
#recovery-codes .btn-group > .oauth-button-link:focus,
#two-factor-authentication .btn-group > .oauth-button-link:focus,
.btn-group > .disabled_button:focus,
.btn-group > .back-button:focus,
.btn-group > .back_button:focus,
.plan-list .plan .select .btn-group > .downgrade_button:focus,
.plan-list .plan .signup_micro .btn-group > .downgrade_button:focus,
.btn-group > .delete_button:focus,
.btn-group > .button:focus,
.plan-list .plan .signup .btn-group > .signup_button:focus,
.plan-list .plan .signup_micro .btn-group > .signup_button:focus,
.plan-list .plan .select .btn-group > .select_button:focus,
.plan-list .plan .signup_micro .btn-group > .select_button:focus,
#sidebar #side-test-mode .btn-group > .live-link:focus,
.btn-group > input[type=submit]:focus,
.btn-group > .btn:active,
.home-nav .btn-group > .signup:active,
.home-nav .btn-group > .login:active,
#landing #home-actions .btn-group > #try_button:active,
#landing #home-actions .btn-group > .focus-action:active,
#landing #home-actions .btn-group > input[type=submit].focus-action:active,
#landing #header-links .btn-group > #try_button:active,
#landing #header-links .btn-group > .focus-action:active,
#landing #header-links .btn-group > input[type=submit].focus-action:active,
#landing #home-actions .btn-group > .action:active,
#landing #header-links .btn-group > .action:active,
form .btn-group > .oauth-button-link:active,
#delivery_status .btn-group > .oauth-button-link:active,
#create_address .btn-group > .oauth-button-link:active,
#webhookapp_info .btn-group > .oauth-button-link:active,
#event-details .btn-group > .oauth-button-link:active,
#interest .btn-group > .oauth-button-link:active,
#user-risk .btn-group > .oauth-button-link:active,
#beacon-domain .btn-group > .oauth-button-link:active,
#recovery-codes .btn-group > .oauth-button-link:active,
#two-factor-authentication .btn-group > .oauth-button-link:active,
.btn-group > .disabled_button:active,
.btn-group > .back-button:active,
.btn-group > .back_button:active,
.plan-list .plan .select .btn-group > .downgrade_button:active,
.plan-list .plan .signup_micro .btn-group > .downgrade_button:active,
.btn-group > .delete_button:active,
.btn-group > .button:active,
.plan-list .plan .signup .btn-group > .signup_button:active,
.plan-list .plan .signup_micro .btn-group > .signup_button:active,
.plan-list .plan .select .btn-group > .select_button:active,
.plan-list .plan .signup_micro .btn-group > .select_button:active,
#sidebar #side-test-mode .btn-group > .live-link:active,
.btn-group > input[type=submit]:active,
.btn-group > .btn.active,
.home-nav .btn-group > .active.signup,
.home-nav .btn-group > .active.login,
#landing #home-actions .btn-group > .active#try_button,
#landing #home-actions .btn-group > .active.focus-action,
#landing #home-actions .btn-group > input.active[type=submit].focus-action,
#landing #header-links .btn-group > .active#try_button,
#landing #header-links .btn-group > .active.focus-action,
#landing #header-links .btn-group > input.active[type=submit].focus-action,
#landing #home-actions .btn-group > .active.action,
#landing #header-links .btn-group > .active.action,
form .btn-group > .active.oauth-button-link,
#delivery_status .btn-group > .active.oauth-button-link,
#create_address .btn-group > .active.oauth-button-link,
#webhookapp_info .btn-group > .active.oauth-button-link,
#event-details .btn-group > .active.oauth-button-link,
#interest .btn-group > .active.oauth-button-link,
#user-risk .btn-group > .active.oauth-button-link,
#beacon-domain .btn-group > .active.oauth-button-link,
#recovery-codes .btn-group > .active.oauth-button-link,
#two-factor-authentication .btn-group > .active.oauth-button-link,
.btn-group > .active.disabled_button,
.btn-group > .active.back-button,
.btn-group > .active.back_button,
.plan-list .plan .select .btn-group > .active.downgrade_button,
.plan-list .plan .signup_micro .btn-group > .active.downgrade_button,
.btn-group > .active.delete_button,
.btn-group > .active.button,
.plan-list .plan .signup .btn-group > .active.signup_button,
.plan-list .plan .signup_micro .btn-group > .active.signup_button,
.plan-list .plan .select .btn-group > .active.select_button,
.plan-list .plan .signup_micro .btn-group > .active.select_button,
#sidebar #side-test-mode .btn-group > .active.live-link,
.btn-group > input.active[type=submit],
.btn-group-vertical > .btn-check:checked + .btn,
.home-nav .btn-group-vertical > .btn-check:checked + .signup,
.home-nav .btn-group-vertical > .btn-check:checked + .login,
#landing #home-actions .btn-group-vertical > .btn-check:checked + #try_button,
#landing #home-actions .btn-group-vertical > .btn-check:checked + .focus-action,
#landing #home-actions .btn-group-vertical > .btn-check:checked + input[type=submit].focus-action,
#landing #header-links .btn-group-vertical > .btn-check:checked + #try_button,
#landing #header-links .btn-group-vertical > .btn-check:checked + .focus-action,
#landing #header-links .btn-group-vertical > .btn-check:checked + input[type=submit].focus-action,
#landing #home-actions .btn-group-vertical > .btn-check:checked + .action,
#landing #header-links .btn-group-vertical > .btn-check:checked + .action,
form .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#delivery_status .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#create_address .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#webhookapp_info .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#event-details .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#interest .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#user-risk .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#beacon-domain .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#recovery-codes .btn-group-vertical > .btn-check:checked + .oauth-button-link,
#two-factor-authentication .btn-group-vertical > .btn-check:checked + .oauth-button-link,
.btn-group-vertical > .btn-check:checked + .disabled_button,
.btn-group-vertical > .btn-check:checked + .back-button,
.btn-group-vertical > .btn-check:checked + .back_button,
.plan-list .plan .select .btn-group-vertical > .btn-check:checked + .downgrade_button,
.plan-list .plan .signup_micro .btn-group-vertical > .btn-check:checked + .downgrade_button,
.btn-group-vertical > .btn-check:checked + .delete_button,
.btn-group-vertical > .btn-check:checked + .button,
.plan-list .plan .signup .btn-group-vertical > .btn-check:checked + .signup_button,
.plan-list .plan .signup_micro .btn-group-vertical > .btn-check:checked + .signup_button,
.plan-list .plan .select .btn-group-vertical > .btn-check:checked + .select_button,
.plan-list .plan .signup_micro .btn-group-vertical > .btn-check:checked + .select_button,
#sidebar #side-test-mode .btn-group-vertical > .btn-check:checked + .live-link,
.btn-group-vertical > .btn-check:checked + input[type=submit],
.btn-group-vertical > .btn-check:focus + .btn,
.home-nav .btn-group-vertical > .btn-check:focus + .signup,
.home-nav .btn-group-vertical > .btn-check:focus + .login,
#landing #home-actions .btn-group-vertical > .btn-check:focus + #try_button,
#landing #home-actions .btn-group-vertical > .btn-check:focus + .focus-action,
#landing #home-actions .btn-group-vertical > .btn-check:focus + input[type=submit].focus-action,
#landing #header-links .btn-group-vertical > .btn-check:focus + #try_button,
#landing #header-links .btn-group-vertical > .btn-check:focus + .focus-action,
#landing #header-links .btn-group-vertical > .btn-check:focus + input[type=submit].focus-action,
#landing #home-actions .btn-group-vertical > .btn-check:focus + .action,
#landing #header-links .btn-group-vertical > .btn-check:focus + .action,
form .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#delivery_status .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#create_address .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#webhookapp_info .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#event-details .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#interest .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#user-risk .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#beacon-domain .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#recovery-codes .btn-group-vertical > .btn-check:focus + .oauth-button-link,
#two-factor-authentication .btn-group-vertical > .btn-check:focus + .oauth-button-link,
.btn-group-vertical > .btn-check:focus + .disabled_button,
.btn-group-vertical > .btn-check:focus + .back-button,
.btn-group-vertical > .btn-check:focus + .back_button,
.plan-list .plan .select .btn-group-vertical > .btn-check:focus + .downgrade_button,
.plan-list .plan .signup_micro .btn-group-vertical > .btn-check:focus + .downgrade_button,
.btn-group-vertical > .btn-check:focus + .delete_button,
.btn-group-vertical > .btn-check:focus + .button,
.plan-list .plan .signup .btn-group-vertical > .btn-check:focus + .signup_button,
.plan-list .plan .signup_micro .btn-group-vertical > .btn-check:focus + .signup_button,
.plan-list .plan .select .btn-group-vertical > .btn-check:focus + .select_button,
.plan-list .plan .signup_micro .btn-group-vertical > .btn-check:focus + .select_button,
#sidebar #side-test-mode .btn-group-vertical > .btn-check:focus + .live-link,
.btn-group-vertical > .btn-check:focus + input[type=submit],
.btn-group-vertical > .btn:hover,
.home-nav .btn-group-vertical > .signup:hover,
.home-nav .btn-group-vertical > .login:hover,
#landing #home-actions .btn-group-vertical > #try_button:hover,
#landing #home-actions .btn-group-vertical > .focus-action:hover,
#landing #home-actions .btn-group-vertical > input[type=submit].focus-action:hover,
#landing #header-links .btn-group-vertical > #try_button:hover,
#landing #header-links .btn-group-vertical > .focus-action:hover,
#landing #header-links .btn-group-vertical > input[type=submit].focus-action:hover,
#landing #home-actions .btn-group-vertical > .action:hover,
#landing #header-links .btn-group-vertical > .action:hover,
form .btn-group-vertical > .oauth-button-link:hover,
#delivery_status .btn-group-vertical > .oauth-button-link:hover,
#create_address .btn-group-vertical > .oauth-button-link:hover,
#webhookapp_info .btn-group-vertical > .oauth-button-link:hover,
#event-details .btn-group-vertical > .oauth-button-link:hover,
#interest .btn-group-vertical > .oauth-button-link:hover,
#user-risk .btn-group-vertical > .oauth-button-link:hover,
#beacon-domain .btn-group-vertical > .oauth-button-link:hover,
#recovery-codes .btn-group-vertical > .oauth-button-link:hover,
#two-factor-authentication .btn-group-vertical > .oauth-button-link:hover,
.btn-group-vertical > .disabled_button:hover,
.btn-group-vertical > .back-button:hover,
.btn-group-vertical > .back_button:hover,
.plan-list .plan .select .btn-group-vertical > .downgrade_button:hover,
.plan-list .plan .signup_micro .btn-group-vertical > .downgrade_button:hover,
.btn-group-vertical > .delete_button:hover,
.btn-group-vertical > .button:hover,
.plan-list .plan .signup .btn-group-vertical > .signup_button:hover,
.plan-list .plan .signup_micro .btn-group-vertical > .signup_button:hover,
.plan-list .plan .select .btn-group-vertical > .select_button:hover,
.plan-list .plan .signup_micro .btn-group-vertical > .select_button:hover,
#sidebar #side-test-mode .btn-group-vertical > .live-link:hover,
.btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > .btn:focus,
.home-nav .btn-group-vertical > .signup:focus,
.home-nav .btn-group-vertical > .login:focus,
#landing #home-actions .btn-group-vertical > #try_button:focus,
#landing #home-actions .btn-group-vertical > .focus-action:focus,
#landing #home-actions .btn-group-vertical > input[type=submit].focus-action:focus,
#landing #header-links .btn-group-vertical > #try_button:focus,
#landing #header-links .btn-group-vertical > .focus-action:focus,
#landing #header-links .btn-group-vertical > input[type=submit].focus-action:focus,
#landing #home-actions .btn-group-vertical > .action:focus,
#landing #header-links .btn-group-vertical > .action:focus,
form .btn-group-vertical > .oauth-button-link:focus,
#delivery_status .btn-group-vertical > .oauth-button-link:focus,
#create_address .btn-group-vertical > .oauth-button-link:focus,
#webhookapp_info .btn-group-vertical > .oauth-button-link:focus,
#event-details .btn-group-vertical > .oauth-button-link:focus,
#interest .btn-group-vertical > .oauth-button-link:focus,
#user-risk .btn-group-vertical > .oauth-button-link:focus,
#beacon-domain .btn-group-vertical > .oauth-button-link:focus,
#recovery-codes .btn-group-vertical > .oauth-button-link:focus,
#two-factor-authentication .btn-group-vertical > .oauth-button-link:focus,
.btn-group-vertical > .disabled_button:focus,
.btn-group-vertical > .back-button:focus,
.btn-group-vertical > .back_button:focus,
.plan-list .plan .select .btn-group-vertical > .downgrade_button:focus,
.plan-list .plan .signup_micro .btn-group-vertical > .downgrade_button:focus,
.btn-group-vertical > .delete_button:focus,
.btn-group-vertical > .button:focus,
.plan-list .plan .signup .btn-group-vertical > .signup_button:focus,
.plan-list .plan .signup_micro .btn-group-vertical > .signup_button:focus,
.plan-list .plan .select .btn-group-vertical > .select_button:focus,
.plan-list .plan .signup_micro .btn-group-vertical > .select_button:focus,
#sidebar #side-test-mode .btn-group-vertical > .live-link:focus,
.btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.home-nav .btn-group-vertical > .signup:active,
.home-nav .btn-group-vertical > .login:active,
#landing #home-actions .btn-group-vertical > #try_button:active,
#landing #home-actions .btn-group-vertical > .focus-action:active,
#landing #home-actions .btn-group-vertical > input[type=submit].focus-action:active,
#landing #header-links .btn-group-vertical > #try_button:active,
#landing #header-links .btn-group-vertical > .focus-action:active,
#landing #header-links .btn-group-vertical > input[type=submit].focus-action:active,
#landing #home-actions .btn-group-vertical > .action:active,
#landing #header-links .btn-group-vertical > .action:active,
form .btn-group-vertical > .oauth-button-link:active,
#delivery_status .btn-group-vertical > .oauth-button-link:active,
#create_address .btn-group-vertical > .oauth-button-link:active,
#webhookapp_info .btn-group-vertical > .oauth-button-link:active,
#event-details .btn-group-vertical > .oauth-button-link:active,
#interest .btn-group-vertical > .oauth-button-link:active,
#user-risk .btn-group-vertical > .oauth-button-link:active,
#beacon-domain .btn-group-vertical > .oauth-button-link:active,
#recovery-codes .btn-group-vertical > .oauth-button-link:active,
#two-factor-authentication .btn-group-vertical > .oauth-button-link:active,
.btn-group-vertical > .disabled_button:active,
.btn-group-vertical > .back-button:active,
.btn-group-vertical > .back_button:active,
.plan-list .plan .select .btn-group-vertical > .downgrade_button:active,
.plan-list .plan .signup_micro .btn-group-vertical > .downgrade_button:active,
.btn-group-vertical > .delete_button:active,
.btn-group-vertical > .button:active,
.plan-list .plan .signup .btn-group-vertical > .signup_button:active,
.plan-list .plan .signup_micro .btn-group-vertical > .signup_button:active,
.plan-list .plan .select .btn-group-vertical > .select_button:active,
.plan-list .plan .signup_micro .btn-group-vertical > .select_button:active,
#sidebar #side-test-mode .btn-group-vertical > .live-link:active,
.btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.home-nav .btn-group-vertical > .active.signup,
.home-nav .btn-group-vertical > .active.login,
#landing #home-actions .btn-group-vertical > .active#try_button,
#landing #home-actions .btn-group-vertical > .active.focus-action,
#landing #home-actions .btn-group-vertical > input.active[type=submit].focus-action,
#landing #header-links .btn-group-vertical > .active#try_button,
#landing #header-links .btn-group-vertical > .active.focus-action,
#landing #header-links .btn-group-vertical > input.active[type=submit].focus-action,
#landing #home-actions .btn-group-vertical > .active.action,
#landing #header-links .btn-group-vertical > .active.action,
form .btn-group-vertical > .active.oauth-button-link,
#delivery_status .btn-group-vertical > .active.oauth-button-link,
#create_address .btn-group-vertical > .active.oauth-button-link,
#webhookapp_info .btn-group-vertical > .active.oauth-button-link,
#event-details .btn-group-vertical > .active.oauth-button-link,
#interest .btn-group-vertical > .active.oauth-button-link,
#user-risk .btn-group-vertical > .active.oauth-button-link,
#beacon-domain .btn-group-vertical > .active.oauth-button-link,
#recovery-codes .btn-group-vertical > .active.oauth-button-link,
#two-factor-authentication .btn-group-vertical > .active.oauth-button-link,
.btn-group-vertical > .active.disabled_button,
.btn-group-vertical > .active.back-button,
.btn-group-vertical > .active.back_button,
.plan-list .plan .select .btn-group-vertical > .active.downgrade_button,
.plan-list .plan .signup_micro .btn-group-vertical > .active.downgrade_button,
.btn-group-vertical > .active.delete_button,
.btn-group-vertical > .active.button,
.plan-list .plan .signup .btn-group-vertical > .active.signup_button,
.plan-list .plan .signup_micro .btn-group-vertical > .active.signup_button,
.plan-list .plan .select .btn-group-vertical > .active.select_button,
.plan-list .plan .signup_micro .btn-group-vertical > .active.select_button,
#sidebar #side-test-mode .btn-group-vertical > .active.live-link,
.btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > :not(.btn-check:first-child) + .btn, .home-nav .btn-group > :not(.btn-check:first-child) + .signup, .home-nav .btn-group > :not(.btn-check:first-child) + .login, #landing #home-actions .btn-group > :not(.btn-check:first-child) + #try_button, #landing #home-actions .btn-group > :not(.btn-check:first-child) + .focus-action, #landing #header-links .btn-group > :not(.btn-check:first-child) + #try_button, #landing #header-links .btn-group > :not(.btn-check:first-child) + .focus-action, #landing #home-actions .btn-group > :not(.btn-check:first-child) + .action, #landing #header-links .btn-group > :not(.btn-check:first-child) + .action, form .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #delivery_status .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #create_address .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #webhookapp_info .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #event-details .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #interest .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #user-risk .btn-group > :not(.btn-check:first-child) + .oauth-button-link,
#beacon-domain .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #recovery-codes .btn-group > :not(.btn-check:first-child) + .oauth-button-link, #two-factor-authentication .btn-group > :not(.btn-check:first-child) + .oauth-button-link, .btn-group > :not(.btn-check:first-child) + .disabled_button, .btn-group > :not(.btn-check:first-child) + .back-button, .btn-group > :not(.btn-check:first-child) + .back_button, .plan-list .plan .select .btn-group > :not(.btn-check:first-child) + .downgrade_button, .plan-list .plan .signup_micro .btn-group > :not(.btn-check:first-child) + .downgrade_button, .btn-group > :not(.btn-check:first-child) + .delete_button, .btn-group > :not(.btn-check:first-child) + .button, .plan-list .plan .signup .btn-group > :not(.btn-check:first-child) + .signup_button, .plan-list .plan .signup_micro .btn-group > :not(.btn-check:first-child) + .signup_button, .plan-list .plan .select .btn-group > :not(.btn-check:first-child) + .select_button, .plan-list .plan .signup_micro .btn-group > :not(.btn-check:first-child) + .select_button, #sidebar #side-test-mode .btn-group > :not(.btn-check:first-child) + .live-link, .btn-group > :not(.btn-check:first-child) + input[type=submit],
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .home-nav .btn-group-sm > .signup + .dropdown-toggle-split, .home-nav .btn-group-sm > .login + .dropdown-toggle-split, #landing #home-actions .btn-group-sm > #try_button + .dropdown-toggle-split, #landing #home-actions .btn-group-sm > .focus-action + .dropdown-toggle-split, #landing #header-links .btn-group-sm > #try_button + .dropdown-toggle-split, #landing #header-links .btn-group-sm > .focus-action + .dropdown-toggle-split, #landing #home-actions .btn-group-sm > .action + .dropdown-toggle-split, #landing #header-links .btn-group-sm > .action + .dropdown-toggle-split, form .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #delivery_status .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #create_address .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #webhookapp_info .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #event-details .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #interest .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #user-risk .btn-group-sm > .oauth-button-link + .dropdown-toggle-split,
#beacon-domain .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #recovery-codes .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, #two-factor-authentication .btn-group-sm > .oauth-button-link + .dropdown-toggle-split, .btn-group-sm > .disabled_button + .dropdown-toggle-split, .btn-group-sm > .back-button + .dropdown-toggle-split, .btn-group-sm > .back_button + .dropdown-toggle-split, .plan-list .plan .select .btn-group-sm > .downgrade_button + .dropdown-toggle-split, .plan-list .plan .signup_micro .btn-group-sm > .downgrade_button + .dropdown-toggle-split, .btn-group-sm > .delete_button + .dropdown-toggle-split, .btn-group-sm > .button + .dropdown-toggle-split, .plan-list .plan .signup .btn-group-sm > .signup_button + .dropdown-toggle-split, .plan-list .plan .signup_micro .btn-group-sm > .signup_button + .dropdown-toggle-split, .plan-list .plan .select .btn-group-sm > .select_button + .dropdown-toggle-split, .plan-list .plan .signup_micro .btn-group-sm > .select_button + .dropdown-toggle-split, #sidebar #side-test-mode .btn-group-sm > .live-link + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .home-nav .btn-group-lg > .signup + .dropdown-toggle-split, .home-nav .btn-group-lg > .login + .dropdown-toggle-split, #landing #home-actions .btn-group-lg > #try_button + .dropdown-toggle-split, #landing #home-actions .btn-group-lg > .focus-action + .dropdown-toggle-split, #landing #header-links .btn-group-lg > #try_button + .dropdown-toggle-split, #landing #header-links .btn-group-lg > .focus-action + .dropdown-toggle-split, #landing #home-actions .btn-group-lg > .action + .dropdown-toggle-split, #landing #header-links .btn-group-lg > .action + .dropdown-toggle-split, form .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #delivery_status .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #create_address .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #webhookapp_info .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #event-details .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #interest .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #user-risk .btn-group-lg > .oauth-button-link + .dropdown-toggle-split,
#beacon-domain .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #recovery-codes .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, #two-factor-authentication .btn-group-lg > .oauth-button-link + .dropdown-toggle-split, .btn-group-lg > .disabled_button + .dropdown-toggle-split, .btn-group-lg > .back-button + .dropdown-toggle-split, .btn-group-lg > .back_button + .dropdown-toggle-split, .plan-list .plan .select .btn-group-lg > .downgrade_button + .dropdown-toggle-split, .plan-list .plan .signup_micro .btn-group-lg > .downgrade_button + .dropdown-toggle-split, .btn-group-lg > .delete_button + .dropdown-toggle-split, .btn-group-lg > .button + .dropdown-toggle-split, .plan-list .plan .signup .btn-group-lg > .signup_button + .dropdown-toggle-split, .plan-list .plan .signup_micro .btn-group-lg > .signup_button + .dropdown-toggle-split, .plan-list .plan .select .btn-group-lg > .select_button + .dropdown-toggle-split, .plan-list .plan .signup_micro .btn-group-lg > .select_button + .dropdown-toggle-split, #sidebar #side-test-mode .btn-group-lg > .live-link + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .home-nav .btn-group-vertical > .signup, .home-nav .btn-group-vertical > .login, #landing #home-actions .btn-group-vertical > #try_button, #landing #home-actions .btn-group-vertical > .focus-action, #landing #home-actions .btn-group-vertical > input[type=submit].focus-action, #landing #header-links .btn-group-vertical > #try_button, #landing #header-links .btn-group-vertical > .focus-action, #landing #header-links .btn-group-vertical > input[type=submit].focus-action, #landing #home-actions .btn-group-vertical > .action, #landing #header-links .btn-group-vertical > .action, form .btn-group-vertical > .oauth-button-link, #delivery_status .btn-group-vertical > .oauth-button-link, #create_address .btn-group-vertical > .oauth-button-link, #webhookapp_info .btn-group-vertical > .oauth-button-link, #event-details .btn-group-vertical > .oauth-button-link, #interest .btn-group-vertical > .oauth-button-link, #user-risk .btn-group-vertical > .oauth-button-link,
#beacon-domain .btn-group-vertical > .oauth-button-link, #recovery-codes .btn-group-vertical > .oauth-button-link, #two-factor-authentication .btn-group-vertical > .oauth-button-link, .btn-group-vertical > .disabled_button, .btn-group-vertical > .back-button, .btn-group-vertical > .back_button, .plan-list .plan .select .btn-group-vertical > .downgrade_button, .plan-list .plan .signup_micro .btn-group-vertical > .downgrade_button, .btn-group-vertical > .delete_button, .btn-group-vertical > .button, .plan-list .plan .signup .btn-group-vertical > .signup_button, .plan-list .plan .signup_micro .btn-group-vertical > .signup_button, .plan-list .plan .select .btn-group-vertical > .select_button, .plan-list .plan .signup_micro .btn-group-vertical > .select_button, #sidebar #side-test-mode .btn-group-vertical > .live-link, .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .home-nav .btn-group-vertical > .signup:not(:first-child), .home-nav .btn-group-vertical > .login:not(:first-child), #landing #home-actions .btn-group-vertical > #try_button:not(:first-child), #landing #home-actions .btn-group-vertical > .focus-action:not(:first-child), #landing #header-links .btn-group-vertical > #try_button:not(:first-child), #landing #header-links .btn-group-vertical > .focus-action:not(:first-child), #landing #home-actions .btn-group-vertical > .action:not(:first-child), #landing #header-links .btn-group-vertical > .action:not(:first-child), form .btn-group-vertical > .oauth-button-link:not(:first-child), #delivery_status .btn-group-vertical > .oauth-button-link:not(:first-child), #create_address .btn-group-vertical > .oauth-button-link:not(:first-child), #webhookapp_info .btn-group-vertical > .oauth-button-link:not(:first-child), #event-details .btn-group-vertical > .oauth-button-link:not(:first-child), #interest .btn-group-vertical > .oauth-button-link:not(:first-child), #user-risk .btn-group-vertical > .oauth-button-link:not(:first-child),
#beacon-domain .btn-group-vertical > .oauth-button-link:not(:first-child), #recovery-codes .btn-group-vertical > .oauth-button-link:not(:first-child), #two-factor-authentication .btn-group-vertical > .oauth-button-link:not(:first-child), .btn-group-vertical > .disabled_button:not(:first-child), .btn-group-vertical > .back-button:not(:first-child), .btn-group-vertical > .back_button:not(:first-child), .plan-list .plan .select .btn-group-vertical > .downgrade_button:not(:first-child), .plan-list .plan .signup_micro .btn-group-vertical > .downgrade_button:not(:first-child), .btn-group-vertical > .delete_button:not(:first-child), .btn-group-vertical > .button:not(:first-child), .plan-list .plan .signup .btn-group-vertical > .signup_button:not(:first-child), .plan-list .plan .signup_micro .btn-group-vertical > .signup_button:not(:first-child), .plan-list .plan .select .btn-group-vertical > .select_button:not(:first-child), .plan-list .plan .signup_micro .btn-group-vertical > .select_button:not(:first-child), #sidebar #side-test-mode .btn-group-vertical > .live-link:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .home-nav .show.signup .nav-link,
.home-nav .nav-tabs .show.signup .nav-link,
.nav-tabs .home-nav .show.login .nav-link,
.home-nav .nav-tabs .show.login .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #4d7ABA;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item,
.nav-fill .home-nav .signup,
.home-nav .nav-fill .signup,
.nav-fill .home-nav .login,
.home-nav .nav-fill .login {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item,
.nav-justified .home-nav .signup,
.home-nav .nav-justified .signup,
.nav-justified .home-nav .login,
.home-nav .nav-justified .login {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-fill .home-nav .signup .nav-link, .home-nav .nav-fill .signup .nav-link, .nav-fill .home-nav .login .nav-link, .home-nav .nav-fill .login .nav-link,
.nav-justified .nav-item .nav-link,
.nav-justified .home-nav .signup .nav-link,
.home-nav .nav-justified .signup .nav-link,
.nav-justified .home-nav .login .nav-link,
.home-nav .nav-justified .login .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.33125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, #beacon-message .navbar > .event-list-container, #beacon-message .navbar > .message-details, #landing #details .navbar > #feature-summary, #landing #details .navbar > #overview, #landing #details .navbar > #content, #landing #home-actions .navbar > #action-links, #landing .navbar > #jumbo-container, .navbar > #recent-posts, #footer .navbar > #links, #footer .navbar > #owner,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.85);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.95);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card, #beacon-message ol.event-list li.event-list-item .event-details-area, #beacon-message .message-details, #landing #details #feature-summary img, .blogs .article-preview {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card > hr, #beacon-message ol.event-list li.event-list-item .event-details-area > hr, #beacon-message .message-details > hr, #landing #details #feature-summary img > hr, .blogs .article-preview > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .admin-template .template-preview-area .card > .template-preview-actions, #new-template .template-preview-area .card > .template-preview-actions, #edit-template .template-preview-area .card > .template-preview-actions, #template .template-preview-area .card > .template-preview-actions, #markdown-preview .template-preview-area .card > .template-preview-actions, .message-preview-container .card > .message-preview-actions, #beacon-message ol.event-list li.event-list-item .event-details-area > .list-group, #beacon-message ol.event-list li.event-list-item .admin-template .template-preview-area .event-details-area > .template-preview-actions, .admin-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions, #beacon-message ol.event-list li.event-list-item #new-template .template-preview-area .event-details-area > .template-preview-actions, #new-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions, #beacon-message ol.event-list li.event-list-item #edit-template .template-preview-area .event-details-area > .template-preview-actions, #edit-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions, #beacon-message ol.event-list li.event-list-item #template .template-preview-area .event-details-area > .template-preview-actions, #template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions, #beacon-message ol.event-list li.event-list-item #markdown-preview .template-preview-area .event-details-area > .template-preview-actions, #markdown-preview .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-preview-container .event-details-area > .message-preview-actions, .message-preview-container #beacon-message ol.event-list li.event-list-item .event-details-area > .message-preview-actions, #beacon-message .message-details > .list-group, #beacon-message .admin-template .template-preview-area .message-details > .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details > .template-preview-actions, #beacon-message #new-template .template-preview-area .message-details > .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details > .template-preview-actions, #beacon-message #edit-template .template-preview-area .message-details > .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details > .template-preview-actions, #beacon-message #template .template-preview-area .message-details > .template-preview-actions, #template .template-preview-area #beacon-message .message-details > .template-preview-actions, #beacon-message #markdown-preview .template-preview-area .message-details > .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details > .template-preview-actions, #beacon-message .message-preview-container .message-details > .message-preview-actions, .message-preview-container #beacon-message .message-details > .message-preview-actions, #landing #details #feature-summary img > .list-group, #landing #details #feature-summary .admin-template .template-preview-area img > .template-preview-actions, .admin-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions, #landing #details #feature-summary #new-template .template-preview-area img > .template-preview-actions, #new-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions, #landing #details #feature-summary #edit-template .template-preview-area img > .template-preview-actions, #edit-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions, #landing #details #feature-summary #template .template-preview-area img > .template-preview-actions, #template .template-preview-area #landing #details #feature-summary img > .template-preview-actions, #landing #details #feature-summary #markdown-preview .template-preview-area img > .template-preview-actions, #markdown-preview .template-preview-area #landing #details #feature-summary img > .template-preview-actions, #landing #details #feature-summary .message-preview-container img > .message-preview-actions, .message-preview-container #landing #details #feature-summary img > .message-preview-actions, .blogs .article-preview > .list-group, .blogs .admin-template .template-preview-area .article-preview > .template-preview-actions, .admin-template .template-preview-area .blogs .article-preview > .template-preview-actions, .blogs #new-template .template-preview-area .article-preview > .template-preview-actions, #new-template .template-preview-area .blogs .article-preview > .template-preview-actions, .blogs #edit-template .template-preview-area .article-preview > .template-preview-actions, #edit-template .template-preview-area .blogs .article-preview > .template-preview-actions, .blogs #template .template-preview-area .article-preview > .template-preview-actions, #template .template-preview-area .blogs .article-preview > .template-preview-actions, .blogs #markdown-preview .template-preview-area .article-preview > .template-preview-actions, #markdown-preview .template-preview-area .blogs .article-preview > .template-preview-actions, .blogs .message-preview-container .article-preview > .message-preview-actions, .message-preview-container .blogs .article-preview > .message-preview-actions {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .admin-template .template-preview-area .card > .template-preview-actions:first-child, #new-template .template-preview-area .card > .template-preview-actions:first-child, #edit-template .template-preview-area .card > .template-preview-actions:first-child, #template .template-preview-area .card > .template-preview-actions:first-child, #markdown-preview .template-preview-area .card > .template-preview-actions:first-child, .message-preview-container .card > .message-preview-actions:first-child, #beacon-message ol.event-list li.event-list-item .event-details-area > .list-group:first-child, #beacon-message ol.event-list li.event-list-item .admin-template .template-preview-area .event-details-area > .template-preview-actions:first-child, .admin-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:first-child, #beacon-message ol.event-list li.event-list-item #new-template .template-preview-area .event-details-area > .template-preview-actions:first-child, #new-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:first-child, #beacon-message ol.event-list li.event-list-item #edit-template .template-preview-area .event-details-area > .template-preview-actions:first-child, #edit-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:first-child, #beacon-message ol.event-list li.event-list-item #template .template-preview-area .event-details-area > .template-preview-actions:first-child, #template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:first-child, #beacon-message ol.event-list li.event-list-item #markdown-preview .template-preview-area .event-details-area > .template-preview-actions:first-child, #markdown-preview .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:first-child, #beacon-message ol.event-list li.event-list-item .message-preview-container .event-details-area > .message-preview-actions:first-child, .message-preview-container #beacon-message ol.event-list li.event-list-item .event-details-area > .message-preview-actions:first-child, #beacon-message .message-details > .list-group:first-child, #beacon-message .admin-template .template-preview-area .message-details > .template-preview-actions:first-child, .admin-template .template-preview-area #beacon-message .message-details > .template-preview-actions:first-child, #beacon-message #new-template .template-preview-area .message-details > .template-preview-actions:first-child, #new-template .template-preview-area #beacon-message .message-details > .template-preview-actions:first-child, #beacon-message #edit-template .template-preview-area .message-details > .template-preview-actions:first-child, #edit-template .template-preview-area #beacon-message .message-details > .template-preview-actions:first-child, #beacon-message #template .template-preview-area .message-details > .template-preview-actions:first-child, #template .template-preview-area #beacon-message .message-details > .template-preview-actions:first-child, #beacon-message #markdown-preview .template-preview-area .message-details > .template-preview-actions:first-child, #markdown-preview .template-preview-area #beacon-message .message-details > .template-preview-actions:first-child, #beacon-message .message-preview-container .message-details > .message-preview-actions:first-child, .message-preview-container #beacon-message .message-details > .message-preview-actions:first-child, #landing #details #feature-summary img > .list-group:first-child, #landing #details #feature-summary .admin-template .template-preview-area img > .template-preview-actions:first-child, .admin-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:first-child, #landing #details #feature-summary #new-template .template-preview-area img > .template-preview-actions:first-child, #new-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:first-child, #landing #details #feature-summary #edit-template .template-preview-area img > .template-preview-actions:first-child, #edit-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:first-child, #landing #details #feature-summary #template .template-preview-area img > .template-preview-actions:first-child, #template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:first-child, #landing #details #feature-summary #markdown-preview .template-preview-area img > .template-preview-actions:first-child, #markdown-preview .template-preview-area #landing #details #feature-summary img > .template-preview-actions:first-child, #landing #details #feature-summary .message-preview-container img > .message-preview-actions:first-child, .message-preview-container #landing #details #feature-summary img > .message-preview-actions:first-child, .blogs .article-preview > .list-group:first-child, .blogs .admin-template .template-preview-area .article-preview > .template-preview-actions:first-child, .admin-template .template-preview-area .blogs .article-preview > .template-preview-actions:first-child, .blogs #new-template .template-preview-area .article-preview > .template-preview-actions:first-child, #new-template .template-preview-area .blogs .article-preview > .template-preview-actions:first-child, .blogs #edit-template .template-preview-area .article-preview > .template-preview-actions:first-child, #edit-template .template-preview-area .blogs .article-preview > .template-preview-actions:first-child, .blogs #template .template-preview-area .article-preview > .template-preview-actions:first-child, #template .template-preview-area .blogs .article-preview > .template-preview-actions:first-child, .blogs #markdown-preview .template-preview-area .article-preview > .template-preview-actions:first-child, #markdown-preview .template-preview-area .blogs .article-preview > .template-preview-actions:first-child, .blogs .message-preview-container .article-preview > .message-preview-actions:first-child, .message-preview-container .blogs .article-preview > .message-preview-actions:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child, .admin-template .template-preview-area .card > .template-preview-actions:last-child, #new-template .template-preview-area .card > .template-preview-actions:last-child, #edit-template .template-preview-area .card > .template-preview-actions:last-child, #template .template-preview-area .card > .template-preview-actions:last-child, #markdown-preview .template-preview-area .card > .template-preview-actions:last-child, .message-preview-container .card > .message-preview-actions:last-child, #beacon-message ol.event-list li.event-list-item .event-details-area > .list-group:last-child, #beacon-message ol.event-list li.event-list-item .admin-template .template-preview-area .event-details-area > .template-preview-actions:last-child, .admin-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:last-child, #beacon-message ol.event-list li.event-list-item #new-template .template-preview-area .event-details-area > .template-preview-actions:last-child, #new-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:last-child, #beacon-message ol.event-list li.event-list-item #edit-template .template-preview-area .event-details-area > .template-preview-actions:last-child, #edit-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:last-child, #beacon-message ol.event-list li.event-list-item #template .template-preview-area .event-details-area > .template-preview-actions:last-child, #template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:last-child, #beacon-message ol.event-list li.event-list-item #markdown-preview .template-preview-area .event-details-area > .template-preview-actions:last-child, #markdown-preview .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions:last-child, #beacon-message ol.event-list li.event-list-item .message-preview-container .event-details-area > .message-preview-actions:last-child, .message-preview-container #beacon-message ol.event-list li.event-list-item .event-details-area > .message-preview-actions:last-child, #beacon-message .message-details > .list-group:last-child, #beacon-message .admin-template .template-preview-area .message-details > .template-preview-actions:last-child, .admin-template .template-preview-area #beacon-message .message-details > .template-preview-actions:last-child, #beacon-message #new-template .template-preview-area .message-details > .template-preview-actions:last-child, #new-template .template-preview-area #beacon-message .message-details > .template-preview-actions:last-child, #beacon-message #edit-template .template-preview-area .message-details > .template-preview-actions:last-child, #edit-template .template-preview-area #beacon-message .message-details > .template-preview-actions:last-child, #beacon-message #template .template-preview-area .message-details > .template-preview-actions:last-child, #template .template-preview-area #beacon-message .message-details > .template-preview-actions:last-child, #beacon-message #markdown-preview .template-preview-area .message-details > .template-preview-actions:last-child, #markdown-preview .template-preview-area #beacon-message .message-details > .template-preview-actions:last-child, #beacon-message .message-preview-container .message-details > .message-preview-actions:last-child, .message-preview-container #beacon-message .message-details > .message-preview-actions:last-child, #landing #details #feature-summary img > .list-group:last-child, #landing #details #feature-summary .admin-template .template-preview-area img > .template-preview-actions:last-child, .admin-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:last-child, #landing #details #feature-summary #new-template .template-preview-area img > .template-preview-actions:last-child, #new-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:last-child, #landing #details #feature-summary #edit-template .template-preview-area img > .template-preview-actions:last-child, #edit-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:last-child, #landing #details #feature-summary #template .template-preview-area img > .template-preview-actions:last-child, #template .template-preview-area #landing #details #feature-summary img > .template-preview-actions:last-child, #landing #details #feature-summary #markdown-preview .template-preview-area img > .template-preview-actions:last-child, #markdown-preview .template-preview-area #landing #details #feature-summary img > .template-preview-actions:last-child, #landing #details #feature-summary .message-preview-container img > .message-preview-actions:last-child, .message-preview-container #landing #details #feature-summary img > .message-preview-actions:last-child, .blogs .article-preview > .list-group:last-child, .blogs .admin-template .template-preview-area .article-preview > .template-preview-actions:last-child, .admin-template .template-preview-area .blogs .article-preview > .template-preview-actions:last-child, .blogs #new-template .template-preview-area .article-preview > .template-preview-actions:last-child, #new-template .template-preview-area .blogs .article-preview > .template-preview-actions:last-child, .blogs #edit-template .template-preview-area .article-preview > .template-preview-actions:last-child, #edit-template .template-preview-area .blogs .article-preview > .template-preview-actions:last-child, .blogs #template .template-preview-area .article-preview > .template-preview-actions:last-child, #template .template-preview-area .blogs .article-preview > .template-preview-actions:last-child, .blogs #markdown-preview .template-preview-area .article-preview > .template-preview-actions:last-child, #markdown-preview .template-preview-area .blogs .article-preview > .template-preview-actions:last-child, .blogs .message-preview-container .article-preview > .message-preview-actions:last-child, .message-preview-container .blogs .article-preview > .message-preview-actions:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group, .admin-template .template-preview-area .card > .card-header + .template-preview-actions, #new-template .template-preview-area .card > .card-header + .template-preview-actions, #edit-template .template-preview-area .card > .card-header + .template-preview-actions, #template .template-preview-area .card > .card-header + .template-preview-actions, #markdown-preview .template-preview-area .card > .card-header + .template-preview-actions, .message-preview-container .card > .card-header + .message-preview-actions, #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .list-group, #beacon-message ol.event-list li.event-list-item .admin-template .template-preview-area .event-details-area > .card-header + .template-preview-actions, .admin-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .template-preview-actions, #beacon-message ol.event-list li.event-list-item #new-template .template-preview-area .event-details-area > .card-header + .template-preview-actions, #new-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .template-preview-actions, #beacon-message ol.event-list li.event-list-item #edit-template .template-preview-area .event-details-area > .card-header + .template-preview-actions, #edit-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .template-preview-actions, #beacon-message ol.event-list li.event-list-item #template .template-preview-area .event-details-area > .card-header + .template-preview-actions, #template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .template-preview-actions, #beacon-message ol.event-list li.event-list-item #markdown-preview .template-preview-area .event-details-area > .card-header + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-preview-container .event-details-area > .card-header + .message-preview-actions, .message-preview-container #beacon-message ol.event-list li.event-list-item .event-details-area > .card-header + .message-preview-actions, #beacon-message .message-details .card > .heading + .list-group, #beacon-message .message-details .admin-template .template-preview-area .card > .heading + .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details .card > .heading + .template-preview-actions, #beacon-message .message-details #new-template .template-preview-area .card > .heading + .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details .card > .heading + .template-preview-actions, #beacon-message .message-details #edit-template .template-preview-area .card > .heading + .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details .card > .heading + .template-preview-actions, #beacon-message .message-details #template .template-preview-area .card > .heading + .template-preview-actions, #template .template-preview-area #beacon-message .message-details .card > .heading + .template-preview-actions, #beacon-message .message-details #markdown-preview .template-preview-area .card > .heading + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details .card > .heading + .template-preview-actions, #beacon-message .message-details .message-preview-container .card > .heading + .message-preview-actions, .message-preview-container #beacon-message .message-details .card > .heading + .message-preview-actions, #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .list-group, #beacon-message .message-details ol.event-list li.event-list-item .admin-template .template-preview-area .event-details-area > .heading + .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .template-preview-actions, #beacon-message .message-details ol.event-list li.event-list-item #new-template .template-preview-area .event-details-area > .heading + .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .template-preview-actions, #beacon-message .message-details ol.event-list li.event-list-item #edit-template .template-preview-area .event-details-area > .heading + .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .template-preview-actions, #beacon-message .message-details ol.event-list li.event-list-item #template .template-preview-area .event-details-area > .heading + .template-preview-actions, #template .template-preview-area #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .template-preview-actions, #beacon-message .message-details ol.event-list li.event-list-item #markdown-preview .template-preview-area .event-details-area > .heading + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .template-preview-actions, #beacon-message .message-details ol.event-list li.event-list-item .message-preview-container .event-details-area > .heading + .message-preview-actions, .message-preview-container #beacon-message .message-details ol.event-list li.event-list-item .event-details-area > .heading + .message-preview-actions, #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .list-group, #beacon-message ol.event-list li.event-list-item .message-details .admin-template .template-preview-area .event-details-area > .heading + .template-preview-actions, .admin-template .template-preview-area #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-details #new-template .template-preview-area .event-details-area > .heading + .template-preview-actions, #new-template .template-preview-area #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-details #edit-template .template-preview-area .event-details-area > .heading + .template-preview-actions, #edit-template .template-preview-area #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-details #template .template-preview-area .event-details-area > .heading + .template-preview-actions, #template .template-preview-area #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-details #markdown-preview .template-preview-area .event-details-area > .heading + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .template-preview-actions, #beacon-message ol.event-list li.event-list-item .message-details .message-preview-container .event-details-area > .heading + .message-preview-actions, .message-preview-container #beacon-message ol.event-list li.event-list-item .message-details .event-details-area > .heading + .message-preview-actions, #beacon-message .message-details > .card-header + .list-group, #beacon-message .admin-template .template-preview-area .message-details > .card-header + .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details > .card-header + .template-preview-actions, #beacon-message #new-template .template-preview-area .message-details > .card-header + .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details > .card-header + .template-preview-actions, #beacon-message #edit-template .template-preview-area .message-details > .card-header + .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details > .card-header + .template-preview-actions, #beacon-message #template .template-preview-area .message-details > .card-header + .template-preview-actions, #template .template-preview-area #beacon-message .message-details > .card-header + .template-preview-actions, #beacon-message #markdown-preview .template-preview-area .message-details > .card-header + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details > .card-header + .template-preview-actions, #beacon-message .message-preview-container .message-details > .card-header + .message-preview-actions, .message-preview-container #beacon-message .message-details > .card-header + .message-preview-actions, #beacon-message .message-details > .heading + .list-group, #beacon-message .admin-template .template-preview-area .message-details > .heading + .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details > .heading + .template-preview-actions, #beacon-message #new-template .template-preview-area .message-details > .heading + .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details > .heading + .template-preview-actions, #beacon-message #edit-template .template-preview-area .message-details > .heading + .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details > .heading + .template-preview-actions, #beacon-message #template .template-preview-area .message-details > .heading + .template-preview-actions, #template .template-preview-area #beacon-message .message-details > .heading + .template-preview-actions, #beacon-message #markdown-preview .template-preview-area .message-details > .heading + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details > .heading + .template-preview-actions, #beacon-message .message-preview-container .message-details > .heading + .message-preview-actions, .message-preview-container #beacon-message .message-details > .heading + .message-preview-actions, #landing #details #feature-summary img > .card-header + .list-group, #landing #details #feature-summary .admin-template .template-preview-area img > .card-header + .template-preview-actions, .admin-template .template-preview-area #landing #details #feature-summary img > .card-header + .template-preview-actions, #landing #details #feature-summary #new-template .template-preview-area img > .card-header + .template-preview-actions, #new-template .template-preview-area #landing #details #feature-summary img > .card-header + .template-preview-actions, #landing #details #feature-summary #edit-template .template-preview-area img > .card-header + .template-preview-actions, #edit-template .template-preview-area #landing #details #feature-summary img > .card-header + .template-preview-actions, #landing #details #feature-summary #template .template-preview-area img > .card-header + .template-preview-actions, #template .template-preview-area #landing #details #feature-summary img > .card-header + .template-preview-actions, #landing #details #feature-summary #markdown-preview .template-preview-area img > .card-header + .template-preview-actions, #markdown-preview .template-preview-area #landing #details #feature-summary img > .card-header + .template-preview-actions, #landing #details #feature-summary .message-preview-container img > .card-header + .message-preview-actions, .message-preview-container #landing #details #feature-summary img > .card-header + .message-preview-actions, #landing #details #feature-summary #beacon-message .message-details img > .heading + .list-group, #landing #details #feature-summary #beacon-message .message-details .admin-template .template-preview-area img > .heading + .template-preview-actions, .admin-template .template-preview-area #landing #details #feature-summary #beacon-message .message-details img > .heading + .template-preview-actions, #landing #details #feature-summary #beacon-message .message-details #new-template .template-preview-area img > .heading + .template-preview-actions, #new-template .template-preview-area #landing #details #feature-summary #beacon-message .message-details img > .heading + .template-preview-actions, #landing #details #feature-summary #beacon-message .message-details #edit-template .template-preview-area img > .heading + .template-preview-actions, #edit-template .template-preview-area #landing #details #feature-summary #beacon-message .message-details img > .heading + .template-preview-actions, #landing #details #feature-summary #beacon-message .message-details #template .template-preview-area img > .heading + .template-preview-actions, #template .template-preview-area #landing #details #feature-summary #beacon-message .message-details img > .heading + .template-preview-actions, #landing #details #feature-summary #beacon-message .message-details #markdown-preview .template-preview-area img > .heading + .template-preview-actions, #markdown-preview .template-preview-area #landing #details #feature-summary #beacon-message .message-details img > .heading + .template-preview-actions, #landing #details #feature-summary #beacon-message .message-details .message-preview-container img > .heading + .message-preview-actions, .message-preview-container #landing #details #feature-summary #beacon-message .message-details img > .heading + .message-preview-actions, #beacon-message .message-details #landing #details #feature-summary img > .heading + .list-group, #beacon-message .message-details #landing #details #feature-summary .admin-template .template-preview-area img > .heading + .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details #landing #details #feature-summary img > .heading + .template-preview-actions, #beacon-message .message-details #landing #details #feature-summary #new-template .template-preview-area img > .heading + .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details #landing #details #feature-summary img > .heading + .template-preview-actions, #beacon-message .message-details #landing #details #feature-summary #edit-template .template-preview-area img > .heading + .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details #landing #details #feature-summary img > .heading + .template-preview-actions, #beacon-message .message-details #landing #details #feature-summary #template .template-preview-area img > .heading + .template-preview-actions, #template .template-preview-area #beacon-message .message-details #landing #details #feature-summary img > .heading + .template-preview-actions, #beacon-message .message-details #landing #details #feature-summary #markdown-preview .template-preview-area img > .heading + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details #landing #details #feature-summary img > .heading + .template-preview-actions, #beacon-message .message-details #landing #details #feature-summary .message-preview-container img > .heading + .message-preview-actions, .message-preview-container #beacon-message .message-details #landing #details #feature-summary img > .heading + .message-preview-actions, .blogs .article-preview > .card-header + .list-group, .blogs .admin-template .template-preview-area .article-preview > .card-header + .template-preview-actions, .admin-template .template-preview-area .blogs .article-preview > .card-header + .template-preview-actions, .blogs #new-template .template-preview-area .article-preview > .card-header + .template-preview-actions, #new-template .template-preview-area .blogs .article-preview > .card-header + .template-preview-actions, .blogs #edit-template .template-preview-area .article-preview > .card-header + .template-preview-actions, #edit-template .template-preview-area .blogs .article-preview > .card-header + .template-preview-actions, .blogs #template .template-preview-area .article-preview > .card-header + .template-preview-actions, #template .template-preview-area .blogs .article-preview > .card-header + .template-preview-actions, .blogs #markdown-preview .template-preview-area .article-preview > .card-header + .template-preview-actions, #markdown-preview .template-preview-area .blogs .article-preview > .card-header + .template-preview-actions, .blogs .message-preview-container .article-preview > .card-header + .message-preview-actions, .message-preview-container .blogs .article-preview > .card-header + .message-preview-actions, .blogs #beacon-message .message-details .article-preview > .heading + .list-group, .blogs #beacon-message .message-details .admin-template .template-preview-area .article-preview > .heading + .template-preview-actions, .admin-template .template-preview-area .blogs #beacon-message .message-details .article-preview > .heading + .template-preview-actions, .blogs #beacon-message .message-details #new-template .template-preview-area .article-preview > .heading + .template-preview-actions, #new-template .template-preview-area .blogs #beacon-message .message-details .article-preview > .heading + .template-preview-actions, .blogs #beacon-message .message-details #edit-template .template-preview-area .article-preview > .heading + .template-preview-actions, #edit-template .template-preview-area .blogs #beacon-message .message-details .article-preview > .heading + .template-preview-actions, .blogs #beacon-message .message-details #template .template-preview-area .article-preview > .heading + .template-preview-actions, #template .template-preview-area .blogs #beacon-message .message-details .article-preview > .heading + .template-preview-actions, .blogs #beacon-message .message-details #markdown-preview .template-preview-area .article-preview > .heading + .template-preview-actions, #markdown-preview .template-preview-area .blogs #beacon-message .message-details .article-preview > .heading + .template-preview-actions, .blogs #beacon-message .message-details .message-preview-container .article-preview > .heading + .message-preview-actions, .message-preview-container .blogs #beacon-message .message-details .article-preview > .heading + .message-preview-actions, #beacon-message .message-details .blogs .article-preview > .heading + .list-group, #beacon-message .message-details .blogs .admin-template .template-preview-area .article-preview > .heading + .template-preview-actions, .admin-template .template-preview-area #beacon-message .message-details .blogs .article-preview > .heading + .template-preview-actions, #beacon-message .message-details .blogs #new-template .template-preview-area .article-preview > .heading + .template-preview-actions, #new-template .template-preview-area #beacon-message .message-details .blogs .article-preview > .heading + .template-preview-actions, #beacon-message .message-details .blogs #edit-template .template-preview-area .article-preview > .heading + .template-preview-actions, #edit-template .template-preview-area #beacon-message .message-details .blogs .article-preview > .heading + .template-preview-actions, #beacon-message .message-details .blogs #template .template-preview-area .article-preview > .heading + .template-preview-actions, #template .template-preview-area #beacon-message .message-details .blogs .article-preview > .heading + .template-preview-actions, #beacon-message .message-details .blogs #markdown-preview .template-preview-area .article-preview > .heading + .template-preview-actions, #markdown-preview .template-preview-area #beacon-message .message-details .blogs .article-preview > .heading + .template-preview-actions, #beacon-message .message-details .blogs .message-preview-container .article-preview > .heading + .message-preview-actions, .message-preview-container #beacon-message .message-details .blogs .article-preview > .heading + .message-preview-actions,
.card > .list-group + .card-footer,
.admin-template .template-preview-area .card > .template-preview-actions + .card-footer,
#new-template .template-preview-area .card > .template-preview-actions + .card-footer,
#edit-template .template-preview-area .card > .template-preview-actions + .card-footer,
#template .template-preview-area .card > .template-preview-actions + .card-footer,
#markdown-preview .template-preview-area .card > .template-preview-actions + .card-footer,
.message-preview-container .card > .message-preview-actions + .card-footer,
#beacon-message ol.event-list li.event-list-item .event-details-area > .list-group + .card-footer,
#beacon-message ol.event-list li.event-list-item .admin-template .template-preview-area .event-details-area > .template-preview-actions + .card-footer,
.admin-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions + .card-footer,
#beacon-message ol.event-list li.event-list-item #new-template .template-preview-area .event-details-area > .template-preview-actions + .card-footer,
#new-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions + .card-footer,
#beacon-message ol.event-list li.event-list-item #edit-template .template-preview-area .event-details-area > .template-preview-actions + .card-footer,
#edit-template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions + .card-footer,
#beacon-message ol.event-list li.event-list-item #template .template-preview-area .event-details-area > .template-preview-actions + .card-footer,
#template .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions + .card-footer,
#beacon-message ol.event-list li.event-list-item #markdown-preview .template-preview-area .event-details-area > .template-preview-actions + .card-footer,
#markdown-preview .template-preview-area #beacon-message ol.event-list li.event-list-item .event-details-area > .template-preview-actions + .card-footer,
#beacon-message ol.event-list li.event-list-item .message-preview-container .event-details-area > .message-preview-actions + .card-footer,
.message-preview-container #beacon-message ol.event-list li.event-list-item .event-details-area > .message-preview-actions + .card-footer,
#beacon-message .message-details > .list-group + .card-footer,
#beacon-message .admin-template .template-preview-area .message-details > .template-preview-actions + .card-footer,
.admin-template .template-preview-area #beacon-message .message-details > .template-preview-actions + .card-footer,
#beacon-message #new-template .template-preview-area .message-details > .template-preview-actions + .card-footer,
#new-template .template-preview-area #beacon-message .message-details > .template-preview-actions + .card-footer,
#beacon-message #edit-template .template-preview-area .message-details > .template-preview-actions + .card-footer,
#edit-template .template-preview-area #beacon-message .message-details > .template-preview-actions + .card-footer,
#beacon-message #template .template-preview-area .message-details > .template-preview-actions + .card-footer,
#template .template-preview-area #beacon-message .message-details > .template-preview-actions + .card-footer,
#beacon-message #markdown-preview .template-preview-area .message-details > .template-preview-actions + .card-footer,
#markdown-preview .template-preview-area #beacon-message .message-details > .template-preview-actions + .card-footer,
#beacon-message .message-preview-container .message-details > .message-preview-actions + .card-footer,
.message-preview-container #beacon-message .message-details > .message-preview-actions + .card-footer,
#landing #details #feature-summary img > .list-group + .card-footer,
#landing #details #feature-summary .admin-template .template-preview-area img > .template-preview-actions + .card-footer,
.admin-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions + .card-footer,
#landing #details #feature-summary #new-template .template-preview-area img > .template-preview-actions + .card-footer,
#new-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions + .card-footer,
#landing #details #feature-summary #edit-template .template-preview-area img > .template-preview-actions + .card-footer,
#edit-template .template-preview-area #landing #details #feature-summary img > .template-preview-actions + .card-footer,
#landing #details #feature-summary #template .template-preview-area img > .template-preview-actions + .card-footer,
#template .template-preview-area #landing #details #feature-summary img > .template-preview-actions + .card-footer,
#landing #details #feature-summary #markdown-preview .template-preview-area img > .template-preview-actions + .card-footer,
#markdown-preview .template-preview-area #landing #details #feature-summary img > .template-preview-actions + .card-footer,
#landing #details #feature-summary .message-preview-container img > .message-preview-actions + .card-footer,
.message-preview-container #landing #details #feature-summary img > .message-preview-actions + .card-footer,
.blogs .article-preview > .list-group + .card-footer,
.blogs .admin-template .template-preview-area .article-preview > .template-preview-actions + .card-footer,
.admin-template .template-preview-area .blogs .article-preview > .template-preview-actions + .card-footer,
.blogs #new-template .template-preview-area .article-preview > .template-preview-actions + .card-footer,
#new-template .template-preview-area .blogs .article-preview > .template-preview-actions + .card-footer,
.blogs #edit-template .template-preview-area .article-preview > .template-preview-actions + .card-footer,
#edit-template .template-preview-area .blogs .article-preview > .template-preview-actions + .card-footer,
.blogs #template .template-preview-area .article-preview > .template-preview-actions + .card-footer,
#template .template-preview-area .blogs .article-preview > .template-preview-actions + .card-footer,
.blogs #markdown-preview .template-preview-area .article-preview > .template-preview-actions + .card-footer,
#markdown-preview .template-preview-area .blogs .article-preview > .template-preview-actions + .card-footer,
.blogs .message-preview-container .article-preview > .message-preview-actions + .card-footer,
.message-preview-container .blogs .article-preview > .message-preview-actions + .card-footer {
  border-top: 0;
}

.card-body, #beacon-message ol.event-list li.event-list-item .event-details-area, #beacon-message .message-details .details, .blogs .article-details {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title, #beacon-message .message-details .heading h5, #beacon-message .message-details .heading .h5, #beacon-message .message-details .heading p, .blogs .article-details h4, .blogs .article-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-details li::before, .blogs .article-details .h4, .blogs .article-details h5, .blogs .article-details .h5 {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child, #blog .details:last-child, #changelog .details:last-child, .blogs .details:last-child, .blogs .description:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header, #beacon-message .message-details .heading {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
}

.card-img,
.card-img-top,
.blogs .article-small-image,
.card-img-bottom {
  width: 100%;
}

.card-group > .card, #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area, #beacon-message .card-group > .message-details, #landing #details #feature-summary .card-group > img, .blogs .card-group > .article-preview {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area, #beacon-message .card-group > .message-details, #landing #details #feature-summary .card-group > img, .blogs .card-group > .article-preview {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card, #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area + .card, #beacon-message ol.event-list li.event-list-item .card-group > .card + .event-details-area, #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area + .event-details-area, #beacon-message .card-group > .message-details + .card, #beacon-message ol.event-list li.event-list-item .card-group > .message-details + .event-details-area, #beacon-message .card-group > .card + .message-details, #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area + .message-details, #beacon-message .card-group > .message-details + .message-details, #landing #details #feature-summary .card-group > img + .card, #landing #details #feature-summary #beacon-message ol.event-list li.event-list-item .card-group > img + .event-details-area, #beacon-message ol.event-list li.event-list-item #landing #details #feature-summary .card-group > img + .event-details-area, #landing #details #feature-summary #beacon-message .card-group > img + .message-details, #beacon-message #landing #details #feature-summary .card-group > img + .message-details, #landing #details #feature-summary .card-group > .card + img, #landing #details #feature-summary #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area + img, #beacon-message ol.event-list li.event-list-item #landing #details #feature-summary .card-group > .event-details-area + img, #landing #details #feature-summary #beacon-message .card-group > .message-details + img, #beacon-message #landing #details #feature-summary .card-group > .message-details + img, #landing #details #feature-summary .card-group > img + img, .blogs .card-group > .article-preview + .card, .blogs #beacon-message ol.event-list li.event-list-item .card-group > .article-preview + .event-details-area, #beacon-message ol.event-list li.event-list-item .blogs .card-group > .article-preview + .event-details-area, .blogs #beacon-message .card-group > .article-preview + .message-details, #beacon-message .blogs .card-group > .article-preview + .message-details, .blogs #landing #details #feature-summary .card-group > .article-preview + img, #landing #details #feature-summary .blogs .card-group > .article-preview + img, .blogs .card-group > .card + .article-preview, .blogs #beacon-message ol.event-list li.event-list-item .card-group > .event-details-area + .article-preview, #beacon-message ol.event-list li.event-list-item .blogs .card-group > .event-details-area + .article-preview, .blogs #beacon-message .card-group > .message-details + .article-preview, #beacon-message .blogs .card-group > .message-details + .article-preview, .blogs #landing #details #feature-summary .card-group > img + .article-preview, #landing #details #feature-summary .blogs .card-group > img + .article-preview, .blogs .card-group > .article-preview + .article-preview {
    margin-left: 0;
    border-left: 0;
  }
}

.pagination {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.2rem;
  --bs-pagination-font-size: 0.9rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #4d7ABA;
  --bs-pagination-active-border-color: #4d7ABA;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.7875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge, .label, .plan-list .plan .offer, .plan-list .plan .free_trial, .beta-label, #landing #details #overview li .soon, #landing #details #feature-summary .soon:before, .tag-label, .you-label {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty, .label:empty, .plan-list .plan .offer:empty, .plan-list .plan .free_trial:empty, .beta-label:empty, #landing #details #overview li .soon:empty, #landing #details #feature-summary .soon:empty:before, .tag-label:empty, .you-label:empty {
  display: none;
}

.btn .badge, .home-nav .signup .badge, .home-nav .login .badge, .btn .label, .btn .plan-list .plan .offer, .plan-list .plan .btn .offer, .btn .plan-list .plan .free_trial, .plan-list .plan .btn .free_trial, .home-nav .signup .label, .home-nav .signup .plan-list .plan .offer, .plan-list .plan .home-nav .signup .offer, .home-nav .signup .plan-list .plan .free_trial, .plan-list .plan .home-nav .signup .free_trial, .home-nav .login .label, .home-nav .login .plan-list .plan .offer, .plan-list .plan .home-nav .login .offer, .home-nav .login .plan-list .plan .free_trial, .plan-list .plan .home-nav .login .free_trial, .btn .beta-label, .home-nav .signup .beta-label, .home-nav .login .beta-label, .btn #landing #details #overview li .soon, .home-nav .signup #landing #details #overview li .soon, .home-nav .login #landing #details #overview li .soon, #landing #details #overview li .btn .soon, #landing #details #overview li .home-nav .signup .soon, .home-nav #landing #details #overview li .signup .soon, #landing #details #overview li .home-nav .login .soon, .home-nav #landing #details #overview li .login .soon, .btn #landing #details #feature-summary .soon:before, .home-nav .signup #landing #details #feature-summary .soon:before, .home-nav .login #landing #details #feature-summary .soon:before, #landing #details #feature-summary .btn .soon:before, #landing #details #feature-summary .home-nav .signup .soon:before, .home-nav #landing #details #feature-summary .signup .soon:before, #landing #details #feature-summary .home-nav .login .soon:before, .home-nav #landing #details #feature-summary .login .soon:before, .btn .tag-label, .home-nav .signup .tag-label, .home-nav .login .tag-label, .btn .you-label, .home-nav .signup .you-label, .home-nav .login .you-label, #landing #home-actions #try_button .badge, #landing #home-actions #try_button .label, #landing #home-actions #try_button .plan-list .plan .offer, .plan-list .plan #landing #home-actions #try_button .offer, #landing #home-actions #try_button .plan-list .plan .free_trial, .plan-list .plan #landing #home-actions #try_button .free_trial, #landing #home-actions #try_button .beta-label, #landing #home-actions #try_button #details #overview li .soon, #landing #details #overview li #home-actions #try_button .soon, #landing #home-actions #try_button #details #feature-summary .soon:before, #landing #details #feature-summary #home-actions #try_button .soon:before, #landing #home-actions #try_button .tag-label, #landing #home-actions #try_button .you-label, #landing #home-actions .focus-action .badge, #landing #home-actions .focus-action .label, #landing #home-actions .focus-action .plan-list .plan .offer, .plan-list .plan #landing #home-actions .focus-action .offer, #landing #home-actions .focus-action .plan-list .plan .free_trial, .plan-list .plan #landing #home-actions .focus-action .free_trial, #landing #home-actions .focus-action .beta-label, #landing #home-actions .focus-action #details #overview li .soon, #landing #details #overview li #home-actions .focus-action .soon, #landing #home-actions .focus-action #details #feature-summary .soon:before, #landing #details #feature-summary #home-actions .focus-action .soon:before, #landing #home-actions .focus-action .tag-label, #landing #home-actions .focus-action .you-label, #landing #home-actions input[type=submit].focus-action .badge, #landing #home-actions input[type=submit].focus-action .label, #landing #home-actions input[type=submit].focus-action .plan-list .plan .offer, .plan-list .plan #landing #home-actions input[type=submit].focus-action .offer, #landing #home-actions input[type=submit].focus-action .plan-list .plan .free_trial, .plan-list .plan #landing #home-actions input[type=submit].focus-action .free_trial, #landing #home-actions input[type=submit].focus-action .beta-label, #landing #home-actions input[type=submit].focus-action #details #overview li .soon, #landing #details #overview li #home-actions input[type=submit].focus-action .soon, #landing #home-actions input[type=submit].focus-action #details #feature-summary .soon:before, #landing #details #feature-summary #home-actions input[type=submit].focus-action .soon:before, #landing #home-actions input[type=submit].focus-action .tag-label, #landing #home-actions input[type=submit].focus-action .you-label, #landing #header-links #try_button .badge, #landing #header-links #try_button .label, #landing #header-links #try_button .plan-list .plan .offer, .plan-list .plan #landing #header-links #try_button .offer, #landing #header-links #try_button .plan-list .plan .free_trial, .plan-list .plan #landing #header-links #try_button .free_trial, #landing #header-links #try_button .beta-label, #landing #header-links #try_button #details #overview li .soon, #landing #details #overview li #header-links #try_button .soon, #landing #header-links #try_button #details #feature-summary .soon:before, #landing #details #feature-summary #header-links #try_button .soon:before, #landing #header-links #try_button .tag-label, #landing #header-links #try_button .you-label, #landing #header-links .focus-action .badge, #landing #header-links .focus-action .label, #landing #header-links .focus-action .plan-list .plan .offer, .plan-list .plan #landing #header-links .focus-action .offer, #landing #header-links .focus-action .plan-list .plan .free_trial, .plan-list .plan #landing #header-links .focus-action .free_trial, #landing #header-links .focus-action .beta-label, #landing #header-links .focus-action #details #overview li .soon, #landing #details #overview li #header-links .focus-action .soon, #landing #header-links .focus-action #details #feature-summary .soon:before, #landing #details #feature-summary #header-links .focus-action .soon:before, #landing #header-links .focus-action .tag-label, #landing #header-links .focus-action .you-label, #landing #header-links input[type=submit].focus-action .badge, #landing #header-links input[type=submit].focus-action .label, #landing #header-links input[type=submit].focus-action .plan-list .plan .offer, .plan-list .plan #landing #header-links input[type=submit].focus-action .offer, #landing #header-links input[type=submit].focus-action .plan-list .plan .free_trial, .plan-list .plan #landing #header-links input[type=submit].focus-action .free_trial, #landing #header-links input[type=submit].focus-action .beta-label, #landing #header-links input[type=submit].focus-action #details #overview li .soon, #landing #details #overview li #header-links input[type=submit].focus-action .soon, #landing #header-links input[type=submit].focus-action #details #feature-summary .soon:before, #landing #details #feature-summary #header-links input[type=submit].focus-action .soon:before, #landing #header-links input[type=submit].focus-action .tag-label, #landing #header-links input[type=submit].focus-action .you-label, #landing #home-actions .action .badge, #landing #home-actions .action .label, #landing #home-actions .action .plan-list .plan .offer, .plan-list .plan #landing #home-actions .action .offer, #landing #home-actions .action .plan-list .plan .free_trial, .plan-list .plan #landing #home-actions .action .free_trial, #landing #home-actions .action .beta-label, #landing #home-actions .action #details #overview li .soon, #landing #details #overview li #home-actions .action .soon, #landing #home-actions .action #details #feature-summary .soon:before, #landing #details #feature-summary #home-actions .action .soon:before, #landing #home-actions .action .tag-label, #landing #home-actions .action .you-label, #landing #header-links .action .badge, #landing #header-links .action .label, #landing #header-links .action .plan-list .plan .offer, .plan-list .plan #landing #header-links .action .offer, #landing #header-links .action .plan-list .plan .free_trial, .plan-list .plan #landing #header-links .action .free_trial, #landing #header-links .action .beta-label, #landing #header-links .action #details #overview li .soon, #landing #details #overview li #header-links .action .soon, #landing #header-links .action #details #feature-summary .soon:before, #landing #details #feature-summary #header-links .action .soon:before, #landing #header-links .action .tag-label, #landing #header-links .action .you-label, form .oauth-button-link .badge, form .oauth-button-link .label, form .oauth-button-link .plan-list .plan .offer, .plan-list .plan form .oauth-button-link .offer, form .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan form .oauth-button-link .free_trial, form .oauth-button-link .beta-label, form .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li form .oauth-button-link .soon, form .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary form .oauth-button-link .soon:before, form .oauth-button-link .tag-label, form .oauth-button-link .you-label, #delivery_status .oauth-button-link .badge, #delivery_status .oauth-button-link .label, #delivery_status .oauth-button-link .plan-list .plan .offer, .plan-list .plan #delivery_status .oauth-button-link .offer, #delivery_status .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #delivery_status .oauth-button-link .free_trial, #delivery_status .oauth-button-link .beta-label, #delivery_status .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #delivery_status .oauth-button-link .soon, #delivery_status .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #delivery_status .oauth-button-link .soon:before, #delivery_status .oauth-button-link .tag-label, #delivery_status .oauth-button-link .you-label, #create_address .oauth-button-link .badge, #create_address .oauth-button-link .label, #create_address .oauth-button-link .plan-list .plan .offer, .plan-list .plan #create_address .oauth-button-link .offer, #create_address .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #create_address .oauth-button-link .free_trial, #create_address .oauth-button-link .beta-label, #create_address .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #create_address .oauth-button-link .soon, #create_address .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #create_address .oauth-button-link .soon:before, #create_address .oauth-button-link .tag-label, #create_address .oauth-button-link .you-label, #webhookapp_info .oauth-button-link .badge, #webhookapp_info .oauth-button-link .label, #webhookapp_info .oauth-button-link .plan-list .plan .offer, .plan-list .plan #webhookapp_info .oauth-button-link .offer, #webhookapp_info .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #webhookapp_info .oauth-button-link .free_trial, #webhookapp_info .oauth-button-link .beta-label, #webhookapp_info .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #webhookapp_info .oauth-button-link .soon, #webhookapp_info .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #webhookapp_info .oauth-button-link .soon:before, #webhookapp_info .oauth-button-link .tag-label, #webhookapp_info .oauth-button-link .you-label, #event-details .oauth-button-link .badge, #event-details .oauth-button-link .label, #event-details .oauth-button-link .plan-list .plan .offer, .plan-list .plan #event-details .oauth-button-link .offer, #event-details .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #event-details .oauth-button-link .free_trial, #event-details .oauth-button-link .beta-label, #event-details .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #event-details .oauth-button-link .soon, #event-details .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #event-details .oauth-button-link .soon:before, #event-details .oauth-button-link .tag-label, #event-details .oauth-button-link .you-label, #interest .oauth-button-link .badge, #interest .oauth-button-link .label, #interest .oauth-button-link .plan-list .plan .offer, .plan-list .plan #interest .oauth-button-link .offer, #interest .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #interest .oauth-button-link .free_trial, #interest .oauth-button-link .beta-label, #interest .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #interest .oauth-button-link .soon, #interest .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #interest .oauth-button-link .soon:before, #interest .oauth-button-link .tag-label, #interest .oauth-button-link .you-label, #user-risk .oauth-button-link .badge, #user-risk .oauth-button-link .label, #user-risk .oauth-button-link .plan-list .plan .offer, .plan-list .plan #user-risk .oauth-button-link .offer, #user-risk .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #user-risk .oauth-button-link .free_trial, #user-risk .oauth-button-link .beta-label, #user-risk .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #user-risk .oauth-button-link .soon, #user-risk .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #user-risk .oauth-button-link .soon:before, #user-risk .oauth-button-link .tag-label, #user-risk .oauth-button-link .you-label,
#beacon-domain .oauth-button-link .badge,
#beacon-domain .oauth-button-link .label,
#beacon-domain .oauth-button-link .plan-list .plan .offer,
.plan-list .plan #beacon-domain .oauth-button-link .offer,
#beacon-domain .oauth-button-link .plan-list .plan .free_trial,
.plan-list .plan #beacon-domain .oauth-button-link .free_trial,
#beacon-domain .oauth-button-link .beta-label,
#beacon-domain .oauth-button-link #landing #details #overview li .soon,
#landing #details #overview li #beacon-domain .oauth-button-link .soon,
#beacon-domain .oauth-button-link #landing #details #feature-summary .soon:before,
#landing #details #feature-summary #beacon-domain .oauth-button-link .soon:before,
#beacon-domain .oauth-button-link .tag-label,
#beacon-domain .oauth-button-link .you-label, #recovery-codes .oauth-button-link .badge, #recovery-codes .oauth-button-link .label, #recovery-codes .oauth-button-link .plan-list .plan .offer, .plan-list .plan #recovery-codes .oauth-button-link .offer, #recovery-codes .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #recovery-codes .oauth-button-link .free_trial, #recovery-codes .oauth-button-link .beta-label, #recovery-codes .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #recovery-codes .oauth-button-link .soon, #recovery-codes .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #recovery-codes .oauth-button-link .soon:before, #recovery-codes .oauth-button-link .tag-label, #recovery-codes .oauth-button-link .you-label, #two-factor-authentication .oauth-button-link .badge, #two-factor-authentication .oauth-button-link .label, #two-factor-authentication .oauth-button-link .plan-list .plan .offer, .plan-list .plan #two-factor-authentication .oauth-button-link .offer, #two-factor-authentication .oauth-button-link .plan-list .plan .free_trial, .plan-list .plan #two-factor-authentication .oauth-button-link .free_trial, #two-factor-authentication .oauth-button-link .beta-label, #two-factor-authentication .oauth-button-link #landing #details #overview li .soon, #landing #details #overview li #two-factor-authentication .oauth-button-link .soon, #two-factor-authentication .oauth-button-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #two-factor-authentication .oauth-button-link .soon:before, #two-factor-authentication .oauth-button-link .tag-label, #two-factor-authentication .oauth-button-link .you-label, .disabled_button .badge, .disabled_button .label, .disabled_button .plan-list .plan .offer, .plan-list .plan .disabled_button .offer, .disabled_button .plan-list .plan .free_trial, .plan-list .plan .disabled_button .free_trial, .disabled_button .beta-label, .disabled_button #landing #details #overview li .soon, #landing #details #overview li .disabled_button .soon, .disabled_button #landing #details #feature-summary .soon:before, #landing #details #feature-summary .disabled_button .soon:before, .disabled_button .tag-label, .disabled_button .you-label, .back-button .badge, .back-button .label, .back-button .plan-list .plan .offer, .plan-list .plan .back-button .offer, .back-button .plan-list .plan .free_trial, .plan-list .plan .back-button .free_trial, .back-button .beta-label, .back-button #landing #details #overview li .soon, #landing #details #overview li .back-button .soon, .back-button #landing #details #feature-summary .soon:before, #landing #details #feature-summary .back-button .soon:before, .back-button .tag-label, .back-button .you-label, .back_button .badge, .plan-list .plan .select .downgrade_button .badge, .plan-list .plan .signup_micro .downgrade_button .badge, .back_button .label, .plan-list .plan .select .downgrade_button .label, .plan-list .plan .signup_micro .downgrade_button .label, .back_button .plan-list .plan .offer, .plan-list .plan .select .downgrade_button .plan-list .plan .offer, .plan-list .plan .signup_micro .downgrade_button .plan-list .plan .offer, .plan-list .plan .back_button .offer, .plan-list .plan .select .downgrade_button .offer, .plan-list .plan .signup_micro .downgrade_button .offer, .back_button .plan-list .plan .free_trial, .plan-list .plan .select .downgrade_button .plan-list .plan .free_trial, .plan-list .plan .signup_micro .downgrade_button .plan-list .plan .free_trial, .plan-list .plan .back_button .free_trial, .plan-list .plan .select .downgrade_button .free_trial, .plan-list .plan .signup_micro .downgrade_button .free_trial, .back_button .beta-label, .plan-list .plan .select .downgrade_button .beta-label, .plan-list .plan .signup_micro .downgrade_button .beta-label, .back_button #landing #details #overview li .soon, .plan-list .plan .select .downgrade_button #landing #details #overview li .soon, .plan-list .plan .signup_micro .downgrade_button #landing #details #overview li .soon, #landing #details #overview li .back_button .soon, #landing #details #overview li .plan-list .plan .select .downgrade_button .soon, .plan-list .plan .select #landing #details #overview li .downgrade_button .soon, #landing #details #overview li .plan-list .plan .signup_micro .downgrade_button .soon, .plan-list .plan .signup_micro #landing #details #overview li .downgrade_button .soon, .back_button #landing #details #feature-summary .soon:before, .plan-list .plan .select .downgrade_button #landing #details #feature-summary .soon:before, .plan-list .plan .signup_micro .downgrade_button #landing #details #feature-summary .soon:before, #landing #details #feature-summary .back_button .soon:before, #landing #details #feature-summary .plan-list .plan .select .downgrade_button .soon:before, .plan-list .plan .select #landing #details #feature-summary .downgrade_button .soon:before, #landing #details #feature-summary .plan-list .plan .signup_micro .downgrade_button .soon:before, .plan-list .plan .signup_micro #landing #details #feature-summary .downgrade_button .soon:before, .back_button .tag-label, .plan-list .plan .select .downgrade_button .tag-label, .plan-list .plan .signup_micro .downgrade_button .tag-label, .back_button .you-label, .plan-list .plan .select .downgrade_button .you-label, .plan-list .plan .signup_micro .downgrade_button .you-label, .delete_button .badge, .delete_button .label, .delete_button .plan-list .plan .offer, .plan-list .plan .delete_button .offer, .delete_button .plan-list .plan .free_trial, .plan-list .plan .delete_button .free_trial, .delete_button .beta-label, .delete_button #landing #details #overview li .soon, #landing #details #overview li .delete_button .soon, .delete_button #landing #details #feature-summary .soon:before, #landing #details #feature-summary .delete_button .soon:before, .delete_button .tag-label, .delete_button .you-label, .button .badge, .plan-list .plan .signup .signup_button .badge, .plan-list .plan .signup_micro .signup_button .badge, .plan-list .plan .select .select_button .badge, .plan-list .plan .signup_micro .select_button .badge, .button .label, .plan-list .plan .signup .signup_button .label, .plan-list .plan .signup_micro .signup_button .label, .plan-list .plan .select .select_button .label, .plan-list .plan .signup_micro .select_button .label, .button .plan-list .plan .offer, .plan-list .plan .signup .signup_button .plan-list .plan .offer, .plan-list .plan .signup_micro .signup_button .plan-list .plan .offer, .plan-list .plan .select .select_button .plan-list .plan .offer, .plan-list .plan .signup_micro .select_button .plan-list .plan .offer, .plan-list .plan .button .offer, .plan-list .plan .signup .signup_button .offer, .plan-list .plan .signup_micro .signup_button .offer, .plan-list .plan .select .select_button .offer, .plan-list .plan .signup_micro .select_button .offer, .button .plan-list .plan .free_trial, .plan-list .plan .signup .signup_button .plan-list .plan .free_trial, .plan-list .plan .signup_micro .signup_button .plan-list .plan .free_trial, .plan-list .plan .select .select_button .plan-list .plan .free_trial, .plan-list .plan .signup_micro .select_button .plan-list .plan .free_trial, .plan-list .plan .button .free_trial, .plan-list .plan .signup .signup_button .free_trial, .plan-list .plan .signup_micro .signup_button .free_trial, .plan-list .plan .select .select_button .free_trial, .plan-list .plan .signup_micro .select_button .free_trial, .button .beta-label, .plan-list .plan .signup .signup_button .beta-label, .plan-list .plan .signup_micro .signup_button .beta-label, .plan-list .plan .select .select_button .beta-label, .plan-list .plan .signup_micro .select_button .beta-label, .button #landing #details #overview li .soon, .plan-list .plan .signup .signup_button #landing #details #overview li .soon, .plan-list .plan .signup_micro .signup_button #landing #details #overview li .soon, .plan-list .plan .select .select_button #landing #details #overview li .soon, .plan-list .plan .signup_micro .select_button #landing #details #overview li .soon, #landing #details #overview li .button .soon, #landing #details #overview li .plan-list .plan .signup .signup_button .soon, .plan-list .plan .signup #landing #details #overview li .signup_button .soon, #landing #details #overview li .plan-list .plan .signup_micro .signup_button .soon, .plan-list .plan .signup_micro #landing #details #overview li .signup_button .soon, #landing #details #overview li .plan-list .plan .select .select_button .soon, .plan-list .plan .select #landing #details #overview li .select_button .soon, #landing #details #overview li .plan-list .plan .signup_micro .select_button .soon, .plan-list .plan .signup_micro #landing #details #overview li .select_button .soon, .button #landing #details #feature-summary .soon:before, .plan-list .plan .signup .signup_button #landing #details #feature-summary .soon:before, .plan-list .plan .signup_micro .signup_button #landing #details #feature-summary .soon:before, .plan-list .plan .select .select_button #landing #details #feature-summary .soon:before, .plan-list .plan .signup_micro .select_button #landing #details #feature-summary .soon:before, #landing #details #feature-summary .button .soon:before, #landing #details #feature-summary .plan-list .plan .signup .signup_button .soon:before, .plan-list .plan .signup #landing #details #feature-summary .signup_button .soon:before, #landing #details #feature-summary .plan-list .plan .signup_micro .signup_button .soon:before, .plan-list .plan .signup_micro #landing #details #feature-summary .signup_button .soon:before, #landing #details #feature-summary .plan-list .plan .select .select_button .soon:before, .plan-list .plan .select #landing #details #feature-summary .select_button .soon:before, #landing #details #feature-summary .plan-list .plan .signup_micro .select_button .soon:before, .plan-list .plan .signup_micro #landing #details #feature-summary .select_button .soon:before, .button .tag-label, .plan-list .plan .signup .signup_button .tag-label, .plan-list .plan .signup_micro .signup_button .tag-label, .plan-list .plan .select .select_button .tag-label, .plan-list .plan .signup_micro .select_button .tag-label, .button .you-label, .plan-list .plan .signup .signup_button .you-label, .plan-list .plan .signup_micro .signup_button .you-label, .plan-list .plan .select .select_button .you-label, .plan-list .plan .signup_micro .select_button .you-label, #sidebar #side-test-mode .live-link .badge, #sidebar #side-test-mode .live-link .label, #sidebar #side-test-mode .live-link .plan-list .plan .offer, .plan-list .plan #sidebar #side-test-mode .live-link .offer, #sidebar #side-test-mode .live-link .plan-list .plan .free_trial, .plan-list .plan #sidebar #side-test-mode .live-link .free_trial, #sidebar #side-test-mode .live-link .beta-label, #sidebar #side-test-mode .live-link #landing #details #overview li .soon, #landing #details #overview li #sidebar #side-test-mode .live-link .soon, #sidebar #side-test-mode .live-link #landing #details #feature-summary .soon:before, #landing #details #feature-summary #sidebar #side-test-mode .live-link .soon:before, #sidebar #side-test-mode .live-link .tag-label, #sidebar #side-test-mode .live-link .you-label, input[type=submit] .badge, input[type=submit] .label, input[type=submit] .plan-list .plan .offer, .plan-list .plan input[type=submit] .offer, input[type=submit] .plan-list .plan .free_trial, .plan-list .plan input[type=submit] .free_trial, input[type=submit] .beta-label, input[type=submit] #landing #details #overview li .soon, #landing #details #overview li input[type=submit] .soon, input[type=submit] #landing #details #feature-summary .soon:before, #landing #details #feature-summary input[type=submit] .soon:before, input[type=submit] .tag-label, input[type=submit] .you-label {
  position: relative;
  top: -1px;
}

.alert, #issue-banner, #welcome-banner, #feedback-banner, #landing #jumbo-header #demo, .delivery-test-errors, #outgoing-account #test-mode, #latest-events #test-mode, #outgoing-accounts #test-mode, #beacon-accounts #test-mode, #beacon-messages #test-mode,
#beacon-message #test-mode, #beacon-domains #test-mode, #top-accounts #test-mode, #error_explanation, #application .sidebar-warning, #blog .sidebar-warning, .error, #errors, .warning, .notice, .success, #addresses .target-details, #address .target-details, #delivery_status .target-details, #latest-events .target-details, #outgoing-account .target-details, #beacon-messages .target-details,
#delivery_statuses .target-details, #beacon-domains .target-details, #outgoing-accounts .target-details, #users .target-details, #admin_notifications .target-details,
#beacon-accounts .target-details, #custom-domains .target-details, #accounts .target-details, #log-events .target-details, #user-log-events .target-details, #templates .target-details,
#ai-outputs .target-details, #admin_mail_tests .target-details, #api-keys .target-details {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible, #feedback-banner, #welcome-banner {
  padding-right: 3rem;
}
.alert-dismissible .btn-close, #feedback-banner .btn-close, #feedback-banner .close, #welcome-banner .btn-close, #welcome-banner .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success, #welcome-banner, .success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info, #feedback-banner, .notice {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning, #sidebar #side-test-mode, #outgoing-account #test-mode, #latest-events #test-mode, #outgoing-accounts #test-mode, #beacon-accounts #test-mode, #beacon-messages #test-mode,
#beacon-message #test-mode, #beacon-domains #test-mode, #top-accounts #test-mode, .warning, #landing #jumbo-header #demo {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger, #issue-banner, .translation_missing, .delivery-test-errors, #error_explanation, .error, #errors {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.list-group, .admin-template .template-preview-area .template-preview-actions, #new-template .template-preview-area .template-preview-actions, #edit-template .template-preview-area .template-preview-actions, #template .template-preview-area .template-preview-actions, #markdown-preview .template-preview-area .template-preview-actions, .message-preview-container .message-preview-actions {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #4d7ABA;
  --bs-list-group-active-border-color: #4d7ABA;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before, .admin-template .template-preview-area .template-preview-actions .list-group-numbered > li::before, #new-template .template-preview-area .template-preview-actions .list-group-numbered > li::before, #edit-template .template-preview-area .template-preview-actions .list-group-numbered > li::before, #template .template-preview-area .template-preview-actions .list-group-numbered > li::before, #markdown-preview .template-preview-area .template-preview-actions .list-group-numbered > li::before, .message-preview-container .message-preview-actions .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item, .admin-template .template-preview-area .template-preview-actions li, #new-template .template-preview-area .template-preview-actions li, #edit-template .template-preview-area .template-preview-actions li, #template .template-preview-area .template-preview-actions li, #markdown-preview .template-preview-area .template-preview-actions li, .message-preview-container .message-preview-actions li {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item.disabled, .admin-template .template-preview-area .template-preview-actions li.disabled, #new-template .template-preview-area .template-preview-actions li.disabled, #edit-template .template-preview-area .template-preview-actions li.disabled, #template .template-preview-area .template-preview-actions li.disabled, #markdown-preview .template-preview-area .template-preview-actions li.disabled, .message-preview-container .message-preview-actions li.disabled, .list-group-item:disabled, .admin-template .template-preview-area .template-preview-actions li:disabled, #new-template .template-preview-area .template-preview-actions li:disabled, #edit-template .template-preview-area .template-preview-actions li:disabled, #template .template-preview-area .template-preview-actions li:disabled, #markdown-preview .template-preview-area .template-preview-actions li:disabled, .message-preview-container .message-preview-actions li:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active, .admin-template .template-preview-area .template-preview-actions li.active, #new-template .template-preview-area .template-preview-actions li.active, #edit-template .template-preview-area .template-preview-actions li.active, #template .template-preview-area .template-preview-actions li.active, #markdown-preview .template-preview-area .template-preview-actions li.active, .message-preview-container .message-preview-actions li.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-item + li, .admin-template .template-preview-area .template-preview-actions li + li, #new-template .template-preview-area .template-preview-actions li + .list-group-item, #edit-template .template-preview-area .template-preview-actions li + .list-group-item, #template .template-preview-area .template-preview-actions li + .list-group-item, #markdown-preview .template-preview-area .template-preview-actions li + .list-group-item, #new-template .template-preview-area .template-preview-actions .list-group-item + li, #new-template .template-preview-area .template-preview-actions li + li, #edit-template .template-preview-area .template-preview-actions .list-group-item + li, #edit-template .template-preview-area .template-preview-actions li + li, #template .template-preview-area .template-preview-actions .list-group-item + li, #template .template-preview-area .template-preview-actions li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-item + li, #markdown-preview .template-preview-area .template-preview-actions li + li, .message-preview-container .message-preview-actions li + .list-group-item, .message-preview-container .message-preview-actions .list-group-item + li, .message-preview-container .message-preview-actions li + li {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions li + li.active, #new-template .template-preview-area .template-preview-actions li + .list-group-item.active, #edit-template .template-preview-area .template-preview-actions li + .list-group-item.active, #template .template-preview-area .template-preview-actions li + .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions li + .list-group-item.active, #new-template .template-preview-area .template-preview-actions .list-group-item + li.active, #new-template .template-preview-area .template-preview-actions li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-item + li.active, #edit-template .template-preview-area .template-preview-actions li + li.active, #template .template-preview-area .template-preview-actions .list-group-item + li.active, #template .template-preview-area .template-preview-actions li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-item + li.active, #markdown-preview .template-preview-area .template-preview-actions li + li.active, .message-preview-container .message-preview-actions li + .list-group-item.active, .message-preview-container .message-preview-actions .list-group-item + li.active, .message-preview-container .message-preview-actions li + li.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action, .admin-template .template-preview-area .template-preview-actions li, #new-template .template-preview-area .template-preview-actions li, #edit-template .template-preview-area .template-preview-actions li, #template .template-preview-area .template-preview-actions li, #markdown-preview .template-preview-area .template-preview-actions li, .message-preview-container .message-preview-actions li {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .admin-template .template-preview-area .template-preview-actions li:not(.active):hover, #new-template .template-preview-area .template-preview-actions li:not(.active):hover, #edit-template .template-preview-area .template-preview-actions li:not(.active):hover, #template .template-preview-area .template-preview-actions li:not(.active):hover, #markdown-preview .template-preview-area .template-preview-actions li:not(.active):hover, .message-preview-container .message-preview-actions li:not(.active):hover, .list-group-item-action:not(.active):focus, .admin-template .template-preview-area .template-preview-actions li:not(.active):focus, #new-template .template-preview-area .template-preview-actions li:not(.active):focus, #edit-template .template-preview-area .template-preview-actions li:not(.active):focus, #template .template-preview-area .template-preview-actions li:not(.active):focus, #markdown-preview .template-preview-area .template-preview-actions li:not(.active):focus, .message-preview-container .message-preview-actions li:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active, .admin-template .template-preview-area .template-preview-actions li:not(.active):active, #new-template .template-preview-area .template-preview-actions li:not(.active):active, #edit-template .template-preview-area .template-preview-actions li:not(.active):active, #template .template-preview-area .template-preview-actions li:not(.active):active, #markdown-preview .template-preview-area .template-preview-actions li:not(.active):active, .message-preview-container .message-preview-actions li:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal, .admin-template .template-preview-area .template-preview-actions, #new-template .template-preview-area .template-preview-actions, #edit-template .template-preview-area .template-preview-actions, #template .template-preview-area .template-preview-actions, #markdown-preview .template-preview-area .template-preview-actions, .message-preview-container .message-preview-actions {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li.active, .admin-template .template-preview-area .template-preview-actions > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions > li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li.active, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li.active, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal > li.active, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li.active, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li.active, #new-template .template-preview-area .template-preview-actions > .list-group-item.active, #new-template .template-preview-area .template-preview-actions > li.active, #edit-template .template-preview-area .template-preview-actions > .list-group-item.active, #edit-template .template-preview-area .template-preview-actions > li.active, #template .template-preview-area .template-preview-actions > .list-group-item.active, #template .template-preview-area .template-preview-actions > li.active, #markdown-preview .template-preview-area .template-preview-actions > .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions > li.active, .message-preview-container .message-preview-actions .list-group-horizontal > li.active, .message-preview-container .message-preview-actions > .list-group-item.active, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li.active, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li.active, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li.active, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li.active, .message-preview-container .message-preview-actions > li.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item, #new-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item, #edit-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item, #template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item, #markdown-preview .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li, #new-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li, #edit-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li, #template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item, #new-template .admin-template .template-preview-area .template-preview-actions > li + .list-group-item, .admin-template #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #new-template .admin-template .template-preview-area .template-preview-actions > .list-group-item + li, .admin-template #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + .list-group-item, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > .list-group-item + li, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item, #edit-template .admin-template .template-preview-area .template-preview-actions > li + .list-group-item, .admin-template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template .admin-template .template-preview-area .template-preview-actions > .list-group-item + li, .admin-template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item, #template .admin-template .template-preview-area .template-preview-actions > li + .list-group-item, .admin-template #template .template-preview-area .template-preview-actions > li + .list-group-item, #template .admin-template .template-preview-area .template-preview-actions > .list-group-item + li, .admin-template #template .template-preview-area .template-preview-actions > .list-group-item + li, #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + .list-group-item, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions > li + .list-group-item, #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > .list-group-item + li, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions > .list-group-item + li, #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + .list-group-item, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + .list-group-item, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview .admin-template .template-preview-area .template-preview-actions > .list-group-item + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions .list-group-horizontal > li + .list-group-item, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + .list-group-item, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + .list-group-item, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template #template .template-preview-area .template-preview-actions > li + li, #template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item, #new-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + .list-group-item, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template #template .template-preview-area .template-preview-actions > li + li, #template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item, #edit-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + .list-group-item, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item, #template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item, #markdown-preview .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions .list-group-horizontal > .list-group-item + li, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > .list-group-item + li, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .template-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > .list-group-item + li, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template #template .template-preview-area .template-preview-actions > li + li, #template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li, #new-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > .list-group-item + li, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template #new-template .template-preview-area .template-preview-actions > li + li, #new-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template #template .template-preview-area .template-preview-actions > li + li, #template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li, #edit-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > .list-group-item + li, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template #new-template .template-preview-area .template-preview-actions > li + li, #new-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li, #template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li, #new-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview #template .template-preview-area .template-preview-actions > li + li, #template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li, #markdown-preview .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions .list-group-horizontal > li + li, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + li, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li, .message-preview-container .message-preview-actions > .list-group-item + .list-group-item, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item, .message-preview-container #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item, .message-preview-container #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item, .message-preview-container #template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item, .message-preview-container #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li, .message-preview-container #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li, .message-preview-container #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #edit-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li, .message-preview-container #template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li, .message-preview-container #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #markdown-preview #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #markdown-preview #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, #markdown-preview #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container .message-preview-actions > li + .list-group-item, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container .message-preview-actions > .list-group-item + li, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li, .message-preview-container .message-preview-actions > li + li {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item.active, #new-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item.active, #edit-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item.active, #template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + .list-group-item.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li.active, #template .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > .list-group-item + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > .list-group-item + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item.active, #new-template .admin-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .admin-template #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template .admin-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .admin-template #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item.active, #edit-template .admin-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .admin-template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template .admin-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions > .list-group-item + .list-group-item.active, #template .admin-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .admin-template #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #template .admin-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .admin-template #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #template #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #template #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #new-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #edit-template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #template #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal > li + .list-group-item.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item.active, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item.active, #new-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + .list-group-item.active, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item.active, #edit-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + .list-group-item.active, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item.active, #template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + .list-group-item.active, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal > .list-group-item + li.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li.active, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .message-preview-container .message-preview-actions #new-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template #template .template-preview-area .template-preview-actions > li + li.active, #template .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li.active, #new-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > .list-group-item + li.active, .message-preview-container .message-preview-actions #edit-template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template #template .template-preview-area .template-preview-actions > li + li.active, #template .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li.active, #edit-template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > .list-group-item + li.active, .message-preview-container .message-preview-actions #template .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li.active, #template .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > .list-group-item + li.active, .message-preview-container .message-preview-actions #markdown-preview .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview #template .template-preview-area .template-preview-actions > li + li.active, #template .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > .list-group-item + li.active, #markdown-preview .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal > li + li.active, .message-preview-container .message-preview-actions .admin-template .template-preview-area .template-preview-actions > li + li.active, .admin-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #new-template .template-preview-area .template-preview-actions > li + li.active, #new-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #edit-template .template-preview-area .template-preview-actions > li + li.active, #edit-template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #template .template-preview-area .template-preview-actions > li + li.active, #template .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions #markdown-preview .template-preview-area .template-preview-actions > li + li.active, #markdown-preview .template-preview-area .message-preview-container .message-preview-actions .template-preview-actions > li + li.active, .message-preview-container .message-preview-actions > .list-group-item + .list-group-item.active, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item.active, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li.active, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item.active, .message-preview-container #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item.active, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item.active, .message-preview-container #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item.active, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item.active, .message-preview-container #template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item.active, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + .list-group-item.active, .message-preview-container #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + .list-group-item.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li.active, .message-preview-container #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li.active, #new-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li.active, .message-preview-container #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li.active, #edit-template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #edit-template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li.active, .message-preview-container #template .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li.active, #template .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #template #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #template #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > .list-group-item + li.active, .message-preview-container #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > .list-group-item + li.active, #markdown-preview .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .admin-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #markdown-preview #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #markdown-preview #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, #markdown-preview #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container .message-preview-actions > li + .list-group-item.active, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container .message-preview-actions > .list-group-item + li.active, .message-preview-container .admin-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, .admin-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #new-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #new-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #edit-template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #edit-template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #template .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #template .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container #markdown-preview .template-preview-area .template-preview-actions .message-preview-actions > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .message-preview-container .message-preview-actions > li + li.active, .message-preview-container .message-preview-actions > li + li.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > li.active, .message-preview-container .message-preview-actions .list-group-horizontal-sm > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li, .message-preview-container .message-preview-actions .list-group-horizontal-sm > li + .list-group-item, .message-preview-container .message-preview-actions .list-group-horizontal-sm > .list-group-item + li, .message-preview-container .message-preview-actions .list-group-horizontal-sm > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + .list-group-item.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > .list-group-item + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-sm > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-sm > li + .list-group-item.active, .message-preview-container .message-preview-actions .list-group-horizontal-sm > .list-group-item + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-sm > li + li.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > li.active, .message-preview-container .message-preview-actions .list-group-horizontal-md > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li, .message-preview-container .message-preview-actions .list-group-horizontal-md > li + .list-group-item, .message-preview-container .message-preview-actions .list-group-horizontal-md > .list-group-item + li, .message-preview-container .message-preview-actions .list-group-horizontal-md > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > li + .list-group-item.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > .list-group-item + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-md > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-md > li + .list-group-item.active, .message-preview-container .message-preview-actions .list-group-horizontal-md > .list-group-item + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-md > li + li.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > li.active, .message-preview-container .message-preview-actions .list-group-horizontal-lg > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li, .message-preview-container .message-preview-actions .list-group-horizontal-lg > li + .list-group-item, .message-preview-container .message-preview-actions .list-group-horizontal-lg > .list-group-item + li, .message-preview-container .message-preview-actions .list-group-horizontal-lg > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + .list-group-item.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > .list-group-item + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-lg > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-lg > li + .list-group-item.active, .message-preview-container .message-preview-actions .list-group-horizontal-lg > .list-group-item + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-lg > li + li.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > li.active, .message-preview-container .message-preview-actions .list-group-horizontal-xl > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li, .message-preview-container .message-preview-actions .list-group-horizontal-xl > li + .list-group-item, .message-preview-container .message-preview-actions .list-group-horizontal-xl > .list-group-item + li, .message-preview-container .message-preview-actions .list-group-horizontal-xl > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + .list-group-item.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > .list-group-item + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xl > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-xl > li + .list-group-item.active, .message-preview-container .message-preview-actions .list-group-horizontal-xl > .list-group-item + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-xl > li + li.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li.active, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > li + .list-group-item, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > .list-group-item + li, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li.active, .admin-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + .list-group-item.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li.active, #new-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li.active, #edit-template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li.active, #template .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > .list-group-item + li.active, #markdown-preview .template-preview-area .template-preview-actions .list-group-horizontal-xxl > li + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > li + .list-group-item.active, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > .list-group-item + li.active, .message-preview-container .message-preview-actions .list-group-horizontal-xxl > li + li.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush > .list-group-item, .admin-template .template-preview-area .template-preview-actions .list-group-flush > li, #new-template .template-preview-area .template-preview-actions .list-group-flush > li, #edit-template .template-preview-area .template-preview-actions .list-group-flush > li, #template .template-preview-area .template-preview-actions .list-group-flush > li, #markdown-preview .template-preview-area .template-preview-actions .list-group-flush > li, .message-preview-container .message-preview-actions .list-group-flush > li {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child, .admin-template .template-preview-area .template-preview-actions .list-group-flush > li:last-child, #new-template .template-preview-area .template-preview-actions .list-group-flush > li:last-child, #edit-template .template-preview-area .template-preview-actions .list-group-flush > li:last-child, #template .template-preview-area .template-preview-actions .list-group-flush > li:last-child, #markdown-preview .template-preview-area .template-preview-actions .list-group-flush > li:last-child, .message-preview-container .message-preview-actions .list-group-flush > li:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close, #feedback-banner .close, #welcome-banner .close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(77, 122, 186, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover, #feedback-banner .close:hover, #welcome-banner .close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus, #feedback-banner .close:focus, #welcome-banner .close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, #feedback-banner .close:disabled, #welcome-banner .close:disabled, .btn-close.disabled, #feedback-banner .disabled.close, #welcome-banner .disabled.close {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.clearfix::after, .plan-list .plan .details::after, .home-nav .login::after, #landing #details #feature-summary::after, #landing #details #overview::after, #landing #details #content::after, #landing #details::after, #landing #home-actions::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(113, 149, 200, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(113, 149, 200, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(125, 198, 125, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(125, 198, 125, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(124, 205, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(124, 205, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(243, 189, 113, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 189, 113, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(225, 117, 114, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(225, 117, 114, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate, #blog .article-header h2, #blog .article-header .h2, #changelog .article-header h2, #changelog .article-header .h2, #blog .article-header h4, #blog .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #blog .article-header li::before, #blog .article-header .h4, #changelog .article-header h4, #changelog .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #changelog .article-header li::before, #changelog .article-header .h4, .blogs .article-details h4, .blogs .article-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-details li::before, .blogs .article-details .h4, .blogs .article-details h5, .blogs .article-details .h5, .blogs .article-header h4, .blogs .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-header li::before, .blogs .article-header .h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none, #addresses td.plan, #addresses td.account, #addresses td.target, #addresses td.host, #addresses td.username, #addresses td.mta-domain, #addresses td.spf, #addresses td.dkim, #addresses th.plan, #addresses th.account, #addresses th.target, #addresses th.host, #addresses th.username, #addresses th.mta-domain, #addresses th.spf, #addresses th.dkim, #address td.plan, #address td.account, #address td.target, #address td.host, #address td.username, #address td.mta-domain, #address td.spf, #address td.dkim, #address th.plan, #address th.account, #address th.target, #address th.host, #address th.username, #address th.mta-domain, #address th.spf, #address th.dkim, #delivery_status td.plan, #delivery_status td.account, #delivery_status td.target, #delivery_status td.host, #delivery_status td.username, #delivery_status td.mta-domain, #delivery_status td.spf, #delivery_status td.dkim, #delivery_status th.plan, #delivery_status th.account, #delivery_status th.target, #delivery_status th.host, #delivery_status th.username, #delivery_status th.mta-domain, #delivery_status th.spf, #delivery_status th.dkim, #latest-events td.plan, #latest-events td.account, #latest-events td.target, #latest-events td.host, #latest-events td.username, #latest-events td.mta-domain, #latest-events td.spf, #latest-events td.dkim, #latest-events th.plan, #latest-events th.account, #latest-events th.target, #latest-events th.host, #latest-events th.username, #latest-events th.mta-domain, #latest-events th.spf, #latest-events th.dkim, #outgoing-account td.plan, #outgoing-account td.account, #outgoing-account td.target, #outgoing-account td.host, #outgoing-account td.username, #outgoing-account td.mta-domain, #outgoing-account td.spf, #outgoing-account td.dkim, #outgoing-account th.plan, #outgoing-account th.account, #outgoing-account th.target, #outgoing-account th.host, #outgoing-account th.username, #outgoing-account th.mta-domain, #outgoing-account th.spf, #outgoing-account th.dkim, #beacon-messages td.plan, #beacon-messages td.account, #beacon-messages td.target, #beacon-messages td.host, #beacon-messages td.username, #beacon-messages td.mta-domain, #beacon-messages td.spf, #beacon-messages td.dkim, #beacon-messages th.plan, #beacon-messages th.account, #beacon-messages th.target, #beacon-messages th.host, #beacon-messages th.username, #beacon-messages th.mta-domain, #beacon-messages th.spf, #beacon-messages th.dkim,
#delivery_statuses td.plan,
#delivery_statuses td.account,
#delivery_statuses td.target,
#delivery_statuses td.host,
#delivery_statuses td.username,
#delivery_statuses td.mta-domain,
#delivery_statuses td.spf,
#delivery_statuses td.dkim,
#delivery_statuses th.plan,
#delivery_statuses th.account,
#delivery_statuses th.target,
#delivery_statuses th.host,
#delivery_statuses th.username,
#delivery_statuses th.mta-domain,
#delivery_statuses th.spf,
#delivery_statuses th.dkim, #beacon-domains td.plan, #beacon-domains td.account, #beacon-domains td.target, #beacon-domains td.host, #beacon-domains td.username, #beacon-domains td.mta-domain, #beacon-domains td.spf, #beacon-domains td.dkim, #beacon-domains th.plan, #beacon-domains th.account, #beacon-domains th.target, #beacon-domains th.host, #beacon-domains th.username, #beacon-domains th.mta-domain, #beacon-domains th.spf, #beacon-domains th.dkim, #outgoing-accounts td.plan, #outgoing-accounts td.account, #outgoing-accounts td.target, #outgoing-accounts td.host, #outgoing-accounts td.username, #outgoing-accounts td.mta-domain, #outgoing-accounts td.spf, #outgoing-accounts td.dkim, #outgoing-accounts th.plan, #outgoing-accounts th.account, #outgoing-accounts th.target, #outgoing-accounts th.host, #outgoing-accounts th.username, #outgoing-accounts th.mta-domain, #outgoing-accounts th.spf, #outgoing-accounts th.dkim, #users td.plan, #users td.account, #users td.target, #users td.host, #users td.username, #users td.mta-domain, #users td.spf, #users td.dkim, #users th.plan, #users th.account, #users th.target, #users th.host, #users th.username, #users th.mta-domain, #users th.spf, #users th.dkim, #admin_notifications td.plan, #admin_notifications td.account, #admin_notifications td.target, #admin_notifications td.host, #admin_notifications td.username, #admin_notifications td.mta-domain, #admin_notifications td.spf, #admin_notifications td.dkim, #admin_notifications th.plan, #admin_notifications th.account, #admin_notifications th.target, #admin_notifications th.host, #admin_notifications th.username, #admin_notifications th.mta-domain, #admin_notifications th.spf, #admin_notifications th.dkim,
#beacon-accounts td.plan,
#beacon-accounts td.account,
#beacon-accounts td.target,
#beacon-accounts td.host,
#beacon-accounts td.username,
#beacon-accounts td.mta-domain,
#beacon-accounts td.spf,
#beacon-accounts td.dkim,
#beacon-accounts th.plan,
#beacon-accounts th.account,
#beacon-accounts th.target,
#beacon-accounts th.host,
#beacon-accounts th.username,
#beacon-accounts th.mta-domain,
#beacon-accounts th.spf,
#beacon-accounts th.dkim, #custom-domains td.plan, #custom-domains td.account, #custom-domains td.target, #custom-domains td.host, #custom-domains td.username, #custom-domains td.mta-domain, #custom-domains td.spf, #custom-domains td.dkim, #custom-domains th.plan, #custom-domains th.account, #custom-domains th.target, #custom-domains th.host, #custom-domains th.username, #custom-domains th.mta-domain, #custom-domains th.spf, #custom-domains th.dkim, #accounts td.plan, #accounts td.account, #accounts td.target, #accounts td.host, #accounts td.username, #accounts td.mta-domain, #accounts td.spf, #accounts td.dkim, #accounts th.plan, #accounts th.account, #accounts th.target, #accounts th.host, #accounts th.username, #accounts th.mta-domain, #accounts th.spf, #accounts th.dkim, #log-events td.plan, #log-events td.account, #log-events td.target, #log-events td.host, #log-events td.username, #log-events td.mta-domain, #log-events td.spf, #log-events td.dkim, #log-events th.plan, #log-events th.account, #log-events th.target, #log-events th.host, #log-events th.username, #log-events th.mta-domain, #log-events th.spf, #log-events th.dkim, #user-log-events td.plan, #user-log-events td.account, #user-log-events td.target, #user-log-events td.host, #user-log-events td.username, #user-log-events td.mta-domain, #user-log-events td.spf, #user-log-events td.dkim, #user-log-events th.plan, #user-log-events th.account, #user-log-events th.target, #user-log-events th.host, #user-log-events th.username, #user-log-events th.mta-domain, #user-log-events th.spf, #user-log-events th.dkim, #templates td.plan, #templates td.account, #templates td.target, #templates td.host, #templates td.username, #templates td.mta-domain, #templates td.spf, #templates td.dkim, #templates th.plan, #templates th.account, #templates th.target, #templates th.host, #templates th.username, #templates th.mta-domain, #templates th.spf, #templates th.dkim,
#ai-outputs td.plan,
#ai-outputs td.account,
#ai-outputs td.target,
#ai-outputs td.host,
#ai-outputs td.username,
#ai-outputs td.mta-domain,
#ai-outputs td.spf,
#ai-outputs td.dkim,
#ai-outputs th.plan,
#ai-outputs th.account,
#ai-outputs th.target,
#ai-outputs th.host,
#ai-outputs th.username,
#ai-outputs th.mta-domain,
#ai-outputs th.spf,
#ai-outputs th.dkim, #admin_mail_tests td.plan, #admin_mail_tests td.account, #admin_mail_tests td.target, #admin_mail_tests td.host, #admin_mail_tests td.username, #admin_mail_tests td.mta-domain, #admin_mail_tests td.spf, #admin_mail_tests td.dkim, #admin_mail_tests th.plan, #admin_mail_tests th.account, #admin_mail_tests th.target, #admin_mail_tests th.host, #admin_mail_tests th.username, #admin_mail_tests th.mta-domain, #admin_mail_tests th.spf, #admin_mail_tests th.dkim, #api-keys td.plan, #api-keys td.account, #api-keys td.target, #api-keys td.host, #api-keys td.username, #api-keys td.mta-domain, #api-keys td.spf, #api-keys td.dkim, #api-keys th.plan, #api-keys th.account, #api-keys th.target, #api-keys th.host, #api-keys th.username, #api-keys th.mta-domain, #api-keys th.spf, #api-keys th.dkim {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .schart-container .schart-options-container {
  justify-content: flex-end !important;
}

.justify-content-center, #landing .testimonials .testimonial .profile, #landing .testimonials, #landing .logo-cloud ul, #landing .feature-banner, #landing .signup-cta, #signup-layout .box, #error-layout .box {
  justify-content: center !important;
}

.justify-content-between, #addresses-search .form-inline,
#custom-domain-search .form-inline,
#beacon-domain-search .form-inline,
#message-search .form-inline,
#event-search .form-inline,
#log-event-search .form-inline,
#search .form-inline {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, form .buttons, #delivery_status .buttons, #create_address .buttons, #webhookapp_info .buttons, #event-details .buttons, #interest .buttons, #user-risk .buttons,
#beacon-domain .buttons, #recovery-codes .buttons, #two-factor-authentication .buttons {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first, form .buttons .alt-links, #delivery_status .buttons .alt-links, #create_address .buttons .alt-links, #webhookapp_info .buttons .alt-links, #event-details .buttons .alt-links, #interest .buttons .alt-links, #user-risk .buttons .alt-links,
#beacon-domain .buttons .alt-links, #recovery-codes .buttons .alt-links, #two-factor-authentication .buttons .alt-links {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto, form .recaptcha div, #delivery_status .recaptcha div, #create_address .recaptcha div, #webhookapp_info .recaptcha div, #event-details .recaptcha div, #interest .recaptcha div, #user-risk .recaptcha div,
#beacon-domain .recaptcha div, #recovery-codes .recaptcha div, #two-factor-authentication .recaptcha div {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1, #application .box, #blog .box {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1, form .form-check, #delivery_status .form-check, #create_address .form-check, #webhookapp_info .form-check, #event-details .form-check, #interest .form-check, #user-risk .form-check,
#beacon-domain .form-check, #recovery-codes .form-check, #two-factor-authentication .form-check {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3, #addresses-search .form-inline,
#custom-domain-search .form-inline,
#beacon-domain-search .form-inline,
#message-search .form-inline,
#event-search .form-inline,
#log-event-search .form-inline,
#search .form-inline, #application .box, #blog .box {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2, #addresses-search .form-inline,
#custom-domain-search .form-inline,
#beacon-domain-search .form-inline,
#message-search .form-inline,
#event-search .form-inline,
#log-event-search .form-inline,
#search .form-inline {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

.fs-3 {
  font-size: calc(1.2825rem + 0.39vw) !important;
}

.fs-4 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 0.9rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center, #landing .testimonials .testimonial-content, #landing .logo-cloud h5, #landing .logo-cloud .h5, #landing .feature-banner .banner-content, #landing .signup-cta .banner-content {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted, #landing .logo-cloud h5, #landing .logo-cloud .h5 {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success, .label-success, .plan-list .plan .free_trial {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning, .label-warning, .plan-list .plan .offer, .beta-label {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex, #addresses-search .form-inline,
  #custom-domain-search .form-inline,
  #beacon-domain-search .form-inline,
  #message-search .form-inline,
  #event-search .form-inline,
  #log-event-search .form-inline,
  #search .form-inline {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell, #addresses td.plan, #addresses td.account, #addresses td.target, #addresses td.host, #addresses td.username, #addresses td.mta-domain, #addresses td.spf, #addresses td.dkim, #addresses th.plan, #addresses th.account, #addresses th.target, #addresses th.host, #addresses th.username, #addresses th.mta-domain, #addresses th.spf, #addresses th.dkim, #address td.plan, #address td.account, #address td.target, #address td.host, #address td.username, #address td.mta-domain, #address td.spf, #address td.dkim, #address th.plan, #address th.account, #address th.target, #address th.host, #address th.username, #address th.mta-domain, #address th.spf, #address th.dkim, #delivery_status td.plan, #delivery_status td.account, #delivery_status td.target, #delivery_status td.host, #delivery_status td.username, #delivery_status td.mta-domain, #delivery_status td.spf, #delivery_status td.dkim, #delivery_status th.plan, #delivery_status th.account, #delivery_status th.target, #delivery_status th.host, #delivery_status th.username, #delivery_status th.mta-domain, #delivery_status th.spf, #delivery_status th.dkim, #latest-events td.plan, #latest-events td.account, #latest-events td.target, #latest-events td.host, #latest-events td.username, #latest-events td.mta-domain, #latest-events td.spf, #latest-events td.dkim, #latest-events th.plan, #latest-events th.account, #latest-events th.target, #latest-events th.host, #latest-events th.username, #latest-events th.mta-domain, #latest-events th.spf, #latest-events th.dkim, #outgoing-account td.plan, #outgoing-account td.account, #outgoing-account td.target, #outgoing-account td.host, #outgoing-account td.username, #outgoing-account td.mta-domain, #outgoing-account td.spf, #outgoing-account td.dkim, #outgoing-account th.plan, #outgoing-account th.account, #outgoing-account th.target, #outgoing-account th.host, #outgoing-account th.username, #outgoing-account th.mta-domain, #outgoing-account th.spf, #outgoing-account th.dkim, #beacon-messages td.plan, #beacon-messages td.account, #beacon-messages td.target, #beacon-messages td.host, #beacon-messages td.username, #beacon-messages td.mta-domain, #beacon-messages td.spf, #beacon-messages td.dkim, #beacon-messages th.plan, #beacon-messages th.account, #beacon-messages th.target, #beacon-messages th.host, #beacon-messages th.username, #beacon-messages th.mta-domain, #beacon-messages th.spf, #beacon-messages th.dkim,
  #delivery_statuses td.plan,
  #delivery_statuses td.account,
  #delivery_statuses td.target,
  #delivery_statuses td.host,
  #delivery_statuses td.username,
  #delivery_statuses td.mta-domain,
  #delivery_statuses td.spf,
  #delivery_statuses td.dkim,
  #delivery_statuses th.plan,
  #delivery_statuses th.account,
  #delivery_statuses th.target,
  #delivery_statuses th.host,
  #delivery_statuses th.username,
  #delivery_statuses th.mta-domain,
  #delivery_statuses th.spf,
  #delivery_statuses th.dkim, #beacon-domains td.plan, #beacon-domains td.account, #beacon-domains td.target, #beacon-domains td.host, #beacon-domains td.username, #beacon-domains td.mta-domain, #beacon-domains td.spf, #beacon-domains td.dkim, #beacon-domains th.plan, #beacon-domains th.account, #beacon-domains th.target, #beacon-domains th.host, #beacon-domains th.username, #beacon-domains th.mta-domain, #beacon-domains th.spf, #beacon-domains th.dkim, #outgoing-accounts td.plan, #outgoing-accounts td.account, #outgoing-accounts td.target, #outgoing-accounts td.host, #outgoing-accounts td.username, #outgoing-accounts td.mta-domain, #outgoing-accounts td.spf, #outgoing-accounts td.dkim, #outgoing-accounts th.plan, #outgoing-accounts th.account, #outgoing-accounts th.target, #outgoing-accounts th.host, #outgoing-accounts th.username, #outgoing-accounts th.mta-domain, #outgoing-accounts th.spf, #outgoing-accounts th.dkim, #users td.plan, #users td.account, #users td.target, #users td.host, #users td.username, #users td.mta-domain, #users td.spf, #users td.dkim, #users th.plan, #users th.account, #users th.target, #users th.host, #users th.username, #users th.mta-domain, #users th.spf, #users th.dkim, #admin_notifications td.plan, #admin_notifications td.account, #admin_notifications td.target, #admin_notifications td.host, #admin_notifications td.username, #admin_notifications td.mta-domain, #admin_notifications td.spf, #admin_notifications td.dkim, #admin_notifications th.plan, #admin_notifications th.account, #admin_notifications th.target, #admin_notifications th.host, #admin_notifications th.username, #admin_notifications th.mta-domain, #admin_notifications th.spf, #admin_notifications th.dkim,
  #beacon-accounts td.plan,
  #beacon-accounts td.account,
  #beacon-accounts td.target,
  #beacon-accounts td.host,
  #beacon-accounts td.username,
  #beacon-accounts td.mta-domain,
  #beacon-accounts td.spf,
  #beacon-accounts td.dkim,
  #beacon-accounts th.plan,
  #beacon-accounts th.account,
  #beacon-accounts th.target,
  #beacon-accounts th.host,
  #beacon-accounts th.username,
  #beacon-accounts th.mta-domain,
  #beacon-accounts th.spf,
  #beacon-accounts th.dkim, #custom-domains td.plan, #custom-domains td.account, #custom-domains td.target, #custom-domains td.host, #custom-domains td.username, #custom-domains td.mta-domain, #custom-domains td.spf, #custom-domains td.dkim, #custom-domains th.plan, #custom-domains th.account, #custom-domains th.target, #custom-domains th.host, #custom-domains th.username, #custom-domains th.mta-domain, #custom-domains th.spf, #custom-domains th.dkim, #accounts td.plan, #accounts td.account, #accounts td.target, #accounts td.host, #accounts td.username, #accounts td.mta-domain, #accounts td.spf, #accounts td.dkim, #accounts th.plan, #accounts th.account, #accounts th.target, #accounts th.host, #accounts th.username, #accounts th.mta-domain, #accounts th.spf, #accounts th.dkim, #log-events td.plan, #log-events td.account, #log-events td.target, #log-events td.host, #log-events td.username, #log-events td.mta-domain, #log-events td.spf, #log-events td.dkim, #log-events th.plan, #log-events th.account, #log-events th.target, #log-events th.host, #log-events th.username, #log-events th.mta-domain, #log-events th.spf, #log-events th.dkim, #user-log-events td.plan, #user-log-events td.account, #user-log-events td.target, #user-log-events td.host, #user-log-events td.username, #user-log-events td.mta-domain, #user-log-events td.spf, #user-log-events td.dkim, #user-log-events th.plan, #user-log-events th.account, #user-log-events th.target, #user-log-events th.host, #user-log-events th.username, #user-log-events th.mta-domain, #user-log-events th.spf, #user-log-events th.dkim, #templates td.plan, #templates td.account, #templates td.target, #templates td.host, #templates td.username, #templates td.mta-domain, #templates td.spf, #templates td.dkim, #templates th.plan, #templates th.account, #templates th.target, #templates th.host, #templates th.username, #templates th.mta-domain, #templates th.spf, #templates th.dkim,
  #ai-outputs td.plan,
  #ai-outputs td.account,
  #ai-outputs td.target,
  #ai-outputs td.host,
  #ai-outputs td.username,
  #ai-outputs td.mta-domain,
  #ai-outputs td.spf,
  #ai-outputs td.dkim,
  #ai-outputs th.plan,
  #ai-outputs th.account,
  #ai-outputs th.target,
  #ai-outputs th.host,
  #ai-outputs th.username,
  #ai-outputs th.mta-domain,
  #ai-outputs th.spf,
  #ai-outputs th.dkim, #admin_mail_tests td.plan, #admin_mail_tests td.account, #admin_mail_tests td.target, #admin_mail_tests td.host, #admin_mail_tests td.username, #admin_mail_tests td.mta-domain, #admin_mail_tests td.spf, #admin_mail_tests td.dkim, #admin_mail_tests th.plan, #admin_mail_tests th.account, #admin_mail_tests th.target, #admin_mail_tests th.host, #admin_mail_tests th.username, #admin_mail_tests th.mta-domain, #admin_mail_tests th.spf, #admin_mail_tests th.dkim, #api-keys td.plan, #api-keys td.account, #api-keys td.target, #api-keys td.host, #api-keys td.username, #api-keys td.mta-domain, #api-keys td.spf, #api-keys td.dkim, #api-keys th.plan, #api-keys th.account, #api-keys th.target, #api-keys th.host, #api-keys th.username, #api-keys th.mta-domain, #api-keys th.spf, #api-keys th.dkim {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first, #landing #details #feature-summary li:nth-child(2n) .image {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last, #landing #details #feature-summary li:nth-child(2n) .details {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0, #user dl dd, #users dl dd, #invite dl dd, #delivery_status dl dd, #event-details dl dd, #beacon-message dl dd, #billing-details dl dd, #addresses .target-details dl dd, #address .target-details dl dd, #delivery_status .target-details dl dd, #latest-events .target-details dl dd, #outgoing-account .target-details dl dd, #beacon-messages .target-details dl dd,
  #delivery_statuses .target-details dl dd, #beacon-domains .target-details dl dd, #outgoing-accounts .target-details dl dd, #users .target-details dl dd, #admin_notifications .target-details dl dd,
  #beacon-accounts .target-details dl dd, #custom-domains .target-details dl dd, #accounts .target-details dl dd, #log-events .target-details dl dd, #user-log-events .target-details dl dd, #templates .target-details dl dd,
  #ai-outputs .target-details dl dd, #admin_mail_tests .target-details dl dd, #api-keys .target-details dl dd {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first, #landing #jumbo-header #header-text {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last, #landing #jumbo-header #header-image {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 1.8rem !important;
  }
  .fs-3 {
    font-size: 1.575rem !important;
  }
  .fs-4 {
    font-size: 1.35rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://assets.cloudmailin.com/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot");
  src: url("https://assets.cloudmailin.com/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot#iefix") format("embedded-opentype"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2") format("woff2"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff") format("woff"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf") format("truetype"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://assets.cloudmailin.com/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot");
  src: url("https://assets.cloudmailin.com/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot#iefix") format("embedded-opentype"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2") format("woff2"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-regular-400-180eef6acca110a022bb81621c04937b3d2edf09fb7644daba7f95368e73b0bd.woff") format("woff"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf") format("truetype"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("https://assets.cloudmailin.com/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot");
  src: url("https://assets.cloudmailin.com/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot#iefix") format("embedded-opentype"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2") format("woff2"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-brands-400-8b2dc7ace7b22f70f42c11f1606d1ee82ad46445c2f05587928e239e567ff68e.woff") format("woff"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf") format("truetype"), url("https://assets.cloudmailin.com/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg#fontawesome") format("svg");
}
.fa, .timeago-toggle, .status-critical:before, .status-major:before, .status-minor:before, .status-maintenance:before, .status-none:before, .status-operational:before, .plan-list .plan .included:before, .tag-label:before, .label-test-mode:before, .label-tls-warning:before, .label-tls-danger:before, .label-tls-success:before, .time-label:before, .status-label.label-titled:before, .recipient-label:before, .recipient-pending:before, .kind-label.kind:before, .kind.recipient-pending:before, .kind.time-label:before, .status-label:before, #sidebar #account-health .tip:before, #landing #details #overview li .icon, .clipboard-copied, .clipboard-copy, .email-link, .admin-contact-link .admin-notification-icon, #addresses .in-store .store-icon, #address .in-store .store-icon, #delivery_status .in-store .store-icon, #latest-events .in-store .store-icon, #outgoing-account .in-store .store-icon, #beacon-messages .in-store .store-icon,
#delivery_statuses .in-store .store-icon, #beacon-domains .in-store .store-icon, #outgoing-accounts .in-store .store-icon, #users .in-store .store-icon, #admin_notifications .in-store .store-icon,
#beacon-accounts .in-store .store-icon, #custom-domains .in-store .store-icon, #accounts .in-store .store-icon, #log-events .in-store .store-icon, #user-log-events .in-store .store-icon, #templates .in-store .store-icon,
#ai-outputs .in-store .store-icon, #admin_mail_tests .in-store .store-icon, #api-keys .in-store .store-icon,
.fas,
#outgoing-account .details-icon,
#latest-events .details-icon,
#outgoing-accounts .details-icon,
#beacon-accounts .details-icon,
#beacon-messages .details-icon,
#beacon-message .details-icon,
#beacon-domains .details-icon,
#top-accounts .details-icon,
.admin-contact-link .admin-bounced-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fab, .admin-contact-link .admin-digitalocean-icon, .admin-contact-link .admin-heroku-icon {
  font-family: "Font Awesome 5 Brands";
}

.fa, .timeago-toggle, .status-critical:before, .status-major:before, .status-minor:before, .status-maintenance:before, .status-none:before, .status-operational:before, .plan-list .plan .included:before, .tag-label:before, .label-test-mode:before, .label-tls-warning:before, .label-tls-danger:before, .label-tls-success:before, .time-label:before, .status-label.label-titled:before, .recipient-label:before, .recipient-pending:before, .kind-label.kind:before, .kind.recipient-pending:before, .kind.time-label:before, .status-label:before, #sidebar #account-health .tip:before, #landing #details #overview li .icon, .clipboard-copied, .clipboard-copy, .email-link, .admin-contact-link .admin-notification-icon, #addresses .in-store .store-icon, #address .in-store .store-icon, #delivery_status .in-store .store-icon, #latest-events .in-store .store-icon, #outgoing-account .in-store .store-icon, #beacon-messages .in-store .store-icon,
#delivery_statuses .in-store .store-icon, #beacon-domains .in-store .store-icon, #outgoing-accounts .in-store .store-icon, #users .in-store .store-icon, #admin_notifications .in-store .store-icon,
#beacon-accounts .in-store .store-icon, #custom-domains .in-store .store-icon, #accounts .in-store .store-icon, #log-events .in-store .store-icon, #user-log-events .in-store .store-icon, #templates .in-store .store-icon,
#ai-outputs .in-store .store-icon, #admin_mail_tests .in-store .store-icon, #api-keys .in-store .store-icon,
.fas,
#outgoing-account .details-icon,
#latest-events .details-icon,
#outgoing-accounts .details-icon,
#beacon-accounts .details-icon,
#beacon-messages .details-icon,
#beacon-message .details-icon,
#beacon-domains .details-icon,
#top-accounts .details-icon,
.admin-contact-link .admin-bounced-icon,
.far,
.fal,
.fad,
.fab,
.admin-contact-link .admin-digitalocean-icon,
.admin-contact-link .admin-heroku-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.timeago-toggle, .fa-pull-left.status-critical:before, .fa-pull-left.status-major:before, .fa-pull-left.status-minor:before, .fa-pull-left.status-maintenance:before, .fa-pull-left.status-none:before, .fa-pull-left.status-operational:before, .plan-list .plan .fa-pull-left.included:before, .fa-pull-left.tag-label:before, .fa-pull-left.label-test-mode:before, .fa-pull-left.label-tls-warning:before, .fa-pull-left.label-tls-danger:before, .fa-pull-left.label-tls-success:before, .fa-pull-left.time-label:before, .fa-pull-left.recipient-label:before, .fa-pull-left.recipient-pending:before, .fa-pull-left.kind-label.kind:before, .fa-pull-left.status-label:before, #sidebar #account-health .fa-pull-left.tip:before, #landing #details #overview li .fa-pull-left.icon, .fa-pull-left.clipboard-copied, .fa-pull-left.clipboard-copy, .fa-pull-left.email-link, .admin-contact-link .fa-pull-left.admin-notification-icon, #addresses .in-store .fa-pull-left.store-icon, #address .in-store .fa-pull-left.store-icon, #delivery_status .in-store .fa-pull-left.store-icon, #latest-events .in-store .fa-pull-left.store-icon, #outgoing-account .in-store .fa-pull-left.store-icon, #beacon-messages .in-store .fa-pull-left.store-icon,
#delivery_statuses .in-store .fa-pull-left.store-icon, #beacon-domains .in-store .fa-pull-left.store-icon, #outgoing-accounts .in-store .fa-pull-left.store-icon, #users .in-store .fa-pull-left.store-icon, #admin_notifications .in-store .fa-pull-left.store-icon,
#beacon-accounts .in-store .fa-pull-left.store-icon, #custom-domains .in-store .fa-pull-left.store-icon, #accounts .in-store .fa-pull-left.store-icon, #log-events .in-store .fa-pull-left.store-icon, #user-log-events .in-store .fa-pull-left.store-icon, #templates .in-store .fa-pull-left.store-icon,
#ai-outputs .in-store .fa-pull-left.store-icon, #admin_mail_tests .in-store .fa-pull-left.store-icon, #api-keys .in-store .fa-pull-left.store-icon,
.fas.fa-pull-left,
#outgoing-account .fa-pull-left.details-icon,
#latest-events .fa-pull-left.details-icon,
#outgoing-accounts .fa-pull-left.details-icon,
#beacon-accounts .fa-pull-left.details-icon,
#beacon-messages .fa-pull-left.details-icon,
#beacon-message .fa-pull-left.details-icon,
#beacon-domains .fa-pull-left.details-icon,
#top-accounts .fa-pull-left.details-icon,
.admin-contact-link .fa-pull-left.admin-bounced-icon,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.admin-contact-link .fa-pull-left.admin-digitalocean-icon,
.admin-contact-link .fa-pull-left.admin-heroku-icon {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.timeago-toggle, .fa-pull-right.status-critical:before, .fa-pull-right.status-major:before, .fa-pull-right.status-minor:before, .fa-pull-right.status-maintenance:before, .fa-pull-right.status-none:before, .fa-pull-right.status-operational:before, .plan-list .plan .fa-pull-right.included:before, .fa-pull-right.tag-label:before, .fa-pull-right.label-test-mode:before, .fa-pull-right.label-tls-warning:before, .fa-pull-right.label-tls-danger:before, .fa-pull-right.label-tls-success:before, .fa-pull-right.time-label:before, .fa-pull-right.recipient-label:before, .fa-pull-right.recipient-pending:before, .fa-pull-right.kind-label.kind:before, .fa-pull-right.status-label:before, #sidebar #account-health .fa-pull-right.tip:before, #landing #details #overview li .fa-pull-right.icon, .fa-pull-right.clipboard-copied, .fa-pull-right.clipboard-copy, .fa-pull-right.email-link, .admin-contact-link .fa-pull-right.admin-notification-icon, #addresses .in-store .fa-pull-right.store-icon, #address .in-store .fa-pull-right.store-icon, #delivery_status .in-store .fa-pull-right.store-icon, #latest-events .in-store .fa-pull-right.store-icon, #outgoing-account .in-store .fa-pull-right.store-icon, #beacon-messages .in-store .fa-pull-right.store-icon,
#delivery_statuses .in-store .fa-pull-right.store-icon, #beacon-domains .in-store .fa-pull-right.store-icon, #outgoing-accounts .in-store .fa-pull-right.store-icon, #users .in-store .fa-pull-right.store-icon, #admin_notifications .in-store .fa-pull-right.store-icon,
#beacon-accounts .in-store .fa-pull-right.store-icon, #custom-domains .in-store .fa-pull-right.store-icon, #accounts .in-store .fa-pull-right.store-icon, #log-events .in-store .fa-pull-right.store-icon, #user-log-events .in-store .fa-pull-right.store-icon, #templates .in-store .fa-pull-right.store-icon,
#ai-outputs .in-store .fa-pull-right.store-icon, #admin_mail_tests .in-store .fa-pull-right.store-icon, #api-keys .in-store .fa-pull-right.store-icon,
.fas.fa-pull-right,
#outgoing-account .fa-pull-right.details-icon,
#latest-events .fa-pull-right.details-icon,
#outgoing-accounts .fa-pull-right.details-icon,
#beacon-accounts .fa-pull-right.details-icon,
#beacon-messages .fa-pull-right.details-icon,
#beacon-message .fa-pull-right.details-icon,
#beacon-domains .fa-pull-right.details-icon,
#top-accounts .fa-pull-right.details-icon,
.admin-contact-link .fa-pull-right.admin-bounced-icon,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.admin-contact-link .fa-pull-right.admin-digitalocean-icon,
.admin-contact-link .fa-pull-right.admin-heroku-icon {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before, #addresses .in-store .store-icon:before, #address .in-store .store-icon:before, #delivery_status .in-store .store-icon:before, #latest-events .in-store .store-icon:before, #outgoing-account .in-store .store-icon:before, #beacon-messages .in-store .store-icon:before,
#delivery_statuses .in-store .store-icon:before, #beacon-domains .in-store .store-icon:before, #outgoing-accounts .in-store .store-icon:before, #users .in-store .store-icon:before, #admin_notifications .in-store .store-icon:before,
#beacon-accounts .in-store .store-icon:before, #custom-domains .in-store .store-icon:before, #accounts .in-store .store-icon:before, #log-events .in-store .store-icon:before, #user-log-events .in-store .store-icon:before, #templates .in-store .store-icon:before,
#ai-outputs .in-store .store-icon:before, #admin_mail_tests .in-store .store-icon:before, #api-keys .in-store .store-icon:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before, #landing #details #overview li .fast:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before, .plan-list .plan .included:before, .clipboard-copied:before {
  content: "\f00c";
}

.fa-check-circle:before, .status-none:before, .status-operational:before, .label-tls-success:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before, .time-label:before, .recipient-label:before, .recipient-pending:before, .kind-label.kind:before, .kind.recipient-pending:before, .kind.time-label:before, .status-label:before, #sidebar #account-health .tip:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before, .timeago-toggle:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before, #landing #details #overview li .domain:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before, .clipboard-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before, .admin-contact-link .admin-digitalocean-icon:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before, #landing #details #overview li .mail:before, .admin-contact-link .admin-notification-icon:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before, .status-critical:before, .status-major:before, .status-minor:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before, .label-test-mode:before, .label-tls-warning:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before, #landing #details #overview li .attachments:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before, .status-label.label-titled:before, #sidebar #account-health .label-titled.tip:before, #outgoing-account .details-icon:before, #latest-events .details-icon:before, #outgoing-accounts .details-icon:before, #beacon-accounts .details-icon:before, #beacon-messages .details-icon:before,
#beacon-message .details-icon:before, #beacon-domains .details-icon:before, #top-accounts .details-icon:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before, #landing #details #overview li .companies:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before, #landing #details #overview li .history:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before, #landing #details #overview li .global:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before, .email-link:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before, .admin-contact-link .admin-heroku-icon:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before, #landing #details #overview li .secure:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before, #landing #details #overview li .scalable:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before, .tag-label:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before, .label-tls-danger:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before, .admin-contact-link .admin-bounced-icon:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before, .status-maintenance:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only, #edit_callbacks #auth-callback-fields .format label, #edit_callbacks #error-callback-fields .format label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

#address_form ul.options, #attachment-form ul.options, #message-storage-form ul.options {
  padding: 0px;
}
#address_form ul.options li.option, #attachment-form ul.options li.option, #message-storage-form ul.options li.option {
  margin-bottom: 10px;
}
#address_form ul.options li.option label, #attachment-form ul.options li.option label, #message-storage-form ul.options li.option label {
  display: block;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  min-height: 90px;
}
#address_form ul.options li.option input, #address_form ul.options li.option h4, #address_form #landing #details #feature-summary ul.options li.option ul li::before, #landing #details #feature-summary #address_form ul.options li.option ul li::before, #address_form ul.options li.option .h4, #attachment-form ul.options li.option input, #attachment-form ul.options li.option h4, #attachment-form #landing #details #feature-summary ul.options li.option ul li::before, #landing #details #feature-summary #attachment-form ul.options li.option ul li::before, #attachment-form ul.options li.option .h4, #message-storage-form ul.options li.option input, #message-storage-form ul.options li.option h4, #message-storage-form #landing #details #feature-summary ul.options li.option ul li::before, #landing #details #feature-summary #message-storage-form ul.options li.option ul li::before, #message-storage-form ul.options li.option .h4 {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
  margin: 10px 4px 10px 4px;
  padding: 0px;
}
#address_form ul.options li.option p, #attachment-form ul.options li.option p, #message-storage-form ul.options li.option p {
  margin: 0px;
  font-weight: normal;
}
#address_form ul.options li.disabled, #attachment-form ul.options li.disabled, #message-storage-form ul.options li.disabled {
  opacity: 0.5;
}
#address_form ul.options-4,
#address_form ul.options-5, #attachment-form ul.options-4,
#attachment-form ul.options-5, #message-storage-form ul.options-4,
#message-storage-form ul.options-5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: 100%;
}
#address_form ul.options-4 li.option,
#address_form ul.options-5 li.option, #attachment-form ul.options-4 li.option,
#attachment-form ul.options-5 li.option, #message-storage-form ul.options-4 li.option,
#message-storage-form ul.options-5 li.option {
  padding: 0 5px;
  margin-bottom: 10px;
}
#address_form ul.options-4 li.option label,
#address_form ul.options-5 li.option label, #attachment-form ul.options-4 li.option label,
#attachment-form ul.options-5 li.option label, #message-storage-form ul.options-4 li.option label,
#message-storage-form ul.options-5 li.option label {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 140px;
  background: white;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 15px 10px;
  text-align: center;
}
#address_form ul.options-4 li.option, #attachment-form ul.options-4 li.option, #message-storage-form ul.options-4 li.option {
  width: 25%;
}
#address_form ul.options-5 li.option, #attachment-form ul.options-5 li.option, #message-storage-form ul.options-5 li.option {
  width: 20%;
}

#new_address h2, #new_address .h2, #edit_address h2, #edit_address .h2 {
  margin-bottom: 10px;
}
#new_address p, #edit_address p {
  margin-bottom: 20px;
}
#new_address #testing, #edit_address #testing {
  margin-top: 30px;
}

.truncate-column {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#addresses .key-name, #address .key-name, #delivery_status .key-name, #latest-events .key-name, #outgoing-account .key-name, #beacon-messages .key-name,
#delivery_statuses .key-name, #beacon-domains .key-name, #outgoing-accounts .key-name, #users .key-name, #admin_notifications .key-name,
#beacon-accounts .key-name, #custom-domains .key-name, #accounts .key-name, #log-events .key-name, #user-log-events .key-name, #templates .key-name,
#ai-outputs .key-name, #admin_mail_tests .key-name, #api-keys .key-name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .target-details, #address .target-details, #delivery_status .target-details, #latest-events .target-details, #outgoing-account .target-details, #beacon-messages .target-details,
#delivery_statuses .target-details, #beacon-domains .target-details, #outgoing-accounts .target-details, #users .target-details, #admin_notifications .target-details,
#beacon-accounts .target-details, #custom-domains .target-details, #accounts .target-details, #log-events .target-details, #user-log-events .target-details, #templates .target-details,
#ai-outputs .target-details, #admin_mail_tests .target-details, #api-keys .target-details {
  background-color: rgba(77, 122, 186, 0.1);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#addresses .target-details h4, #addresses .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #addresses .target-details li::before, #addresses .target-details .h4, #address .target-details h4, #address .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #address .target-details li::before, #address .target-details .h4, #delivery_status .target-details h4, #delivery_status .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #delivery_status .target-details li::before, #delivery_status .target-details .h4, #latest-events .target-details h4, #latest-events .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #latest-events .target-details li::before, #latest-events .target-details .h4, #outgoing-account .target-details h4, #outgoing-account .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #outgoing-account .target-details li::before, #outgoing-account .target-details .h4, #beacon-messages .target-details h4, #beacon-messages .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #beacon-messages .target-details li::before, #beacon-messages .target-details .h4,
#delivery_statuses .target-details h4,
#delivery_statuses .target-details #landing #details #feature-summary ul li ul li::before,
#landing #details #feature-summary ul li ul #delivery_statuses .target-details li::before,
#delivery_statuses .target-details .h4, #beacon-domains .target-details h4, #beacon-domains .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #beacon-domains .target-details li::before, #beacon-domains .target-details .h4, #outgoing-accounts .target-details h4, #outgoing-accounts .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #outgoing-accounts .target-details li::before, #outgoing-accounts .target-details .h4, #users .target-details h4, #users .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #users .target-details li::before, #users .target-details .h4, #admin_notifications .target-details h4, #admin_notifications .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #admin_notifications .target-details li::before, #admin_notifications .target-details .h4,
#beacon-accounts .target-details h4,
#beacon-accounts .target-details #landing #details #feature-summary ul li ul li::before,
#landing #details #feature-summary ul li ul #beacon-accounts .target-details li::before,
#beacon-accounts .target-details .h4, #custom-domains .target-details h4, #custom-domains .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #custom-domains .target-details li::before, #custom-domains .target-details .h4, #accounts .target-details h4, #accounts .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #accounts .target-details li::before, #accounts .target-details .h4, #log-events .target-details h4, #log-events .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #log-events .target-details li::before, #log-events .target-details .h4, #user-log-events .target-details h4, #user-log-events .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #user-log-events .target-details li::before, #user-log-events .target-details .h4, #templates .target-details h4, #templates .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #templates .target-details li::before, #templates .target-details .h4,
#ai-outputs .target-details h4,
#ai-outputs .target-details #landing #details #feature-summary ul li ul li::before,
#landing #details #feature-summary ul li ul #ai-outputs .target-details li::before,
#ai-outputs .target-details .h4, #admin_mail_tests .target-details h4, #admin_mail_tests .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #admin_mail_tests .target-details li::before, #admin_mail_tests .target-details .h4, #api-keys .target-details h4, #api-keys .target-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #api-keys .target-details li::before, #api-keys .target-details .h4 {
  color: #4d7ABA;
}
#addresses .target-details dl, #address .target-details dl, #delivery_status .target-details dl, #latest-events .target-details dl, #outgoing-account .target-details dl, #beacon-messages .target-details dl,
#delivery_statuses .target-details dl, #beacon-domains .target-details dl, #outgoing-accounts .target-details dl, #users .target-details dl, #admin_notifications .target-details dl,
#beacon-accounts .target-details dl, #custom-domains .target-details dl, #accounts .target-details dl, #log-events .target-details dl, #user-log-events .target-details dl, #templates .target-details dl,
#ai-outputs .target-details dl, #admin_mail_tests .target-details dl, #api-keys .target-details dl {
  margin: 0px;
}
#addresses .target-details dl dd, #addresses .target-details dl dt, #address .target-details dl dd, #address .target-details dl dt, #delivery_status .target-details dl dd, #delivery_status .target-details dl dt, #latest-events .target-details dl dd, #latest-events .target-details dl dt, #outgoing-account .target-details dl dd, #outgoing-account .target-details dl dt, #beacon-messages .target-details dl dd, #beacon-messages .target-details dl dt,
#delivery_statuses .target-details dl dd,
#delivery_statuses .target-details dl dt, #beacon-domains .target-details dl dd, #beacon-domains .target-details dl dt, #outgoing-accounts .target-details dl dd, #outgoing-accounts .target-details dl dt, #users .target-details dl dd, #users .target-details dl dt, #admin_notifications .target-details dl dd, #admin_notifications .target-details dl dt,
#beacon-accounts .target-details dl dd,
#beacon-accounts .target-details dl dt, #custom-domains .target-details dl dd, #custom-domains .target-details dl dt, #accounts .target-details dl dd, #accounts .target-details dl dt, #log-events .target-details dl dd, #log-events .target-details dl dt, #user-log-events .target-details dl dd, #user-log-events .target-details dl dt, #templates .target-details dl dd, #templates .target-details dl dt,
#ai-outputs .target-details dl dd,
#ai-outputs .target-details dl dt, #admin_mail_tests .target-details dl dd, #admin_mail_tests .target-details dl dt, #api-keys .target-details dl dd, #api-keys .target-details dl dt {
  line-height: 1.25rem;
  margin: 0px;
  padding-left: 0px;
}
#addresses .target-details dl dt, #address .target-details dl dt, #delivery_status .target-details dl dt, #latest-events .target-details dl dt, #outgoing-account .target-details dl dt, #beacon-messages .target-details dl dt,
#delivery_statuses .target-details dl dt, #beacon-domains .target-details dl dt, #outgoing-accounts .target-details dl dt, #users .target-details dl dt, #admin_notifications .target-details dl dt,
#beacon-accounts .target-details dl dt, #custom-domains .target-details dl dt, #accounts .target-details dl dt, #log-events .target-details dl dt, #user-log-events .target-details dl dt, #templates .target-details dl dt,
#ai-outputs .target-details dl dt, #admin_mail_tests .target-details dl dt, #api-keys .target-details dl dt {
  font-weight: 500;
}
#addresses .target-details dl dt:after, #address .target-details dl dt:after, #delivery_status .target-details dl dt:after, #latest-events .target-details dl dt:after, #outgoing-account .target-details dl dt:after, #beacon-messages .target-details dl dt:after,
#delivery_statuses .target-details dl dt:after, #beacon-domains .target-details dl dt:after, #outgoing-accounts .target-details dl dt:after, #users .target-details dl dt:after, #admin_notifications .target-details dl dt:after,
#beacon-accounts .target-details dl dt:after, #custom-domains .target-details dl dt:after, #accounts .target-details dl dt:after, #log-events .target-details dl dt:after, #user-log-events .target-details dl dt:after, #templates .target-details dl dt:after,
#ai-outputs .target-details dl dt:after, #admin_mail_tests .target-details dl dt:after, #api-keys .target-details dl dt:after {
  content: ":";
}
#addresses .target-details dl dd, #address .target-details dl dd, #delivery_status .target-details dl dd, #latest-events .target-details dl dd, #outgoing-account .target-details dl dd, #beacon-messages .target-details dl dd,
#delivery_statuses .target-details dl dd, #beacon-domains .target-details dl dd, #outgoing-accounts .target-details dl dd, #users .target-details dl dd, #admin_notifications .target-details dl dd,
#beacon-accounts .target-details dl dd, #custom-domains .target-details dl dd, #accounts .target-details dl dd, #log-events .target-details dl dd, #user-log-events .target-details dl dd, #templates .target-details dl dd,
#ai-outputs .target-details dl dd, #admin_mail_tests .target-details dl dd, #api-keys .target-details dl dd {
  margin-bottom: 1rem;
}
#addresses .target-details dt, #address .target-details dt, #delivery_status .target-details dt, #latest-events .target-details dt, #outgoing-account .target-details dt, #beacon-messages .target-details dt,
#delivery_statuses .target-details dt, #beacon-domains .target-details dt, #outgoing-accounts .target-details dt, #users .target-details dt, #admin_notifications .target-details dt,
#beacon-accounts .target-details dt, #custom-domains .target-details dt, #accounts .target-details dt, #log-events .target-details dt, #user-log-events .target-details dt, #templates .target-details dt,
#ai-outputs .target-details dt, #admin_mail_tests .target-details dt, #api-keys .target-details dt {
  color: rgba(77, 122, 186, 0.9);
}
#addresses .target-details dd, #address .target-details dd, #delivery_status .target-details dd, #latest-events .target-details dd, #outgoing-account .target-details dd, #beacon-messages .target-details dd,
#delivery_statuses .target-details dd, #beacon-domains .target-details dd, #outgoing-accounts .target-details dd, #users .target-details dd, #admin_notifications .target-details dd,
#beacon-accounts .target-details dd, #custom-domains .target-details dd, #accounts .target-details dd, #log-events .target-details dd, #user-log-events .target-details dd, #templates .target-details dd,
#ai-outputs .target-details dd, #admin_mail_tests .target-details dd, #api-keys .target-details dd {
  color: rgb(89.5, 112, 144);
}
#addresses #history::after, #address #history::after, #delivery_status #history::after, #latest-events #history::after, #outgoing-account #history::after, #beacon-messages #history::after,
#delivery_statuses #history::after, #beacon-domains #history::after, #outgoing-accounts #history::after, #users #history::after, #admin_notifications #history::after,
#beacon-accounts #history::after, #custom-domains #history::after, #accounts #history::after, #log-events #history::after, #user-log-events #history::after, #templates #history::after,
#ai-outputs #history::after, #admin_mail_tests #history::after, #api-keys #history::after {
  display: block;
  clear: both;
  content: "";
}
#addresses #history, #address #history, #delivery_status #history, #latest-events #history, #outgoing-account #history, #beacon-messages #history,
#delivery_statuses #history, #beacon-domains #history, #outgoing-accounts #history, #users #history, #admin_notifications #history,
#beacon-accounts #history, #custom-domains #history, #accounts #history, #log-events #history, #user-log-events #history, #templates #history,
#ai-outputs #history, #admin_mail_tests #history, #api-keys #history {
  margin-bottom: 10px;
}
#addresses #history #day_select, #address #history #day_select, #delivery_status #history #day_select, #latest-events #history #day_select, #outgoing-account #history #day_select, #beacon-messages #history #day_select,
#delivery_statuses #history #day_select, #beacon-domains #history #day_select, #outgoing-accounts #history #day_select, #users #history #day_select, #admin_notifications #history #day_select,
#beacon-accounts #history #day_select, #custom-domains #history #day_select, #accounts #history #day_select, #log-events #history #day_select, #user-log-events #history #day_select, #templates #history #day_select,
#ai-outputs #history #day_select, #admin_mail_tests #history #day_select, #api-keys #history #day_select {
  margin-top: 15px;
}
#addresses .custom_domain, #addresses .no_custom_domain, #addresses .user_pass, #address .custom_domain, #address .no_custom_domain, #address .user_pass, #delivery_status .custom_domain, #delivery_status .no_custom_domain, #delivery_status .user_pass, #latest-events .custom_domain, #latest-events .no_custom_domain, #latest-events .user_pass, #outgoing-account .custom_domain, #outgoing-account .no_custom_domain, #outgoing-account .user_pass, #beacon-messages .custom_domain, #beacon-messages .no_custom_domain, #beacon-messages .user_pass,
#delivery_statuses .custom_domain,
#delivery_statuses .no_custom_domain,
#delivery_statuses .user_pass, #beacon-domains .custom_domain, #beacon-domains .no_custom_domain, #beacon-domains .user_pass, #outgoing-accounts .custom_domain, #outgoing-accounts .no_custom_domain, #outgoing-accounts .user_pass, #users .custom_domain, #users .no_custom_domain, #users .user_pass, #admin_notifications .custom_domain, #admin_notifications .no_custom_domain, #admin_notifications .user_pass,
#beacon-accounts .custom_domain,
#beacon-accounts .no_custom_domain,
#beacon-accounts .user_pass, #custom-domains .custom_domain, #custom-domains .no_custom_domain, #custom-domains .user_pass, #accounts .custom_domain, #accounts .no_custom_domain, #accounts .user_pass, #log-events .custom_domain, #log-events .no_custom_domain, #log-events .user_pass, #user-log-events .custom_domain, #user-log-events .no_custom_domain, #user-log-events .user_pass, #templates .custom_domain, #templates .no_custom_domain, #templates .user_pass,
#ai-outputs .custom_domain,
#ai-outputs .no_custom_domain,
#ai-outputs .user_pass, #admin_mail_tests .custom_domain, #admin_mail_tests .no_custom_domain, #admin_mail_tests .user_pass, #api-keys .custom_domain, #api-keys .no_custom_domain, #api-keys .user_pass {
  display: block;
}
#addresses .user-email, #address .user-email, #delivery_status .user-email, #latest-events .user-email, #outgoing-account .user-email, #beacon-messages .user-email,
#delivery_statuses .user-email, #beacon-domains .user-email, #outgoing-accounts .user-email, #users .user-email, #admin_notifications .user-email,
#beacon-accounts .user-email, #custom-domains .user-email, #accounts .user-email, #log-events .user-email, #user-log-events .user-email, #templates .user-email,
#ai-outputs .user-email, #admin_mail_tests .user-email, #api-keys .user-email {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-right: 0px;
}
#addresses .copy-email, #address .copy-email, #delivery_status .copy-email, #latest-events .copy-email, #outgoing-account .copy-email, #beacon-messages .copy-email,
#delivery_statuses .copy-email, #beacon-domains .copy-email, #outgoing-accounts .copy-email, #users .copy-email, #admin_notifications .copy-email,
#beacon-accounts .copy-email, #custom-domains .copy-email, #accounts .copy-email, #log-events .copy-email, #user-log-events .copy-email, #templates .copy-email,
#ai-outputs .copy-email, #admin_mail_tests .copy-email, #api-keys .copy-email {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#addresses .custom_domain, #address .custom_domain, #delivery_status .custom_domain, #latest-events .custom_domain, #outgoing-account .custom_domain, #beacon-messages .custom_domain,
#delivery_statuses .custom_domain, #beacon-domains .custom_domain, #outgoing-accounts .custom_domain, #users .custom_domain, #admin_notifications .custom_domain,
#beacon-accounts .custom_domain, #custom-domains .custom_domain, #accounts .custom_domain, #log-events .custom_domain, #user-log-events .custom_domain, #templates .custom_domain,
#ai-outputs .custom_domain, #admin_mail_tests .custom_domain, #api-keys .custom_domain {
  color: rgba(77, 122, 186, 0.7);
}
#addresses .no_custom_domain, #addresses .user_pass, #address .no_custom_domain, #address .user_pass, #delivery_status .no_custom_domain, #delivery_status .user_pass, #latest-events .no_custom_domain, #latest-events .user_pass, #outgoing-account .no_custom_domain, #outgoing-account .user_pass, #beacon-messages .no_custom_domain, #beacon-messages .user_pass,
#delivery_statuses .no_custom_domain,
#delivery_statuses .user_pass, #beacon-domains .no_custom_domain, #beacon-domains .user_pass, #outgoing-accounts .no_custom_domain, #outgoing-accounts .user_pass, #users .no_custom_domain, #users .user_pass, #admin_notifications .no_custom_domain, #admin_notifications .user_pass,
#beacon-accounts .no_custom_domain,
#beacon-accounts .user_pass, #custom-domains .no_custom_domain, #custom-domains .user_pass, #accounts .no_custom_domain, #accounts .user_pass, #log-events .no_custom_domain, #log-events .user_pass, #user-log-events .no_custom_domain, #user-log-events .user_pass, #templates .no_custom_domain, #templates .user_pass,
#ai-outputs .no_custom_domain,
#ai-outputs .user_pass, #admin_mail_tests .no_custom_domain, #admin_mail_tests .user_pass, #api-keys .no_custom_domain, #api-keys .user_pass {
  color: rgba(77, 122, 186, 0.3);
}
#addresses .target, #address .target, #delivery_status .target, #latest-events .target, #outgoing-account .target, #beacon-messages .target,
#delivery_statuses .target, #beacon-domains .target, #outgoing-accounts .target, #users .target, #admin_notifications .target,
#beacon-accounts .target, #custom-domains .target, #accounts .target, #log-events .target, #user-log-events .target, #templates .target,
#ai-outputs .target, #admin_mail_tests .target, #api-keys .target {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .recipient, #addresses .from, #addresses .subject, #address .recipient, #address .from, #address .subject, #delivery_status .recipient, #delivery_status .from, #delivery_status .subject, #latest-events .recipient, #latest-events .from, #latest-events .subject, #outgoing-account .recipient, #outgoing-account .from, #outgoing-account .subject, #beacon-messages .recipient, #beacon-messages .from, #beacon-messages .subject,
#delivery_statuses .recipient,
#delivery_statuses .from,
#delivery_statuses .subject, #beacon-domains .recipient, #beacon-domains .from, #beacon-domains .subject, #outgoing-accounts .recipient, #outgoing-accounts .from, #outgoing-accounts .subject, #users .recipient, #users .from, #users .subject, #admin_notifications .recipient, #admin_notifications .from, #admin_notifications .subject,
#beacon-accounts .recipient,
#beacon-accounts .from,
#beacon-accounts .subject, #custom-domains .recipient, #custom-domains .from, #custom-domains .subject, #accounts .recipient, #accounts .from, #accounts .subject, #log-events .recipient, #log-events .from, #log-events .subject, #user-log-events .recipient, #user-log-events .from, #user-log-events .subject, #templates .recipient, #templates .from, #templates .subject,
#ai-outputs .recipient,
#ai-outputs .from,
#ai-outputs .subject, #admin_mail_tests .recipient, #admin_mail_tests .from, #admin_mail_tests .subject, #api-keys .recipient, #api-keys .from, #api-keys .subject {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .in-from, #addresses .in-subject, #addresses .in-recipient, #addresses .in-mid, #address .in-from, #address .in-subject, #address .in-recipient, #address .in-mid, #delivery_status .in-from, #delivery_status .in-subject, #delivery_status .in-recipient, #delivery_status .in-mid, #latest-events .in-from, #latest-events .in-subject, #latest-events .in-recipient, #latest-events .in-mid, #outgoing-account .in-from, #outgoing-account .in-subject, #outgoing-account .in-recipient, #outgoing-account .in-mid, #beacon-messages .in-from, #beacon-messages .in-subject, #beacon-messages .in-recipient, #beacon-messages .in-mid,
#delivery_statuses .in-from,
#delivery_statuses .in-subject,
#delivery_statuses .in-recipient,
#delivery_statuses .in-mid, #beacon-domains .in-from, #beacon-domains .in-subject, #beacon-domains .in-recipient, #beacon-domains .in-mid, #outgoing-accounts .in-from, #outgoing-accounts .in-subject, #outgoing-accounts .in-recipient, #outgoing-accounts .in-mid, #users .in-from, #users .in-subject, #users .in-recipient, #users .in-mid, #admin_notifications .in-from, #admin_notifications .in-subject, #admin_notifications .in-recipient, #admin_notifications .in-mid,
#beacon-accounts .in-from,
#beacon-accounts .in-subject,
#beacon-accounts .in-recipient,
#beacon-accounts .in-mid, #custom-domains .in-from, #custom-domains .in-subject, #custom-domains .in-recipient, #custom-domains .in-mid, #accounts .in-from, #accounts .in-subject, #accounts .in-recipient, #accounts .in-mid, #log-events .in-from, #log-events .in-subject, #log-events .in-recipient, #log-events .in-mid, #user-log-events .in-from, #user-log-events .in-subject, #user-log-events .in-recipient, #user-log-events .in-mid, #templates .in-from, #templates .in-subject, #templates .in-recipient, #templates .in-mid,
#ai-outputs .in-from,
#ai-outputs .in-subject,
#ai-outputs .in-recipient,
#ai-outputs .in-mid, #admin_mail_tests .in-from, #admin_mail_tests .in-subject, #admin_mail_tests .in-recipient, #admin_mail_tests .in-mid, #api-keys .in-from, #api-keys .in-subject, #api-keys .in-recipient, #api-keys .in-mid {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .mid, #address .mid, #delivery_status .mid, #latest-events .mid, #outgoing-account .mid, #beacon-messages .mid,
#delivery_statuses .mid, #beacon-domains .mid, #outgoing-accounts .mid, #users .mid, #admin_notifications .mid,
#beacon-accounts .mid, #custom-domains .mid, #accounts .mid, #log-events .mid, #user-log-events .mid, #templates .mid,
#ai-outputs .mid, #admin_mail_tests .mid, #api-keys .mid {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .config, #address .config, #delivery_status .config, #latest-events .config, #outgoing-account .config, #beacon-messages .config,
#delivery_statuses .config, #beacon-domains .config, #outgoing-accounts .config, #users .config, #admin_notifications .config,
#beacon-accounts .config, #custom-domains .config, #accounts .config, #log-events .config, #user-log-events .config, #templates .config,
#ai-outputs .config, #admin_mail_tests .config, #api-keys .config {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .host, #address .host, #delivery_status .host, #latest-events .host, #outgoing-account .host, #beacon-messages .host,
#delivery_statuses .host, #beacon-domains .host, #outgoing-accounts .host, #users .host, #admin_notifications .host,
#beacon-accounts .host, #custom-domains .host, #accounts .host, #log-events .host, #user-log-events .host, #templates .host,
#ai-outputs .host, #admin_mail_tests .host, #api-keys .host {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  #addresses .host, #address .host, #delivery_status .host, #latest-events .host, #outgoing-account .host, #beacon-messages .host,
  #delivery_statuses .host, #beacon-domains .host, #outgoing-accounts .host, #users .host, #admin_notifications .host,
  #beacon-accounts .host, #custom-domains .host, #accounts .host, #log-events .host, #user-log-events .host, #templates .host,
  #ai-outputs .host, #admin_mail_tests .host, #api-keys .host {
    max-width: 80px;
  }
}
#addresses .uuid, #addresses .mid, #addresses .host, #address .uuid, #address .mid, #address .host, #delivery_status .uuid, #delivery_status .mid, #delivery_status .host, #latest-events .uuid, #latest-events .mid, #latest-events .host, #outgoing-account .uuid, #outgoing-account .mid, #outgoing-account .host, #beacon-messages .uuid, #beacon-messages .mid, #beacon-messages .host,
#delivery_statuses .uuid,
#delivery_statuses .mid,
#delivery_statuses .host, #beacon-domains .uuid, #beacon-domains .mid, #beacon-domains .host, #outgoing-accounts .uuid, #outgoing-accounts .mid, #outgoing-accounts .host, #users .uuid, #users .mid, #users .host, #admin_notifications .uuid, #admin_notifications .mid, #admin_notifications .host,
#beacon-accounts .uuid,
#beacon-accounts .mid,
#beacon-accounts .host, #custom-domains .uuid, #custom-domains .mid, #custom-domains .host, #accounts .uuid, #accounts .mid, #accounts .host, #log-events .uuid, #log-events .mid, #log-events .host, #user-log-events .uuid, #user-log-events .mid, #user-log-events .host, #templates .uuid, #templates .mid, #templates .host,
#ai-outputs .uuid,
#ai-outputs .mid,
#ai-outputs .host, #admin_mail_tests .uuid, #admin_mail_tests .mid, #admin_mail_tests .host, #api-keys .uuid, #api-keys .mid, #api-keys .host {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9em;
}
#addresses .heroku, #address .heroku, #delivery_status .heroku, #latest-events .heroku, #outgoing-account .heroku, #beacon-messages .heroku,
#delivery_statuses .heroku, #beacon-domains .heroku, #outgoing-accounts .heroku, #users .heroku, #admin_notifications .heroku,
#beacon-accounts .heroku, #custom-domains .heroku, #accounts .heroku, #log-events .heroku, #user-log-events .heroku, #templates .heroku,
#ai-outputs .heroku, #admin_mail_tests .heroku, #api-keys .heroku {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .auth-regex, #address .auth-regex, #delivery_status .auth-regex, #latest-events .auth-regex, #outgoing-account .auth-regex, #beacon-messages .auth-regex,
#delivery_statuses .auth-regex, #beacon-domains .auth-regex, #outgoing-accounts .auth-regex, #users .auth-regex, #admin_notifications .auth-regex,
#beacon-accounts .auth-regex, #custom-domains .auth-regex, #accounts .auth-regex, #log-events .auth-regex, #user-log-events .auth-regex, #templates .auth-regex,
#ai-outputs .auth-regex, #admin_mail_tests .auth-regex, #api-keys .auth-regex {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .domain-target, #address .domain-target, #delivery_status .domain-target, #latest-events .domain-target, #outgoing-account .domain-target, #beacon-messages .domain-target,
#delivery_statuses .domain-target, #beacon-domains .domain-target, #outgoing-accounts .domain-target, #users .domain-target, #admin_notifications .domain-target,
#beacon-accounts .domain-target, #custom-domains .domain-target, #accounts .domain-target, #log-events .domain-target, #user-log-events .domain-target, #templates .domain-target,
#ai-outputs .domain-target, #admin_mail_tests .domain-target, #api-keys .domain-target {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .mta-domain, #address .mta-domain, #delivery_status .mta-domain, #latest-events .mta-domain, #outgoing-account .mta-domain, #beacon-messages .mta-domain,
#delivery_statuses .mta-domain, #beacon-domains .mta-domain, #outgoing-accounts .mta-domain, #users .mta-domain, #admin_notifications .mta-domain,
#beacon-accounts .mta-domain, #custom-domains .mta-domain, #accounts .mta-domain, #log-events .mta-domain, #user-log-events .mta-domain, #templates .mta-domain,
#ai-outputs .mta-domain, #admin_mail_tests .mta-domain, #api-keys .mta-domain {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .message-recipient, #address .message-recipient, #delivery_status .message-recipient, #latest-events .message-recipient, #outgoing-account .message-recipient, #beacon-messages .message-recipient,
#delivery_statuses .message-recipient, #beacon-domains .message-recipient, #outgoing-accounts .message-recipient, #users .message-recipient, #admin_notifications .message-recipient,
#beacon-accounts .message-recipient, #custom-domains .message-recipient, #accounts .message-recipient, #log-events .message-recipient, #user-log-events .message-recipient, #templates .message-recipient,
#ai-outputs .message-recipient, #admin_mail_tests .message-recipient, #api-keys .message-recipient {
  max-width: 200px;
}
#addresses td.targets, #address td.targets, #delivery_status td.targets, #latest-events td.targets, #outgoing-account td.targets, #beacon-messages td.targets,
#delivery_statuses td.targets, #beacon-domains td.targets, #outgoing-accounts td.targets, #users td.targets, #admin_notifications td.targets,
#beacon-accounts td.targets, #custom-domains td.targets, #accounts td.targets, #log-events td.targets, #user-log-events td.targets, #templates td.targets,
#ai-outputs td.targets, #admin_mail_tests td.targets, #api-keys td.targets {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#addresses .log-description, #address .log-description, #delivery_status .log-description, #latest-events .log-description, #outgoing-account .log-description, #beacon-messages .log-description,
#delivery_statuses .log-description, #beacon-domains .log-description, #outgoing-accounts .log-description, #users .log-description, #admin_notifications .log-description,
#beacon-accounts .log-description, #custom-domains .log-description, #accounts .log-description, #log-events .log-description, #user-log-events .log-description, #templates .log-description,
#ai-outputs .log-description, #admin_mail_tests .log-description, #api-keys .log-description {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399.98px) {
  #addresses .log-description, #address .log-description, #delivery_status .log-description, #latest-events .log-description, #outgoing-account .log-description, #beacon-messages .log-description,
  #delivery_statuses .log-description, #beacon-domains .log-description, #outgoing-accounts .log-description, #users .log-description, #admin_notifications .log-description,
  #beacon-accounts .log-description, #custom-domains .log-description, #accounts .log-description, #log-events .log-description, #user-log-events .log-description, #templates .log-description,
  #ai-outputs .log-description, #admin_mail_tests .log-description, #api-keys .log-description {
    max-width: 300px;
  }
}
@media (min-width: 1400px) {
  #addresses .log-description, #address .log-description, #delivery_status .log-description, #latest-events .log-description, #outgoing-account .log-description, #beacon-messages .log-description,
  #delivery_statuses .log-description, #beacon-domains .log-description, #outgoing-accounts .log-description, #users .log-description, #admin_notifications .log-description,
  #beacon-accounts .log-description, #custom-domains .log-description, #accounts .log-description, #log-events .log-description, #user-log-events .log-description, #templates .log-description,
  #ai-outputs .log-description, #admin_mail_tests .log-description, #api-keys .log-description {
    white-space: break-spaces;
  }
}
#addresses .params, #address .params, #delivery_status .params, #latest-events .params, #outgoing-account .params, #beacon-messages .params,
#delivery_statuses .params, #beacon-domains .params, #outgoing-accounts .params, #users .params, #admin_notifications .params,
#beacon-accounts .params, #custom-domains .params, #accounts .params, #log-events .params, #user-log-events .params, #templates .params,
#ai-outputs .params, #admin_mail_tests .params, #api-keys .params {
  max-width: 250px;
}
#addresses .attachment-url .link, #addresses .attachment-copy .link, #address .attachment-url .link, #address .attachment-copy .link, #delivery_status .attachment-url .link, #delivery_status .attachment-copy .link, #latest-events .attachment-url .link, #latest-events .attachment-copy .link, #outgoing-account .attachment-url .link, #outgoing-account .attachment-copy .link, #beacon-messages .attachment-url .link, #beacon-messages .attachment-copy .link,
#delivery_statuses .attachment-url .link,
#delivery_statuses .attachment-copy .link, #beacon-domains .attachment-url .link, #beacon-domains .attachment-copy .link, #outgoing-accounts .attachment-url .link, #outgoing-accounts .attachment-copy .link, #users .attachment-url .link, #users .attachment-copy .link, #admin_notifications .attachment-url .link, #admin_notifications .attachment-copy .link,
#beacon-accounts .attachment-url .link,
#beacon-accounts .attachment-copy .link, #custom-domains .attachment-url .link, #custom-domains .attachment-copy .link, #accounts .attachment-url .link, #accounts .attachment-copy .link, #log-events .attachment-url .link, #log-events .attachment-copy .link, #user-log-events .attachment-url .link, #user-log-events .attachment-copy .link, #templates .attachment-url .link, #templates .attachment-copy .link,
#ai-outputs .attachment-url .link,
#ai-outputs .attachment-copy .link, #admin_mail_tests .attachment-url .link, #admin_mail_tests .attachment-copy .link, #api-keys .attachment-url .link, #api-keys .attachment-copy .link {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (max-width: 991.98px) {
  #addresses .attachment-url .link, #addresses .attachment-copy .link, #address .attachment-url .link, #address .attachment-copy .link, #delivery_status .attachment-url .link, #delivery_status .attachment-copy .link, #latest-events .attachment-url .link, #latest-events .attachment-copy .link, #outgoing-account .attachment-url .link, #outgoing-account .attachment-copy .link, #beacon-messages .attachment-url .link, #beacon-messages .attachment-copy .link,
  #delivery_statuses .attachment-url .link,
  #delivery_statuses .attachment-copy .link, #beacon-domains .attachment-url .link, #beacon-domains .attachment-copy .link, #outgoing-accounts .attachment-url .link, #outgoing-accounts .attachment-copy .link, #users .attachment-url .link, #users .attachment-copy .link, #admin_notifications .attachment-url .link, #admin_notifications .attachment-copy .link,
  #beacon-accounts .attachment-url .link,
  #beacon-accounts .attachment-copy .link, #custom-domains .attachment-url .link, #custom-domains .attachment-copy .link, #accounts .attachment-url .link, #accounts .attachment-copy .link, #log-events .attachment-url .link, #log-events .attachment-copy .link, #user-log-events .attachment-url .link, #user-log-events .attachment-copy .link, #templates .attachment-url .link, #templates .attachment-copy .link,
  #ai-outputs .attachment-url .link,
  #ai-outputs .attachment-copy .link, #admin_mail_tests .attachment-url .link, #admin_mail_tests .attachment-copy .link, #api-keys .attachment-url .link, #api-keys .attachment-copy .link {
    display: none;
  }
}
#addresses .attachment-url .copy-area, #addresses .attachment-copy .copy-area, #address .attachment-url .copy-area, #address .attachment-copy .copy-area, #delivery_status .attachment-url .copy-area, #delivery_status .attachment-copy .copy-area, #latest-events .attachment-url .copy-area, #latest-events .attachment-copy .copy-area, #outgoing-account .attachment-url .copy-area, #outgoing-account .attachment-copy .copy-area, #beacon-messages .attachment-url .copy-area, #beacon-messages .attachment-copy .copy-area,
#delivery_statuses .attachment-url .copy-area,
#delivery_statuses .attachment-copy .copy-area, #beacon-domains .attachment-url .copy-area, #beacon-domains .attachment-copy .copy-area, #outgoing-accounts .attachment-url .copy-area, #outgoing-accounts .attachment-copy .copy-area, #users .attachment-url .copy-area, #users .attachment-copy .copy-area, #admin_notifications .attachment-url .copy-area, #admin_notifications .attachment-copy .copy-area,
#beacon-accounts .attachment-url .copy-area,
#beacon-accounts .attachment-copy .copy-area, #custom-domains .attachment-url .copy-area, #custom-domains .attachment-copy .copy-area, #accounts .attachment-url .copy-area, #accounts .attachment-copy .copy-area, #log-events .attachment-url .copy-area, #log-events .attachment-copy .copy-area, #user-log-events .attachment-url .copy-area, #user-log-events .attachment-copy .copy-area, #templates .attachment-url .copy-area, #templates .attachment-copy .copy-area,
#ai-outputs .attachment-url .copy-area,
#ai-outputs .attachment-copy .copy-area, #admin_mail_tests .attachment-url .copy-area, #admin_mail_tests .attachment-copy .copy-area, #api-keys .attachment-url .copy-area, #api-keys .attachment-copy .copy-area {
  overflow: hidden;
  display: inline-block;
}
#addresses td, #address td, #delivery_status td, #latest-events td, #outgoing-account td, #beacon-messages td,
#delivery_statuses td, #beacon-domains td, #outgoing-accounts td, #users td, #admin_notifications td,
#beacon-accounts td, #custom-domains td, #accounts td, #log-events td, #user-log-events td, #templates td,
#ai-outputs td, #admin_mail_tests td, #api-keys td {
  color: rgb(89.5, 112, 144);
}
#addresses #buttons, #address #buttons, #delivery_status #buttons, #latest-events #buttons, #outgoing-account #buttons, #beacon-messages #buttons,
#delivery_statuses #buttons, #beacon-domains #buttons, #outgoing-accounts #buttons, #users #buttons, #admin_notifications #buttons,
#beacon-accounts #buttons, #custom-domains #buttons, #accounts #buttons, #log-events #buttons, #user-log-events #buttons, #templates #buttons,
#ai-outputs #buttons, #admin_mail_tests #buttons, #api-keys #buttons {
  margin: 10px 0px;
}
#addresses #filter_delivery_statuses li, #address #filter_delivery_statuses li, #delivery_status #filter_delivery_statuses li, #latest-events #filter_delivery_statuses li, #outgoing-account #filter_delivery_statuses li, #beacon-messages #filter_delivery_statuses li,
#delivery_statuses #filter_delivery_statuses li, #beacon-domains #filter_delivery_statuses li, #outgoing-accounts #filter_delivery_statuses li, #users #filter_delivery_statuses li, #admin_notifications #filter_delivery_statuses li,
#beacon-accounts #filter_delivery_statuses li, #custom-domains #filter_delivery_statuses li, #accounts #filter_delivery_statuses li, #log-events #filter_delivery_statuses li, #user-log-events #filter_delivery_statuses li, #templates #filter_delivery_statuses li,
#ai-outputs #filter_delivery_statuses li, #admin_mail_tests #filter_delivery_statuses li, #api-keys #filter_delivery_statuses li {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
  margin-left: 0.5rem;
}
#addresses #filter_delivery_statuses li:after, #address #filter_delivery_statuses li:after, #delivery_status #filter_delivery_statuses li:after, #latest-events #filter_delivery_statuses li:after, #outgoing-account #filter_delivery_statuses li:after, #beacon-messages #filter_delivery_statuses li:after,
#delivery_statuses #filter_delivery_statuses li:after, #beacon-domains #filter_delivery_statuses li:after, #outgoing-accounts #filter_delivery_statuses li:after, #users #filter_delivery_statuses li:after, #admin_notifications #filter_delivery_statuses li:after,
#beacon-accounts #filter_delivery_statuses li:after, #custom-domains #filter_delivery_statuses li:after, #accounts #filter_delivery_statuses li:after, #log-events #filter_delivery_statuses li:after, #user-log-events #filter_delivery_statuses li:after, #templates #filter_delivery_statuses li:after,
#ai-outputs #filter_delivery_statuses li:after, #admin_mail_tests #filter_delivery_statuses li:after, #api-keys #filter_delivery_statuses li:after {
  content: "|";
  color: rgb(89.5, 112, 144);
  padding-left: 0.5rem;
}
#addresses #filter_delivery_statuses li:last-child:after, #address #filter_delivery_statuses li:last-child:after, #delivery_status #filter_delivery_statuses li:last-child:after, #latest-events #filter_delivery_statuses li:last-child:after, #outgoing-account #filter_delivery_statuses li:last-child:after, #beacon-messages #filter_delivery_statuses li:last-child:after,
#delivery_statuses #filter_delivery_statuses li:last-child:after, #beacon-domains #filter_delivery_statuses li:last-child:after, #outgoing-accounts #filter_delivery_statuses li:last-child:after, #users #filter_delivery_statuses li:last-child:after, #admin_notifications #filter_delivery_statuses li:last-child:after,
#beacon-accounts #filter_delivery_statuses li:last-child:after, #custom-domains #filter_delivery_statuses li:last-child:after, #accounts #filter_delivery_statuses li:last-child:after, #log-events #filter_delivery_statuses li:last-child:after, #user-log-events #filter_delivery_statuses li:last-child:after, #templates #filter_delivery_statuses li:last-child:after,
#ai-outputs #filter_delivery_statuses li:last-child:after, #admin_mail_tests #filter_delivery_statuses li:last-child:after, #api-keys #filter_delivery_statuses li:last-child:after {
  content: none;
}
#addresses #server-error pre, #addresses #server-error #delivery_status #response_body, #delivery_status #addresses #server-error #response_body, #addresses #server-error #event-details #response_body, #event-details #addresses #server-error #response_body, #addresses #server-error #beacon-message #response_body, #beacon-message #addresses #server-error #response_body, #addresses #server-error #billing-details #response_body, #billing-details #addresses #server-error #response_body, #addresses #server-error #beacon-domain .include-hint, #beacon-domain #addresses #server-error .include-hint, #addresses #server-error #beacon-domains .include-hint, #address #server-error pre, #address #server-error #delivery_status #response_body, #delivery_status #address #server-error #response_body, #address #server-error #event-details #response_body, #event-details #address #server-error #response_body, #address #server-error #beacon-message #response_body, #beacon-message #address #server-error #response_body, #address #server-error #billing-details #response_body, #billing-details #address #server-error #response_body, #address #server-error #beacon-domain .include-hint, #beacon-domain #address #server-error .include-hint, #address #server-error #beacon-domains .include-hint, #delivery_status #server-error pre, #delivery_status #server-error #response_body, #delivery_status #server-error #event-details #response_body, #event-details #delivery_status #server-error #response_body, #delivery_status #server-error #beacon-message #response_body, #beacon-message #delivery_status #server-error #response_body, #delivery_status #server-error #billing-details #response_body, #billing-details #delivery_status #server-error #response_body, #delivery_status #server-error #beacon-domain .include-hint, #beacon-domain #delivery_status #server-error .include-hint, #delivery_status #server-error #beacon-domains .include-hint, #latest-events #server-error pre, #latest-events #server-error #delivery_status #response_body, #delivery_status #latest-events #server-error #response_body, #latest-events #server-error #event-details #response_body, #event-details #latest-events #server-error #response_body, #latest-events #server-error #beacon-message #response_body, #beacon-message #latest-events #server-error #response_body, #latest-events #server-error #billing-details #response_body, #billing-details #latest-events #server-error #response_body, #latest-events #server-error #beacon-domain .include-hint, #beacon-domain #latest-events #server-error .include-hint, #latest-events #server-error #beacon-domains .include-hint, #outgoing-account #server-error pre, #outgoing-account #server-error #delivery_status #response_body, #delivery_status #outgoing-account #server-error #response_body, #outgoing-account #server-error #event-details #response_body, #event-details #outgoing-account #server-error #response_body, #outgoing-account #server-error #beacon-message #response_body, #beacon-message #outgoing-account #server-error #response_body, #outgoing-account #server-error #billing-details #response_body, #billing-details #outgoing-account #server-error #response_body, #outgoing-account #server-error #beacon-domain .include-hint, #beacon-domain #outgoing-account #server-error .include-hint, #outgoing-account #server-error #beacon-domains .include-hint, #beacon-messages #server-error pre, #beacon-messages #server-error #delivery_status #response_body, #delivery_status #beacon-messages #server-error #response_body, #beacon-messages #server-error #event-details #response_body, #event-details #beacon-messages #server-error #response_body, #beacon-messages #server-error #beacon-message #response_body, #beacon-message #beacon-messages #server-error #response_body, #beacon-messages #server-error #billing-details #response_body, #billing-details #beacon-messages #server-error #response_body, #beacon-messages #server-error #beacon-domain .include-hint, #beacon-domain #beacon-messages #server-error .include-hint, #beacon-messages #server-error #beacon-domains .include-hint,
#delivery_statuses #server-error pre,
#delivery_statuses #server-error #delivery_status #response_body,
#delivery_status #delivery_statuses #server-error #response_body,
#delivery_statuses #server-error #event-details #response_body,
#event-details #delivery_statuses #server-error #response_body,
#delivery_statuses #server-error #beacon-message #response_body,
#beacon-message #delivery_statuses #server-error #response_body,
#delivery_statuses #server-error #billing-details #response_body,
#billing-details #delivery_statuses #server-error #response_body,
#delivery_statuses #server-error #beacon-domain .include-hint,
#beacon-domain #delivery_statuses #server-error .include-hint,
#delivery_statuses #server-error #beacon-domains .include-hint, #beacon-domains #server-error pre, #beacon-domains #server-error #delivery_status #response_body, #delivery_status #beacon-domains #server-error #response_body, #beacon-domains #server-error #event-details #response_body, #event-details #beacon-domains #server-error #response_body, #beacon-domains #server-error #beacon-message #response_body, #beacon-message #beacon-domains #server-error #response_body, #beacon-domains #server-error #billing-details #response_body, #billing-details #beacon-domains #server-error #response_body, #beacon-domains #server-error .include-hint, #outgoing-accounts #server-error pre, #outgoing-accounts #server-error #delivery_status #response_body, #delivery_status #outgoing-accounts #server-error #response_body, #outgoing-accounts #server-error #event-details #response_body, #event-details #outgoing-accounts #server-error #response_body, #outgoing-accounts #server-error #beacon-message #response_body, #beacon-message #outgoing-accounts #server-error #response_body, #outgoing-accounts #server-error #billing-details #response_body, #billing-details #outgoing-accounts #server-error #response_body, #outgoing-accounts #server-error #beacon-domain .include-hint, #beacon-domain #outgoing-accounts #server-error .include-hint, #outgoing-accounts #server-error #beacon-domains .include-hint, #users #server-error pre, #users #server-error #delivery_status #response_body, #delivery_status #users #server-error #response_body, #users #server-error #event-details #response_body, #event-details #users #server-error #response_body, #users #server-error #beacon-message #response_body, #beacon-message #users #server-error #response_body, #users #server-error #billing-details #response_body, #billing-details #users #server-error #response_body, #users #server-error #beacon-domain .include-hint, #beacon-domain #users #server-error .include-hint, #users #server-error #beacon-domains .include-hint, #admin_notifications #server-error pre, #admin_notifications #server-error #delivery_status #response_body, #delivery_status #admin_notifications #server-error #response_body, #admin_notifications #server-error #event-details #response_body, #event-details #admin_notifications #server-error #response_body, #admin_notifications #server-error #beacon-message #response_body, #beacon-message #admin_notifications #server-error #response_body, #admin_notifications #server-error #billing-details #response_body, #billing-details #admin_notifications #server-error #response_body, #admin_notifications #server-error #beacon-domain .include-hint, #beacon-domain #admin_notifications #server-error .include-hint, #admin_notifications #server-error #beacon-domains .include-hint,
#beacon-accounts #server-error pre,
#beacon-accounts #server-error #delivery_status #response_body,
#delivery_status #beacon-accounts #server-error #response_body,
#beacon-accounts #server-error #event-details #response_body,
#event-details #beacon-accounts #server-error #response_body,
#beacon-accounts #server-error #beacon-message #response_body,
#beacon-message #beacon-accounts #server-error #response_body,
#beacon-accounts #server-error #billing-details #response_body,
#billing-details #beacon-accounts #server-error #response_body,
#beacon-accounts #server-error #beacon-domain .include-hint,
#beacon-domain #beacon-accounts #server-error .include-hint,
#beacon-accounts #server-error #beacon-domains .include-hint, #custom-domains #server-error pre, #custom-domains #server-error #delivery_status #response_body, #delivery_status #custom-domains #server-error #response_body, #custom-domains #server-error #event-details #response_body, #event-details #custom-domains #server-error #response_body, #custom-domains #server-error #beacon-message #response_body, #beacon-message #custom-domains #server-error #response_body, #custom-domains #server-error #billing-details #response_body, #billing-details #custom-domains #server-error #response_body, #custom-domains #server-error #beacon-domain .include-hint, #beacon-domain #custom-domains #server-error .include-hint, #custom-domains #server-error #beacon-domains .include-hint, #accounts #server-error pre, #accounts #server-error #delivery_status #response_body, #delivery_status #accounts #server-error #response_body, #accounts #server-error #event-details #response_body, #event-details #accounts #server-error #response_body, #accounts #server-error #beacon-message #response_body, #beacon-message #accounts #server-error #response_body, #accounts #server-error #billing-details #response_body, #billing-details #accounts #server-error #response_body, #accounts #server-error #beacon-domain .include-hint, #beacon-domain #accounts #server-error .include-hint, #accounts #server-error #beacon-domains .include-hint, #log-events #server-error pre, #log-events #server-error #delivery_status #response_body, #delivery_status #log-events #server-error #response_body, #log-events #server-error #event-details #response_body, #event-details #log-events #server-error #response_body, #log-events #server-error #beacon-message #response_body, #beacon-message #log-events #server-error #response_body, #log-events #server-error #billing-details #response_body, #billing-details #log-events #server-error #response_body, #log-events #server-error #beacon-domain .include-hint, #beacon-domain #log-events #server-error .include-hint, #log-events #server-error #beacon-domains .include-hint, #user-log-events #server-error pre, #user-log-events #server-error #delivery_status #response_body, #delivery_status #user-log-events #server-error #response_body, #user-log-events #server-error #event-details #response_body, #event-details #user-log-events #server-error #response_body, #user-log-events #server-error #beacon-message #response_body, #beacon-message #user-log-events #server-error #response_body, #user-log-events #server-error #billing-details #response_body, #billing-details #user-log-events #server-error #response_body, #user-log-events #server-error #beacon-domain .include-hint, #beacon-domain #user-log-events #server-error .include-hint, #user-log-events #server-error #beacon-domains .include-hint, #templates #server-error pre, #templates #server-error #delivery_status #response_body, #delivery_status #templates #server-error #response_body, #templates #server-error #event-details #response_body, #event-details #templates #server-error #response_body, #templates #server-error #beacon-message #response_body, #beacon-message #templates #server-error #response_body, #templates #server-error #billing-details #response_body, #billing-details #templates #server-error #response_body, #templates #server-error #beacon-domain .include-hint, #beacon-domain #templates #server-error .include-hint, #templates #server-error #beacon-domains .include-hint,
#ai-outputs #server-error pre,
#ai-outputs #server-error #delivery_status #response_body,
#delivery_status #ai-outputs #server-error #response_body,
#ai-outputs #server-error #event-details #response_body,
#event-details #ai-outputs #server-error #response_body,
#ai-outputs #server-error #beacon-message #response_body,
#beacon-message #ai-outputs #server-error #response_body,
#ai-outputs #server-error #billing-details #response_body,
#billing-details #ai-outputs #server-error #response_body,
#ai-outputs #server-error #beacon-domain .include-hint,
#beacon-domain #ai-outputs #server-error .include-hint,
#ai-outputs #server-error #beacon-domains .include-hint, #admin_mail_tests #server-error pre, #admin_mail_tests #server-error #delivery_status #response_body, #delivery_status #admin_mail_tests #server-error #response_body, #admin_mail_tests #server-error #event-details #response_body, #event-details #admin_mail_tests #server-error #response_body, #admin_mail_tests #server-error #beacon-message #response_body, #beacon-message #admin_mail_tests #server-error #response_body, #admin_mail_tests #server-error #billing-details #response_body, #billing-details #admin_mail_tests #server-error #response_body, #admin_mail_tests #server-error #beacon-domain .include-hint, #beacon-domain #admin_mail_tests #server-error .include-hint, #admin_mail_tests #server-error #beacon-domains .include-hint, #api-keys #server-error pre, #api-keys #server-error #delivery_status #response_body, #delivery_status #api-keys #server-error #response_body, #api-keys #server-error #event-details #response_body, #event-details #api-keys #server-error #response_body, #api-keys #server-error #beacon-message #response_body, #beacon-message #api-keys #server-error #response_body, #api-keys #server-error #billing-details #response_body, #billing-details #api-keys #server-error #response_body, #api-keys #server-error #beacon-domain .include-hint, #beacon-domain #api-keys #server-error .include-hint, #api-keys #server-error #beacon-domains .include-hint {
  white-space: pre-wrap;
}
#addresses #incoming-status-attachments, #address #incoming-status-attachments, #delivery_status #incoming-status-attachments, #latest-events #incoming-status-attachments, #outgoing-account #incoming-status-attachments, #beacon-messages #incoming-status-attachments,
#delivery_statuses #incoming-status-attachments, #beacon-domains #incoming-status-attachments, #outgoing-accounts #incoming-status-attachments, #users #incoming-status-attachments, #admin_notifications #incoming-status-attachments,
#beacon-accounts #incoming-status-attachments, #custom-domains #incoming-status-attachments, #accounts #incoming-status-attachments, #log-events #incoming-status-attachments, #user-log-events #incoming-status-attachments, #templates #incoming-status-attachments,
#ai-outputs #incoming-status-attachments, #admin_mail_tests #incoming-status-attachments, #api-keys #incoming-status-attachments {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#addresses #incoming-status-attachments h5, #addresses #incoming-status-attachments .h5, #address #incoming-status-attachments h5, #address #incoming-status-attachments .h5, #delivery_status #incoming-status-attachments h5, #delivery_status #incoming-status-attachments .h5, #latest-events #incoming-status-attachments h5, #latest-events #incoming-status-attachments .h5, #outgoing-account #incoming-status-attachments h5, #outgoing-account #incoming-status-attachments .h5, #beacon-messages #incoming-status-attachments h5, #beacon-messages #incoming-status-attachments .h5,
#delivery_statuses #incoming-status-attachments h5,
#delivery_statuses #incoming-status-attachments .h5, #beacon-domains #incoming-status-attachments h5, #beacon-domains #incoming-status-attachments .h5, #outgoing-accounts #incoming-status-attachments h5, #outgoing-accounts #incoming-status-attachments .h5, #users #incoming-status-attachments h5, #users #incoming-status-attachments .h5, #admin_notifications #incoming-status-attachments h5, #admin_notifications #incoming-status-attachments .h5,
#beacon-accounts #incoming-status-attachments h5,
#beacon-accounts #incoming-status-attachments .h5, #custom-domains #incoming-status-attachments h5, #custom-domains #incoming-status-attachments .h5, #accounts #incoming-status-attachments h5, #accounts #incoming-status-attachments .h5, #log-events #incoming-status-attachments h5, #log-events #incoming-status-attachments .h5, #user-log-events #incoming-status-attachments h5, #user-log-events #incoming-status-attachments .h5, #templates #incoming-status-attachments h5, #templates #incoming-status-attachments .h5,
#ai-outputs #incoming-status-attachments h5,
#ai-outputs #incoming-status-attachments .h5, #admin_mail_tests #incoming-status-attachments h5, #admin_mail_tests #incoming-status-attachments .h5, #api-keys #incoming-status-attachments h5, #api-keys #incoming-status-attachments .h5 {
  color: inherit;
  font-size: 1em;
  font-weight: 500;
}

#admin_notifications .contact {
  max-width: 20vw;
}

.admin-contact-link {
  display: block;
  float: left;
  width: 100%;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-contact-link i {
  padding-left: 2px;
  padding-right: 2px;
}
.admin-contact-link .admin-notification-icon {
  color: blue;
}
.admin-contact-link .admin-heroku-icon {
  color: purple;
}
.admin-contact-link .admin-digitalocean-icon {
  color: #0080FF;
}
.admin-contact-link .admin-bounced-icon {
  color: #f0ad4e;
}

.email-link {
  margin-left: 5px;
}

.deleted-user, .deleted-domain, .deleted-account, .deleted-address {
  opacity: 70%;
  text-decoration: line-through;
}

#limits tr:target {
  background-color: #fff3cd;
  animation: highlight-fade 2s ease-out;
}
@keyframes highlight-fade {
  0% {
    background-color: #fff3cd;
  }
  100% {
    background-color: transparent;
  }
}

.rotate-animate {
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 130px;
  background-color: #4d7ABA;
}

body#application, body#blog {
  background-color: rgba(77, 122, 186, 0.02);
}

@media (max-width: 991.98px) {
  .table-holder {
    min-height: 200px;
  }
}

table th {
  background-color: rgba(77, 122, 186, 0.1);
  color: #4d7ABA;
  font-weight: 400;
}

.alert, #issue-banner, #welcome-banner, #feedback-banner, #landing #jumbo-header #demo, .delivery-test-errors, #outgoing-account #test-mode, #latest-events #test-mode, #outgoing-accounts #test-mode, #beacon-accounts #test-mode, #beacon-messages #test-mode,
#beacon-message #test-mode, #beacon-domains #test-mode, #top-accounts #test-mode, #error_explanation, #application .sidebar-warning, #blog .sidebar-warning, .error, #errors, .warning, .notice, .success, #addresses .target-details, #address .target-details, #delivery_status .target-details, #latest-events .target-details, #outgoing-account .target-details, #beacon-messages .target-details,
#delivery_statuses .target-details, #beacon-domains .target-details, #outgoing-accounts .target-details, #users .target-details, #admin_notifications .target-details,
#beacon-accounts .target-details, #custom-domains .target-details, #accounts .target-details, #log-events .target-details, #user-log-events .target-details, #templates .target-details,
#ai-outputs .target-details, #admin_mail_tests .target-details, #api-keys .target-details {
  transform-origin: top;
}

.slideup {
  transition: all 0.5s ease-in;
  border: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  transform: scaleY(0);
}

.button, .plan-list .plan .signup .signup_button, .plan-list .plan .signup_micro .signup_button, .plan-list .plan .select .select_button, .plan-list .plan .signup_micro .select_button, #sidebar #side-test-mode .live-link, input[type=submit] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4d7ABA;
  --bs-btn-border-color: #4d7ABA;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(65.45, 103.7, 158.1);
  --bs-btn-hover-border-color: rgb(61.6, 97.6, 148.8);
  --bs-btn-focus-shadow-rgb: 104, 142, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(61.6, 97.6, 148.8);
  --bs-btn-active-border-color: rgb(57.75, 91.5, 139.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4d7ABA;
  --bs-btn-disabled-border-color: #4d7ABA;
}

.delete_button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(184.45, 70.55, 67.15);
  --bs-btn-hover-border-color: rgb(173.6, 66.4, 63.2);
  --bs-btn-focus-shadow-rgb: 223, 109, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(173.6, 66.4, 63.2);
  --bs-btn-active-border-color: rgb(162.75, 62.25, 59.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d9534f;
  --bs-btn-disabled-border-color: #d9534f;
}

.back-button, .back_button, .plan-list .plan .select .downgrade_button, .plan-list .plan .signup_micro .downgrade_button {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.disabled_button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4d7ABA;
  --bs-btn-border-color: #4d7ABA;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(65.45, 103.7, 158.1);
  --bs-btn-hover-border-color: rgb(61.6, 97.6, 148.8);
  --bs-btn-focus-shadow-rgb: 104, 142, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(61.6, 97.6, 148.8);
  --bs-btn-active-border-color: rgb(57.75, 91.5, 139.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4d7ABA;
  --bs-btn-disabled-border-color: #4d7ABA;
  opacity: 0.7;
}

#footer {
  background-color: #4d7ABA;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer #links, #footer #owner {
  color: #fff;
}
#footer #links ul {
  text-align: center;
}
#footer #links ul a {
  color: rgb(201.6, 215.1, 234.3);
}
#footer #links ul a:hover {
  color: #fff;
  text-decoration: none;
}
#footer #owner {
  font-size: 0.9em;
  color: rgb(130.4, 161.9, 206.7);
  text-align: center;
}
#footer #owner a {
  color: rgb(130.4, 161.9, 206.7);
}

@media (min-width: 576px) {
  #application #footer, #signup-layout #footer, #error-layout #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 110px;
  }
}

#application .content, #blog .content {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #application .content, #blog .content {
    margin-bottom: 2rem;
  }
}
#application .sidebar, #blog .sidebar {
  font-size: 0.81rem;
  margin-bottom: 1rem;
  color: #666;
  background-color: rgba(77, 122, 186, 0.1);
  padding: 1rem;
}
#application .sidebar > *:last-child, #blog .sidebar > *:last-child {
  margin-bottom: 0;
}
#application .sidebar-warning, #blog .sidebar-warning {
  background-color: var(--bs-alert-bg);
}
#application h3, #application .h3, #blog h3, #blog .h3 {
  font-size: 1.35rem;
}
#application dd, #blog dd {
  word-break: break-all;
}

#signup-layout, #error-layout {
  color: #333;
}
#signup-layout .content, #error-layout .content {
  background-color: var(--bs-body-bg);
  margin-top: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: 3px;
}
#signup-layout h2, #signup-layout .h2, #error-layout h2, #error-layout .h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 30px;
}
#signup-layout .links, #error-layout .links {
  margin-top: 10px;
}

#error-layout {
  text-align: center;
}
#error-layout .logo {
  margin-top: 30px;
}
#error-layout h2 .status_code, #error-layout .h2 .status_code {
  font-size: 1.1em;
  font-weight: bold;
}
#error-layout h2 .status_info, #error-layout .h2 .status_info {
  font-size: 0.8em;
}

form .hint, form #landing .testimonials .testimonial .profile .author .company, #landing .testimonials .testimonial .profile .author form .company, form #landing .testimonials .testimonial-content .callout, #landing .testimonials .testimonial-content form .callout, form #landing .feature-banner .banner-content .callout, #landing .feature-banner .banner-content form .callout, form #landing .signup-cta .banner-content .callout, #landing .signup-cta .banner-content form .callout, .hint, #subtext p, .plan-list .plan .option_details, #landing .testimonials .testimonial .profile .author .company, #landing .testimonials .testimonial-content .callout, #landing .feature-banner .banner-content .callout, #landing .signup-cta .banner-content .callout, #address_form ul.options li.option p, #attachment-form ul.options li.option p, #message-storage-form ul.options li.option p {
  color: #999;
  font-size: 0.9em;
  margin-top: 5px;
}

.clipboard-copy {
  color: rgba(77, 122, 186, 0.46);
  margin-left: 6px;
  cursor: pointer;
}

.clipboard-copied {
  color: rgba(77, 122, 186, 0.46);
  margin-left: 6px;
}
.clipboard-copied::after {
  color: rgba(77, 122, 186, 0.46);
  font-family: "Courier New", Courier, monospace;
  content: "copied!";
}

#error_explanation h2, #error_explanation .h2 {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  border: none;
}
#error_explanation ul {
  margin: 10px 10px 0px 10px;
  padding: 0px;
  list-style: none;
}
#error_explanation ul li {
  font-size: 0.9rem;
  font-weight: 300;
}

.credential {
  color: #999;
  font-size: 0.9em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

pre, #delivery_status #response_body, #event-details #response_body, #beacon-message #response_body, #billing-details #response_body, #beacon-domain .include-hint, #beacon-domains .include-hint {
  padding: 0.5rem;
  color: #343a40;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
}

#terms ol, #acceptable-use ol {
  counter-reset: item;
  list-style-type: none;
}
#terms ol > li, #acceptable-use ol > li {
  counter-increment: item;
}
#terms ol > li > h3::before, #terms ol > li > .h3::before, #terms ol > li > ol > li::before, #terms ol > li > ol > li > ol > li::before, #acceptable-use ol > li > h3::before, #acceptable-use ol > li > .h3::before, #acceptable-use ol > li > ol > li::before, #acceptable-use ol > li > ol > li > ol > li::before {
  content: counters(item, ".") " - ";
}
#terms ol > li > h3, #terms ol > li > .h3, #acceptable-use ol > li > h3, #acceptable-use ol > li > .h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#terms ol > li > ol > li, #acceptable-use ol > li > ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#recovery-codes .codes .code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-align: center;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
#recovery-codes .codes .code::before {
  content: "• ";
}

#outgoing-account .health-color-success, #latest-events .health-color-success, #outgoing-accounts .health-color-success, #beacon-accounts .health-color-success, #beacon-messages .health-color-success,
#beacon-message .health-color-success, #beacon-domains .health-color-success, #top-accounts .health-color-success {
  color: #5cb85c;
}
#outgoing-account .health-color-warning, #latest-events .health-color-warning, #outgoing-accounts .health-color-warning, #beacon-accounts .health-color-warning, #beacon-messages .health-color-warning,
#beacon-message .health-color-warning, #beacon-domains .health-color-warning, #top-accounts .health-color-warning {
  color: #f0ad4e;
}
#outgoing-account .health-color-danger, #latest-events .health-color-danger, #outgoing-accounts .health-color-danger, #beacon-accounts .health-color-danger, #beacon-messages .health-color-danger,
#beacon-message .health-color-danger, #beacon-domains .health-color-danger, #top-accounts .health-color-danger {
  color: rgb(226.2, 119, 78.6);
}
#outgoing-account .health-color-fatal, #latest-events .health-color-fatal, #outgoing-accounts .health-color-fatal, #beacon-accounts .health-color-fatal, #beacon-messages .health-color-fatal,
#beacon-message .health-color-fatal, #beacon-domains .health-color-fatal, #top-accounts .health-color-fatal {
  color: #d9534f;
}
#outgoing-account .details-icon, #latest-events .details-icon, #outgoing-accounts .details-icon, #beacon-accounts .details-icon, #beacon-messages .details-icon,
#beacon-message .details-icon, #beacon-domains .details-icon, #top-accounts .details-icon {
  color: #4d7ABA;
  font-size: 1.1em;
  line-height: 1.2em;
}
#outgoing-account table td, #latest-events table td, #outgoing-accounts table td, #beacon-accounts table td, #beacon-messages table td,
#beacon-message table td, #beacon-domains table td, #top-accounts table td {
  color: rgb(89.5, 112, 144);
}
#outgoing-account #test-mode, #latest-events #test-mode, #outgoing-accounts #test-mode, #beacon-accounts #test-mode, #beacon-messages #test-mode,
#beacon-message #test-mode, #beacon-domains #test-mode, #top-accounts #test-mode {
  margin-top: 20px;
}
#outgoing-account #test-mode .live-link:after, #latest-events #test-mode .live-link:after, #outgoing-accounts #test-mode .live-link:after, #beacon-accounts #test-mode .live-link:after, #beacon-messages #test-mode .live-link:after,
#beacon-message #test-mode .live-link:after, #beacon-domains #test-mode .live-link:after, #top-accounts #test-mode .live-link:after {
  content: ".";
}

#sidebar #tags .tags {
  font-size: 1.3em;
}
#sidebar #tags .tags .label, #sidebar #tags .tags .plan-list .plan .offer, .plan-list .plan #sidebar #tags .tags .offer, #sidebar #tags .tags .plan-list .plan .free_trial, .plan-list .plan #sidebar #tags .tags .free_trial, #sidebar #tags .tags .beta-label, #sidebar #tags .tags .you-label, #sidebar #tags .tags .tag-label, #sidebar #tags .tags #landing #details #feature-summary .soon:before, #landing #details #feature-summary #sidebar #tags .tags .soon:before, #sidebar #tags .tags #landing #details #overview li .soon, #landing #details #overview li #sidebar #tags .tags .soon {
  font-weight: normal;
}
#sidebar #side-test-mode .live-link {
  display: inline-block;
  margin-top: 1em;
  margin-right: 50%;
}
#sidebar #account-details dt {
  margin-top: 0.5em;
}
#sidebar #account-details dd {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
}
#sidebar #account-details .api_key {
  word-wrap: break-word;
}
#sidebar #account-details .account-private-details {
  margin-top: 10px;
}
#sidebar #account-health {
  font-size: 1em;
}
#sidebar #account-health .health-score {
  text-align: center;
}
#sidebar #account-health .health-score .health-percentage {
  font-weight: bold;
  font-size: 2.5rem;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
}
#sidebar #account-health ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}
#sidebar #account-health .tip {
  display: inline;
}

#beacon-domain .dns-entry, #beacon-domains .dns-entry {
  white-space: pre-wrap;
  word-wrap: break-word;
  min-width: 200px;
  max-width: 400px;
  max-height: 340px;
  overflow-y: scroll;
}
#beacon-domain .include-hint, #beacon-domains .include-hint {
  display: inline;
}
#beacon-domain tr.boundary td, #beacon-domains tr.boundary td {
  border-top: 1px dashed #999;
}

.billing #billing-details h3, .billing #billing-details .h3,
.billing #billing-details .cards_accepted {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.billing #billing-details .recurly-hosted-field {
  display: block;
  height: 100%;
}

.recurly-element,
.recurly-hosted-field {
  background-color: #fff;
  border: 1px solid #d7d7d9;
  border-radius: 3px;
  margin-top: 10px;
  height: 2.6em;
  box-sizing: border-box;
  padding: 0 8px;
}

.recurly-element-focus,
.recurly-hosted-field-focus {
  border: 1px solid #8c8c91;
}

.recurly-element-invalid,
.recurly-hosted-field-invalid {
  border: 1px solid #e35256;
}

.recurly-element-number,
.recurly-hosted-field-number {
  width: 12em;
}

.recurly-element-cvv,
.recurly-element-month,
.recurly-element-year,
.recurly-hosted-field-cvv,
.recurly-hosted-field-month,
.recurly-hosted-field-year {
  width: 4em;
}

.text-truncate, #blog .article-header h2, #blog .article-header .h2, #changelog .article-header h2, #changelog .article-header .h2, #blog .article-header h4, #blog .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #blog .article-header li::before, #blog .article-header .h4, #changelog .article-header h4, #changelog .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #changelog .article-header li::before, #changelog .article-header .h4, .blogs .article-details h4, .blogs .article-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-details li::before, .blogs .article-details .h4, .blogs .article-details h5, .blogs .article-details .h5, .blogs .article-header h4, .blogs .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-header li::before, .blogs .article-header .h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blogs h2, .blogs .h2 {
  text-align: center;
  margin-bottom: 5px;
}
.blogs .subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #777;
  font-size: 0.9rem;
}
.blogs a {
  text-decoration: none;
}
.blogs a:hover {
  text-decoration: none;
}
.blogs .article-holder {
  margin-bottom: 20px;
}
.blogs .article-small-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 200px;
  height: 140px;
  object-fit: cover;
  object-position: left;
}
.blogs .article-header {
  margin: auto;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}
.blogs .article-header h4, .blogs .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-header li::before, .blogs .article-header .h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
.blogs .article-list-front .article-holder:first-child {
  margin-bottom: 20px;
}
.blogs .article-preview {
  border-radius: 5px;
}
.blogs .article-details h4, .blogs .article-details #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul .blogs .article-details li::before, .blogs .article-details .h4, .blogs .article-details h5, .blogs .article-details .h5 {
  height: 2em;
  font-size: 1.35rem;
  color: #4d7ABA !important;
}
.blogs .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
  font-size: 0.9em;
  line-height: 1.4em;
  min-height: 3em;
  margin-bottom: 20px;
}
.blogs .details {
  font-size: 0.8em;
  color: #bbbbbb;
}
.blogs .details .who {
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.blogs .details .who .article-author-image {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.blogs .details .who span {
  display: inline-block;
  margin-left: 5px;
}
.blogs .details .created_at {
  float: right;
}

#blog, #changelog {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
#blog .article-header-image, #changelog .article-header-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
#blog .blog-header, #changelog .blog-header {
  padding-top: 40px;
  padding-bottom: 80px;
}
#blog .article-header, #changelog .article-header {
  color: rgba(255, 255, 255, 0.3);
  margin: auto;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  padding: 20px;
}
#blog .article-header h4, #blog .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #blog .article-header li::before, #blog .article-header .h4, #changelog .article-header h4, #changelog .article-header #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #changelog .article-header li::before, #changelog .article-header .h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
#blog .article-header h2, #blog .article-header .h2, #changelog .article-header h2, #changelog .article-header .h2 {
  text-align: center;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
#blog .article-content, #changelog .article-content {
  padding: 20px;
  color: #666;
}
#blog .article-content h1, #blog .article-content .h1, #blog .article-content h2, #blog .article-content .h2, #blog .article-content h3, #blog .article-content .h3, #blog .article-content h4, #blog .article-content #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #blog .article-content li::before, #blog .article-content .h4, #changelog .article-content h1, #changelog .article-content .h1, #changelog .article-content h2, #changelog .article-content .h2, #changelog .article-content h3, #changelog .article-content .h3, #changelog .article-content h4, #changelog .article-content #landing #details #feature-summary ul li ul li::before, #landing #details #feature-summary ul li ul #changelog .article-content li::before, #changelog .article-content .h4 {
  color: #4d7ABA !important;
}
#blog .article-content code, #changelog .article-content code {
  color: #888;
  background-color: rgba(77, 122, 186, 0.02);
}
#blog .article-content table, #changelog .article-content table {
  width: 100%;
  border: 1px solid rgba(77, 122, 186, 0.1);
}
#blog .article-content table code, #changelog .article-content table code {
  background-color: rgba(77, 122, 186, 0.1);
}
#blog .article-content img, #changelog .article-content img {
  margin: 10px;
  margin-bottom: 20px;
  padding: 1px;
  max-width: 100%;
  max-width: min(800px, 100%);
  height: auto;
  border: 1px solid #eee;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blog .article-content .developement-image, #changelog .article-content .developement-image {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: min(800px, 100%);
}
#blog .article-content .developement-image::after, #changelog .article-content .developement-image::after {
  content: attr(data-alt);
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ccc;
  opacity: 0.5;
}
#blog .article-content .developement-image .old-formats, #changelog .article-content .developement-image .old-formats {
  border: 1px solid #ff6600;
}
#blog .article-content pre, #blog .article-content #delivery_status #response_body, #delivery_status #blog .article-content #response_body, #blog .article-content #event-details #response_body, #event-details #blog .article-content #response_body, #blog .article-content #beacon-message #response_body, #beacon-message #blog .article-content #response_body, #blog .article-content #billing-details #response_body, #billing-details #blog .article-content #response_body, #blog .article-content #beacon-domain .include-hint, #beacon-domain #blog .article-content .include-hint, #blog .article-content #beacon-domains .include-hint, #beacon-domains #blog .article-content .include-hint, #changelog .article-content pre, #changelog .article-content #delivery_status #response_body, #delivery_status #changelog .article-content #response_body, #changelog .article-content #event-details #response_body, #event-details #changelog .article-content #response_body, #changelog .article-content #beacon-message #response_body, #beacon-message #changelog .article-content #response_body, #changelog .article-content #billing-details #response_body, #billing-details #changelog .article-content #response_body, #changelog .article-content #beacon-domain .include-hint, #beacon-domain #changelog .article-content .include-hint, #changelog .article-content #beacon-domains .include-hint, #beacon-domains #changelog .article-content .include-hint {
  margin: 40px 0px 20px 0px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: rgba(77, 122, 186, 0.02);
}
#blog .article-content pre code, #blog .article-content #delivery_status #response_body code, #delivery_status #blog .article-content #response_body code, #blog .article-content #event-details #response_body code, #event-details #blog .article-content #response_body code, #blog .article-content #beacon-message #response_body code, #beacon-message #blog .article-content #response_body code, #blog .article-content #billing-details #response_body code, #billing-details #blog .article-content #response_body code, #blog .article-content #beacon-domain .include-hint code, #beacon-domain #blog .article-content .include-hint code, #blog .article-content #beacon-domains .include-hint code, #beacon-domains #blog .article-content .include-hint code, #changelog .article-content pre code, #changelog .article-content #delivery_status #response_body code, #delivery_status #changelog .article-content #response_body code, #changelog .article-content #event-details #response_body code, #event-details #changelog .article-content #response_body code, #changelog .article-content #beacon-message #response_body code, #beacon-message #changelog .article-content #response_body code, #changelog .article-content #billing-details #response_body code, #billing-details #changelog .article-content #response_body code, #changelog .article-content #beacon-domain .include-hint code, #beacon-domain #changelog .article-content .include-hint code, #changelog .article-content #beacon-domains .include-hint code, #beacon-domains #changelog .article-content .include-hint code {
  background-color: transparent;
}
#blog .article-content blockquote, #blog .article-content .footnotes, #changelog .article-content blockquote, #changelog .article-content .footnotes {
  color: #888;
  background-color: rgba(77, 122, 186, 0.02);
  font-size: 0.9em;
  line-height: 1.5em;
  border-left: 5px solid #4d7ABA;
  margin: 20px;
  padding: 10px 20px;
  box-shadow: 3px 2px rgba(236.39, 236.84, 237.48, 0.51);
}
#blog .article-content blockquote p:last-child, #blog .article-content .footnotes p:last-child, #changelog .article-content blockquote p:last-child, #changelog .article-content .footnotes p:last-child {
  margin-bottom: 0;
}
#blog .article-content .footnotes, #changelog .article-content .footnotes {
  margin-top: 60px;
}
#blog .article-content .footnotes:before, #changelog .article-content .footnotes:before {
  content: "Footnotes: ";
  display: block;
  padding-bottom: 10px;
}
#blog .details, #changelog .details {
  color: #bbbbbb;
  padding: 20px;
  padding-bottom: 0px;
}
#blog .details .who, #changelog .details .who {
  display: inline-block;
  line-height: 40px;
  height: 40px;
}
#blog .details .who .article-author-image, #changelog .details .who .article-author-image {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#blog .details .who span, #changelog .details .who span {
  display: inline-block;
  margin-left: 5px;
}
#blog .details .created_at, #changelog .details .created_at {
  line-height: 40px;
  height: 40px;
  float: right;
}

#recent-posts h2, #recent-posts .h2 {
  margin-bottom: 0px;
}
#recent-posts p {
  text-align: center;
}
#recent-posts p.subtitle {
  margin-bottom: 20px;
  color: #777;
  font-size: 0.9em;
}
#recent-posts p.blog-link {
  text-align: center;
  font-size: 0.9em;
}
#recent-posts {
  margin-bottom: 40px;
  padding-top: 20px;
  background: -webkit-radial-gradient(50% 0%, 50% 4px, rgba(204, 204, 204, 0.4) 0%, #fff 100%);
}

.blogs, #blog {
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blogs h1, .blogs .h1, .blogs h2, .blogs .h2, #blog h1, #blog .h1, #blog h2, #blog .h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
.blogs .subtitle, #blog .subtitle {
  font-size: 1em;
}

.blogs .description {
  font-size: 0.9em;
}

#deliverability-test .table-holder td {
  word-break: break-all;
}

.delivery-test-errors ul {
  margin: 0;
  padding: 0;
}
.delivery-test-errors ul li {
  list-style: none;
}

#delivery_status dl, #event-details dl, #beacon-message dl, #billing-details dl {
  margin: 0px;
}
#delivery_status dl dd, #delivery_status dl dt, #event-details dl dd, #event-details dl dt, #beacon-message dl dd, #beacon-message dl dt, #billing-details dl dd, #billing-details dl dt {
  line-height: 1.25rem;
  margin: 0px;
  padding-left: 0px;
}
#delivery_status dl dt, #event-details dl dt, #beacon-message dl dt, #billing-details dl dt {
  font-weight: 500;
}
#delivery_status dl dt:after, #event-details dl dt:after, #beacon-message dl dt:after, #billing-details dl dt:after {
  content: ":";
}
#delivery_status dl dd, #event-details dl dd, #beacon-message dl dd, #billing-details dl dd {
  margin-bottom: 1rem;
}
#delivery_status #headers dl, #event-details #headers dl, #beacon-message #headers dl, #billing-details #headers dl {
  margin-bottom: 1rem;
}
#delivery_status #headers dt, #event-details #headers dt, #beacon-message #headers dt, #billing-details #headers dt {
  margin-bottom: 0.5rem;
}
#delivery_status #headers dd, #event-details #headers dd, #beacon-message #headers dd, #billing-details #headers dd {
  max-width: 100%;
  word-break: break-word;
}
#dmarc-charts {
  margin-bottom: 20px;
}
#dmarc-charts::after {
  display: block;
  clear: both;
  content: "";
}

form ul.oauth-links, #delivery_status ul.oauth-links, #create_address ul.oauth-links, #webhookapp_info ul.oauth-links, #event-details ul.oauth-links, #interest ul.oauth-links, #user-risk ul.oauth-links,
#beacon-domain ul.oauth-links, #recovery-codes ul.oauth-links, #two-factor-authentication ul.oauth-links {
  padding-left: 0;
  list-style: none;
  border-top: 1px dashed #f6f6f6;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}
form ul.oauth-links:before, #delivery_status ul.oauth-links:before, #create_address ul.oauth-links:before, #webhookapp_info ul.oauth-links:before, #event-details ul.oauth-links:before, #interest ul.oauth-links:before, #user-risk ul.oauth-links:before,
#beacon-domain ul.oauth-links:before, #recovery-codes ul.oauth-links:before, #two-factor-authentication ul.oauth-links:before {
  content: "OR";
  color: #ddd;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
form ul.oauth-links li, #delivery_status ul.oauth-links li, #create_address ul.oauth-links li, #webhookapp_info ul.oauth-links li, #event-details ul.oauth-links li, #interest ul.oauth-links li, #user-risk ul.oauth-links li,
#beacon-domain ul.oauth-links li, #recovery-codes ul.oauth-links li, #two-factor-authentication ul.oauth-links li {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  form ul.oauth-links li, #delivery_status ul.oauth-links li, #create_address ul.oauth-links li, #webhookapp_info ul.oauth-links li, #event-details ul.oauth-links li, #interest ul.oauth-links li, #user-risk ul.oauth-links li,
  #beacon-domain ul.oauth-links li, #recovery-codes ul.oauth-links li, #two-factor-authentication ul.oauth-links li {
    display: inline-block;
  }
  form ul.oauth-links li:not(:last-child), #delivery_status ul.oauth-links li:not(:last-child), #create_address ul.oauth-links li:not(:last-child), #webhookapp_info ul.oauth-links li:not(:last-child), #event-details ul.oauth-links li:not(:last-child), #interest ul.oauth-links li:not(:last-child), #user-risk ul.oauth-links li:not(:last-child),
  #beacon-domain ul.oauth-links li:not(:last-child), #recovery-codes ul.oauth-links li:not(:last-child), #two-factor-authentication ul.oauth-links li:not(:last-child) {
    margin-right: 0.5rem;
  }
}
form .oauth-button-link, #delivery_status .oauth-button-link, #create_address .oauth-button-link, #webhookapp_info .oauth-button-link, #event-details .oauth-button-link, #interest .oauth-button-link, #user-risk .oauth-button-link,
#beacon-domain .oauth-button-link, #recovery-codes .oauth-button-link, #two-factor-authentication .oauth-button-link {
  --bs-btn-color: #495057;
  --bs-btn-border-color: #495057;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #495057;
  --bs-btn-hover-border-color: #495057;
  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #495057;
  --bs-btn-active-border-color: #495057;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #495057;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #495057;
  --bs-gradient: none;
}
form .buttons, #delivery_status .buttons, #create_address .buttons, #webhookapp_info .buttons, #event-details .buttons, #interest .buttons, #user-risk .buttons,
#beacon-domain .buttons, #recovery-codes .buttons, #two-factor-authentication .buttons {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #eee;
  padding-top: 10px;
  text-align: right;
  margin-top: 20px;
}
form .buttons input, #delivery_status .buttons input, #create_address .buttons input, #webhookapp_info .buttons input, #event-details .buttons input, #interest .buttons input, #user-risk .buttons input,
#beacon-domain .buttons input, #recovery-codes .buttons input, #two-factor-authentication .buttons input {
  margin-left: 10px;
}
form .buttons .alt-links, #delivery_status .buttons .alt-links, #create_address .buttons .alt-links, #webhookapp_info .buttons .alt-links, #event-details .buttons .alt-links, #interest .buttons .alt-links, #user-risk .buttons .alt-links,
#beacon-domain .buttons .alt-links, #recovery-codes .buttons .alt-links, #two-factor-authentication .buttons .alt-links {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-weight: bold;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.form-floating {
  margin-bottom: 1rem;
}

.password-warning {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  background-color: rgba(240, 173, 78, 0.1);
  border-left: 3px solid #f0ad4e;
  border-radius: 0.25rem;
}
.password-warning .text-warning {
  color: rgb(222.6328125, 138.359375, 18.8671875) !important;
}
.password-warning i {
  margin-right: 0.25rem;
}

.schart-container .schart-loading {
  color: #999;
  text-align: center;
  font-size: 1.2em;
}
.schart-container .schart-options-container {
  display: flex;
}
.schart-container .schart-owner {
  min-height: 250px;
  max-height: 400px;
  display: relative;
}

#bounce-charts {
  margin-bottom: 20px;
}
#bounce-charts::after {
  display: block;
  clear: both;
  content: "";
}

.todo {
  background-color: rgba(108, 48, 227, 0.7058823529);
  color: #fff;
}

@keyframes example {
  from {
    transform: perspective(400px) rotateY(0deg);
  }
  to {
    transform: perspective(400px) rotateY(-6deg);
  }
}
@keyframes example-back {
  from {
    transform: perspective(400px) rotateY(-6deg);
  }
  to {
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#landing #jumbo-image {
  border-bottom: 1px solid rgb(64.2091093117, 106.0846153846, 165.6408906883);
  box-shadow: 0px 1px 0px rgb(106.4024291498, 143.9692307692, 197.3975708502);
}
#landing #jumbo-header {
  padding-top: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing #jumbo-header {
    padding-top: 2rem;
  }
}
#landing #jumbo-header {
  padding-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing #jumbo-header {
    padding-bottom: 2rem;
  }
}
#landing #jumbo-header #header-text {
  margin-bottom: 20px;
}
#landing #jumbo-header #header-text h1, #landing #jumbo-header #header-text .h1, #landing #jumbo-header #header-text h2, #landing #jumbo-header #header-text .h2 {
  font-size: 4em;
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-wrap: break-word;
}
@media (max-width: 575.98px) {
  #landing #jumbo-header #header-text h1, #landing #jumbo-header #header-text .h1, #landing #jumbo-header #header-text h2, #landing #jumbo-header #header-text .h2 {
    font-size: 3em;
    text-align: center;
  }
}
#landing #jumbo-header #header-text h1.hidden, #landing #jumbo-header #header-text .hidden.h1, #landing #jumbo-header #header-text h2.hidden, #landing #jumbo-header #header-text .hidden.h2 {
  display: none;
}
#landing #jumbo-header #header-text #subtext {
  margin-top: 2.5em;
}
#landing #jumbo-header #header-text p {
  font-size: 1.25em;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  #landing #jumbo-header #header-text p {
    text-align: center;
  }
}
#landing #jumbo-header #demo {
  margin-top: 1rem;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 575.98px) {
  #landing #jumbo-header #demo {
    display: none;
  }
}
#landing #jumbo-header #demo.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#landing #jumbo-header #header-example {
  background-color: rgb(62.0720647773, 102.5538461538, 160.1279352227);
  padding: 0px;
  border: 2px solid rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-top: 5px solid rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  box-shadow: 5px 4px 3px rgb(62.0720647773, 102.5538461538, 160.1279352227);
  display: none;
  margin-top: 1rem;
}
#landing #jumbo-header #header-example:before {
  content: "•••";
  padding-left: 0.25em;
  padding-bottom: 2px;
  display: block;
  font-size: 3em;
  line-height: 0.6em;
  color: rgb(52.0991902834, 86.0769230769, 134.4008097166);
  background-color: rgb(132.1295546559, 163.1923076923, 207.3704453441);
}
@media (min-width: 576px) {
  #landing #jumbo-header #header-example {
    display: block;
  }
}
@media (min-width: 992px) {
  #landing #jumbo-header #header-example {
    animation-name: example;
    animation-duration: 1s;
    transform: perspective(400px) rotateY(-6deg);
  }
}
@media (min-width: 992px) {
  #landing #jumbo-header #header-example:hover {
    animation-name: example-back;
    animation-duration: 0.5s;
    transform: perspective(400px) rotateY(0deg);
  }
}
#landing #jumbo-header #header-example #header-code {
  animation: fade-in 2s;
}
#landing #jumbo-header #header-example pre, #landing #jumbo-header #header-example #beacon-domain .include-hint, #beacon-domain #landing #jumbo-header #header-example .include-hint, #landing #jumbo-header #header-example #beacon-domains .include-hint, #beacon-domains #landing #jumbo-header #header-example .include-hint, #landing #jumbo-header #header-example #delivery_status #response_body, #delivery_status #landing #jumbo-header #header-example #response_body, #landing #jumbo-header #header-example #event-details #response_body, #event-details #landing #jumbo-header #header-example #response_body, #landing #jumbo-header #header-example #beacon-message #response_body, #beacon-message #landing #jumbo-header #header-example #response_body, #landing #jumbo-header #header-example #billing-details #response_body, #billing-details #landing #jumbo-header #header-example #response_body {
  margin: 0px;
  padding: 1rem 1rem;
  background-color: rgba(77, 122, 186, 0.02);
  border: none;
  height: 300px;
}
#landing #jumbo-header #header-example pre code, #landing #jumbo-header #header-example #beacon-domain .include-hint code, #beacon-domain #landing #jumbo-header #header-example .include-hint code, #landing #jumbo-header #header-example #beacon-domains .include-hint code, #beacon-domains #landing #jumbo-header #header-example .include-hint code, #landing #jumbo-header #header-example #delivery_status #response_body code, #delivery_status #landing #jumbo-header #header-example #response_body code, #landing #jumbo-header #header-example #event-details #response_body code, #event-details #landing #jumbo-header #header-example #response_body code, #landing #jumbo-header #header-example #beacon-message #response_body code, #beacon-message #landing #jumbo-header #header-example #response_body code, #landing #jumbo-header #header-example #billing-details #response_body code, #billing-details #landing #jumbo-header #header-example #response_body code {
  white-space: pre;
  overflow: scroll;
}
#landing #jumbo-header #header-image {
  margin-bottom: 1rem;
}
#landing #jumbo-header #header-image img {
  width: 100%;
}
@media (max-width: 575.98px) {
  #landing #jumbo-header {
    text-align: center;
  }
}
#landing #home-actions {
  box-shadow: 0px 1px 0px rgb(106.4024291498, 143.9692307692, 197.3975708502);
  padding: 1em 0em;
  text-align: right;
}
#landing #home-actions #action-links {
  padding: 0;
}
#landing #home-actions .action, #landing #header-links .action {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(59.2226720648, 97.8461538462, 152.7773279352);
  --bs-btn-border-color: rgb(104.5647773279, 142.5961538462, 196.6852226721);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(50.3392712551, 83.1692307692, 129.8607287449);
  --bs-btn-hover-border-color: rgb(83.6518218623, 114.0769230769, 157.3481781377);
  --bs-btn-focus-shadow-rgb: 127, 159, 205;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(47.3781376518, 78.2769230769, 122.2218623482);
  --bs-btn-active-border-color: rgb(78.423582996, 106.9471153846, 147.513917004);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(59.2226720648, 97.8461538462, 152.7773279352);
  --bs-btn-disabled-border-color: rgb(104.5647773279, 142.5961538462, 196.6852226721);
}
#landing #home-actions #try_button, #landing #home-actions .focus-action, #landing #home-actions input[type=submit].focus-action, #landing #header-links #try_button, #landing #header-links .focus-action, #landing #header-links input[type=submit].focus-action {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 575.98px) {
  #landing #home-actions #try_button, #landing #home-actions .focus-action, #landing #home-actions input[type=submit].focus-action, #landing #header-links #try_button, #landing #header-links .focus-action, #landing #header-links input[type=submit].focus-action {
    display: none;
  }
}
#landing #home-actions #try_button.hidden, #landing #header-links #try_button.hidden {
  visibility: hidden;
  opacity: 0;
}
#landing #details {
  background-color: #fff;
}
#landing #details #content {
  padding: 40px 0px 20px 0px;
  margin-bottom: 20px;
}
#landing #details #overview {
  padding: 40px 0px 20px 0px;
  margin-bottom: 20px;
  background: -webkit-radial-gradient(50% 100%, 50% 4px, rgba(204, 204, 204, 0.4) 0%, #fff 100%);
}
#landing #details #overview li {
  margin-bottom: 10px;
}
#landing #details #overview li .soon {
  background-color: rgba(77, 122, 186, 0.7);
  margin: 0px auto;
}
#landing #details #overview li .icon {
  margin: 0px auto;
  font-size: 2em;
  color: #4d7ABA;
  text-align: center;
  display: block;
}
#landing #details #overview li h2, #landing #details #overview li .h2 {
  color: #555;
  font-weight: 400;
  text-align: center;
  font-size: 1.4em;
  margin-top: 0.5rem;
}
#landing #details #overview li p {
  color: #999;
  text-align: center;
}
#landing #details #feature-summary {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing #details #feature-summary {
    margin-bottom: 2rem;
  }
}
#landing #details #feature-summary > ul > li {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0px;
  background: -webkit-radial-gradient(50% 0%, 50% 4px, rgba(204, 204, 204, 0.4) 0%, #fff 100%);
}
#landing #details #feature-summary > ul > li:first-child {
  background: #fff;
}
#landing #details #feature-summary > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 40px;
}
#landing #details #feature-summary ul li ul {
  margin-top: 1rem;
}
#landing #details #feature-summary ul li ul li {
  margin-left: 3rem;
  display: inline-block;
}
#landing #details #feature-summary ul li ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5cb85c;
  float: left;
  margin-left: -3rem;
  width: 3rem;
  text-align: center;
}
#landing #details #feature-summary h2, #landing #details #feature-summary .h2 {
  font-weight: 400;
  font-size: 1.6em;
}
#landing #details #feature-summary p strong {
  font-weight: normal;
  color: rgb(96, 129.75, 177.75);
}
#landing #details #feature-summary .soon {
  color: #bbb;
}
#landing #details #feature-summary .soon:before {
  content: "Coming Soon";
  display: inline;
  background-color: rgba(77, 122, 186, 0.7);
  margin: 0px auto;
}
#landing #details #feature-summary img {
  width: 100%;
}
#landing .terminal-example {
  background-color: rgb(62.0720647773, 102.5538461538, 160.1279352227);
  border: 2px solid rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-top: 5px solid rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  margin-bottom: 1rem;
}
#landing .terminal-example:before {
  content: "•••";
  padding-left: 0.25em;
  padding-bottom: 2px;
  display: block;
  font-size: 3em;
  line-height: 0.6em;
  color: rgb(52.0991902834, 86.0769230769, 134.4008097166);
  background-color: rgb(132.1295546559, 163.1923076923, 207.3704453441);
}
#landing .terminal-example pre, #landing .terminal-example #beacon-domain .include-hint, #beacon-domain #landing .terminal-example .include-hint, #landing .terminal-example #beacon-domains .include-hint, #beacon-domains #landing .terminal-example .include-hint, #landing .terminal-example #delivery_status #response_body, #delivery_status #landing .terminal-example #response_body, #landing .terminal-example #event-details #response_body, #event-details #landing .terminal-example #response_body, #landing .terminal-example #beacon-message #response_body, #beacon-message #landing .terminal-example #response_body, #landing .terminal-example #billing-details #response_body, #billing-details #landing .terminal-example #response_body {
  margin: 0;
  padding: 1rem;
  background-color: rgba(77, 122, 186, 0.02);
  border: none;
}
#landing .terminal-example pre code, #landing .terminal-example #beacon-domain .include-hint code, #beacon-domain #landing .terminal-example .include-hint code, #landing .terminal-example #beacon-domains .include-hint code, #beacon-domains #landing .terminal-example .include-hint code, #landing .terminal-example #delivery_status #response_body code, #delivery_status #landing .terminal-example #response_body code, #landing .terminal-example #event-details #response_body code, #event-details #landing .terminal-example #response_body code, #landing .terminal-example #beacon-message #response_body code, #beacon-message #landing .terminal-example #response_body code, #landing .terminal-example #billing-details #response_body code, #billing-details #landing .terminal-example #response_body code {
  white-space: pre;
  color: rgb(166, 188.5, 220.5);
}
#landing .terminal-example.terminal-fixed-height pre, #landing .terminal-example.terminal-fixed-height #beacon-domain .include-hint, #beacon-domain #landing .terminal-example.terminal-fixed-height .include-hint, #landing .terminal-example.terminal-fixed-height #beacon-domains .include-hint, #beacon-domains #landing .terminal-example.terminal-fixed-height .include-hint, #landing .terminal-example.terminal-fixed-height #delivery_status #response_body, #delivery_status #landing .terminal-example.terminal-fixed-height #response_body, #landing .terminal-example.terminal-fixed-height #event-details #response_body, #event-details #landing .terminal-example.terminal-fixed-height #response_body, #landing .terminal-example.terminal-fixed-height #beacon-message #response_body, #beacon-message #landing .terminal-example.terminal-fixed-height #response_body, #landing .terminal-example.terminal-fixed-height #billing-details #response_body, #billing-details #landing .terminal-example.terminal-fixed-height #response_body {
  height: 300px;
  overflow: scroll;
}
#landing #header-example pre code .s, #landing #header-example #beacon-domain .include-hint code .s, #beacon-domain #landing #header-example .include-hint code .s, #landing #header-example #beacon-domains .include-hint code .s, #beacon-domains #landing #header-example .include-hint code .s, #landing #header-example #delivery_status #response_body code .s, #delivery_status #landing #header-example #response_body code .s, #landing #header-example #event-details #response_body code .s, #event-details #landing #header-example #response_body code .s, #landing #header-example #beacon-message #response_body code .s, #beacon-message #landing #header-example #response_body code .s, #landing #header-example #billing-details #response_body code .s, #billing-details #landing #header-example #response_body code .s, #landing #header-example pre code .s1, #landing #header-example #beacon-domain .include-hint code .s1, #beacon-domain #landing #header-example .include-hint code .s1, #landing #header-example #beacon-domains .include-hint code .s1, #beacon-domains #landing #header-example .include-hint code .s1, #landing #header-example #delivery_status #response_body code .s1, #delivery_status #landing #header-example #response_body code .s1, #landing #header-example #event-details #response_body code .s1, #event-details #landing #header-example #response_body code .s1, #landing #header-example #beacon-message #response_body code .s1, #beacon-message #landing #header-example #response_body code .s1, #landing #header-example #billing-details #response_body code .s1, #billing-details #landing #header-example #response_body code .s1, #landing #header-example pre code .s2, #landing #header-example #beacon-domain .include-hint code .s2, #beacon-domain #landing #header-example .include-hint code .s2, #landing #header-example #beacon-domains .include-hint code .s2, #beacon-domains #landing #header-example .include-hint code .s2, #landing #header-example #delivery_status #response_body code .s2, #delivery_status #landing #header-example #response_body code .s2, #landing #header-example #event-details #response_body code .s2, #event-details #landing #header-example #response_body code .s2, #landing #header-example #beacon-message #response_body code .s2, #beacon-message #landing #header-example #response_body code .s2, #landing #header-example #billing-details #response_body code .s2, #billing-details #landing #header-example #response_body code .s2, #landing #header-example pre code .dl, #landing #header-example #beacon-domain .include-hint code .dl, #beacon-domain #landing #header-example .include-hint code .dl, #landing #header-example #beacon-domains .include-hint code .dl, #beacon-domains #landing #header-example .include-hint code .dl, #landing #header-example #delivery_status #response_body code .dl, #delivery_status #landing #header-example #response_body code .dl, #landing #header-example #event-details #response_body code .dl, #event-details #landing #header-example #response_body code .dl, #landing #header-example #beacon-message #response_body code .dl, #beacon-message #landing #header-example #response_body code .dl, #landing #header-example #billing-details #response_body code .dl, #billing-details #landing #header-example #response_body code .dl, #landing #header-example pre code .mi, #landing #header-example #beacon-domain .include-hint code .mi, #beacon-domain #landing #header-example .include-hint code .mi, #landing #header-example #beacon-domains .include-hint code .mi, #beacon-domains #landing #header-example .include-hint code .mi, #landing #header-example #delivery_status #response_body code .mi, #delivery_status #landing #header-example #response_body code .mi, #landing #header-example #event-details #response_body code .mi, #event-details #landing #header-example #response_body code .mi, #landing #header-example #beacon-message #response_body code .mi, #beacon-message #landing #header-example #response_body code .mi, #landing #header-example #billing-details #response_body code .mi, #billing-details #landing #header-example #response_body code .mi, #landing #header-example pre code .kc, #landing #header-example #beacon-domain .include-hint code .kc, #beacon-domain #landing #header-example .include-hint code .kc, #landing #header-example #beacon-domains .include-hint code .kc, #beacon-domains #landing #header-example .include-hint code .kc, #landing #header-example #delivery_status #response_body code .kc, #delivery_status #landing #header-example #response_body code .kc, #landing #header-example #event-details #response_body code .kc, #event-details #landing #header-example #response_body code .kc, #landing #header-example #beacon-message #response_body code .kc, #beacon-message #landing #header-example #response_body code .kc, #landing #header-example #billing-details #response_body code .kc, #billing-details #landing #header-example #response_body code .kc, #landing #header-example pre code .se, #landing #header-example #beacon-domain .include-hint code .se, #beacon-domain #landing #header-example .include-hint code .se, #landing #header-example #beacon-domains .include-hint code .se, #beacon-domains #landing #header-example .include-hint code .se, #landing #header-example #delivery_status #response_body code .se, #delivery_status #landing #header-example #response_body code .se, #landing #header-example #event-details #response_body code .se, #event-details #landing #header-example #response_body code .se, #landing #header-example #beacon-message #response_body code .se, #beacon-message #landing #header-example #response_body code .se, #landing #header-example #billing-details #response_body code .se, #billing-details #landing #header-example #response_body code .se, #landing #header-example pre code .err, #landing #header-example #beacon-domain .include-hint code .err, #beacon-domain #landing #header-example .include-hint code .err, #landing #header-example #beacon-domains .include-hint code .err, #beacon-domains #landing #header-example .include-hint code .err, #landing #header-example #delivery_status #response_body code .err, #delivery_status #landing #header-example #response_body code .err, #landing #header-example #event-details #response_body code .err, #event-details #landing #header-example #response_body code .err, #landing #header-example #beacon-message #response_body code .err, #beacon-message #landing #header-example #response_body code .err, #landing #header-example #billing-details #response_body code .err, #billing-details #landing #header-example #response_body code .err, #landing .terminal-example pre code .s, #landing .terminal-example #beacon-domain .include-hint code .s, #beacon-domain #landing .terminal-example .include-hint code .s, #landing .terminal-example #beacon-domains .include-hint code .s, #beacon-domains #landing .terminal-example .include-hint code .s, #landing .terminal-example #delivery_status #response_body code .s, #delivery_status #landing .terminal-example #response_body code .s, #landing .terminal-example #event-details #response_body code .s, #event-details #landing .terminal-example #response_body code .s, #landing .terminal-example #beacon-message #response_body code .s, #beacon-message #landing .terminal-example #response_body code .s, #landing .terminal-example #billing-details #response_body code .s, #billing-details #landing .terminal-example #response_body code .s, #landing .terminal-example pre code .s1, #landing .terminal-example #beacon-domain .include-hint code .s1, #beacon-domain #landing .terminal-example .include-hint code .s1, #landing .terminal-example #beacon-domains .include-hint code .s1, #beacon-domains #landing .terminal-example .include-hint code .s1, #landing .terminal-example #delivery_status #response_body code .s1, #delivery_status #landing .terminal-example #response_body code .s1, #landing .terminal-example #event-details #response_body code .s1, #event-details #landing .terminal-example #response_body code .s1, #landing .terminal-example #beacon-message #response_body code .s1, #beacon-message #landing .terminal-example #response_body code .s1, #landing .terminal-example #billing-details #response_body code .s1, #billing-details #landing .terminal-example #response_body code .s1, #landing .terminal-example pre code .s2, #landing .terminal-example #beacon-domain .include-hint code .s2, #beacon-domain #landing .terminal-example .include-hint code .s2, #landing .terminal-example #beacon-domains .include-hint code .s2, #beacon-domains #landing .terminal-example .include-hint code .s2, #landing .terminal-example #delivery_status #response_body code .s2, #delivery_status #landing .terminal-example #response_body code .s2, #landing .terminal-example #event-details #response_body code .s2, #event-details #landing .terminal-example #response_body code .s2, #landing .terminal-example #beacon-message #response_body code .s2, #beacon-message #landing .terminal-example #response_body code .s2, #landing .terminal-example #billing-details #response_body code .s2, #billing-details #landing .terminal-example #response_body code .s2, #landing .terminal-example pre code .dl, #landing .terminal-example #beacon-domain .include-hint code .dl, #beacon-domain #landing .terminal-example .include-hint code .dl, #landing .terminal-example #beacon-domains .include-hint code .dl, #beacon-domains #landing .terminal-example .include-hint code .dl, #landing .terminal-example #delivery_status #response_body code .dl, #delivery_status #landing .terminal-example #response_body code .dl, #landing .terminal-example #event-details #response_body code .dl, #event-details #landing .terminal-example #response_body code .dl, #landing .terminal-example #beacon-message #response_body code .dl, #beacon-message #landing .terminal-example #response_body code .dl, #landing .terminal-example #billing-details #response_body code .dl, #billing-details #landing .terminal-example #response_body code .dl, #landing .terminal-example pre code .mi, #landing .terminal-example #beacon-domain .include-hint code .mi, #beacon-domain #landing .terminal-example .include-hint code .mi, #landing .terminal-example #beacon-domains .include-hint code .mi, #beacon-domains #landing .terminal-example .include-hint code .mi, #landing .terminal-example #delivery_status #response_body code .mi, #delivery_status #landing .terminal-example #response_body code .mi, #landing .terminal-example #event-details #response_body code .mi, #event-details #landing .terminal-example #response_body code .mi, #landing .terminal-example #beacon-message #response_body code .mi, #beacon-message #landing .terminal-example #response_body code .mi, #landing .terminal-example #billing-details #response_body code .mi, #billing-details #landing .terminal-example #response_body code .mi, #landing .terminal-example pre code .kc, #landing .terminal-example #beacon-domain .include-hint code .kc, #beacon-domain #landing .terminal-example .include-hint code .kc, #landing .terminal-example #beacon-domains .include-hint code .kc, #beacon-domains #landing .terminal-example .include-hint code .kc, #landing .terminal-example #delivery_status #response_body code .kc, #delivery_status #landing .terminal-example #response_body code .kc, #landing .terminal-example #event-details #response_body code .kc, #event-details #landing .terminal-example #response_body code .kc, #landing .terminal-example #beacon-message #response_body code .kc, #beacon-message #landing .terminal-example #response_body code .kc, #landing .terminal-example #billing-details #response_body code .kc, #billing-details #landing .terminal-example #response_body code .kc, #landing .terminal-example pre code .se, #landing .terminal-example #beacon-domain .include-hint code .se, #beacon-domain #landing .terminal-example .include-hint code .se, #landing .terminal-example #beacon-domains .include-hint code .se, #beacon-domains #landing .terminal-example .include-hint code .se, #landing .terminal-example #delivery_status #response_body code .se, #delivery_status #landing .terminal-example #response_body code .se, #landing .terminal-example #event-details #response_body code .se, #event-details #landing .terminal-example #response_body code .se, #landing .terminal-example #beacon-message #response_body code .se, #beacon-message #landing .terminal-example #response_body code .se, #landing .terminal-example #billing-details #response_body code .se, #billing-details #landing .terminal-example #response_body code .se, #landing .terminal-example pre code .err, #landing .terminal-example #beacon-domain .include-hint code .err, #beacon-domain #landing .terminal-example .include-hint code .err, #landing .terminal-example #beacon-domains .include-hint code .err, #beacon-domains #landing .terminal-example .include-hint code .err, #landing .terminal-example #delivery_status #response_body code .err, #delivery_status #landing .terminal-example #response_body code .err, #landing .terminal-example #event-details #response_body code .err, #event-details #landing .terminal-example #response_body code .err, #landing .terminal-example #beacon-message #response_body code .err, #beacon-message #landing .terminal-example #response_body code .err, #landing .terminal-example #billing-details #response_body code .err, #billing-details #landing .terminal-example #response_body code .err {
  color: rgb(166, 188.5, 220.5);
}
#landing #header-example pre code .p, #landing #header-example #beacon-domain .include-hint code .p, #beacon-domain #landing #header-example .include-hint code .p, #landing #header-example #beacon-domains .include-hint code .p, #beacon-domains #landing #header-example .include-hint code .p, #landing #header-example #delivery_status #response_body code .p, #delivery_status #landing #header-example #response_body code .p, #landing #header-example #event-details #response_body code .p, #event-details #landing #header-example #response_body code .p, #landing #header-example #beacon-message #response_body code .p, #beacon-message #landing #header-example #response_body code .p, #landing #header-example #billing-details #response_body code .p, #billing-details #landing #header-example #response_body code .p, #landing #header-example pre code .c, #landing #header-example #beacon-domain .include-hint code .c, #beacon-domain #landing #header-example .include-hint code .c, #landing #header-example #beacon-domains .include-hint code .c, #beacon-domains #landing #header-example .include-hint code .c, #landing #header-example #delivery_status #response_body code .c, #delivery_status #landing #header-example #response_body code .c, #landing #header-example #event-details #response_body code .c, #event-details #landing #header-example #response_body code .c, #landing #header-example #beacon-message #response_body code .c, #beacon-message #landing #header-example #response_body code .c, #landing #header-example #billing-details #response_body code .c, #billing-details #landing #header-example #response_body code .c, #landing #header-example pre code .c1, #landing #header-example #beacon-domain .include-hint code .c1, #beacon-domain #landing #header-example .include-hint code .c1, #landing #header-example #beacon-domains .include-hint code .c1, #beacon-domains #landing #header-example .include-hint code .c1, #landing #header-example #delivery_status #response_body code .c1, #delivery_status #landing #header-example #response_body code .c1, #landing #header-example #event-details #response_body code .c1, #event-details #landing #header-example #response_body code .c1, #landing #header-example #beacon-message #response_body code .c1, #beacon-message #landing #header-example #response_body code .c1, #landing #header-example #billing-details #response_body code .c1, #billing-details #landing #header-example #response_body code .c1, #landing #header-example pre code .o, #landing #header-example #beacon-domain .include-hint code .o, #beacon-domain #landing #header-example .include-hint code .o, #landing #header-example #beacon-domains .include-hint code .o, #beacon-domains #landing #header-example .include-hint code .o, #landing #header-example #delivery_status #response_body code .o, #delivery_status #landing #header-example #response_body code .o, #landing #header-example #event-details #response_body code .o, #event-details #landing #header-example #response_body code .o, #landing #header-example #beacon-message #response_body code .o, #beacon-message #landing #header-example #response_body code .o, #landing #header-example #billing-details #response_body code .o, #billing-details #landing #header-example #response_body code .o, #landing .terminal-example pre code .p, #landing .terminal-example #beacon-domain .include-hint code .p, #beacon-domain #landing .terminal-example .include-hint code .p, #landing .terminal-example #beacon-domains .include-hint code .p, #beacon-domains #landing .terminal-example .include-hint code .p, #landing .terminal-example #delivery_status #response_body code .p, #delivery_status #landing .terminal-example #response_body code .p, #landing .terminal-example #event-details #response_body code .p, #event-details #landing .terminal-example #response_body code .p, #landing .terminal-example #beacon-message #response_body code .p, #beacon-message #landing .terminal-example #response_body code .p, #landing .terminal-example #billing-details #response_body code .p, #billing-details #landing .terminal-example #response_body code .p, #landing .terminal-example pre code .c, #landing .terminal-example #beacon-domain .include-hint code .c, #beacon-domain #landing .terminal-example .include-hint code .c, #landing .terminal-example #beacon-domains .include-hint code .c, #beacon-domains #landing .terminal-example .include-hint code .c, #landing .terminal-example #delivery_status #response_body code .c, #delivery_status #landing .terminal-example #response_body code .c, #landing .terminal-example #event-details #response_body code .c, #event-details #landing .terminal-example #response_body code .c, #landing .terminal-example #beacon-message #response_body code .c, #beacon-message #landing .terminal-example #response_body code .c, #landing .terminal-example #billing-details #response_body code .c, #billing-details #landing .terminal-example #response_body code .c, #landing .terminal-example pre code .c1, #landing .terminal-example #beacon-domain .include-hint code .c1, #beacon-domain #landing .terminal-example .include-hint code .c1, #landing .terminal-example #beacon-domains .include-hint code .c1, #beacon-domains #landing .terminal-example .include-hint code .c1, #landing .terminal-example #delivery_status #response_body code .c1, #delivery_status #landing .terminal-example #response_body code .c1, #landing .terminal-example #event-details #response_body code .c1, #event-details #landing .terminal-example #response_body code .c1, #landing .terminal-example #beacon-message #response_body code .c1, #beacon-message #landing .terminal-example #response_body code .c1, #landing .terminal-example #billing-details #response_body code .c1, #billing-details #landing .terminal-example #response_body code .c1, #landing .terminal-example pre code .o, #landing .terminal-example #beacon-domain .include-hint code .o, #beacon-domain #landing .terminal-example .include-hint code .o, #landing .terminal-example #beacon-domains .include-hint code .o, #beacon-domains #landing .terminal-example .include-hint code .o, #landing .terminal-example #delivery_status #response_body code .o, #delivery_status #landing .terminal-example #response_body code .o, #landing .terminal-example #event-details #response_body code .o, #event-details #landing .terminal-example #response_body code .o, #landing .terminal-example #beacon-message #response_body code .o, #beacon-message #landing .terminal-example #response_body code .o, #landing .terminal-example #billing-details #response_body code .o, #billing-details #landing .terminal-example #response_body code .o {
  color: rgb(152.0024291498, 162.5692307692, 177.5975708502);
}
#landing #header-example pre code .nt, #landing #header-example #beacon-domain .include-hint code .nt, #beacon-domain #landing #header-example .include-hint code .nt, #landing #header-example #beacon-domains .include-hint code .nt, #beacon-domains #landing #header-example .include-hint code .nt, #landing #header-example #delivery_status #response_body code .nt, #delivery_status #landing #header-example #response_body code .nt, #landing #header-example #event-details #response_body code .nt, #event-details #landing #header-example #response_body code .nt, #landing #header-example #beacon-message #response_body code .nt, #beacon-message #landing #header-example #response_body code .nt, #landing #header-example #billing-details #response_body code .nt, #billing-details #landing #header-example #response_body code .nt, #landing #header-example pre code .nl, #landing #header-example #beacon-domain .include-hint code .nl, #beacon-domain #landing #header-example .include-hint code .nl, #landing #header-example #beacon-domains .include-hint code .nl, #beacon-domains #landing #header-example .include-hint code .nl, #landing #header-example #delivery_status #response_body code .nl, #delivery_status #landing #header-example #response_body code .nl, #landing #header-example #event-details #response_body code .nl, #event-details #landing #header-example #response_body code .nl, #landing #header-example #beacon-message #response_body code .nl, #beacon-message #landing #header-example #response_body code .nl, #landing #header-example #billing-details #response_body code .nl, #billing-details #landing #header-example #response_body code .nl, #landing #header-example pre code .nx, #landing #header-example #beacon-domain .include-hint code .nx, #beacon-domain #landing #header-example .include-hint code .nx, #landing #header-example #beacon-domains .include-hint code .nx, #beacon-domains #landing #header-example .include-hint code .nx, #landing #header-example #delivery_status #response_body code .nx, #delivery_status #landing #header-example #response_body code .nx, #landing #header-example #event-details #response_body code .nx, #event-details #landing #header-example #response_body code .nx, #landing #header-example #beacon-message #response_body code .nx, #beacon-message #landing #header-example #response_body code .nx, #landing #header-example #billing-details #response_body code .nx, #billing-details #landing #header-example #response_body code .nx, #landing #header-example pre code .na, #landing #header-example #beacon-domain .include-hint code .na, #beacon-domain #landing #header-example .include-hint code .na, #landing #header-example #beacon-domains .include-hint code .na, #beacon-domains #landing #header-example .include-hint code .na, #landing #header-example #delivery_status #response_body code .na, #delivery_status #landing #header-example #response_body code .na, #landing #header-example #event-details #response_body code .na, #event-details #landing #header-example #response_body code .na, #landing #header-example #beacon-message #response_body code .na, #beacon-message #landing #header-example #response_body code .na, #landing #header-example #billing-details #response_body code .na, #billing-details #landing #header-example #response_body code .na, #landing #header-example pre code .nf, #landing #header-example #beacon-domain .include-hint code .nf, #beacon-domain #landing #header-example .include-hint code .nf, #landing #header-example #beacon-domains .include-hint code .nf, #beacon-domains #landing #header-example .include-hint code .nf, #landing #header-example #delivery_status #response_body code .nf, #delivery_status #landing #header-example #response_body code .nf, #landing #header-example #event-details #response_body code .nf, #event-details #landing #header-example #response_body code .nf, #landing #header-example #beacon-message #response_body code .nf, #beacon-message #landing #header-example #response_body code .nf, #landing #header-example #billing-details #response_body code .nf, #billing-details #landing #header-example #response_body code .nf, #landing .terminal-example pre code .nt, #landing .terminal-example #beacon-domain .include-hint code .nt, #beacon-domain #landing .terminal-example .include-hint code .nt, #landing .terminal-example #beacon-domains .include-hint code .nt, #beacon-domains #landing .terminal-example .include-hint code .nt, #landing .terminal-example #delivery_status #response_body code .nt, #delivery_status #landing .terminal-example #response_body code .nt, #landing .terminal-example #event-details #response_body code .nt, #event-details #landing .terminal-example #response_body code .nt, #landing .terminal-example #beacon-message #response_body code .nt, #beacon-message #landing .terminal-example #response_body code .nt, #landing .terminal-example #billing-details #response_body code .nt, #billing-details #landing .terminal-example #response_body code .nt, #landing .terminal-example pre code .nl, #landing .terminal-example #beacon-domain .include-hint code .nl, #beacon-domain #landing .terminal-example .include-hint code .nl, #landing .terminal-example #beacon-domains .include-hint code .nl, #beacon-domains #landing .terminal-example .include-hint code .nl, #landing .terminal-example #delivery_status #response_body code .nl, #delivery_status #landing .terminal-example #response_body code .nl, #landing .terminal-example #event-details #response_body code .nl, #event-details #landing .terminal-example #response_body code .nl, #landing .terminal-example #beacon-message #response_body code .nl, #beacon-message #landing .terminal-example #response_body code .nl, #landing .terminal-example #billing-details #response_body code .nl, #billing-details #landing .terminal-example #response_body code .nl, #landing .terminal-example pre code .nx, #landing .terminal-example #beacon-domain .include-hint code .nx, #beacon-domain #landing .terminal-example .include-hint code .nx, #landing .terminal-example #beacon-domains .include-hint code .nx, #beacon-domains #landing .terminal-example .include-hint code .nx, #landing .terminal-example #delivery_status #response_body code .nx, #delivery_status #landing .terminal-example #response_body code .nx, #landing .terminal-example #event-details #response_body code .nx, #event-details #landing .terminal-example #response_body code .nx, #landing .terminal-example #beacon-message #response_body code .nx, #beacon-message #landing .terminal-example #response_body code .nx, #landing .terminal-example #billing-details #response_body code .nx, #billing-details #landing .terminal-example #response_body code .nx, #landing .terminal-example pre code .na, #landing .terminal-example #beacon-domain .include-hint code .na, #beacon-domain #landing .terminal-example .include-hint code .na, #landing .terminal-example #beacon-domains .include-hint code .na, #beacon-domains #landing .terminal-example .include-hint code .na, #landing .terminal-example #delivery_status #response_body code .na, #delivery_status #landing .terminal-example #response_body code .na, #landing .terminal-example #event-details #response_body code .na, #event-details #landing .terminal-example #response_body code .na, #landing .terminal-example #beacon-message #response_body code .na, #beacon-message #landing .terminal-example #response_body code .na, #landing .terminal-example #billing-details #response_body code .na, #billing-details #landing .terminal-example #response_body code .na, #landing .terminal-example pre code .nf, #landing .terminal-example #beacon-domain .include-hint code .nf, #beacon-domain #landing .terminal-example .include-hint code .nf, #landing .terminal-example #beacon-domains .include-hint code .nf, #beacon-domains #landing .terminal-example .include-hint code .nf, #landing .terminal-example #delivery_status #response_body code .nf, #delivery_status #landing .terminal-example #response_body code .nf, #landing .terminal-example #event-details #response_body code .nf, #event-details #landing .terminal-example #response_body code .nf, #landing .terminal-example #beacon-message #response_body code .nf, #beacon-message #landing .terminal-example #response_body code .nf, #landing .terminal-example #billing-details #response_body code .nf, #billing-details #landing .terminal-example #response_body code .nf {
  color: rgb(201.6, 215.1, 234.3);
}
#landing #header-example pre code .k, #landing #header-example #beacon-domain .include-hint code .k, #beacon-domain #landing #header-example .include-hint code .k, #landing #header-example #beacon-domains .include-hint code .k, #beacon-domains #landing #header-example .include-hint code .k, #landing #header-example #delivery_status #response_body code .k, #delivery_status #landing #header-example #response_body code .k, #landing #header-example #event-details #response_body code .k, #event-details #landing #header-example #response_body code .k, #landing #header-example #beacon-message #response_body code .k, #beacon-message #landing #header-example #response_body code .k, #landing #header-example #billing-details #response_body code .k, #billing-details #landing #header-example #response_body code .k, #landing #header-example pre code .kd, #landing #header-example #beacon-domain .include-hint code .kd, #beacon-domain #landing #header-example .include-hint code .kd, #landing #header-example #beacon-domains .include-hint code .kd, #beacon-domains #landing #header-example .include-hint code .kd, #landing #header-example #delivery_status #response_body code .kd, #delivery_status #landing #header-example #response_body code .kd, #landing #header-example #event-details #response_body code .kd, #event-details #landing #header-example #response_body code .kd, #landing #header-example #beacon-message #response_body code .kd, #beacon-message #landing #header-example #response_body code .kd, #landing #header-example #billing-details #response_body code .kd, #billing-details #landing #header-example #response_body code .kd, #landing #header-example pre code .kr, #landing #header-example #beacon-domain .include-hint code .kr, #beacon-domain #landing #header-example .include-hint code .kr, #landing #header-example #beacon-domains .include-hint code .kr, #beacon-domains #landing #header-example .include-hint code .kr, #landing #header-example #delivery_status #response_body code .kr, #delivery_status #landing #header-example #response_body code .kr, #landing #header-example #event-details #response_body code .kr, #event-details #landing #header-example #response_body code .kr, #landing #header-example #beacon-message #response_body code .kr, #beacon-message #landing #header-example #response_body code .kr, #landing #header-example #billing-details #response_body code .kr, #billing-details #landing #header-example #response_body code .kr, #landing .terminal-example pre code .k, #landing .terminal-example #beacon-domain .include-hint code .k, #beacon-domain #landing .terminal-example .include-hint code .k, #landing .terminal-example #beacon-domains .include-hint code .k, #beacon-domains #landing .terminal-example .include-hint code .k, #landing .terminal-example #delivery_status #response_body code .k, #delivery_status #landing .terminal-example #response_body code .k, #landing .terminal-example #event-details #response_body code .k, #event-details #landing .terminal-example #response_body code .k, #landing .terminal-example #beacon-message #response_body code .k, #beacon-message #landing .terminal-example #response_body code .k, #landing .terminal-example #billing-details #response_body code .k, #billing-details #landing .terminal-example #response_body code .k, #landing .terminal-example pre code .kd, #landing .terminal-example #beacon-domain .include-hint code .kd, #beacon-domain #landing .terminal-example .include-hint code .kd, #landing .terminal-example #beacon-domains .include-hint code .kd, #beacon-domains #landing .terminal-example .include-hint code .kd, #landing .terminal-example #delivery_status #response_body code .kd, #delivery_status #landing .terminal-example #response_body code .kd, #landing .terminal-example #event-details #response_body code .kd, #event-details #landing .terminal-example #response_body code .kd, #landing .terminal-example #beacon-message #response_body code .kd, #beacon-message #landing .terminal-example #response_body code .kd, #landing .terminal-example #billing-details #response_body code .kd, #billing-details #landing .terminal-example #response_body code .kd, #landing .terminal-example pre code .kr, #landing .terminal-example #beacon-domain .include-hint code .kr, #beacon-domain #landing .terminal-example .include-hint code .kr, #landing .terminal-example #beacon-domains .include-hint code .kr, #beacon-domains #landing .terminal-example .include-hint code .kr, #landing .terminal-example #delivery_status #response_body code .kr, #delivery_status #landing .terminal-example #response_body code .kr, #landing .terminal-example #event-details #response_body code .kr, #event-details #landing .terminal-example #response_body code .kr, #landing .terminal-example #beacon-message #response_body code .kr, #beacon-message #landing .terminal-example #response_body code .kr, #landing .terminal-example #billing-details #response_body code .kr, #billing-details #landing .terminal-example #response_body code .kr {
  color: rgb(224.012145749, 231.8461538462, 242.987854251);
}
#landing .feature-banner .banner-content h2, #landing .feature-banner .banner-content .h2, #landing .signup-cta .banner-content h2, #landing .signup-cta .banner-content .h2 {
  font-weight: 400;
  margin-bottom: 1rem;
}
#landing .in-out svg {
  fill: #4d7ABA;
}
#landing .logo-cloud {
  background: -webkit-radial-gradient(50% 0%, 50% 4px, rgba(204, 204, 204, 0.4) 0%, #fff 100%);
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 0px;
}
#landing .logo-cloud h5, #landing .logo-cloud .h5 {
  margin-top: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing .logo-cloud h5, #landing .logo-cloud .h5 {
    margin-top: 2rem;
  }
}
#landing .logo-cloud h5, #landing .logo-cloud .h5 {
  margin-bottom: 0.5rem;
}
#landing .logo-cloud ul {
  list-style: none;
}
#landing .logo-cloud li {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
#landing .logo-cloud li img {
  max-height: 80px;
  filter: grayscale(100%);
}
#landing .testimonials {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 0px;
  background: -webkit-radial-gradient(50% 0%, 50% 4px, rgba(204, 204, 204, 0.4) 0%, #fff 100%);
}
#landing .testimonials .testimonial-content {
  margin-top: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing .testimonials .testimonial-content {
    margin-top: 2rem;
  }
}
#landing .testimonials .testimonial-content {
  margin-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing .testimonials .testimonial-content {
    margin-bottom: 2rem;
  }
}
#landing .testimonials .testimonial-content {
  text-align: center;
}
#landing .testimonials .testimonial-content .callout p {
  display: inline;
}
#landing .testimonials .testimonial-content h3, #landing .testimonials .testimonial-content .h3 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  #landing .testimonials .testimonial-content h3, #landing .testimonials .testimonial-content .h3 {
    font-size: 1.8rem;
  }
}
#landing .testimonials .testimonial-content h3, #landing .testimonials .testimonial-content .h3 {
  font-weight: 400;
  margin-bottom: 1rem;
}
#landing .testimonials .testimonial {
  padding-top: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing .testimonials .testimonial {
    padding-top: 2rem;
  }
}
#landing .testimonials .testimonial {
  padding-bottom: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #landing .testimonials .testimonial {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #landing .testimonials .testimonial {
    background: -webkit-radial-gradient(50% 0%, 50% 4px, rgba(204, 204, 204, 0.2) 0%, #fff 100%);
  }
}
#landing .testimonials .testimonial .rating::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffc107;
}
#landing .testimonials .testimonial .rating span {
  display: none;
}
#landing .testimonials .testimonial .content {
  font-size: 1rem;
  margin-top: 0.5rem;
}
#landing .testimonials .testimonial .profile {
  display: flex;
  margin-top: 0.5rem;
}
#landing .testimonials .testimonial .profile .avatar {
  margin-right: 1rem;
}
#landing .testimonials .testimonial .profile .avatar img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
#landing .testimonials .testimonial .profile .author {
  text-align: left;
}
#landing .testimonials .testimonial .profile .author .name {
  font-size: 0.9rem;
  margin: 0;
}
#landing .testimonials .testimonial .profile .author .company {
  margin: 0;
}
#landing .with-top {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: -webkit-radial-gradient(50% 0%, 50% 4px, rgba(204, 204, 204, 0.4) 0%, #fff 100%);
}

.kind-label, .recipient-pending, .time-label, .status-label, #sidebar #account-health .tip, .risk-label, .tls-label, .label-test-mode, .tag-label {
  display: inline-block;
  border-radius: 4px;
  padding: 1px 4px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-decoration: none;
}
.kind-label a, .recipient-pending a, .time-label a, .status-label a, #sidebar #account-health .tip a, .risk-label a, .tls-label a, .label-test-mode a, .tag-label a {
  text-decoration: none;
}

.kind-label, .recipient-pending, .time-label {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-column .status-label, .truncate-column #sidebar #account-health .tip, #sidebar #account-health .truncate-column .tip {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.status-label:before, #sidebar #account-health .tip:before {
  font-size: 0.9em;
  margin-right: 4px;
}

.kind-label.kind:before, .kind.recipient-pending:before, .kind.time-label:before {
  font-size: 0.9em;
}

.recipient-label:before, .recipient-pending:before {
  font-size: 0.9em;
  margin-right: 4px;
}

.status-label.label-titled:before, #sidebar #account-health .label-titled.tip:before {
  font-size: 1em;
  margin-right: 4px;
}

.time-label {
  display: inline-block;
  font-size: 0.8em;
}
.time-label:before {
  font-size: 0.9em;
  margin-right: 2px;
}

.label-tls-success:before {
  font-size: 0.9em;
}

.label-tls-danger:before {
  font-size: 0.9em;
}

.label-tls-warning:before {
  font-size: 0.9em;
}

.label-test-mode:before {
  font-size: 0.9em;
}

.tag-label {
  padding: 0.25rem;
  background-color: rgb(115, 137.5, 169.5);
}
.tag-label:before {
  font-size: 0.7em;
  margin-right: 4px;
}

.you-label {
  background-color: #5cb85c;
}

.email-icon {
  display: inline-block;
  background-color: rgba(77, 122, 186, 0.1);
  height: 20px;
  width: 20px;
  overflow: hidden;
  margin-right: 2px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  position: relative;
}
.email-icon .image {
  position: absolute;
  top: 0;
  left: 0;
}

#market .message-content {
  max-width: 400px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

#beacon-message .message-details {
  padding: 0;
  word-wrap: break-word;
}
#beacon-message .event-list-container {
  padding: 0;
}
#beacon-message ol.event-list {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 1rem;
}
#beacon-message ol.event-list li.event-list-item {
  padding-bottom: 40px;
  float: left;
  width: 100%;
  position: relative;
}
#beacon-message ol.event-list li.event-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  border-left: 2px dashed #ececec;
  z-index: -1;
}
#beacon-message ol.event-list li.event-list-item:last-child:before {
  content: none;
}
#beacon-message .timing-badge {
  display: inline-block;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 0.85em;
}
#beacon-message .complaint-message {
  white-space: pre-wrap;
  overflow-x: auto;
  word-wrap: break-word;
  height: 600px;
}

.message-preview-container .message-preview-actions {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.message-preview-container .message-preview-actions li {
  border-bottom: none;
  width: inherit;
  white-space: nowrap;
}
.message-preview-container .message-preview-actions li.active a {
  color: var(--bs-list-group-active-color);
  text-decoration: none;
}
.message-preview-container .message-preview-actions li:first-child {
  border-top-left-radius: 2px;
}
.message-preview-container .message-preview-actions li:last-child {
  border-top-right-radius: 2px;
}
.message-preview-container iframe#message-preview-frame {
  border: 1px solid var(--bs-border-color);
  padding: 1px;
  min-height: 600px;
  width: 100%;
}
.message-preview-container .message-preview {
  white-space: pre-wrap;
  overflow-x: auto;
  word-wrap: break-word;
  height: 600px;
}
.message-preview-container .spam-score-container, .message-preview-container .message-loading {
  padding: 10px;
  border: 1px solid var(--bs-border-color);
}
.message-preview-container .message-loading p {
  margin: 0;
}
.message-preview-container .message-preview, .message-preview-container .message-preview-frame, .message-preview-container .spam-score-container, .message-preview-container .message-loading {
  box-shadow: 1px 1px 1px #eee;
  resize: vertical;
}
.message-preview-container .message-preview.hidden, .message-preview-container .message-preview-frame.hidden, .message-preview-container .spam-score-container.hidden, .message-preview-container .message-loading.hidden {
  display: none;
}

@media (min-width: 576px) {
  .metric:first-child, .metric-3:first-child, .metric-4:first-child, .metric-5:first-child, .metric-6:first-child {
    padding-left: 0px;
  }
  .metric:last-child, .metric-3:last-child, .metric-4:last-child, .metric-5:last-child, .metric-6:last-child {
    padding-right: 0px;
  }
  .metric-5 {
    width: 20%;
  }
  .metric-6 {
    width: 16.6666666667%;
  }
  .metric-7 {
    width: 14.2857142857%;
  }
}
.metric-row {
  margin: 0px;
}

.metric {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.metric .value {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  font-size: 2em;
  line-height: 2em;
}
.metric .sub-value {
  font-size: 0.5em;
  line-height: 0.5em;
  margin-bottom: 0.8em;
}
.metric .title {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  line-height: 2em;
}
.metric .title a {
  color: #fff;
}

.metric-3 {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.metric-3 .value {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  font-size: 2em;
  line-height: 2em;
}
.metric-3 .sub-value {
  font-size: 0.5em;
  line-height: 0.5em;
  margin-bottom: 0.8em;
}
.metric-3 .title {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  line-height: 2em;
}
.metric-3 .title a {
  color: #fff;
}

.metric-4 {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.metric-4 .value {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  font-size: 2em;
  line-height: 2em;
}
.metric-4 .sub-value {
  font-size: 0.5em;
  line-height: 0.5em;
  margin-bottom: 0.8em;
}
.metric-4 .title {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  line-height: 2em;
}
.metric-4 .title a {
  color: #fff;
}

.metric-5 {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.metric-5 .value {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  font-size: 2em;
  line-height: 2em;
}
.metric-5 .sub-value {
  font-size: 0.5em;
  line-height: 0.5em;
  margin-bottom: 0.8em;
}
.metric-5 .title {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  line-height: 2em;
}
.metric-5 .title a {
  color: #fff;
}

.metric-6 {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.metric-6 .value {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  font-size: 2em;
  line-height: 2em;
}
.metric-6 .sub-value {
  font-size: 0.5em;
  line-height: 0.5em;
  margin-bottom: 0.8em;
}
.metric-6 .title {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  line-height: 2em;
}
.metric-6 .title a {
  color: #fff;
}

.metric-7 {
  color: #fff;
  text-align: center;
  padding: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.metric-7 .value {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  font-size: 2em;
  line-height: 2em;
}
.metric-7 .sub-value {
  font-size: 0.5em;
  line-height: 0.5em;
  margin-bottom: 0.8em;
}
.metric-7 .title {
  background-color: rgb(85.425, 85.425, 85.425);
  font-weight: 300;
  display: block;
  line-height: 2em;
}
.metric-7 .title a {
  color: #fff;
}

.metric-successful, #admin_dashboard .successful_today, #admin_address .successful_today {
  color: #fff;
}
.metric-successful .value, #admin_dashboard .successful_today .value, #admin_address .successful_today .value {
  background-color: #5cb85c;
  border-bottom: 1px solid rgb(84.8948717949, 180.9051282051, 84.8948717949);
}
.metric-successful .title, #admin_dashboard .successful_today .title, #admin_address .successful_today .title {
  background-color: rgba(92, 184, 92, 0.8);
  border-top: 1px solid rgb(163.0512820513, 214.9487179487, 163.0512820513);
}

.metric-delayed, #admin_dashboard .delayed_today, #admin_address .delayed_today {
  color: #fff;
}
.metric-delayed .value, #admin_dashboard .delayed_today .value, #admin_address .delayed_today .value {
  background-color: #f0ad4e;
  border-bottom: 1px solid rgb(239.203125, 168.64375, 68.596875);
}
.metric-delayed .title, #admin_dashboard .delayed_today .title, #admin_address .delayed_today .title {
  background-color: rgba(240, 173, 78, 0.8);
  border-top: 1px solid rgb(247.96875, 216.5625, 172.03125);
}

.metric-rejected, #admin_dashboard .rejected_today, #admin_address .rejected_today {
  color: #fff;
}
.metric-rejected .value, #admin_dashboard .rejected_today .value, #admin_address .rejected_today .value {
  background-color: #d9534f;
  border-bottom: 1px solid rgb(215.1887850467, 74.8018691589, 70.6112149533);
}
.metric-rejected .title, #admin_dashboard .rejected_today .title, #admin_address .rejected_today .title {
  background-color: rgba(217, 83, 79, 0.8);
  border-top: 1px solid rgb(235.1121495327, 164.9813084112, 162.8878504673);
}

.metric-total {
  color: #fff;
}
.metric-total .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-total .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-over-limit {
  color: #fff;
}
.metric-over-limit .value {
  background-color: #d9534f;
  border-bottom: 1px solid rgb(215.1887850467, 74.8018691589, 70.6112149533);
}
.metric-over-limit .title {
  background-color: rgba(217, 83, 79, 0.8);
  border-top: 1px solid rgb(235.1121495327, 164.9813084112, 162.8878504673);
}

.metric-near-limit {
  color: #fff;
}
.metric-near-limit .value {
  background-color: #f0ad4e;
  border-bottom: 1px solid rgb(239.203125, 168.64375, 68.596875);
}
.metric-near-limit .title {
  background-color: rgba(240, 173, 78, 0.8);
  border-top: 1px solid rgb(247.96875, 216.5625, 172.03125);
}

.metric-over-max-size {
  color: #fff;
}
.metric-over-max-size .value {
  background-color: #f0ad4e;
  border-bottom: 1px solid rgb(239.203125, 168.64375, 68.596875);
}
.metric-over-max-size .title {
  background-color: rgba(240, 173, 78, 0.8);
  border-top: 1px solid rgb(247.96875, 216.5625, 172.03125);
}

.metric-hard-limit {
  color: #fff;
}
.metric-hard-limit .value {
  background-color: #A040A0;
  border-bottom: 1px solid rgb(152.7142857143, 61.0857142857, 152.7142857143);
}
.metric-hard-limit .title {
  background-color: rgba(160, 64, 160, 0.8);
  border-top: 1px solid rgb(202.4285714286, 123.5714285714, 202.4285714286);
}

.metric-total-today {
  color: #fff;
}
.metric-total-today .value {
  background-color: rgb(91.5, 188, 157);
  border-bottom: 1px solid rgb(84.2648590022, 185.0351409978, 152.663340564);
}
.metric-total-today .title {
  background-color: rgba(91.5, 188, 157, 0.8);
  border-top: 1px solid rgb(163.8514099783, 217.6485900217, 200.3665943601);
}

.metric-size-today {
  color: #fff;
}
.metric-size-today .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-size-today .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-total-size {
  color: #fff;
}
.metric-total-size .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-total-size .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-users-today {
  color: #fff;
}
.metric-users-today .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-users-today .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-users-month {
  color: #fff;
}
.metric-users-month .value {
  background-color: rgb(91.5, 188, 157);
  border-bottom: 1px solid rgb(84.2648590022, 185.0351409978, 152.663340564);
}
.metric-users-month .title {
  background-color: rgba(91.5, 188, 157, 0.8);
  border-top: 1px solid rgb(163.8514099783, 217.6485900217, 200.3665943601);
}

.metric-users-total {
  color: #fff;
}
.metric-users-total .value {
  background-color: #5cb85c;
  border-bottom: 1px solid rgb(84.8948717949, 180.9051282051, 84.8948717949);
}
.metric-users-total .title {
  background-color: rgba(92, 184, 92, 0.8);
  border-top: 1px solid rgb(163.0512820513, 214.9487179487, 163.0512820513);
}

.label-incoming-success {
  border: 1px solid rgb(140.9, 205.3, 140.9);
  background-color: rgb(230.55, 244.35, 230.55);
}
.label-incoming-success:before {
  color: #5cb85c;
}
.label-incoming-success:after {
  color: #5cb85c;
}

.label-incoming-warning {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-incoming-warning:before {
  color: #f0ad4e;
}
.label-incoming-warning:after {
  color: #f0ad4e;
}

.label-incoming-failed {
  border: 1px solid rgb(228.4, 134.6, 131.8);
  background-color: rgb(249.3, 229.2, 228.6);
}
.label-incoming-failed:before {
  color: #d9534f;
}
.label-incoming-failed:after {
  color: #d9534f;
}

.metric-registration {
  color: #fff;
}
.metric-registration .value {
  background-color: rgb(85.425, 85.425, 85.425);
  border-bottom: 1px solid rgb(80.325, 80.325, 80.325);
}
.metric-registration .title {
  background-color: rgba(85.425, 85.425, 85.425, 0.8);
  border-top: 1px solid rgb(136.425, 136.425, 136.425);
}

.metric-delivery {
  color: #fff;
}
.metric-delivery .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-delivery .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-dispatch {
  color: #fff;
}
.metric-dispatch .value {
  background-color: rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-bottom: 1px solid rgb(124.7789473684, 157.7, 204.5210526316);
}
.metric-dispatch .title {
  background-color: rgba(132.1295546559, 163.1923076923, 207.3704453441, 0.8);
  border-top: 1px solid rgb(205.6356275304, 218.1153846154, 235.8643724696);
}

.metric-open {
  color: #fff;
}
.metric-open .value {
  background-color: #5bc0de;
  border-bottom: 1px solid rgb(82.5086294416, 188.738071066, 220.2913705584);
}
.metric-open .title {
  background-color: rgba(91, 192, 222, 0.8);
  border-top: 1px solid rgb(175.9137055838, 224.6192893401, 239.0862944162);
}

.metric-click {
  color: #fff;
}
.metric-click .value {
  background-color: #5cb85c;
  border-bottom: 1px solid rgb(84.8948717949, 180.9051282051, 84.8948717949);
}
.metric-click .title {
  background-color: rgba(92, 184, 92, 0.8);
  border-top: 1px solid rgb(163.0512820513, 214.9487179487, 163.0512820513);
}

.metric-read {
  color: #fff;
}
.metric-read .value {
  background-color: rgb(91.5, 188, 157);
  border-bottom: 1px solid rgb(84.2648590022, 185.0351409978, 152.663340564);
}
.metric-read .title {
  background-color: rgba(91.5, 188, 157, 0.8);
  border-top: 1px solid rgb(163.8514099783, 217.6485900217, 200.3665943601);
}

.metric-blocked {
  color: #fff;
}
.metric-blocked .value {
  background-color: rgb(228.5, 128, 78.5);
  border-bottom: 1px solid rgb(227.1684729064, 121.6187192118, 69.6315270936);
}
.metric-blocked .title {
  background-color: rgba(228.5, 128, 78.5, 0.8);
  border-top: 1px solid rgb(241.815270936, 191.8128078818, 167.184729064);
}

.metric-suppressed {
  color: #fff;
}
.metric-suppressed .value {
  background-color: rgb(228.5, 128, 78.5);
  border-bottom: 1px solid rgb(227.1684729064, 121.6187192118, 69.6315270936);
}
.metric-suppressed .title {
  background-color: rgba(228.5, 128, 78.5, 0.8);
  border-top: 1px solid rgb(241.815270936, 191.8128078818, 167.184729064);
}

.metric-bounce {
  color: #fff;
}
.metric-bounce .value {
  background-color: rgb(187.8571428571, 87.1428571429, 187.8571428571);
  border-bottom: 1px solid rgb(184.9428571429, 79.8571428571, 184.9428571429);
}
.metric-bounce .title {
  background-color: rgba(187.8571428571, 87.1428571429, 187.8571428571, 0.8);
  border-top: 1px solid #d9a0d9;
}

.metric-soft-bounce {
  color: #fff;
}
.metric-soft-bounce .value {
  background-color: #f0ad4e;
  border-bottom: 1px solid rgb(239.203125, 168.64375, 68.596875);
}
.metric-soft-bounce .title {
  background-color: rgba(240, 173, 78, 0.8);
  border-top: 1px solid rgb(247.96875, 216.5625, 172.03125);
}

.metric-retries-exhausted {
  color: #fff;
}
.metric-retries-exhausted .value {
  background-color: #f0ad4e;
  border-bottom: 1px solid rgb(239.203125, 168.64375, 68.596875);
}
.metric-retries-exhausted .title {
  background-color: rgba(240, 173, 78, 0.8);
  border-top: 1px solid rgb(247.96875, 216.5625, 172.03125);
}

.metric-complaint {
  color: #fff;
}
.metric-complaint .value {
  background-color: #d9534f;
  border-bottom: 1px solid rgb(215.1887850467, 74.8018691589, 70.6112149533);
}
.metric-complaint .title {
  background-color: rgba(217, 83, 79, 0.8);
  border-top: 1px solid rgb(235.1121495327, 164.9813084112, 162.8878504673);
}

.metric-test {
  color: #fff;
}
.metric-test .value {
  background-color: #fbe7ca;
  border-bottom: 1px solid rgb(250.2842105263, 226.7052631579, 192.5157894737);
}
.metric-test .title {
  background-color: rgba(251, 231, 202, 0.8);
  border-top: 1px solid white;
}

.metric-delivery-hour {
  color: #fff;
}
.metric-delivery-hour .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-delivery-hour .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-dispatch-hour {
  color: #fff;
}
.metric-dispatch-hour .value {
  background-color: rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-bottom: 1px solid rgb(124.7789473684, 157.7, 204.5210526316);
}
.metric-dispatch-hour .title {
  background-color: rgba(132.1295546559, 163.1923076923, 207.3704453441, 0.8);
  border-top: 1px solid rgb(205.6356275304, 218.1153846154, 235.8643724696);
}

.metric-delivery-today {
  color: #fff;
}
.metric-delivery-today .value {
  background-color: #4d7ABA;
  border-bottom: 1px solid rgb(70.620242915, 116.6769230769, 182.179757085);
}
.metric-delivery-today .title {
  background-color: rgba(77, 122, 186, 0.8);
  border-top: 1px solid rgb(150.5060728745, 176.9230769231, 214.4939271255);
}

.metric-dispatch-today {
  color: #fff;
}
.metric-dispatch-today .value {
  background-color: rgb(132.1295546559, 163.1923076923, 207.3704453441);
  border-bottom: 1px solid rgb(124.7789473684, 157.7, 204.5210526316);
}
.metric-dispatch-today .title {
  background-color: rgba(132.1295546559, 163.1923076923, 207.3704453441, 0.8);
  border-top: 1px solid rgb(205.6356275304, 218.1153846154, 235.8643724696);
}

.label-registration {
  border: 1px solid rgb(136.2975, 136.2975, 136.2975);
  background-color: rgb(229.56375, 229.56375, 229.56375);
}
.label-registration:before {
  color: rgb(85.425, 85.425, 85.425);
}
.label-registration:after {
  color: rgb(85.425, 85.425, 85.425);
}

.label-delivery {
  border: 1px solid rgb(130.4, 161.9, 206.7);
  background-color: rgb(228.3, 235.05, 244.65);
}
.label-delivery:before {
  color: #4d7ABA;
}
.label-delivery:after {
  color: #4d7ABA;
}

.label-dispatch {
  border: 1px solid rgb(194.7178137652, 209.9576923077, 231.6321862348);
  background-color: rgb(242.082388664, 245.3480769231, 249.992611336);
}
.label-dispatch:before {
  color: rgb(168.8825910931, 190.6538461538, 221.6174089069);
}
.label-dispatch:after {
  color: rgb(168.8825910931, 190.6538461538, 221.6174089069);
}

.label-process {
  border: 1px solid rgb(220.4449392713, 229.1807692308, 241.6050607287);
  background-color: rgb(247.5953441296, 249.4673076923, 252.1296558704);
}
.label-process:before {
  color: rgb(205.6356275304, 218.1153846154, 235.8643724696);
}
.label-process:after {
  color: rgb(205.6356275304, 218.1153846154, 235.8643724696);
}

.label-spamd {
  border: 1px solid rgb(220.4449392713, 229.1807692308, 241.6050607287);
  background-color: rgb(247.5953441296, 249.4673076923, 252.1296558704);
}
.label-spamd:before {
  color: rgb(205.6356275304, 218.1153846154, 235.8643724696);
}
.label-spamd:after {
  color: rgb(205.6356275304, 218.1153846154, 235.8643724696);
}

.label-open {
  border: 1px solid rgb(140.2, 210.9, 231.9);
  background-color: rgb(230.4, 245.55, 250.05);
}
.label-open:before {
  color: #5bc0de;
}
.label-open:after {
  color: #5bc0de;
}

.label-click {
  border: 1px solid rgb(140.9, 205.3, 140.9);
  background-color: rgb(230.55, 244.35, 230.55);
}
.label-click:before {
  color: #5cb85c;
}
.label-click:after {
  color: #5cb85c;
}

.label-read {
  border: 1px solid rgb(140.55, 208.1, 186.4);
  background-color: rgb(230.475, 244.95, 240.3);
}
.label-read:before {
  color: rgb(91.5, 188, 157);
}
.label-read:after {
  color: rgb(91.5, 188, 157);
}

.label-blocked {
  border: 1px solid rgb(236.45, 166.1, 131.45);
  background-color: rgb(251.025, 235.95, 228.525);
}
.label-blocked:before {
  color: rgb(228.5, 128, 78.5);
}
.label-blocked:after {
  color: rgb(228.5, 128, 78.5);
}

.label-suppressed {
  border: 1px solid rgb(236.45, 166.1, 131.45);
  background-color: rgb(251.025, 235.95, 228.525);
}
.label-suppressed:before {
  color: rgb(228.5, 128, 78.5);
}
.label-suppressed:after {
  color: rgb(228.5, 128, 78.5);
}

.label-error {
  border: 1px solid rgb(235.75, 188.85, 187.45);
  background-color: rgb(250.875, 240.825, 240.525);
}
.label-error:before {
  color: rgb(227.5, 160.5, 158.5);
}
.label-error:after {
  color: rgb(227.5, 160.5, 158.5);
}

.label-bounce, .label-dispatch-bounce {
  border: 1px solid rgb(208, 137.5, 208);
  background-color: rgb(244.9285714286, 229.8214285714, 244.9285714286);
}
.label-bounce:before, .label-dispatch-bounce:before {
  color: rgb(187.8571428571, 87.1428571429, 187.8571428571);
}
.label-bounce:after, .label-dispatch-bounce:after {
  color: rgb(187.8571428571, 87.1428571429, 187.8571428571);
}

.label-soft-bounce, .label-dispatch-soft-bounce, .label-rate-limit {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-soft-bounce:before, .label-dispatch-soft-bounce:before, .label-rate-limit:before {
  color: #f0ad4e;
}
.label-soft-bounce:after, .label-dispatch-soft-bounce:after, .label-rate-limit:after {
  color: #f0ad4e;
}

.label-retries-exhausted {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-retries-exhausted:before {
  color: #f0ad4e;
}
.label-retries-exhausted:after {
  color: #f0ad4e;
}

.label-complaint {
  border: 1px solid rgb(228.4, 134.6, 131.8);
  background-color: rgb(249.3, 229.2, 228.6);
}
.label-complaint:before {
  color: #d9534f;
}
.label-complaint:after {
  color: #d9534f;
}

.label-auto-reply {
  border: 1px solid rgb(135.475, 185, 196.55);
  background-color: rgb(229.3875, 240, 242.475);
}
.label-auto-reply:before {
  color: rgb(84.25, 155, 171.5);
}
.label-auto-reply:after {
  color: rgb(84.25, 155, 171.5);
}

.label-bounce-reply {
  border: 1px solid rgb(135.475, 185, 196.55);
  background-color: rgb(229.3875, 240, 242.475);
}
.label-bounce-reply:before {
  color: rgb(84.25, 155, 171.5);
}
.label-bounce-reply:after {
  color: rgb(84.25, 155, 171.5);
}

.label-test {
  border: 1px solid rgb(252.2, 238.2, 217.9);
  background-color: rgb(254.4, 251.4, 247.05);
}
.label-test:before {
  color: #fbe7ca;
}
.label-test:after {
  color: #fbe7ca;
}

.label-domain-verified {
  border: 1px solid rgb(140.9, 205.3, 140.9);
  background-color: rgb(230.55, 244.35, 230.55);
}
.label-domain-verified:before {
  color: #5cb85c;
}
.label-domain-verified:after {
  color: #5cb85c;
}

.label-domain-pending {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-domain-pending:before {
  color: #f0ad4e;
}
.label-domain-pending:after {
  color: #f0ad4e;
}

.label-domain-unverified {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-domain-unverified:before {
  color: #f0ad4e;
}
.label-domain-unverified:after {
  color: #f0ad4e;
}

.label-domain-failed {
  border: 1px solid rgb(228.4, 134.6, 131.8);
  background-color: rgb(249.3, 229.2, 228.6);
}
.label-domain-failed:before {
  color: #d9534f;
}
.label-domain-failed:after {
  color: #d9534f;
}

.label-domain-unassignable {
  border: 1px solid rgb(207.4, 207.4, 207.4);
  background-color: rgb(244.8, 244.8, 244.8);
}
.label-domain-unassignable:before {
  color: #bbb;
}
.label-domain-unassignable:after {
  color: #bbb;
}

.label-health-success {
  border: 1px solid rgb(140.9, 205.3, 140.9);
  background-color: rgb(230.55, 244.35, 230.55);
}
.label-health-success:before {
  color: #5cb85c;
}
.label-health-success:after {
  color: #5cb85c;
}

.label-health-low {
  border: 1px solid rgb(136.2975, 136.2975, 136.2975);
  background-color: rgb(229.56375, 229.56375, 229.56375);
}
.label-health-low:before {
  color: rgb(85.425, 85.425, 85.425);
}
.label-health-low:after {
  color: rgb(85.425, 85.425, 85.425);
}

.label-health-warning {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-health-warning:before {
  color: #f0ad4e;
}
.label-health-warning:after {
  color: #f0ad4e;
}

.label-health-danger {
  border: 1px solid rgb(234.84, 159.8, 131.52);
  background-color: rgb(250.68, 234.6, 228.54);
}
.label-health-danger:before {
  color: rgb(226.2, 119, 78.6);
}
.label-health-danger:after {
  color: rgb(226.2, 119, 78.6);
}

.label-health-fatal {
  border: 1px solid rgb(228.4, 134.6, 131.8);
  background-color: rgb(249.3, 229.2, 228.6);
}
.label-health-fatal:before {
  color: #d9534f;
}
.label-health-fatal:after {
  color: #d9534f;
}

.label-risk-low {
  border: 1px solid rgb(140.9, 205.3, 140.9);
  background-color: rgb(230.55, 244.35, 230.55);
}
.label-risk-low:before {
  color: #5cb85c;
}
.label-risk-low:after {
  color: #5cb85c;
}

.label-risk-medium {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-risk-medium:before {
  color: #f0ad4e;
}
.label-risk-medium:after {
  color: #f0ad4e;
}

.label-risk-high {
  border: 1px solid rgb(228.4, 134.6, 131.8);
  background-color: rgb(249.3, 229.2, 228.6);
}
.label-risk-high:before {
  color: #d9534f;
}
.label-risk-high:after {
  color: #d9534f;
}

.label-tls-danger {
  border: 1px solid rgb(228.4, 134.6, 131.8);
  background-color: rgb(249.3, 229.2, 228.6);
}
.label-tls-danger:before {
  color: #d9534f;
}
.label-tls-danger:after {
  color: #d9534f;
}

.label-tls-warning {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-tls-warning:before {
  color: #f0ad4e;
}
.label-tls-warning:after {
  color: #f0ad4e;
}

.label-tls-success {
  border: 1px solid rgb(140.9, 205.3, 140.9);
  background-color: rgb(230.55, 244.35, 230.55);
}
.label-tls-success:before {
  color: #5cb85c;
}
.label-tls-success:after {
  color: #5cb85c;
}

.label-test-mode {
  border: 1px solid rgb(244.5, 197.6, 131.1);
  background-color: rgb(252.75, 242.7, 228.45);
}
.label-test-mode:before {
  color: #f0ad4e;
}
.label-test-mode:after {
  color: #f0ad4e;
}

.recipient-pending {
  border: 1px solid rgb(195.5, 195.5, 195.5);
  background-color: rgb(242.25, 242.25, 242.25);
}
.recipient-pending:before {
  color: #aaa;
}
.recipient-pending:after {
  color: #aaa;
}

.beta-label {
  vertical-align: super;
  font-weight: normal;
  padding: 2px;
}

nav#main-navigation {
  border-bottom: 1px solid rgb(67.7708502024, 111.9692307692, 174.8291497976);
  box-shadow: 0px 1px 0px rgb(99.0518218623, 138.4769230769, 194.5481781377);
}

.home-nav .login {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(59.2226720648, 97.8461538462, 152.7773279352);
  --bs-btn-border-color: rgb(104.5647773279, 142.5961538462, 196.6852226721);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(50.3392712551, 83.1692307692, 129.8607287449);
  --bs-btn-hover-border-color: rgb(83.6518218623, 114.0769230769, 157.3481781377);
  --bs-btn-focus-shadow-rgb: 127, 159, 205;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(47.3781376518, 78.2769230769, 122.2218623482);
  --bs-btn-active-border-color: rgb(78.423582996, 106.9471153846, 147.513917004);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(59.2226720648, 97.8461538462, 152.7773279352);
  --bs-btn-disabled-border-color: rgb(104.5647773279, 142.5961538462, 196.6852226721);
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
  .home-nav .login {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.home-nav .signup {
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
  .home-nav .signup {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

#issue-banner, #welcome-banner, #feedback-banner {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  line-height: 2em;
  margin-bottom: 0;
}
#issue-banner p, #welcome-banner p, #feedback-banner p {
  margin-bottom: 0;
}

#welcome-banner .close {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  text-indent: -9999px;
}

#feedback-banner .close {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  text-indent: -9999px;
}

.plan-list-6 .plan {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .plan-list-6 .plan {
    width: 16.6666666667%;
  }
}

.plan-list-5 .plan {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .plan-list-5 .plan {
    width: 20%;
  }
}

.plan-list-4 .plan {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .plan-list-4 .plan {
    width: 25%;
  }
}

.plan-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 20px;
}
.plan-list .plan {
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}
.plan-list .plan .name {
  color: #fff;
  background-color: #4d7ABA;
  line-height: 2em;
  padding: 0px;
  margin: 0px;
}
.plan-list .plan .details {
  padding: 10px;
  color: #555;
}
.plan-list .plan .feature {
  font-size: 0.95em;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(187.2591093117, 204.3846153846, 228.7408906883, 0.2);
}
.plan-list .plan .feature.messages {
  margin-top: 10px;
}
.plan-list .plan .feature.messages .count {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
}
.plan-list .plan .feature.messages .free-count {
  text-decoration: line-through;
}
.plan-list .plan .feature.size {
  margin-top: 5px;
}
.plan-list .plan .feature.size .megabytes {
  font-weight: 400;
}
.plan-list .plan .option {
  font-weight: 400;
}
.plan-list .plan .option_details {
  display: block;
  font-weight: 300;
  color: #999;
}
.plan-list .plan .included {
  font-size: 0;
}
.plan-list .plan .included:before {
  font-size: 10px;
  color: #5cb85c;
}
.plan-list .plan .plan-content {
  border: 1px solid rgba(187.2591093117, 204.3846153846, 228.7408906883, 0.2);
}
.plan-list .plan .price {
  font-size: 1.8em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.plan-list .plan .price .period {
  font-size: 0.4em;
  color: #999;
  display: block;
}
.plan-list .plan .signup .signup_button, .plan-list .plan .signup_micro .signup_button, .plan-list .plan .select .select_button, .plan-list .plan .signup_micro .select_button {
  margin-bottom: 25px;
}
.plan-list .plan .select .back_button, .plan-list .plan .select .downgrade_button, .plan-list .plan .signup_micro .downgrade_button, .plan-list .plan .signup_micro .back_button {
  margin-bottom: 25px;
}
.plan-list .plan .signup .signup_button, .plan-list .plan .signup_micro .signup_button, .plan-list .plan .select .select_button, .plan-list .plan .select .back_button, .plan-list .plan .select .downgrade_button, .plan-list .plan .signup_micro .downgrade_button {
  margin-top: 25px;
}
.plan-list .plan .signup_micro .signup_button, .plan-list .plan .signup_micro .select_button, .plan-list .plan .signup_micro .downgrade_button {
  margin-top: 0px;
}
.plan-list .plan .signup_micro_plus .signup_button, .plan-list .plan .signup_micro_plus .select_button,
.plan-list .plan .signup_micro_plus .downgrade_button, .plan-list .plan .signup_micro_plus .keep_micro_button {
  font-size: 0.8em;
  line-height: 23px;
  color: #999;
  margin-top: 2px;
  display: block;
}
.plan-list .plan:first-child .name {
  border-top-left-radius: 3px;
}
.plan-list .plan:last-child .name {
  border-top-right-radius: 3px;
}
.plan-list .plan.highlight {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: -2px 0 8px rgba(10, 10, 10, 0.2);
}
.plan-list .plan.highlight .plan-content {
  border-bottom: 0;
  margin-bottom: 20px;
}
.plan-list .plan.highlight .details {
  margin-top: 10px;
}
.plan-list .plan.highlight .name {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.plan-list .plan.focus {
  margin-top: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
}
.plan-list .plan.focus .plan-content {
  border-bottom: 0;
  padding-bottom: 20px;
}
.plan-list .plan.focus .details {
  margin-top: 20px;
}
.plan-list .plan.focus .name {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.plan-list .plan.lower_plan {
  color: rgba(85, 85, 85, 0.5);
}
.plan-list .plan.lower_plan .name {
  background-color: rgba(77, 122, 186, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.plan-list .plan.lower_plan .details {
  color: rgba(85, 85, 85, 0.5);
}
.plan-list .plan.lower_plan .included:before {
  color: rgba(92, 184, 92, 0.5);
}
.plan-list .plan.lower_plan .downgrade_button {
  color: rgba(85, 85, 85, 0.75);
}

#addresses-search input, #addresses-search select,
#custom-domain-search input,
#custom-domain-search select,
#beacon-domain-search input,
#beacon-domain-search select,
#message-search input,
#message-search select,
#event-search input,
#event-search select,
#log-event-search input,
#log-event-search select,
#search input,
#search select {
  margin-bottom: 0.5rem;
}
#addresses-search select,
#custom-domain-search select,
#beacon-domain-search select,
#message-search select,
#event-search select,
#log-event-search select,
#search select {
  width: inherit;
}
.status-link:before, .status-critical:before, .status-major:before, .status-minor:before, .status-maintenance:before, .status-none:before, .status-operational:before {
  font-size: 0.7em;
  margin-right: 4px;
  padding-bottom: 2px;
  line-height: 2;
  vertical-align: middle;
}

.status-none:before, .status-operational:before {
  color: #5cb85c;
}

.status-maintenance:before {
  color: #f0ad4e;
}

.status-minor:before {
  color: #f0ad4e;
}

.status-major:before {
  color: rgb(228.5, 128, 78.5);
}

.status-critical:before {
  color: rgb(228.5, 128, 78.5);
}

#new-template, #edit-template, #template, #markdown-preview {
  display: flex;
  height: 100%;
}
#new-template .template-editor, #edit-template .template-editor, #template .template-editor, #markdown-preview .template-editor {
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
  min-width: 300px;
  margin-right: 10px;
}
#new-template .template-preview-area, #edit-template .template-preview-area, #template .template-preview-area, #markdown-preview .template-preview-area {
  width: 50%;
  border: 1px solid #eee;
  overflow-x: scroll;
}
#new-template .template-preview-area .template-preview-actions, #edit-template .template-preview-area .template-preview-actions, #template .template-preview-area .template-preview-actions, #markdown-preview .template-preview-area .template-preview-actions {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#new-template .template-preview-area .template-preview-actions li, #edit-template .template-preview-area .template-preview-actions li, #template .template-preview-area .template-preview-actions li, #markdown-preview .template-preview-area .template-preview-actions li {
  border-bottom: none;
  width: inherit;
  white-space: nowrap;
}
#new-template .template-preview-area .template-preview-actions li.active a, #edit-template .template-preview-area .template-preview-actions li.active a, #template .template-preview-area .template-preview-actions li.active a, #markdown-preview .template-preview-area .template-preview-actions li.active a {
  color: var(--bs-list-group-active-color);
  text-decoration: none;
}
#new-template .template-preview-area .template-preview-actions li:first-child, #edit-template .template-preview-area .template-preview-actions li:first-child, #template .template-preview-area .template-preview-actions li:first-child, #markdown-preview .template-preview-area .template-preview-actions li:first-child {
  border-top-left-radius: 2px;
}
#new-template .template-preview-area .template-preview-actions li:last-child, #edit-template .template-preview-area .template-preview-actions li:last-child, #template .template-preview-area .template-preview-actions li:last-child, #markdown-preview .template-preview-area .template-preview-actions li:last-child {
  border-top-right-radius: 2px;
}
#new-template .template-preview-area .preview-container, #edit-template .template-preview-area .preview-container, #template .template-preview-area .preview-container, #markdown-preview .template-preview-area .preview-container {
  width: 100%;
}
#new-template .template-preview-area .template-preview-container, #edit-template .template-preview-area .template-preview-container, #template .template-preview-area .template-preview-container, #markdown-preview .template-preview-area .template-preview-container {
  min-width: 700px;
}
#new-template .template-preview-area .template-mobile-preview-container, #edit-template .template-preview-area .template-mobile-preview-container, #template .template-preview-area .template-mobile-preview-container, #markdown-preview .template-preview-area .template-mobile-preview-container {
  width: 390px;
}
#new-template .template-preview-area pre, #new-template .template-preview-area #beacon-domain .include-hint, #beacon-domain #new-template .template-preview-area .include-hint, #new-template .template-preview-area #beacon-domains .include-hint, #beacon-domains #new-template .template-preview-area .include-hint, #new-template .template-preview-area #delivery_status #response_body, #delivery_status #new-template .template-preview-area #response_body, #new-template .template-preview-area #event-details #response_body, #event-details #new-template .template-preview-area #response_body, #new-template .template-preview-area #beacon-message #response_body, #beacon-message #new-template .template-preview-area #response_body, #new-template .template-preview-area #billing-details #response_body, #billing-details #new-template .template-preview-area #response_body, #edit-template .template-preview-area pre, #edit-template .template-preview-area #beacon-domain .include-hint, #beacon-domain #edit-template .template-preview-area .include-hint, #edit-template .template-preview-area #beacon-domains .include-hint, #beacon-domains #edit-template .template-preview-area .include-hint, #edit-template .template-preview-area #delivery_status #response_body, #delivery_status #edit-template .template-preview-area #response_body, #edit-template .template-preview-area #event-details #response_body, #event-details #edit-template .template-preview-area #response_body, #edit-template .template-preview-area #beacon-message #response_body, #beacon-message #edit-template .template-preview-area #response_body, #edit-template .template-preview-area #billing-details #response_body, #billing-details #edit-template .template-preview-area #response_body, #template .template-preview-area pre, #template .template-preview-area #beacon-domain .include-hint, #beacon-domain #template .template-preview-area .include-hint, #template .template-preview-area #beacon-domains .include-hint, #beacon-domains #template .template-preview-area .include-hint, #template .template-preview-area #delivery_status #response_body, #delivery_status #template .template-preview-area #response_body, #template .template-preview-area #event-details #response_body, #event-details #template .template-preview-area #response_body, #template .template-preview-area #beacon-message #response_body, #beacon-message #template .template-preview-area #response_body, #template .template-preview-area #billing-details #response_body, #billing-details #template .template-preview-area #response_body, #markdown-preview .template-preview-area pre, #markdown-preview .template-preview-area #beacon-domain .include-hint, #beacon-domain #markdown-preview .template-preview-area .include-hint, #markdown-preview .template-preview-area #beacon-domains .include-hint, #beacon-domains #markdown-preview .template-preview-area .include-hint, #markdown-preview .template-preview-area #delivery_status #response_body, #delivery_status #markdown-preview .template-preview-area #response_body, #markdown-preview .template-preview-area #event-details #response_body, #event-details #markdown-preview .template-preview-area #response_body, #markdown-preview .template-preview-area #beacon-message #response_body, #beacon-message #markdown-preview .template-preview-area #response_body, #markdown-preview .template-preview-area #billing-details #response_body, #billing-details #markdown-preview .template-preview-area #response_body {
  white-space: pre-wrap;
  max-height: 80vh;
}
#new-template .template-preview-area iframe.template-preview-frame, #edit-template .template-preview-area iframe.template-preview-frame, #template .template-preview-area iframe.template-preview-frame, #markdown-preview .template-preview-area iframe.template-preview-frame {
  border: 1px solid var(--bs-border-color);
  min-height: 600px;
  width: 100%;
}
#new-template .config-color-row, #edit-template .config-color-row, #template .config-color-row, #markdown-preview .config-color-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
#new-template .config-color-row label, #edit-template .config-color-row label, #template .config-color-row label, #markdown-preview .config-color-row label {
  width: 140px;
  flex-shrink: 0;
  font-size: 0.85rem;
  margin-bottom: 0;
}
#new-template .config-color-row input[type=color], #edit-template .config-color-row input[type=color], #template .config-color-row input[type=color], #markdown-preview .config-color-row input[type=color] {
  width: 36px;
  height: 30px;
  padding: 1px 2px;
  border: 1px solid var(--bs-border-color);
  cursor: pointer;
}
#new-template .config-color-row .config-hex-input, #edit-template .config-color-row .config-hex-input, #template .config-color-row .config-hex-input, #markdown-preview .config-color-row .config-hex-input {
  width: 90px;
  font-family: monospace;
  font-size: 0.85rem;
  padding: 0.2rem 0.4rem;
  height: 30px;
}
#new-template .config-text-row, #edit-template .config-text-row, #template .config-text-row, #markdown-preview .config-text-row {
  margin-bottom: 0.35rem;
}
#new-template .config-text-row label, #edit-template .config-text-row label, #template .config-text-row label, #markdown-preview .config-text-row label {
  font-size: 0.85rem;
  margin-bottom: 0.15rem;
}
#new-template .config-text-row input, #edit-template .config-text-row input, #template .config-text-row input, #markdown-preview .config-text-row input {
  font-size: 0.85rem;
  padding: 0.2rem 0.4rem;
  height: 30px;
}
#new-template a.config-toggle, #edit-template a.config-toggle, #template a.config-toggle, #markdown-preview a.config-toggle {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.admin-template {
  display: flex;
  justify-content: space-between;
}
.admin-template form input[type=text]:read-only,
.admin-template form input[type=number]:read-only {
  opacity: 0.65;
}
.admin-template .template-editor {
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
  min-width: 300px;
}
.admin-template .template-form {
  margin-bottom: 1rem;
}
.admin-template .template-preview-area {
  min-width: 700px;
  margin-left: 10px;
  overflow-x: scroll;
}
.admin-template .template-preview-area .template-preview-actions {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.admin-template .template-preview-area .template-preview-actions li {
  border-bottom: none;
  width: inherit;
  white-space: nowrap;
}
.admin-template .template-preview-area .template-preview-actions li.active a {
  color: var(--bs-list-group-active-color);
  text-decoration: none;
}
.admin-template .template-preview-area .template-preview-actions li:first-child {
  border-top-left-radius: 2px;
}
.admin-template .template-preview-area .template-preview-actions li:last-child {
  border-top-right-radius: 2px;
}
.admin-template .template-preview-area pre, .admin-template .template-preview-area #beacon-domain .include-hint, #beacon-domain .admin-template .template-preview-area .include-hint, .admin-template .template-preview-area #beacon-domains .include-hint, #beacon-domains .admin-template .template-preview-area .include-hint, .admin-template .template-preview-area #delivery_status #response_body, #delivery_status .admin-template .template-preview-area #response_body, .admin-template .template-preview-area #event-details #response_body, #event-details .admin-template .template-preview-area #response_body, .admin-template .template-preview-area #beacon-message #response_body, #beacon-message .admin-template .template-preview-area #response_body, .admin-template .template-preview-area #billing-details #response_body, #billing-details .admin-template .template-preview-area #response_body {
  white-space: pre-wrap;
}
.admin-template .preview-container {
  margin: 0px 0px 0px 0px;
}
.admin-template .template-preview-container {
  width: 50%;
  min-width: 700px;
}
.admin-template .template-mobile-preview-container {
  width: 100%;
  max-width: 400px;
}
.admin-template iframe.template-preview-frame {
  border: 1px solid var(--bs-border-color);
  min-height: 600px;
  width: 100%;
}

.timeago-toggle {
  padding-left: 5px;
  text-decoration: none;
}

#smtp-troubleshoot-entires .split h3, #smtp-troubleshoot-entires .split .h3, #smtp-troubleshoot-entry .split h3, #smtp-troubleshoot-entry .split .h3 {
  font-size: large;
}
#smtp-troubleshoot-entires .split-group ul, #smtp-troubleshoot-entires .examples ul, #smtp-troubleshoot-entires .gmail-examples ul, #smtp-troubleshoot-entry .split-group ul, #smtp-troubleshoot-entry .examples ul, #smtp-troubleshoot-entry .gmail-examples ul {
  list-style-type: none;
  padding-left: 0px;
}

#smtp-troubleshoot-entry pre, #smtp-troubleshoot-entry #beacon-domain .include-hint, #beacon-domain #smtp-troubleshoot-entry .include-hint, #smtp-troubleshoot-entry #beacon-domains .include-hint, #beacon-domains #smtp-troubleshoot-entry .include-hint, #smtp-troubleshoot-entry #delivery_status #response_body, #delivery_status #smtp-troubleshoot-entry #response_body, #smtp-troubleshoot-entry #event-details #response_body, #event-details #smtp-troubleshoot-entry #response_body, #smtp-troubleshoot-entry #beacon-message #response_body, #beacon-message #smtp-troubleshoot-entry #response_body, #smtp-troubleshoot-entry #billing-details #response_body, #billing-details #smtp-troubleshoot-entry #response_body {
  white-space: pre-wrap;
}

#user dl, #users dl, #invite dl {
  margin: 0px;
}
#user dl dd, #user dl dt, #users dl dd, #users dl dt, #invite dl dd, #invite dl dt {
  line-height: 1.25rem;
  margin: 0px;
  padding-left: 0px;
}
#user dl dt, #users dl dt, #invite dl dt {
  font-weight: 500;
}
#user dl dt:after, #users dl dt:after, #invite dl dt:after {
  content: ":";
}
#user dl dd, #users dl dd, #invite dl dd {
  margin-bottom: 1rem;
}
#user dl, #users dl, #invite dl {
  margin: 0px;
  margin-bottom: 20px;
}
#user dl dd, #user dl dt, #users dl dd, #users dl dt, #invite dl dd, #invite dl dt {
  line-height: 1.6em;
}
#user dl dt, #users dl dt, #invite dl dt {
  text-align: left;
}
#user dl dt:after, #users dl dt:after, #invite dl dt:after {
  content: ":";
}

#api-keys .key {
  max-width: 40%;
  word-break: break-all;
}
