@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* line 5, app/assets/stylesheets/react_app/components.css.scss */
body {
  background: #f2f2f2;
  min-width: 1026px;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/react_app/components.css.scss */
input.error {
  border: 1px solid #ff3c37;
}

/* line 16, app/assets/stylesheets/react_app/components.css.scss */
form label {
  position: relative;
}

/* line 18, app/assets/stylesheets/react_app/components.css.scss */
form label i {
  position: absolute;
  bottom: 13px;
  left: 13px;
  color: #767884;
}

/* line 27, app/assets/stylesheets/react_app/components.css.scss */
select {
  height: 2em;
  font-size: 16px;
}

/* line 32, app/assets/stylesheets/react_app/components.css.scss */
.button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  background: #ff3c37;
  color: white;
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/react_app/components.css.scss */
.button:disabled {
  cursor: not-allowed;
}

/* line 46, app/assets/stylesheets/react_app/components.css.scss */
.link {
  color: #ff3c37;
}

/* line 50, app/assets/stylesheets/react_app/components.css.scss */
.secondary {
  background: white;
  border: 1px solid #ff3c37;
  color: #ff3c37;
}

/* line 54, app/assets/stylesheets/react_app/components.css.scss */
.secondary:disabled {
  color: #dedee3;
  border: 1px solid #dedee3;
}

/* line 60, app/assets/stylesheets/react_app/components.css.scss */
.danger {
  background: white;
  border: 1px solid #ff3c37;
  color: #ff3c37;
}

/* line 64, app/assets/stylesheets/react_app/components.css.scss */
.danger:disabled {
  color: #FF8A87;
  border: 1px solid #FF8A87;
}

/* line 70, app/assets/stylesheets/react_app/components.css.scss */
.danger-connect-btn {
  cursor: pointer;
  padding: 8px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

/* line 82, app/assets/stylesheets/react_app/components.css.scss */
.danger-connect-btn i {
  font-size: 14px;
  margin: 0 4px 0 0;
}

/* line 86, app/assets/stylesheets/react_app/components.css.scss */
.danger-connect-btn:disabled {
  border: 1px solid #dc3545;
  color: #dc3545;
}

/* line 92, app/assets/stylesheets/react_app/components.css.scss */
.connect-btn {
  cursor: pointer;
  padding: 8px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

/* line 104, app/assets/stylesheets/react_app/components.css.scss */
.connect-btn i {
  font-size: 14px;
  margin: 0 4px 0 0;
}

/* line 108, app/assets/stylesheets/react_app/components.css.scss */
.connect-btn:disabled {
  border: 1px solid #767884;
  color: #767884;
}

/* line 114, app/assets/stylesheets/react_app/components.css.scss */
.connect-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px auto;
  padding: 12px;
  border-bottom: 1px solid #bcbcc0;
}

/* line 123, app/assets/stylesheets/react_app/components.css.scss */
.app-header {
  min-width: 800px;
  height: 50px;
  line-height: 50px;
  background: black;
  color: white;
  padding: 0 20px;
}

/* line 132, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-logo {
  float: left;
  height: 50px;
}

/* line 135, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-logo img {
  height: 50px;
  padding: 8px 0;
}

/* line 141, app/assets/stylesheets/react_app/components.css.scss */
.header-profile {
  float: right;
  cursor: default;
}

/* line 144, app/assets/stylesheets/react_app/components.css.scss */
.header-profile i {
  margin-left: .5em;
}

/* line 149, app/assets/stylesheets/react_app/components.css.scss */
.profile-menu {
  position: absolute;
  width: auto;
  right: 0;
  z-index: 1500;
  background: black;
  border-radius: 0 0 0 6px;
  overflow: hidden;
}

/* line 157, app/assets/stylesheets/react_app/components.css.scss */
.profile-menu button, .profile-menu a {
  display: block;
  background: black;
  text-align: center;
  border-radius: 0;
  width: 100%;
}

/* line 161, app/assets/stylesheets/react_app/components.css.scss */
.profile-menu button:hover, .profile-menu a:hover {
  background: #ff3c37;
}

/* line 167, app/assets/stylesheets/react_app/components.css.scss */
.profile-menu:hover {
  background: #ff3c37;
}

/* line 172, app/assets/stylesheets/react_app/components.css.scss */
.auth-page {
  height: calc(100vh - 50px);
  overflow: auto;
}

/* line 177, app/assets/stylesheets/react_app/components.css.scss */
.auth-form {
  width: 600px;
  margin: 100px auto;
  padding: 50px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.22);
}

/* line 184, app/assets/stylesheets/react_app/components.css.scss */
.auth-form .button {
  text-align: center;
  margin-top: 24px;
  width: 100%;
}

/* line 189, app/assets/stylesheets/react_app/components.css.scss */
.auth-form select {
  width: 100%;
}

/* line 194, app/assets/stylesheets/react_app/components.css.scss */
.auth-login-btn {
  color: #FFF !important;
  background: #783AD0 !important;
}

/* line 199, app/assets/stylesheets/react_app/components.css.scss */
.logout-link {
  text-align: right;
  color: #ff3c37;
}

/* line 204, app/assets/stylesheets/react_app/components.css.scss */
.auth-tabs {
  margin: -50px -50px 50px -50px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}

/* line 211, app/assets/stylesheets/react_app/components.css.scss */
.auth-tab {
  display: block;
  float: left;
  text-transform: capitalize;
  text-align: center;
  padding: 16px;
  width: 50%;
  background: #dedee3;
}

/* line 219, app/assets/stylesheets/react_app/components.css.scss */
.auth-tab.selected {
  background: white;
}

/* line 224, app/assets/stylesheets/react_app/components.css.scss */
.auth-header {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* line 231, app/assets/stylesheets/react_app/components.css.scss */
.auth-label {
  margin-top: 24px;
  font-size: 18px;
}

/* line 234, app/assets/stylesheets/react_app/components.css.scss */
.auth-label.required {
  margin-top: 17px;
}

/* line 239, app/assets/stylesheets/react_app/components.css.scss */
.required:after {
  content: ' \2022';
  color: #ff3c37;
  vertical-align: super;
}

/* line 245, app/assets/stylesheets/react_app/components.css.scss */
.auth-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #bcbcc0;
  border-radius: 3px;
  margin-top: 14px;
  background: #f2f2f2;
  text-indent: 30px;
  height: 42px;
}

/* line 254, app/assets/stylesheets/react_app/components.css.scss */
.auth-field::-moz-placeholder {
  color: #767884;
}
.auth-field::placeholder {
  color: #767884;
}

/* line 259, app/assets/stylesheets/react_app/components.css.scss */
.no-icon {
  text-indent: 0;
}

/* line 263, app/assets/stylesheets/react_app/components.css.scss */
.auth-select {
  margin-top: 14px;
}

/* line 267, app/assets/stylesheets/react_app/components.css.scss */
.auth-checkbox {
  margin: 20px 0;
}

/* line 271, app/assets/stylesheets/react_app/components.css.scss */
.terms-link {
  display: inline;
  color: #ff3c37;
  margin-left: 4px;
  cursor: pointer;
}

/* line 278, app/assets/stylesheets/react_app/components.css.scss */
.auth-modal {
  width: 800px;
  padding: 47px;
}

/* line 281, app/assets/stylesheets/react_app/components.css.scss */
.auth-modal .button {
  width: 50%;
  margin: auto;
}

/* line 287, app/assets/stylesheets/react_app/components.css.scss */
.auth-modal-header {
  text-transform: uppercase;
  margin: -47px;
  margin-bottom: 0;
  padding: 0 47px;
  background: #f2f2f2;
  height: 55px;
  line-height: 55px;
  border-radius: 4px 4px 0 0;
}

/* line 298, app/assets/stylesheets/react_app/components.css.scss */
.terms {
  height: 326px;
  line-height: 26px;
  margin-top: 76px;
  margin-bottom: 38px;
  overflow: auto;
}

/* line 306, app/assets/stylesheets/react_app/components.css.scss */
.creator-terms {
  margin-top: 0;
}

/* line 308, app/assets/stylesheets/react_app/components.css.scss */
.creator-terms h3 {
  margin-bottom: 0;
}

/* line 311, app/assets/stylesheets/react_app/components.css.scss */
.creator-terms strong {
  font-weight: bold;
}

/* line 314, app/assets/stylesheets/react_app/components.css.scss */
.creator-terms ul li {
  list-style-type: square;
}

/* line 317, app/assets/stylesheets/react_app/components.css.scss */
.creator-terms a {
  text-decoration: underline;
  color: blue;
}

/* line 323, app/assets/stylesheets/react_app/components.css.scss */
.creator-terms li ol li {
  list-style-type: lower-alpha;
}

/* line 330, app/assets/stylesheets/react_app/components.css.scss */
.validation-error {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 14px;
  color: #ff3c37;
}

/* line 338, app/assets/stylesheets/react_app/components.css.scss */
.server-errors {
  height: 6px;
}

/* line 342, app/assets/stylesheets/react_app/components.css.scss */
.server-error {
  padding-top: 20px;
  font-size: 14px;
  color: #ff3c37;
}

/* line 348, app/assets/stylesheets/react_app/components.css.scss */
.timeout {
  padding: 50px;
}

/* line 350, app/assets/stylesheets/react_app/components.css.scss */
.timeout .button {
  float: right;
  margin-left: 25px;
}

/* line 356, app/assets/stylesheets/react_app/components.css.scss */
.app-nav {
  float: left;
  position: relative;
  width: 250px;
  height: calc(100vh - 50px);
  background: white;
}

/* line 362, app/assets/stylesheets/react_app/components.css.scss */
.app-nav .message-count {
  align-items: center;
  background: #ff3c37;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 14px;
  height: 14px;
  justify-content: center;
  margin-left: 8px;
  padding: 4px;
  width: 14px;
}

/* line 375, app/assets/stylesheets/react_app/components.css.scss */
.app-nav .terms-and-conditions {
  margin: 70px 0px 0px 40px;
}

/* line 377, app/assets/stylesheets/react_app/components.css.scss */
.app-nav .terms-and-conditions:hover {
  color: red;
}

/* line 381, app/assets/stylesheets/react_app/components.css.scss */
.app-nav .privacy-policy {
  margin: 15px 0px 0px 40px;
}

/* line 383, app/assets/stylesheets/react_app/components.css.scss */
.app-nav .privacy-policy:hover {
  color: red;
}

/* line 389, app/assets/stylesheets/react_app/components.css.scss */
.brand-logo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 160px;
  width: 160px;
  margin: 40px auto;
  border-radius: 3px;
}

/* line 398, app/assets/stylesheets/react_app/components.css.scss */
.nav-brand {
  border-bottom: 1px solid #bcbcc0;
}

