html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Barlow";
}

body {
  overflow: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /**
   * Flex is needed to make following work:
   * Container should has a min-height of 100% if content is lower than view-height
   * but keep the scroll functionality
   **/
  display: flex;
  min-height: 100%;
}

a {
  text-decoration: none;
}

p + ul,
p + ol,
p + p,
ol + ul,
ol + ol,
ol + p,
ul + ul,
ul + ol,
ul + p {
  margin-top: 8px;
}

select {
  font-size: inherit;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}

:not(.ui-loading-page) > svg {
  fill: currentColor;
}

#mm-fullscreen-view-container > * {
  z-index: 181;
}

/* components */
.anl-campaign-configurator .ui-navigation-bar .auto-save-badge .ui-loading svg {
  width: 12px;
  height: 12px;
}
.anl-campaign-configurator .ui-navigation-bar .ui-switch .ui-switch__thumb-container {
  z-index: 31;
}

.anl-campaign-configurator-v2-preview .anl-content-block-v2.is-dragged,
.anl-campaign-configurator-v2-preview .anl-content-block-v2.is-dragged + .anl-dropzone {
  display: none;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-warning-icon {
  position: absolute;
  margin-left: -48px;
  pointer-events: none;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2.is-hovered + .anl-dropzone {
  pointer-events: none;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper {
  z-index: 1;
  width: 600px;
  min-height: 64px;
  top: 50%;
  transform: translateY(-50%);
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper__is-selected:after {
  content: "";
  position: inherit;
  display: block;
  width: 600px;
  height: 100%;
  border: 2px solid #4d76f1;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 1;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper__is-hovered {
  width: 648px;
  padding-right: 48px;
  margin-left: 48px;
  z-index: 100;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper__is-hovered .anl-content-block-variation-switch {
  right: 48px;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper .action-click-wrapper {
  width: 600px;
  z-index: 2;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper .anl-content-block-variation-switch {
  top: -32px;
  height: 32px;
  z-index: 2;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper .anl-content-block-variation-switch .ui-icon-button {
  padding: 4px;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper .anl-content-block-variation-switch .ui-icon-button svg {
  width: 24px;
  height: 24px;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper .anl-content-block-variation-switch .anl-content-block-variation-switch__variation-total-count {
  opacity: 0.6;
}
.anl-campaign-configurator-v2-preview .anl-content-block-v2-action-wrapper__action-button-wrapper .ui-icon-button {
  width: 40px;
  height: 40px;
  padding: 0;
}
.anl-campaign-configurator-v2-preview .anl-campaign-configurator-v2-mobile-preview-container {
  width: 320px;
  min-width: 320px;
  container: blocks/inline-size;
}

.anl-templates-card__padding {
  padding: 12px 12px 0 12px;
  z-index: 999;
}
.anl-templates-card__height {
  height: 120px;
}

.nl-dashboard-campaign-table th:last-child,
.nl-dashboard-campaign-table td:last-child {
  width: 40px;
}

.anl-address-book .anl-address-book__subscriber-table .ui-table__head .ui-table__head-cell:first-child {
  padding-left: 16px;
}
.anl-address-book .pms-status {
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 12px;
}
@media screen and (max-width: 480px) {
  .anl-address-book .pms-status {
    margin-left: 0;
    margin-top: 8px;
  }
  .anl-address-book .break-line {
    width: 100%;
  }
}

.anl-address-books-delete-dialog .ui-checkbox {
  align-items: flex-start;
  margin-bottom: 8px;
}
.anl-address-books-delete-dialog .ui-checkbox .ui-label {
  height: auto;
}

.anl-link-activities-table th:last-of-type,
.anl-link-activities-table td:last-of-type {
  white-space: nowrap;
}
.anl-link-activities-table th:last-of-type span,
.anl-link-activities-table td:last-of-type span {
  min-width: 72px;
}

.nl-create-dialog.ui-modal[size=sm] {
  max-width: 470px;
}
.nl-create-dialog.ui-modal[size=sm] .disabled .title {
  color: #8f9ea4;
}

.anl-config-item {
  display: grid;
  grid-template-columns: 2fr 3fr 60px;
}
.anl-config-item .ui-switch {
  margin: 4px 0;
}
.anl-config-item__input-button {
  padding: 10px;
  margin-left: 8px;
  margin-top: 28px;
}

.ui-modal-container .nl-spam-dialog.ui-modal[size=md] {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .ui-modal-container .nl-spam-dialog.ui-modal[size=md] {
    max-width: auto;
    width: auto;
    max-height: calc(100% - 80px);
    height: auto;
  }
}

.anl-campaign-navdrawer__item:not(:last-child) {
  border-left: 1px solid rgba(143, 158, 164, 0.15);
}
.anl-campaign-navdrawer__item::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgb(143, 158, 164);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(143, 158, 164, 0.15);
  margin-left: -3px;
}
.anl-campaign-navdrawer__item.send::before {
  border-color: #22b867;
  background-color: #22b867;
}
.anl-campaign-navdrawer__item .time {
  margin-top: -6px;
}

.anl-subscriber-navdrawer__history-table .ui-table__row td {
  box-shadow: none;
  padding: 8px;
  padding-right: 16px;
  padding-left: 0px;
}
.anl-subscriber-navdrawer__history-table a:hover {
  background: none;
}

.ui-modal-container .ui-modal[size=lg].nl-mail-preview {
  min-height: calc(100vh - 160px);
}
.ui-modal-container .ui-modal[size=lg].nl-mail-preview .ui-modal__intro {
  padding: 0px 24px;
}
.ui-modal-container .ui-modal[size=lg].nl-mail-preview .ui-modal__content {
  padding: 0;
  padding-top: 16px;
}

.nl-mail-preview-item {
  width: 235px;
  height: 176px;
}
.nl-mail-preview-item__thumbnail {
  transform: scale(0.25);
  transform-origin: 0 0;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}
.nl-mail-preview-item__thumbnail iframe {
  pointer-events: none;
  width: 940px; /* 235 x 4*/
  height: 704px; /* 176 x 4*/
}
.nl-mail-preview-item__overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nl-mail-preview-item__header {
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.24) 22%, rgba(0, 0, 0, 0.14) 43%, rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.02) 82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nl-mail-preview-item__header .ui-button {
  color: #fff;
}
.nl-mail-preview-item:hover .nl-mail-preview-item__overlay,
.nl-mail-preview-item:hover .nl-mail-preview-item__header {
  opacity: 1;
}
.nl-mail-preview-item:hover .nl-mail-preview-item__placeholder {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.anl-content-block__is-rendering .ui-skeleton {
  width: 600px;
}
.anl-content-block__is-rendering + .anl-content-block__is-rendering {
  margin-top: 24px;
}
.anl-content-block__is-hovered {
  z-index: 20;
}
.anl-content-block__is-hovered .anl-content-block-actions-wrapper {
  padding: 0px 48px 0 0;
  width: 648px;
  transform: translateX(24px);
}
.anl-content-block.is-dragged {
  display: none;
}
.anl-content-block.is-dragged + .anl-dropzone {
  display: none;
}
.anl-content-block.is-small {
  min-height: 20px;
}
.anl-content-block.has-warning {
  min-height: 68px;
}
.anl-content-block__background {
  z-index: 12;
}
.anl-content-block:nth-child(2) .anl-content-block-actions-wrapper .anl-content-block-variation-switch {
  top: 0;
}
.anl-content-block-warning-icon {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  bottom: 24px;
  margin-top: 16px;
  margin-left: -48px;
  pointer-events: none;
}

.anl-draggable-block {
  border-color: #212f42;
}
.anl-draggable-block .draggable-item {
  border: 1px solid #212f42;
  cursor: grab;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.anl-draggable-block .draggable-item.is-dragged {
  background: #fff;
  border-color: rgba(6, 28, 45, 0.2);
  border-radius: 3px;
  color: #00172f;
}
.anl-draggable-block .draggable-item.hide {
  transform: translateX(-9999px);
}
.anl-draggable-block :hover {
  filter: brightness(120%);
  transform: translateY(-4px) rotate(1deg);
}
.anl-draggable-block .text,
.anl-draggable-block .icon {
  pointer-events: none;
}

.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers:before {
  content: "";
  width: auto;
  background: none;
}
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers textarea {
  caret-color: white;
}
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .tag,
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .punctuation {
  color: #f92672;
}
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .attr-name {
  color: #a6e22e;
}
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .attr-value,
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .attr-value .punctuation,
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .style-attr,
.anl-code-block-configurator #anl-code-wrapper .codeflask.codeflask--has-line-numbers .token .style-attr .punctuation {
  color: #e6db74;
}

.anl-configuration-item .ui-input-container[theme=dark] .ui-form-item svg.secondary {
  color: #8f9ea4;
}
.anl-configuration-item .ui-control-panel .ui-select .ui-label,
.anl-configuration-item .ui-control-panel .ui-select .ui-form-message {
  display: none;
}
.anl-configuration-item .ui-control-panel .ui-select input {
  height: 32px;
}
.anl-configuration-item__warning .ui-dropzone {
  border-color: #f3a100;
  border-style: solid;
}
.anl-configuration-item__warning-text {
  height: 16px;
}

.anl-app-block-list-image {
  width: 36px;
  height: 36px;
}

.anl-dropzone {
  position: relative;
  margin-top: -24px;
  margin-bottom: -24px;
  width: 600px;
  pointer-events: none;
}
.anl-dropzone-container {
  height: 0px;
  background: repeating-linear-gradient(-70deg, rgba(77, 118, 241, 0.08), rgba(77, 118, 241, 0.08) 8px, rgba(77, 118, 241, 0.16) 8px, rgba(77, 118, 241, 0.16) 16px);
  border-color: #4d76f1;
  transition: 0.1s;
}
.anl-dropzone__hovered .anl-dropzone-container {
  border-width: 2px;
  height: 62px;
}
.anl-dropzone__visible {
  z-index: 100;
  pointer-events: all;
}
.anl-dropzone__empty * {
  pointer-events: none;
}
.anl-dropzone__empty svg .bg,
.anl-dropzone__empty svg .item,
.anl-dropzone__empty svg .right,
.anl-dropzone__empty svg .cards,
.anl-dropzone__empty svg .left-bg,
.anl-dropzone__empty svg .arrow {
  transition: 0.3s ease-in-out;
  transform-origin: center center;
}
.anl-dropzone__empty svg .cards {
  transition-delay: 0.1s;
}
.anl-dropzone__empty--drag-over .right {
  transform: translateX(-92px);
}
.anl-dropzone__empty--drag-over .bg {
  fill: #4d76f1;
}
.anl-dropzone__empty--drag-over .item {
  fill: #4d76f1;
  fill-opacity: 1;
  height: 88px;
}
.anl-dropzone__empty--drag-over .arrow {
  fill-opacity: 1;
  fill: #fff;
  transform: rotate(90deg);
  transform-origin: center center;
}
.anl-dropzone__empty--drag-over .cards {
  transform: translateX(-24px);
  opacity: 0;
}
.anl-dropzone__empty--drag-over .left-bg {
  transform: translateX(-24px);
  opacity: 0;
}

.anl-layout-configurator__editor {
  overflow-x: hidden;
}
.anl-layout-configurator__editor .anl-layout-configurator__color-input {
  width: 156px;
}

.nl-exclude-list-dialog .nl-exclude-list-input-container {
  width: 240px;
  height: 160px;
}
.nl-exclude-list-dialog .nl-exclude-list-input-container input {
  opacity: 0;
}

.anl-campaign-configurator #anl-newsletter-wrapper {
  padding: 56px 0 !important;
}

.anl-campaign-configurator #anl-newsletter-wrapper {
  /* CSS-RESET */
}
.anl-campaign-configurator #anl-newsletter-wrapper a:link,
.anl-campaign-configurator #anl-newsletter-wrapper a:visited {
  color: inherit;
  text-decoration: underline;
  cursor: auto;
}
.anl-campaign-configurator #anl-newsletter-wrapper a:link:active,
.anl-campaign-configurator #anl-newsletter-wrapper a:visited:active {
  color: inherit;
}
.anl-campaign-configurator #anl-newsletter-wrapper address {
  display: block;
  font-style: italic;
}
.anl-campaign-configurator #anl-newsletter-wrapper area,
.anl-campaign-configurator #anl-newsletter-wrapper datalist,
.anl-campaign-configurator #anl-newsletter-wrapper link,
.anl-campaign-configurator #anl-newsletter-wrapper param,
.anl-campaign-configurator #anl-newsletter-wrapper script,
.anl-campaign-configurator #anl-newsletter-wrapper style,
.anl-campaign-configurator #anl-newsletter-wrapper title {
  display: none;
}
.anl-campaign-configurator #anl-newsletter-wrapper article,
.anl-campaign-configurator #anl-newsletter-wrapper aside,
.anl-campaign-configurator #anl-newsletter-wrapper details,
.anl-campaign-configurator #anl-newsletter-wrapper dt,
.anl-campaign-configurator #anl-newsletter-wrapper figcaption,
.anl-campaign-configurator #anl-newsletter-wrapper footer,
.anl-campaign-configurator #anl-newsletter-wrapper nav,
.anl-campaign-configurator #anl-newsletter-wrapper section,
.anl-campaign-configurator #anl-newsletter-wrapper summary {
  display: block;
}
.anl-campaign-configurator #anl-newsletter-wrapper b,
.anl-campaign-configurator #anl-newsletter-wrapper strong {
  font-family: inherit;
  font-weight: bold;
}
.anl-campaign-configurator #anl-newsletter-wrapper bdo {
  unicode-bidi: bidi-override;
}
.anl-campaign-configurator #anl-newsletter-wrapper blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
.anl-campaign-configurator #anl-newsletter-wrapper caption {
  display: table-caption;
  text-align: center;
}
.anl-campaign-configurator #anl-newsletter-wrapper cite,
.anl-campaign-configurator #anl-newsletter-wrapper dfn,
.anl-campaign-configurator #anl-newsletter-wrapper em,
.anl-campaign-configurator #anl-newsletter-wrapper i,
.anl-campaign-configurator #anl-newsletter-wrapper var {
  font-family: inherit;
  font-style: italic;
}
.anl-campaign-configurator #anl-newsletter-wrapper code,
.anl-campaign-configurator #anl-newsletter-wrapper kbd,
.anl-campaign-configurator #anl-newsletter-wrapper samp {
  font-family: monospace;
}
.anl-campaign-configurator #anl-newsletter-wrapper col {
  display: table-column;
}
.anl-campaign-configurator #anl-newsletter-wrapper colgroup {
  display: table-column-group;
}
.anl-campaign-configurator #anl-newsletter-wrapper dd {
  display: block;
  margin-left: 40px;
}
.anl-campaign-configurator #anl-newsletter-wrapper del,
.anl-campaign-configurator #anl-newsletter-wrapper s,
.anl-campaign-configurator #anl-newsletter-wrapper strike {
  text-decoration: line-through;
}
.anl-campaign-configurator #anl-newsletter-wrapper dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.anl-campaign-configurator #anl-newsletter-wrapper embed:focus,
.anl-campaign-configurator #anl-newsletter-wrapper object:focus {
  outline: none;
}
.anl-campaign-configurator #anl-newsletter-wrapper fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove inherit;
}
.anl-campaign-configurator #anl-newsletter-wrapper figure {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
.anl-campaign-configurator #anl-newsletter-wrapper form {
  display: block;
  margin-top: 0em;
}
.anl-campaign-configurator #anl-newsletter-wrapper h1,
.anl-campaign-configurator #anl-newsletter-wrapper h2,
.anl-campaign-configurator #anl-newsletter-wrapper h3,
.anl-campaign-configurator #anl-newsletter-wrapper h4,
.anl-campaign-configurator #anl-newsletter-wrapper h5,
.anl-campaign-configurator #anl-newsletter-wrapper h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.anl-campaign-configurator #anl-newsletter-wrapper h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.anl-campaign-configurator #anl-newsletter-wrapper h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.anl-campaign-configurator #anl-newsletter-wrapper h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.anl-campaign-configurator #anl-newsletter-wrapper h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.anl-campaign-configurator #anl-newsletter-wrapper h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.anl-campaign-configurator #anl-newsletter-wrapper h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
.anl-campaign-configurator #anl-newsletter-wrapper hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.anl-campaign-configurator #anl-newsletter-wrapper img {
  display: inline-block;
}
.anl-campaign-configurator #anl-newsletter-wrapper ins,
.anl-campaign-configurator #anl-newsletter-wrapper u {
  text-decoration: underline;
}
.anl-campaign-configurator #anl-newsletter-wrapper label {
  cursor: default;
}
.anl-campaign-configurator #anl-newsletter-wrapper legend {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
}
.anl-campaign-configurator #anl-newsletter-wrapper li {
  display: list-item;
}
.anl-campaign-configurator #anl-newsletter-wrapper map,
.anl-campaign-configurator #anl-newsletter-wrapper output,
.anl-campaign-configurator #anl-newsletter-wrapper q {
  display: inline;
}
.anl-campaign-configurator #anl-newsletter-wrapper mark {
  background-color: yellow;
  color: black;
}
.anl-campaign-configurator #anl-newsletter-wrapper menu {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.anl-campaign-configurator #anl-newsletter-wrapper ol,
.anl-campaign-configurator #anl-newsletter-wrapper ul {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.anl-campaign-configurator #anl-newsletter-wrapper ol {
  list-style-type: decimal;
}
.anl-campaign-configurator #anl-newsletter-wrapper p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.anl-campaign-configurator #anl-newsletter-wrapper pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.anl-campaign-configurator #anl-newsletter-wrapper q::before {
  content: open-quote;
}
.anl-campaign-configurator #anl-newsletter-wrapper q::after {
  content: close-quote;
}
.anl-campaign-configurator #anl-newsletter-wrapper rt {
  line-height: normal;
}
.anl-campaign-configurator #anl-newsletter-wrapper small,
.anl-campaign-configurator #anl-newsletter-wrapper sub,
.anl-campaign-configurator #anl-newsletter-wrapper sup {
  font-size: smaller;
}
.anl-campaign-configurator #anl-newsletter-wrapper sub {
  vertical-align: sub;
}
.anl-campaign-configurator #anl-newsletter-wrapper sup {
  vertical-align: super;
}
.anl-campaign-configurator #anl-newsletter-wrapper table {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}
.anl-campaign-configurator #anl-newsletter-wrapper tbody {
  vertical-align: middle;
  border-color: inherit;
}
.anl-campaign-configurator #anl-newsletter-wrapper tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.anl-campaign-configurator #anl-newsletter-wrapper th {
  font-weight: bold;
  text-align: center;
}
.anl-campaign-configurator #anl-newsletter-wrapper thead {
  vertical-align: middle;
  border-color: inherit;
}
.anl-campaign-configurator #anl-newsletter-wrapper tr {
  border-color: inherit;
}
.anl-campaign-configurator #anl-newsletter-wrapper ul {
  list-style-type: disc;
}
.anl-campaign-configurator #anl-newsletter-wrapper .newsletter-block-container {
  position: relative;
}
.anl-campaign-configurator #anl-newsletter-wrapper .newsletter-block-container * {
  box-sizing: initial;
}
.anl-campaign-configurator #anl-newsletter-wrapper .newsletter-block-container .newsletter-text-placeholder {
  font-family: "Redacted";
  color: #c9c9c9;
  letter-spacing: -0.4px;
}

