html {
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  background: var(--page);
  font-family: 'PP Neue Montreal', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding: 60px 0 70px;
  color: var(--text);
  margin: 0;
}

h1 {
  margin: 0.67em 0;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

samp {
  font-size: 1em;
}

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

legend {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: var(--text);
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  width: 100%;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
legend,
td,
th {
  padding: 0;
}

*,
:after,
:before,
input[type='search'] {
  box-sizing: border-box;
}

a:focus,
input[type='checkbox']:focus,
input[type='file']:focus,
input[type='radio']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.h6,
h6 {
  font-size: 12px;
}

.text-left,
th {
  text-align: left;
}

dl,
ol,
ul {
  margin-bottom: 10px;
  margin-top: 0;
}

.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  margin-left: -5px;
}

dl {
  margin-bottom: 20px;
}

code,
kbd,
pre {
  background-color: #f9f2f4;
  border-radius: 8px;
  color: #c7254e;
  font-size: 90%;
  padding: 2px 4px;
}

kbd {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: var(--gray-50);
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: var(--text);
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
  height: auto;
}

.form-control,
output {
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
}

output {
  padding-top: 7px;
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
}

.checkbox label,
.radio label {
  min-height: 20px;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'].disabled,
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='radio'][disabled] {
  cursor: not-allowed;
}

.form-group-sm .form-control,
.input-sm {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}

.form-group-sm select.form-control,
select.input-sm {
  height: 30px;
  line-height: 30px;
}

.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 16px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg select.form-control,
select.input-lg {
  height: 46px;
  line-height: 46px;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  display: block;
  height: 34px;
  line-height: 34px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 2;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: var(--warning-500);
  border-color: var(--warning-600);
  color: var(--gray-50);
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: var(--danger-500);
  border-color: var(--danger-600);
  color: var(--gray-50);
}

.btn-group-sm > .btn,
.btn.btn-sm {
  border-radius: 4px;
  font-size: 14px;
  padding: 0 16px;
  height: 34px;
}

.btn-group-xs > .btn,
.btn.btn-xs {
  border-radius: 4px;
  font-size: 12px;
  padding: 0 8px;
  height: 24px;
}

.alert > p + p,
.btn-block + .btn-block {
  margin-top: 5px;
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.dropdown-menu-header {
  display: flex;
  min-height: 34px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  color: var(--text);
}

.dropdown-menu-container {
  padding: 0 16px;
  line-height: 130%;
  margin-bottom: 7px;
}

.dropdown-menu-group {
  border-top: 1px solid var(--border-primary);
  display: flex;
  min-width: 136px;
  min-height: 34px;
  padding: 16px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  cursor: default;

  color: var(--blue-200);
  font-family:
    'PP Neue Montreal Mono', 'PP Neue Montreal', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}

.dropdown-menu-group > span {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.dropdown-menu > li:first-child > .dropdown-menu-group,.dropdown-menu > .dropdown-menu-group:first-child {
    border-top: none;
    margin-top: 0;
  }

.dropdown-menu-button-container {
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dropdown-menu-button-container  > .btn {
    margin: 0px !important;
  }

.dropdown-menu-chevron-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu-chevron-link  > i.fas.fa-chevron-right {
    font-size: 12px;
    color: var(--text-light);
  }

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
}

.btn-group > .btn {
  float: left;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-justified,
.input-group {
  border-collapse: separate;
  display: table;
}

.btn-group-justified {
  table-layout: fixed;
  width: 100%;
}

.input-group {
  position: relative;
}

.input-group-addon {
  white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  width: 1%;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  left: auto;
  top: auto;
}

.nav-justified > li,
.nav-stacked > li {
  float: none;
}

.navbar-brand > img,
.tab-content > .active {
  display: block;
}

.navbar-brand {
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  padding: 15px;
}

.navbar-form {
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
  padding: 10px 15px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .btn-link,
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover,
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: var(--text);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: var(--gray-50);
}

.navbar-inverse .btn-link,
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.breadcrumb > li,
.pagination {
  display: inline-block;
}

.pagination {
  border-radius: 8px;
  margin: 20px 0;
  padding-left: 0;
}

.pager li,
.pagination > li {
  display: inline;
}

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: var(--gray-50);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.jumbotron {
  background-color: #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel-default,
.well blockquote {
  border-color: #ddd;
}

.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  margin-bottom: -5px;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}

.carousel-control {
  background-color: transparent;
  bottom: 0;
  color: var(--gray-50);
  filter: alpha(opacity=50);
  font-size: 20px;
  left: 0;
  opacity: 0.5;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 15%;
}

.carousel-indicators li {
  background-color: rgba(0,0,0,0);
  background-color: transparent;
  border: 1px solid var(--gray-50);
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

.ng-cloak,
.ng-hide,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}

#toast-container * {
  display: inline-block;
}

#toast-container > .toast-error,
#toast-container > .toast-info,
#toast-container > .toast-success,
#toast-container > .toast-warning {
  background-image: none !important;
}

#toast-container > .toast-success:before {
  content: '\f05d\00a0';
  font-family: 'Font Awesome 6 Pro';
}

#toast-container > .toast-error:before {
  content: '\f057\00a0';
  font-family: 'Font Awesome 6 Pro';
}

#toast-container > .toast-info:before {
  content: '\f129\00a0\00a0\00a0';
  font-family: 'Font Awesome 6 Pro';
}

#toast-container > .toast-warning:before {
  content: '\f06a\00a0';
  font-family: 'Font Awesome 6 Pro';
}

#toast-container > div {
  border-radius: 8px;
  box-shadow: none;
  line-height: 0.99em;
  padding: 15px 20px;
  width: 500px;
}

.toast-top-right {
  right: 7px;
  top: 7px;
}

.toast-close-button {
  color: rgba(11, 9, 10, 0.3);
  font-size: 2em;
  font-weight: 100;
  position: relative;
  text-shadow: none;
  top: -3px;
}

.toast {
  background-color: #0b090a;
}

.toast-success {
  background-color: var(--success-500);
}

.toast-error {
  background-color: var(--danger-500);
}

.toast-info {
  background-color: var(--info-500);
}

.toast-warning {
  background-color: var(--warning-500);
}

.datepicker table,
.table .bulkactions > td:hover,
.timepicker table {
  background: var(--gray-50);
}

.timepicker table tr td:nth-child(4) {
  display: none;
}

.timepicker .dropdown-menu {
  padding: 0 4px;
}

.datepicker .dropdown-menu button,
.timepicker .timepicker.dropdown-menu button {
  border: 0;
  outline: 0;
}

.datepicker .dropdown-menu tbody button,
.timepicker .timepicker.dropdown-menu tbody button {
  padding: 6px;
}

.datepicker {
  background: var(--gray-50);
  height: 320px;
}

.datepicker .dropdown-menu {
  height: 250px;
  width: 250px;
}

.datepicker .dropdown-menu tbody {
  height: 180px;
}

.datepicker .dropdown-menu.datepicker-mode-1 tbody button,
.datepicker .dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}

.tooltip .tooltip-inner {
  background: #424f55;
  border-radius: 2px;
  color: var(--gray-50);
  font-size: 1.1em;
  padding: 12px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0b090a;
}

.rzslider,
body,
table {
  margin: 0;
}

.rzslider .rz-bubble {
  bottom: -30px;
  font-size: 12px;
}

.rzslider .rz-pointer {
  background-color: var(--lavender-400);
  border-radius: 2px;
  height: 15px;
  top: -5px;
  width: 14px;
}

.rzslider .rz-pointer:after {
  background-color: var(--lavender-400) !important;
  border-radius: 2px;
  content: '';
  height: 10px;
  left: 2px;
  top: 9px;
  transform: rotate(45deg);
  width: 10px;
}

.rzslider .rz-bar {
  background: var(--border-primary);
  height: 3px;
}

.fa-animate {
  animation: spin 6s infinite;
  ms-animation: spin 6s infinite;
  o-animation: spin 6s infinite;
}

.fa-animate.fa-6 {
  color: rgba(11, 9, 10, 0.1);
  font-size: 6em;
}

.spinner {
  margin: 10px auto 20px;
  text-align: center;
  width: 100px;
}

.spinner > div {
  animation: bounce 1.7s infinite ease-in-out both;
  background-color: var(--lavender-400);
  border-radius: 100%;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}

.spinner .spinner__item1 {
  animation-delay: -0.6s;
}

.spinner .spinner__item2 {
  animation-delay: -0.4s;
}

.spinner .spinner__item3 {
  animation-delay: -0.2s;
}

.alert {
  box-shadow: 0 4px 4px rgba(11, 9, 10, 0.1);
  line-height: 0.99em;
  padding: 20px 15px;
}

.alert-success {
  background-color: var(--success-500);
  border-color: transparent;
  color: var(--gray-50);
}

.alert-danger hr,
.alert-info hr,
.alert-success hr,
.alert-warning Â hr {
  border-top-color: var(--gray-50);
}

.alert-danger .alert-link,
.alert-info .alert-link,
.alert-success .alert-link,
.alert-warning .alert-link {
  color: var(--gray-50);
}

.alert-danger,
.alert-info,
.alert-warning {
  background-color: var(--info-500);
  border-color: transparent;
  color: var(--gray-50);
}

.alert-danger,
.alert-warning {
  background-color: var(--warning-500);
}

.alert-danger {
  background-color: var(--danger-500);
}

.alert-transparent {
  background-color: transparent;
  border: 1px dashed #424f55;
  color: #424f55;
}

.alert .alert-hide {
  color: rgba(11, 9, 10, 0.3);
  cursor: pointer;
  float: right;
  font-size: 2.5em;
  font-weight: 100;
  position: relative;
  top: -1px;
}

.alert .alert-message {
  position: relative;
  vertical-align: middle;
}

