.owlbert-icon-small {
  width: 20px; }

.owlbert-icon-large {
  width: 40px; }

.layout-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  .layout-container > .content.segment {
    margin-top: 105px;
    flex: 1; }
    @media screen and (min-width: 1500px) {
      .layout-container > .content.segment {
        margin-top: 140px; } }
  .layout-container .ao-header {
    position: relative;
    z-index: 2;
    height: 45px; }
    @media screen and (min-width: 1500px) {
      .layout-container .ao-header {
        height: 60px; } }
    .layout-container .ao-header.ui.menu .item {
      padding: 2px 10px; }
      .layout-container .ao-header.ui.menu .item .ui.button {
        padding: 8px 14px;
        margin-right: 0;
        font-size: 12px; }
    .layout-container .ao-header .ao-header-logo {
      max-height: 42px;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .layout-container .ao-header .ao-header-logo {
          max-height: 42px; } }
      @media screen and (min-width: 1500px) {
        .layout-container .ao-header .ao-header-logo {
          max-height: 55px; } }
  .layout-container .ao-footer {
    text-align: center; }
    .layout-container .ao-footer .ao-footer-logo {
      max-height: 30px; }

.ao-flex-full {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex: 1;
  flex-direction: column; }

.ao-component {
  display: flex !important;
  flex: 1;
  flex-direction: column; }

.ao-flex-center-all {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.ao-pointer {
  cursor: pointer !important; }

/** SEMANTIC FIXES **/
.ui.attached.dropdown {
  margin-left: -1px;
  margin-right: -1px;
  width: auto !important; }

.ui.top.attached.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all 1s ease; }

.slide-fade-leave-active {
  transition: all 1s ease; }

.slide-fade-enter {
  /* .slide-fade-leave-active below version 2.1.8 */
  transform: scale(0, 0) rotateY(180deg);
  transform-origin: top;
  opacity: 0; }

.slide-fade-leave-to {
  transform: scale(0, 0) rotateY(180deg);
  transform-origin: top;
  opacity: 0; }

.ui.items > .item > .image > .icon-image {
  font-size: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%; }
  .ui.items > .item > .image > .icon-image .icon {
    display: block;
    color: #0AB1E1; }

.creative-builder-items > .item {
  margin-top: 40px !important; }

.creative-builder-items .ao-radio-list-component .ui.items {
  display: flex;
  flex-wrap: wrap; }
  .creative-builder-items .ao-radio-list-component .ui.items > .item {
    flex: 1 1 200px;
    margin: 5px !important; }
    .creative-builder-items .ao-radio-list-component .ui.items > .item .check.icon {
      display: none; }

.creative-builder-items .ao-radio-list-component .ui.items > .item:first-child {
  margin-top: 1em; }

.ao-mobile-menu {
  position: fixed;
  left: 0; }
  .ao-mobile-menu .ao-menu-button {
    width: 120px;
    display: inline-block; }

/* Semantic UI has these classes, however they're only applicable to*/
/* grids, containers, rows and columns.*/
/* plus, there isn't any `mobile hidden`, `X hidden` class.*/
/* this snippet is using the same class names and same approach*/
/* plus a bit more but to all elements.*/
/* see https://github.com/Semantic-Org/Semantic-UI/issues/1114*/
/* Mobile */
@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large screen only"]:not(.mobile),
  [class*="widescreen only"]:not(.mobile),
  [class*="or lower hidden"] {
    display: none !important; } }

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="mobile only"]:not(.tablet),
  [class*="tablet hidden"],
  [class*="computer only"]:not(.tablet),
  [class*="large screen only"]:not(.tablet),
  [class*="widescreen only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile) {
    display: none !important; } }

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="mobile only"]:not(.computer),
  [class*="tablet only"]:not(.computer),
  [class*="computer hidden"],
  [class*="large screen only"]:not(.computer),
  [class*="widescreen only"]:not(.computer),
  [class*="or lower hidden"]:not(.tablet):not(.mobile) {
    display: none !important; } }

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*="mobile only"]:not([class*="large screen"]),
  [class*="tablet only"]:not([class*="large screen"]),
  [class*="computer only"]:not([class*="large screen"]),
  [class*="large screen hidden"],
  [class*="widescreen only"]:not([class*="large screen"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
    display: none !important; } }

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  [class*="mobile only"]:not([class*="widescreen"]),
  [class*="tablet only"]:not([class*="widescreen"]),
  [class*="computer only"]:not([class*="widescreen"]),
  [class*="large screen only"]:not([class*="widescreen"]),
  [class*="widescreen hidden"],
  [class*="widescreen or lower hidden"] {
    display: none !important; } }

#login_app {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center; }
  #login_app .form {
    max-width: 420px;
    padding: 10px; }
    #login_app .form .login-header img {
      max-width: 350px; }
      #login_app .form .login-header img.ao-header {
        max-width: 65px; }
    #login_app .form .login-header span {
      vertical-align: top;
      line-height: 65px;
      font-size: xx-large;
      font-weight: bold; }

.ao-link-box {
  margin: 5px;
  text-align: center !important; }
  .ao-link-box .ao-link-box-icon {
    font-size: 20px;
    line-height: 20px;
    color: #0AB1E1; }
  .ao-link-box .ui.card {
    width: 210px; }
    .ao-link-box .ui.card .content {
      padding: .7em; }
      .ao-link-box .ui.card .content .header {
        font-size: .9em;
        line-height: .9em; }
      .ao-link-box .ui.card .content .description {
        font-size: .7em; }
  .ao-link-box.secondary .ao-link-box-icon {
    font-size: 15px;
    line-height: 15px;
    color: black; }
  .ao-link-box.secondary .ui.card {
    width: 180px; }
    .ao-link-box.secondary .ui.card .content {
      padding: .6em; }
      .ao-link-box.secondary .ui.card .content .header {
        font-size: .8em;
        line-height: .8em; }
      .ao-link-box.secondary .ui.card .content .description {
        font-size: .6em; }
  @media (min-width: 1400px) {
    .ao-link-box {
      margin: 10px; }
      .ao-link-box .ao-link-box-icon {
        font-size: 40px;
        line-height: 40px;
        color: #0AB1E1; }
      .ao-link-box .ui.card {
        width: 290px; }
        .ao-link-box .ui.card .content {
          padding: 1em; }
          .ao-link-box .ui.card .content .header {
            font-size: 1.2em;
            line-height: 1.2em; }
          .ao-link-box .ui.card .content .description {
            font-size: 1em; }
      .ao-link-box.secondary .ao-link-box-icon {
        font-size: 30px;
        line-height: 30px; }
      .ao-link-box.secondary .ui.card {
        width: 210px; }
        .ao-link-box.secondary .ui.card .content {
          padding: .9em; }
          .ao-link-box.secondary .ui.card .content .header {
            font-size: 1em;
            line-height: 1em; }
          .ao-link-box.secondary .ui.card .content .description {
            font-size: .9em; } }

.ao-link-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }

.analyze-pie {
  margin: auto;
  display: block;
  overflow: visible;
  margin-top: -3% !important; }
  .analyze-pie rect {
    cursor: pointer;
    stroke-width: 2; }
    .analyze-pie rect.disabled {
      fill: transparent !important; }
  .analyze-pie .legend {
    font-size: 12px; }
    .analyze-pie .legend text {
      cursor: pointer;
      fill: black;
      stroke: black;
      stroke-width: 0px; }
    .analyze-pie .legend text.disabled {
      fill: gray; }
  .analyze-pie .tooltip {
    pointer-events: none;
    background: #eee;
    box-shadow: 0 0 5px #999999;
    opacity: 0.8;
    color: #333;
    display: none;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 12rem;
    z-index: 1000; }
    .analyze-pie .tooltip .name {
      word-break: break-all; }

.d3 {
  display: inline; }

.ao-pie h3.header {
  margin-bottom: 5px; }

.analyze-chart {
  display: block;
  width: 100%;
  height: auto; }
  .analyze-chart .xAxis text {
    cursor: pointer; }
  .analyze-chart .yAxis .domain {
    display: none; }
  .analyze-chart .hidden {
    display: none; }
  .analyze-chart g line {
    opacity: 0.1 !important; }
  .analyze-chart .x {
    opacity: 0.5 !important; }
  .analyze-chart .y {
    opacity: 0.5 !important; }
  .analyze-chart .cx {
    opacity: 0.5 !important; }
  .analyze-chart .cy {
    opacity: 0.5 !important; }
  .analyze-chart .legend {
    font-size: 16px; }
    .analyze-chart .legend text {
      fill: black;
      stroke: black;
      stroke-width: 0px; }
  .analyze-chart .tooltip {
    pointer-events: none;
    background: #eee;
    box-shadow: 0 0 5px #999999;
    opacity: 0.8;
    color: #333;
    display: none;
    font-size: 16px;
    left: 60px;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -255px;
    width: 120px;
    z-index: 10; }
    .analyze-chart .tooltip .name {
      word-break: break-all; }

.d3 {
  display: inline; }

.analyze-drilldowns {
  display: block; }

.filter-checkbox {
  margin-top: 10px;
  margin-left: 1em;
  margin-right: 2em; }

.ui.large.header {
  font-size: 3.6rem; }

.ui.medium.header {
  font-size: 2.3rem; }

.ui.small.header {
  font-size: 1.7rem; }

.ui.tiny.header {
  font-size: 1.2rem; }

.margin-t15 {
  margin-top: 15px !important; }

.margin-15 {
  margin: 15px !important; }

.margin-45 {
  margin: 45px !important; }

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }

.red-text {
  color: #F44336; }

.blue-text {
  color: #0AB1E1; }

.grey-text {
  color: #999; }

.green-text {
  color: #4CAF50; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  background-color: #ADD8E6;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.slider:hover {
  opacity: 1; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background-color: #F8F8FF;
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px #555, 0px 0px 25px 0px #555 inset;
  transition: 0.4s all ease-out; }

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer; }

.market_account_reviewed {
  font-weight: bold; }

.green-bg {
  background: #4CAF50; }

.green-bg-10 {
  background: #3d8b40; }

.green-bg-20 {
  background: #2d682f; }

.green-bg-30 {
  background: #1e441f; }

.green-bg-40 {
  background: #0e210f; }

.green-bg-50 {
  background: black; }

.green-bg-60 {
  background: black; }

.teal-bg {
  background: #90d0d0; }

.teal-bg-10 {
  background: #6cc1c1; }

.teal-bg-20 {
  background: #4ab0b0; }

.teal-bg-30 {
  background: #3b8c8c; }

.teal-bg-40 {
  background: #2c6868; }

.blue-bg {
  background: #0AB1E1; }

.blue-bg-10 {
  background: #088bb0; }

.blue-bg-20 {
  background: #06647f; }

.blue-bg-30 {
  background: #033e4f; }

.blue-bg-40 {
  background: #01171e; }

.purple-bg {
  background: #9c27b0; }

.purple-bg-10 {
  background: #771e86; }

.purple-bg-20 {
  background: #52145d; }

.purple-bg-30 {
  background: #2d0b33; }

.purple-bg-40 {
  background: #080209; }

.orange-bg {
  background: #ff9800; }

.orange-bg-10 {
  background: #cc7a00; }

.orange-bg-20 {
  background: #995b00; }

.orange-bg-30 {
  background: #663d00; }

.orange-bg-40 {
  background: #331e00; }

.yellow-bg {
  background: #D4D44B; }

.yellow-bg-10 {
  background: #bebe2e; }

.yellow-bg-20 {
  background: #959524; }

.yellow-bg-30 {
  background: #6c6c1a; }

.yellow-bg-40 {
  background: #434310; }

.red-bg {
  background: #F44336; }

.red-bg-10 {
  background: #ea1c0d; }

.red-bg-20 {
  background: #ba160a; }

.red-bg-30 {
  background: #891008; }

.red-bg-40 {
  background: #590b05; }

.green-bg {
  background: #4CAF50; }

.green-bg-10 {
  background: #3d8b40; }

.green-bg-20 {
  background: #2d682f; }

.green-bg-30 {
  background: #1e441f; }

.green-bg-40 {
  background: #0e210f; }

.green-bg-50 {
  background: black; }

.green-bg-60 {
  background: black; }

.teal-bg {
  background: #90d0d0; }

.teal-bg-10 {
  background: #6cc1c1; }

.teal-bg-20 {
  background: #4ab0b0; }

.teal-bg-30 {
  background: #3b8c8c; }

.teal-bg-40 {
  background: #2c6868; }

.blue-bg {
  background: #0AB1E1; }

.blue-bg-10 {
  background: #088bb0; }

.blue-bg-20 {
  background: #06647f; }

.blue-bg-30 {
  background: #033e4f; }

.blue-bg-40 {
  background: #01171e; }

.purple-bg {
  background: #9c27b0; }

.purple-bg-10 {
  background: #771e86; }

.purple-bg-20 {
  background: #52145d; }

.purple-bg-30 {
  background: #2d0b33; }

.purple-bg-40 {
  background: #080209; }

.orange-bg {
  background: #ff9800; }

.orange-bg-10 {
  background: #cc7a00; }

.orange-bg-20 {
  background: #995b00; }

.orange-bg-30 {
  background: #663d00; }

.orange-bg-40 {
  background: #331e00; }

.yellow-bg {
  background: #D4D44B; }

.yellow-bg-10 {
  background: #bebe2e; }

.yellow-bg-20 {
  background: #959524; }

.yellow-bg-30 {
  background: #6c6c1a; }

.yellow-bg-40 {
  background: #434310; }

.red-bg {
  background: #F44336; }

.red-bg-10 {
  background: #ea1c0d; }

.red-bg-20 {
  background: #ba160a; }

.red-bg-30 {
  background: #891008; }

.red-bg-40 {
  background: #590b05; }

.tops-card-container {
  color: white;
  margin-bottom: 5px; }
  .tops-card-container .tops-nowl {
    display: none; }
  .tops-card-container .tops-card {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
    .tops-card-container .tops-card .ao-tooltip {
      position: absolute;
      top: 10px;
      right: 15px; }
    .tops-card-container .tops-card .tops-label {
      padding-top: 3px;
      font-size: 11px;
      line-height: 11px; }
    .tops-card-container .tops-card .tops-value {
      font-size: 15px;
      line-height: 18px;
      font-weight: bold; }
    .tops-card-container .tops-card .tops-value .compare-web {
      font-size: 11px; }
    .tops-card-container .tops-card .tops-nowl {
      background-color: gold;
      color: #fff; }
    .tops-card-container .tops-card .tops_list {
      text-align: right; }
      .tops-card-container .tops-card .tops_list .tops_list_container {
        margin-top: 10px;
        margin-bottom: 10px; }
        .tops-card-container .tops-card .tops_list .tops_list_container h3 {
          margin: 0;
          padding: 0;
          font-size: 10px;
          font-weight: bold;
          text-align: center;
          clear: both; }
        .tops-card-container .tops-card .tops_list .tops_list_container .tops_list_item {
          clear: both; }
          .tops-card-container .tops-card .tops_list .tops_list_container .tops_list_item .wp-title {
            float: left; }
          .tops-card-container .tops-card .tops_list .tops_list_container .tops_list_item .wp-number {
            float: right; }
  .tops-card-container.nowl-enabled .tops-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .tops-card-container.nowl-enabled .tops-card.tops-nowl {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .tops-card-container.nowl-enabled .tops-nowl {
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #333;
    line-height: 10px;
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #999;
    border-left: 20px solid #fb1;
    border-right: 1px solid #999;
    background-color: #fff; }
    .tops-card-container.nowl-enabled .tops-nowl .nowl-container {
      margin-left: -20px;
      padding-bottom: 5px;
      min-height: 65px; }
    .tops-card-container.nowl-enabled .tops-nowl .nowl-credit {
      position: absolute;
      left: -10px;
      top: 55px;
      transform: rotate(-90deg);
      font-size: 8px;
      text-transform: none;
      font-weight: bold;
      margin: auto;
      padding: 0px;
      transform-origin: left; }
      .tops-card-container.nowl-enabled .tops-nowl .nowl-credit .owlbert-icon-small {
        width: 10px; }
    .tops-card-container.nowl-enabled .tops-nowl .nowl-stat-diff {
      color: #4CAF50; }

.ao-print-report .tops-card-container .nowl-container {
  padding-top: 10px; }

.ao-print-report .tops-card-container .tops-card {
  margin: auto; }
  .ao-print-report .tops-card-container .tops-card .tops-label {
    font-size: 8px;
    line-height: 8px; }
  .ao-print-report .tops-card-container .tops-card .tops-value {
    font-size: 12px;
    line-height: 15px; }
    .ao-print-report .tops-card-container .tops-card .tops-value .compare-web {
      font-size: 10px; }

.green-bg {
  background: #4CAF50; }

.green-bg-10 {
  background: #3d8b40; }

.green-bg-20 {
  background: #2d682f; }

.green-bg-30 {
  background: #1e441f; }

.green-bg-40 {
  background: #0e210f; }

.green-bg-50 {
  background: black; }

.green-bg-60 {
  background: black; }

.teal-bg {
  background: #90d0d0; }

.teal-bg-10 {
  background: #6cc1c1; }

.teal-bg-20 {
  background: #4ab0b0; }

.teal-bg-30 {
  background: #3b8c8c; }

.teal-bg-40 {
  background: #2c6868; }

.blue-bg {
  background: #0AB1E1; }

.blue-bg-10 {
  background: #088bb0; }

.blue-bg-20 {
  background: #06647f; }

.blue-bg-30 {
  background: #033e4f; }

.blue-bg-40 {
  background: #01171e; }

.purple-bg {
  background: #9c27b0; }

.purple-bg-10 {
  background: #771e86; }

.purple-bg-20 {
  background: #52145d; }

.purple-bg-30 {
  background: #2d0b33; }

.purple-bg-40 {
  background: #080209; }

.orange-bg {
  background: #ff9800; }

.orange-bg-10 {
  background: #cc7a00; }

.orange-bg-20 {
  background: #995b00; }

.orange-bg-30 {
  background: #663d00; }

.orange-bg-40 {
  background: #331e00; }

.yellow-bg {
  background: #D4D44B; }

.yellow-bg-10 {
  background: #bebe2e; }

.yellow-bg-20 {
  background: #959524; }

.yellow-bg-30 {
  background: #6c6c1a; }

.yellow-bg-40 {
  background: #434310; }

.red-bg {
  background: #F44336; }

.red-bg-10 {
  background: #ea1c0d; }

.red-bg-20 {
  background: #ba160a; }

.red-bg-30 {
  background: #891008; }

.red-bg-40 {
  background: #590b05; }

.analyze_tops .data-header {
  font-size: 16px;
  text-align: center; }

.green-bg {
  background: #4CAF50; }

.green-bg-10 {
  background: #3d8b40; }

.green-bg-20 {
  background: #2d682f; }

.green-bg-30 {
  background: #1e441f; }

.green-bg-40 {
  background: #0e210f; }

.green-bg-50 {
  background: black; }

.green-bg-60 {
  background: black; }

.teal-bg {
  background: #90d0d0; }

.teal-bg-10 {
  background: #6cc1c1; }

.teal-bg-20 {
  background: #4ab0b0; }

.teal-bg-30 {
  background: #3b8c8c; }

.teal-bg-40 {
  background: #2c6868; }

.blue-bg {
  background: #0AB1E1; }

.blue-bg-10 {
  background: #088bb0; }

.blue-bg-20 {
  background: #06647f; }

.blue-bg-30 {
  background: #033e4f; }

.blue-bg-40 {
  background: #01171e; }

.purple-bg {
  background: #9c27b0; }

.purple-bg-10 {
  background: #771e86; }

.purple-bg-20 {
  background: #52145d; }

.purple-bg-30 {
  background: #2d0b33; }

.purple-bg-40 {
  background: #080209; }

.orange-bg {
  background: #ff9800; }

.orange-bg-10 {
  background: #cc7a00; }

.orange-bg-20 {
  background: #995b00; }

.orange-bg-30 {
  background: #663d00; }

.orange-bg-40 {
  background: #331e00; }

.yellow-bg {
  background: #D4D44B; }

.yellow-bg-10 {
  background: #bebe2e; }

.yellow-bg-20 {
  background: #959524; }

.yellow-bg-30 {
  background: #6c6c1a; }

.yellow-bg-40 {
  background: #434310; }

.red-bg {
  background: #F44336; }

.red-bg-10 {
  background: #ea1c0d; }

.red-bg-20 {
  background: #ba160a; }

.red-bg-30 {
  background: #891008; }

.red-bg-40 {
  background: #590b05; }

.onair-container {
  margin-top: 30px; }
  .onair-container .tops-nowl {
    display: none; }
  .onair-container .onair {
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 10px; }
    .onair-container .onair h2 {
      margin: 0;
      font-size: 30px; }
    .onair-container .onair h4 {
      position: relative;
      margin: 0;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 5px; }
      .onair-container .onair h4 .compare-web {
        font-size: 25px;
        font-weight: normal; }
    .onair-container .onair .pct-container {
      left: 0;
      right: 0;
      top: 23px; }
      .onair-container .onair .pct-container div {
        font-size: 1.1rem;
        color: #fff; }
        .onair-container .onair .pct-container div.label {
          padding: .15rem;
          color: #4CAF50;
          background-color: #fddd95 !important; }
          .onair-container .onair .pct-container div.label .metric {
            display: block;
            font-size: 1.1em; }
          .onair-container .onair .pct-container div.label .caption {
            display: block;
            font-size: 0.8em;
            margin-top: 2px; }
        .onair-container .onair .pct-container div[data-tooltip] {
          left: -5px; }
      .onair-container .onair .pct-container .pct-tooltip {
        margin-top: 5px; }
    .onair-container .onair hr {
      border: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }
    .onair-container .onair .caption {
      font-size: 14px; }
    .onair-container .onair .onair-discussion {
      font-size: 12px;
      text-align: center; }
    .onair-container .onair .nowl-label {
      font-size: 1rem;
      line-height: 1.5rem; }
    .onair-container .onair .tops-nowl {
      background-color: gold;
      color: #fff; }
  .onair-container.nowl-enabled .onair {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .onair-container.nowl-enabled .onair.tops-nowl {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .onair-container.nowl-enabled .tops-nowl {
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #333;
    line-height: 10px;
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #999;
    border-left: 20px solid #fb1;
    border-right: 1px solid #999;
    background-color: #fff;
    min-height: 5rem; }
    .onair-container.nowl-enabled .tops-nowl .nowl-container {
      margin-left: -20px;
      padding-bottom: 5px; }
      .onair-container.nowl-enabled .tops-nowl .nowl-container .nowl-value {
        font-size: 1.3rem;
        line-height: 1.8rem; }
        .onair-container.nowl-enabled .tops-nowl .nowl-container .nowl-value .compare-web {
          font-size: 1.3rem; }
    .onair-container.nowl-enabled .tops-nowl .nowl-credit {
      position: absolute;
      left: -10px;
      top: 55px;
      transform: rotate(-90deg);
      font-size: 8px;
      text-transform: none;
      font-weight: bold;
      margin: auto;
      padding: 0px;
      transform-origin: left; }
      .onair-container.nowl-enabled .tops-nowl .nowl-credit .owlbert-icon-small {
        width: 10px; }
    .onair-container.nowl-enabled .tops-nowl .nowl-stat-diff {
      color: #4CAF50; }

.ao-print-report .onair-container .onair {
  margin-top: 10px; }
  .ao-print-report .onair-container .onair h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px; }
  .ao-print-report .onair-container .onair h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 2px; }
    .ao-print-report .onair-container .onair h4 .compare-web {
      font-size: 18px; }
  .ao-print-report .onair-container .onair .pct-container div {
    font-size: .9rem;
    color: #fff; }
    .ao-print-report .onair-container .onair .pct-container div.label {
      padding: .15rem;
      color: #4CAF50;
      background-color: #fddd95 !important; }
      .ao-print-report .onair-container .onair .pct-container div.label .metric {
        display: block; }
      .ao-print-report .onair-container .onair .pct-container div.label .caption {
        display: block;
        font-size: 0.7em;
        margin-top: 2px; }
    .ao-print-report .onair-container .onair .pct-container div[data-tooltip] {
      left: -5px; }
  .ao-print-report .onair-container .onair .onair .tops-label {
    font-size: 1rem;
    line-height: 1.5rem; }
  .ao-print-report .onair-container .onair .caption {
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px; }
  .ao-print-report .onair-container .onair .onair-discussion {
    font-size: 8px;
    line-height: 10px; }
  .ao-print-report .onair-container .onair .onair-discussion {
    font-size: 8px;
    text-align: center; }
  .ao-print-report .onair-container .onair .nowl-label {
    font-size: 0.8rem;
    line-height: 1.0rem; }
  .ao-print-report .onair-container .onair .tops-nowl {
    background-color: gold;
    color: #fff; }

.ao-print-report .onair-container.nowl-enabled .onair {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .ao-print-report .onair-container.nowl-enabled .onair.tops-nowl {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

.ao-print-report .onair-container.nowl-enabled .tops-nowl {
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #333;
  font-size: 0.9rem;
  line-height: 10px;
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #999;
  border-left: 20px solid #fb1;
  border-right: 1px solid #999;
  background-color: #fff;
  min-height: 5rem; }
  .ao-print-report .onair-container.nowl-enabled .tops-nowl .nowl-container {
    margin-left: -20px;
    padding-bottom: 5px; }
    .ao-print-report .onair-container.nowl-enabled .tops-nowl .nowl-container .nowl-value {
      font-size: 0.8rem;
      line-height: 1rem; }
      .ao-print-report .onair-container.nowl-enabled .tops-nowl .nowl-container .nowl-value .compare-web {
        font-size: 0.8rem; }
  .ao-print-report .onair-container.nowl-enabled .tops-nowl .nowl-credit {
    position: absolute;
    left: -10px;
    top: 55px;
    transform: rotate(-90deg);
    font-size: 8px;
    text-transform: none;
    font-weight: bold;
    margin: auto;
    padding: 0px;
    transform-origin: left; }
    .ao-print-report .onair-container.nowl-enabled .tops-nowl .nowl-credit .owlbert-icon-small {
      width: 10px; }
  .ao-print-report .onair-container.nowl-enabled .tops-nowl .nowl-stat-diff {
    color: #4CAF50; }

.da-table {
  border: 1px solid;
  border-radius: 5px; }
  .da-table.green-border {
    border-color: #3d8b40; }
  .da-table.blue-border {
    border-color: #088bb0; }
  .da-table.orange-border {
    border-color: #e68900; }
  .da-table.purple-border {
    border-color: #771e86; }
  .da-table.red-border {
    border-color: #ba160a; }
  .da-table.yellow-border {
    border-color: #bebe2e; }

.da-compare {
  color: #e68900; }
  .da-compare .card-panel, .da-compare table {
    border-color: #e68900 !important; }

.da-comparison-wrapper {
  flex: 1; }
  .da-comparison-wrapper .da-comparison-date {
    text-align: center;
    font-size: 15px; }

.da-box {
  margin: auto;
  margin-bottom: 30px; }
  .da-box table {
    max-width: 950px;
    margin-top: 5px; }
  .da-box h3.da-table-description {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: auto;
    margin-top: 30px;
    margin-left: 50px; }
  .da-box h2 {
    border-bottom: 1px solid #000; }
  .da-box h2 > label {
    font-size: 25px; }
    .da-box h2 > label.green {
      color: #3d8b40; }
    .da-box h2 > label.blue {
      color: #088bb0; }
    .da-box h2 > label.orange {
      color: #e68900; }
    .da-box h2 > label.purple {
      color: #771e86; }
    .da-box h2 > label.red {
      color: #ea1c0d; }
    .da-box h2 > label.yellow {
      color: #bebe2e; }
  .da-box hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }

.da-card-component .da-card {
  border: 2px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px; }
  .da-card-component .da-card.green-border {
    border-color: #3d8b40; }
  .da-card-component .da-card.blue-border {
    border-color: #088bb0; }
  .da-card-component .da-card.orange-border {
    border-color: #e68900; }
  .da-card-component .da-card.purple-border {
    border-color: #771e86; }
  .da-card-component .da-card.red-border {
    border-color: #ba160a; }
  .da-card-component .da-card.yellow-border {
    border-color: #bebe2e; }
  .da-card-component .da-card .da-card-name {
    flex: 2;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    display: flex;
    align-content: center;
    justify-content: center; }
    .da-card-component .da-card .da-card-name span {
      position: relative;
      display: block; }
      .da-card-component .da-card .da-card-name span .icon {
        position: absolute;
        font-size: 13px;
        line-height: 13px;
        left: -17px; }
  .da-card-component .da-card .da-card-metric-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .da-card-component .da-card .da-card-metric-container .da-card-metric-title {
      font-size: 10px;
      line-height: 10px; }
    .da-card-component .da-card .da-card-metric-container .da-card-metric-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 2px solid #eee;
      border-radius: 15px;
      padding: 8px;
      min-width: 60px; }
    .da-card-component .da-card .da-card-metric-container > .da-card-metric-item:nth-of-type(2) {
      margin-top: 5px; }
    .da-card-component .da-card .da-card-metric-container .da-card-metric {
      font-size: 15px;
      font-weight: bold;
      line-height: 20px; }
      .da-card-component .da-card .da-card-metric-container .da-card-metric .da-card-metric-diff {
        color: #4CAF50;
        font-size: 12px;
        line-height: 15px;
        width: 40px;
        margin-left: 0.5em; }
        .da-card-component .da-card .da-card-metric-container .da-card-metric .da-card-metric-diff .material-icons {
          font-size: 8px;
          line-height: 8px; }

.da-card-component .da-total-container {
  display: flex;
  align-content: start;
  flex-direction: column; }
  .da-card-component .da-total-container .da-total-item {
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .da-card-component .da-total-container .da-total-item.green {
      background-color: #3d8b40; }
    .da-card-component .da-total-container .da-total-item.blue {
      background-color: #088bb0; }
    .da-card-component .da-total-container .da-total-item.orange {
      background-color: #e68900; }
    .da-card-component .da-total-container .da-total-item.purple {
      background-color: #771e86; }
    .da-card-component .da-total-container .da-total-item.red {
      background-color: #ba160a; }
    .da-card-component .da-total-container .da-total-item.yellow {
      background-color: #bebe2e; }
    .da-card-component .da-total-container .da-total-item h4 {
      font-size: 10px;
      font-weight: normal;
      text-align: center;
      line-height: 10px;
      margin: 0px; }
    .da-card-component .da-total-container .da-total-item .da-total-item-metric {
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px; }
    .da-card-component .da-total-container .da-total-item.da-broadcast h4 {
      font-size: 10px; }
    .da-card-component .da-total-container .da-total-item.da-broadcast .da-total-item-metric {
      font-size: 15px;
      line-height: 18px; }
      .da-card-component .da-total-container .da-total-item.da-broadcast .da-total-item-metric .da-total-item-metric-pct {
        font-size: 16px; }

.ao-component.ao-analyze-component.ao-analyze-context {
  margin-top: 45px; }
  .ao-component.ao-analyze-component.ao-analyze-context.ao-print-report {
    margin-top: 0px; }

.ao-analyze-halfbuttons {
  max-height: 40px; }
  .ao-analyze-halfbuttons button {
    width: 100%;
    padding: 0 !important;
    height: 20px; }
  .ao-analyze-halfbuttons button:not(:first-of-type) {
    margin-top: 3px; }
  @media (min-width: 1500px) {
    .ao-analyze-halfbuttons button {
      font-size: 14px !important;
      height: 34px !important; } }
  .ao-analyze-halfbuttons .ao-sublinks {
    margin-top: 6px;
    font-size: 11px; }

.efficio-link-header {
  margin-right: 5px; }
  .efficio-link-header label {
    line-height: 50px;
    vertical-align: middle; }
  .efficio-link-header .efficio-image-container {
    display: inline-block;
    line-height: 49px;
    vertical-align: middle; }
    .efficio-link-header .efficio-image-container img.efficio-icon {
      width: 15px;
      height: 15px; }

.ao-print-report .ui.basic.segment {
  margin-bottom: 0.5em; }

.ao-print-report h2.ui.header {
  font-size: 1.5rem; }

.ao-print-report h3.ui.header {
  font-size: 1.2rem;
  margin-bottom: 0.5em; }

.ao-print-report .ui.card > .content, .ao-print-report .ui.cards > .card > .content {
  padding: 0.75em 0.75em 0.25em 0.75em; }

.ao-pie {
  margin-top: 0.75rem; }

.ui.grid.ao-schedule-grid > .column:not(.row) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ao-analyze-component .analyze-filter-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .ao-analyze-component .analyze-filter-container.open .analyze-filter-bar {
    box-sizing: border-box;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .ao-analyze-component .analyze-filter-container.open .analyze-filter-controls {
    max-height: unset; }
  @media screen and (min-width: 999px) {
    .ao-analyze-component .analyze-filter-container.open .analyze-filter-controls {
      transition: max-height .5s ease-out; } }
  .ao-analyze-component .analyze-filter-container:not(.open) .analyze-filter-controls {
    overflow: hidden; }
  .ao-analyze-component .analyze-filter-container .filter-dropdown-tooltip::after {
    width: 160px;
    padding: 5px 5px 5px 10px; }

.ao-analyze-component .analyze-filter-bar {
  display: flex;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(100% + 2px);
  margin: 0 -1px;
  position: relative;
  z-index: 1;
  height: 50px;
  background-color: #f0f0f0; }
  .ao-analyze-component .analyze-filter-bar .filter-cell-open {
    position: absolute;
    left: 48%;
    top: 29px;
    font-size: 10px; }
  .ao-analyze-component .analyze-filter-bar .filter-cell {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap; }
    .ao-analyze-component .analyze-filter-bar .filter-cell .filter-label-text {
      display: none; }
      @media screen and (min-width: 992px) {
        .ao-analyze-component .analyze-filter-bar .filter-cell .filter-label-text {
          display: inline; } }
    .ao-analyze-component .analyze-filter-bar .filter-cell .icon {
      margin: 0; }
      @media screen and (min-width: 992px) {
        .ao-analyze-component .analyze-filter-bar .filter-cell .icon {
          margin: 0 .75em 0 0; } }
    .ao-analyze-component .analyze-filter-bar .filter-cell .logo {
      width: 15px !important;
      height: auto !important; }
  .ao-analyze-component .analyze-filter-bar .double.filter-cell {
    flex: 2; }
  .ao-analyze-component .analyze-filter-bar .left.aligned.filter-cell {
    justify-content: flex-start;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .ao-analyze-component .analyze-filter-bar .right.aligned.filter-cell {
    justify-content: flex-end; }

.ao-analyze-component .analyze-filter-controls {
  z-index: 0;
  position: relative;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  border-top: none !important;
  padding: 0 1px;
  margin: 0 -1px; }

@media screen and (min-width: 999px) {
  .ao-report-panel-controls {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }

.ao-report-panel-controls .ao-report-panel-controls-box {
  margin: auto;
  flex: 1; }

.ao-report-panel-controls .ao-analyze-image {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 999px) {
    .ao-report-panel-controls .ao-analyze-image {
      flex: 2;
      width: 60%;
      max-width: 800px;
      margin-top: 0; } }
  .ao-report-panel-controls .ao-analyze-image .ao-image-container {
    display: flex; }
    .ao-report-panel-controls .ao-analyze-image .ao-image-container .ao-advertiser-logo-preview {
      margin-right: 10px; }
    .ao-report-panel-controls .ao-analyze-image .ao-image-container .ao-image-uploader-component {
      flex: 1;
      align-self: flex-end; }

.ao-analyze-panel {
  margin-bottom: 30px; }

.analyze-web-analytics-da-container {
  padding: 0 15px; }

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

.foot-traffic-monthly-overview .card {
  max-height: 200px; }
  @media screen and (max-width: 1190px) {
    .foot-traffic-monthly-overview .card {
      max-height: 210px; } }
  @media screen and (max-width: 770px) {
    .foot-traffic-monthly-overview .card {
      max-height: none !important; } }

.foot-traffic-monthly-overview .ui.statistic > .value ~ .label, .foot-traffic-monthly-overview .ui.statistics .statistic > .value ~ .label {
  font-size: 10px; }

.foot-traffic-monthly-overview .ui.statistic .label.sub-title-stat {
  font-size: 8px; }

.ui.celled.table.analyze-table {
  white-space: unset; }
  .ui.celled.table.analyze-table thead tr th:nth-of-type(1), .ui.celled.table.analyze-table tbody tr td:first-child {
    width: 250px; }
  .ui.celled.table.analyze-table .ao-hidden-filter-buttons a {
    font-size: 0.8em;
    margin-left: 5px; }
  .ui.celled.table.analyze-table .ao-creative-breakdown-row > td {
    padding: 4px 2px;
    background-color: rgba(34, 36, 38, 0.15); }
  .ui.celled.table.analyze-table td.wrap-column {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }

.ui.celled.table.creative-breakdowns-table thead tr th:first-child, .ui.celled.table.creative-breakdowns-table tbody tr td:first-child {
  width: 247px; }

.ui.celled.table.creative-breakdowns-table thead tr th:last-child {
  color: #f9fafb;
  border-left: none; }

.ui.celled.table.creative-breakdowns-table tbody tr td:last-child {
  border-left: none; }

.discussion-points-heading {
  text-align: center; }

.discussion-points-text {
  width: 75%;
  margin: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; }

.ui.title.active .image-overlay-section {
  display: none; }

.ui.title .image-overlay-section {
  position: relative; }
  .ui.title .image-overlay-section img {
    width: 100%;
    height: 100%; }
  .ui.title .image-overlay-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .ui.title .image-overlay-section h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0%, -50%);
    margin: 0;
    color: #FFFFFF; }

@media screen and (min-width: 992px) {
  .ao-router-container .ao-resources-component {
    padding-left: 300px; } }

.ui.calendar tr td {
  position: relative; }

.ao-calendar-indicator-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  height: 5px; }
  .ao-calendar-indicator-container .ao-calendar-indicator {
    flex: 1;
    height: 5px;
    background-color: #ddd; }

.ao-calendar-picker-legend {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 5px; }
  .ao-calendar-picker-legend span {
    margin-right: 10px;
    font-weight: bold;
    font-size: .8rem; }
  .ao-calendar-picker-legend .foot-traffic-legend {
    color: #0AB1E1; }
  .ao-calendar-picker-legend .radio-legend {
    color: #9c27b0; }
  .ao-calendar-picker-legend .tv-legend {
    color: #4CAF50; }
  .ao-calendar-picker-legend .web-legend {
    color: #ff9800; }
  .ao-calendar-picker-legend .cable-legend {
    color: #90d0d0; }
  .ao-calendar-picker-legend .podcast-legend {
    color: #bfff00; }
  .ao-calendar-picker-legend .elevator-legend {
    color: #654321; }
  .ao-calendar-picker-legend .movie-legend {
    color: #D4D44B; }

.ao-calendar-datenote {
  color: white;
  background-color: #4D4D4D;
  padding: 10px;
  text-align: center;
  word-wrap: break-word; }
  .ao-calendar-datenote p {
    font-weight: bold;
    margin-bottom: 5px; }
  .ao-calendar-datenote .button {
    margin-left: 5px; }
  .ao-calendar-datenote .ao-calendar-datenote-popup {
    padding: 10px;
    background-color: #4D4D4D;
    width: 115%; }
  .ao-calendar-datenote .ao-calendar-datenote-popup-text {
    color: white;
    margin: 10px; }

.analyze_paginated_table {
  position: relative;
  z-index: 1; }
  .analyze_paginated_table th {
    text-transform: capitalize !important; }
    .analyze_paginated_table th.ao-sorted {
      background: rgba(0, 0, 0, 0.05) !important;
      /*display:inline-block!important;*/ }
    .analyze_paginated_table th.ao-unsorted {
      background: #f9fafb !important; }
  .analyze_paginated_table td {
    text-transform: capitalize !important; }
  .analyze_paginated_table .ao-dropdown-component {
    cursor: pointer; }
    .analyze_paginated_table .ao-dropdown-component .text, .analyze_paginated_table .ao-dropdown-component .active {
      color: #9e9e9e; }
  .analyze_paginated_table .pagination.menu .item:not(.active) {
    cursor: pointer; }
  .analyze_paginated_table .pagination.menu .item.active {
    color: #9e9e9e; }

.ao-creative-builder-component .ui.sticky .description {
  word-break: break-word; }

.ao-modal .ao-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px; }
  .ao-modal .ao-buttons .ui.button {
    color: #fff;
    max-width: 150px;
    margin: 5px;
    flex: 1;
    background-color: #767676; }
    .ao-modal .ao-buttons .ui.button.approve {
      background-color: #0AB1E1; }
      .ao-modal .ao-buttons .ui.button.approve.green {
        background-color: #4CAF50; }
    .ao-modal .ao-buttons .ui.button.deny {
      background-color: #F44336; }
      .ao-modal .ao-buttons .ui.button.deny.grey {
        background-color: #767676; }

.ui.title.active .image-overlay-section {
  display: none; }

.ui.title .image-overlay-section {
  position: relative; }
  .ui.title .image-overlay-section img {
    width: 100%;
    height: 100%; }
  .ui.title .image-overlay-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .ui.title .image-overlay-section h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0%, -50%);
    margin: 0;
    color: #FFFFFF; }

@media screen and (min-width: 992px) {
  .ao-router-container .ao-resources-component {
    padding-left: 300px; } }

#ndorsement-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.4285em; }
  @media (min-width: 768px) {
    #ndorsement-wrapper {
      width: 280px; }
      #ndorsement-wrapper.nd-fixed {
        position: fixed !important; }
      #ndorsement-wrapper.nd-top-position {
        bottom: auto;
        top: 150px; }
      #ndorsement-wrapper.nd-bottom-position {
        top: auto;
        bottom: 5px; }
      #ndorsement-wrapper.nd-left-position {
        right: auto;
        left: 5px; }
      #ndorsement-wrapper.nd-right-position {
        left: auto;
        right: 5px; } }
  #ndorsement-wrapper.nd-minimize {
    border: 3px dashed orange;
    top: auto !important;
    bottom: 10px !important; }
    #ndorsement-wrapper.nd-minimize .ndorsement-cta,
    #ndorsement-wrapper.nd-minimize .ndorsement-media,
    #ndorsement-wrapper.nd-minimize .ndorsement-middle,
    #ndorsement-wrapper.nd-minimize .ndorsement-brand,
    #ndorsement-wrapper.nd-minimize .ndorsement-contact-form,
    #ndorsement-wrapper.nd-minimize .ndorsement-thanks-content {
      display: none; }
  #ndorsement-wrapper .ndorsement-float-buttons {
    top: 0;
    left: 0;
    cursor: pointer; }
    #ndorsement-wrapper .ndorsement-float-buttons .nd-left {
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 5px; }
    #ndorsement-wrapper .ndorsement-float-buttons .nd-right {
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 5px; }
    #ndorsement-wrapper .ndorsement-float-buttons a {
      color: #000;
      display: inline-block;
      width: 15px;
      height: 15px;
      padding: 1px;
      text-align: center;
      vertical-align: middle;
      line-height: 1em; }
      #ndorsement-wrapper .ndorsement-float-buttons a:hover {
        color: #000;
        font-weight: bolder;
        padding: 0;
        border: 1px solid darkgray; }
  #ndorsement-wrapper .ndorsement-top {
    padding: 10px; }
    #ndorsement-wrapper .ndorsement-top div {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      #ndorsement-wrapper .ndorsement-top div > div:first-of-type img {
        max-height: 50px;
        max-width: 300px;
        vertical-align: middle;
        margin-left: 5px; }
      #ndorsement-wrapper .ndorsement-top div > div:first-of-type span {
        margin-left: 5px; }
      #ndorsement-wrapper .ndorsement-top div > div:nth-of-type(2) img {
        vertical-align: middle;
        max-height: 50px;
        max-width: 50px;
        margin-right: 5px; }
  #ndorsement-wrapper .ndorsement-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0; }
    #ndorsement-wrapper .ndorsement-middle > div:first-of-type img {
      max-height: 100px;
      max-width: 100px;
      vertical-align: top;
      margin-left: 5px; }
    #ndorsement-wrapper .ndorsement-middle > div:nth-of-type(2) {
      flex-grow: 1;
      text-align: center; }
      #ndorsement-wrapper .ndorsement-middle > div:nth-of-type(2) span:first-of-type {
        display: block;
        font-weight: bold;
        font-size: 28px; }
      #ndorsement-wrapper .ndorsement-middle > div:nth-of-type(2) span:last-of-type {
        font-size: 24px; }
  #ndorsement-wrapper .ndorsement-media {
    text-align: center;
    max-width: 300px;
    max-height: 250px; }
    #ndorsement-wrapper .ndorsement-media img,
    #ndorsement-wrapper .ndorsement-media video, #ndorsement-wrapper .ndorsement-media audio, #ndorsement-wrapper .ndorsement-media iframe {
      max-width: 95%;
      max-height: 250px; }
  #ndorsement-wrapper .ndorsement-cta div {
    margin: 5px; }
    #ndorsement-wrapper .ndorsement-cta div a {
      display: block;
      cursor: pointer;
      opacity: 0.8;
      transition: opacity 0.3s ease;
      text-decoration-line: none; }
      #ndorsement-wrapper .ndorsement-cta div a:hover {
        opacity: 1; }
      #ndorsement-wrapper .ndorsement-cta div a img {
        vertical-align: middle; }
  #ndorsement-wrapper .ndorsement-brand {
    background: #CFD8DC;
    color: rgba(0, 0, 0, 0.87); }
    #ndorsement-wrapper .ndorsement-brand div {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 2px; }
      #ndorsement-wrapper .ndorsement-brand div span, #ndorsement-wrapper .ndorsement-brand div a {
        font-size: 10px;
        height: 14px;
        margin-right: 5px; }
      #ndorsement-wrapper .ndorsement-brand div img {
        height: 25px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px; }
  #ndorsement-wrapper .ndorsement-cta-segment {
    color: rgba(0, 0, 0, 0.87); }
    #ndorsement-wrapper .ndorsement-cta-segment .ndorsement-contact-form {
      padding: 0 20px 20px 20px; }
      #ndorsement-wrapper .ndorsement-cta-segment .ndorsement-contact-form .nd-field {
        clear: both;
        margin: 0 0 1em; }
        #ndorsement-wrapper .ndorsement-cta-segment .ndorsement-contact-form .nd-field label {
          display: block;
          margin: 0 0 .28571429rem 0;
          color: rgba(0, 0, 0, 0.87);
          font-size: .92857143em;
          font-weight: 700;
          text-transform: none; }
      #ndorsement-wrapper .ndorsement-cta-segment .ndorsement-contact-form .nd-button {
        width: 100%;
        color: #ffffff;
        display: block;
        padding: 10px;
        font-size: 18px;
        border-radius: 5px;
        background-color: #2084cf;
        cursor: pointer;
        opacity: 0.8;
        transition: opacity 0.3s ease;
        text-decoration-line: none; }
      #ndorsement-wrapper .ndorsement-cta-segment .ndorsement-contact-form .nd-input {
        display: flex;
        font-size: 1em;
        position: relative;
        font-weight: 400;
        font-style: normal;
        color: rgba(0, 0, 0, 0.87); }
      #ndorsement-wrapper .ndorsement-cta-segment .ndorsement-contact-form .nd-input > input {
        width: 0;
        margin: 0;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        outline: 0;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        text-align: left;
        line-height: 1.21428571em;
        font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
        padding: .67857143em 1em;
        background: #fff;
        border: 1px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: .28571429rem;
        -webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease;
        transition: border-color .1s ease,-webkit-box-shadow .1s ease;
        transition: box-shadow .1s ease,border-color .1s ease;
        transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-right: 2.67142857em; }
  #ndorsement-wrapper .ndorsement-thanks-segment {
    color: rgba(0, 0, 0, 0.87); }
  #ndorsement-wrapper .nd-hidden, #ndorsement-wrapper.nd-hidden {
    display: none !important; }
  #ndorsement-wrapper .nd-helper-text {
    font-size: 0.8em; }
  #ndorsement-wrapper .ndorsement-title {
    text-align: center; }
  #ndorsement-wrapper .ndorsement-text {
    text-align: center;
    padding: 10px; }
    #ndorsement-wrapper .ndorsement-text .nd-error {
      color: #9f3a38; }

#ndorsement-contact,
#ndorsement-contact-thankyou {
  display: none; }

.featherlight-content #ndorsement-contact,
.featherlight-content #ndorsement-contact-thankyou {
  display: initial; }

/*meagaboard widget css*/
#ndorsement-container {
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #fff !important; }
  #ndorsement-container .nd-top-bar {
    background: #333;
    color: #fff;
    height: auto;
    text-align: center; }
  #ndorsement-container .nd-wrapper_fluid {
    width: 100%; }
    #ndorsement-container .nd-wrapper_fluid .nd-wrap_inner {
      max-width: 800px;
      margin: 0 auto;
      padding: 10px 0; }
  #ndorsement-container .nd-col6 {
    width: 49%;
    display: block;
    overflow: hidden;
    float: left; }
  #ndorsement-container .nd-clear {
    clear: both; }
  #ndorsement-container .nd-btn5,
  #ndorsement-container button.nd-btn5 {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #fff !important;
    background: #fa9928 !important;
    border-radius: 5px;
    margin: 4px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    text-align: center; }
  #ndorsement-container .nd-btn5.nd-btn_center {
    position: absolute;
    left: 50%;
    margin-left: -50px; }
  #ndorsement-container .nd-text_center {
    text-align: center; }
  #ndorsement-container .nd-mt-50 {
    margin-top: 50px; }
  #ndorsement-container .nd-mb-player-media img,
  #ndorsement-container .nd-mb-player-media video {
    width: 100%;
    margin: 0 auto; }

.ndorsement-megaboard {
  width: 100%; }
  .ndorsement-megaboard .nd-mb-header {
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 28px;
    justify-content: center;
    align-items: center;
    position: relative; }
    .ndorsement-megaboard .nd-mb-header .nd-mb-header-title {
      font-size: 18px; }
    .ndorsement-megaboard .nd-mb-header .nd-mb-header-close {
      position: absolute;
      right: 10px; }
      .ndorsement-megaboard .nd-mb-header .nd-mb-header-close .nd-mb-header-close-text {
        display: inline-block;
        border: 1px solid #333;
        background-color: #999;
        color: #333;
        border-radius: 10px;
        padding: 4px;
        cursor: pointer; }
  .ndorsement-megaboard .nd-mb-player {
    width: 100%; }
    .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper {
      width: 100%; }
      .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper iframe {
        border: #fff solid 3px;
        padding: 3px; }
      .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper .nd-mb-player-columns {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper .nd-mb-player-columns .nd-mb-player-media {
          padding: 2%;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          max-width: 400px; }
        .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper .nd-mb-player-columns .nd-mb-content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 400px; }
          .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper .nd-mb-player-columns .nd-mb-content .nd-mb-lead {
            margin-bottom: 10px; }
          .ndorsement-megaboard .nd-mb-player .nd-mb-player-wrapper .nd-mb-player-columns .nd-mb-content .nd-mb-cta .nd-mb-cta-text {
            display: inline-block;
            padding: 10px;
            background-color: orange;
            color: #fff;
            border-radius: 10px; }

.ao-widget-component .ao-widget-edit-component .ao-widget-editor .promotion-context {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1700px) {
    .ao-widget-component .ao-widget-edit-component .ao-widget-editor .promotion-context {
      width: 900px; } }

.ao-widget-component .ao-widget-edit-component .ao-widget-editor .widget-editor-promotion label {
  font-size: 11px; }

.ao-widget-component .ao-widget-edit-component .ao-widget-editor .widget-editor-promotion .promotion-heading {
  font-size: 14px;
  font-weight: bold; }

.ao-widget-component .ao-widget-edit-component .ao-widget-editor .widget-editor-promotion .numbered.steps .step {
  padding: 10px !important; }
  .ao-widget-component .ao-widget-edit-component .ao-widget-editor .widget-editor-promotion .numbered.steps .step .number {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: middle;
    align-self: middle;
    line-height: 1;
    font-size: 2.5em;
    margin: 0 1rem 0 0; }

.ao-widget-component .ao-widget-menu {
  margin-bottom: 0; }
  .ao-widget-component .ao-widget-menu .item {
    flex: 1;
    justify-content: center;
    padding: 5px 5px; }
    .ao-widget-component .ao-widget-menu .item .button {
      margin: 0 !important; }
    .ao-widget-component .ao-widget-menu .item .button {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      font-size: 12px !important; }
  .ao-widget-component .ao-widget-menu .item.button-item {
    flex: 0; }
  .ao-widget-component .ao-widget-menu .item.search-item {
    padding-left: 0;
    flex: 0; }
  .ao-widget-component .ao-widget-menu .item.flex-vertical {
    flex-direction: column; }
  .ao-widget-component .ao-widget-menu .ao-widget-menu-header {
    margin-bottom: 0;
    font-size: 12px; }
  .ao-widget-component .ao-widget-menu .ao-widget-current-header, .ao-widget-component .ao-widget-menu .ao-widget-current-advertiser {
    margin-top: 0;
    margin-bottom: 0;
    color: #0AB1E1;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.dropzone {
  border: 3px dashed rgba(0, 0, 0, 0.3); }

.nd-dz-preview {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .nd-dz-preview .nd-dz-success {
    color: green; }
  .nd-dz-preview .nd-dz-fail {
    color: red; }
  .nd-dz-preview .nd-dz-result .nd-dz-success {
    display: none; }
  .nd-dz-preview .nd-dz-result .nd-dz-fail {
    display: none; }
  .nd-dz-preview .nd-dz-file {
    display: flex; }
    .nd-dz-preview .nd-dz-file .nd-dz-name {
      flex: 3;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .nd-dz-preview .nd-dz-file .nd-dz-size {
      flex: 1; }
    .nd-dz-preview .nd-dz-file .nd-dz-result {
      flex: 1; }
  .nd-dz-preview .nd-dz-progress {
    display: flex; }
    .nd-dz-preview .nd-dz-progress .nd-dz-progress-container {
      display: inline-block;
      flex: 1;
      padding: 0 10px; }
      .nd-dz-preview .nd-dz-progress .nd-dz-progress-container .nd-dz-progress-bar {
        width: 0;
        display: block;
        background-color: #404057;
        height: 14px; }
  .nd-dz-preview .nd-dz-error {
    color: red;
    text-align: right; }
  .nd-dz-preview.nd-error .nd-dz-progress-bar {
    display: block;
    background-color: red !important;
    width: 100% !important; }
  .nd-dz-preview.nd-error .nd-dz-result .nd-dz-fail {
    display: initial; }
  .nd-dz-preview.dz-success .nd-dz-result .nd-dz-success {
    display: initial; }
  .nd-dz-preview.dz-success .nd-dz-progress-bar {
    background-color: green !important; }
  .nd-dz-preview.dz-error .nd-dz-result .nd-dz-processing, .nd-dz-preview.dz-success .nd-dz-result .nd-dz-processing {
    display: none; }

.widget-image-uploader .ao-widget-uploader-browser .card {
  padding: 3px; }
  .widget-image-uploader .ao-widget-uploader-browser .card.selected {
    border: 3px solid #2185d0;
    background-color: #2185d0;
    padding: 0; }

.nowl-component-container .ao-print-report span[data-tooltip] {
  display: none; }

.nowl-component-container .ui.relative {
  position: relative; }

.nowl-component-container .casestudy-results-title {
  position: relative; }
  .nowl-component-container .casestudy-results-title .casestudy-results-title-settings {
    position: absolute;
    right: 0;
    top: 0; }

.nowl-component-container .results-body {
  padding: 5px;
  background-color: #fff !important; }
  .nowl-component-container .results-body i.green, .nowl-component-container .results-body .label.green {
    color: #4CAF50; }

.nowl-component-container .results-settings {
  padding: 10px; }

.nowl-component-container .section-header {
  background-color: #0AB1E1 !important;
  flex-grow: 0 !important; }
  .nowl-component-container .section-header .header {
    color: #fff !important; }
  .nowl-component-container .section-header .description {
    color: #fff !important; }

.nowl-component-container .label-vpa {
  font-weight: bolder; }

.nowl-component-container .nowl-notes-component .nowl-notes-text {
  position: relative; }
  .nowl-component-container .nowl-notes-component .nowl-notes-text .nowl-notes-text-content {
    color: #000;
    font-size: 14px; }
  .nowl-component-container .nowl-notes-component .nowl-notes-text p {
    padding: 10px;
    font-style: italic; }
  .nowl-component-container .nowl-notes-component .nowl-notes-text .nowl-edit-icon {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }

.nowl-component-container .nowl-notes-component .nowl-notes-text:not(.nowl-print) {
  cursor: pointer; }
  .nowl-component-container .nowl-notes-component .nowl-notes-text:not(.nowl-print):hover .nowl-edit-icon {
    opacity: 100; }

.nowl-component-container .dropdown .item .ddl-parent {
  font-weight: bolder; }

.nowl-component-container .dropdown .item .ddl-child {
  margin-left: 15px; }

.ui.dimmer.ao-wizard {
  background-color: rgba(50, 50, 50, 0.97); }
  .ui.dimmer.ao-wizard .complete-content {
    color: #fff; }
  .ui.dimmer.ao-wizard > .content {
    min-width: 100%; }
  .ui.dimmer.ao-wizard .ao-wizard-logo img {
    display: inline-block; }
  .ui.dimmer.ao-wizard .ao-wizard-steps {
    background-color: rgba(20, 20, 20, 0) !important; }
    .ui.dimmer.ao-wizard .ao-wizard-steps .step {
      cursor: pointer;
      background-color: rgba(20, 20, 20, 0);
      color: #ffffff; }
      .ui.dimmer.ao-wizard .ao-wizard-steps .step i.step-icon {
        display: none; }
      .ui.dimmer.ao-wizard .ao-wizard-steps .step span.step-icon {
        background: #0AB1E1;
        border-radius: 2em;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        line-height: 2em;
        text-align: center;
        width: 2em;
        font-size: 1.5em;
        margin: 0 1rem 0 0; }
        @media only screen and (max-width: 767px) {
          .ui.dimmer.ao-wizard .ao-wizard-steps .step span.step-icon {
            margin: 0 0 1rem 0; } }
    .ui.dimmer.ao-wizard .ao-wizard-steps .step.completed span.step-icon {
      display: none; }
    .ui.dimmer.ao-wizard .ao-wizard-steps .step.completed i.step-icon {
      display: block; }
      .ui.dimmer.ao-wizard .ao-wizard-steps .step.completed i.step-icon::before {
        color: #fff; }
    .ui.dimmer.ao-wizard .ao-wizard-steps .step.active {
      background-color: #222; }
    .ui.dimmer.ao-wizard .ao-wizard-steps .step.active::after {
      background-color: #222; }
    .ui.dimmer.ao-wizard .ao-wizard-steps .step.disabled, .ui.dimmer.ao-wizard .ao-wizard-steps .step.disabled .description, .ui.dimmer.ao-wizard .ao-wizard-steps .step.disabled .title {
      color: rgba(255, 255, 255, 0.5); }
      .ui.dimmer.ao-wizard .ao-wizard-steps .step.disabled span.step-icon, .ui.dimmer.ao-wizard .ao-wizard-steps .step.disabled .description span.step-icon, .ui.dimmer.ao-wizard .ao-wizard-steps .step.disabled .title span.step-icon {
        opacity: 0.2; }
  .ui.dimmer.ao-wizard .ao-wizard-content {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(20, 20, 20, 0) !important;
    color: #ffffff; }
    .ui.dimmer.ao-wizard .ao-wizard-content .step-segment-container {
      overflow: auto; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ao-wizard-main-segment {
      padding-left: 0;
      padding-right: 0;
      max-width: 615px;
      margin: auto;
      min-height: 300px;
      max-height: calc(100vh - 250px); }
      .ui.dimmer.ao-wizard .ao-wizard-content .ao-wizard-main-segment > .ui.segment {
        max-width: 500px;
        margin: auto; }
        .ui.dimmer.ao-wizard .ao-wizard-content .ao-wizard-main-segment > .ui.segment.loading::before {
          background: rgba(255, 255, 255, 0); }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.loading.segment:before {
      background: rgba(77, 77, 77, 0.8); }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-buttons {
      margin-top: 30px; }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-connect .ui.segment {
      min-height: 0px;
      overflow: unset;
      padding: 0; }
      .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-connect .ui.segment .dimmer {
        margin-top: 100px; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.form .field {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.form .dividing.header {
      text-align: center; }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-billing .ui.form label {
      text-align: center; }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-users .ui.form .fields {
      display: block; }
      .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-users .ui.form .fields .field {
        width: auto;
        margin-bottom: 10px;
        padding: 0; }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-connect .fields {
      display: block; }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-connect .button {
      display: block;
      max-width: 250px;
      margin: auto;
      margin-bottom: 10px; }
    .ui.dimmer.ao-wizard .ao-wizard-content .wizard-step-connect .checkbox {
      font-size: .8rem;
      float: left;
      text-align: left;
      margin-bottom: 10px; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.form .field > label {
      color: #d3d3d3; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.toggle.checkbox input ~ label {
      color: #ffffff !important; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.checkbox label, .ui.dimmer.ao-wizard .ao-wizard-content .ui.checkbox + label {
      color: #ffffff !important; }
    .ui.dimmer.ao-wizard .ao-wizard-content .ui.header {
      color: #ffffff; }
  .ui.dimmer.ao-wizard .ao-wizard-widget-preview-column h3.header {
    color: #ffffff; }
  .ui.dimmer.ao-wizard .ao-wizard-close {
    position: absolute;
    bottom: 0;
    margin: 10px;
    right: 0; }

.ao-queue-data-table .queue-right {
  text-align: right; }

.pagination-button {
  margin-bottom: 5px !important; }

.ao-pagination-buttons-component .ao-pagination-buttons-options {
  display: inline; }
  .ao-pagination-buttons-component .ao-pagination-buttons-options label, .ao-pagination-buttons-component .ao-pagination-buttons-options b {
    line-height: 35px;
    margin-right: 5px; }
  .ao-pagination-buttons-component .ao-pagination-buttons-options input {
    width: 75px !important;
    text-align: center; }
  .ao-pagination-buttons-component .ao-pagination-buttons-options .page-select-field input {
    font-weight: bold; }
  .ao-pagination-buttons-component .ao-pagination-buttons-options .page-select-field label {
    margin-left: 5px; }
  .ao-pagination-buttons-component .ao-pagination-buttons-options .page-size-field {
    float: right; }
  .ao-pagination-buttons-component .ao-pagination-buttons-options br {
    clear: both; }

@media (min-width: 768px) {
  .ao-advertiser-table .advertiser-name {
    font-size: 18px; } }

.acquisitionowl-component-container .ui.form .fields .wide.field.conversion-rate-visits-field-text {
  line-height: 2.5em; }

.acquisitionowl-component-container .acquisitionowl-filters {
  min-width: 425px; }
  .acquisitionowl-component-container .acquisitionowl-filters .ui.selection.dropdown {
    min-width: 10em; }

.acquisitionowl-component-container .acquisitionowl-card {
  text-align: center; }
  .acquisitionowl-component-container .acquisitionowl-card .stat-circle-container {
    display: inline-block;
    margin: 5px auto; }
    .acquisitionowl-component-container .acquisitionowl-card .stat-circle-container .stat-circle {
      display: table-cell;
      border-radius: 50%;
      behavior: url(PIE.htc);
      width: 125px;
      max-width: 125px;
      height: 125px;
      padding: 8px;
      background-color: #fbbd08;
      border: 2px solid #fba608;
      color: #fff;
      text-align: center;
      vertical-align: middle; }
      .acquisitionowl-component-container .acquisitionowl-card .stat-circle-container .stat-circle .stat-dollars {
        display: block;
        font-size: 30px;
        line-height: 32px; }
      .acquisitionowl-component-container .acquisitionowl-card .stat-circle-container .stat-circle .stat-percent {
        display: block;
        font-size: 25px;
        line-height: 27px;
        margin-top: 5px; }
      .acquisitionowl-component-container .acquisitionowl-card .stat-circle-container .stat-circle .stat-resize {
        display: inline-block; }
  .acquisitionowl-component-container .acquisitionowl-card .consider-group {
    margin-top: 25px; }
  .acquisitionowl-component-container .acquisitionowl-card .consider-group:first-of-type {
    margin-top: 0px; }

.acquisitionowl-component-container .acquisitionowl-consider-spots {
  min-width: 270px; }
  .acquisitionowl-component-container .acquisitionowl-consider-spots .owlbert-icon {
    display: inline-block;
    background-image: url("/static/img/owlbert.png");
    background-size: contain;
    width: 75px;
    height: 62px;
    margin-top: 40px; }
  .acquisitionowl-component-container .acquisitionowl-consider-spots blockquote.oval-thought {
    top: -60px;
    display: inline-block;
    border: none;
    position: relative;
    padding: 5px 10px;
    margin: 0 0 0 20px;
    text-align: center;
    color: #fff;
    background: #fbbd08;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fba608), to(#fbbd08));
    background: -moz-linear-gradient(#fba608, #fbbd08);
    background: -o-linear-gradient(#fba608, #fbbd08);
    background: linear-gradient(#fba608, #fbbd08);
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 140px;
    height: 66px; }
    .acquisitionowl-component-container .acquisitionowl-consider-spots blockquote.oval-thought span {
      font-size: 0.9em; }
  .acquisitionowl-component-container .acquisitionowl-consider-spots blockquote.oval-thought:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 1px;
    width: 16px;
    height: 16px;
    background: #fbbd08;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .acquisitionowl-component-container .acquisitionowl-consider-spots blockquote.oval-thought:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -12px;
    width: 10px;
    height: 10px;
    background: #fbbd08;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

.acquisitionowl-component-container .dropdown .item .ddl-parent {
  font-weight: bolder; }

.acquisitionowl-component-container .dropdown .item .ddl-child {
  margin-left: 15px; }

.acquisitionowl-component-container .muted {
  font-size: 0.9em;
  color: gray; }

.technicowl-container {
  margin: 0px 15px 15px 15px; }
  .technicowl-container .technicowl-carousel img {
    height: 350px;
    margin: auto; }
    @media (max-width: 690px) {
      .technicowl-container .technicowl-carousel img {
        height: 200px;
        margin: auto; } }
  .technicowl-container .technicowl-pricing ~ .technicowl-verticals ul {
    line-height: 1.9;
    padding-inline-start: 20px; }
  .technicowl-container .technicowl-legal p {
    text-align: center; }

.ao-analyze-consider-more-component .ui.header .image {
  width: 32px;
  vertical-align: bottom; }

.ao-analyze-consider-more-component table th.border-left, .ao-analyze-consider-more-component td.border-left {
  border-left: 3px solid #b7fcc1 !important; }

.ao-analyze-consider-more-component table th.border-top, .ao-analyze-consider-more-component td.border-top {
  border-top: 3px solid #b7fcc1; }

.ao-analyze-consider-more-component table th.border-right, .ao-analyze-consider-more-component td.border-right {
  border-right: 3px solid #b7fcc1; }

.ao-analyze-consider-more-component table th.border-bottom, .ao-analyze-consider-more-component td.border-bottom {
  border-bottom: 3px solid #b7fcc1; }

.ao-analyze-consider-more-component table td.collapsing {
  text-align: left; }

.ao-analyze-consider-more-component h5.ui.header.impact {
  margin-top: 6px; }

.ao-print-report .ao-analyze-consider-more-component table th, .ao-print-report .ao-analyze-consider-more-component table td {
  font-size: 10px;
  padding: 5px; }

.ao-print-report .ao-analyze-consider-more-component table h3.ui.header {
  font-size: 12px; }

.ao-admin-demo-builder .green {
  color: #4CAF50; }

.ao-admin-demo-builder .blue {
  color: #0AB1E1; }

.ao-admin-demo-builder .orange {
  color: #ff9800; }

.ao-admin-demo-builder .purple {
  color: #9c27b0; }

.ao-admin-demo-builder .red {
  color: #F44336; }

.ao-admin-demo-builder .yellow {
  color: #D4D44B; }

.ao-foot-traffic-panel h2.ui.header {
  font-size: 1.7em; }
  @media only screen and (max-width: 1432px) {
    .ao-foot-traffic-panel h2.ui.header {
      font-size: 1.4em !important; } }
  @media only screen and (max-width: 1230px) {
    .ao-foot-traffic-panel h2.ui.header {
      font-size: 1.1em !important; } }
  .ao-foot-traffic-panel h2.ui.header img {
    width: 30px;
    margin-top: -5px; }

.ao-foot-traffic-panel .locations-container {
  height: 500px; }

.ao-foot-traffic-panel .map-container {
  z-index: 0; }
  .ao-foot-traffic-panel .map-container #map div > img {
    position: absolute; }
  .ao-foot-traffic-panel .map-container #map .brand-img {
    position: absolute;
    width: 100px;
    height: auto;
    top: 20px;
    right: 20px;
    z-index: 999; }
  .ao-foot-traffic-panel .map-container .brand-img {
    position: absolute;
    width: 110px;
    height: auto;
    right: 23px;
    top: 75px;
    z-index: 999; }

.ao-foot-traffic-panel .location-breakdowns {
  margin-bottom: 30px; }
  .ao-foot-traffic-panel .location-breakdowns .header.report {
    margin-top: 5px;
    margin-left: 15px; }

.ao-foot-traffic-panel .tops-card-container .open_hours {
  font-size: 0.85em;
  display: block;
  font-weight: bolder; }

.ao-foot-traffic-panel .table-section {
  break-inside: avoid-page; }
  .ao-foot-traffic-panel .table-section .weather-impact-container {
    table-layout: fixed;
    font-size: 0.8rem; }
    .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-legend {
      border-left: 0; }
      .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-legend .header {
        margin-left: 10px; }
    .ao-foot-traffic-panel .table-section .weather-impact-container .closed-text {
      padding-top: 12px; }
    .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell {
      position: relative; }
      .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .metrics-container {
        margin-top: 15px; }
        .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .metrics-container .metric {
          vertical-align: middle;
          white-space: nowrap;
          font-size: 1rem;
          line-height: 2.0em; }
          .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .metrics-container .metric .traffic {
            font-size: 1.1rem;
            font-weight: bold; }
          .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .metrics-container .metric .traffic-vpa, .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .metrics-container .metric .traffic-dwell {
            font-size: 1.1rem;
            font-weight: bold;
            margin-left: 10px; }
          .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .metrics-container .metric i.icon {
            color: #0AB1E1; }
      .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .date {
        position: absolute;
        padding-right: 2px;
        left: 0;
        opacity: 0.90;
        top: 0;
        border-bottom: solid;
        border-right: solid;
        border-width: 1px;
        font-weight: bold; }
      .ao-foot-traffic-panel .table-section .weather-impact-container .calendar-cell .weather {
        margin-left: 15px; }
  .ao-foot-traffic-panel .table-section .halo-footer {
    text-align: center;
    margin-top: 10px; }
    .ao-foot-traffic-panel .table-section .halo-footer img {
      width: 20px; }
  .ao-foot-traffic-panel .table-section .front {
    z-index: 0; }
  .ao-foot-traffic-panel .table-section h3 .header-img {
    width: 32px;
    vertical-align: text-bottom; }

.ao-print-report .ao-foot-traffic-panel h2.ui.header {
  font-size: 1.1em; }

.ao-print-report .ao-foot-traffic-panel table th, .ao-print-report .ao-foot-traffic-panel table td {
  font-size: 10px;
  padding: 5px; }

.ao-print-report .ao-foot-traffic-panel table h3.ui.header {
  font-size: 12px; }

.nowl-summaries-component-container {
  margin-top: 10px; }
  .nowl-summaries-component-container .section-header {
    background-color: #0AB1E1 !important;
    flex-grow: 0 !important; }
    .nowl-summaries-component-container .section-header .header {
      color: #fff !important; }
    .nowl-summaries-component-container .section-header .description {
      color: #fff !important; }
  .nowl-summaries-component-container table th {
    font-size: 0.9em; }
  .nowl-summaries-component-container table td {
    font-size: 0.9em; }
    .nowl-summaries-component-container table td .ind-title {
      margin-left: 10px; }
    .nowl-summaries-component-container table td .ind-totals {
      font-weight: bolder; }
      .nowl-summaries-component-container table td .ind-totals.ind-title {
        margin-left: 0; }
  .nowl-summaries-component-container .summaries-cinematicowl_web table th .best-row.ui.grid .column {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .nowl-summaries-component-container .summaries-cinematicowl_web table td {
    vertical-align: top;
    position: relative; }
    .nowl-summaries-component-container .summaries-cinematicowl_web table td .best-row.ui.grid {
      margin: 0 0 0 0;
      height: 4em; }
      .nowl-summaries-component-container .summaries-cinematicowl_web table td .best-row.ui.grid .column {
        padding: 0.2em; }
        .nowl-summaries-component-container .summaries-cinematicowl_web table td .best-row.ui.grid .column.best-title-row {
          width: 400% !important; }
  .nowl-summaries-component-container .summaries-cinematicowl_web table .best-title-row {
    position: absolute !important;
    right: .78571429em;
    top: 2.78em;
    display: block;
    height: 2em;
    white-space: nowrap;
    text-align: right !important; }
    .nowl-summaries-component-container .summaries-cinematicowl_web table .best-title-row .best-title {
      font-size: 0.8em;
      color: #A0A0A0;
      white-space: nowrap; }
      .nowl-summaries-component-container .summaries-cinematicowl_web table .best-title-row .best-title.ind-totals {
        font-weight: normal;
        margin-left: 2em; }

.ao-report-builder-container {
  display: flex;
  position: relative; }
  .ao-report-builder-container .ao-rb-tools-button {
    position: fixed;
    margin-top: 5px;
    z-index: 3;
    left: 15px;
    background-color: #0AB1E1 !important; }
  .ao-report-builder-container .ao-rb-main {
    z-index: 2;
    position: relative;
    top: 0;
    margin-bottom: 0;
    background-color: #fff;
    display: flex;
    flex: 1; }
    .ao-report-builder-container .ao-rb-main .ao-rb-items {
      flex: 1;
      min-height: 300px;
      overflow: hidden;
      overflow-y: auto; }
  .ao-report-builder-container .ao-rb-tools-container {
    transition: transform .5s;
    transform: translateX(-100vw);
    height: calc(100vh - 45px) !important;
    z-index: 4;
    background-color: #fff;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 1500px) {
      .ao-report-builder-container .ao-rb-tools-container {
        height: calc(100vh - 50px) !important; } }
    .ao-report-builder-container .ao-rb-tools-container .ao-rb-tools-main {
      overflow: hidden;
      overflow-y: auto;
      flex: 1;
      margin-bottom: 0; }
      .ao-report-builder-container .ao-rb-tools-container .ao-rb-tools-main h1 {
        margin-top: 5px; }
    .ao-report-builder-container .ao-rb-tools-container .ao-rb-tools-footer {
      margin-top: 0;
      flex: 0;
      background-color: #0AB1E1; }
  .ao-report-builder-container.tools-open .ao-rb-tools-container {
    transform: none;
    transition: transform .5s; }

.weekly-trends-component-container {
  margin-top: 10px; }
  .weekly-trends-component-container .section-header {
    background-color: #0AB1E1 !important;
    flex-grow: 0 !important; }
    .weekly-trends-component-container .section-header .header {
      color: #fff !important; }
    .weekly-trends-component-container .section-header .description {
      color: #fff !important; }
  .weekly-trends-component-container table th {
    font-size: 0.9em; }
  .weekly-trends-component-container table td {
    font-size: 0.9em; }
    .weekly-trends-component-container table td .ind-title {
      margin-left: 10px; }
    .weekly-trends-component-container table td .ind-totals {
      font-weight: bolder; }
      .weekly-trends-component-container table td .ind-totals.ind-title {
        margin-left: 0; }
  .weekly-trends-component-container .card .content.find-opps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff; }
    .weekly-trends-component-container .card .content.find-opps .note {
      font-size: 11px;
      font-style: italic; }
    .weekly-trends-component-container .card .content.find-opps .heading {
      font-size: 18px;
      font-weight: bold; }
    .weekly-trends-component-container .card .content.find-opps .ui.button {
      margin-top: 10px;
      border: 1px solid;
      border-color: #fff;
      background-color: #fff; }
    .weekly-trends-component-container .card .content.find-opps.find-opps-retain {
      background-color: #ff9800; }
      .weekly-trends-component-container .card .content.find-opps.find-opps-retain .ui.button {
        color: #ff9800; }
    .weekly-trends-component-container .card .content.find-opps.find-opps-recover {
      background-color: #0AB1E1; }
      .weekly-trends-component-container .card .content.find-opps.find-opps-recover .ui.button {
        color: #0AB1E1; }

.line-chart svg {
  font-family: Sans-Serif, Arial; }

.line-chart .line {
  stroke-width: 2px;
  fill: none;
  opacity: 0.4; }

.line-chart .line.highlight {
  stroke-width: 3px;
  opacity: 1; }

.line-chart .circle-group .circle {
  opacity: 0.4; }

.line-chart .circle-group.highlight .circle {
  opacity: 1; }

.line-chart .legend-group.highlight .legend-item {
  font-weight: bolder; }

.line-chart .axis path {
  stroke: black; }

.line-chart .text {
  font-size: 12px; }

.line-chart .title-text {
  font-size: 12px; }

.ao-executive-reporting-component-container .performance-report-table tbody th {
  background: #f9fafb;
  padding: .92857143em .78571429em; }

.ao-executive-reporting-component-container .performance-report-table tbody td.notes {
  font-style: italic; }

.ao-executive-reporting-component-container .performance-report-table tbody th {
  border-top: 1px solid rgba(34, 36, 38, 0.1); }

.ao-executive-reporting-component-container .performance-report-table tbody tr:first-child th {
  border-top: none; }

.ao-executive-reporting-component-container .performance-report-table tfoot th {
  font-weight: bold; }

.admin-sms-module {
  display: flex; }
  .admin-sms-module .truncate, .admin-sms-module .description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .admin-sms-module .service-name {
    font-weight: bold;
    color: #ff9800; }
  .admin-sms-module .height-base {
    height: calc(100vh - 325px) !important;
    max-height: calc(100vh - 325px) !important; }
  .admin-sms-module .height-inherit {
    height: inherit;
    max-height: inherit; }
  .admin-sms-module .sms-conversations {
    height: 100%; }
    .admin-sms-module .sms-conversations .convo-list {
      height: calc(100% - 120px); }
  .admin-sms-module .scroll {
    overflow-y: auto; }
  .admin-sms-module .bold {
    font-weight: bold; }
  .admin-sms-module .pointer {
    cursor: pointer; }
  .admin-sms-module i.bars {
    cursor: move; }
  .admin-sms-module textarea.row-fixed {
    resize: none; }
  .admin-sms-module .sms-contact-editor .wrapper {
    height: 100%;
    max-height: 100%; }
  .admin-sms-module .sms-contact-editor .card {
    height: 100%; }
  .admin-sms-module .sms-contact-editor div.number.field a.label {
    margin: 2px; }
  .admin-sms-module .sms-conversation {
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto; }
    .admin-sms-module .sms-conversation .dateline {
      color: LightGrey; }
      .admin-sms-module .sms-conversation .dateline.timegap {
        font-size: .8em;
        color: brown; }
    .admin-sms-module .sms-conversation #sms_new_messages {
      color: #ff9800; }
    .admin-sms-module .sms-conversation .sms-inbound-msg .label {
      animation-iteration-count: infinite; }
      .admin-sms-module .sms-conversation .sms-inbound-msg .label.fade-text {
        animation-duration: 2s;
        animation-direction: alternate;
        animation-name: unreadTextCycle; }
    .admin-sms-module .sms-conversation .sms-outbound-msg .label {
      animation-iteration-count: infinite; }
      .admin-sms-module .sms-conversation .sms-outbound-msg .label.fade-text {
        animation-duration: 2s;
        animation-direction: alternate;
        animation-name: sendingTextCycle; }
      .admin-sms-module .sms-conversation .sms-outbound-msg .label.fade-bg {
        color: #FFF;
        animation-duration: 1s;
        animation-name: sendingBackgroundCycle; }
      .admin-sms-module .sms-conversation .sms-outbound-msg .label.grad-bg {
        color: #FFF;
        background: linear-gradient(-45deg, #21ba45, #21ba45, #4AD66D, #21ba45, #21ba45);
        background-size: 400%, 100%;
        animation-duration: 1.5s;
        animation-name: sendingGradient; }
        .admin-sms-module .sms-conversation .sms-outbound-msg .label.grad-bg::before {
          background: #21ba45; }

@keyframes sendingGradient {
  0% {
    background-position: right; }
  100% {
    background-position: left; } }

@keyframes unreadTextCycle {
  0% {
    color: #9A7D0A;
    border-color: #B9770E; }
  20% {
    color: #B9770E;
    border-color: #CA6F1E; }
  60% {
    color: #CA6F1E;
    border-color: #D35400; }
  100% {
    color: #D35400;
    border-color: #D34300; } }

@keyframes sendingTextCycle {
  0% {
    color: #208B3A;
    border-color: #208B3A; }
  20% {
    color: #25A244;
    border-color: #25A244; }
  60% {
    color: #2DC653;
    border-color: #2DC653; }
  100% {
    color: #4AD66D;
    border-color: #4AD66D; } }

@keyframes sendingBackgroundCycle {
  0% {
    background: #4AD66D; }
  50% {
    background: #25A244; }
  100% {
    background: #4AD66D; } }

.dropzone {
  border: 3px dashed rgba(0, 0, 0, 0.3); }

.ao-dz-preview {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .ao-dz-preview-toast {
    border: none;
    width: 40rem; }
  .ao-dz-preview .material-icons {
    font-size: 16px !important; }
  .ao-dz-preview .ao-dz-success {
    color: green; }
  .ao-dz-preview .ao-dz-fail {
    color: red; }
  .ao-dz-preview .ao-dz-result .ao-dz-success {
    display: none; }
  .ao-dz-preview .ao-dz-result .ao-dz-fail {
    display: none; }
  .ao-dz-preview .ao-dz-file {
    display: flex; }
    .ao-dz-preview .ao-dz-file .ao-dz-name {
      flex: 3;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .ao-dz-preview .ao-dz-file .ao-dz-size {
      flex: 1; }
    .ao-dz-preview .ao-dz-file .ao-dz-result {
      flex: 1; }
  .ao-dz-preview .ao-dz-progress {
    display: flex; }
    .ao-dz-preview .ao-dz-progress .ao-dz-progress-container {
      display: inline-block;
      flex: 1;
      padding: 0 10px; }
      .ao-dz-preview .ao-dz-progress .ao-dz-progress-container .ao-dz-progress-bar {
        width: 0%;
        display: block;
        background-color: #404057;
        height: 14px; }
  .ao-dz-preview .ao-dz-error {
    color: red;
    text-align: right; }
  .ao-dz-preview.dz-error .ao-dz-progress-bar {
    display: block;
    background-color: red !important;
    width: 100% !important; }
  .ao-dz-preview.dz-error .ao-dz-result .ao-dz-fail {
    display: initial; }
  .ao-dz-preview.dz-success .ao-dz-result .ao-dz-success {
    display: initial; }
  .ao-dz-preview.dz-success .ao-dz-progress-bar {
    background-color: green !important; }
  .ao-dz-preview.dz-success .ao-dz-result .ao-dz-processing, .ao-dz-preview.dz-error .ao-dz-result .ao-dz-processing {
    display: none; }

#ao6cropper {
  height: 100%;
  width: 100%; }
  #ao6cropper #acrop_app {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column; }
    #ao6cropper #acrop_app .acrop-header {
      height: 80px;
      background-color: #222;
      display: flex; }
      #ao6cropper #acrop_app .acrop-header * {
        font-size: 15px !important; }
      #ao6cropper #acrop_app .acrop-header .acrop-controls {
        display: flex;
        flex: 2;
        align-items: center;
        justify-content: flex-start; }
      #ao6cropper #acrop_app .acrop-header .acrop-methods {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: flex-end; }
    #ao6cropper #acrop_app .acrop-window {
      flex: 1;
      display: flex;
      background-color: #555; }
      #ao6cropper #acrop_app .acrop-window .acrop-editor {
        flex: 1;
        padding: 5%;
        display: flex;
        align-items: center;
        justify-content: center; }
        #ao6cropper #acrop_app .acrop-window .acrop-editor .acrop-image {
          max-height: 90%;
          max-width: 90%; }
      #ao6cropper #acrop_app .acrop-window .acrop-preview {
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #222; }
        #ao6cropper #acrop_app .acrop-window .acrop-preview .acrop-preview-image {
          overflow: hidden;
          height: 300px;
          width: 300px; }

.chart-wrapper {
  max-width: 950px;
  min-width: 304px;
  margin: 0 auto; }
  .chart-wrapper .inner-wrapper {
    position: relative;
    padding-bottom: 50%;
    width: 100%; }
  .chart-wrapper .outer-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .chart-wrapper .inner-box {
    width: 100%;
    height: 100%; }
  .chart-wrapper text {
    font-family: sans-serif;
    font-size: 11px; }
  .chart-wrapper p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 40px; }
  .chart-wrapper .axis path, .chart-wrapper .axis line {
    fill: none;
    stroke: #1F1F2E;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges; }
  .chart-wrapper .axis path {
    stroke-width: 2px; }
  .chart-wrapper .line {
    fill: none;
    stroke: steelblue;
    stroke-width: 5px; }
  .chart-wrapper .legend {
    min-width: 200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 10px 40px; }
    .chart-wrapper .legend > div {
      margin: 0px 25px 10px 0px;
      flex-grow: 0; }
    .chart-wrapper .legend p {
      display: inline;
      font-size: 0.8em;
      font-family: sans-serif;
      font-weight: 600; }
    .chart-wrapper .legend .series-marker {
      height: 1em;
      width: 1em;
      border-radius: 35%;
      background-color: crimson;
      display: inline-block;
      margin-right: 4px;
      margin-bottom: -0.16rem; }
  .chart-wrapper .overlay {
    fill: none;
    pointer-events: all; }
  .chart-wrapper .focus circle {
    fill: crimson;
    stroke: crimson;
    stroke-width: 2px;
    fill-opacity: 15%; }
  .chart-wrapper .focus rect {
    fill: lightblue;
    opacity: 0.4;
    border-radius: 2px; }
  .chart-wrapper .focus.line {
    stroke: steelblue;
    stroke-dasharray: 2,5;
    stroke-width: 2;
    opacity: 0.5; }
  @media (max-width: 500px) {
    .chart-wrapper .line {
      stroke-width: 3px; }
    .chart-wrapper .legend {
      font-size: 14px; } }

.public-connection {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .public-connection .ui.fluid.card.floating-card {
    max-width: 95%; }
    .public-connection .ui.fluid.card.floating-card .header {
      text-align: center; }
      .public-connection .ui.fluid.card.floating-card .header img {
        max-width: 400px; }
  .public-connection .little-step {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    vertical-align: baseline; }
    .public-connection .little-step .label {
      font-size: 16px; }
    @media screen and (min-width: 768px) {
      .public-connection .little-step {
        font-size: 22px;
        line-height: 22px; }
        .public-connection .little-step .label {
          font-size: 22px; } }

.copy-text-block {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  text-align: center; }
  .copy-text-block .copy-text {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .stackable.grid .ui.vertical.divider {
    display: none !important; } }