.subscriber-navigation-drawer .content {
  overflow-y: auto;
  overflow-x: hidden;
}
.subscriber-navigation-drawer .subscriber-note {
  white-space: pre-wrap;
  word-break: break-word;
}

.anl-style-card__preview {
  height: 120px;
}
.anl-style-card__preview__thumbnail {
  transform: scale(0.25);
  transform-origin: 0 0;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}
.anl-style-card__preview__thumbnail iframe {
  pointer-events: none;
  width: 1048px; /* 262 x 4*/
  height: 480px; /* 120 x 4*/
}

.anl-variation-item {
  transition: background-color 0.2s ease-in;
}

.anl-address-book-navdrawer .icon {
  margin-left: -8px;
}
.anl-address-book-navdrawer .icon .ui-loading {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
}
.anl-address-book-navdrawer .history-item:not(:last-child) {
  border-left: 1px solid rgba(143, 158, 164, 0.15);
}
.anl-address-book-navdrawer .pms-status {
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
}
.anl-address-book-navdrawer .detail-navdrawer-pagination {
  border: none;
}

.pms-history-item .icon {
  margin-left: -4px;
}
.pms-history-item .content {
  margin-left: 7px;
}
.pms-history-item:not(:last-child) .content {
  border-left: 1px solid rgba(143, 158, 164, 0.15);
  margin-left: 6px;
}

