@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins");
/* line 7, ../sass/partials/_cards.sass */
.card {
  height: calc(100% - 24px);
}
/* line 9, ../sass/partials/_cards.sass */
.card.no-bg {
  background: none;
  box-shadow: none;
}
/* line 12, ../sass/partials/_cards.sass */
.card.help {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
/* line 15, ../sass/partials/_cards.sass */
.card.help .bg-secondary .card-widgets > a:hover {
  color: #EEA93A;
}
/* line 18, ../sass/partials/_cards.sass */
.card.bg-secondary .card-widgets > a:hover {
  color: #EEA93A;
}
/* line 20, ../sass/partials/_cards.sass */
.card .card-header.bg-secondary {
  background-color: #FFC850 !important;
  color: #37404A !important;
}

/* line 26, ../sass/partials/_cards.sass */
.card-overview .card .card-image {
  overflow: hidden;
}
/* line 28, ../sass/partials/_cards.sass */
.card-overview .card .card-image img {
  border-bottom: 1px solid #eeeff3;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 32, ../sass/partials/_cards.sass */
.card-overview .card .card-image:hover img {
  transform: scale(1.15);
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}
/* line 37, ../sass/partials/_cards.sass */
.card-overview .card .card-title {
  margin-bottom: 0.5rem;
}
/* line 39, ../sass/partials/_cards.sass */
.card-overview .card.card-new {
  border: 3px dashed #3F16BF;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
/* line 43, ../sass/partials/_cards.sass */
.card-overview .card.card-new:hover {
  border: 3px dashed #9C9AED;
  background-color: rgba(156, 154, 237, 0.2);
}
/* line 46, ../sass/partials/_cards.sass */
.card-overview .card.card-new .card-body {
  padding-top: 8%;
}
@media (min-width: 768px) {
  /* line 46, ../sass/partials/_cards.sass */
  .card-overview .card.card-new .card-body {
    padding-top: 72%;
  }
}
/* line 51, ../sass/partials/_cards.sass */
.card-overview .card-title a {
  color: #37404A;
}
/* line 54, ../sass/partials/_cards.sass */
.card-overview a .card-title,
.card-overview a .card-text {
  color: #37404A;
}
/* line 58, ../sass/partials/_cards.sass */
.card-overview a:hover .card-title {
  color: #37404a;
}
/* line 60, ../sass/partials/_cards.sass */
.card-overview a:hover .card-text {
  text-decoration: underline;
  color: #9C9AED;
}
/* line 66, ../sass/partials/_cards.sass */
.card-overview a:hover .card-body {
  color: #9C9AED;
}
/* line 70, ../sass/partials/_cards.sass */
.card-overview .card-body a:hover p {
  text-decoration: underline;
}
/* line 72, ../sass/partials/_cards.sass */
.card-overview .card-widgets a {
  color: inherit;
}
/* line 74, ../sass/partials/_cards.sass */
.card-overview .card-buttons {
  padding: 0rem 1.5rem 1.5rem;
}
/* line 80, ../sass/partials/_cards.sass */
.card-overview.favorites .col .card {
  border-left: 5px solid rgba(34, 34, 34, 0.2);
}
/* line 82, ../sass/partials/_cards.sass */
.card-overview.favorites .col .card:hover {
  border-left-color: rgba(34, 34, 34, 0.2) !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
}
/* line 85, ../sass/partials/_cards.sass */
.card-overview.favorites .col:first-child .card {
  border: none;
}

/* line 9, ../sass/partials/_alert.sass */
.alert p,
.alert span {
  margin-bottom: 0;
}

/* line 14, ../sass/partials/_alert.sass */
.image-in-alert {
  margin-right: 20px;
  width: 100px;
  float: left;
}

/* line 21, ../sass/partials/_alert.sass */
.alert-danger a {
  color: #222;
}
/* line 23, ../sass/partials/_alert.sass */
.alert-danger a:hover {
  color: rgba(34, 34, 34, 0.8);
}

/* line 10, ../sass/partials/_tooltips.sass */
.tooltip {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 9, ../sass/partials/_helpers.sass */
.ml--25 {
  margin-left: -24px;
}

/* line 11, ../sass/partials/_helpers.sass */
.mr--25 {
  margin-right: -24px;
}

/* line 14, ../sass/partials/_helpers.sass */
.min-width-60 {
  min-width: 70px;
}

/* line 16, ../sass/partials/_helpers.sass */
span.min-width-60 {
  display: inline-block;
}

/* line 19, ../sass/partials/_helpers.sass */
.mr-5 {
  margin-right: 5px;
}

/* line 21, ../sass/partials/_helpers.sass */
.mr-10 {
  margin-right: 10px;
}

/* line 23, ../sass/partials/_helpers.sass */
.mr-15 {
  margin-right: 15px;
}

/* line 25, ../sass/partials/_helpers.sass */
.mr-25 {
  margin-right: 25px;
}

/* line 27, ../sass/partials/_helpers.sass */
.mr-30 {
  margin-right: 30px;
}

/* line 29, ../sass/partials/_helpers.sass */
.mr-40 {
  margin-right: 40px;
}

/* line 33, ../sass/partials/_helpers.sass */
.ml-5 {
  margin-left: 5px;
}

/* line 35, ../sass/partials/_helpers.sass */
.ml-10 {
  margin-left: 10px;
}

/* line 37, ../sass/partials/_helpers.sass */
.ml-15 {
  margin-left: 15px;
}

/* line 39, ../sass/partials/_helpers.sass */
.ml-25 {
  margin-left: 25px;
}

/* line 41, ../sass/partials/_helpers.sass */
.ml-30 {
  margin-left: 30px;
}

/* line 43, ../sass/partials/_helpers.sass */
.ml-40 {
  margin-left: 40px;
}

/* line 47, ../sass/partials/_helpers.sass */
.mt-min-20 {
  margin-top: -20px;
}

/* line 49, ../sass/partials/_helpers.sass */
.mb-min-20 {
  margin-bottom: -20px;
}

/* line 53, ../sass/partials/_helpers.sass */
ul.no-list-style {
  padding-left: 0;
  margin-top: 15px;
  list-style: none;
}
/* line 57, ../sass/partials/_helpers.sass */
ul.no-list-style li {
  padding: 5px 0;
}

/* line 60, ../sass/partials/_helpers.sass */
.disabled {
  color: #999;
}

/* line 63, ../sass/partials/_helpers.sass */
.align-right {
  text-align: right;
}

/* line 66, ../sass/partials/_helpers.sass */
.align-center {
  text-align: center;
}

/* line 70, ../sass/partials/_helpers.sass */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 75, ../sass/partials/_helpers.sass */
.m-6 {
  margin: 6rem !important;
}

/* line 77, ../sass/partials/_helpers.sass */
.m-7 {
  margin: 7rem !important;
}

/* line 79, ../sass/partials/_helpers.sass */
.m-8 {
  margin: 8rem !important;
}

/* line 81, ../sass/partials/_helpers.sass */
.m-9 {
  margin: 9rem !important;
}

/* line 83, ../sass/partials/_helpers.sass */
.m-10 {
  margin: 10rem !important;
}

/* line 87, ../sass/partials/_helpers.sass */
.font-2rem {
  font-size: 2rem !important;
}

/* line 7, ../sass/partials/_buttons.sass */
.btn-primary {
  background-color: #9C9AED;
  border-color: #9C9AED;
}
/* line 10, ../sass/partials/_buttons.sass */
.btn-primary:hover {
  background-color: rgba(156, 154, 237, 0.8);
  border-color: #9C9AED;
}
/* line 13, ../sass/partials/_buttons.sass */
.btn-primary .btn-label {
  background-color: rgba(50, 58, 70, 0.3);
}

/* line 16, ../sass/partials/_buttons.sass */
.btn-secondary {
  background-color: #3F16BF;
  border-color: #3F16BF;
}
/* line 19, ../sass/partials/_buttons.sass */
.btn-secondary:hover {
  background-color: rgba(63, 22, 191, 0.8);
  border-color: #3F16BF;
}
/* line 22, ../sass/partials/_buttons.sass */
.btn-secondary .btn-label {
  background-color: rgba(4, 147, 182, 0.3);
}

/* line 25, ../sass/partials/_buttons.sass */
.btn-light {
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/* line 31, ../sass/partials/_buttons.sass */
.btn-primary.btn-with-label,
.btn-secondary.btn-with-label,
.btn-light.btn-with-label {
  display: flex;
}

/* line 35, ../sass/partials/_buttons.sass */
.btn-outline-secondary .btn-label-right {
  background-color: rgba(63, 22, 191, 0.2);
}

/* line 44, ../sass/partials/_buttons.sass */
button strong {
  text-transform: uppercase;
  font-size: 0.75rem;
}
/* line 48, ../sass/partials/_buttons.sass */
button.btn-outline-secondary strong {
  margin-right: 3px;
  color: #0493b6;
}

/* line 10, ../sass/partials/_accordion.sass */
.accordion-button,
.ae-accordion-button {
  padding: 1rem;
  font-weight: 400;
  text-align: right;
}
/* line 15, ../sass/partials/_accordion.sass */
.accordion-button:focus,
.ae-accordion-button:focus {
  border: 2px solid #EEA93A;
  border-left: none;
  border-right: none;
}
/* line 19, ../sass/partials/_accordion.sass */
.accordion-button:not(.collapsed),
.ae-accordion-button:not(.collapsed) {
  color: #37404A;
  background-color: #FFEDCA;
}
/* line 22, ../sass/partials/_accordion.sass */
.accordion-button::after,
.ae-accordion-button::after {
  display: none;
}
/* line 24, ../sass/partials/_accordion.sass */
.accordion-button::before,
.ae-accordion-button::before {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  margin-right: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

/* line 35, ../sass/partials/_accordion.sass */
.accordion-button:not(.collapsed),
.ae-accordion-button:not(.collapsed) {
  color: #37404A;
}
/* line 38, ../sass/partials/_accordion.sass */
.accordion-button:not(.collapsed)::before,
.ae-accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

/* line 43, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button {
  border: none;
  border-bottom: 1px solid #FFC850;
  padding-left: 0;
}
/* line 47, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button:focus {
  border-bottom: 2px solid #EEA93A;
  border-left: none;
  border-right: none;
}
/* line 51, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button:hover {
  background-color: #FFC850;
}
/* line 53, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button::before {
  background-image: none;
}
/* line 55, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button i.ae-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  margin-right: 10px;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(360deg);
}
/* line 63, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button.show i.ae-arrow {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
/* line 67, ../sass/partials/_accordion.sass */
.ae-accordion .accordion-button.hide i.ae-arrow {
  transition: transform 0.2s ease-in-out;
}

/* line 70, ../sass/partials/_accordion.sass */
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed,
.ae-accordion-flush .ae-accordion-item:last-of-type .ae-accordion-button.collapsed,
.accordion-button .accordion-button.collapsed,
.ae-accordion-button .ae-accordion-button.collapsed {
  border-bottom-width: 1px;
}

/* line 77, ../sass/partials/_accordion.sass */
.modal {
  font-size: 0.84rem;
}
/* line 79, ../sass/partials/_accordion.sass */
.modal .sp-colorize-container.sp-add-on {
  width: 40px !important;
}
/* line 81, ../sass/partials/_accordion.sass */
.modal .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed,
.modal .ae-accordion-flush .ae-accordion-item:last-of-type .ae-accordion-button.collapsed,
.modal .accordion-button .accordion-button.collapsed,
.modal .ae-accordion-button .ae-accordion-button.collapsed {
  border-bottom-width: 0;
}

/* line 87, ../sass/partials/_accordion.sass */
.modal-footer {
  display: block;
}

/* line 9, ../sass/partials/_form-wizard.sass */
.form-wizard-header .nav-item .nav-link {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}
/* line 14, ../sass/partials/_form-wizard.sass */
.form-wizard-header .nav-item .nav-link .text {
  color: #37404A;
}
/* line 16, ../sass/partials/_form-wizard.sass */
.form-wizard-header .nav-item .nav-link .number {
  line-height: 50px;
  width: 50px;
  margin-right: 0;
  color: white;
  background-color: #9C9AED;
}
/* line 22, ../sass/partials/_form-wizard.sass */
.form-wizard-header .nav-item .nav-link.active, .form-wizard-header .nav-item .nav-link:hover {
  background-color: transparent;
}
/* line 25, ../sass/partials/_form-wizard.sass */
.form-wizard-header .nav-item .nav-link.active .number, .form-wizard-header .nav-item .nav-link:hover .number {
  background-color: #7066D6;
}
/* line 27, ../sass/partials/_form-wizard.sass */
.form-wizard-header.position-relative {
  position: relative;
}

/* line 31, ../sass/partials/_form-wizard.sass */
#progressbarwizard {
  position: relative;
}
/* line 34, ../sass/partials/_form-wizard.sass */
#progressbarwizard .nav-item span {
  font-size: 0.875rem;
}
/* line 36, ../sass/partials/_form-wizard.sass */
#progressbarwizard .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0;
}
/* line 38, ../sass/partials/_form-wizard.sass */
#progressbarwizard .accordion-button {
  color: #37404a;
  font-size: 1rem;
}

/* line 44, ../sass/partials/_form-wizard.sass */
.connecting-line {
  position: absolute;
  top: 25px;
  background-color: #9C9AED;
  height: 1px;
  width: 80%;
  margin-left: 10%;
}

/* line 54, ../sass/partials/_form-wizard.sass */
.report-steps-small .connecting-line {
  top: 15px;
}
/* line 56, ../sass/partials/_form-wizard.sass */
.report-steps-small .form-wizard-header .nav-item .nav-link .number {
  line-height: 30px;
  width: 30px;
}
/* line 59, ../sass/partials/_form-wizard.sass */
.report-steps-small span {
  font-size: 0.75rem;
}

/* line 64, ../sass/partials/_form-wizard.sass */
.date-input .form-check {
  display: inline-block;
  margin-right: 20px;
}
/* line 67, ../sass/partials/_form-wizard.sass */
.date-input .input-daterange-datepicker {
  display: inline-block;
  width: 200px;
}

/* line 9, ../sass/partials/_integrations.sass */
.card-overview.integrations {
  text-align: center;
}
/* line 11, ../sass/partials/_integrations.sass */
.card-overview.integrations .integration-icon {
  font-size: 5rem;
}
/* line 15, ../sass/partials/_integrations.sass */
.card-overview.integrations a:hover .integration-icon {
  color: #9C9AED;
}
/* line 17, ../sass/partials/_integrations.sass */
.card-overview.integrations .coming-soon {
  background-color: #eeeff3;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* line 22, ../sass/partials/_integrations.sass */
.card-overview.integrations-per-platform .card .network-logo {
  position: absolute;
  top: -7px;
  left: calc(100% - 1.5rem);
  z-index: 1;
  font-size: 2rem;
}

/* line 30, ../sass/partials/_integrations.sass */
.integration-tip {
  background-color: #3F16BF;
  border-width: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 35, ../sass/partials/_integrations.sass */
.integration-tip .accordion-header button {
  font-size: 1rem;
  color: #fff;
}
/* line 38, ../sass/partials/_integrations.sass */
.integration-tip .accordion-header button:before {
  color: #fff;
  display: none;
}
/* line 41, ../sass/partials/_integrations.sass */
.integration-tip .accordion-body {
  background-color: white;
}
/* line 44, ../sass/partials/_integrations.sass */
.integration-tip.accordion-item:last-of-type .accordion-collapse, .integration-tip.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed,
.integration-tip .accordion-button .accordion-button.collapsed {
  border-bottom-width: 0;
}
/* line 50, ../sass/partials/_integrations.sass */
.integration-tip .accordion-button .collapsed-icon {
  display: none;
}
/* line 52, ../sass/partials/_integrations.sass */
.integration-tip .accordion-button .expanded-icon {
  display: block;
}
/* line 55, ../sass/partials/_integrations.sass */
.integration-tip .accordion-button.collapsed .collapsed-icon {
  display: block;
}
/* line 57, ../sass/partials/_integrations.sass */
.integration-tip .accordion-button.collapsed .expanded-icon {
  display: none;
}

/* line 60, ../sass/partials/_integrations.sass */
.integration-icon-select {
  font-size: 5rem;
  text-align: center;
}

/* line 64, ../sass/partials/_integrations.sass */
.tip-list {
  list-style-type: none;
  padding-left: 0;
}

/* line 10, ../sass/partials/_form-select2.sass */
.select2-container--default.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(156, 154, 237, 0.8);
  color: #222;
}
/* line 15, ../sass/partials/_form-select2.sass */
.select2-container--default.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(156, 154, 237, 0.8);
  border: 1px solid transparent;
}
/* line 18, ../sass/partials/_form-select2.sass */
.select2-container--default.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
/* line 21, ../sass/partials/_form-select2.sass */
.select2-container--default.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(156, 154, 237, 0.2);
}

/* line 30, ../sass/partials/_form-select2.sass */
.form-field-height .select2-container--default.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  height: 36px;
}
/* line 33, ../sass/partials/_form-select2.sass */
.form-field-height .select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 4px 0;
}
/* line 35, ../sass/partials/_form-select2.sass */
.form-field-height .select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 13px;
}
/* line 39, ../sass/partials/_form-select2.sass */
.form-field-height .select2-container .select2-selection--single .select2-selection__rendered.select2-selection__rendered {
  padding-right: 40px;
  padding-left: 15px;
  color: #6F7487;
}

