* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
}

img {
  width: 100%;
  max-width: 1024px;
}

table {
  border: none;
  width: 100%;
}

a {
  text-decoration: none;
}

.link {
  text-decoration: none;
  padding: 8px 11px;
  border-radius: 4px;
  background-color: #3699FF;
  color: #FFFFFF;
  font-size: 12px;
}

#wrapper {
  width: 1024px;
  margin: 0 auto;
  color: #222222 !important;
}

#wrapper #header_1 {
  background: #1D134F;
  padding: 0 80px;
}

#wrapper #header_1 img {
  width: 90px;
}

#wrapper #header_2 {
  padding: 0 80px;
}

#wrapper #header_2 img {
  width: 90px;
}

#wrapper #hero {
  background: #1D134F;
  color: #fff;
  padding: 80px;
  margin-bottom: 64px;
}

#wrapper #hero .hero-content .hero-text h1 {
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}

#wrapper #hero .hero-content .hero-text .subheading {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#wrapper #hero .hero-content .hero-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 16px;
}

#wrapper #hero .hero-content .hero-img {
  text-align: right;
}

#wrapper #hero .hero-content .hero-img img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

#wrapper #transaction {
  padding: 0 80px 8px 80px;
}

#wrapper #transaction .transaction-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #A6A6A6;
}

#wrapper #transaction .transaction-text span {
  font-weight: 400;
}

#wrapper .section-header {
  padding: 13px 80px;
  background: #F7F7F7;
}

#wrapper .section-header img {
  width: 32px;
}

#wrapper .section-header .section-header-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #1D134F;
}

#wrapper .content {
  padding: 0 80px;
}

#wrapper .content .note-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #656565;
  margin-bottom: 28px;
}

#wrapper .content .note-text span {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #1D134F;
}

#wrapper .content .compliance-accuracy .compliance-accuracy-main-title,
#wrapper .content .compliance-accuracy .compliance-accuracy-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #1D134F;
  margin-bottom: 28px;
}

#wrapper .content .compliance-accuracy .compliance-accuracy-title {
  margin-bottom: 0px;
}

#wrapper .content .compliance-accuracy .compliance-accuracy-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #656565;
  margin-bottom: 28px;
}

#wrapper .confimed-profile {
  margin: 32px 0 42px 0;
}

#wrapper .confimed-profile td {
  padding: 10px 0;
}

#wrapper .confimed-profile .facebook td,
#wrapper .confimed-profile .twitter td,
#wrapper .confimed-profile .instagram td {
  border-bottom: 0.5px solid #DADADA;
}

#wrapper .confimed-profile img {
  width: 32px;
}

#wrapper .confimed-profile .confimed-profile-social {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1D134F;
  padding-left: 16px;
}

#wrapper .confimed-profile .confimed-profile-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #6A6A6A;
}

#wrapper .social-media-posts {
  margin: 32px 0 42px 0;
}

#wrapper .social-media-posts td {
  padding: 10px 0;
}

#wrapper .social-media-posts .good td,
#wrapper .social-media-posts .bad td {
  border-bottom: 0.5px solid #DADADA;
}

#wrapper .social-media-posts img {
  width: 32px;
}

#wrapper .social-media-posts p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 16px;
}

#wrapper .social-media-posts .social-media-posts-good {
  color: #10BE6A;
}

#wrapper .social-media-posts .social-media-posts-bad {
  color: #FE5C5C;
}

#wrapper .social-media-posts .social-media-posts-category {
  color: #775DBC;
}

#wrapper .news-web-search {
  margin: 32px 0 42px 0;
}

#wrapper .news-web-search td {
  padding: 10px 0;
}

#wrapper .news-web-search .good td,
#wrapper .news-web-search .bad td,
#wrapper .news-web-search .category-post td {
  border-bottom: 0.5px solid #DADADA;
}

#wrapper .news-web-search img {
  width: 32px;
}

#wrapper .news-web-search p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 16px;
}

#wrapper .news-web-search .news-web-search-good {
  color: #10BE6A;
}

#wrapper .news-web-search .news-web-search-bad {
  color: #FE5C5C;
}

#wrapper .news-web-search .news-web-search-category {
  color: #775DBC;
}

#wrapper .news-web-search .news-web-search-result {
  color: #3E51FF;
}

#wrapper .post-insights {
  padding-bottom: 80px;
}

#wrapper .post-insights .post-insights-good-bad {
  padding: 32px 0;
  border-bottom: 1px solid #DADADA;
}