.alert-growl {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 60px;
  line-height: 60px;
  margin: 0;
  max-width: 50%;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

.alert-inline {
  box-shadow: none;
  font-size: 0.9em;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

.alert-inline .fa {
  font-size: 1.5em;
}

.alert-inline em {
  display: inline-block;
  font-style: normal;
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: top;
}

.alert-inline a {
  color: var(--lavender-400);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.alert-inline .alert-hide {
  color: rgba(11, 9, 10, 0.3);
  cursor: pointer;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 25px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.alert-inline-info,
.alert-inline-success {
  background-color: #ccead7;
  border-color: transparent;
  color: #007c2b;
}

.alert-inline-danger hr,
.alert-inline-info hr,
.alert-inline-success hr,
.alert-inline-warning hr {
  border-top-color: #0b090a;
}

.alert-inline-success .alert-link {
  color: #0b090a;
}

.alert-inline-success .fa {
  color: var(--success-500);
}

.alert-inline-info {
  background-color: #e5f6fc;
  color: var(--info-500);
}

.alert-inline-info .alert-link {
  color: #0b090a;
}

.alert-inline-info .fa {
  color: var(--info-500);
}

.alert-inline-danger,
.alert-inline-warning {
  background-color: var(--warning-100);
  border-color: transparent;
  color: #f08d00;
}

.alert-inline-warning .alert-link {
  color: #0b090a;
}

.alert-inline-warning .fa {
  color: var(--warning-500);
}

.alert-inline-danger {
  background-color: var(--danger-100);
  color: #bb0006;
}

.alert-inline-danger .alert-link {
  color: #0b090a;
}

.alert-inline-danger .fa {
  color: var(--danger-500);
}

a {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  color: var(--lavender-500);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: 0.2s;
}

a:active,
a:focus,
a:hover {
  color: var(--lavender-400);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #3b3a3b;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

small {
  color: #919091;
  font-size: 12px;
  line-height: 1.4;
}

blockquote,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
pre,
select,
textarea,
ul {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: 'PP Telegraf', Helvetica, Arial, sans-serif;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-family: 'PP Neue Montreal', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b3a3b;
}

.h1,
h1,
h2,
h3 {
  font-size: 45px;
  line-height: 48px;
}

h1.large {
  font-size: 55px;
  line-height: 64px;
}

h2,
h3 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

.h6,
h4,
h5,
h6 {
  font-size: 18pt;
  font-weight: 300;
}

.h6,
h5,
h6 {
  font-size: 14px;
}

th {
  font-weight: 400;
  text-align: left;
}

button {
  transition: 0.2s;
}

button:focus {
  outline: 0;
}

pre {
  background-color: transparent;
}

ul {
  list-style: none;
}

label {
  color: #6c6b6c;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  max-width: 100%;
}

.badge {
  color: var(--gray-50);
}

.badge-lg {
  font-weight: 400;
  line-height: 0.7;
  padding: 3px 7px;
}

.badge-default {
  background-color: var(--lavender-400);
  color: var(--gray-50);
}

.badge-success {
  background-color: var(--success-500);
}

.badge-danger {
  background-color: var(--danger-500);
}

.badge-warning {
  background-color: var(--warning-500);
}

.badge-pink {
  background-color: var(--unsubscribe-500);
}

.badge-white {
  background-color: var(--gray-50);
  border: 1px solid var(--gray-600);
  box-sizing: border-box;
  color: #424f55;
}

.badge-grey {
  background-color: #919091;
}

.badge-gray {
  background-color: #fafcfc;
  color: #919091;
}

.badge-transparent {
  background-color: transparent;
  border: 1px dashed var(--gray-600);
  box-sizing: border-box;
  color: var(--gray-600);
  padding-bottom: 0.17em;
  padding-top: 0.17em;
}

.content {
  padding: 0;
  position: relative;
  z-index: inherit !important;
}

.block {
  background: var(--gray-50);
  border-radius: 8px;
  border: 1px solid var(--border-primary);
  padding: 0;
}

.block-danger.block-padding-xs,
.block-info.block-padding-xs,
.block-success.block-padding-xs,
.block-warning.block-padding-xs,
.block.block-padding-xs {
  padding: 20px;
}

.block-danger.block-padding,
.block-info.block-padding,
.block-success.block-padding,
.block-warning.block-padding,
.block.block-padding {
  padding: 25px;
}

.block-danger.block-padding-xl,
.block-info.block-padding-xl,
.block-success.block-padding-xl,
.block-warning.block-padding-xl,
.block.block-padding-xl {
  padding: 75px 100px;
}

.block-warning {
  background: var(--warning-100);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 var(--warning-500);
}

.block-danger {
  background: var(--danger-100);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 var(--danger-500);
}

.btn {
  padding: 0 24px;
  line-height: 150%;
  font-size: 16px;
  font-weight: normal;
  height: 44px;
  border: none;
  margin-top: 0;
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.btn-form-action {
  height: 50px;
  line-height: 50px;
}

.btn-lg {
  border-radius: 6px;
  font-size: 19px;
  height: 60px;
  padding: 0 30px;
}

.btn-xl,
.btn-xxs {
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  padding: 1px 5px;
}

.btn-xl {
  font-size: 22px;
  line-height: 1.9;
  padding: 10px 42px 12px;
}

.btn-primary-action
  + .btn-primary-action, .btn-primary-action
  + .btn-primary-cta, .btn-primary-cta
  + .btn-primary-action, .btn-primary-cta
  + .btn-primary-cta {
  margin-left: 8px;
}

.btn.btn-popover,
.btn.btn-popover:active,
.btn.btn-popover:focus,
.btn.btn-popover:hover {
  background-color: var(--danger-500);
  border-radius: 50%;
  color: var(--gray-50);
  height: 45px;
  line-height: 49px;
  outline: 0;
}

.btn-danger {
  background: var(--danger-600);
  color: var(--gray-50);
  border: 1px solid var(--danger-400);
}

.btn-danger:hover {
  background: var(--danger-500);
  border-color: var(--danger-300);
  box-shadow: 0 1px 4px rgba(11, 9, 10, 0.2);
  color: var(--gray-50);
  outline: none;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger .active,
.btn-danger .open .dropdown-toggle.btn-danger {
  background: var(--danger-500);
  color: var(--gray-50);
  border: 1px solid var(--danger-300);
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  opacity: 0.5;
}

.btn-warning {
  background: var(--warning-600);
  color: var(--gray-50);
  border: 1px solid var(--warning-400);
}

.btn-warning:hover {
  background: var(--warning-500);
  border-color: var(--warning-300);
  box-shadow: 0 1px 4px rgba(11, 9, 10, 0.2);
  color: var(--gray-50);
  outline: none;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning .active,
.btn-warning .open .dropdown-toggle.btn-warning {
  background: var(--warning-500);
  color: var(--gray-50);
  border: 1px solid var(--warning-300);
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  opacity: 0.5;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border-primary);
  outline: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: var(--gray-50);
  border-color: var(--border-primary);
  color: var(--text);
}

.btn-pink {
  color: var(--gray-50);
  background: linear-gradient(#eb88b3, var(--unsubscribe-600));
  border: 1px solid #eb88b3;
  box-shadow: 0 1px 4px rgba(11, 9, 10, 0.05);
  outline: none;
}

.btn-pink:hover {
  color: var(--gray-50);
  background: linear-gradient(var(--unsubscribe-600), #eb88b3);
  border: 1px solid var(--unsubscribe-600);
  box-shadow: 0 1px 4px rgba(11, 9, 10, 0.05);
  outline: none;
}

.btn-pink:active,
.btn-pink:focus,
.btn-pink .active,
.btn-pink .open .dropdown-toggle.btn-pink {
  color: var(--gray-50);
  background: linear-gradient(var(--unsubscribe-600), var(--unsubscribe-600));
  border: 1px solid var(--border-primary);
  box-shadow: 0 0 0 rgba(11, 9, 10, 0);
}

.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  opacity: 0.5;
}

.btn-primary-cta,
.btn-default,
.btn-primary,
.btn-info,
.btn-success,
.btn-blue,
.btn-green,
.btn-flat-default {
  background: var(--button-primary-background) !important;
  color: var(--button-primary-text) !important;
}

.btn-primary-cta:hover,.btn-default:hover,.btn-primary:hover,.btn-info:hover,.btn-success:hover,.btn-blue:hover,.btn-green:hover,.btn-flat-default:hover {
    background: var(--button-primary-background-hover) !important;
    color: var(--button-primary-text-hover) !important;
  }

.btn-primary-cta:focus,.btn-default:focus,.btn-primary:focus,.btn-info:focus,.btn-success:focus,.btn-blue:focus,.btn-green:focus,.btn-flat-default:focus {
    background: var(--button-primary-background-focus) !important;
    color: var(--button-primary-text-focus) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-focus);
  }

.btn-primary-cta:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-default:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-primary:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-info:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-success:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-blue:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-green:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-flat-default:active {
    background: var(--button-primary-background-active) !important;
    color: var(--button-primary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-primary-border-active);
  }

.btn-primary-cta:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-default:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-primary:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-info:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-success:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-blue:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-green:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-flat-default:disabled {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.disabled.btn-primary-cta,.disabled.btn-default,.disabled.btn-primary,.disabled.btn-info,.disabled.btn-success,.disabled.btn-blue,.disabled.btn-green,.disabled.btn-flat-default {
    background: var(--button-primary-background-disabled) !important;
    color: var(--button-primary-text-disabled) !important;
  }

.btn-primary-action,
.btn-gray,
.btn-flat-gray {
  background: var(--button-secondary-background) !important;
  color: var(--button-secondary-text) !important;
  box-shadow: inset 0 0 0 1px var(--button-secondary-border);
}

.btn-primary-action:hover,.btn-gray:hover,.btn-flat-gray:hover {
    background: var(--button-secondary-background-hover) !important;
    color: var(--button-secondary-text-hover) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-hover);
  }

.btn-primary-action:focus,.btn-gray:focus,.btn-flat-gray:focus {
    background: var(--button-secondary-background-focus) !important;
    color: var(--button-secondary-text-focus) !important;
    box-shadow: inset 0 0 0 2px var(--button-secondary-border-focus);
  }

.btn-primary-action:active {
    background: var(--button-secondary-background-active) !important;
    color: var(--button-secondary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-secondary-border-active);
  }

.btn-gray:active {
    background: var(--button-secondary-background-active) !important;
    color: var(--button-secondary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-secondary-border-active);
  }

.btn-flat-gray:active {
    background: var(--button-secondary-background-active) !important;
    color: var(--button-secondary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-secondary-border-active);
  }

.btn-primary-action:disabled {
    background: var(--button-secondary-background-disabled) !important;
    color: var(--button-secondary-text-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-disabled);
  }

.btn-gray:disabled {
    background: var(--button-secondary-background-disabled) !important;
    color: var(--button-secondary-text-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-disabled);
  }

.btn-flat-gray:disabled {
    background: var(--button-secondary-background-disabled) !important;
    color: var(--button-secondary-text-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-disabled);
  }

.disabled.btn-primary-action,.disabled.btn-gray,.disabled.btn-flat-gray {
    background: var(--button-secondary-background-disabled) !important;
    color: var(--button-secondary-text-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-disabled);
  }

.btn-template {
  background: var(--button-secondary-background) !important;
  color: var(--gray-50) !important;
  box-shadow: inset 0 0 0 1px var(--gray-50);
}

.btn-template:hover {
    background: var(--button-secondary-background-hover) !important;
    color: var(--button-secondary-text-hover) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-hover);
  }

.btn-template:focus {
    background: var(--button-secondary-background-focus) !important;
    color: var(--button-secondary-text-focus) !important;
    box-shadow: inset 0 0 0 2px var(--button-secondary-border-focus);
  }

.btn-template:active {
    background: var(--button-secondary-background-active) !important;
    color: var(--button-secondary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-secondary-border-active);
  }

.btn-template.disabled,.btn-template:disabled {
    background: var(--button-secondary-background-disabled) !important;
    color: var(--button-secondary-text-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--button-secondary-border-disabled);
  }

.btn-transparent {
  background: var(--button-tertiary-background) !important;
  color: var(--button-tertiary-text) !important;
  box-shadow: inset 0 0 0 1px var(--button-tertiary-border);
}

.btn-transparent:hover {
    background: var(--button-tertiary-background-hover) !important;
    color: var(--button-tertiary-text-hover) !important;
    box-shadow: inset 0 0 0 1px var(--button-tertiary-border-hover);
  }

.btn-transparent:focus {
    background: var(--button-tertiary-background-focus) !important;
    color: var(--button-tertiary-text-focus) !important;
    box-shadow: inset 0 0 0 2px var(--button-tertiary-border-focus);
  }

.btn-transparent:active {
    background: var(--button-tertiary-background-active) !important;
    color: var(--button-tertiary-text-active) !important;
    box-shadow: inset 0 0 0 2px var(--button-tertiary-border-active);
  }

.btn-transparent.disabled,.btn-transparent:disabled {
    background: var(--button-tertiary-background-disabled) !important;
    color: var(--button-tertiary-text-disabled) !important;
    box-shadow: inset 0 0 0 1px var(--button-tertiary-border-disabled);
  }

.btn-flat-danger:active,
.btn-flat-danger:focus,
.btn-flat-danger:hover,
.btn-flat-default:active,
.btn-flat-default:focus,
.btn-flat-default:hover,
.btn-flat-info:active,
.btn-flat-info:focus,
.btn-flat-info:hover,
.btn-flat-success:active,
.btn-flat-success:focus,
.btn-flat-success:hover {
  color: var(--gray-50);
}

.btn-flat-success {
  background: var(--success-500);
  color: var(--gray-50);
}

.btn-flat-info {
  background: var(--info-500);
  color: var(--gray-50);
}

.btn-flat-danger {
  background: var(--danger-500);
  color: var(--gray-50);
}

.btn-flat-gold:active,
.btn-flat-gold:focus,
.btn-flat-gold:hover,
.btn-flat-gray:active,
.btn-flat-gray:focus,
.btn-flat-gray:hover,
.btn-flat-pink:active,
.btn-flat-pink:focus,
.btn-flat-pink:hover {
  color: var(--gray-50);
}

.btn-flat-gold {
  background: var(--warning-500);
  color: var(--gray-50);
}

.btn-flat-pink {
  background: var(--unsubscribe-500);
  color: var(--gray-50);
}

.btn[class*='btn-flat-'].disabled,
.btn[class*='btn-flat-'][disabled] {
  opacity: 0.5;
}

.container-medium {
  margin: 0 auto;
  width: 960px;
}

.container-small {
  margin: 0 auto;
  width: 760px;
}

.container-tabs {
  background: var(--gray-50);
  border-radius: 8px;
  position: relative;
  z-index: 10;
  padding: var(--spacing-xs);
  margin-bottom: 20px;
  border: 1px solid var(--border-primary);
}

.container-tabs .nav-tabs {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 1029;
  border-bottom: 0;
  display: flex;
  gap: var(--spacing-sm);
}

.container-tabs .nav-tabs::before {
    display: none;
  }

.container-tabs .nav-tabs::after {
    display: none;
  }

.container-tabs .nav-tabs > li {
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.container-tabs .nav-tabs > li > a {
  border: none;
  line-height: 125%;
  background: var(--tab-background);
  color: var(--tab-text);
  height: 39px;
  gap: var(--spacing-sm);
  padding: 0 var(--spacing-md);
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin: 0;
}

.container-tabs .nav-tabs > li > a:hover,
.container-tabs .nav-tabs > li > a:focus,
.container-tabs .nav-tabs > li > a:active {
  background: var(--tab-background-hover);
  color: var(--tab-text-hover);
}

.container-tabs .nav-tabs li.active > a,
.container-tabs .nav-tabs li.active a:focus,
.container-tabs .nav-tabs li.active a:hover,
.container-tabs .nav-tabs li.active a:active {
  border: none;
  background: var(--tab-background-active);
  color: var(--tab-text-active);
}

.container-table {
  background: var(--gray-50);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(11, 9, 10, 0.1);
  padding: 0;
  position: relative;
  z-index: 16;
}

.container-padding {
  padding: 40px 120px;
}

.dropdown,
table .dropdown {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-block;
  height: 34px;
  line-height: 31px;
  padding: 0 20px;
}

.navbar-app .dropdown {
  padding: 0;
}

.dropdown:active,
.dropdown:focus,
.dropdown:hover,
table .dropdown:active,
table .dropdown:focus,
table .dropdown:hover {
  background-color: var(--gray-50);
  box-shadow: none;
  cursor: pointer;
}

.dropdown b,
table .dropdown b {
  color: #3b3a3b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.dropdown.border,
.dropdown.open {
  border: 1px solid var(--border-primary);
}

.dropdown.open {
  background-color: var(--gray-50);
  box-shadow: inner 0 1px 2px 0 rgba(11, 9, 10, 0.1);
}

.dropdown.open .dropdown-toggle:after {
  content: '\f106';
}

.navbar-nav > li.dropdown.open > a.dropdown-toggle:after {
  content: '';
}

.dropdown-sort-asc:after,
.dropdown-sort-desc:after {
  content: '\f107';
  float: right;
  font-family: 'Font Awesome 6 Pro';
  padding-left: 10px;
}

.dropdown-sort-desc:after {
  content: '\f106';
}

.dropdown-menu {
  padding: 0;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 8px;
  background: var(--gray-50);
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 8px;
  box-shadow:
    0px 83px 23px 0px rgba(37, 37, 37, 0),
    0px 53px 21px 0px rgba(37, 37, 37, 0.01),
    0px 30px 18px 0px rgba(37, 37, 37, 0.05),
    0px 13px 13px 0px rgba(37, 37, 37, 0.09),
    0px 3px 7px 0px rgba(37, 37, 37, 0.1);
}

.dropdown-menu > li > a {
  color: var(--text);
  display: flex;
  min-width: 192px;
  padding: 8px 16px;
  gap: 8px;
  align-self: stretch;
  font-size: 14px;
  line-height: 130%;
  align-items: baseline;
}

.dropdown-menu > li > a  > .fa,.dropdown-menu > li > a  > .fas,.dropdown-menu > li > a  > .fal,.dropdown-menu > li > a  > .far {
    color: var(--lavender-400);
    font-size: 1.15em;
  }

.dropdown-menu > li:first-child > a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: var(--lavender-50);
}

.dropdown-menu > li > a:active {
  background-color: var(--lavender-100);
}

.dropdown-menu > li > a.text-danger {
  color: var(--danger-600);
}

.dropdown-menu > li > a.active {
  color: var(--blue-500);
}

.dropdown-menu > li.active > a,
.dropdown-menu > li.active a:focus,
.dropdown-menu > li.active a:hover {
  background-color: var(--blue-500);
}

.dropdown-menu .datepicker {
  padding: 10px 10px 30px 10px;
}

.dropdown-menu .dropdown-menu.datepicker .btn {
  padding: 0px;
}

.dropdown-menu .dropdown-menu.timepicker {
  padding: 0px 5px 0px 10px;
}

.dropdown-menu .divider {
  margin: 0;
}

.dropdown-toggle:after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  padding-left: 8px;
}

.dropdown.dropdown-fa {
  padding: 0 !important;
}

.dropdown.dropdown-fa b {
  border: 1px solid transparent;
  display: block;
  border-radius: 8px;
  padding: 8px 15px 5px;
}

.dropdown.dropdown-fa b:hover {
  border: 1px solid var(--border-primary);
  box-shadow: 0 1px 2px 0 rgba(11, 9, 10, 0.05);
}

.dropdown.dropdown-fa b:hover i,
.dropdown.dropdown-fa b:hover small,
.table .dropdown:hover,
.table tbody > tr > td.icon-and-text a:hover .fa,
.table tbody > tr > td.icon-and-text a:hover small,
.table tfoot > tr > td.icon-and-text a:hover .fa,
.table tfoot > tr > td.icon-and-text a:hover small,
.table thead > tr > td.icon-and-text a:hover .fa,
.table thead > tr > td.icon-and-text a:hover small {
  color: #424f55;
}

.dropdown.dropdown-fa .dropdown-toggle .fa {
  display: block;
  padding-bottom: 9px;
}

.dropdown.dropdown-fa .dropdown-toggle:after {
  display: none;
}

.table .dropdown-toggle {
  color: #919091;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.table .dropdown.dropdown-fa {
  height: auto;
  line-height: 0;
  padding: 9px 15px 5px;
}

.table .dropdown.dropdown-fa small {
  display: block;
  font-size: 12px;
}

.editor-wrapper,
.sidebar-wrapper {
  -ms-overflow-style: none;
  height: calc(100% - 60px);
  overflow: auto;
  position: fixed;
  top: 60px;
}

.editor-wrapper {
  left: 0;
  width: calc(100% - 400px);
  z-index: 4;
}

.editor-wrapper #container-editor {
  -webkit-font-smoothing: auto;
  line-height: normal;
  padding: 30px 0;
}

.sidebar-wrapper {
  background: var(--gray-50);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  right: 0;
  width: 400px;
  z-index: 5;
}

.sidebar-wrapper #sidebar {
  padding: 20px 20px 0;
}

.sidebar-wrapper #sidebar .btn-group-justified {
  border-collapse: separate;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.sidebar-wrapper #sidebar .btn-group-justified > .btn,
.sidebar-wrapper #sidebar .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  height: auto;
  line-height: 1;
  width: 1%;
}

.sidebar-wrapper #sidebar .btn-group-justified .btn-line {
  border-bottom: 2px solid #dde8ee;
  border-radius: 0;
  box-shadow: 0 0 0 transparent !important;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 8px;
  text-align: left;
  text-transform: uppercase;
}

.sidebar-wrapper #sidebar .btn-group-justified .btn-line.active {
  border-bottom: 2px solid var(--lavender-400);
  color: var(--lavender-400);
}

.editor-wrapper.editor-preview .window {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 600px;
  min-width: 300px;
  padding: 20px 20px 30px;
  position: relative;
}

.editor-wrapper.editor-preview .window.unsubscribe {
  background-color: #fafafa;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin: 50px auto;
  padding: 35px;
  text-align: center;
}

.editor-wrapper.editor-preview h1 {
  font-size: 26px;
  line-height: 1.1;
}

.editor-wrapper.editor-preview p {
  color: #919091;
  font-size: 16px;
  margin-bottom: 30px;
}

.editor-wrapper.editor-preview div {
  text-align: left;
}

.form-control {
  background: var(--gray-50);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  box-shadow: none;
  color: #3b3a3b;
  font-family: 'PP Neue Montreal', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 44px;
  line-height: 42px;
  margin: 0;
  padding: 0 15px;
  transition:
    border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

.form-control:focus,
.form-control:focus ~ .input-group-addon {
  -webkit-box-shadow: none;
  border: 2px solid var(--lavender-400);
  box-shadow: none;
}

.form-control:focus ~ .input-group-addon {
  background-color: var(--lavender-400);
  color: var(--gray-50);
  outline: 0;
}

.form-control-xs {
  height: 34px;
  line-height: 34px;
}

.form-control-hidden {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
}

.form-control-hidden:hover {
  border: 1px solid var(--lavender-500);
}

textarea.form-control {
  line-height: 20px;
  padding-top: 20px;
}

.control-label {
  color: #3b3a3b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.control-label-left {
  color: #6c6b6c;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
  text-align: left;
}

.form-group.has-feedback .form-control-feedback {
  color: #3b3a3b;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 30px;
  width: 50px;
}

.form-group.has-feedback .form-control {
  padding-right: 50px;
}

.form-group.has-feedback.has-success .form-control-feedback {
  color: var(--success-500);
}

.form-group.has-feedback .form-control-xs + .form-control-feedback {
  height: 40px;
  line-height: 40px;
}

.form-group .help-block {
  color: #6c6b6c;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}

.has-error .control-label,
.has-error .help-block,
.has-error small {
  color: var(--danger-500);
}

.has-error .form-control {
  -webkit-box-shadow: inset 0 1px 2px rgba(11, 9, 10, 0.075);
  border-color: var(--danger-500);
  box-shadow: inset 0 1px 2px rgba(11, 9, 10, 0.075);
}

.has-error .form-control,
.has-error .form-control:focus {
  -webkit-box-shadow:
    inset 0 1px 2px rgba(11, 9, 10, 0.075),
    0 0 2px rgba(11, 9, 10, 0.2);
  border-color: var(--danger-500);
  box-shadow:
    inset 0 1px 2px rgba(11, 9, 10, 0.075),
    0 0 2px rgba(11, 9, 10, 0.2);
  color: var(--danger-500);
}

.has-error .input-group-addon {
  background-color: var(--gray-50);
  border-color: var(--danger-500);
  color: var(--danger-500);
}

.has-success .help-block {
  color: var(--success-500);
}

.has-success .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(11, 9, 10, 0.075);
  border-color: var(--success-500);
  box-shadow: inset 0 1px 1px rgba(11, 9, 10, 0.075);
}

.has-success .form-control:focus {
  -webkit-box-shadow:
    inset 0 1px 1px rgba(11, 9, 10, 0.075),
    0 0 6px #7db613;
  border-color: var(--success-500);
  box-shadow:
    inset 0 1px 1px rgba(11, 9, 10, 0.075),
    0 0 6px #7db613;
}

.has-success .input-group-addon {
  background-color: var(--success-500);
  border-color: #0b090a;
  color: var(--gray-50);
}

.has-success .control-label {
  color: #919091;
}

.input-inline {
  border: 0;
  border-bottom: 2px dotted var(--lavender-500);
  color: var(--lavender-500);
  margin: 0 10px;
  outline: 0;
  padding: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.input-inline.ng-invalid {
  border-color: var(--danger-500);
  color: var(--danger-500);
}

.input-date {
  border: 1px solid var(--border-primary);
  border-radius: 5px;
  color: #3b3a3b;
  height: 50px;
  line-height: 48px;
  margin: 0;
  padding: 0 15px;
  text-align: left;
}

.form-control[disabled].passvalidation,
.passvalidation {
  background-color: #ccead7;
}

input.ng-dirty.ng-invalid,
input.ng-dirty.ng-invalid:focus {
  border-color: var(--danger-500);
  box-shadow: 0 0 3px var(--danger-500);
}

.checkbox-xl {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.checkbox-xl label {
  color: var(--lavender-400);
  padding: 0;
}

.checkbox-xl label > .fa {
  color: var(--gray-600);
  content: '\f14a';
  font-size: 26px;
  line-height: 40px;
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
}

.checkbox-xl input[type='checkbox'],
.radio-xl input[type='radio'] {
  display: none;
}

.checkbox-xl input[type='checkbox']:checked + .fa,
.radio-xl input[type='radio']:checked + .fa {
  color: var(--lavender-400);
}

.checkbox-xl .fa-check-square:before,
.checkbox-xl input[type='checkbox']:checked + .fa:before {
  content: 'ï…Š';
}

.checkbox-xl .fa-square-o:before,
.checkbox-xl .fa:before {
  content: 'ï‚–';
}

.radio-xl {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.radio-xl label {
  padding: 0;
}

.radio-xl .fa {
  color: var(--gray-600);
  font-size: 26px;
  line-height: 40px;
  margin-right: 10px;
  vertical-align: top;
  width: 20px;
}

.radio-xl .fa-circle-thin:before,
.radio-xl .fa:before {
  content: 'ï‡›';
}

.radio-xl .fa-dot-circle-o:before,
.radio-xl input[type='radio']:checked + .fa:before {
  content: 'ï†’';
}

.checkbox label,
.radio label {
  font-size: 14px;
}

.form-control[disabled] {
  color: #919091;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
  cursor: pointer;
}

.main-title {
  font-size: 1.2em;
  font-weight: 400;
}

.pointer {
  cursor: pointer;
}

.disabled {
  opacity: 0.5;
}

.uppercase {
  text-transform: uppercase;
}

.valign-top {
  vertical-align: top;
}

.triangel {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid var(--gray-50);
  bottom: -8px;
  display: block;
  left: -10px;
  position: absolute;
  transform: rotatez(50deg);
  width: 0;
}

.dot {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  padding: 0 3px;
  vertical-align: bottom;
}

.text-primary {
  display: block;
  font-size: 18px;
  line-height: 32px;
}

.text-primary a:hover,
.text-primary > a {
  color: #424f55;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.color-clicks {
  color: var(--success-500);
}

.color-opens,
.text-base {
  color: var(--lavender-500);
}

.color-unsubscribes,
.color-bounce {
  color: var(--unsubscribe-500);
}

.color-deleted,
.text-deleted {
  color: #0b090a;
}

.activate,
.activate:focus,
.activate:hover,
.activate:visited {
  color: var(--gray-600);
}

.activated,
.activated:focus,
.activated:hover,
.activated:visited {
  color: #919091;
}

.text-smaller {
  font-size: 13px;
}

.integer {
  color: #3b3a3b;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.darker {
  color: #6c6b6c;
}

.sortable {
  cursor: pointer;
}

.sortable:hover {
  color: var(--lavender-500);
}

.sortable div {
  display: inline;
}

.sort-asc:after,
.sort-desc:after {
  color: #6c6b6c;
  content: '\f106';
  font-family: 'Font Awesome 6 Pro';
}

.sort-desc:after {
  content: '\f107';
}

.faded {
  background-image: -o-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.1),
    transparent
  );
  border: 0;
  height: 1px;
}

.show_count {
  background: 0 0;
  border: 0;
}

.show_count::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  padding-left: 8px;
}

.page-header.margin-20 {
  margin: 15px 0 20px;
}

.is_disabled {
  background: var(--border-primary);
}

.page-header.margin-negative {
  margin: -5px 0 10px;
}

.border-right {
  border-right: 1px solid var(--border-primary);
}

.alert-modal {
  top: 0;
}

.col-md-footer {
  border-top: 1px solid var(--border-primary);
  margin-top: 20px;
  padding-top: 28px;
  width: 100%;
}

.l-default-min-height {
  min-height: 600px;
}

.list-unstyled,
.modal .modal-body ul.list-unstyled {
  list-style: none;
  margin: 0;
}

.background-primary {
  background-color: var(--open-600);
}

.background-secondary {
  background-color: var(--click-600);
}

.background-tertiary {
  background-color: var(--bounce-600);
}

.background-quaternary {
  background-color: var(--unsubscribe-600);
}

.background-quinary {
  background-color: #c2d0d1;
}

.fa-white {
  color: var(--gray-50);
}

.fa-success {
  color: var(--success-500);
}

.fa-star,
.fa-star-o {
  color: #fcc900;
  text-shadow: none;
}

.btn-line .fa {
  font-size: 14px;
  margin-right: 5px;
}

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

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

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

.fa-12 {
  font-size: 1.2em;
}

.label {
  color: var(--gray-50);
  position: relative;
  text-transform: uppercase;
  line-height: normal;
}

.label-default,
.label-info {
  background-color: var(--lavender-400);
  border: 1px solid var(--lavender-400);
  color: var(--gray-50);
}

.label-grey {
  background-color: #919091;
  border: 1px solid #919091;
}

.label-success {
  background-color: var(--success-500);
  border: 1px solid var(--success-500);
}

.label-danger {
  background-color: var(--danger-500);
  border: 1px solid var(--danger-500);
}

.label-warning {
  background-color: var(--warning-500);
  border: 1px solid var(--warning-500);
}

.label-gray {
  background-color: #fafcfc;
  border: 1px solid #fafcfc;
  color: #919091;
}

.label-white {
  background-color: var(--gray-50);
  border: 1px solid var(--gray-600);
  color: #424f55;
}

.label-pink {
  background-color: var(--unsubscribe-500);
  border: 1px solid var(--unsubscribe-500);
}

.label-transparent {
  background-color: transparent;
  border: 1px dashed var(--gray-600);
  color: var(--gray-600);
}

.progress-bar-default,
.progress-bar-info {
  background-color: var(--lavender-400);
}

.progress-bar-success {
  background-color: var(--success-500);
}

.progress-bar-danger {
  background-color: var(--danger-500);
}

.emptystate {
  animation: opa 0.75s linear forwards;
  padding: 100px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.emptystate .fa {
  color: rgba(11, 9, 10, 0.1);
}

.emptystate h1,
.emptystate h2,
.emptystate h3,
.emptystate h4,
.emptystate h5,
.emptystate h6 {
  color: #6c6b6c;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px;
}

.modal-dialog {
  margin-top: 60px;
}

.modal-footer {
  border-top: 1px solid var(--border-primary);
  padding: 15px;
  text-align: right;
}

.close {
  filter: alpha(opacity=40);
  font-weight: 400;
  opacity: 0.4;
  text-shadow: 0 1px 0 var(--gray-50);
}

.modal-header {
  padding: 15px 15px 15px 35px;
}

.modal-header .close {
  cursor: pointer;
  font-size: 3em;
  font-weight: 100;
  margin-top: -2px;
  position: relative;
  top: -5px;
}

.modal .modal-title {
  font-size: 1.8em;
  font-weight: 600;
}

.modal .modal-body {
  background: #fbfbfb;
  padding: 30px 35px 0;
}

.modal .modal-footer {
  background: #fbfbfb;
  border: 0;
  border-radius: 0 0 6px 6px;
  margin-top: 0;
  padding: 0 0 25px;
  text-align: left;
}

.modal .nav-tabs {
  border: none;
  display: inline-block;
  margin-bottom: var(--spacing-sm);
  display: flex;
  gap: var(--spacing-sm);
}

.modal .nav-tabs::before {
    display: none;
  }

.modal .nav-tabs::after {
    display: none;
  }

.modal .nav-tabs > li {
  margin: 0;
}

.modal .nav-tabs > li > a {
  border: none;
  line-height: 125%;
  background: var(--tab-background);
  color: var(--tab-text);
  height: 39px;
  gap: var(--spacing-sm);
  padding: 0 var(--spacing-md);
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin: 0;
}

.modal .nav-tabs > li.active > a,
.modal .nav-tabs > li.active > a:focus,
.modal .nav-tabs > li.active > a:hover,
.modal .nav-tabs > li > a:hover,
.modal .nav-tabs > li > a:focus {
  border: none;
  background: var(--tab-background-active);
  color: var(--tab-text-active);
}

.modal-single .modal-header {
  background: #fbfbfb;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.modal-single .modal-body {
  padding-top: 0;
}

.modal-single .modal-title {
  font-size: 1.8em;
  font-weight: 600;
}

.modal-single .modal-footer {
  padding-bottom: 25px;
}

.modal .modal-header.modal-tabs {
  padding-bottom: 0;
  text-align: center;
}

.modal-xl-padding .modal-header {
  padding: 30px 30px 13px 80px;
}

.modal-xl-padding .modal-header .close {
  right: -15px;
  top: -15px;
}

.modal-xl-padding .modal-body {
  padding: 30px 80px 0;
}

.modal-preview .modal-header {
  background: #fbfbfb;
  border-radius: 6px 6px 0 0;
  padding: 20px 15px 18px 18px;
}

.modal-preview .modal-header .close {
  position: absolute;
  right: 15px;
  top: 5px;
}

.modal-preview .modal-body {
  background: var(--gray-50);
  padding: 0 35px;
}

.modal-preview .modal-body .infoField {
  background: #fafcfc;
  margin-left: -35px;
  margin-right: -35px;
  padding: 0 0 14px;
}

.popover {
  text-align: center;
}

.popover-content,
.well-match > div > span > small,
.well-skip > div > span > small,
.well-success > div > span > small {
  font-size: 0.9em;
}

.navbar {
  margin-bottom: 0;
  border-bottom: none;
}

.navbar-header {
  height: 40px;
}

.editor-container > .navbar > .navbar-header {
    height: auto;
  }

.navbar-default {
  box-shadow: 0 0 transparent;
  border-bottom: 1px solid var(--border-primary);
  background: var(--gray-50);
  height: 60px;
  padding: 10px 0;
}

.navbar-default .navbar-brand {
  color: var(--text);
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 20px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: var(--text);
  background-color: transparent;
}

.navbar-default .nav-return {
  border-right: 1px solid var(--border-primary);
  display: inline-block;
  float: left;
  height: 59px;
  margin: -10px 0 -10px 20px;
  width: 39px;
}

.navbar-default .nav-return .nav-icon-back {
  color: rgba(59, 58, 59, 0.75);
  font-size: 24px;
  line-height: 60px;
}

.navbar-app {
  background: var(--blue-500);
  line-height: 70px;
  min-height: 70px;
  z-index: 1031;
  border-radius: 0;
  position: relative;
}

.navbar-app  > .container {
    display: flex;
    align-items: center;
    height: 70px;
    position: relative;
    flex-wrap: nowrap;
  }

.navbar-app .btn {
  margin-top: -4px;
  margin-left: 10px;
  margin-right: 30px;
}

.navbar-app .nav-dropdown .dropdown,
.navbar-app .nav-dropdown .dropdown.open,
.navbar-app .nav-dropdown .dropdown:hover {
  box-shadow: none;
  border: none;
  background: 0 0;
  height: 100%;
}

.navbar-nav {
  height: 100%;
  display: flex;
  margin: 0;
}

.navbar-nav  > li {
    display: flex;
    height: 100%;
    margin-right: 8px;
  }

.navbar-nav > li  > a {
      display: flex;
      align-items: center;
      color: var(--gray-300);
      position: relative;
      padding: 0 4px;
      font-size: 16px;
    }

.navbar-nav > li > a::after {
        content: '';
        display: block;
        height: 2px;
        background: transparent;
        position: absolute;
        bottom: 22px;
        left: 4px;
        right: 4px;
        transition: background-color 0.3s;
      }

.navbar-nav  > li.open .icon-button .fal {
    font-weight: 900;
  }

.navbar-nav .icon-button {
    font-size: 22px;
  }

.navbar-nav .icon-button:active .fal {
      font-weight: 900;
    }

.navbar-nav .icon-button:hover .fal,.navbar-nav .icon-button:focus .fal {
      font-weight: 900;
    }

.navbar-nav .icon-button.icon-button-xl {
      font-size: 27px;
    }

.navbar-nav.navbar-main {
    margin: 0 auto;
  }

.navbar-nav.navbar-main > li {
    margin-right: 20px;
  }

.navbar-nav > li:last-of-type {
  margin-right: 0;
}

.navbar-nav > li.active > a,
.navbar-nav > li.open > a {
  color: var(--gray-50);
}

.navbar-nav > li.open > a,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background: transparent !important;
  color: var(--gray-50);
}

.navbar-nav > li > a.menu-option:active {
    transform: translateY(-2px);
  }

.navbar-nav > li.open > a.menu-option,.navbar-nav > li > a.menu-option:focus,.navbar-nav > li > a.menu-option:hover {
    transform: translateY(-2px);
  }

.navbar-nav:not(:has(li.open))
  > li:hover
  > .dropdown-toggle.menu-option
  + .dropdown-menu {
  display: block;
}

.navbar-nav:not(:has(li.open))
  > li:hover
  > .dropdown-toggle.icon-button
  + .dropdown-menu {
  display: block;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  color: var(--gray-50);
}

.navbar-nav > li.active > a.menu-option::after {
    background: var(--box-secondary);
  }

.navbar-nav > li > a.menu-option:focus::after {
    background: var(--box-secondary);
  }

.navbar-nav > li > a.menu-option:hover::after {
    background: var(--box-secondary);
  }

.navbar-nav > li > a:active {
  color: var(--blue-200);
}

.navbar-nav > li > a.menu-option:active::after {
    background: var(--blue-200);
  }

.navbar-nav > li.dropdown > .dropdown-menu {
  margin-top: -16px;
  margin-right: -16px;
}

.navbar-nav > li.dropdown.open .dropdown-menu li.divider {
  margin: 0;
}

.navbar.navbar-action {
  position: relative;
  z-index: 14;
  padding-top: 19px;
  margin-bottom: 12px;
  height: 70px;
}

.navbar.navbar-action .breadcrumb {
  margin: 0;
  padding: 5px 15px;
  padding-left: 0;
  list-style: none;
  background-color: transparent;
  margin-top: 0;
  color: var(--text-light);
}

.navbar.navbar-action .breadcrumb h1 {
    color: var(--text-light);
    font-size: 35px;
    margin-top: 25px;
  }

.navbar.navbar-action .breadcrumb li {
    display: inline-block;
    color: var(--text-light);
    font-size: 22px;
    font-weight: normal;
  }

.navbar.navbar-action .breadcrumb li > a {
    color: var(--text-light);
  }

.navbar.navbar-action .breadcrumb li > a:active {
    color: var(--text);
  }

.navbar.navbar-action .breadcrumb li > a:hover,.navbar.navbar-action .breadcrumb li > a:focus {
    color: var(--text);
  }

.navbar.navbar-action .breadcrumb li + li:before {
    padding: 0 4px;
    font-size: 0.75em;
    color: var(--text-light);
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    vertical-align: text-bottom;
  }

.navbar.navbar-action .breadcrumb li:last-of-type {
    color: var(--text);
  }

.navbar.navbar-action .breadcrumb .active {
    color: var(--text);
  }

.navbar-collapse {
  padding: 0;
  width: 100%;
}

.navbar-views {
  z-index: inherit;
}

.navbar-toggle {
  height: 40px;
  box-sizing: border-box;
  margin: 11px 0;
}

.navbar-toggle .icon-bar,
.navbar-toggle .icon-bar + .icon-bar {
  background: var(--box-secondary);
}

.navbar-brand {
  display: block;
  padding: 0;
  height: 100%;
  line-height: inherit;
  float: left;
}

-wizard.navbar-brand {
    border-right: 1px solid var(--border-primary);
    margin-right: 20px;
  }

.navbar-brand img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 92px;
  }

.navbar-brand img.secondary-logo {
      width: 34px;
    }

.navbar-brand-wizard {
  border-right: 1px solid var(--border-primary);
  float: left;
  height: 59px;
  margin: 0 20px 0 0;
  padding: 0;
  width: 50px;
}

.navbar-brand-wizard img {
  vertical-align: top;
}

.navbar-right {
  margin-left: auto;
}

.secondary-logo {
  padding-top: 13px;
  width: 30px;
}

.panel-success {
  border-color: var(--success-500);
}

.panel-success > .panel-heading {
  background-color: var(--success-500);
  border-color: transparent;
  color: var(--gray-50);
}

.panel-default {
  border-color: #fafcfc;
}

.panel-default > .panel-heading {
  background-color: #fafcfc;
  border-color: transparent;
  color: #424f55;
}

.panel-danger {
  border-color: var(--danger-500);
}

.panel-danger > .panel-heading {
  background-color: var(--danger-500);
  border-color: transparent;
  color: var(--gray-50);
}

.panel-transparent {
  border: 1px dashed #424f55;
}

.panel-transparent > .panel-heading {
  background-color: transparent;
  border-bottom: 1px dashed #424f55;
  border-color: #424f55;
  color: #424f55;
}

.panel-popup {
  background: var(--border-primary);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  padding: 50px 0 30px;
  position: fixed;
  text-align: center;
  width: 500px;
  z-index: 99999999;
}

.panel-popup i {
  color: var(--gray-600);
  font-size: 5em;
}

.panel-popup .msg {
  margin: 20px 0 25px;
}

.panel-popup .divider {
  display: inline-block;
  height: 1px;
  width: 20px;
}

.panel-popup .close {
  cursor: pointer;
  font-size: 3em;
  font-weight: 100;
  position: absolute;
  right: 15px;
  top: -10px;
}

.panel-ghost {
  box-shadow: none;
}

.pagination {
  margin: 0 0 0 -20px;
}

.pagination .disabled {
  opacity: 1;
}

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 1px solid transparent;
  color: #6c6b6c;
  font-size: 0.8em;
  line-height: 28px;
  padding: 6px 10px;
  width: auto;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #424f55;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  background-color: transparent;
  color: #424f55;
}