/* line 402, app/assets/stylesheets/react_app/components.css.scss */
.nav-brand-placeholder {
  height: 50px;
  width: 250px;
  border-bottom: 1px solid #bcbcc0;
}

/* line 409, app/assets/stylesheets/react_app/components.css.scss */
.brand-name select {
  width: 100%;
}

/* line 414, app/assets/stylesheets/react_app/components.css.scss */
.select-brand {
  width: 100%;
  padding: 20px;
}

/* line 417, app/assets/stylesheets/react_app/components.css.scss */
.select-brand:disabled {
  color: #bcbcc0;
}

/* line 422, app/assets/stylesheets/react_app/components.css.scss */
.nav-link {
  position: relative;
  display: flex;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  border-bottom: 1px solid #bcbcc0;
  padding-left: 20px;
}

/* line 431, app/assets/stylesheets/react_app/components.css.scss */
.nav-link .link-row {
  align-items: center;
  display: flex;
}

/* line 435, app/assets/stylesheets/react_app/components.css.scss */
.nav-link .beta-label {
  height: 12.5px;
  line-height: 12.5px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
}

/* line 444, app/assets/stylesheets/react_app/components.css.scss */
.nav-link i {
  font-size: 24px;
  margin-right: 20px;
}

/* line 448, app/assets/stylesheets/react_app/components.css.scss */
.nav-link.selected {
  background: #AD8DE1 !important;
  color: white;
  border: 0;
}

/* line 452, app/assets/stylesheets/react_app/components.css.scss */
.nav-link.selected .border::before {
  border: 2px solid white;
}

/* line 455, app/assets/stylesheets/react_app/components.css.scss */
.nav-link.selected .icon-reports::before {
  border: 2px solid white;
}

/* line 458, app/assets/stylesheets/react_app/components.css.scss */
.nav-link.selected .message-count {
  background: white;
  color: #ff3c37;
}

/* line 464, app/assets/stylesheets/react_app/components.css.scss */
.nav-link.selected:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  height: 0;
  border-left: solid 10px #AD8DE1 !important;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  z-index: 1;
  float: right;
}

/* line 480, app/assets/stylesheets/react_app/components.css.scss */
.index-page {
  position: relative;
  height: calc(100vh - 50px);
  min-width: 440px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-auto-rows: min-content;
  grid-gap: 20px 40px;
  padding: 20px 40px;
  overflow: auto;
}

/* line 492, app/assets/stylesheets/react_app/components.css.scss */
.index {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-auto-rows: min-content;
  grid-gap: 40px;
  min-height: 100vh;
}

/* line 501, app/assets/stylesheets/react_app/components.css.scss */
.index-page-note {
  display: flex;
  grid-column: 1 / -1;
}

/* line 504, app/assets/stylesheets/react_app/components.css.scss */
.index-page-note img {
  width: 18px;
  height: 16px;
  margin-right: 8px;
}

/* line 511, app/assets/stylesheets/react_app/components.css.scss */
.card {
  height: -moz-min-content;
  height: min-content;
  padding: 20px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 8px 14px 0 rgba(216, 221, 230, 0.5);
}

/* line 519, app/assets/stylesheets/react_app/components.css.scss */
.card.report-date {
  height: unset;
  line-height: 32px;
}

/* line 524, app/assets/stylesheets/react_app/components.css.scss */
.search-card {
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}

/* line 529, app/assets/stylesheets/react_app/components.css.scss */
.search-card .influencer-search-name {
  background: #f2f2f2;
  color: #767884;
  border: 1px solid #bcbcc0;
  border-radius: 4px;
  padding: 12px;
}

/* line 538, app/assets/stylesheets/react_app/components.css.scss */
.search-header {
  grid-column: span 3;
  font-weight: bold;
  margin-bottom: -20px;
}

/* line 542, app/assets/stylesheets/react_app/components.css.scss */
.search-header.disabled {
  color: #bcbcc0;
}

/* line 547, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-note {
  font-size: 14px;
  color: #575a69;
  margin: 10px 0;
  line-height: 20px;
}

/* line 552, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-note a {
  text-decoration: underline;
}

/* line 557, app/assets/stylesheets/react_app/components.css.scss */
.keyword-search {
  grid-column: span 3;
}

/* line 559, app/assets/stylesheets/react_app/components.css.scss */
.keyword-search input:disabled {
  background: white;
}

/* line 565, app/assets/stylesheets/react_app/components.css.scss */
.search-submit .button {
  text-align: center;
}

