body .pagination > li > a, body .pagination > li.active > a, body .pagination > li.disabled a, body .pagination > li.disabled a:hover {
  background-color: #fff;
  background-image: none;
  text-shadow: none;
  color: #000; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

body {
  color: #333;
  background-color: #fff; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700; }
  body h3 > span {
    display: inline-block;
    position: relative; }
    body h3 > span .question {
      position: relative;
      display: inline-block;
      cursor: pointer;
      position: absolute;
      top: 50%;
      margin-top: -9px;
      right: -25px;
      width: 18px;
      height: 18px;
      font-size: 18px; }
      body h3 > span .question svg {
        font-size: 1em; }
      body h3 > span .question .custom-tooltip {
        transition: opacity .2s ease-in-out, transform .2s ease-in-out;
        height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        line-height: 0;
        display: inline-block;
        font-size: 12px;
        text-transform: lowercase;
        background-color: rgba(20, 20, 20, 0.9);
        color: white;
        padding: 5px;
        border-radius: 5px;
        width: 565px;
        position: absolute;
        top: -60px;
        left: 50%;
        margin-left: -282.5px;
        transform: translateY(20px);
        z-index: 20; }
      body h3 > span .question:hover .custom-tooltip {
        height: auto;
        visibility: visible;
        opacity: 1;
        line-height: 14px;
        transform: translateY(0); }
  body .tit-big {
    margin: 0 0 20px; }
  body .user-name {
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #666; }
  body .table > thead > tr > th {
    background-color: #fff; }
  body .table > tbody > tr > td {
    background-color: #fff;
    border-top: 1px solid #ddd; }
    body .table > tbody > tr > td .pending {
      color: red; }
  body .badge {
    background-color: #59f99e;
    color: #000; }
  body .wrap-btn {
    margin: 20px 0; }
  body .btn-default {
    transition: background-color .3s ease;
    background-image: none;
    background-color: #ccc;
    text-shadow: none;
    border: none;
    color: #000;
    font-weight: 700; }
    body .btn-default:focus, body .btn-default:hover, body .btn-default:active {
      background-color: #ddd !important;
      background-image: none !important;
      color: #000 !important;
      text-shadow: none !important;
      box-shadow: none !important;
      outline: none !important; }
  body .home-content {
    margin-top: 20px; }
    body .home-content > div {
      text-align: center; }
      body .home-content > div > div {
        border-radius: 10px;
        border: 4px solid #ccc;
        height: 35vh;
        margin-bottom: 20px; }
        body .home-content > div > div a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          padding: 0 5%;
          color: #000;
          font-size: 20px;
          font-weight: 700; }
          body .home-content > div > div a:hover {
            text-decoration: none; }
  body #histogram-chart {
    text-align: center;
    margin-top: 50px; }
    body #histogram-chart svg .entities-x-axis .tick text {
      transform: rotate(27deg);
      text-anchor: start; }
    body #histogram-chart svg .bar {
      fill: #59f99e; }
    body #histogram-chart svg .coolness {
      fill: #FF0000; }
  body .topics {
    margin-bottom: 50px; }
    body .topics ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body .topics ul li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between; }
        a body .topics ul li:last-child {
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; }
  body #insta_accounts .home-content .tit-big {
    margin-bottom: 10px;
    margin-left: 10px; }
  body #insta_accounts .home-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    body #insta_accounts .home-content ul li {
      cursor: pointer;
      position: relative;
      flex-basis: 250px;
      height: 250px;
      margin: 10px; }
      body #insta_accounts .home-content ul li .image {
        position: absolute;
        width: 100%;
        top: 0%;
        left: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
        z-index: 1; }
        body #insta_accounts .home-content ul li .image .overlay {
          position: relative;
          transition: background-color .3s ease-in-out;
          background-color: rgba(0, 0, 0, 0.5);
          display: flex;
          width: 100%;
          height: 100%;
          align-items: center;
          justify-content: center; }
          body #insta_accounts .home-content ul li .image .overlay svg {
            transition: opacity .3s ease-in-out;
            opacity: 0;
            position: absolute;
            top: 8px;
            right: 8px;
            font-size: 16px;
            color: #59f99e; }
            body #insta_accounts .home-content ul li .image .overlay svg.on {
              opacity: 1; }
          body #insta_accounts .home-content ul li .image .overlay span {
            color: #fff;
            font-weight: 700; }
      body #insta_accounts .home-content ul li.selected .image .overlay, body #insta_accounts .home-content ul li:hover .image .overlay {
        background-color: rgba(0, 0, 0, 0.7); }
  body #insta_accounts .wrap-btn {
    margin-left: 10px; }
  body .navbar-default {
    background-color: #000;
    background-image: none; }
    body .navbar-default .navbar-nav {
      width: 100%; }
      body .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        transition: color .3s ease;
        color: #fff;
        background-image: none; }
        body .navbar-default .navbar-nav > li > a img {
          display: none; }
        body .navbar-default .navbar-nav > li > a:hover {
          background-color: #000;
          color: #ccc; }
      body .navbar-default .navbar-nav > li.logout {
        float: right; }
    body .navbar-default.footer-colors {
      background-color: #f4f4f4;
      color: #000;
      min-height: 30px;
      line-height: 30px;
      border: 0;
      text-shadow: none; }
      body .navbar-default.footer-colors a {
        color: #000; }
  body .pagination > li > a {
    padding: 4px 10px; }
    body .pagination > li > a:hover {
      color: #fff; }
  body .pagination > li.active > a {
    background-color: #000;
    color: #fff; }
  body .pagination > li.disabled a {
    background-color: #ddd;
    color: #666;
    opacity: 0.5; }
    body .pagination > li.disabled a:hover {
      background-color: #ddd;
      color: #666; }
  body .pref-form label {
    display: block; }
  body .pref-form .industry-select {
    margin-bottom: 15px; }
  body .pref-form .instagram-input {
    margin-bottom: 45px; }
    body .pref-form .instagram-input input {
      width: 300px;
      height: 35px;
      outline: none;
      border: 1px solid #ccc;
      padding: 0 10px; }