.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background-color: var(--gray-50);
  border: 1px solid transparent;
  color: #424f55;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: var(--gray-50);
  border: 1px solid transparent;
  border-radius: 0;
  color: #424f55;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: var(--border-primary);
  border: transparent;
  border-radius: 8px;
  color: #3b3a3b;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 16px;
}

.pagination-sm > li:first-child > a:focus,
.pagination-sm > li:first-child > a:hover,
.pagination-sm > li:first-child > span:focus,
.pagination-sm > li:first-child > span:hover,
.pagination-sm > li:last-child > a:focus,
.pagination-sm > li:last-child > a:hover,
.pagination-sm > li:last-child > span:focus,
.pagination-sm > li:last-child > span:hover {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #6c6b6c;
}

.product-box .ribbon-wrapper {
  height: 88px;
  left: -1px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  width: 120px;
}

.product-box .ribbon-wrapper .ribbon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: var(--gray-50);
  font: 700 15px 'Lato';
  left: -30px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  top: 15px;
  width: 120px;
}

.product-box .ribbon-wrapper .ribbon-danger {
  background-color: var(--danger-500);
}

.product-box .ribbon-wrapper .ribbon-warning {
  background-color: var(--warning-500);
}

.product-box .ribbon-wrapper .ribbon-success {
  background-color: var(--success-500);
}