#wrapper .post-insights .post-insights-social {
  padding: 32px 0;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 24px;
}

#wrapper .post-insights .total p {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #1D134F;
}

#wrapper .post-insights .total span {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #6A6A6A;
}

#wrapper .post-insights td {
  padding: 10px 0;
}

#wrapper .post-insights p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 16px;
}

#wrapper .post-insights .post-insights-good {
  color: #10BE6A;
}

#wrapper .post-insights .post-insights-bad {
  color: #FE5C5C;
}

#wrapper .post-insights p.post-insights-social-count {
  color: #6A6A6A;
}

#wrapper .post-insights .bad-social,
#wrapper .post-insights .good-social,
#wrapper .post-insights .social-zero,
#wrapper .post-insights .all-bad-social,
#wrapper .post-insights .all-good-social {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
}

#wrapper .post-insights .bad-social {
  background: #FE5C5C;
  border-radius: 10px 0px 0px 10px;
}

#wrapper .post-insights .all-bad-social {
  background: #FE5C5C;
  border-radius: 10px;
}

#wrapper .post-insights .good-social {
  background: #10BE6A;
  border-radius: 0px 10px 10px 0px;
}

#wrapper .post-insights .all-good-social {
  background: #10BE6A;
  border-radius: 10px;
}

#wrapper .post-insights .social-zero {
  background: #e2e2e2;
  border-radius: 10px;
}

#wrapper .top-categories {
  padding: 32px 0 200px 0;
}

#wrapper .top-categories .category {
  border-radius: 5.35593px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 24px;
}

#wrapper .top-categories .category:last-child {
  margin-right: 0;
}

#wrapper .top-categories .good {
  background: #C7FFE4;
  color: #006233;
}

#wrapper .top-categories .bad {
  background: #FFE4E4;
  color: #DD0303;
}

#wrapper .top-categories .others {
  background: #D8E0FF;
  color: #1D134F;
}

#wrapper .details {
  margin: 40px 0;
}

#wrapper .details .icon {
  width: 32px;
}

#wrapper .details .date {
  font-size: 12px;
  line-height: 15px;
  color: #6A6A6A;
}

#wrapper .details .key-good {
  background: #C7FEE4;
}

#wrapper .details .key-bad {
  background: #FFE4E4;
}

#wrapper .details .key-category {
  background: #E4E0F2;
}

#wrapper .details table.main {
  margin-bottom: 64px;
}

#wrapper .details table.main tr:first-child td.left,
#wrapper .details table.main tr:first-child td.right {
  padding-top: 0;
  padding-bottom: 24px;
}

#wrapper .details table.main tr td.left {
  padding-top: 24px;
  border-right: 0.5px solid #CBCBCB;
  border-bottom: 0.5px solid #CBCBCB;
  padding-bottom: 24px;
}

#wrapper .details table.main tr td.right {
  padding-top: 24px;
  border-bottom: 0.5px solid #CBCBCB;
  padding-bottom: 24px;
}

#wrapper .details table.main tr td.right img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 24px 0;
}

#wrapper .details table.main tr:last-child td.left,
#wrapper .details table.main tr:last-child td.right {
  border-bottom: none;
  padding-bottom: 0;
}

#wrapper .details table.main .good {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #10BE6A;
}

#wrapper .details table.main .bad {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FE5C5C;
}

#wrapper .details table.main .category {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #775DBC;
}

#wrapper .details table.main .search {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3E51FF;
}

#wrapper .details table.main .details-text {
  color: #6A6A6A;
  font-size: 12px;
  line-height: 15.08px;
  padding-bottom: 16px;
}

#wrapper .details table.main .hashtag,
#wrapper .details table.main a.text-link {
  color: #3699FF;
  font-size: 12px;
  line-height: 15.08px;
  padding: 0 8px 16px 0;
}

#wrapper .footer {
  padding: 14px 80px 0 80px;
}

#wrapper .footer .footer-text {
  font-size: 12px;
  line-height: 15px;
  color: #A6A6A6;
  border-top: 1px solid #E6E6E6;
  padding: 18px 0;
}
/*# sourceMappingURL=style.css.map */

#nav-header{
  height: 30px;
  width: 100%;
  background: rgba(0,0,0, 0.5);
  text-align: center;
  padding: 5px 20px 10px;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 12px;
}
#nav-header label{
  color: #fff;
}
#nav-header select{
  height: 15px;
  font-size: 10px;
  margin-left: 10px;
}