:root {
  --fixed-width:440px;
  --primary-color:#5350f6;
  --primary-color-darker:#1f1cbb;
  --primary-color-light:#cfd7ff;
  --light-grey:#ecedf2; }

body {
  font-family: Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80%;
  position: relative;
  margin: 0; }

.header-wrap {
  background: #fff;
  display: flex;
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 60px;
  align-items: center; }

.header-wrap input {
  margin-right: 16px; }

.header-wrap .switch-wrap {
  display: inline-flex;
  flex-grow: 1;
  margin-left: 16px; }

.header-wrap .switch-wrap div {
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  margin-right: 24px;
  cursor: pointer;
  transition: .3s ease;
  color: #9ba6b7; }

.header-wrap .switch-wrap div.active-switch {
  color: #000; }

table {
  padding: 58px 0;
  position: relative;
  border-spacing: 0; }

table thead {
  position: fixed;
  background: #fff;
  z-index: 99; }

table thead th {
  background: var(--light-grey); }

table thead .first div {
  margin-left: 6px; }

table thead, table tbody {
  border-spacing: 6px; }

table tbody {
  padding-top: 40px;
  display: block; }

table tbody .first {
  position: relative;
  z-index: 0; }

table tbody .first img {
  width: 40px;
  height: 30px;
  border-radius: 2px; }

table tbody .first .page-name {
  flex-grow: 1; }

table tbody .first .page-action {
  border-radius: 5px;
  transition: .3s ease;
  opacity: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  background-size: 80%;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 3px;
  cursor: pointer;
  transform: scale(1);
  box-shadow: 0 0 transparent; }

table tbody .first .page-action:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2); }

table tbody .first .copy {
  background-image: url(/img/supporting/docs/copy.svg); }

table tbody .first .google-analytics {
  background-image: url(/img/supporting/docs/google-analytics.svg); }

table tbody .first .search-console {
  background-image: url(/img/supporting/docs/google-search-console.svg); }

table td, table th {
  border-radius: 3px;
  margin-right: 4px;
  width: calc((100vw - var(--fixed-width))/var(--languages));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 60px; }

table td.check {
  background: var(--primary-color);
  cursor: pointer; }

table td.check:hover {
  background: var(--primary-color-darker); }

table td.nope {
  background: var(--light-grey); }

table td.ads {
  background: #12005b;
  cursor: pointer; }

table td.feature-image {
  background: #5350f6; }

table td.translated {
  background: #9abeff; }

table td.translated:hover {
  background: #6da1ff; }

table tr {
  display: flex;
  height: 30px;
  width: 100vw;
  margin-bottom: 4px; }

table tr:hover .first {
  background: var(--primary-color-light); }

table tr:hover .first .page-action {
  opacity: 1; }

table tr, table td {
  transition: .3s ease; }

.first {
  min-width: var(--fixed-width);
  max-width: var(--fixed-width);
  width: var(--fixed-width);
  justify-content: flex-start; }

.first .page-name {
  margin-left: 6px; }

input {
  font-family: arial;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  background: var(--light-grey);
  padding: 8px 12px;
  margin: 0 6px 0 0;
  -webkit-appearance: none;
  outline: none;
  transition: .3s ease; }

input:hover {
  cursor: pointer; }

input:focus {
  box-shadow: inset 0 0 0 3px var(--primary-color);
  background: #fff; }

input::-moz-placeholder {
  color: #99a1ae; }

input::placeholder {
  color: #99a1ae; }

.overlay {
  height: 100vh;
  width: 100vw;
  z-index: 99;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.overlay .card {
  background: #fff;
  border-radius: 20px;
  width: 60vw;
  padding: 32px;
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap; }

.overlay .card div, .overlay .card a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px; }

.overlay .card div i, .overlay .card a i {
  font-style: normal;
  font-size: 12px;
  color: #64646d; }

.overlay .card a, .overlay .card .pop-translations {
  color: var(--primary-color);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer; }

.overlay .card .close {
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 99px;
  font-weight: 900;
  margin-top: 16px;
  cursor: pointer;
  width: 100%; }

.overlay .card .param {
  margin-bottom: 6px; }

.overlay .card .card-right, .overlay .card .card-left {
  width: 50%; }

.overlay .card .card-right {
  font-size: 13px;
  max-height: 400px;
  overflow-y: scroll; }

.csv-download, .graph {
  color: var(--primary-color);
  margin-right: 24px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 900; }

.graph {
  margin-right: 16px; }

.graph-wrap {
  width: calc(100vw - 48px);
  margin: 0 24px;
  position: relative;
  top: 360px; }

.graph-wrap:before, .graph-wrap:after {
  font-weight: 900;
  position: absolute;
  bottom: -30px; }

.graph-wrap:before {
  content: "Jan 2021";
  left: 0; }

.graph-wrap:after {
  content: "Today";
  right: 0; }

.graph-wrap div {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #4b3eb7; }

.card .output .string strong, .card .output .tutorial strong {
  font-weight: 900; }

.card .output .string {
  margin-bottom: 0; }

.card .output .tutorial {
  margin-top: 24px; }