.product-box .ribbon-wrapper .ribbon-pink {
  background-color: var(--unsubscribe-500);
}

.product-box .ribbon-wrapper .ribbon-default,
.product-box .ribbon-wrapper .ribbon-info {
  background-color: var(--info-500);
}

.margin-t-0,
.margin-top-0 {
  margin-top: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-t-10,
.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-t-20,
.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-t-40,
.margin-top-40 {
  margin-top: 40px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-b-10,
.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-b-20,
.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-18 {
  margin-left: 18px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-40 {
  padding-left: 40px;
}

.no-padding {
  padding: 0;
}

.no-padding-lr {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.margin-0,
.no-margin,
.wizard hr {
  margin: 0;
}

.no-margin-lr {
  margin-left: 0;
  margin-right: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.margin-10,
.margin-top-bottom-10 {
  margin: 10px 0;
}

.margin-20,
.margin-top-bottom-20 {
  margin: 20px 0;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-66 {
  line-height: 66px;
}

.onoffswitch,
.onoffswitch-lg,
.onoffswitch-md {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

.onoffswitch .onoffswitch-label,
.onoffswitch-lg .onoffswitch-label,
.onoffswitch-md .onoffswitch-label {
  background-color: #919091;
  border: 1px solid #919091;
  border-radius: 16px;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: background-color 0.3s ease-in;
}

.onoffswitch .onoffswitch-label:before,
.onoffswitch-lg .onoffswitch-label:before,
.onoffswitch-md .onoffswitch-label:before {
  background: var(--gray-50);
  border: 1px solid #919091;
  border-radius: 16px;
  bottom: 0;
  content: '';
  display: block;
  margin: 0;
  position: absolute;
  right: 14px;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 16px;
}

.onoffswitch-lg,
.onoffswitch-md {
  width: 45px;
}

.onoffswitch-lg .onoffswitch-label,
.onoffswitch-md .onoffswitch-label {
  border-radius: 24px;
  height: 24px;
  line-height: 24px;
}

.onoffswitch-lg .onoffswitch-label:before,
.onoffswitch-md .onoffswitch-label:before {
  border-radius: 24px;
  right: 21px;
  width: 24px;
}

.onoffswitch-lg {
  width: 60px;
}

.onoffswitch-lg .onoffswitch-label {
  border-radius: 32px;
  height: 32px;
  line-height: 32px;
}

.onoffswitch-lg .onoffswitch-label:before {
  border-radius: 32px;
  right: 28px;
  width: 32px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: var(--success-500);
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label {
  opacity: 0.5;
}

.onoffswitch-checkbox .onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: var(--success-500);
}

.selection {
  width: 100%;
}

.selection,
.selection select {
  border-bottom: 0;
  border-radius: 8px 4px 0 0;
}

.selection select > option {
  padding: 3px 5px 3px 0;
}

.selection select > option:first-of-type {
  margin-top: 15px;
}

.selection select > option:last-of-type {
  margin-bottom: 20px;
}

.selection select:focus {
  border: 1px solid var(--border-primary);
  border-bottom: 0;
}

.selection a,
.selection input {
  border-radius: 0 0 0 4px;
  float: left;
  width: 70%;
}

.selection a {
  border-bottom: 1px solid var(--border-primary);
  border-left: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary);
  padding: 11px 0 12px 15px;
}

.selection button {
  border-radius: 0 0 4px 0;
  float: left;
  height: 50px;
  width: 30%;
}

.table {
  margin-bottom: 0;
  width: 100%;
}

.table thead > tr > th {
  border-top: 1px solid var(--border-primary);
  font-size: 14px;
  line-height: 1.428571429;
  padding: 15px;
}

.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > td,
.table tfoot > tr > th,
.table thead > tr > td {
  border-top: 1px solid var(--border-primary);
  font-size: 14px;
  line-height: 1.428571429;
  padding: 15px;
  vertical-align: top;
}

.table tbody > tr:last-child,
.table tfoot > tr:last-child {
  border-bottom: 1px solid var(--border-primary);
}

.table tbody > tr > td.valign-middle,
.table tbody > tr > th.valign-middle,
.table tfoot > tr > td.valign-middle,
.table tfoot > tr > th.valign-middle,
.table thead > tr > td.valign-middle,
.table thead > tr > th.valign-middle {
  vertical-align: middle;
}

.table tbody > tr > td:nth-last-child(1),
.table tbody > tr > th:nth-last-child(1),
.table tfoot > tr > td:nth-last-child(1),
.table tfoot > tr > th:nth-last-child(1),
.table thead > tr > td:nth-last-child(1),
.table thead > tr > th:nth-last-child(1) {
  width: auto;
}

.table tbody > tr > td.only-icon,
.table tbody > tr > th.only-icon,
.table tfoot > tr > td.only-icon,
.table tfoot > tr > th.only-icon,
.table thead > tr > td.only-icon,
.table thead > tr > th.only-icon {
  text-align: center;
  width: 8%;
}

.table tbody > tr > td.only-icon a,
.table tbody > tr > th.only-icon a,
.table tfoot > tr > td.only-icon a,
.table tfoot > tr > th.only-icon a,
.table thead > tr > td.only-icon a,
.table thead > tr > th.only-icon a {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 38px;
  padding: 0 20px;
}

.table tbody > tr > td.icon-and-text a:hover,
.table tbody > tr > td.only-icon a:hover,
.table tbody > tr > th.icon-and-text a:hover,
.table tbody > tr > th.only-icon a:hover,
.table tfoot > tr > td.icon-and-text a:hover,
.table tfoot > tr > td.only-icon a:hover,
.table tfoot > tr > th.icon-and-text a:hover,
.table tfoot > tr > th.only-icon a:hover,
.table thead > tr > td.icon-and-text a:hover,
.table thead > tr > td.only-icon a:hover,
.table thead > tr > th.icon-and-text a:hover,
.table thead > tr > th.only-icon a:hover {
  background-color: var(--gray-50);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(11, 9, 10, 0.05);
  color: #424f55;
}

.table tbody > tr > td.app-icon,
.table tbody > tr > th.app-icon,
.table tfoot > tr > td.app-icon,
.table tfoot > tr > th.app-icon,
.table thead > tr > td.app-icon,
.table thead > tr > th.app-icon {
  padding-right: 0;
  padding-top: 10px;
  width: 7%;
}

.table thead > tr > th {
  border-bottom: 1px solid var(--border-primary);
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 1px solid var(--border-primary);
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f2fafe;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: var(--success-500);
  border-color: #ccead7;
  color: var(--gray-50);
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: var(--danger-500);
  border-color: var(--danger-100);
}

.table .table-header > tbody > tr.first-of-type td,
.table > tbody > tr:first-of-type > td,
.table > thead > tr:first-of-type > td {
  border-top: 1px solid var(--border-primary);
}

.table > thead:first-child > tr:first-child > th {
  border-bottom: 1px solid var(--border-primary);
  vertical-align: middle;
}

.table > thead:first-child > tr:first-child > th.sortable.header {
  cursor: pointer;
}

.table > thead:first-child > tr:first-child > th.sort-asc,
.table > thead:first-child > tr:first-child > th.sort-desc {
  border-bottom: 1px solid #919091;
}

.table > thead:first-child > tr:first-child > th.sort-asc:after {
  content: '\f0d7';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
}

.table > thead:first-child > tr:first-child > th.sort-desc:after {
  content: '\f0d8';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
}

.table .only-icon .fa {
  color: #919091;
  font-size: 18px;
}

.ng-table-header {
  float: left;
}

.ng-table > tbody > tr:hover > td,
.ng-table > tbody > tr:hover > th,
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fbfbfb;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: var(--success-500);
  border-color: #ccead7;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: var(--danger-500);
  border-color: var(--danger-100);
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #f2fafe;
}

.ng-table th.sortable.sort-asc,
.ng-table th.sortable.sort-desc {
  background-color: var(--gray-50);
}

.ng-table th.sortable .sort-indicator:after,
.ng-table th.sortable .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-desc .sort-indicator:after,
.table-noheader > thead {
  display: none;
}

.table.ng-table th,
.table.ng-table thead th,
.table.table-header th {
  color: #6c6b6c;
  font-size: 12px;
  text-align: left;
}

.table.ng-table tbody > tr > td,
.table.ng-table tbody > tr > th,
.table.ng-table tfoot > tr > td,
.table.ng-table tfoot > tr > th,
.table.ng-table thead > tr > td,
.table.ng-table thead > tr > th {
  padding: 15px 20px 12px;
}

.table-toolbar {
  background: #fbfbfb;
  border-radius: 8px 4px 0 0;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}

.table-toolbar .btn-toolbar {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
}

.table-toolbar .btn-toolbar .btn {
  background: 0 0;
  border: 1px solid var(--border-primary);
  border-radius: 5px;
  box-shadow: none;
  color: #919091;
  font-size: 14px;
  height: 34px;
  padding: 5px 16px;
}

.table-toolbar .btn-toolbar .btn:active,
.table-toolbar .btn-toolbar .btn:focus,
.table-toolbar .btn-toolbar .btn:hover {
  background: var(--gray-50);
  color: #424f55;
}

.table-toolbar .btn-toolbar .active {
  background: var(--gray-50);
  color: #424f55;
}

.table-toolbar .search {
  display: inline-block;
  position: relative;
}

.table-toolbar .search input {
  color: #919091;
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
  padding-right: 34px;
  width: 200px;
}

.table-toolbar .search .fa {
  color: #919091;
  display: block;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 14px;
  width: 34px;
  z-index: 2;
}

.table-toolbar .search .fa:hover {
  cursor: pointer;
}

.table-toolbar .pages {
  color: #6c6b6c;
  font-size: 15px;
}

.table-toolbar-fixed {
  background: var(--gray-50);
  height: 67px;
  line-height: 67px;
  padding: 3px 20px 0 0 !important;
  position: absolute;
  right: 20px;
  width: 91%;
  z-index: 1;
}

.table-toolbar-fixed:hover,
.table-toolbar-fixed:hover + table thead {
  background-color: var(--gray-50);
}

.table-toolbar-fixed .dropdown-toggle {
  color: #919091;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.table .applogo {
  background: url(image-path('table-logo.jpg'));
  display: inline-block;
  height: 34px;
  width: 30px;
}

.table-thumbnail {
  border-radius: 8px;
  max-height: 55px;
  overflow-y: hidden;
}

.table-header > thead > tr > th {
  text-transform: uppercase;
}

.table-header > thead > tr > th.header:first-of-type {
  padding-right: 20px;
}

.table-header > tbody > tr > td:nth-child(2),
.table-header > thead > tr > th:nth-child(2) {
  padding-left: 0;
}

.table-integer {
  padding: 12px 20px;
}

.table-integer span {
  font-size: 1.3em;
  font-weight: 400;
}

.table-integer span .fa {
  color: var(--gray-600);
}

.table-integer span small {
  color: #919091;
  display: block;
  font-size: 12px;
}

.table tbody > tr > td.icon-and-text a,
.table tbody > tr > th.icon-and-text a,
.table tfoot > tr > td.icon-and-text a,
.table tfoot > tr > th.icon-and-text a,
.table thead > tr > td.icon-and-text a,
.table thead > tr > th.icon-and-text a {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 24px;
  padding: 8px 15px 5px;
  text-align: center;
}

.table tbody > tr > td.icon-and-text a small,
.table tbody > tr > th.icon-and-text a small,
.table tfoot > tr > td.icon-and-text a small,
.table tfoot > tr > th.icon-and-text a small,
.table thead > tr > td.icon-and-text a small,
.table thead > tr > th.icon-and-text a small {
  display: block;
  font-size: 12px;
  padding-top: 7px;
}

.table .icon-and-text .fa {
  color: var(--gray-600);
  display: block;
  font-size: 18px;
}

.ng-table thead > tr > th.header:first-of-type,
.ng-table thead > tr > th:first-of-type {
  width: auto;
}

.ng-table tbody > tr > td:first-child {
  padding-right: 0 !important;
}

.ng-table tbody > tr.selected td,
.ng-table.table-hover tbody > tr.selected:hover td {
  background-color: #f2fafe;
}

.ng-table-sort {
  color: #6c6b6c;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  right: 20px;
  text-transform: uppercase;
  top: 6px;
}

.ng-table-counts {
  display: none;
}

.ng-table-pager {
  text-align: center;
}

.td-error {
  border-left: 4px solid var(--danger-100);
}

.td-success {
  border-left: 4px solid #ccead7;
}

.table > thead > tr > th.header {
  height: auto;
}

.table.toolbar > thead > tr > th.header {
  height: 67px;
}

.table.table-sm th,
.table.table-sm td {
  padding: 5px 10px;
}

.table.table-xs thead tr {
  background: 0 0;
}

.table.table-xs thead th {
  font-size: 0.7em;
  padding: 0 0 2px;
}

.table.table-xs thead th:first-of-type {
  padding-left: 0;
}

.table.table-xs thead th:last-of-type {
  padding-right: 0;
}

.table.table-xs tbody tr {
  background: var(--border-primary);
  border-bottom: 1px solid var(--gray-50);
}

.table.table-xs tbody tr td {
  border-top: none;
  font-size: 0.7em;
  padding: 5px;
}

.toggleTableView {
  margin-right: 20px;
  position: relative;
  top: 0;
}

.toggleTableView a {
  color: #0b090a;
  font-size: 0.8em;
}

.table-actions {
  left: 200px;
  position: absolute;
  top: 8px;
}

.table-actions .dropdown > a {
  color: #6c6b6c;
  font-size: 0.8em;
}

.table-actions .dropdown:hover {
  border: 1px solid transparent;
  box-shadow: none;
}

.table-actions .dropdown.open {
  background: 0 0;
}

.text-default,
.text-info,
.toggleTableView .active {
  color: var(--lavender-400);
}

.text-danger {
  color: var(--danger-500);
}

.text-success {
  color: var(--success-500);
}

.text-warning {
  color: var(--warning-500);
}

.text-pink {
  color: var(--unsubscribe-500);
}

.text-chart-primary {
  color: #00a0c9;
}

.text-chart-secondary {
  color: var(--success-500);
}

.text-chart-tertiary {
  color: #ff856f;
}

.text-chart-quaternary {
  color: #fcc900;
}

.text-chart-quinary {
  color: #c2d0d1;
}

.well {
  background-color: var(--border-primary);
  border: 0;
  box-shadow: none;
}

.well-progress {
  padding: 30px;
}

.well-progress .row {
  padding: 15px 0;
}

.well-progress .col-sm-2 {
  padding-right: 0;
}

.well-progress .disabled .fa-check {
  background: #f5f0d8;
  border: 10px solid #f5f0d8;
  border-radius: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #f5f0d8;
  margin-top: 10px;
}

.well-progress .fa-check {
  background: #7db613;
  border: 10px solid #7db613;
  border-radius: 50px;
  color: var(--gray-50);
  margin-top: 10px;
}

.well-progress b {
  color: #6c6b6c;
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}

.well-match.well-success,
.well-skip.well-success {
  margin-bottom: 30px;
}

.well-match.well-success small,
.well-match.well-success span,
.well-match.well-success strong,
.well-skip.well-success small,
.well-skip.well-success span,
.well-skip.well-success strong,
.well-success small,
.well-success span,
.well-success strong {
  color: #007c2b;
}

.well-match.well-success select,
.well-skip.well-success select,
.well-success select {
  border: 2px solid #007c2b;
  color: #007c2b;
  margin: 0;
}

.well-match.well-success div,
.well-skip.well-success div,
.well-success div {
  background: #ccead7;
  border-bottom: 2px solid #ccead7;
  border-left: 2px solid #ccead7;
  border-right: 2px solid #ccead7;
  box-shadow: none;
}

.well-skip small,
.well-skip span,
.well-skip strong {
  color: #bb0006;
}

.well-skip select {
  border: 2px solid #bb0006;
  color: #bb0006;
  margin: 0;
}

.well-skip div {
  background: var(--danger-100);
  border-bottom: 2px solid var(--danger-100);
  border-left: 2px solid var(--danger-100);
  border-right: 2px solid var(--danger-100);
  box-shadow: none;
}

.well-match small,
.well-match span,
.well-match strong {
  color: #919091;
}

.well-match select {
  border: 2px solid #919091;
  color: #919091;
  margin: 0;
}

.well-match div {
  background: #fbfbfb;
  border-bottom: 2px solid var(--border-primary);
  border-left: 2px solid var(--border-primary);
  border-right: 2px solid var(--border-primary);
  box-shadow: none;
}

.well-match,
.well-skip,
.well-success {
  background: 0 0;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.well-match > select,
.well-skip > select,
.well-success > select {
  position: relative;
  z-index: 40;
}

.well-match > div,
.well-skip > div,
.well-success > div {
  border-radius: 0 0 5px 5px;
  margin: 0;
  padding-top: 10px;
  position: absolute;
  top: 38px;
  width: 100%;
  z-index: 39;
}

.well-match > div > span,
.well-skip > div > span,
.well-success > div > span {
  display: block;
  padding: 0 0 0 10px;
}

.well-clean,
.well-white {
  background-color: var(--gray-50);
}

.well-clean {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.well-info {
  background-color: #f5f0d8;
  border: 1px solid #e1ddcb;
  border-radius: 0;
  padding: 20px 30px;
}

.well-info td,
.well-info th {
  color: inherit !important;
}

.automation-title {
  font-size: 1.25em;
  font-weight: bolder;
}

.wizard__step-title {
  color: var(--gray-50);
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 20px;
}

.wizard__steps {
  text-align: right;
}

.wizard__step,
.wizard__step_current,
.wizard__step_done {
  display: inline;
  line-height: 40px;
  opacity: 0.75;
  text-transform: capitalize;
}

.wizard__step > a,
.wizard__step > span {
  color: #5ec5f1;
}

.wizard__step.active > a,
.wizard__step.active > span {
  color: var(--gray-50);
  opacity: 1;
}

.wizard__step::after,
.wizard__step_current::after,
.wizard__step_done::after {
  color: #5ec5f1;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  margin: 0 12px;
}

.wizard__step.active::after {
  color: var(--gray-50);
}

.wizard__step.wizard__step_last::after {
  content: '';
  margin: 0;
}

.wizard {
  background: 0 0;
  position: relative;
}

.wizard div[class*='col-md-'] {
  padding-left: 0;
  padding-right: 0;
}

.wizard p {
  font-size: 0.8em;
  margin-top: 0;
}

.wizard .fa {
  background: var(--gray-50);
  border-radius: 50%;
  font-size: 0.8em;
  height: 21px;
  padding: 4px 1px 1px;
  position: relative;
  top: -14px;
  width: 21px;
}

.wizard .fa-circle-incomplete {
  background: #7fc2de;
}

.wizard .text-complete,
.wizard .text-current {
  color: var(--gray-50);
}

.wizard .fa-circle-incomplete,
.wizard .text-incomplete {
  color: #7fc2de;
}

.wizard .fa-circle-current {
  color: var(--lavender-400);
}

.wizard hr.completed {
  background-image: linear-gradient(
    to right,
    var(--gray-50) 50%,
    var(--gray-50) 50%
  );
  border: 0;
  height: 2px;
}

.wizard hr.completed-first,
.wizard hr.current {
  background-image: linear-gradient(
    to right,
    var(--lavender-400) 50%,
    var(--gray-50) 50%
  );
  border: 0;
  height: 2px;
}

.wizard hr.current {
  background-image: linear-gradient(to right, var(--gray-50) 50%, #7fc2de 50%);
}

.wizard hr.current-first {
  background-image: linear-gradient(
    to right,
    var(--lavender-400) 50%,
    #7fc2de 50%
  );
  border: 0;
  height: 2px;
}

.wizard hr.incomplete {
  background-image: linear-gradient(to right, #7fc2de 50%, #7fc2de 50%);
  border: 0;
  height: 2px;
}

.wizard hr.incomplete-last {
  background-image: linear-gradient(
    to right,
    #7fc2de 50%,
    var(--lavender-400) 50%
  );
  border: 0;
  height: 2px;
}

.wizard hr.complete-last {
  background-image: linear-gradient(
    to right,
    var(--gray-50) 50%,
    var(--lavender-400) 50%
  );
  border: 0;
  height: 2px;
}

.modal .modal-body ul,
ul.list-styled {
  list-style: circle;
  margin-left: 20px;
}

#payment-form {
  margin-top: 20px;
  background: #fff;
  min-width: 500px;
  align-self: center;
  box-shadow:
    0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1),
    0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */

button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

button:hover {
  filter: contrast(115%);
}

button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: '';
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  animation: loading 2s infinite ease;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: 0;
    min-width: initial;
  }
}

body {
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.margin-0,
.no-margin,
.wizard hr {
  margin: 0 !important;
}

.table tbody > tr:last-child,
.table tfoot > tr:last-child {
  border-bottom: 0px solid #e6e6e6;
}

.datepicker {
  height: auto;
  z-index: 10000 !important;
}

.area-white {
  background: white;
  border-top: 1px solid #f6f6f6;
}

.normal-text {
  font-size: 14px;
}

.product-box {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(11, 9, 10, 0.1);
  padding: 30px 10px 15px;
  margin-bottom: 20px;
  position: relative;
}

.product-box-grey {
  background: #f9f9f9;
  padding: 40px 50px;
}

.product-box h4 {
  font-weight: 400;
}

.alert-growl {
  padding: 0 20px;
}

.growl-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.growl-bottom > div {
    padding: 20px;
    margin-top: 5px;
  }

.growl-bottom > div a {
      color: white;
    }

.modal-dialog .btn {
  width: auto;
}

ul.pagination a {
  width: auto;
  padding: 5px 15px;
}

.product-box-subtitle {
  color: #999;
  font-size: 12px;
  padding: 0;
}

.btn-gold {
  background: #f4a200;
}

.btn-blue {
  background: #00a5ea;
}

.btn-red {
  background: #e93c00;
}

.btn-pink {
  background: #e75299;
}

.btn-green {
  background: #009736;
}

@media (min-width: 992px) {
  .row-centered {
    text-align: center;
  }
  .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
  }
}

.language-selector .dropdown-toggle {
    padding: 0 10px;
  }

.language-selector img {
    height: 32px;
  }

.language-selector .dropdown-menu {
    min-width: auto;
  }

.language-selector .dropdown-menu  > li > a {
      min-width: auto;
    }

tr.strong-border td {
  border-color: #e6e6e6 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #00a5ea;
  border-color: #00a5ea;
  color: white !important;
}

.btn-lg {
  line-height: 50px;
  height: 50px;
}

ul li:first-child .dropdown-menu-group {
  border-top: none;
  margin-top: 0;
}

.condensed-dropdown {
  padding-bottom: 5px !important;
}

.condensed-dropdown > li > a {
  padding: 5px 20px !important;
}

@media (min-width: 768px) {
    .company-profile-form .invoice-contact {
      margin-top: 42px;
    }
    .company-profile-form .invoice-address {
      margin-top: 68px;
    }
  }

table.invoice-details th {
    padding-right: 20px;
    min-width: 200px;
  }

.button-wrapper,-vertical.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

-vertical.button-wrapper {
    flex-direction: column;
  }

.missing-value {
  color: var(--gray-600);
}

/* <- */

.navbar-action.navbar-action-dark .breadcrumb li {
  color: black;
}

.navbar-tranparent .dropdown {
    padding: 0;
  }

.navbar-tranparent .dropdown-menu {
    margin-top: 10px !important;
    border-radius: 3px !important;
  }

.navbar-tranparent .dropdown:hover,.navbar-tranparent .dropdown.open {
    background: transparent;
    box-shadow: 0 0 0 transparent;
    border: none;
  }

.navbar-tranparent li a {
    border: none !important;
  }

.navbar-tranparent li {
    border: none !important;
  }

@media (max-width: 768px) {
  .container {
    width: auto !important;
  }
}

.login-layout abbr {
    display: none;
  }

.login-layout .right-margin {
    margin-right: 0.6em;
  }

.login-layout .forgot-password {
    font-size: 14px;
    margin-top: 13px;
    text-align: right;
  }

.login-layout .omni-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
    color: #777;
    font-size: 15px;
  }

.login-layout .omni-divider:before {
    content: '';
    position: absolute;
    top: 55%;
    left: 0;
    border-top: 1px solid #ddd;
    width: 35%;
    transform: translateY(-50%);
  }

.login-layout .omni-divider:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 65%;
    border-top: 1px solid #ddd;
    width: 35%;
    transform: translateY(-50%);
  }

.login-layout a.omni-button {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    border: 1px solid #f9f9f9;
    box-shadow: 2px 2px #eee;
    padding: 10px 6px;
    border-radius: 4px;
    white-space: nowrap;
  }

.login-layout a.omni-button:hover {
    background-color: #f9f9f9;
  }

/* OMNI links centerd on mobile */

@media only screen and (max-width: 1200px) {
  .omni-links > div {
    text-align: center;
    padding-bottom: 5px;
  }
}

/* devise_error_messages */

#error_explanation {
  margin-bottom: 20px !important;
}

#error_explanation h2 {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px !important;
  }

/* slightly tweaked bootstrap alert */

.alert li {
    margin-bottom: 0.5em;
  }

.alert h2 {
    color: white;
  }

/* ensure checkboxes have error styling */

.has-error .checkbox {
  border: 1px solid #e93c00;
  padding: 0.4em;
  border-radius: 0.2em;
}

.user_terms label {
  font-weight: 700;
}

/* lots of agreement styling */

table.agreements h1 {
    font-size: 15px;
  }

table.agreements h3 {
    font-size: 18px;
    margin: 0;
  }

.agreement-content {
  font-size: 15px;
}

.agreement-content h1 {
    font-size: 28px;
    margin: 0;
  }

.agreement-content h3 {
    font-size: 20px;
    margin: 0;
  }

.agreement-content blockquote {
    padding-left: 20px;
    margin-bottom: 20px;
  }

.agreement-content {
  margin-bottom: 30px;
}

.agreement-content ul {
    margin-left: 2em;
  }

.agreement-content ul li {
      list-style-type: disc;
    }

.agreement-content ul ul li {
        list-style-type: circle;
      }

.agreement-preview h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

.agreement-preview {
  font-size: 14px;
  border: 1px solid #ededed;
}

#company-dpa h3 {
    font-size: 18px;
    margin: 0;
  }

#company-dpa {
  font-size: 15px;
}