/* line 46, ../sass/partials/_form-select2.sass */
#AEConnect-permissions .selectize-input {
  height: 60px;
  overflow-y: scroll;
}

/* line 9, ../sass/partials/_data-table.sass */
table.dataTable.dataTable thead .sorting:before,
table.dataTable.dataTable thead .sorting_asc:before,
table.dataTable.dataTable thead .sorting_asc_disabled:before,
table.dataTable.dataTable thead .sorting_desc:before,
table.dataTable.dataTable thead .sorting_desc_disabled:before {
  right: 0.5rem;
  left: auto;
  content: "󰍠";
  font-family: "Material Design Icons";
  font-size: 1.3rem;
  top: 6px;
}
/* line 20, ../sass/partials/_data-table.sass */
table.dataTable.dataTable thead .sorting:after,
table.dataTable.dataTable thead .sorting_asc:after,
table.dataTable.dataTable thead .sorting_asc_disabled:after,
table.dataTable.dataTable thead .sorting_desc:after,
table.dataTable.dataTable thead .sorting_desc_disabled:after {
  right: 0.4em;
  left: auto;
  content: "󰍝";
  font-family: "Material Design Icons";
  top: 13px;
  font-size: 1.3rem;
}

/* line 32, ../sass/partials/_data-table.sass */
div.dataTables_wrapper div.dataTables_info {
  font-weight: normal;
  font-size: 0.875rem;
}

