a:focus {
  outline: #999 dashed 1px;
}
form .has-error #contact-captcha > div {
  border: 1px solid var(--red-error);
}
form .has-error #index-captcha > div {
  border: 1px solid var(--red-error);
}
blockquote {
  font-size: inherit;
}
.d-none {
  display: none;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-m15 {
  margin-right: -15px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-30 {
  padding-top: 30px;
}
.text-inherit {
  color: inherit;
}
.text-red {
  color: var(--red-error) !important;
}
.contact-modal textarea {
  resize: none;
}
.row .rethink-3-gray-sub-div2 {
  background-color: var(--grey-bg-dark);
}
.terms h3 {
  font-size: 17px;
  margin: 0;
}
.submit-custom .btn[disabled]:hover {
  background: var(--orange-main);
  color: #fff;
}
button.contact {
  padding: 10px 40px;
  color: var(--orange-main);
  text-align: center;
  border: 1px solid var(--orange-main);
  font-size: 14px;
  background-color: var(--white);
  border-radius: 20px;
  transition: 0.2s ease-in;
}
button.contact:hover {
  background-color: var(--orange-main);
  color: var(--white);
}
#existing-report {
  padding-bottom: 40px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #202020;
}
.small-logo {
  width: 21px;
  height: 28px;
  float: left;
  margin: -4px 10px -4px 0;
}

.rethinking-privacy #index-category-chart {
  width: 80%;
  margin: 50px auto 0 auto;
}
.rethinking-privacy #pri-key {
  padding-top: 40px;
}