.ui-upgrade-notification .ui-button {
  width: fit-content;
}
.ui-upgrade-notification .ui-button:hover, .ui-upgrade-notification .ui-button:focus, .ui-upgrade-notification .ui-button:active {
  background-color: #e6e6e6;
}

.ui-modal-container .nl-send-dialog.ui-modal {
  height: auto;
}
.ui-modal-container .nl-send-dialog.ui-modal .ui-modal__content {
  padding-left: 0;
  padding-right: 0;
}
.ui-modal-container .nl-send-dialog.ui-modal .ui-modal__content .ui-modal__intro {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}

.ui-modal-container .nl-email-detail-dialog.ui-modal .ui-modal__content {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.ui-modal-container .nl-email-detail-dialog.ui-modal .ui-modal__content .ui-modal__intro {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) {
  .fit-content-table .dt-sm {
    display: table-cell;
  }
}
.fit-content-table tr.list-item {
  height: 56px;
}
@media screen and (min-width: 600px) {
  .fit-content-table td:nth-last-child(n+2):first-child {
    width: 1%;
  }
  .fit-content-table td:nth-last-child(n+2):first-child > div:first-child {
    white-space: nowrap;
  }
}
.fit-content-table td:nth-last-child(n+2):first-child > div:first-child {
  display: flex;
  justify-content: flex-start;
}
.fit-content-table td:nth-child(n+2):last-child {
  width: 1%;
}
.fit-content-table td:nth-child(n+2):last-child > div:first-child {
  justify-content: flex-end;
}

.status-container {
  width: 8px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.ui-action-button svg {
  transition: 0.3s;
}
.ui-action-button.button-toggled svg {
  transform: rotate(180deg);
}

.email-preview-table {
  border-collapse: separate;
  border-spacing: 24px;
}

.nl-send-dialog {
  width: 960px;
  height: 1120px;
}

.previews-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

.email-preview-thumbnail-container img {
  object-fit: cover;
  height: 220px;
}

/* routes */
@font-face {
  font-family: "Redacted";
  src: url("https://cdn-apps.s3.amazonaws.com/newsletter/layout/fonts/redacted-regular.woff2") format("woff2"), url("https://cdn-apps.s3.amazonaws.com/newsletter/layout/fonts/redacted-regular.woff") format("woff");
}
.anl-config-list {
  margin-bottom: 56px;
}
.anl-config-list .ui-loading,
.anl-config-list .ui-loading svg {
  margin: 0 4px;
}

.anl-campaign-configurator .ui-form-view {
  position: relative;
  display: grid;
  max-height: 100%;
  grid-template-rows: 1fr;
  grid-template-columns: 240px minmax(calc(100% - 240px), 1fr);
  grid-template-areas: "detail main";
  padding-top: 56px;
  overflow-y: hidden;
}
.anl-campaign-configurator .ui-form-view .ui-form__main {
  overflow: auto;
}
.anl-campaign-configurator .ui-form-view.detail-collapsed {
  grid-template-columns: 72px minmax(calc(100% - 72px), 1fr);
}
.anl-campaign-configurator .ui-form-view.detail-collapsed .draggable-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  padding: 0;
}
.anl-campaign-configurator .ui-form-view.detail-collapsed .draggable-item .text {
  display: none;
}
@media (max-width: 839px) {
  .anl-campaign-configurator .ui-form-view {
    grid-template-columns: 72px minmax(calc(100% - 72px), 1fr);
  }
  .anl-campaign-configurator .ui-form-view .draggable-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .anl-campaign-configurator .ui-form-view .draggable-item .text {
    display: none;
  }
}
@media (max-width: 599px) {
  .anl-campaign-configurator .ui-form-view, .anl-campaign-configurator .ui-form-view.detail-collapsed {
    grid-template-columns: 0px minmax(100%, 1fr);
  }
}
.anl-campaign-configurator .ui-form-view #anl-newsletter-wrapper-iframe {
  -ms-overflow-style: none;
  border: 0;
}
.anl-campaign-configurator .ui-form-view #anl-newsletter-wrapper-iframe[size=sm] {
  width: 375px;
  height: 667px;
}
.anl-campaign-configurator .ui-form-view #anl-newsletter-wrapper-iframe[size=md] {
  width: 768px;
  height: 1024px;
  max-height: calc(100% - 80px);
}
.anl-campaign-configurator .ui-form-view #anl-newsletter-wrapper-iframe::-webkit-scrollbar {
  display: none;
}
.anl-campaign-configurator.configurator-edit-mode .ui-form-view {
  grid-template-columns: 560px minmax(calc(100% - 560px), 1fr);
}
.anl-campaign-configurator.is-sorting-block .anl-content-block-actions-wrapper {
  display: none;
}
.anl-campaign-configurator__loading-wrapper {
  width: 600px;
}
.anl-campaign-configurator__background {
  z-index: 12;
}