/* line 570, app/assets/stylesheets/react_app/components.css.scss */
.search-date-header {
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 575, app/assets/stylesheets/react_app/components.css.scss */
.keyword-search {
  grid-column: span 3;
}

/* line 577, app/assets/stylesheets/react_app/components.css.scss */
.keyword-search input {
  width: 100%;
  padding: 12px;
  border: 1px solid #bcbcc0;
  border-radius: 3px;
  background: #f2f2f2;
  text-indent: 30px;
}

/* line 584, app/assets/stylesheets/react_app/components.css.scss */
.keyword-search input::-moz-placeholder {
  color: #767884;
}
.keyword-search input::placeholder {
  color: #767884;
}

/* line 590, app/assets/stylesheets/react_app/components.css.scss */
.report {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 594, app/assets/stylesheets/react_app/components.css.scss */
.report-path {
  color: #366DD2;
  border-bottom: 1px dotted #366DD2;
}

/* line 597, app/assets/stylesheets/react_app/components.css.scss */
.report-path:hover {
  color: black;
  border-bottom: 1px solid white;
}

/* line 603, app/assets/stylesheets/react_app/components.css.scss */
.transcript-card {
  grid-column: 1/-1;
  height: 180px;
}

/* line 608, app/assets/stylesheets/react_app/components.css.scss */
.transcript-image {
  float: left;
}

/* line 610, app/assets/stylesheets/react_app/components.css.scss */
.transcript-image img {
  height: 180px;
  width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 617, app/assets/stylesheets/react_app/components.css.scss */
.transcript-details {
  float: left;
  width: calc(100% - 320px);
  padding: 0 20px;
}

/* line 623, app/assets/stylesheets/react_app/components.css.scss */
.transcript-header {
  line-height: 20px;
  overflow: hidden;
}

/* line 628, app/assets/stylesheets/react_app/components.css.scss */
.transcript-title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 637, app/assets/stylesheets/react_app/components.css.scss */
.transcript-author {
  float: left;
  text-decoration: underline;
  margin-left: 20px;
}

/* line 643, app/assets/stylesheets/react_app/components.css.scss */
.transcript-date {
  line-height: 20px;
  margin: 10px 0;
  color: #bcbcc0;
}

/* line 649, app/assets/stylesheets/react_app/components.css.scss */
.highlighted {
  text-decoration: underline;
}

/* line 653, app/assets/stylesheets/react_app/components.css.scss */
.transcript {
  height: 90px;
  color: #767884;
  overflow: auto;
  cursor: default;
}

/* line 658, app/assets/stylesheets/react_app/components.css.scss */
.transcript .highlighted {
  color: #000000;
  font-size: 17px;
  background-color: #ffff00;
  font-weight: bold;
  text-decoration: none;
}

/* line 667, app/assets/stylesheets/react_app/components.css.scss */
.transcript-footer {
  height: 20px;
  margin-top: 10px;
}

/* line 672, app/assets/stylesheets/react_app/components.css.scss */
.transcript-detail {
  float: left;
  padding-right: 20px;
}

@media (max-width: 1390px) {
  /* line 678, app/assets/stylesheets/react_app/components.css.scss */
  .transcript-card {
    height: auto;
  }
  /* line 681, app/assets/stylesheets/react_app/components.css.scss */
  .transcript-image {
    display: none;
  }
  /* line 684, app/assets/stylesheets/react_app/components.css.scss */
  .transcript-details {
    width: 100%;
  }
  /* line 687, app/assets/stylesheets/react_app/components.css.scss */
  .transcript {
    height: auto;
    max-height: 90px;
  }
}

/* line 693, app/assets/stylesheets/react_app/components.css.scss */
.card-title {
  margin-right: 70px;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 700, app/assets/stylesheets/react_app/components.css.scss */
.influencer-card-header {
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 705, app/assets/stylesheets/react_app/components.css.scss */
.influencer-card-title {
  float: left;
  height: 100px;
  line-height: 100px;
  max-width: calc(100% - 100px);
  padding-left: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: visible;
}

/* line 714, app/assets/stylesheets/react_app/components.css.scss */
.influencer-card-title img {
  margin: 8px;
  width: 20px;
}

/* line 720, app/assets/stylesheets/react_app/components.css.scss */
.card-image {
  position: relative;
  overflow: hidden;
  height: 0;
}

/* line 724, app/assets/stylesheets/react_app/components.css.scss */
.card-image.video-image {
  padding-top: 56%;
}

/* line 727, app/assets/stylesheets/react_app/components.css.scss */
.card-image.square {
  padding-top: 100%;
}

/* line 729, app/assets/stylesheets/react_app/components.css.scss */
.card-image.square img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 733, app/assets/stylesheets/react_app/components.css.scss */
.card-image.popup-square {
  padding-top: 75%;
}

/* line 735, app/assets/stylesheets/react_app/components.css.scss */
.card-image.popup-square img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 739, app/assets/stylesheets/react_app/components.css.scss */
.card-image img, .card-image iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 749, app/assets/stylesheets/react_app/components.css.scss */
.video-card-image {
  position: relative;
  width: 100%;
}

/* line 752, app/assets/stylesheets/react_app/components.css.scss */
.video-card-image .sponsorship-label {
  position: absolute;
  padding: 2%;
  margin: 4% 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* line 762, app/assets/stylesheets/react_app/components.css.scss */
.video-card-image img {
  width: 100%;
}

/* line 767, app/assets/stylesheets/react_app/components.css.scss */
.sponsored-indicator {
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #767884;
}

/* line 778, app/assets/stylesheets/react_app/components.css.scss */
.sponsored {
  background-color: #FF8A87;
}

/* line 782, app/assets/stylesheets/react_app/components.css.scss */
.unsponsored {
  background-color: #1CD589;
}

/* line 786, app/assets/stylesheets/react_app/components.css.scss */
.advertisement {
  background-color: #FFB52D;
}

/* line 790, app/assets/stylesheets/react_app/components.css.scss */
.influencer-card-image {
  float: left;
  margin-bottom: 10px;
}

/* line 793, app/assets/stylesheets/react_app/components.css.scss */
.influencer-card-image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

/* line 800, app/assets/stylesheets/react_app/components.css.scss */
.card-details {
  padding-bottom: 20px;
}

/* line 804, app/assets/stylesheets/react_app/components.css.scss */
.detail {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px;
}

/* line 809, app/assets/stylesheets/react_app/components.css.scss */
.detail i {
  font-size: 16px;
}

/* line 812, app/assets/stylesheets/react_app/components.css.scss */
.detail b {
  text-transform: capitalize;
}

/* line 815, app/assets/stylesheets/react_app/components.css.scss */
.detail .contact-link {
  text-decoration: underline;
}

/* line 820, app/assets/stylesheets/react_app/components.css.scss */
.detail-list {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 4px;
}

/* line 825, app/assets/stylesheets/react_app/components.css.scss */
.detail-list i {
  font-size: 16px;
}

/* line 828, app/assets/stylesheets/react_app/components.css.scss */
.detail-list b {
  text-transform: capitalize;
}

/* line 834, app/assets/stylesheets/react_app/components.css.scss */
.card-stats {
  display: flex;
  height: 75px;
  margin: 20px 0;
}

/* line 840, app/assets/stylesheets/react_app/components.css.scss */
.stat {
  display: flex;
  flex-direction: column;
  width: 33%;
  border-left: 1px solid #bcbcc0;
}

/* line 845, app/assets/stylesheets/react_app/components.css.scss */
.stat div {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 5px;
}

/* line 851, app/assets/stylesheets/react_app/components.css.scss */
.stat .value {
  font-weight: bold;
  align-items: flex-end;
}

/* line 855, app/assets/stylesheets/react_app/components.css.scss */
.stat .key {
  font-size: 14px;
}

/* line 858, app/assets/stylesheets/react_app/components.css.scss */
.stat:first-child {
  border: none;
}

/* line 863, app/assets/stylesheets/react_app/components.css.scss */
.increase {
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 866, app/assets/stylesheets/react_app/components.css.scss */
.increase i {
  color: #60c29a;
  font-weight: bold;
  margin: 0;
}

/* line 873, app/assets/stylesheets/react_app/components.css.scss */
.card-footer {
  border-top: 1px solid #dedee3;
  margin: -20px;
  padding: 20px;
  margin-top: 0;
}

/* line 880, app/assets/stylesheets/react_app/components.css.scss */
.note-actions {
  float: right;
}

/* line 882, app/assets/stylesheets/react_app/components.css.scss */
.note-actions label {
  float: left;
  margin-left: 10px;
}

/* line 888, app/assets/stylesheets/react_app/components.css.scss */
.action {
  font-size: 20px;
  color: #bcbcc0;
  cursor: pointer;
}

/* line 892, app/assets/stylesheets/react_app/components.css.scss */
.action i {
  margin: 0;
}

/* line 895, app/assets/stylesheets/react_app/components.css.scss */
.action.selected {
  color: #575a69;
}

/* line 900, app/assets/stylesheets/react_app/components.css.scss */
.note-container {
  position: relative;
  float: left;
}

/* line 905, app/assets/stylesheets/react_app/components.css.scss */
.note {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 250px;
  padding: 10px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #bcbcc0;
  border-radius: 3px;
  z-index: 1;
}

/* line 916, app/assets/stylesheets/react_app/components.css.scss */
.note:after {
  content: '';
  position: absolute;
  top: -11px;
  right: 63px;
  width: 20px;
  height: 20px;
  background: white;
  border-top: 1px solid #bcbcc0;
  border-left: 1px solid #bcbcc0;
  transform: rotate(45deg);
}

/* line 930, app/assets/stylesheets/react_app/components.css.scss */
.note-header {
  margin-bottom: 10px;
}

/* line 934, app/assets/stylesheets/react_app/components.css.scss */
.note-input {
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  height: 72px;
  border: 1px solid black;
  font-family: inherit;
  font-size: 14px;
}

/* line 944, app/assets/stylesheets/react_app/components.css.scss */
.note-button {
  margin-top: 10px;
  float: right;
  color: #ff3c37;
}

/* line 950, app/assets/stylesheets/react_app/components.css.scss */
.filters {
  position: relative;
  float: right;
  width: 336px;
  background: white;
  border-left: 1px solid #bcbcc0;
  color: #767884;
}

/* line 957, app/assets/stylesheets/react_app/components.css.scss */
.filters:after {
  content: '';
  display: block;
  position: absolute;
  height: 36px;
  width: 0;
  top: 21px;
  left: -1px;
  border: 1px solid white;
}

/* line 969, app/assets/stylesheets/react_app/components.css.scss */
.filters-overflow {
  height: calc(100vh - 50px);
  width: 351px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 975, app/assets/stylesheets/react_app/components.css.scss */
.filters-header {
  cursor: pointer;
  padding: 10px 0;
  font-weight: bold;
}

/* line 979, app/assets/stylesheets/react_app/components.css.scss */
.filters-header.sub {
  text-transform: capitalize;
  padding-left: 40px;
}

/* line 985, app/assets/stylesheets/react_app/components.css.scss */
.trending {
  margin-left: 8px;
  line-height: 25px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
}

/* line 991, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox'] {
  display: none;
}

/* line 994, app/assets/stylesheets/react_app/components.css.scss */
.trending div {
  float: left;
}

/* line 996, app/assets/stylesheets/react_app/components.css.scss */
.trending div:last-child {
  cursor: pointer;
}

/* line 1000, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox'] + div {
  margin-left: 10px;
  height: 25px;
  width: 75px;
  border-radius: 12.5px;
  text-align: center;
  background: #575a69;
  color: white;
}

/* line 1008, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox'] + div i {
  height: 23px;
  width: 23px;
  margin: 1px;
  border-radius: 11.5px;
  background: white;
  color: #575a69;
  float: left;
  font-weight: bold;
}

/* line 1019, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox']:checked + div {
  background: #60c29a;
  color: #f2f2f2;
}

/* line 1022, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox']:checked + div i {
  color: #60c29a;
  float: right;
}

/* line 1027, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox']:disabled + div {
  background: #bcbcc0;
}

/* line 1029, app/assets/stylesheets/react_app/components.css.scss */
.trending input[type='checkbox']:disabled + div i {
  color: #bcbcc0;
}

/* line 1035, app/assets/stylesheets/react_app/components.css.scss */
.filters-section {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #bcbcc0;
  overflow: hidden;
}

/* line 1040, app/assets/stylesheets/react_app/components.css.scss */
.filters-section span {
  text-transform: capitalize;
}

/* line 1043, app/assets/stylesheets/react_app/components.css.scss */
.filters-section.sub {
  border-bottom: none;
  margin: 0;
}

/* line 1047, app/assets/stylesheets/react_app/components.css.scss */
.filters-section .filter-options {
  max-height: 310px;
  overflow: auto;
}

/* line 1051, app/assets/stylesheets/react_app/components.css.scss */
.filters-section.disabled {
  color: #bcbcc0;
}

/* line 1053, app/assets/stylesheets/react_app/components.css.scss */
.filters-section.disabled .filters-header {
  cursor: not-allowed;
}

/* line 1059, app/assets/stylesheets/react_app/components.css.scss */
.filter {
  padding: 6px 0 6px 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1062, app/assets/stylesheets/react_app/components.css.scss */
.filter span {
  text-transform: capitalize;
}

/* line 1065, app/assets/stylesheets/react_app/components.css.scss */
.filter input[type='checkbox'] {
  margin-top: 0;
  cursor: pointer;
}

/* line 1069, app/assets/stylesheets/react_app/components.css.scss */
.filter:last-child {
  border: none;
}

/* line 1074, app/assets/stylesheets/react_app/components.css.scss */
.filters + .index-page {
  float: right;
  width: calc(100vw - 250px - 336px);
}

/* line 1079, app/assets/stylesheets/react_app/components.css.scss */
.filters-search {
  margin: 4px 0 4px 58px;
  border: 1px solid #bcbcc0;
  border-radius: 11px;
  text-indent: 11px;
  color: #767884;
  width: 200px;
}

/* line 1088, app/assets/stylesheets/react_app/components.css.scss */
.search-bar {
  grid-column: 1/-1;
  position: relative;
}

/* line 1091, app/assets/stylesheets/react_app/components.css.scss */
.search-bar input {
  width: 100%;
  padding: 10px;
  text-indent: 10px;
  border: 1px solid #bcbcc0;
  border-radius: 20px;
  background: white;
}

/* line 1098, app/assets/stylesheets/react_app/components.css.scss */
.search-bar input::-moz-placeholder {
  color: #bcbcc0;
}
.search-bar input::placeholder {
  color: #bcbcc0;
}

/* line 1101, app/assets/stylesheets/react_app/components.css.scss */
.search-bar input:disabled {
  border: 1px solid #dedee3;
}

/* line 1103, app/assets/stylesheets/react_app/components.css.scss */
.search-bar input:disabled::-moz-placeholder {
  color: #dedee3;
}
.search-bar input:disabled::placeholder {
  color: #dedee3;
}

/* line 1108, app/assets/stylesheets/react_app/components.css.scss */
.search-bar i {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 20px;
  padding: 10px;
  color: #bcbcc0;
  margin: 0;
}

/* line 1119, app/assets/stylesheets/react_app/components.css.scss */
.page-nav {
  grid-column: 1/-1;
  overflow: hidden;
}

/* line 1122, app/assets/stylesheets/react_app/components.css.scss */
.page-nav .tabs {
  border-bottom: 1px solid #bcbcc0;
  overflow: hidden;
}

/* line 1126, app/assets/stylesheets/react_app/components.css.scss */
.page-nav .button {
  float: right;
  width: auto;
  height: 30px;
  line-height: 30px;
  margin: 6px;
  font-size: 14px;
}

/* line 1136, app/assets/stylesheets/react_app/components.css.scss */
.nav-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}

/* line 1142, app/assets/stylesheets/react_app/components.css.scss */
.nav-title i {
  font-size: 24px;
}

/* line 1147, app/assets/stylesheets/react_app/components.css.scss */
.previous, .next {
  border: 1px solid #575a69;
  border-radius: 24px;
  margin-bottom: 20px;
}

/* line 1148, app/assets/stylesheets/react_app/components.css.scss */
.previous div, .next div {
  float: left;
  padding: 3px 12px;
}

/* line 1152, app/assets/stylesheets/react_app/components.css.scss */
.previous div:first-child, .next div:first-child {
  border-right: 1px solid #575a69;
}

/* line 1160, app/assets/stylesheets/react_app/components.css.scss */
.previous {
  float: left;
}

/* line 1164, app/assets/stylesheets/react_app/components.css.scss */
.next {
  float: right;
}

/* line 1168, app/assets/stylesheets/react_app/components.css.scss */
.toggle-filters-container {
  position: absolute;
  right: 11px;
}

/* line 1173, app/assets/stylesheets/react_app/components.css.scss */
.toggle-filters {
  position: fixed;
  top: 70px;
  height: 40px;
  line-height: 40px;
  width: 20px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  border: 1px solid #bcbcc0;
  border-right: none;
  background: white;
  color: #767884;
  cursor: pointer;
}

/* line 1186, app/assets/stylesheets/react_app/components.css.scss */
.toggle-filters i {
  width: 20px;
}

/* line 1191, app/assets/stylesheets/react_app/components.css.scss */
.tab {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #575a69;
  width: 220px;
  border-radius: 6px;
  margin: 6px;
  cursor: pointer;
  background: #dedee3;
  box-shadow: 0 8px 14px 0 rgba(216, 221, 230, 0.5);
}

/* line 1205, app/assets/stylesheets/react_app/components.css.scss */
.tab.selected {
  color: white;
  background: #575a69;
}

/* line 1211, app/assets/stylesheets/react_app/components.css.scss */
.sort {
  line-height: 32px;
  padding: 10px 8px;
}

/* line 1214, app/assets/stylesheets/react_app/components.css.scss */
.sort select {
  color: #767884;
  cursor: pointer;
}

/* line 1218, app/assets/stylesheets/react_app/components.css.scss */
.sort i {
  cursor: pointer;
}

/* line 1224, app/assets/stylesheets/react_app/components.css.scss */
.filters .date-range {
  padding: 10px 8px;
}

/* line 1229, app/assets/stylesheets/react_app/components.css.scss */
.detail-page {
  height: calc(100vh - 50px);
  min-width: 776px;
  padding: 40px;
  overflow: auto;
}

/* line 1234, app/assets/stylesheets/react_app/components.css.scss */
.detail-page .note-actions {
  margin-top: 20px;
}

/* line 1239, app/assets/stylesheets/react_app/components.css.scss */
.video-detail {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-gap: 30px;
  padding-top: 20px;
}

/* line 1246, app/assets/stylesheets/react_app/components.css.scss */
.my-annotations {
  grid-column: 1/-1;
}

/* line 1248, app/assets/stylesheets/react_app/components.css.scss */
.my-annotations .header {
  display: flex;
  align-items: center;
}

/* line 1251, app/assets/stylesheets/react_app/components.css.scss */
.my-annotations .header h3 {
  margin: 0;
  font-size: 18px;
}

/* line 1255, app/assets/stylesheets/react_app/components.css.scss */
.my-annotations .header i {
  font-size: 22px;
}

/* line 1261, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail {
  display: grid;
  grid-gap: 30px;
  padding-top: 20px;
}

/* line 1265, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail .tab-content {
  min-height: -moz-min-content;
  min-height: min-content;
}

/* line 1270, app/assets/stylesheets/react_app/components.css.scss */
.youtube-link {
  float: left;
  margin-top: 10px;
  margin-bottom: -10px;
  font-size: 28px;
}

/* line 1275, app/assets/stylesheets/react_app/components.css.scss */
.youtube-link i {
  margin: auto;
  color: #ff3c37;
  border: 1px solid #bcbcc0;
  border-radius: 6px;
  padding: 5px 10px;
}

/* line 1284, app/assets/stylesheets/react_app/components.css.scss */
.detail-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  display: flex;
  align-items: center;
}

/* line 1290, app/assets/stylesheets/react_app/components.css.scss */
.detail-title i {
  font-size: 24px;
}

/* line 1295, app/assets/stylesheets/react_app/components.css.scss */
.detail-title-container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

/* line 1301, app/assets/stylesheets/react_app/components.css.scss */
.video-title-sponsorship {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #575a69;
  margin-left: 12px;
}

/* line 1309, app/assets/stylesheets/react_app/components.css.scss */
.contact-info {
  line-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #dedee3;
  background: white;
  color: #575a69;
  cursor: default;
}

/* line 1316, app/assets/stylesheets/react_app/components.css.scss */
.contact-info .icon-contact {
  width: 30px;
}

/* line 1319, app/assets/stylesheets/react_app/components.css.scss */
.contact-info .icon-contact::before {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
}

/* line 1328, app/assets/stylesheets/react_app/components.css.scss */
.detail-header {
  display: flex;
  align-items: center;
  margin: 16px 0 12px;
}

/* line 1332, app/assets/stylesheets/react_app/components.css.scss */
.detail-header i {
  font-size: 20px;
  margin-bottom: 0;
}

/* line 1336, app/assets/stylesheets/react_app/components.css.scss */
.detail-header h4 {
  font-size: 16px;
  margin: 0;
}

/* line 1342, app/assets/stylesheets/react_app/components.css.scss */
.detail-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 26px;
  font-size: 14px;
}

/* line 1347, app/assets/stylesheets/react_app/components.css.scss */
.detail-section textarea {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 8px;
}

/* line 1356, app/assets/stylesheets/react_app/components.css.scss */
.accordian .card {
  overflow: hidden;
  padding: 0 20px;
  height: 50px;
  margin-bottom: 15px;
}

/* line 1362, app/assets/stylesheets/react_app/components.css.scss */
.accordian .open {
  height: auto;
}

/* line 1367, app/assets/stylesheets/react_app/components.css.scss */
.accordian-header {
  width: 100%;
  position: relative;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  padding: 13px 0;
}

/* line 1374, app/assets/stylesheets/react_app/components.css.scss */
.accordian-header i {
  font-size: 24px;
}

/* line 1377, app/assets/stylesheets/react_app/components.css.scss */
.accordian-header span + i {
  float: right;
  font-size: 16px;
}

/* line 1381, app/assets/stylesheets/react_app/components.css.scss */
.accordian-header img {
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  margin-top: 1px;
}

/* line 1387, app/assets/stylesheets/react_app/components.css.scss */
.accordian-header span {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 60px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1395, app/assets/stylesheets/react_app/components.css.scss */
.accordian-details {
  padding-bottom: 10px;
}

/* line 1399, app/assets/stylesheets/react_app/components.css.scss */
.accordian-detail {
  line-height: 24px;
  padding: 10px 0;
  overflow: hidden;
}

/* line 1403, app/assets/stylesheets/react_app/components.css.scss */
.accordian-detail i {
  font-size: 20px;
}

/* line 1406, app/assets/stylesheets/react_app/components.css.scss */
.accordian-detail b {
  text-transform: capitalize;
}

/* line 1409, app/assets/stylesheets/react_app/components.css.scss */
.accordian-detail a {
  text-decoration: underline;
}

/* line 1414, app/assets/stylesheets/react_app/components.css.scss */
.product-categories {
  float: right;
  width: calc(100% - 150px);
  padding: 5px 10px;
  border: 1px solid #bcbcc0;
  border-radius: 4px;
}

/* line 1422, app/assets/stylesheets/react_app/components.css.scss */
.accordian-description {
  line-height: 24px;
}

/* line 1426, app/assets/stylesheets/react_app/components.css.scss */
.card.tabs {
  grid-column: 1/-1;
  padding: 0;
}

/* line 1431, app/assets/stylesheets/react_app/components.css.scss */
.detail-tabs {
  background: #dedee3;
  color: black;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  font-weight: bold;
}

/* line 1437, app/assets/stylesheets/react_app/components.css.scss */
.detail-tabs.single {
  background: white;
}

/* line 1442, app/assets/stylesheets/react_app/components.css.scss */
.detail-tab {
  float: left;
  padding: 17.5px;
  text-align: center;
  cursor: default;
}

/* line 1447, app/assets/stylesheets/react_app/components.css.scss */
.detail-tab i {
  font-size: 20px;
}

/* line 1450, app/assets/stylesheets/react_app/components.css.scss */
.detail-tab.active {
  background: white;
  border-radius: 6px 6px 0 0;
}

/* line 1454, app/assets/stylesheets/react_app/components.css.scss */
.detail-tab span {
  line-height: 20px;
  text-transform: capitalize;
}

/* line 1460, app/assets/stylesheets/react_app/components.css.scss */
.tab-content {
  min-height: 480px;
  padding: 40px;
  overflow: hidden;
}

/* line 1466, app/assets/stylesheets/react_app/components.css.scss */
.sentiment-tab {
  min-height: 400px;
  display: flex;
}

/* line 1471, app/assets/stylesheets/react_app/components.css.scss */
.sentiment-section {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 0 24px 40px;
}

/* line 1476, app/assets/stylesheets/react_app/components.css.scss */
.sentiment-section:first-of-type {
  border-right: 1px solid #bcbcc0;
  padding: 0 40px 24px 0;
}

/* line 1482, app/assets/stylesheets/react_app/components.css.scss */
.sentiment-header {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 1486, app/assets/stylesheets/react_app/components.css.scss */
.sentiment-header i {
  font-size: 24px;
}

/* line 1491, app/assets/stylesheets/react_app/components.css.scss */
.icon-play-circle {
  color: #ff3c37;
  text-align: center;
}

/* line 1496, app/assets/stylesheets/react_app/components.css.scss */
.sentence {
  padding: 6px;
  margin: 12px -6px;
  overflow: hidden;
  cursor: default;
}

/* line 1500, app/assets/stylesheets/react_app/components.css.scss */
.sentence div {
  margin-left: 36px;
}

/* line 1503, app/assets/stylesheets/react_app/components.css.scss */
.sentence .icon-play-circle {
  float: left;
  font-size: 20px;
  width: 24px;
}

/* line 1509, app/assets/stylesheets/react_app/components.css.scss */
.sentence:hover {
  background: #f2f2f2;
}

/* line 1513, app/assets/stylesheets/react_app/components.css.scss */
.sentence.disabled .icon-play-circle {
  color: #bcbcc0;
}

/* line 1516, app/assets/stylesheets/react_app/components.css.scss */
.sentence.disabled:hover {
  background: white;
}

/* line 1522, app/assets/stylesheets/react_app/components.css.scss */
.pages {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 12px;
}

/* line 1528, app/assets/stylesheets/react_app/components.css.scss */
.pages i {
  margin-top: 1px;
  margin-right: 0;
  width: 2em;
}

/* line 1533, app/assets/stylesheets/react_app/components.css.scss */
.pages button {
  float: left;
  height: 24px;
  background: none;
  border: 1px solid #767884;
}

/* line 1539, app/assets/stylesheets/react_app/components.css.scss */
.pages .page {
  float: left;
  height: 24px;
  line-height: 24px;
  border-top: 1px solid #767884;
  border-bottom: 1px solid #767884;
  padding: 0 20px;
}

/* line 1547, app/assets/stylesheets/react_app/components.css.scss */
.pages .previous {
  border-radius: 12px 0 0 12px;
}

/* line 1550, app/assets/stylesheets/react_app/components.css.scss */
.pages .next {
  border-radius: 0 12px 12px 0;
}

/* line 1555, app/assets/stylesheets/react_app/components.css.scss */
.demographics {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bcbcc0;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
}

/* line 1563, app/assets/stylesheets/react_app/components.css.scss */
.demographics th, .demographics td {
  border-left: 1px solid #bcbcc0;
  border-right: 1px solid #bcbcc0;
}

/* line 1568, app/assets/stylesheets/react_app/components.css.scss */
.demographics th {
  padding: 18px;
  background: #f2f2f2;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 1575, app/assets/stylesheets/react_app/components.css.scss */
.demographics td {
  padding: 5px;
}

/* line 1579, app/assets/stylesheets/react_app/components.css.scss */
.demographics img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

/* line 1586, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bcbcc0;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  table-layout: fixed;
}

/* line 1596, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-table th, .brand-safety-table td {
  border-left: 1px solid #bcbcc0;
  border-right: 1px solid #bcbcc0;
  vertical-align: top;
}

/* line 1602, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-table th {
  padding: 15px;
  background: #f2f2f2;
}

/* line 1608, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-table td div {
  padding: 10px;
  cursor: pointer;
}

/* line 1615, app/assets/stylesheets/react_app/components.css.scss */
.video-start {
  cursor: default;
}

/* line 1617, app/assets/stylesheets/react_app/components.css.scss */
.video-start .icon-play-circle {
  margin-left: 8px;
}

/* line 1622, app/assets/stylesheets/react_app/components.css.scss */
.transcript-tab {
  line-height: 20px;
}

/* line 1624, app/assets/stylesheets/react_app/components.css.scss */
.transcript-tab .transcript-sentence {
  padding: 20px;
  border-top: 1px solid #bcbcc0;
}

/* line 1628, app/assets/stylesheets/react_app/components.css.scss */
.transcript-tab .transcript-sentence:first-of-type {
  border-top: none;
}

/* line 1633, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-header {
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
}

/* line 1637, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-header div {
  padding: 15px;
  color: #bcbcc0;
  text-transform: uppercase;
  float: left;
}

/* line 1643, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-header .left {
  padding-left: 0;
  border-right: 1px solid #bcbcc0;
}

/* line 1647, app/assets/stylesheets/react_app/components.css.scss */
.brand-safety-header .selected {
  color: black;
}

/* line 1652, app/assets/stylesheets/react_app/components.css.scss */
.product-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding-top: 20px;
}

/* line 1657, app/assets/stylesheets/react_app/components.css.scss */
.product-detail .card-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 11px;
  line-height: 24px;
}

/* line 1662, app/assets/stylesheets/react_app/components.css.scss */
.product-detail .card-header i {
  font-size: 24px;
}

/* line 1666, app/assets/stylesheets/react_app/components.css.scss */
.product-detail .card {
  min-width: 140px;
}

/* line 1671, app/assets/stylesheets/react_app/components.css.scss */
.description-section {
  display: flex;
  padding: 4px;
}

/* line 1674, app/assets/stylesheets/react_app/components.css.scss */
.description-section .description {
  line-height: 24px;
  font-size: 14px;
}

/* line 1680, app/assets/stylesheets/react_app/components.css.scss */
.carousels {
  grid-column: 1/-1;
  padding: 30px;
  min-width: 696px;
}

/* line 1686, app/assets/stylesheets/react_app/components.css.scss */
.carousel {
  position: relative;
  height: 180px;
  overflow: hidden;
  padding: 0 80px;
}

/* line 1693, app/assets/stylesheets/react_app/components.css.scss */
.carousel-previous, .carousel-next {
  position: absolute;
  width: 80px;
  height: 90px;
  margin: 45px 0;
  text-align: center;
}

/* line 1699, app/assets/stylesheets/react_app/components.css.scss */
.carousel-previous i, .carousel-next i {
  color: #767884;
  margin: 30px 0 0 0;
  font-size: 30px;
  border: 2px solid #767884;
  border-radius: 50%;
}

/* line 1705, app/assets/stylesheets/react_app/components.css.scss */
.carousel-previous i:hover, .carousel-next i:hover {
  border-color: #575a69;
  color: #575a69;
  cursor: pointer;
}

/* line 1714, app/assets/stylesheets/react_app/components.css.scss */
.carousel-previous {
  left: 0;
}

/* line 1717, app/assets/stylesheets/react_app/components.css.scss */
.carousel-next {
  right: 0;
}

/* line 1721, app/assets/stylesheets/react_app/components.css.scss */
.carousels-header {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

/* line 1725, app/assets/stylesheets/react_app/components.css.scss */
.carousels-header i {
  font-size: 24px;
}

/* line 1730, app/assets/stylesheets/react_app/components.css.scss */
.carousel-header {
  font-weight: bold;
  margin-top: 30px;
  text-transform: capitalize;
}

/* line 1734, app/assets/stylesheets/react_app/components.css.scss */
.carousel-header a {
  color: blue;
  margin-left: 8px;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}

/* line 1743, app/assets/stylesheets/react_app/components.css.scss */
.carousel-videos {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-gap: 10px;
  height: 180px;
  justify-content: center;
}

/* line 1753, app/assets/stylesheets/react_app/components.css.scss */
.carousel-influencers {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-gap: 30px;
  padding: 0 30px;
  height: 150px;
  justify-content: center;
}

/* line 1764, app/assets/stylesheets/react_app/components.css.scss */
.carousel-video {
  position: relative;
  float: left;
  margin: 45px 0;
  height: 90px;
}

/* line 1769, app/assets/stylesheets/react_app/components.css.scss */
.carousel-video img {
  width: 160px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1776, app/assets/stylesheets/react_app/components.css.scss */
.carousel-influencer {
  float: left;
  width: 100px;
  height: 150px;
  margin: 15px 0;
}

/* line 1783, app/assets/stylesheets/react_app/components.css.scss */
.influencer-name {
  float: left;
  height: 50px;
  width: 100px;
  line-height: 24px;
  color: #575a69;
  text-align: center;
  overflow: hidden;
}

/* line 1793, app/assets/stylesheets/react_app/components.css.scss */
.carousel-hover {
  transition: transform .1s ease-in-out;
  width: 100%;
}

/* line 1796, app/assets/stylesheets/react_app/components.css.scss */
.carousel-hover:hover {
  position: absolute;
  transform: scale(2);
  z-index: 2;
}

/* line 1800, app/assets/stylesheets/react_app/components.css.scss */
.carousel-hover:hover .carousel-details {
  display: block;
}

/* line 1806, app/assets/stylesheets/react_app/components.css.scss */
.carousel-details {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 7px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  cursor: pointer;
}

/* line 1820, app/assets/stylesheets/react_app/components.css.scss */
.carousel-title {
  font-size: 8px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

/* line 1827, app/assets/stylesheets/react_app/components.css.scss */
.carousel-detail {
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1832, app/assets/stylesheets/react_app/components.css.scss */
.selected-filters {
  grid-column: 1/-1;
  position: relative;
  height: 40px;
  padding: 0 40px;
  overflow: hidden;
}

/* line 1840, app/assets/stylesheets/react_app/components.css.scss */
.selected-filter {
  display: inline-block;
  width: 150px;
  height: 40px;
  padding: 0 10px 0 20px;
  margin-right: 10px;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  background: #767884;
  color: white;
}

/* line 1851, app/assets/stylesheets/react_app/components.css.scss */
.selected-filter .value {
  float: left;
  font-size: 12px;
  height: 20px;
  width: 90px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1860, app/assets/stylesheets/react_app/components.css.scss */
.selected-filter .key {
  float: left;
  font-size: 10px;
  height: 20px;
  width: 90px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1868, app/assets/stylesheets/react_app/components.css.scss */
.selected-filter .dismiss {
  float: right;
  width: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

/* line 1877, app/assets/stylesheets/react_app/components.css.scss */
.overflow {
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  font-size: 30px;
  color: #767884;
  top: 0;
}

/* line 1885, app/assets/stylesheets/react_app/components.css.scss */
.overflow i {
  margin: 5px;
}

/* line 1888, app/assets/stylesheets/react_app/components.css.scss */
.overflow.next-filter {
  right: 0;
}

/* line 1891, app/assets/stylesheets/react_app/components.css.scss */
.overflow.previous-filter {
  left: 0;
}

/* line 1894, app/assets/stylesheets/react_app/components.css.scss */
.overflow:hover {
  color: #575a69;
}

/* line 1899, app/assets/stylesheets/react_app/components.css.scss */
.home-page {
  height: calc(100vh - 50px);
  min-width: 776px;
  padding: 40px;
  overflow: auto;
}

/* line 1904, app/assets/stylesheets/react_app/components.css.scss */
.home-page > .card {
  margin-top: 30px;
}

/* line 1907, app/assets/stylesheets/react_app/components.css.scss */
.home-page .date-range {
  display: grid;
  grid-column: span 3;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  grid-gap: 20px;
}

/* line 1912, app/assets/stylesheets/react_app/components.css.scss */
.home-page .date-range .DateRangePickerInput {
  width: 100%;
  background: #f2f2f2;
  border-radius: 5px;
  border-color: #bcbcc0;
}

/* line 1918, app/assets/stylesheets/react_app/components.css.scss */
.home-page .date-range .DateInput_input {
  background: #f2f2f2;
}

/* line 1922, app/assets/stylesheets/react_app/components.css.scss */
.home-page .icon-trending {
  color: white;
  background: #60c29a;
  border-radius: 50%;
  font-size: 16px;
  padding: 4px;
}

/* line 1929, app/assets/stylesheets/react_app/components.css.scss */
.home-page .detail-tabs {
  color: black;
}

/* line 1933, app/assets/stylesheets/react_app/components.css.scss */
.home-page .detail-tab span {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

/* line 1939, app/assets/stylesheets/react_app/components.css.scss */
.home-page .carousel-header {
  margin-top: 0;
  line-height: 20px;
}

/* line 1942, app/assets/stylesheets/react_app/components.css.scss */
.home-page .carousel-header i {
  font-size: 20px;
}

/* line 1946, app/assets/stylesheets/react_app/components.css.scss */
.home-page .tab-content {
  padding-top: 20px;
}

/* line 1951, app/assets/stylesheets/react_app/components.css.scss */
.home-top {
  display: grid;
  grid-template-columns: 1fr 500px;
  justify-items: right;
}

/* line 1955, app/assets/stylesheets/react_app/components.css.scss */
.home-top .button {
  width: 160px;
}

/* line 1960, app/assets/stylesheets/react_app/components.css.scss */
.greeting {
  line-height: 24px;
  padding-right: 30px;
  width: 100%;
}

/* line 1964, app/assets/stylesheets/react_app/components.css.scss */
.greeting a {
  color: blue;
  text-decoration: underline;
}

/* line 1970, app/assets/stylesheets/react_app/components.css.scss */
.greeting-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* line 1977, app/assets/stylesheets/react_app/components.css.scss */
.shopify-instructions {
  width: 400px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 20px;
  border: 4px solid white;
  background-color: #E4F9F7;
}

/* line 1984, app/assets/stylesheets/react_app/components.css.scss */
.shopify-instructions .instructions-title {
  font-weight: 600;
  color: black;
}

/* line 1988, app/assets/stylesheets/react_app/components.css.scss */
.shopify-instructions ol {
  margin: 2px -10px 0px;
}

/* line 1991, app/assets/stylesheets/react_app/components.css.scss */
.shopify-instructions .instructions-link {
  color: #7450B1;
  font-weight: 600;
  text-decoration: none;
}

/* line 1998, app/assets/stylesheets/react_app/components.css.scss */
.counts {
  display: grid;
  grid-template-columns: repeat(3, 156px);
  grid-gap: 15px;
}

/* line 2002, app/assets/stylesheets/react_app/components.css.scss */
.counts .card {
  text-align: center;
}

/* line 2004, app/assets/stylesheets/react_app/components.css.scss */
.counts .card:hover {
  opacity: 0.5;
}

/* line 2007, app/assets/stylesheets/react_app/components.css.scss */
.counts .card i {
  font-size: 25px;
  display: block;
  margin: auto;
}

/* line 2012, app/assets/stylesheets/react_app/components.css.scss */
.counts .card .count {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  margin: 20px 0;
}

/* line 2017, app/assets/stylesheets/react_app/components.css.scss */
.counts .card .name {
  text-transform: uppercase;
  color: #575a69;
  font-size: 14px;
}

/* line 2026, app/assets/stylesheets/react_app/components.css.scss */
.home-page.vip .home-top {
  grid-template-columns: 1fr 295px;
}

/* line 2029, app/assets/stylesheets/react_app/components.css.scss */
.home-page.vip .counts {
  grid-template-columns: 140px 140px;
}

/* line 2034, app/assets/stylesheets/react_app/components.css.scss */
.bar-graph {
  border-right: 1px solid #bcbcc0;
}

/* line 2036, app/assets/stylesheets/react_app/components.css.scss */
.bar-graph:last-child {
  border: none;
}

/* line 2041, app/assets/stylesheets/react_app/components.css.scss */
.bar-graph-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  line-height: 25px;
}

/* line 2047, app/assets/stylesheets/react_app/components.css.scss */
.bar-container {
  border-left: 1px solid #bcbcc0;
}

/* line 2051, app/assets/stylesheets/react_app/components.css.scss */
.bar {
  background: #24CCBA;
  height: 10px;
  margin: 7.5px 0;
}

/* line 2057, app/assets/stylesheets/react_app/components.css.scss */
.home-demographics {
  display: flex;
}

/* line 2059, app/assets/stylesheets/react_app/components.css.scss */
.home-demographics div {
  flex: 1;
}

/* line 2064, app/assets/stylesheets/react_app/components.css.scss */
.legend {
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
  font-size: 14px;
  color: #bcbcc0;
  border-top: 1px solid #bcbcc0;
}

/* line 2071, app/assets/stylesheets/react_app/components.css.scss */
.legend :nth-child(2) {
  text-align: center;
}

/* line 2074, app/assets/stylesheets/react_app/components.css.scss */
.legend :last-child {
  text-align: right;
}

/* line 2079, app/assets/stylesheets/react_app/components.css.scss */
.legend-key {
  text-transform: capitalize;
}

/* line 2083, app/assets/stylesheets/react_app/components.css.scss */
.bubble-section {
  display: grid;
  grid-template-columns: 1fr 95px;
  align-items: center;
}

/* line 2089, app/assets/stylesheets/react_app/components.css.scss */
.bubble-graph {
  display: flex;
  padding: 50px 0;
  align-items: center;
}

/* line 2093, app/assets/stylesheets/react_app/components.css.scss */
.bubble-graph div {
  margin: 0 2px;
}

/* line 2098, app/assets/stylesheets/react_app/components.css.scss */
.bubble {
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  cursor: pointer;
}

/* line 2112, app/assets/stylesheets/react_app/components.css.scss */
.bubble-legend {
  font-size: 14px;
  line-height: 14px;
}

/* line 2115, app/assets/stylesheets/react_app/components.css.scss */
.bubble-legend div {
  display: grid;
  grid-template-columns: 40px 55px;
}

/* line 2119, app/assets/stylesheets/react_app/components.css.scss */
.bubble-legend .color {
  height: 20px;
  margin: 10px;
}

/* line 2123, app/assets/stylesheets/react_app/components.css.scss */
.bubble-legend .legend-key {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 2130, app/assets/stylesheets/react_app/components.css.scss */
.home-section {
  border-right: 1px solid #bcbcc0;
  padding: 0 10px;
}

/* line 2133, app/assets/stylesheets/react_app/components.css.scss */
.home-section:last-child {
  border: none;
}

/* line 2136, app/assets/stylesheets/react_app/components.css.scss */
.home-section .bubble-section {
  grid-template-columns: 1fr 130px;
}

/* line 2141, app/assets/stylesheets/react_app/components.css.scss */
.nav-back {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 2146, app/assets/stylesheets/react_app/components.css.scss */
.nav-back i {
  font-size: 24px;
  font-weight: bold;
}

/* line 2152, app/assets/stylesheets/react_app/components.css.scss */
.search-container {
  margin-top: 50px;
}

/* line 2156, app/assets/stylesheets/react_app/components.css.scss */
.search-tabs {
  overflow: hidden;
}

/* line 2160, app/assets/stylesheets/react_app/components.css.scss */
.search-tab {
  float: left;
  padding: 16px 80px;
  background: #dedee3;
  border-radius: 4px 4px 0 0;
}

/* line 2165, app/assets/stylesheets/react_app/components.css.scss */
.search-tab.selected {
  background: white;
}

/* line 2170, app/assets/stylesheets/react_app/components.css.scss */
.tab-title {
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}

/* line 2176, app/assets/stylesheets/react_app/components.css.scss */
.tab-count {
  font-size: 14px;
  line-height: 18px;
}

/* line 2181, app/assets/stylesheets/react_app/components.css.scss */
.profile-card {
  padding: 40px;
}

/* line 2183, app/assets/stylesheets/react_app/components.css.scss */
.profile-card form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

/* line 2190, app/assets/stylesheets/react_app/components.css.scss */
.profile-header {
  grid-column: span 3;
  font-size: 18px;
  font-weight: bold;
}

/* facebook button */
/* line 2197, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  width: 100%;
  height: 40px;
  margin-left: 0px;
  text-align: center;
  cursor: pointer;
}

/* line 2216, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  margin-left: 0px;
}

/* line 2227, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn:focus {
  outline: none;
}

/* line 2230, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
/* line 2235, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
}

/* line 2240, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

/* line 2244, app/assets/stylesheets/react_app/components.css.scss */
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* line 2250, app/assets/stylesheets/react_app/components.css.scss */
#paypal {
  padding: 0 200px;
  text-align: center;
  font-size: 24px;
}

/* line 2254, app/assets/stylesheets/react_app/components.css.scss */
#paypal div {
  margin-bottom: 15px;
}

/* line 2259, app/assets/stylesheets/react_app/components.css.scss */
.copy-text-container {
  overflow: hidden;
}

/* line 2263, app/assets/stylesheets/react_app/components.css.scss */
.copy-text {
  border: 1px solid #767884;
  border-radius: 2px;
  padding: 2px;
  float: right;
  display: flex;
  height: 30px;
}

/* line 2270, app/assets/stylesheets/react_app/components.css.scss */
.copy-text i {
  line-height: 24px;
}

/* line 2273, app/assets/stylesheets/react_app/components.css.scss */
.copy-text div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  line-height: 24px;
  max-width: 200px;
}

/* line 2281, app/assets/stylesheets/react_app/components.css.scss */
.copy-text button {
  background: #767884;
  color: #f2f2f2;
  cursor: pointer;
  font-size: 12px;
  padding: 4px;
  border-radius: 2px;
}

/* line 2289, app/assets/stylesheets/react_app/components.css.scss */
.copy-text .copied {
  background: #24CCBA;
}

/* line 2294, app/assets/stylesheets/react_app/components.css.scss */
.purchase {
  color: #ff3c37;
  cursor: pointer;
  float: right;
  padding: 2px;
  display: flex;
}

/* line 2302, app/assets/stylesheets/react_app/components.css.scss */
.influencer-contact {
  padding: 2px;
}

/* line 2304, app/assets/stylesheets/react_app/components.css.scss */
.influencer-contact a {
  cursor: pointer;
  text-decoration: underline;
}

/* line 2310, app/assets/stylesheets/react_app/components.css.scss */
.register-footer {
  text-align: center;
  width: 500px;
  margin: -40px auto 0;
}

/* line 2314, app/assets/stylesheets/react_app/components.css.scss */
.register-footer ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

/* line 2319, app/assets/stylesheets/react_app/components.css.scss */
.register-footer li {
  padding: 8px 0;
}

/* line 2322, app/assets/stylesheets/react_app/components.css.scss */
.register-footer a {
  text-decoration: underline;
}

/* line 2327, app/assets/stylesheets/react_app/components.css.scss */
.register-header {
  text-align: center;
}

/* line 2329, app/assets/stylesheets/react_app/components.css.scss */
.register-header .section-card-title {
  text-align: left;
}

/* line 2331, app/assets/stylesheets/react_app/components.css.scss */
.register-header .section-card-title h3 {
  margin-bottom: 0;
}

/* line 2335, app/assets/stylesheets/react_app/components.css.scss */
.register-header div {
  line-height: 28px;
}

/* line 2338, app/assets/stylesheets/react_app/components.css.scss */
.register-header p {
  text-align: left;
  color: #767884;
}

/* line 2341, app/assets/stylesheets/react_app/components.css.scss */
.register-header p h2 {
  color: black;
}

/* line 2346, app/assets/stylesheets/react_app/components.css.scss */
.register-header a:not(.button), .register-header .link:not(.button) {
  text-decoration: underline;
}

/* line 2350, app/assets/stylesheets/react_app/components.css.scss */
.register-header .button {
  margin-bottom: 24px;
}

/* line 2355, app/assets/stylesheets/react_app/components.css.scss */
.verify-email-img {
  width: 50px;
}

/* line 2359, app/assets/stylesheets/react_app/components.css.scss */
.register-logo {
  padding: 20px;
  width: 170px;
}

/* line 2364, app/assets/stylesheets/react_app/components.css.scss */
.register-button-container {
  margin: 0 auto;
}

/* line 2368, app/assets/stylesheets/react_app/components.css.scss */
.section-card-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
}

/* line 2374, app/assets/stylesheets/react_app/components.css.scss */
.nav-user {
  text-align: center;
}

/* line 2376, app/assets/stylesheets/react_app/components.css.scss */
.nav-user .profile-pic {
  width: 160px;
  margin: 20px auto 0;
  border: 1px solid #bcbcc0;
  border-radius: 3px;
}

/* line 2382, app/assets/stylesheets/react_app/components.css.scss */
.nav-user p {
  font-size: 16px;
  line-height: 24px;
}

/* line 2386, app/assets/stylesheets/react_app/components.css.scss */
.nav-user span {
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px;
  font-size: 14px;
}

/* line 2392, app/assets/stylesheets/react_app/components.css.scss */
.nav-user div {
  margin-bottom: 8px;
  font-size: 12px;
  color: #575a69;
  font-style: italic;
}

/* line 2400, app/assets/stylesheets/react_app/components.css.scss */
.influencer-counts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  text-align: center;
  text-transform: capitalize;
}

/* line 2406, app/assets/stylesheets/react_app/components.css.scss */
.influencer-counts span {
  color: #bcbcc0;
}

/* line 2411, app/assets/stylesheets/react_app/components.css.scss */
.influencer-count {
  padding: 30px;
  font-size: 24px;
}

/* line 2416, app/assets/stylesheets/react_app/components.css.scss */
.youtube-connect-counts {
  display: grid;
  margin-bottom: 6px;
}

/* line 2419, app/assets/stylesheets/react_app/components.css.scss */
.youtube-connect-counts span {
  grid-row: 1;
  align-self: center;
}

/* line 2423, app/assets/stylesheets/react_app/components.css.scss */
.youtube-connect-counts .youtube-button {
  grid-row: 1;
}

/* line 2428, app/assets/stylesheets/react_app/components.css.scss */
.youtube-connect-videos {
  text-align: center;
}

/* line 2430, app/assets/stylesheets/react_app/components.css.scss */
.youtube-connect-videos .youtube-button {
  margin: 12px auto;
}

/* line 2435, app/assets/stylesheets/react_app/components.css.scss */
.youtube-button {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 250px;
  padding: 8px;
  line-height: 28px;
}

/* line 2445, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile p {
  line-height: 30px;
}

/* line 2448, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile form {
  padding: 30px;
}

/* line 2451, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile label, .influencer-profile .tags-container {
  max-width: 500px;
  min-width: 100px;
}

/* line 2455, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile img {
  max-width: 100%;
}

/* line 2458, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile h3 {
  margin: 26px 0 10px;
}

/* line 2461, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile .auth-label {
  color: #575a69;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

/* line 2467, app/assets/stylesheets/react_app/components.css.scss */
.influencer-profile .validation-error {
  position: inherit;
}

/* line 2472, app/assets/stylesheets/react_app/components.css.scss */
.influencer-bio {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
}

/* line 2476, app/assets/stylesheets/react_app/components.css.scss */
.influencer-bio textarea {
  line-height: 24px;
  font-size: 14px;
  padding: 16px;
  color: #575a69;
}

/* line 2482, app/assets/stylesheets/react_app/components.css.scss */
.influencer-bio img {
  width: 180px;
}

/* line 2487, app/assets/stylesheets/react_app/components.css.scss */
.demographic-fields {
  margin: 30px auto;
}

/* line 2489, app/assets/stylesheets/react_app/components.css.scss */
.demographic-fields .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2493, app/assets/stylesheets/react_app/components.css.scss */
.demographic-fields .row label {
  flex: 1;
  padding: 4px;
}

/* line 2500, app/assets/stylesheets/react_app/components.css.scss */
.social-media-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 30px;
}

/* line 2507, app/assets/stylesheets/react_app/components.css.scss */
.red-background {
  background-color: #ff3c37;
  color: #f2f2f2;
  border-radius: 50%;
  margin-right: 0.5em;
  font-size: 20px;
  padding: 8px;
}

/* line 2514, app/assets/stylesheets/react_app/components.css.scss */
.red-background i {
  margin-right: 0;
}

/* line 2519, app/assets/stylesheets/react_app/components.css.scss */
.server-messages {
  position: fixed;
  top: 50px;
  left: 250px;
  width: calc(100% - 250px);
  z-index: 1;
}

/* line 2525, app/assets/stylesheets/react_app/components.css.scss */
.server-messages div {
  background: #C4F9EA;
  border-radius: 6px;
  margin: 20px;
  padding: 20px;
}

/* line 2531, app/assets/stylesheets/react_app/components.css.scss */
.server-messages .error {
  background: #FF8A87;
}

/* line 2534, app/assets/stylesheets/react_app/components.css.scss */
.server-messages i {
  float: right;
}

/* line 2539, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-verified-icon {
  width: 20px;
}

/* line 2543, app/assets/stylesheets/react_app/components.css.scss */
.progress-bar {
  background-color: lightgray;
  border-radius: 10px;
  margin: 0 auto;
}

/* line 2547, app/assets/stylesheets/react_app/components.css.scss */
.progress-bar .badge-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  text-align: center;
  width: 100px;
}

/* line 2552, app/assets/stylesheets/react_app/components.css.scss */
.progress-bar .badge-container div {
  width: 2px;
  background-color: grey;
  position: relative;
  top: -4px;
  margin: 0 auto;
}

/* line 2559, app/assets/stylesheets/react_app/components.css.scss */
.progress-bar .badge-container p {
  margin: 4px;
  font-size: 12px;
  line-height: 12px;
}

/* line 2565, app/assets/stylesheets/react_app/components.css.scss */
.progress-bar div {
  border-radius: 10px;
}

/* line 2570, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

/* line 2574, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status .game {
  text-align: center;
  grid-column: 1;
  grid-row: 1 / 3;
  height: 100%;
  max-width: 500px;
}

/* line 2580, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status .game .buttons {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

/* line 2585, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status .game button {
  margin: 16px auto;
  cursor: pointer;
}

/* line 2589, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status .game .more-videos {
  text-decoration: underline;
}

/* line 2592, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status .game img {
  max-height: 200px;
  max-width: 300px;
}

/* line 2596, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-status .game .finished {
  line-height: 24px;
}

/* line 2602, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress {
  text-align: center;
  line-height: 26px;
}

/* line 2605, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress .progress-bar {
  margin: 30px auto;
}

/* line 2608, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress div {
  display: block;
  font-style: italic;
  color: #575a69;
}

/* line 2613, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress .badges {
  display: flex;
  justify-content: space-around;
  margin-bottom: 16px;
}

/* line 2617, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress .badges div {
  display: grid;
}

/* line 2619, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress .badges div img {
  margin: 0 auto;
  width: 80px;
}

/* line 2623, app/assets/stylesheets/react_app/components.css.scss */
.verified-progress .badges div span {
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  color: black;
}

/* line 2637, app/assets/stylesheets/react_app/components.css.scss */
.improve-status div {
  display: flex;
  align-items: center;
  margin: 8px 0;
  color: #575a69;
  font-style: italic;
}

/* line 2644, app/assets/stylesheets/react_app/components.css.scss */
.improve-status img {
  width: 20px;
}

/* line 2647, app/assets/stylesheets/react_app/components.css.scss */
.improve-status span {
  text-decoration: underline;
  color: black;
  font-style: normal;
}

/* line 2654, app/assets/stylesheets/react_app/components.css.scss */
.empty-circle {
  width: 20px;
  border: 1px solid gray;
  border-radius: 50%;
  height: 20px;
  margin-right: 8px;
}

/* line 2662, app/assets/stylesheets/react_app/components.css.scss */
.inset {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 8px 14px 0 rgba(216, 221, 230, 0.5);
}

/* line 2666, app/assets/stylesheets/react_app/components.css.scss */
.influencer-about-title {
  font-size: 18px;
}

/* line 2670, app/assets/stylesheets/react_app/components.css.scss */
.influencer-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 2673, app/assets/stylesheets/react_app/components.css.scss */
.influencer-about-content .influencer-detail-information {
  font-size: 16px;
  line-height: 22px;
  color: #575a69;
  padding: 8px;
}

/* line 2678, app/assets/stylesheets/react_app/components.css.scss */
.influencer-about-content .influencer-detail-information .title {
  font-size: 18px;
  color: black;
  margin-right: 4px;
}

/* line 2684, app/assets/stylesheets/react_app/components.css.scss */
.influencer-about-content .influencer-about-section {
  padding: 8px;
}

/* line 2689, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-demographics {
  font-size: 16px;
  line-height: 30px;
}

/* line 2692, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-demographics .label {
  font-weight: bold;
  margin-right: 8px;
}

/* line 2698, app/assets/stylesheets/react_app/components.css.scss */
.null-data {
  text-transform: uppercase;
  color: #767884;
}

/* line 2703, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2708, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

/* line 2713, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container span {
  display: flex;
}

/* line 2716, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container .influencer-detail-title {
  display: grid;
  margin-left: 20px;
  align-content: center;
  grid-gap: 8px;
}

/* line 2721, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container .influencer-detail-title span {
  font-size: 24px;
  font-weight: bold;
  display: flex;
}

/* line 2725, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container .influencer-detail-title span img {
  border-radius: 0;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

/* line 2732, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container .influencer-detail-title .note-actions {
  margin-top: 0;
}

/* line 2734, app/assets/stylesheets/react_app/components.css.scss */
.influencer-detail-title-container .influencer-detail-title .note-actions label {
  margin: 0 10px 0 0;
}

/* line 2741, app/assets/stylesheets/react_app/components.css.scss */
.influencer-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

/* line 2745, app/assets/stylesheets/react_app/components.css.scss */
.influencer-data .card {
  height: auto;
}

/* line 2750, app/assets/stylesheets/react_app/components.css.scss */
.influencer-section-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

/* line 2754, app/assets/stylesheets/react_app/components.css.scss */
.influencer-section-title i {
  font-size: 18px;
}

/* line 2757, app/assets/stylesheets/react_app/components.css.scss */
.influencer-section-title img {
  width: 40px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 2764, app/assets/stylesheets/react_app/components.css.scss */
.influencer-section {
  padding: 8px;
}

/* line 2768, app/assets/stylesheets/react_app/components.css.scss */
.sentiment {
  text-align: center;
  padding-bottom: 20px;
  margin: 20px;
  border-bottom: 1px solid #767884;
}

/* line 2773, app/assets/stylesheets/react_app/components.css.scss */
.sentiment span {
  text-transform: uppercase;
}

/* line 2776, app/assets/stylesheets/react_app/components.css.scss */
.sentiment .labels {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
}

/* line 2780, app/assets/stylesheets/react_app/components.css.scss */
.sentiment .labels .label {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 4px;
}

/* line 2785, app/assets/stylesheets/react_app/components.css.scss */
.sentiment .labels .label i {
  margin-right: 0;
}

/* line 2792, app/assets/stylesheets/react_app/components.css.scss */
.percentage-bar {
  width: 200px;
  height: 10px;
  display: flex;
  margin: 0 auto;
}

/* line 2797, app/assets/stylesheets/react_app/components.css.scss */
.percentage-bar .positive {
  background-color: #60c29a;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

/* line 2802, app/assets/stylesheets/react_app/components.css.scss */
.percentage-bar .negative {
  background-color: #ff3c37;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

/*chat page css*/
/* line 2811, app/assets/stylesheets/react_app/components.css.scss */
.vertical-home-menu {
  width: 100%;
}

/* line 2815, app/assets/stylesheets/react_app/components.css.scss */
.vertical-home-menu a {
  color: black;
  display: block;
  padding: 12px 12px 12px 20px;
  text-decoration: none;
}

/* line 2822, app/assets/stylesheets/react_app/components.css.scss */
.vertical-home-menu a:hover {
  background-color: #F2F2F2;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

/* line 2829, app/assets/stylesheets/react_app/components.css.scss */
.vertical-home-menu a.active {
  background-color: #F2F2F2;
}

/* line 2833, app/assets/stylesheets/react_app/components.css.scss */
.influencer-chat-detail {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 2841, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content {
  display: grid;
  grid-template-columns: 3fr 4fr;
  padding: 0 20px 30px;
  width: 90%;
  margin-left: 10px;
}

/* line 2847, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  resize: none;
}

/* line 2853, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content label, .annotation-content .auth-label {
  font-size: 14px;
  color: #767884;
}

/* line 2857, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content h3 {
  font-size: 16px;
  font-weight: bold;
}

/* line 2861, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content .left {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #dedee3;
}

/* line 2865, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content .left img {
  width: 80%;
  height: auto;
}

/* line 2870, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content .right {
  margin-left: 12px;
}

/* line 2873, app/assets/stylesheets/react_app/components.css.scss */
.annotation-content .trending {
  padding-bottom: 40px;
}

/* line 2878, app/assets/stylesheets/react_app/components.css.scss */
.buttons {
  display: flex;
  justify-content: center;
}

/* line 2881, app/assets/stylesheets/react_app/components.css.scss */
.buttons .button {
  margin: 12px;
}

/* line 2886, app/assets/stylesheets/react_app/components.css.scss */
.annotation-title {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

/* line 2890, app/assets/stylesheets/react_app/components.css.scss */
.annotation-title h1 {
  font-size: 26px;
  padding-left: 12px;
}

/* line 2894, app/assets/stylesheets/react_app/components.css.scss */
.annotation-title .date {
  color: #767884;
}

/* line 2899, app/assets/stylesheets/react_app/components.css.scss */
.game-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

/* line 2905, app/assets/stylesheets/react_app/components.css.scss */
.game-image {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/* line 2909, app/assets/stylesheets/react_app/components.css.scss */
.game-image img {
  width: auto;
  max-height: 200px;
}

/* line 2915, app/assets/stylesheets/react_app/components.css.scss */
.tooltip {
  position: relative;
}

/* line 2917, app/assets/stylesheets/react_app/components.css.scss */
.tooltip .tooltip-text {
  background-color: black;
  border-radius: 6px;
  color: white;
  opacity: 0.8;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -5px;
  visibility: hidden;
  z-index: 1;
}

/* line 2930, app/assets/stylesheets/react_app/components.css.scss */
.tooltip:hover .tooltip-text {
  visibility: visible;
}

/* line 2936, app/assets/stylesheets/react_app/components.css.scss */
.full-width-content {
  min-width: 840px;
}

/* line 2940, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-card {
  margin: 30px 8.5px;
  border: 1px solid #dedee3;
  border-radius: 4px;
  padding: 30px 18px;
  box-shadow: 0 8px 14px 0 rgba(216, 221, 230, 0.5);
  text-align: center;
}

/* line 2947, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-card b {
  font-size: 16px;
  line-height: 19px;
}

/* line 2951, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-card p {
  font-size: 14px;
  line-height: 18px;
  color: #575a69;
}

/* line 2956, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-card button {
  margin: auto;
}

/* line 2961, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-modal {
  width: 800px;
  padding: 50px 175px;
  line-height: 24px;
  text-align: left;
}

/* line 2966, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-modal button {
  background: #366DD2;
  display: block;
  float: right;
  width: 200px;
  border-radius: 20px;
}

/* line 2973, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-modal select {
  height: 40px;
}

/* line 2978, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-modal-header {
  text-transform: uppercase;
  margin: -50px -175px;
  margin-bottom: 0;
  padding: 0 50px;
  background: #f2f2f2;
  height: 55px;
  line-height: 55px;
  border-radius: 4px 4px 0 0;
}

/* line 2989, app/assets/stylesheets/react_app/components.css.scss */
.upgrade-header {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 40px;
}

/* Style for custom select and tags */
/* line 2997, app/assets/stylesheets/react_app/components.css.scss */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -4px;
}

/* line 3003, app/assets/stylesheets/react_app/components.css.scss */
.tag {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: 4px;
  border-radius: 4px;
  cursor: pointer;
  background: #dedee3;
  color: #575a69;
}

/* line 3013, app/assets/stylesheets/react_app/components.css.scss */
.tag .remove-tag {
  margin-left: 8px;
}

/* line 3016, app/assets/stylesheets/react_app/components.css.scss */
.tag i {
  position: inherit;
}

/* line 3021, app/assets/stylesheets/react_app/components.css.scss */
.selected-tag {
  background: #575a69;
  color: white;
}

/* line 3026, app/assets/stylesheets/react_app/components.css.scss */
.creating-tag {
  background: #dedee3;
  color: #575a69;
}

/* line 3031, app/assets/stylesheets/react_app/components.css.scss */
.license-subheading {
  display: flex;
  justify-content: space-between;
}

/* line 3034, app/assets/stylesheets/react_app/components.css.scss */
.license-subheading div {
  margin: 12px 0;
}

/* line 3037, app/assets/stylesheets/react_app/components.css.scss */
.license-subheading button {
  color: #ff3c37;
  cursor: pointer;
}

/* line 3043, app/assets/stylesheets/react_app/components.css.scss */
.license-settings {
  display: flex;
  flex-direction: column;
  border: 1px solid #bcbcc0;
  text-align: center;
  width: 100px;
  padding: 8px;
  border-radius: 4px;
  margin: 12px auto;
}

/* line 3052, app/assets/stylesheets/react_app/components.css.scss */
.license-settings .license-duration {
  color: #ff3c37;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 13px;
}

/* line 3058, app/assets/stylesheets/react_app/components.css.scss */
.license-settings .license-price {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

/* line 3065, app/assets/stylesheets/react_app/components.css.scss */
.license-duration-options {
  display: flex;
  margin: 12px -4px;
}

/* line 3068, app/assets/stylesheets/react_app/components.css.scss */
.license-duration-options .license-settings {
  padding: 4px;
  margin: 4px;
}

/* line 3071, app/assets/stylesheets/react_app/components.css.scss */
.license-duration-options .license-settings .license-duration {
  color: #bcbcc0;
  cursor: pointer;
}

/* line 3075, app/assets/stylesheets/react_app/components.css.scss */
.license-duration-options .license-settings.selected {
  color: #ff3c37;
  border: 1px solid #ff3c37;
}

/* line 3078, app/assets/stylesheets/react_app/components.css.scss */
.license-duration-options .license-settings.selected .license-duration {
  color: #ff3c37;
}

/* line 3085, app/assets/stylesheets/react_app/components.css.scss */
.license-price-input {
  padding: 4px;
}

/* line 3087, app/assets/stylesheets/react_app/components.css.scss */
.license-price-input input {
  border: 1px solid #dedee3;
  padding: 4px;
  text-align: right;
  margin-left: 2px;
}

/* line 3095, app/assets/stylesheets/react_app/components.css.scss */
.annotate-button {
  font-size: 14px;
}

/* line 3097, app/assets/stylesheets/react_app/components.css.scss */
.annotate-button span {
  display: inline;
  margin-right: 10px;
}

/* line 3103, app/assets/stylesheets/react_app/components.css.scss */
.connected-account-name {
  display: flex;
  align-items: center;
}

/* line 3106, app/assets/stylesheets/react_app/components.css.scss */
.connected-account-name .icon-check-circle {
  margin-right: 2px;
  color: #24CCBA;
}

/* line 3112, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-data-logo {
  width: 100%;
  position: relative;
  font-weight: bold;
  background-color: white;
  text-transform: inherit;
  text-align: center;
  line-height: 24px;
}

/* line 3120, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-data-logo i {
  font-size: 24px;
}

/* line 3123, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-data-logo span + i {
  float: right;
  font-size: 16px;
}

/* line 3127, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-data-logo img {
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  margin-top: 1px;
}

/* line 3133, app/assets/stylesheets/react_app/components.css.scss */
.vyrill-data-logo span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 3140, app/assets/stylesheets/react_app/components.css.scss */
.youtube-data-header {
  width: 100%;
  position: relative;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  padding: 13px 0;
}

/* line 3147, app/assets/stylesheets/react_app/components.css.scss */
.youtube-data-header i {
  font-size: 24px;
}

/* line 3150, app/assets/stylesheets/react_app/components.css.scss */
.youtube-data-header span + i {
  float: right;
  font-size: 16px;
}

/* line 3154, app/assets/stylesheets/react_app/components.css.scss */
.youtube-data-header img {
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  margin-top: 1px;
}

/* line 3160, app/assets/stylesheets/react_app/components.css.scss */
.youtube-data-header span {
  display: inline-block;
  vertical-align: top;
  min-width: calc(100% - 60px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 3168, app/assets/stylesheets/react_app/components.css.scss */
.tooltip-vyrill-data {
  position: relative;
  background-color: black;
  border-radius: 6px;
  color: white;
  opacity: 1;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -5px;
  z-index: 1;
}

/* line 3179, app/assets/stylesheets/react_app/components.css.scss */
.tooltip-vyrill-data a {
  color: red;
  text-decoration: underline;
}

/* line 3185, app/assets/stylesheets/react_app/components.css.scss */
.your-channel-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  text-align: center;
}

/* line 3192, app/assets/stylesheets/react_app/components.css.scss */
.text-align-center {
  text-align: center;
  width: 100%;
}

/* line 3197, app/assets/stylesheets/react_app/components.css.scss */
.video-url-button {
  float: right;
  margin-left: 20px;
  margin-top: -12px;
}

/* line 3203, app/assets/stylesheets/react_app/components.css.scss */
.add-video-button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  background: #ff3c37;
  color: white;
  cursor: pointer;
  margin-top: 11px;
}

/* line 3213, app/assets/stylesheets/react_app/components.css.scss */
.add-video-button:disabled {
  cursor: not-allowed;
}

/* line 3218, app/assets/stylesheets/react_app/components.css.scss */
.enable-license-Btn {
  border-radius: 20px;
  background-color: purple;
  color: white;
  padding: '6px 16px';
  font-size: '0.875rem';
  font-weight: 800;
  line-height: '1.75';
}

/* line 3228, app/assets/stylesheets/react_app/components.css.scss */
.disable-license-Btn {
  border-radius: 20px;
  background-color: grey;
  color: white;
}