.dpo-service {
  background: var(--orange-main) url("../images/bg-transition-white.png") 50% 0%
    no-repeat;
  padding: 115px 0 30px 0;
}
.dpo-service .intro {
  color: var(--white);
  font-size: 28px;
  padding-bottom: 15px;
}
.dpo-service p {
  color: var(--grey-dark);
}
.dpo-service a {
  font-weight: bold;
  color: var(--grey-dark);
}
.dpo-service button {
  height: 45px;
  border-radius: 22px;
  background-color: var(--grey-dark);
  color: var(--white);
  font-family: HelveticaNeue-Bold;
  padding: 0 15px;
  border: var(--grey-dark);
  font-size: 18px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
img.index-bg {
  width: 443px;
  height: 413px;
  position: relative;
  bottom: -30px;
}

.banner-form-input {
  margin-top: 30px;
  background-color: var(--grey-bg-light);
}
.banner-form-input input {
  background-color: var(--grey-bg-light);
}
.index-heading {
  margin-top: 100px;
}
.index-date {
  margin-top: 120px;
  font-family: HelveticaNeue-Light;
  font-size: 24px;
  text-align: right;
}
#index .report-icon {
  width: 24px;
  height: 24px;
}
#index .history {
  display: inline-block;
  height: 24px;
}
#index td.pri-score {
  padding: 4px 0;
  text-align: center;
}
#index td.pri-history {
  padding-bottom: 4px;
  white-space: nowrap;
}
#index td.pri-score span {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  border: 8px solid #ddd;
  border-radius: 20px;
  font-weight: bold;
}
#index td.pri-panels img {
  height: 28px;
  margin-right: 2px;
}
#index td {
  vertical-align: middle;
}
#index td.pri-score .pri-0 {
  border-color: var(--chart-green);
}
#index td.pri-score .pri-1 {
  border-color: var(--chart-yellow);
}
#index td.pri-score .pri-2 {
  border-color: var(--chart-orange);
}
#index td.pri-score .pri-3 {
  border-color: var(--chart-red);
}
#index td.pri-score .pri-none { border-color: #eee; }
#index #omitted th {
  border-top: 4px solid #999;
  border-bottom: none;
  padding-top: 28px;
}
#index #omitted tr.first td {
  border-top: none;
  border-bottom: 2px solid #ddd;
}
#index #omitted tr.no-hover:hover { background-color: inherit; }
#index-category-chart .ct-series-a .ct-slice-donut-solid {
  fill: var(--chart-green);
}
#index-category-chart .ct-series-b .ct-slice-donut-solid {
  fill: var(--chart-yellow);
}
#index-category-chart .ct-series-c .ct-slice-donut-solid {
  fill: var(--chart-orange);
}
#index-category-chart .ct-series-d .ct-slice-donut-solid {
  fill: var(--chart-red);
}
#pri-key {
  padding-top: 20px;
  line-height: 2;
}
#pri-key p {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0;
}
.pri-key-separator {
  border-top: 2px solid var(--grey-bg-light);
  margin-top: 2px;
}
#num-pri-0,
#num-pri-1,
#num-pri-2,
#num-pri-3,
#num-omitted {
  display: inline-block;
  min-width: 2.5em;
  text-align: right;
  padding-right: 5px;
}
.pri-key {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 0px solid var(--white);
  border-radius: 16px;
  margin-bottom: -3px;
}
.pri-none {
  background-color: var(--grey-bg-light);
}
.pri-0 {
  background-color: var(--chart-green);
}
.pri-1 {
  background-color: var(--chart-yellow);
}
.pri-2 {
  background-color: var(--chart-orange);
}
.pri-3 {
  background-color: var(--chart-red);
}
.pri .whatmeans {
  float: right;
  height: 1em;
  width: 1em;
}
.pri .whatmeans img {
  height: 16px;
  width: 16px;
}
#purchase-notice {
  position: absolute;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: rgba(237, 139, 0, 0.6);
  color: var(--white);
  left: 0;
  right: 0;
}
#purchase-notice div {
  background-color: var(--orange-main);
  border-radius: 10px;
  font-family: HelveticaNeue;
  text-align: center;
  margin: 20px auto;
  max-width: 40%;
  padding: 10px 20px;
}
#purchase-notice p,
#purchase-notice a {
  color: var(--white);
}
.sample-pra {
  text-align: right;
  margin-right: 20px;
}
.sample-pra a {
  color: var(--grey-dark);
}
.pri-category {
  font-family: HelveticaNeue;
  font-weight: normal;
}
.why-rethink h2 {
  font-family: HelveticaNeue-Medium;
  font-size: 18px;
  color: var(--grey-dark);
  margin-top: 40px;
}
.pri {
  background-color: var(--white);
  width: 100%;
  margin-top: 80px;
}
#pra .pri {
  margin-top: 0;
}
.pri .privacy-page-heading h1 {
  font-family: HelveticaNeue;
  font-size: 35px;
  color: var(--grey-dark);
  margin-bottom: 25px;
}
.pri .table-1-section tr td:first-child {
  padding-left: 0;
}
.pri .privacy-page-heading,
#pra .privacy-page-heading {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: #404040;
  margin: 40px 0 80px 0;
  line-height: 1.5;
}
#pra h2 {
  font-family: HelveticaNeue;
  margin-bottom: 25px;
}
#pra dl {
  margin-top: 20px;
}
#pra dt {
  font-family: HelveticaNeue;
  font-size: 18px;
}
#pra dd {
  margin-left: 4em;
  font-size: 18px;
}
#pra .privacy-page-heading {
  font-family: HelveticaNeue-Light;
}
.pri .privacy-page-chart-one {
  background-color: var(--grey-bg-light);
  padding: 50px 0;
}
.pri h2 {
  font-family: HelveticaNeue-Bold;
  font-size: 22px;
  color: var(--grey-dark);
}
.pri .screenshot {
  width: 100%;
  height: 325px;
  margin-top: 26px;
}
.pri .screenshot img {
  width: 100%;
  height: auto;
  border: 3px solid var(--grey-dark);
  border-radius: 3px;
}
.pri .fieldname,
.pri .data {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: var(--grey-dark);
  margin: 5px 0;
  font-weight: 700;
}
.pri .privacy-page-chart-one .data {
  font-weight: 400;
}
.pri .privacy-page-chart-two .fieldname {
  font-weight: 700;
}
.pri .que-h {
  font-family: HelveticaNeue-Bold;
  font-size: 16px;
  color: var(--grey-dark);
  margin: 0;
}
.pri .que-p {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: var(--grey-dark);
  line-height: 1.5;
  margin: 10px 8px 10px 0;
}
.pri .ques-section {
  padding: 60px 0;
}
.pri .ques-section h3 {
  font-family: HelveticaNeue-Bold;
  font-size: 18px;
  color: var(--grey-dark);
  text-align: left;
}
.pri .ques-section {
  font-family: HelveticaNeue;
  font-size: 18px;
  color: var(--grey-dark);
  text-align: left;
  margin-top: 20px;
  line-height: 1.5;
}
.pri .overall-position .ques-section {
  padding-top: 0;
}
.pri .privacy-page-chart-two,
.pri .overall-position {
  background-color: var(--grey-bg-light);
  padding: 30px 0;
}
.pri .privacy-page-chart-two h1 {
  font-family: HelveticaNeue-Bold;
  font-size: 22px;
  color: var(--grey-dark);
}
.pri .ct-chart {
  position: relative;
}
.pri .ct-chart .ct-overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pri .ct-label.ct-horizontal.ct-end {
  display: block;
  text-align: center;
  font-family: HelveticaNeue-Bold;
  font-size: 16px;
  color: var(--grey-dark);
  text-anchor: middle;
}
.pri #chart1b .ct-label.ct-horizontal.ct-end {
  border: 1px solid var(--grey-dark);
  border-top: none;
  margin-left: 5px;
}
.pri #chart1b .ct-label.ct-horizontal.ct-end.ct-top-label {
  border: none;
  margin-left: 0;
}
.pri .ct-label.ct-vertical {
  color: #707070;
  font-size: 14px;
}
.pri .ct-axis-title {
  fill: #707070;
}
.pri .ct-point-label {
  font-family: HelveticaNeue-Bold;
  font-size: 40px;
}
@media (max-width: 479px) {
  .pri #chart1b .ct-label.ct-horizontal.ct-end.ct-top-label.not-category {
    transform: rotate(-90deg) translate(-200%, -20px);
  }
  .pri .ct-point-label {
    font-size: 30px;
  }
}
#overall-position th,
#overall-position td {
  text-align: center;
  border-left: 1px solid var(--grey-text-light);
  border-right: 2px solid var(--grey-text-light);
}
#overall-position th:first-child,
#overall-position td:first-child {
  border-left: none;
  text-align: left;
  word-break: break-all;
}
#overall-position th:last-child,
#overall-position td:last-child {
  border-right: none;
}
#overall-position thead tr:nth-child(2) th {
  border-bottom: none;
  padding-bottom: 0;
  font-weight: normal;
}
#overall-position td {
  border-top: none;
}
#overall-position td:nth-child(2) {
  font-weight: bold;
}
.purchase-modal h1,
.message-modal h1 {
  background: var(--orange-main);
  margin: 0;
  padding: 30px 60px;
  color: var(--white);
  border-radius: 5px 5px 0 0;
}
.purchase-modal label {
  font-weight: normal;
}
.message-modal .modal-inner {
  padding: 20px 60px 30px;
  background: var(--grey-bg-main);
  border-radius: 10px;
}
.purchase-modal p,
.message-modal p {
  margin-bottom: 20px;
  font-family: HelveticaNeue-Light !important;
  color: var(--grey-dark);
  font-size: 15px;
}
.purchase-modal .form-sec {
  padding: 20px 60px 30px;
  background: var(--grey-bg-main);
  border-radius: 10px;
}
.purchase-modal .caption-text {
  font-family: HelveticaNeue;
  font-size: 15px;
}
#ccard-element {
  padding: 8px 12px;
  background-color: var(--white);
  border: 1px solid var(--grey-text-light);
  border-radius: 4px;
}
#card-element.StripeElement--focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
#card-error {
  color: var(--red-error);
  text-align: center;
}
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: var(--white);
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
/* caz check if spinner is duplicated */
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: var(--orange-main);
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: var(--orange-main);
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#tab-detail tr.domain {
  cursor: pointer;
}
.tab-content {
  margin-bottom: 30px;
}
.popover {
  max-width: 80%;
}
.urlsPopup {
  height: 100%;
  float: right;
}
table#domains tbody tr.detail,
table#domains table.details thead tr {
  color: inherit;
  background-color: inherit;
}
table#domains tbody tr.domain td span[role="checkbox"] {
  padding: 0 5px;
}
table#domains tbody tr.domain td.selected span {
  background-color: var(--grey-dark);
  color: var(--white);
}
ul.nav.nav-tabs {
  margin-top: 50px;
}
#instant-errors {
  color: var(--red-error);
  margin: 0 50px;
}