/* line 36, ../sass/partials/_data-table.sass */
table.dataTable.dataTable > tbody > tr:nth-of-type(odd) {
  background-color: #f1f5f7;
}

@media (min-width: 992px) {
  /* line 10, ../sass/partials/_navigation.sass */
  .menu-settings {
    margin-right: -32px;
  }
}
/* line 14, ../sass/partials/_navigation.sass */
.navbar-custom .topnav-menu .nav-link .business-unit-name {
  display: none;
}
@media (min-width: 768px) {
  /* line 14, ../sass/partials/_navigation.sass */
  .navbar-custom .topnav-menu .nav-link .business-unit-name {
    display: inline-block;
  }
}

@media (max-width: 400px) {
  /* line 22, ../sass/partials/_navigation.sass */
  .navbar-custom .topnav-menu .nav-link {
    padding: 0 5px;
  }
}
@media (max-width: 360px) {
  /* line 26, ../sass/partials/_navigation.sass */
  .navbar-custom .topnav-menu .nav-link {
    padding: 0 5px;
  }
}
/* line 7, ../sass/partials/_elements.sass */
body {
  font-size: 1rem;
}

/* line 9, ../sass/partials/_elements.sass */
p,
form,
ul,
ol,
table,
span,
footer {
  font-size: 0.875rem;
}