.anl-dropzone *,
.anl-content-block-render-wrapper {
  pointer-events: none;
}

.anl-content-block-actions-wrapper {
  width: 600px;
  z-index: 20;
}
.anl-content-block-actions-wrapper__box {
  cursor: pointer;
  width: 600px;
  border: 2px solid #4d76f1;
}
.anl-content-block-actions-wrapper .anl-content-block-variation-switch {
  top: -32px;
  right: 48px;
  border-radius: 3px 3px 0 0;
  background: #4d76f1;
  z-index: 30;
}
.anl-content-block-actions-wrapper .anl-content-block-variation-switch__variation-total-count {
  opacity: 0.6;
}
.anl-content-block-actions-wrapper .anl-content-block-variation-switch .ui-button {
  width: 32px;
  height: 32px;
  padding: 0;
}
.anl-content-block-actions-wrapper .anl-content-block-variation-switch .ui-button .ui-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anl-content-block-actions-wrapper__action-button-wrapper {
  z-index: 30;
}
.anl-content-block-actions-wrapper__action-button-wrapper .ui-button {
  width: 40px;
  height: 40px;
  padding: 0;
}
.anl-content-block-actions-wrapper__action-button-wrapper .ui-button .ui-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multimedia-navigation-bar .ui-navigation-bar__fixed-container {
  z-index: 20;
}

.multimedia-content {
  padding-top: 80px;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
}

.aw-configurator__preview iframe {
  position: relative;
  border: none;
  height: 100%;
}

.audit-log-table {
  margin-left: -16px;
  margin-right: -16px;
}
.audit-log-table__body {
  vertical-align: top;
  box-shadow: none;
}