body,
html {
  overflow-x: hidden; }

body {
  font-family: urw-din, sans-serif !important;
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 58px;
  background-color: #f1f4f6 !important; }
  @media (max-width: 991px) {
    body {
      padding-top: 54px; } }
#wpadminbar {
  display: none; }

.noDrag {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

a.fancy {
  text-decoration: none !important;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s; }
  a.fancy:hover, a.fancy:focus {
    background-size: 100% 2px; }

::-moz-selection {
  background: #4acde4;
  color: #fff; }

::selection {
  background: #4acde4;
  color: #fff; }

@media (max-width: 991px) {
  .container {
    max-width: 100% !important; } }

@page {
  body {
    margin-top: 50px; }
  .noPrint {
    display: none; } }

@media print {
  .noPrint {
    display: none; } }

@media print {
  @page {
    margin: 0; }
  body {
    margin: 1.6cm; } }

.cardLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.cardLoader .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear; }

.cardLoader .spinner .dot1,
.cardLoader .spinner .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.cardLoader .spinner .dot1 {
  background-color: #de1f26; }

.cardLoader .spinner .dot2 {
  background-color: #4acde4; }

.cardLoader .spinner .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.cardLoader.hidden {
  opacity: 0;
  z-index: -1; }

header {
  padding: 10px 0;
  background: #06121f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  header .hub {
    position: relative;
    display: inline-block;
    height: 40px; }
    header .hub .hubReveal {
      display: inline-flex;
      position: absolute;
      left: 20px;
      top: 0;
      opacity: 0;
      height: 40px;
      transition: 0.4s ease-in-out;
      align-items: center;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      z-index: 39;
      cursor: pointer; }
      header .hub .hubReveal span {
        padding-left: 10px;
        color: #fff;
        width: 130px;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px; }
        header .hub .hubReveal span svg {
          opacity: 0.6;
          margin-right: 5px;
          display: inline-block; }
    header .hub:hover .hubReveal {
      display: inline-flex;
      position: absolute;
      left: 20px;
      opacity: 1;
      height: 40px;
      transform: translateX(20px);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(74, 205, 228, 0.3) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(74, 205, 228, 0.3) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(74, 205, 228, 0.3) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
      /* IE6-9 */ }
  header .hubIcon {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    margin-left: 0;
    cursor: pointer;
    z-index: 40;
    position: relative; }
    header .hubIcon .st0 {
      fill: #132f42;
      stroke: #52c7de;
      stroke-width: 4;
      stroke-miterlimit: 10;
      transition: 0.4s ease-in-out; }
    header .hubIcon .st1 {
      fill: #ffffff; }
    header .hubIcon:hover .st0 {
      fill: transparent;
      stroke: #52c7de;
      stroke-width: 6;
      stroke-miterlimit: 10; }
  @media print {
    header {
      display: none; } }
  header .dropdown-item {
    font-size: 12px; }
  header .mainNav div.title {
    display: flex;
    align-items: center;
    justify-content: center; }
  header .mainNav div.navC {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .mainNav div.navC .btn {
      font-size: 14px;
      background: #243243;
      border: 1px solid #243243;
      padding: 0.375rem 0.55rem; }
  header .mainNav img.logoLarge {
    width: 80px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer; }
  header .mainNav img.logoSmall {
    width: 40px;
    display: inline-block;
    margin-left: 10px; }
  header .mainNav img.logoMobile {
    width: 25px;
    height: 25px;
    display: inline-block; }
  @media (max-width: 1600px) {
    header .mainNav {
      /* div.navC {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      } */ }
      header .mainNav div.title {
        display: none; } }
  @media (max-width: 991px) {
    header .mainNav {
      /* div.navC {
        display: none;
      } */ }
      header .mainNav img.logoLarge {
        width: 70px;
        margin-left: 0; } }
  header .mainNav h1 {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 2px; }
    @media (max-width: 991px) {
      header .mainNav h1 {
        font-size: 14px;
        display: none; } }
  header .mainNav h5 {
    display: inline-block;
    margin: 0 0 0 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold; }
    @media (max-width: 991px) {
      header .mainNav h5 {
        display: none; } }
  header .mainNav button.hamburger {
    position: absolute;
    top: 6px;
    right: 0;
    display: none; }
    @media (max-width: 991px) {
      header .mainNav button.hamburger {
        right: -10px; } }
  header .mainNav .btnC {
    /*margin-right: 85px;*/
    margin-right: 10px; }
    @media (max-width: 991px) {
      header .mainNav .btnC {
        margin-right: 0; } }
    header .mainNav .btnC .btn {
      font-size: 14px;
      background: #243243;
      border: 0;
      padding: 0.375rem 0.55rem; }
      header .mainNav .btnC .btn .dropdown-item {
        font-size: 12px; }
      @media (max-width: 991px) {
        header .mainNav .btnC .btn .dropdown-item {
          font-size: 12px; } }
      header .mainNav .btnC .btn svg {
        color: #4acde4;
        margin-right: 5px; }
      header .mainNav .btnC .btn .fa-cog,
      header .mainNav .btnC .btn .fa-tachometer {
        margin-right: 0; }
    @media (max-width: 991px) {
      header .mainNav .btnC .dropdown-menu .dropdown-item {
        font-size: 12px;
        padding-left: 10px; } }
    header .mainNav .btnC .dropdown-menu .dropdown-item:hover {
      background-image: linear-gradient(#4acde4, #4acde4); }
    header .mainNav .btnC .dropleft .dropdown-toggle-split::before {
      display: none; }
    header .mainNav .btnC hr:first-child {
      display: none; }
  header span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px; }
    header span a {
      color: #4acde4;
      transition: 0.3s ease-in-out; }
      header span a:hover {
        opacity: 0.6;
        color: #fff;
        text-decoration: none; }
    header span svg {
      opacity: 0.3;
      margin-right: 5px; }
    header span .fa-sign-out-alt {
      color: #4acde4;
      opacity: 1;
      vertical-align: -0.15em;
      font-size: 15px;
      margin-right: 0; }

main {
  min-height: calc(100vh - 168px); }

.signIn .btn-primary {
  background: #4acde4;
  color: #fff;
  border: 0;
  font-size: 14px; }
  .signIn .btn-primary svg {
    color: #06121f;
    margin-right: 5px; }
  .signIn .btn-primary:hover {
    background: #06121f; }
    .signIn .btn-primary:hover svg {
      color: #4acde4; }

.homeDash {
  padding: 50px 0;
  min-height: calc(100vh - 168px); }
  .homeDash .btn-secondary {
    background: #06121f;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px; }
  .homeDash h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px; }
  .homeDash ul {
    padding: 0;
    margin: 0 0 40px 0; }
    .homeDash ul li {
      list-style-type: none; }
      .homeDash ul li a {
        color: #06121f;
        padding: 10px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        transition: 0.3s ease-in-out; }
        .homeDash ul li a svg {
          color: #4acde4;
          font-size: 80%;
          margin-right: 5px;
          transform: translateX(-3px);
          transition: 0.3s ease-in-out; }
        .homeDash ul li a span {
          display: inline-block;
          background: #eee;
          border: #ccc 1px solid;
          border-radius: 2px;
          padding: 5px;
          font-size: 10px;
          text-transform: uppercase;
          margin-left: 10px;
          color: #666; }
        .homeDash ul li a:hover {
          text-decoration: none;
          background: #f8f8f8; }
          .homeDash ul li a:hover svg {
            transform: translateX(0);
            color: #06121f; }

.intro .logo {
  max-width: 100%;
  display: block;
  margin: 20px 0;
  border: 1px solid #eee;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075); }

.intro h2 {
  font-size: 36px;
  color: #06121f;
  text-transform: uppercase;
  margin-top: 20px; }

.intro .dateContain {
  text-align: right; }

.intro a {
  color: #4acde4;
  font-weight: bold; }
  .intro a:hover, .intro a:focus {
    color: #06121f; }

.intro .pagContain {
  margin: 8px 0 0;
  text-align: right; }

.intro .pag {
  padding: 6px 12px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block; }

.intro span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }

.intro .disabled {
  color: #ccc; }

@media (max-width: 575px) {
  .intro .logo {
    max-width: 200px; }
  .intro .pagContain {
    margin: 8px 0;
    text-align: left; }
  .intro .dateContain {
    text-align: left; } }

.page-template-bask-internal,
.single-format-standard,
.page-template-bask-admin,
.page-template-bask-client,
.page-template-csat-group {
  padding-top: 120px; }
  .page-template-bask-internal main,
  .single-format-standard main,
  .page-template-bask-admin main,
  .page-template-bask-client main,
  .page-template-csat-group main {
    min-height: calc(100vh - 230px); }

.single-reports .dashboard h6 {
  text-align: left; }

.dashHeader {
  background: #243243;
  position: fixed;
  top: 60px;
  height: 60px;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  .dashHeader .breadcrumb {
    background: none;
    margin-bottom: 0;
    /* @include bp(phablet) {
      display: none;
    } */ }
    .dashHeader .breadcrumb li {
      font-size: 14px;
      color: #fff; }
      .dashHeader .breadcrumb li a {
        color: #c9d1db; }
  .dashHeader h6 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .dashHeader h6 {
        margin-left: 5px; } }
    @media (max-width: 767px) {
      .dashHeader h6 {
        margin-left: 0; } }
    .dashHeader h6 svg {
      color: #4acde4;
      margin-right: 5px; }
  .dashHeader .btn {
    font-size: 14px;
    background: #4acde4;
    color: #fff;
    margin-right: 10px; }
    .dashHeader .btn svg {
      color: #06121f;
      margin-right: 5px; }
    .dashHeader .btn:hover {
      background: #06121f; }
      .dashHeader .btn:hover svg {
        color: #4acde4; }
    @media (max-width: 767px) {
      .dashHeader .btn {
        margin-right: 0; } }
  .dashHeader .alertBtn {
    background: #06121f; }
    .dashHeader .alertBtn svg {
      color: #4acde4;
      margin-right: 5px; }
    .dashHeader .alertBtn:hover {
      background: #06121f; }
      .dashHeader .alertBtn:hover svg {
        color: #4acde4; }

.breadcrumb {
  padding: 0.75rem 0.85rem !important; }
  @media (max-width: 991px) {
    .breadcrumb {
      padding: 0.75rem 0.15rem !important; } }
  @media (max-width: 767px) {
    .breadcrumb {
      padding: 0.75rem 0rem !important; } }
.mobileBreadcrumbs {
  background: transparent; }
  .mobileBreadcrumbs .breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding: 0.75rem 0rem !important; }
    .mobileBreadcrumbs .breadcrumb .breadcrumb-item {
      color: #243243; }
      .mobileBreadcrumbs .breadcrumb .breadcrumb-item a {
        color: #243243;
        opacity: 0.7; }

.mobileBreadcrumbs--inDashHeader {
  top: 86px;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 30px; }
  .mobileBreadcrumbs--inDashHeader .breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding: 0.75rem 0rem; }
    .mobileBreadcrumbs--inDashHeader .breadcrumb .breadcrumb-item {
      color: #243243; }
      .mobileBreadcrumbs--inDashHeader .breadcrumb .breadcrumb-item a {
        color: #243243;
        opacity: 0.7; }

.single-reports .dashboard .container,
.single-csat .dashboard .container {
  max-width: 1140px; }

.modal-header h5 {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: bold; }

.modal-header svg {
  color: #4acde4; }

.modal-body {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .modal-body h6 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .modal-body .switchContainer {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .modal-body .switchContainer .switchStatus {
      display: inline-block;
      margin-left: 10px;
      text-transform: uppercase;
      font-size: 14px;
      color: #ccc; }
  .modal-body .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0; }
  .modal-body .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .modal-body .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .modal-body .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .modal-body input:checked + .slider {
    background-color: #4acde4; }
  .modal-body input:focus + .slider {
    box-shadow: 0 0 1px #4acde4; }
  .modal-body input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .modal-body .slider.round {
    border-radius: 34px; }
  .modal-body .slider.round:before {
    border-radius: 50%; }

.dashboard {
  background: #f1f4f6;
  padding: 50px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .dashboard {
      padding: 20px 0 50px; } }
  .dashboard .container {
    max-width: 720px; }
  .dashboard h6 {
    font-weight: bold;
    text-align: center; }
  .dashboard .btn {
    background: #132f42;
    color: #fff;
    padding: 20px 0; }
    .dashboard .btn svg {
      color: #4acde4;
      margin-right: 10px; }
  .dashboard .card {
    background: #fcfcfc;
    border-color: #eee;
    margin-bottom: 40px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 20px; }
    .dashboard .card .dataLoader {
      height: 5px;
      background: #eee;
      margin: 10px 0; }
      .dashboard .card .dataLoader .progress {
        background: #4acde4;
        height: 5px;
        width: 5%;
        transition: 0.5s; }
    .dashboard .card.digital-presence .card-body .btn-container {
      display: flex;
      justify-content: center;
      margin: 0 0 10px; }
      .dashboard .card.digital-presence .card-body .btn-container .btn {
        padding: 5px 10px;
        background: #f8f8f8;
        border: #ccc 1px solid;
        color: #06121f;
        font-size: 12px;
        display: inline-block;
        text-transform: none;
        letter-spacing: 0; }
        .dashboard .card.digital-presence .card-body .btn-container .btn:nth-child(1) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
        .dashboard .card.digital-presence .card-body .btn-container .btn:nth-child(2) {
          margin-left: -1px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
    .dashboard .card.digital-presence .card-body .main-cat {
      border-left: 2px solid #eee;
      padding-left: 10px;
      margin-bottom: 0;
      margin-left: 30px;
      max-height: 50000px;
      opacity: 1;
      margin-top: 20px; }
      .dashboard .card.digital-presence .card-body .main-cat.hide {
        max-height: 0;
        overflow: hidden;
        opacity: 0; }
    .dashboard .card.digital-presence .card-body h4 {
      color: #06121f;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 0;
      cursor: pointer;
      padding: 15px 10px;
      border-bottom: 1px solid #eee; }
      .dashboard .card.digital-presence .card-body h4 svg {
        color: #4acde4;
        margin-right: 10px;
        display: inline-block;
        transition: 0.3s; }
      .dashboard .card.digital-presence .card-body h4 svg.fa-minus.hide {
        display: none; }
      .dashboard .card.digital-presence .card-body h4 svg.fa-plus {
        display: none; }
      .dashboard .card.digital-presence .card-body h4 svg.fa-plus.hide {
        display: inline-block; }
      .dashboard .card.digital-presence .card-body h4:hover {
        background: #f8f8f8; }
        .dashboard .card.digital-presence .card-body h4:hover svg {
          color: #06121f; }
      .dashboard .card.digital-presence .card-body h4:last-child {
        border-bottom: 0; }
    .dashboard .card.digital-presence .card-body h5 {
      margin: 0;
      margin-left: 20px;
      text-transform: uppercase;
      font-size: 12px;
      color: #06121f;
      color: #555;
      font-weight: 500;
      letter-spacing: 1px;
      border-bottom: 2px solid #eee; }
      .dashboard .card.digital-presence .card-body h5 svg.fa-check {
        color: green;
        margin-right: 10px; }
      .dashboard .card.digital-presence .card-body h5 svg.fa-times {
        color: red;
        margin-right: 10px; }
    .dashboard .card.digital-presence .card-body ul {
      margin-bottom: 10px; }
      .dashboard .card.digital-presence .card-body ul li {
        margin-left: 20px; }
        .dashboard .card.digital-presence .card-body ul li:hover svg {
          transform: translateX(-8px);
          color: #4acde4; }
        .dashboard .card.digital-presence .card-body ul li h5 {
          text-transform: none;
          font-size: 12px;
          letter-spacing: 0;
          color: #555;
          cursor: pointer;
          border: 0;
          margin: 0;
          padding: 5px 20px; }
          .dashboard .card.digital-presence .card-body ul li h5 svg {
            color: #4acde4;
            margin-left: 10px;
            transition: 0.3s; }
            .dashboard .card.digital-presence .card-body ul li h5 svg.active {
              transform: translateX(-8px) rotate(180deg); }
          .dashboard .card.digital-presence .card-body ul li h5 img {
            max-width: 100%;
            width: 40px;
            height: 40px;
            display: inline-block;
            border: 1px solid #eee;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
            transition: 0.3s;
            overflow: hidden;
            margin-right: 20px; }
          .dashboard .card.digital-presence .card-body ul li h5:hover img {
            transform: scale3d(1.1, 1.1, 1.1); }
        .dashboard .card.digital-presence .card-body ul li ul {
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          margin: 0; }
          .dashboard .card.digital-presence .card-body ul li ul.active {
            max-height: 50000px;
            opacity: 1;
            margin-left: 60px; }
          .dashboard .card.digital-presence .card-body ul li ul li .fa-external-link {
            opacity: 0; }
          .dashboard .card.digital-presence .card-body ul li ul li:hover svg {
            color: #06121f; }
          .dashboard .card.digital-presence .card-body ul li ul li:hover .fa-external-link {
            color: #4acde4;
            opacity: 1;
            transform: translateX(8px); }
    .dashboard .card .card-header {
      background: #fff;
      padding: 0.75rem 1.25rem; }
      .dashboard .card .card-header h4 {
        margin: 0;
        padding: 0;
        font-size: 18px; }
        .dashboard .card .card-header h4 img {
          max-width: 50px; }
    .dashboard .card.preloader .card-body {
      min-height: 150px; }
    .dashboard .card .card-body {
      position: relative; }
      .dashboard .card .card-body #spend {
        font-size: 12px;
        padding: 0 1.25rem; }
        @media (max-width: 991px) {
          .dashboard .card .card-body #spend {
            font-size: 10px; } }
        .dashboard .card .card-body #spend .head {
          text-transform: uppercase;
          padding: 10px 0;
          border-top: 1px solid #eee;
          border-bottom: 1px solid #999;
          font-weight: bold;
          color: #06121f; }
        .dashboard .card .card-body #spend .sum {
          text-transform: uppercase;
          padding: 10px 0;
          font-weight: bold;
          border-bottom: 1px solid #eee;
          cursor: pointer;
          transition: 0.3s; }
          .dashboard .card .card-body #spend .sum svg {
            color: #4acde4;
            margin-right: 5px;
            transition: 0.3s; }
          .dashboard .card .card-body #spend .sum:hover {
            background: #f8f8f8; }
          .dashboard .card .card-body #spend .sum.active svg {
            transform: rotate(180deg);
            color: #de1f26; }
        .dashboard .card .card-body #spend .drop {
          max-height: 0;
          overflow: hidden;
          transition: 0.3s;
          opacity: 0;
          height: 0;
          align-items: center;
          border-bottom: 1px solid #eee; }
          .dashboard .card .card-body #spend .drop a {
            color: #06121f; }
            .dashboard .card .card-body #spend .drop a svg {
              color: #ccc;
              margin-right: 15px;
              transition: 0.3s; }
            .dashboard .card .card-body #spend .drop a:hover {
              text-decoration: none; }
              .dashboard .card .card-body #spend .drop a:hover svg {
                color: #ccc;
                transform: translateX(5px); }
          .dashboard .card .card-body #spend .drop.show {
            max-height: 2000px;
            opacity: 1;
            height: 40px; }
    .dashboard .card thead {
      background: #4acde4; }
      .dashboard .card thead th {
        border-top: 0;
        color: #06121f;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        color: #06121f; }
    .dashboard .card ul {
      padding: 0;
      margin: 0;
      overflow: hidden;
      transition: 0.3s; }
      .dashboard .card ul li {
        list-style-type: none;
        padding: 10px;
        border-bottom: 1px solid #eee; }
        .dashboard .card ul li:hover svg {
          color: #06121f;
          transform: translateX(-4px); }
        .dashboard .card ul li:hover a {
          text-decoration: none;
          opacity: 1; }
        .dashboard .card ul li svg {
          color: #4acde4;
          transform: translateX(-8px);
          transition: 0.3s ease-in-out; }
        .dashboard .card ul li a {
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 1px;
          color: #06121f;
          transition: 0.3s ease-in-out;
          opacity: 0.8333;
          display: block; }
          .dashboard .card ul li a span {
            background: #f1f4f6;
            display: inline-block;
            padding: 3px 5px;
            margin-right: 5px;
            border: 1px solid #ccc;
            margin-left: 5px;
            border-radius: 5px; }
            .dashboard .card ul li a span.anti {
              color: #f45531; }
            .dashboard .card ul li a span.pro {
              color: #21ce98; }
          .dashboard .card ul li a img {
            max-width: 100%;
            width: 60px;
            height: 60px;
            display: inline-block;
            border: 1px solid #eee;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
            transition: 0.3s;
            overflow: hidden;
            margin-right: 20px; }
            .dashboard .card ul li a img:hover {
              transform: scale3d(1.1, 1.1, 1.1); }
            @media (max-width: 575px) {
              .dashboard .card ul li a img {
                max-width: 100%;
                width: 40px;
                height: 40px; } }
        .dashboard .card ul li:last-child {
          border-bottom: 0; }
      .dashboard .card ul.archiveList {
        max-height: 0;
        transition: 0.3s;
        overflow: hidden;
        margin-top: 10px; }
        .dashboard .card ul.archiveList.active {
          max-height: 10000px; }
    .dashboard .card .viewMore {
      background: #fff;
      text-transform: uppercase;
      cursor: pointer;
      text-align: center;
      font-size: 12px;
      letter-spacing: 2px;
      padding: 10px;
      border: 1px solid #eee;
      border-radius: 3px;
      margin-top: 10px;
      transition: 0.3s; }
      .dashboard .card .viewMore:hover {
        color: #4acde4; }
      .dashboard .card .viewMore svg {
        color: #4acde4;
        font-size: 14px; }
    .dashboard .card .viewMore.hidden {
      opacity: 0;
      max-height: 0;
      margin-top: 0; }
    .dashboard .card h1 {
      font-size: 26px;
      text-align: left;
      font-weight: bold;
      border-bottom: 2px solid #4acde4; }
    .dashboard .card p {
      margin: 0; }
    .dashboard .card h4 {
      margin: 0 0 10px;
      border: 0; }
      @media (max-width: 575px) {
        .dashboard .card h4 {
          font-size: 16px; } }
      .dashboard .card h4 img {
        box-shadow: none;
        border: 0;
        max-width: 60px;
        max-height: 60px;
        display: inline-block;
        margin: 0 10px 0 0; }
        @media (max-width: 575px) {
          .dashboard .card h4 img {
            max-width: 100%;
            width: 40px;
            height: 40px; } }
    .dashboard .card h5 {
      font-weight: thin; }
    .dashboard .card .btn {
      background: #4acde4;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px;
      padding: 15px 20px; }
      .dashboard .card .btn pa svg {
        color: #4acde4; }
      .dashboard .card .btn:hover {
        background: #06121f; }
    .dashboard .card .pageList {
      display: flex;
      align-items: center;
      padding: 10px 0;
      border-bottom: #eee 1px solid; }
      .dashboard .card .pageList .linkTitle {
        text-align: center;
        text-transform: uppercase;
        color: #06121f;
        font-size: 12px;
        letter-spacing: 1px;
        display: block;
        margin: 0 0 0 15px; }
        .dashboard .card .pageList .linkTitle:hover {
          background-size: 0%; }
      .dashboard .card .pageList a.logoLink {
        height: 60px; }
        .dashboard .card .pageList a.logoLink .logo {
          max-width: 100%;
          width: 60px;
          height: 60px;
          display: inline-block;
          border: 1px solid #eee;
          -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
          -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
          transition: 0.3s;
          overflow: hidden; }
          .dashboard .card .pageList a.logoLink .logo:hover {
            transform: scale3d(1.1, 1.1, 1.1); }
      .dashboard .card .pageList:last-child {
        border-bottom: 0; }
  .dashboard .intro {
    margin-top: 40px; }
  .dashboard img {
    max-width: 100%;
    display: block;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075); }
  .dashboard .extLink {
    text-align: center;
    text-transform: uppercase;
    color: #06121f;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 0 20px;
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 3px; }
    .dashboard .extLink:hover {
      background-size: 0%; }
  .dashboard h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 0 20px;
    text-align: left;
    font-weight: 800;
    border-bottom: 2px solid #4acde4;
    padding: 0 0 5px; }
  .dashboard h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    text-align: left;
    font-weight: 800;
    padding: 0 0 5px;
    color: #666; }

.amountSpent {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 15px 0; }
  .amountSpent .amountScrollSmall {
    overflow-x: scroll;
    padding: 15px 0; }
    @media (max-width: 991px) {
      .amountSpent .amountScrollSmall {
        -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid #eee; } }
  @media (max-width: 991px) {
    .amountSpent .amountScrollSmall::-webkit-scrollbar-track {
      background-color: #ccc; }
    .amountSpent .amountScrollSmall::-webkit-scrollbar-thumb {
      background-color: #5a6268; }
    .amountSpent .amountScrollSmall::-webkit-scrollbar {
      width: 10px;
      background-color: #ccc; } }
  .amountSpent .amountShell {
    padding: 0 15px; }
    @media (max-width: 991px) {
      .amountSpent .amountShell {
        padding: 0; } }
  @media (max-width: 991px) {
    .amountSpent #adSpend {
      min-width: 1024px; } }
  .amountSpent h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-weight: 800;
    display: flex;
    justify-content: start;
    align-items: center; }
    .amountSpent h3 strong {
      /* flex: 1 1 auto; */
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin-left: 5px;
      position: relative; }
      .amountSpent h3 strong svg {
        color: #ccc; }
    .amountSpent h3 span {
      display: none;
      color: #ccc;
      font-size: 12px;
      margin-left: 5px; }
      @media (max-width: 991px) {
        .amountSpent h3 span {
          display: inline-block; } }
      .amountSpent h3 span svg {
        color: #4acde4; }
  .amountSpent h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 3px solid #4acde4;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .amountSpent h6 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 3px solid #4acde4;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .amountSpent .btnContain {
    display: flex;
    align-items: center;
    margin-top: 25px; }
    .amountSpent .btnContain span {
      font-size: 12px;
      margin: 0 5px; }
      .amountSpent .btnContain span:first-child {
        margin-left: 0; }
  .amountSpent .dropdown-item {
    font-size: 12px; }
  .amountSpent .btn {
    background: #f8f8f8;
    border: 1px solid #eee;
    color: #666;
    font-size: 12px;
    padding: 5px;
    height: 100%; }
  .amountSpent p {
    margin: 0;
    font-size: 20px; }
  .amountSpent p.down {
    color: #f45531; }
  .amountSpent p.up {
    color: #21ce98; }
  .amountSpent p.equal {
    color: #ccc; }
  .amountSpent .adsNumber {
    font-size: 14px; }
    .amountSpent .adsNumber span {
      font-weight: 700; }
  .amountSpent span.delta {
    display: inline-block;
    margin-right: 5px;
    font-size: 10px; }
  @media (max-width: 991px) {
    .amountSpent h4 {
      padding-bottom: 5px;
      border-bottom: 2px solid #4acde4;
      margin-top: 0px; }
    .amountSpent:first-child {
      margin-top: 0; } }
  .amountSpent .latestWeek {
    margin-bottom: 20px; }
  .amountSpent .pastWeek {
    padding: 5px 0;
    border-top: 1px solid #eee; }
    .amountSpent .pastWeek p {
      font-size: 12px; }
    .amountSpent .pastWeek:last-child {
      display: none; }
    .amountSpent .pastWeek .dataTip {
      padding: 5px 15px;
      transition: 0.3s;
      cursor: pointer;
      position: relative; }
      .amountSpent .pastWeek .dataTip:hover {
        background: #f8f8f8; }

.apiTable {
  font-size: 12px;
  padding: 20px 0;
  background: #fff; }
  .apiTable h3 svg {
    color: #ccc; }
  .apiTable .tableScrollSmall {
    overflow-x: scroll;
    padding: 15px 0; }
  @media (max-width: 991px) {
    .apiTable .tableScrollSmall::-webkit-scrollbar-track {
      background-color: #ccc; }
    .apiTable .tableScrollSmall::-webkit-scrollbar-thumb {
      background-color: #5a6268; }
    .apiTable .tableScrollSmall::-webkit-scrollbar {
      width: 10px;
      background-color: #ccc; } }
  .apiTable .tableShell {
    padding: 0 15px; }
    @media (max-width: 991px) {
      .apiTable .tableShell {
        padding: 0; } }
  @media (max-width: 991px) {
    .apiTable #tableContain {
      min-width: 1024px; } }
  .apiTable h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-weight: 800;
    display: flex;
    justify-content: space-between; }
    .apiTable h3 span {
      display: none;
      color: #ccc;
      font-size: 12px; }
      @media (max-width: 991px) {
        .apiTable h3 span {
          display: inline-block; } }
      .apiTable h3 span svg {
        color: #4acde4; }
  .apiTable .scroll {
    margin-left: 10px; }
  .apiTable .return {
    margin: 20px 0;
    display: flex;
    align-items: center; }
  .apiTable h6 {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase; }
  .apiTable .btn {
    background: #f8f8f8;
    border: 1px solid #eee;
    color: #666;
    font-size: 12px;
    padding: 5px;
    height: 100%; }
  .apiTable .dropdown-item {
    font-size: 12px; }
  .apiTable .tooltip > .tooltip-inner {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px !important; }
  .apiTable .table {
    font-size: 10px; }
    .apiTable .table a {
      color: #4acde4; }
    .apiTable .table span {
      color: #0d2f53;
      cursor: pointer;
      font-weight: bold; }
    .apiTable .table h3 svg {
      color: #ccc; }
  .apiTable .dataTables_filter,
  .apiTable .dataTables_length {
    float: left;
    padding: 0 10px 0 0; }
  .apiTable .page-item .page-link {
    color: #4acde4; }
  .apiTable .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4acde4;
    border-color: #4acde4; }
  .apiTable div.dataTables_wrapper div.dataTables_filter input {
    border: 0;
    border: 1px solid #eee;
    border-radius: 5px; }
  .apiTable table.dataTable thead th {
    border-bottom: #333; }
  .apiTable table.dataTable.no-footer {
    border-bottom: 1px solid #eee; }
  .apiTable .paging_simple_numbers {
    margin: 10px 0 0 !important; }
    .apiTable .paging_simple_numbers a {
      display: inline-block;
      margin: 0 5px;
      padding: 0 5px;
      cursor: pointer;
      color: #666; }
    .apiTable .paging_simple_numbers a.disabled {
      color: #ccc; }
    .apiTable .paging_simple_numbers a.previous {
      margin: 0;
      padding: 0; }
  .apiTable p.hiddenSortNumber {
    opacity: 0;
    height: 0;
    width: 0;
    line-height: 0;
    visibility: none; }
  .apiTable div.dataTables_wrapper div.dataTables_length,
  .apiTable div.dataTables_wrapper div.dataTables_filter,
  .apiTable div.dataTables_wrapper div.dataTables_info,
  .apiTable div.dataTables_wrapper div.dataTables_paginate {
    text-align: left; }

.graphUpper,
.graphLower {
  background: #fff; }
  .graphUpper h3,
  .graphLower h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 800; }
  .graphUpper h3 svg,
  .graphLower h3 svg {
    color: #ccc; }
  .graphUpper h4,
  .graphLower h4 {
    border-bottom-color: #eee; }
  .graphUpper .toggle,
  .graphLower .toggle {
    padding: 5px 10px; }
  .graphUpper .toggle.activeToggle,
  .graphLower .toggle.activeToggle {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .graphUpper .chartDiv,
  .graphLower .chartDiv {
    width: 100%;
    height: 550px;
    font-size: 10px; }
    .graphUpper .chartDiv tspan,
    .graphLower .chartDiv tspan {
      font-size: 11px; }

.hamburger {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  z-index: 1000; }
  @media (max-width: 767px) {
    .hamburger {
      display: inline-flex;
      align-items: center; } }
  .hamburger:focus {
    outline: none; }

.hamburger:hover {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 0.3s; }

.hamburger.is-active:hover {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 0.3s; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

footer {
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #eee;
  margin-top: 50px; }
  @media print {
    footer {
      display: none; } }
  footer span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px; }
    footer span strong {
      float: right; }

.tooltip > .tooltip-inner {
  font-family: urw-din, sans-serif;
  font-size: 10px !important;
  background-color: #06121f; }

.single-reports .dashboard {
  padding: 20px 0; }

.single-reports .intro {
  border-bottom: 3px solid #eee;
  background: #fff;
  margin-top: 100px; }
  .single-reports .intro .logo {
    max-width: 120px;
    display: block;
    margin: 20px 0 20px -15px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075); }
  .single-reports .intro h2 {
    font-size: 36px;
    color: #06121f;
    text-transform: uppercase;
    margin-top: 20px; }
  .single-reports .intro .controlContain {
    margin-right: -15px; }
  .single-reports .intro .dateContain {
    text-align: right; }
  .single-reports .intro a {
    color: #4acde4;
    font-weight: bold; }
    .single-reports .intro a:hover, .single-reports .intro a:focus {
      color: #06121f; }
  .single-reports .intro .pagContain {
    margin: 8px 0 0;
    text-align: right; }
  .single-reports .intro .pag {
    padding: 6px 12px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block; }
  .single-reports .intro span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px; }
  .single-reports .intro .disabled {
    color: #ccc; }
  @media (max-width: 575px) {
    .single-reports .intro .logo {
      max-width: 200px; }
    .single-reports .intro .pagContain {
      margin: 8px 0;
      text-align: left; }
    .single-reports .intro .dateContain {
      text-align: left; } }
.single-reports .main .card {
  padding: 20px; }

.single-reports .main h3 {
  margin: 10px 0; }

.single-reports .main .fb svg {
  color: #3b5998; }

.single-reports .main .tw svg {
  color: #1dcaff; }

.single-reports .main .ig svg {
  color: #e1306c; }

.single-reports .main .yt svg {
  color: #c4302b; }

.single-reports .main .wb svg {
  color: #ff9000; }

.single-reports .main .mt svg {
  color: #655caf; }

.single-reports .main h4 {
  margin-bottom: 30px; }

.single-reports .main h5 {
  font-size: 12px;
  color: #06121f;
  border-bottom: 3px solid #4acde4;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin: 10px 0;
  letter-spacing: 2px; }

.single-reports .main a {
  color: #06121f; }

.single-reports .main h6 {
  font-size: 14px;
  margin-bottom: 0;
  height: 32px;
  display: flex;
  align-items: center; }
  .single-reports .main h6 small {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px; }

.single-reports .main h6.accountName span {
  opacity: 0.5; }

.single-reports .main img {
  max-width: 100%;
  border: 1px solid #eee; }

.single-reports .main img.logo {
  max-height: 50px;
  border-radius: 50%; }

.single-reports .main .btn {
  background: #eee;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px; }
  .single-reports .main .btn span {
    font-weight: normal;
    color: #999; }

.single-reports .main .btn.active {
  color: #21ce98;
  background: #fff;
  border: 1px solid #eee;
  font-weight: bold; }

.single-reports .main .down {
  color: #f45531; }

.single-reports .main .up {
  color: #21ce98; }

.single-reports .main .equal {
  color: #ccc; }

.single-reports .main article {
  margin: 10px 0 40px; }
  .single-reports .main article h6 {
    margin-bottom: 10px; }

.single-reports .main .data {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #eee; }
  @media print {
    .single-reports .main .data {
      page-break-inside: avoid; } }
  .single-reports .main .data:hover {
    background: #f8f8f8;
    border-bottom: 0.5px solid #eee; }
  .single-reports .main .data .adsRunning h6 {
    display: none; }
  .single-reports .main .data .adsRunning.active {
    color: #4acde4; }

.single-reports .main .topPosts {
  padding-top: 20px; }

.single-reports .main .imgRow {
  padding: 40px 0; }
  .single-reports .main .imgRow h6 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 10px; }
  .single-reports .main .imgRow p svg {
    color: #4acde4;
    margin-right: 10px; }
  .single-reports .main .imgRow img {
    transition: 0.3s; }
    @media print {
      .single-reports .main .imgRow img {
        max-width: 300px;
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid; } }
    .single-reports .main .imgRow img:hover {
      transform: scale3d(1.1, 1.1, 1.1); }
  @media print {
    .single-reports .main .imgRow .row {
      page-break-inside: avoid; } }
  @media print {
    .single-reports .main .imgRow .pages {
      page-break-before: auto;
      page-break-after: auto;
      page-break-inside: avoid;
      position: relative; } }
  @media print {
    .single-reports .main .imgRow .pages ul {
      page-break-before: auto;
      page-break-after: auto;
      page-break-inside: avoid;
      position: relative; } }
  .single-reports .main .imgRow .pages a {
    color: #666;
    font-style: italic;
    font-size: 12px; }

.single-reports .main .title {
  display: none; }

@media (max-width: 991px) {
  .single-reports .main h6 {
    font-size: 10px; } }

@media (max-width: 575px) {
  .single-reports .main .row.header {
    display: none; }
  .single-reports .main h6 {
    font-size: 14px; }
    .single-reports .main h6 strong {
      border-bottom: 3px solid #eee; }
  .single-reports .main .title {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px; } }

.pages {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 20px;
  color: #666; }
  .pages ul {
    margin: 0;
    padding: 0;
    margin-left: 20px; }
    .pages ul li {
      font-size: 12px;
      font-style: italic;
      padding: 5px 0; }

.mentions h4 small {
  display: block; }

main.ad-reports,
main.projects {
  padding: 60px 0; }
  main.ad-reports iframe,
  main.projects iframe {
    width: 100%; }
  @media (max-width: 767px) {
    main.ad-reports,
    main.projects {
      padding: 80px 0 60px; } }
  @media (min-width: 1300px) {
    main.ad-reports .container,
    main.projects .container {
      max-width: 1276px; } }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.chartDiv {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  font-size: 12px; }

#contentTable {
  font-size: 12px; }

#filterSpendGraph .btn {
  font-size: 12px;
  text-transform: uppercase; }

.ad-reports .btn-download {
  background: #4acde4;
  color: #fff;
  border: 0;
  font-size: 14px; }
  .ad-reports .btn-download:hover {
    background: #06121f; }

.single-csat .mobileBreadcrumbs--inDashHeader {
  display: none !important; }

.single-csat .top {
  background: #fff;
  margin-top: 60px;
  padding: 20px 0 0;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03); }
  .single-csat .top .header {
    padding-bottom: 20px; }
  .single-csat .top .logo {
    max-width: 60px;
    margin: 0 20px 0 10px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.075);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 991px) {
      .single-csat .top .logo {
        max-height: 100px;
        max-width: 80px;
        /* margin-bottom: 10px; */ } }
  .single-csat .top h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0; }
    .single-csat .top h4 a {
      color: #4acde4;
      margin-top: 10px; }
  .single-csat .top .btn {
    background: #f8f8f8;
    border: 1px solid #eee;
    color: #666;
    margin-right: 10px;
    font-size: 14px; }
    .single-csat .top .btn svg {
      color: #06121f;
      margin-right: 5px; }
    @media (max-width: 767px) {
      .single-csat .top .btn {
        margin-top: 20px; } }
  .single-csat .top .spend-data {
    border-top: 1px solid #ddd;
    padding: 20px 0; }
    .single-csat .top .spend-data .spend-title {
      padding: 0 30px; }
      .single-csat .top .spend-data .spend-title h2 {
        padding: 0 0 20px;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center; }
        .single-csat .top .spend-data .spend-title h2 small {
          display: inline-block;
          font-size: 12px;
          color: #000;
          text-transform: none;
          background: #f8f8f8;
          border: 1px solid #eee;
          border-radius: 5px;
          padding: 8px;
          margin-top: 10px; }
    .single-csat .top .spend-data .spend-wrap {
      padding: 0 30px;
      display: flex;
      align-items: center; }
      .single-csat .top .spend-data .spend-wrap div.spend-card {
        flex: 1;
        text-align: center;
        padding: 0 10px;
        border-right: 1px solid #ddd; }
        .single-csat .top .spend-data .spend-wrap div.spend-card:last-child {
          border-right: 0; }
      .single-csat .top .spend-data .spend-wrap h2,
      .single-csat .top .spend-data .spend-wrap h3 {
        font-size: 14px;
        text-transform: uppercase;
        margin: 0; }
        .single-csat .top .spend-data .spend-wrap h2 strong,
        .single-csat .top .spend-data .spend-wrap h3 strong {
          display: block; }
      .single-csat .top .spend-data .spend-wrap h4 {
        font-size: 20px;
        margin-top: 4px;
        font-weight: bold; }
        .single-csat .top .spend-data .spend-wrap h4 small {
          font-size: 16px; }
      .single-csat .top .spend-data .spend-wrap h5 {
        font-size: 14px;
        margin: 0; }
      .single-csat .top .spend-data .spend-wrap h6 {
        font-size: 12px;
        margin: 0;
        text-transform: uppercase; }

@media (max-width: 575px) {
  .single-csat .header--info {
    font-size: 12px; }
    .single-csat .header--info h4 {
      font-size: 12px; }
    .single-csat .header--info .pg--title {
      font-size: 14px; } }

#CSAT-Table {
  margin-top: 0;
  padding: 20px 30px;
  border-radius: 5px; }
  #CSAT-Table .table-header {
    border-bottom: 1px solid #eee;
    padding: 20px; }
    #CSAT-Table .table-header h3 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0; }
  #CSAT-Table .top-bar {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
    #CSAT-Table .top-bar .search {
      position: relative;
      width: 100%; }
      #CSAT-Table .top-bar .search svg {
        position: absolute;
        top: 17.5px;
        left: 35px;
        color: #4acde4; }
      #CSAT-Table .top-bar .search input {
        width: 50%;
        height: 100%;
        padding: 15px 15px 15px 40px;
        border: 0;
        font-size: 13px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-left: 20px; }
    #CSAT-Table .top-bar .filter {
      white-space: nowrap;
      border: 0;
      padding: 0 15px;
      margin-left: 15px;
      font-size: 13px;
      display: flex;
      align-items: center; }
      #CSAT-Table .top-bar .filter span {
        margin: 0 5px;
        display: inline-block; }
      #CSAT-Table .top-bar .filter a {
        margin: 0 5px;
        padding: 5px 10px;
        color: #4acde4;
        text-transform: uppercase;
        border-radius: 5px; }
        #CSAT-Table .top-bar .filter a.active {
          background: #eee;
          color: #06121f;
          pointer-events: none; }
        #CSAT-Table .top-bar .filter a:hover {
          text-decoration: none;
          color: #06121f; }
  #CSAT-Table .table-wrapper {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    background: #fff;
    margin: 0;
    border-radius: 5px;
    opacity: 0;
    transition: .5s; }
  #CSAT-Table table {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    border-top: 0; }
    #CSAT-Table table thead tr th {
      padding: 10px 20px;
      padding-right: 30px;
      text-align: left;
      font-weight: bold;
      cursor: pointer;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #eee;
      position: relative;
      white-space: nowrap; }
      #CSAT-Table table thead tr th.no-sort {
        padding-right: 20px; }
      #CSAT-Table table thead tr th svg {
        color: #555;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -7px;
        opacity: 0; }
      #CSAT-Table table thead tr th:last-child {
        border-right: 0; }
      #CSAT-Table table thead tr th:hover {
        background: #f5f5f5; }
    #CSAT-Table table thead tr th.sort {
      padding-right: 45px; }
    #CSAT-Table table thead tr th.sort-active.asc {
      background-color: #f8f8f8; }
      #CSAT-Table table thead tr th.sort-active.asc svg.fa-sort-amount-up {
        opacity: 1; }
    #CSAT-Table table thead tr th.sort-active.desc {
      background-color: #f8f8f8; }
      #CSAT-Table table thead tr th.sort-active.desc svg.fa-sort-amount-down {
        opacity: 1; }
    #CSAT-Table table tbody tr {
      border-bottom: 1px solid #eee;
      transition: .3s; }
      #CSAT-Table table tbody tr.demo-tooltip-active {
        background: #f8f8f8; }
        #CSAT-Table table tbody tr.demo-tooltip-active .demo-tooltip-trigger svg.fa-search-minus {
          display: block; }
        #CSAT-Table table tbody tr.demo-tooltip-active .demo-tooltip-trigger svg.fa-search-plus {
          display: none; }
        #CSAT-Table table tbody tr.demo-tooltip-active .demo-tooltip {
          display: block; }
      #CSAT-Table table tbody tr svg.fa-search-minus,
      #CSAT-Table table tbody tr svg.fa-search-plus {
        font-size: 15px; }
      #CSAT-Table table tbody tr svg.fa-search-minus {
        display: none;
        color: #4acde4; }
      #CSAT-Table table tbody tr svg.fa-search-plus {
        display: block; }
      #CSAT-Table table tbody tr svg.fa-external-link {
        color: #888; }
      #CSAT-Table table tbody tr a {
        display: block;
        text-align: center;
        color: #4acde4; }
      #CSAT-Table table tbody tr:last-child {
        border-bottom: 0; }
      #CSAT-Table table tbody tr:hover {
        background: #f8f8f8; }
      #CSAT-Table table tbody tr td {
        padding: 7.5px 20px;
        text-align: left;
        border-right: 1px solid #eee;
        transition: .3s;
        white-space: nowrap; }
        #CSAT-Table table tbody tr td.wrap {
          white-space: normal; }
        #CSAT-Table table tbody tr td.has-tooltip {
          position: relative;
          text-align: center; }
        #CSAT-Table table tbody tr td.status {
          white-space: nowrap;
          color: #666; }
          #CSAT-Table table tbody tr td.status div {
            display: flex;
            align-items: center; }
        #CSAT-Table table tbody tr td:hover {
          background: #f5f5f5; }
        #CSAT-Table table tbody tr td .status-indicator {
          background-color: #4dd950;
          height: 8px;
          width: 8px;
          border-radius: 50%;
          display: inline-block;
          margin-right: 5px; }
        #CSAT-Table table tbody tr td .active {
          background-color: #4dd950; }
        #CSAT-Table table tbody tr td .inactive {
          background-color: orange; }
        #CSAT-Table table tbody tr td:last-child {
          border-right: 0; }
        #CSAT-Table table tbody tr td .demo-tooltip {
          display: none;
          position: absolute;
          width: 300px;
          top: 7.5px;
          right: calc(100% + 15px);
          background: #fff;
          border-radius: 5px;
          padding: 15px;
          color: #222;
          box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03); }
          #CSAT-Table table tbody tr td .demo-tooltip .demo-tooltip-pointer {
            position: absolute;
            top: 7.5px;
            right: -10px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #fff;
            opacity: 1; }
          #CSAT-Table table tbody tr td .demo-tooltip .demo-tooltip-row {
            display: flex; }
            #CSAT-Table table tbody tr td .demo-tooltip .demo-tooltip-row:hover {
              background: #f5f5f5; }
            #CSAT-Table table tbody tr td .demo-tooltip .demo-tooltip-row.header {
              font-weight: 600;
              border-bottom: 1px solid #eee; }
            #CSAT-Table table tbody tr td .demo-tooltip .demo-tooltip-row div {
              padding: 4px;
              width: 33.333333%;
              text-transform: capitalize; }
          #CSAT-Table table tbody tr td .demo-tooltip.demo-tooltip-active {
            display: block; }
        #CSAT-Table table tbody tr td .demo-tooltip-trigger,
        #CSAT-Table table tbody tr td .creative-trigger {
          position: relative;
          background: #fff;
          color: #888;
          border: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          padding: 10px;
          cursor: pointer;
          border-radius: 5px;
          box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.02), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.02), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.03), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.02); }
          #CSAT-Table table tbody tr td .demo-tooltip-trigger:hover,
          #CSAT-Table table tbody tr td .creative-trigger:hover {
            color: #333; }
  #CSAT-Table .table-top-bar,
  #CSAT-Table .table-bottom-bar {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #CSAT-Table .table-top-bar .pagination a,
    #CSAT-Table .table-bottom-bar .pagination a {
      color: #06121f;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      padding: 10px; }
      #CSAT-Table .table-top-bar .pagination a span,
      #CSAT-Table .table-bottom-bar .pagination a span {
        margin: 0 10px;
        font-size: 13px; }
        #CSAT-Table .table-top-bar .pagination a span:hover,
        #CSAT-Table .table-bottom-bar .pagination a span:hover {
          text-decoration: none; }
      #CSAT-Table .table-top-bar .pagination a svg,
      #CSAT-Table .table-bottom-bar .pagination a svg {
        color: #4acde4; }
      #CSAT-Table .table-top-bar .pagination a.disabled,
      #CSAT-Table .table-bottom-bar .pagination a.disabled {
        opacity: .3;
        pointer-events: none; }
  #CSAT-Table .table-top-bar {
    border-bottom: 1px solid #eee; }
  #CSAT-Table .table-bottom-bar {
    border-top: 1px solid #eee; }
  #CSAT-Table #Pagination {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee; }
    #CSAT-Table #Pagination a {
      color: #06121f;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      padding: 10px; }
      #CSAT-Table #Pagination a span {
        margin: 0 10px;
        font-size: 13px; }
        #CSAT-Table #Pagination a span:hover {
          text-decoration: none; }
      #CSAT-Table #Pagination a svg {
        color: #4acde4; }
      #CSAT-Table #Pagination a.disabled {
        opacity: .3;
        pointer-events: none; }
  #CSAT-Table #TableLoader.loaded {
    display: none; }
  #CSAT-Table #TableLoader .spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear; }
  #CSAT-Table #TableLoader .spinner .dot1,
  #CSAT-Table #TableLoader .spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out; }
  #CSAT-Table #TableLoader .spinner .dot1 {
    background-color: #00e8ad; }
  #CSAT-Table #TableLoader .spinner .dot2 {
    background-color: #4acde4; }
  #CSAT-Table #TableLoader .spinner .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