/* line 29, ../sass/partials/_elements.sass */
h5, .h5 {
  font-size: 1rem;
}

/* line 39, ../sass/partials/_elements.sass */
b,
strong {
  font-weight: 700;
}

/* line 46, ../sass/partials/_elements.sass */
a.page-link:hover {
  cursor: pointer;
}

/* line 51, ../sass/partials/_elements.sass */
.page-title p {
  font-size: 1rem;
}

/* line 54, ../sass/partials/_elements.sass */
.page-title-box .page-title {
  font-size: 1.5rem;
}
/* line 56, ../sass/partials/_elements.sass */
.page-title-box .page-title i {
  color: #3F16BF;
}

/* line 61, ../sass/partials/_elements.sass */
.avatar-sm {
  min-width: 2.25rem;
}

/* line 66, ../sass/partials/_elements.sass */
.intro-links .avatar-lg {
  padding-top: 23px;
}
/* line 68, ../sass/partials/_elements.sass */
.intro-links .card {
  background-color: white;
  padding: 10px 20px 40px;
  border-color: #E4E2EC !important;
}
/* line 72, ../sass/partials/_elements.sass */
.intro-links p {
  font-size: 0.8125rem;
}
/* line 74, ../sass/partials/_elements.sass */
.intro-links .detail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 197px;
  padding: 40px 40px;
  font-size: 1.2rem;
  background-color: #7066D6;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* line 87, ../sass/partials/_elements.sass */