h3#user_signup_heading {
  margin-right: 40px;
  margin-left: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.form-group .help-block {
  line-height: 1.5;
}

.backdrop-highlight {
  position: relative;
  z-index: 1041;
}

/********************************************************************* FORMS *************************************************************************/

.checkbox-xl label {
    color: #6c6b6c;
  }

.checkbox-xl label  > .fa {
      font-weight: normal;
      content: '\f14a';
    }

.checkbox-xl .fa-check-square:before,.checkbox-xl input[type='checkbox']:checked + .fa:before {
    font-weight: bold;
    content: '\f14a';
  }

.checkbox-xl .fa-square-o:before,.checkbox-xl .fa:before {
    content: '\f096';
  }

.radio-xl .fa-circle-thin:before,.radio-xl .fa:before {
    font-weight: bold;
    content: '\f1db';
  }

.radio-xl .fa-dot-circle-o:before,.radio-xl input[type='radio']:checked + .fa:before {
    content: '\f192';
  }

.apps-list {
  overflow: hidden;
  position: relative;
  max-width: 350px;
}

.apps-list .app-label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 3px;
  }

.company-edit-page #settings b .checkbox label {
    font-weight: bold;
  }

.company-edit-page #settings .form-group {
    margin-bottom: 0;
  }

label.required:after {
    content: '*';
    color: var(--warning-800);
    margin-left: 2px;
  }