.intro-links a:hover .detail {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 91, ../sass/partials/_elements.sass */
.intro-links a:hover .card {
  background-color: transparent;
}
/* line 93, ../sass/partials/_elements.sass */
.intro-links a:hover .text-muted {
  color: #fff !important;
}
/* line 95, ../sass/partials/_elements.sass */
.intro-links a:hover .text-muted p {
  font-size: 1rem;
}
/* line 97, ../sass/partials/_elements.sass */
.intro-links a:hover .text-muted h5 {
  font-size: 1.25rem;
  color: #fff;
}

/* line 103, ../sass/partials/_elements.sass */
.table-striped.rollover-highlight > tbody > tr:hover {
  --bs-table-accent-bg: rgba(63, 22, 191, 0.2);
  border-bottom: 1px solid rgba(63, 22, 191, 0.8);
  cursor: pointer;
}

/* line 111, ../sass/partials/_elements.sass */
.overview-numbers {
  padding-top: 5px;
}
/* line 113, ../sass/partials/_elements.sass */
.overview-numbers span {
  font-size: 1.125rem;
}
/* line 115, ../sass/partials/_elements.sass */
.overview-numbers .number {
  color: #37404a;
}

/* line 120, ../sass/partials/_elements.sass */
.small-form label {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  /* line 120, ../sass/partials/_elements.sass */
  .small-form label {
    float: right;
  }
}

@media (min-width: 768px) {
  /* line 127, ../sass/partials/_elements.sass */
  input.margin-top {
    margin-top: 35px;
  }

  /* line 129, ../sass/partials/_elements.sass */
  label.margin-top {
    margin-top: 32px;
  }
}
/* line 134, ../sass/partials/_elements.sass */
.loading-animation .loading-done {
  display: none;
}

/* line 139, ../sass/partials/_elements.sass */
.placeholder-image {
  text-align: center;
  padding: 60px 20px;
  margin: 10px;
  background-color: #eeeff3;
}
/* line 144, ../sass/partials/_elements.sass */
.placeholder-image i {
  font-size: 3rem;
}

/* line 148, ../sass/partials/_elements.sass */
.help-btn {
  font-size: 1.3rem;
  color: #9C9AED;
}
/* line 151, ../sass/partials/_elements.sass */
.help-btn:hover {
  color: rgba(156, 154, 237, 0.8);
  cursor: pointer;
}
/* line 154, ../sass/partials/_elements.sass */
.help-btn .popover-body {
  font-size: 13px;
}

/* line 159, ../sass/partials/_elements.sass */
.search-label,
.search-field {
  display: inline-block;
}

/* line 162, ../sass/partials/_elements.sass */
.search-label {
  width: 180px;
}

/* line 164, ../sass/partials/_elements.sass */
.search-field {
  width: 40%;
}

/* line 167, ../sass/partials/_elements.sass */
.card.favorite-edit {
  border-left: 18px solid rgba(34, 34, 34, 0.2);
}

/* line 172, ../sass/partials/_elements.sass */
.verified {
  color: #44c1a9;
}

/* line 176, ../sass/partials/_elements.sass */
table a {
  color: #9C9AED;
}
/* line 178, ../sass/partials/_elements.sass */
table a:hover {
  color: rgba(156, 154, 237, 0.8);
}

/* line 185, ../sass/partials/_elements.sass */
.application-icons i {
  font-size: 1.5em;
}
/* line 187, ../sass/partials/_elements.sass */
.application-icons .badge {
  padding: 0;
}
/* line 189, ../sass/partials/_elements.sass */
.application-icons .noti-icon-badge {
  display: inline-block;
  position: relative;
  top: 6px;
  right: 15px;
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
}

/* line 201, ../sass/partials/_elements.sass */
.social-apps .card-body i {
  font-size: 2.7em;
  margin: 0 15px 15px;
  color: #222;
}
/* line 205, ../sass/partials/_elements.sass */
.social-apps .card-body i.icon-inactive {
  color: #999;
}
/* line 207, ../sass/partials/_elements.sass */
.social-apps .social-apps-icons {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* line 211, ../sass/partials/_elements.sass */
.social-apps .social-apps-icons .badge {
  padding: 0;
}
/* line 213, ../sass/partials/_elements.sass */
.social-apps .social-apps-icons .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 29px;
  right: 7px;
  height: 18px;
  width: 18px;
  border: 3px solid #fff;
}

/* line 224, ../sass/partials/_elements.sass */
.right-bar span {
  font-size: 1em;
  margin-left: 6px;
}

@font-face {
  font-family: ae-customicons;
  src: url("../thirdparty/assets/fonts/ae-customicons.eot?v=2.0.4");
  src: url("../thirdparty/assets/fonts/ae-customicons.eot?v=2.0.4#iefix") format("embedded-opentype"), url("../thirdparty/assets/fonts/ae-customicons.woff?v=2.0.4") format("woff"), url("../thirdparty/assets/fonts/ae-customicons.ttf?v=2.0.4") format("truetype"), url("../thirdparty/assets/fonts/ae-customicons.svg?v=2.0.4#ae-customicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 44, ../sass/partials/_icons.sass */
.fa-beatsmusic,
.fa-rdio {
  display: none !important;
}

/* line 48, ../sass/partials/_icons.sass */
[class^="ae-icon-"]:before, [class*=" ae-icon-"]:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 52, ../sass/partials/_icons.sass */
.fa-kakao:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 112%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 56, ../sass/partials/_icons.sass */
.fa-amazonmusic:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 60, ../sass/partials/_icons.sass */
.fa-x:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -5px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 83%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 64, ../sass/partials/_icons.sass */
.fa-bluesky:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 72, ../sass/partials/_icons.sass */
#AEConnectSocialApps .card-body.streaming .social-apps-icons,
#AEConnectSocialApps .card-body.asia-pacific .social-apps-icons {
  width: 22%;
  text-align: center;
}

/* line 77, ../sass/partials/_icons.sass */
.im-wordpress:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 81, ../sass/partials/_icons.sass */
.im-mailchimp:before {
  font-family: "ae-customicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-top: -9px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  font-size: 100%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 5, ../sass/ae-styles.sass */
body,
button,
input,
select,
textarea,
p,
span,
a {
  font-family: "Poppins";
  font-weight: 400;
}

/* line 16, ../sass/ae-styles.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  font-weight: 700;
}

/* line 24, ../sass/ae-styles.sass */
body,
div.content-page,
div.content,
footer.footer {
  background-color: #FAFAFF;
}

/* line 30, ../sass/ae-styles.sass */
h2.header-title {
  font-size: 30px;
}

/* line 33, ../sass/ae-styles.sass */
p.error, span.error {
  color: red;
}

/* line 36, ../sass/ae-styles.sass */
div.clear {
  clear: both;
}

/* line 40, ../sass/ae-styles.sass */
.tt-suggestion {
  background-color: white;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* line 47, ../sass/ae-styles.sass */
.react-loading:before {
  content: url(../img/ae-circle-loader-30px-30px.gif);
}

/* line 50, ../sass/ae-styles.sass */
.react-loading.medium:before {
  content: url(../img/ae-circle-loader-60px-60px.gif);
}

/* line 53, ../sass/ae-styles.sass */
.react-loading.big:before {
  content: url(../img/ae-circle-loader-200px-200px.gif);
}

/* line 56, ../sass/ae-styles.sass */
.react-loading.horizontal.small:before {
  content: url(../img/ae-horizontal-loader-30px-30px.gif);
}

/* line 59, ../sass/ae-styles.sass */
.react-loading.horizontal:before {
  content: url(../img/ae-horizontal-loader-60px-60px.gif);
}

/* line 62, ../sass/ae-styles.sass */
.react-loading.horizontal.big:before {
  content: url(../img/ae-horizontal-loader-200px-200px.gif);
}

/* line 64, ../sass/ae-styles.sass */
.pull-left {
  float: left;
}

/* line 66, ../sass/ae-styles.sass */
.pull-right {
  float: right;
}

/* line 70, ../sass/ae-styles.sass */
#LoginPage .auth-fluid {
  background: url(../img/login-page-background.png);
  background-size: cover;
}
/* line 73, ../sass/ae-styles.sass */
#LoginPage .auth-fluid .auth-user-testimonial {
  bottom: 220px;
}
/* line 75, ../sass/ae-styles.sass */
#LoginPage .auth-fluid .auth-user-testimonial img {
  height: 140px;
}
/* line 77, ../sass/ae-styles.sass */
#LoginPage .auth-fluid .auth-fluid-right {
  background: none;
}
/* line 79, ../sass/ae-styles.sass */
#LoginPage .auth-fluid .auth-fluid-form-box {
  max-width: 400px;
  color: white;
  background-color: #37404A;
}
/* line 83, ../sass/ae-styles.sass */
#LoginPage h4 {
  color: white;
}
/* line 86, ../sass/ae-styles.sass */
#LoginPage form button {
  background-color: #7066D6;
}

/* line 89, ../sass/ae-styles.sass */
.btn-danger {
  background-color: #F53F92;
  border-color: #F53F92;
  color: white;
}
/* line 93, ../sass/ae-styles.sass */
.btn-danger:hover {
  background-color: #BF2168;
  border-color: #BF2168;
}

/* line 96, ../sass/ae-styles.sass */
.btn-primary {
  background-color: #3F16BF;
  border-color: #3F16BF;
  color: white;
}
/* line 100, ../sass/ae-styles.sass */
.btn-primary:hover {
  background-color: #7066D6;
  border-color: #7066D6;
}

/* line 103, ../sass/ae-styles.sass */
button.btn-outline-secondary {
  border-color: #EEA93A;
  color: #37404A;
}
/* line 106, ../sass/ae-styles.sass */
button.btn-outline-secondary strong {
  color: #37404A;
}
/* line 108, ../sass/ae-styles.sass */
button.btn-outline-secondary:hover {
  color: #37404A;
  background-color: #FFDD99;
  border-color: #FFDD99;
}

/* line 113, ../sass/ae-styles.sass */
.alert.alert-secondary {
  border-color: #EEA93A;
  background-color: #FFEDCA;
  color: #37404A;
}

/* line 118, ../sass/ae-styles.sass */
.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
  color: #3F16BF;
}

/* line 125, ../sass/ae-styles.sass */
.AEForm form input[type=email],
.AEForm form input[type=text],
.AEForm form input[type=password] {
  width: 100%;
  margin-bottom: 20px;
}
/* line 130, ../sass/ae-styles.sass */
.AEForm form input[type=submit] {
  background-color: #7066D6;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
}
/* line 136, ../sass/ae-styles.sass */
.AEForm form input[type=submit]:hover {
  background-color: #3F16BF;
}

/* line 143, ../sass/ae-styles.sass */
#DashboardPage .intro-links .card {
  border: 1px solid #E4E2EC;
}
/* line 145, ../sass/ae-styles.sass */
#DashboardPage .intro-links .card .avatar-lg.bg-soft-secondary {
  background-color: #9C9AED !important;
}
/* line 147, ../sass/ae-styles.sass */
#DashboardPage .intro-links .card .avatar-lg.bg-soft-secondary i {
  color: white !important;
}

/* line 155, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal h3 span.service-name,
#ApplicationsPage #AEConnectServiceModal_Mastodon h3 span.service-name,
#ApplicationsPage #AEConnectServiceModal_Bluesky h3 span.service-name {
  font-family: "Lalezar";
  font-weight: bold;
  font-size: 1.5rem;
}
/* line 159, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal h4,
#ApplicationsPage #AEConnectServiceModal_Mastodon h4,
#ApplicationsPage #AEConnectServiceModal_Bluesky h4 {
  font-size: 35px;
}
/* line 161, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal h4 span.service-name,
#ApplicationsPage #AEConnectServiceModal_Mastodon h4 span.service-name,
#ApplicationsPage #AEConnectServiceModal_Bluesky h4 span.service-name {
  font-family: "Lalezar";
  font-weight: bold;
  font-size: 35px;
}
/* line 166, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal h5 span.service-name,
#ApplicationsPage #AEConnectServiceModal_Mastodon h5 span.service-name,
#ApplicationsPage #AEConnectServiceModal_Bluesky h5 span.service-name {
  font-family: "Lalezar";
  font-weight: bold;
  font-size: 20px;
}
/* line 170, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal textarea,
#ApplicationsPage #AEConnectServiceModal_Mastodon textarea,
#ApplicationsPage #AEConnectServiceModal_Bluesky textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.45rem 0.9rem;
  color: #6c757d;
}
/* line 175, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal .client-service-error,
#ApplicationsPage #AEConnectServiceModal_Mastodon .client-service-error,
#ApplicationsPage #AEConnectServiceModal_Bluesky .client-service-error {
  margin-bottom: 10px;
}
/* line 177, ../sass/ae-styles.sass */
#ApplicationsPage #AEConnectServiceModal .client-service-error span,
#ApplicationsPage #AEConnectServiceModal_Mastodon .client-service-error span,
#ApplicationsPage #AEConnectServiceModal_Bluesky .client-service-error span {
  color: red;
}
/* line 180, ../sass/ae-styles.sass */
#ApplicationsPage #addKeyModal .scopes-controls {
  margin: 20px 0;
}
/* line 183, ../sass/ae-styles.sass */
#ApplicationsPage #addKeyModal #basic-partner-key-settings input {
  margin-bottom: 15px;
}
/* line 185, ../sass/ae-styles.sass */
#ApplicationsPage #addKeyModal #basic-partner-key-settings input[type="checkbox"] {
  margin-bottom: 0;
}
/* line 187, ../sass/ae-styles.sass */
#ApplicationsPage #addKeyModal #basic-partner-key-settings .checkbox-label {
  margin-left: 10px;
}
/* line 191, ../sass/ae-styles.sass */
#ApplicationsPage #addKeyModal #advanced-partner-key-settings .scope-checkbox label {
  margin-left: 10px;
}
/* line 193, ../sass/ae-styles.sass */
#ApplicationsPage #addKeyModal .modal-footer {
  border-top: none;
}
/* line 196, ../sass/ae-styles.sass */
#ApplicationsPage #deleteKeyModal .key-details {
  margin: 30px 0 20px -10px;
}
/* line 198, ../sass/ae-styles.sass */
#ApplicationsPage #deleteKeyModal .modal-footer {
  border-top: none;
}
/* line 202, ../sass/ae-styles.sass */
#ApplicationsPage #aeconnect-url-authenticator .return-form label {
  float: left;
}
/* line 204, ../sass/ae-styles.sass */
#ApplicationsPage #aeconnect-url-authenticator .return-form input {
  float: left;
  width: 75%;
}
/* line 208, ../sass/ae-styles.sass */
#ApplicationsPage #aeconnect-url-authenticator .services-form select {
  font-size: 16px;
}
/* line 211, ../sass/ae-styles.sass */
#ApplicationsPage #aeconnect-url-authenticator .auth-data button {
  float: right;
  width: 120px;
}
/* line 214, ../sass/ae-styles.sass */
#ApplicationsPage #aeconnect-url-authenticator .auth-data pre {
  background-color: #f3f3f3;
}
/* line 216, ../sass/ae-styles.sass */
#ApplicationsPage #aeconnect-url-authenticator .auth-data .copy-message {
  margin-top: -30px;
}