table.orderlines thead tr th:not(:first-child) {
        padding-left: 0.33rem;
      }

table.orderlines tbody tr th:not(:first-child) {
        padding-left: 0.33rem;
      }

table.orderlines thead tr td:not(:first-child) {
        padding-left: 0.33rem;
      }

table.orderlines tbody tr td:not(:first-child) {
        padding-left: 0.33rem;
      }

table.orderlines thead tr th:not(:last-child) {
        padding-right: 0.33rem;
      }

table.orderlines tbody tr th:not(:last-child) {
        padding-right: 0.33rem;
      }

table.orderlines thead tr td:not(:last-child) {
        padding-right: 0.33rem;
      }

table.orderlines tbody tr td:not(:last-child) {
        padding-right: 0.33rem;
      }

table.orderlines thead > tr > th {
    vertical-align: bottom !important;
  }

table.orderlines .column-plan-id {
    width: 15rem;
  }

table.orderlines .column-interval,table.orderlines .column-free-months {
    width: 6rem;
  }

table.orderlines .column-discount {
    width: 7rem;
  }

table.orderlines .column-expires-at {
    width: 17.5rem;
  }

table.orderlines .column-price {
    width: 13rem;
  }

table.orderlines .column-renew,table.orderlines .column-static-price {
    width: 5rem;
  }

table.orderlines .column-actions {
    width: 9rem !important;
  }