/* line 220, ../sass/ae-styles.sass */
#BrandsHolderPage .brandlist-holder, #SegmentsHolderPage .brandlist-holder {
  margin-top: 5px;
}
/* line 223, ../sass/ae-styles.sass */
#BrandsHolderPage .brand-card .card-image, #BrandsHolderPage .segment-card .card-image, #SegmentsHolderPage .brand-card .card-image, #SegmentsHolderPage .segment-card .card-image {
  height: 120px;
}
/* line 225, ../sass/ae-styles.sass */
#BrandsHolderPage .twitter-typeahead, #SegmentsHolderPage .twitter-typeahead {
  width: 100%;
}

/* line 229, ../sass/ae-styles.sass */
#MembersPage .btn#ClearMembersList {
  width: 100px;
  margin-right: 10px;
}

/* line 235, ../sass/ae-styles.sass */
#ReportsPage #ResultsHolder h2.header-title {
  font-size: 2em;
}
/* line 238, ../sass/ae-styles.sass */
#ReportsPage #AppSelectorHolder.show {
  display: inline-block;
}
/* line 240, ../sass/ae-styles.sass */
#ReportsPage #AppSelectorHolder.hide {
  display: none;
}
/* line 242, ../sass/ae-styles.sass */
#ReportsPage #AppSelectorHolder .select2-container--default .select2-selection--single {
  padding: 4px 0 29px 6px !important;
  border: 1px solid #ced4da !important;
}
/* line 245, ../sass/ae-styles.sass */
#ReportsPage #AppSelectorHolder .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d !important;
  line-height: 23px;
}
/* line 248, ../sass/ae-styles.sass */
#ReportsPage .btn.ClearReportCriteria {
  margin-right: 10px;
}
/* line 250, ../sass/ae-styles.sass */
#ReportsPage .fave-buttons {
  float: left;
}
/* line 252, ../sass/ae-styles.sass */
#ReportsPage .fave-buttons .fave-button {
  float: left;
  margin: 10px 3px 0 0;
}
/* line 256, ../sass/ae-styles.sass */
#ReportsPage .dashboard-report-error p, #ReportsPage .dashboard-report-error a, #ReportsPage .dashboard-report-error td {
  font-size: 15px;
}

/* line 261, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm .error {
  color: red;
  font-size: 0.84rem;
  margin-top: 10px;
}
/* line 265, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm #BrandList, #SegmentPage #SegmentPageForm #SegmentBrandHolder {
  display: block;
  width: 100%;
  padding: 0.45rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}
/* line 277, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm #BrandList input::placeholder, #SegmentPage #SegmentPageForm #SegmentBrandHolder input::placeholder {
  font-size: 0.84rem;
  color: #ced4da;
  font-weight: bold;
}
/* line 281, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm #BrandList #brand-selector, #SegmentPage #SegmentPageForm #SegmentBrandHolder #brand-selector {
  border: none;
}
/* line 283, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm #BrandList #brand-selector:focus-visible, #SegmentPage #SegmentPageForm #SegmentBrandHolder #brand-selector:focus-visible {
  outline: none;
}
/* line 285, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm #BrandList .selected-brands-holder, #SegmentPage #SegmentPageForm #SegmentBrandHolder .selected-brands-holder {
  position: relative;
  margin-top: -29px;
  font-size: 1rem;
}
/* line 289, ../sass/ae-styles.sass */
#SegmentPage #SegmentPageForm #BrandList .selected-brands-holder .error-message, #SegmentPage #SegmentPageForm #SegmentBrandHolder .selected-brands-holder .error-message {
  position: relative;
  top: 20px;
}

/* line 295, ../sass/ae-styles.sass */
#SignUpPage .page-title-box h4 {
  margin-left: 10%;
}
/* line 297, ../sass/ae-styles.sass */
#SignUpPage .page-title-box .page-title-right {
  margin-right: 12%;
}
/* line 299, ../sass/ae-styles.sass */
#SignUpPage .verify-status, #SignUpPage .success-message, #SignUpPage .alert {
  margin: 0 10%;
}
/* line 301, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm {
  margin-left: 10%;
  margin-right: 10%;
}
/* line 304, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_error {
  color: red;
}
/* line 306, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .field.text {
  float: left;
  padding-left: 0;
  padding-right: 30px;
}
/* line 310, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .field.text input {
  padding: 15px;
}
/* line 314, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Email_Holder label,
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Username_Holder label {
  width: 100%;
}
/* line 316, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Email_Holder .react-loading,
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Username_Holder .react-loading {
  margin: -100px 0 0 67px;
}
/* line 318, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .email-message, #SignUpPage #Form_SignUpForm .username-message {
  float: right;
  color: red;
}
/* line 321, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .username-success {
  color: green;
}
/* line 323, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .TermsAndConditions {
  height: 400px;
  overflow-y: scroll;
  border: solid 1px #37404a;
  background-color: white;
  padding: 10px 20px 10px 20px;
  margin-right: 30px;
}
/* line 330, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm input#agree {
  margin: 20px 3px;
}
/* line 332, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .AgreeTandC label {
  font-weight: bold;
}
/* line 334, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .grecaptcha-badge {
  bottom: 80px !important;
}
/* line 336, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .Actions {
  margin-bottom: 50px;
}
/* line 338, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .Actions input.sign-up-submit {
  font-size: 20px;
  padding: 10px 20px;
}
/* line 343, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Password_Holder a.button_strength {
  margin-top: -96px !important;
}
/* line 345, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Password_Holder .strength_meter {
  float: right;
  height: 55px;
  position: relative;
  margin-top: -75px;
  border: 1px solid #37404a;
  border-left: none;
}
/* line 352, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Password_Holder .strength_meter.active {
  height: 52px;
  top: 3px;
  right: 1px;
  background: none !important;
  border: none;
}
/* line 358, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Password_Holder .strength_meter.active div {
  top: -2px;
  left: 1px;
  padding-top: 13px;
}
/* line 362, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Password_Holder .strength_meter div {
  padding-top: 14px;
  height: 100%;
  position: relative;
}
/* line 366, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm #Form_SignUpForm_Password_Holder a.button_strength {
  float: right;
  margin-top: -103px;
  position: relative;
  color: black;
}
/* line 371, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .password-message {
  height: 44px;
}
/* line 373, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .password-message span {
  color: red;
}
/* line 375, ../sass/ae-styles.sass */
#SignUpPage #Form_SignUpForm .password-message span.success, #SignUpPage #Form_SignUpForm .password-message span.password-success {
  color: green;
}

/* line 380, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm input.username-success {
  border: 1px solid green !important;
}
/* line 382, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm input.username-error {
  border: 1px solid red !important;
}
/* line 384, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm .react-loading {
  margin: -30px 5px 0 0;
  float: right;
}
/* line 387, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm .password-message {
  height: 43px;
}
/* line 389, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm .password-message span {
  color: red;
}
/* line 391, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm .password-message span.success, #UsersPage #SaveUserForm .password-message span.password-success {
  color: green;
}
/* line 394, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm .submit-holder {
  margin-top: 16px;
}
/* line 396, ../sass/ae-styles.sass */
#UsersPage #SaveUserForm .submit-holder button {
  margin-right: 25px;
}

/* line 401, ../sass/ae-styles.sass */
#MFAPage #MFACode_Holder input {
  padding: 5px;
  margin: 7px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
/* line 407, ../sass/ae-styles.sass */
#MFAPage #MFACode_Holder span {
  font-size: 20px;
}

/* line 411, ../sass/ae-styles.sass */
#TrackingPage .table-container, #TrackingPage .top-scroll-container {
  overflow: hidden;
  overflow-x: scroll;
}
/* line 414, ../sass/ae-styles.sass */
#TrackingPage .table-container #basic-datatable, #TrackingPage .top-scroll-container #basic-datatable {
  background-color: white;
}

/* line 418, ../sass/ae-styles.sass */
#AEConnectServiceModal .permissions-message {
  margin-top: 8px;
}
/* line 420, ../sass/ae-styles.sass */
#AEConnectServiceModal .permissions-message span {
  color: red;
}
/* line 423, ../sass/ae-styles.sass */
#AEConnectServiceModal #BotSettings label, #AEConnectServiceModal #BotSettings input {
  width: 100%;
  margin-bottom: 5px;
}

/* line 427, ../sass/ae-styles.sass */
.brandlist-warning, .activitylist-warning {
  width: 100%;
  float: left;
}

/* line 431, ../sass/ae-styles.sass */
.topbar-dropdown .dropdown-menu {
  top: 56px !important;
}

/* line 3, ../sass/pages/brands-edit.sass */
#ManagePage #BrandEditForm h4 {
  padding-left: 15px;
}

/* line 3, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-install #AEConnectInstallStepOne {
  margin-top: 20px;
}
/* line 5, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-install .installation-pre-div {
  text-align: right;
  margin-top: 25px;
}
/* line 8, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-install span.social-tab, #ApplicationsPage #aeconnect-install span.privacy-tab {
  color: #64b1d1;
}
/* line 10, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-install span.social-tab:hover, #ApplicationsPage #aeconnect-install span.privacy-tab:hover {
  color: rgba(100, 177, 209, 0.6);
  cursor: pointer;
}
/* line 14, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-developer pre.public-key {
  line-height: 10px;
}
/* line 16, ../sass/pages/applications-manage.sass */
#ApplicationsPage pre {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f8f8f8;
}
/* line 21, ../sass/pages/applications-manage.sass */
#ApplicationsPage pre code {
  white-space: pre-wrap;
  padding: 20px;
  font-size: 12px;
}
/* line 25, ../sass/pages/applications-manage.sass */
#ApplicationsPage pre code span {
  font-size: 12px;
}
/* line 27, ../sass/pages/applications-manage.sass */
#ApplicationsPage .copy-message {
  text-align: right;
  color: green;
  font-size: small;
}
/* line 32, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-install .copy-message {
  margin: 8px 184px 0 0px;
}
/* line 35, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-developer .copy-message {
  margin: 8px 221px 0 0px;
}
/* line 38, ../sass/pages/applications-manage.sass */
#ApplicationsPage #aeconnect-privacy-center .copy-message {
  margin: -53px 175px 0 0;
}

@media screen and (max-width: 490px) {
  /* line 45, ../sass/pages/applications-manage.sass */
  #ApplicationsPage #aeconnect-install .copy-message {
    margin: -1px 184px 0 0px !important;
  }
  /* line 48, ../sass/pages/applications-manage.sass */
  #ApplicationsPage #aeconnect-developer .copy-message {
    margin: 0px 221px 0 0px !important;
  }
  /* line 51, ../sass/pages/applications-manage.sass */
  #ApplicationsPage #aeconnect-privacy-center .copy-message {
    margin: -62px 175px 0 0 !important;
  }
}
