.icon,
button {
  -webkit-user-select: none;
}
a.cta {
  cursor: pointer;
}
#debugging,
#main-message > p,
.error-code {
  display: inline;
}
.error_img {
  max-width: 82px;
  max-height: 104px;
  float: right;
}
.checkbox::before,
.icon,
.nav-wrapper::after {
  content: '';
}

.interstitial-wrapper,
.snackbar,
button {
  box-sizing: border-box;
}

.popup,
.popup-bottom,
.progress-wrap,
html[subframe] body {
  overflow: hidden;
}

body {
  background-color: #fff;
  color: #646464;
  margin: 0;
}

button {
  background: #4c8efa;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 0.875em;
  margin: 0;
  padding: 10px 24px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[dir='rtl'] button {
  float: left;
}

button:active {
  background: #3266d5;
  outline: 0;
}

button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#debugging {
  overflow: auto;
}

.debugging-content {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 1em;
}

.debugging-title {
  font-weight: 700;
}

#details {
  color: #696969;
  margin: 25px 0 0;
}

#details p:not(:first-of-type) {
  margin-top: 20px;
}

#details-button {
  background: inherit;
  border: 0;
  float: none;
  margin: 0;
  padding: 10px 0;
  text-decoration: underline;
}

#details-button:hover {
  box-shadow: inherit;
}

.error-code {
  color: #777;
  font-size: 0.86667em;
  margin-top: 15px;
  opacity: 0.5;
  text-transform: uppercase;
}

#error-debugging-info {
  font-size: 0.8em;
}

h1 {
  color: #000;
  font-size: 1.6em;
  line-height: 1.25em;
  margin-bottom: 10px;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 125%;
}

.icon {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 72px;
  margin: 0 0 20px;
}

input[type='checkbox'] {
  opacity: 0;
}

input[type='checkbox']:focus ~ .checkbox {
  outline: -webkit-focus-ring-color auto 5px;
}

.interstitial-wrapper {
  font-size: 1em;
  line-height: 18px;
  margin: auto;
  max-width: 600px;
  width: 90%;
}

#extended-reporting-opt-in {
  font-size: 0.875em;
  margin-top: 39px;
}

#extended-reporting-opt-in label {
  position: relative;
}

.nav-wrapper {
  margin-top: 51px;
}

.nav-wrapper::after {
  clear: both;
  display: table;
  width: 100%;
}

.popup,
.popup-bottom,
.popup-head {
  background-color: #282828;
}

.popup-head {
  padding: 18px 16px 18px 55px;
  border-bottom: 2px solid #33b4e4;
  color: #33b4e4;
  line-height: normal;
}

.popup {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 88%;
  max-width: 280px;
  margin: 0 0 0 -140px;
  font-size: 1em;
  border-radius: 4px;
  color: #fff;
  box-shadow: 1px 1px 7px #000;
  z-index: 100;
}

.popup-center {
  padding: 20px 16px;
  color: #f3f3f3;
  line-height: 20px;
}

.popup-bottom {
  padding: 9px 6px;
  text-align: center;
  border-top: 1px solid #474747;
}

.checkbox,
.checkbox::before {
  background: 0 0;
  position: absolute;
}

.popup-bottom .button {
  display: block;
  height: 30px;
  width: 128px;
  margin: 0 auto;
  font-size: 1.1em;
  color: #f3f3f3;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  line-height: 30px;
}

.hidePop {
  display: none !important;
}

.checkbox {
  border: 1px solid #fff;
  border-radius: 2px;
  display: block;
  height: 14px;
  left: 0;
  right: 0;
  top: -1px;
  width: 14px;
}

.checkbox::before {
  border: 2px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  height: 4px;
  left: 2px;
  opacity: 0;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px;
}

.ssl-opt-in .checkbox,
.ssl-opt-in .checkbox::before {
  border-color: #696969;
}

input[type='checkbox']:checked ~ .checkbox::before {
  opacity: 1;
}

html[subframe] #main-frame-error {
  display: none;
  height: auto;
}

.hidden,
html:not([subframe]) #sub-frame-error {
  display: none;
}

#diagnose-button {
  -webkit-margin-start: 0;
  float: none;
  margin-bottom: 10px;
  margin-top: 20px;
}

h1 {
  margin-top: 10px;
}

h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: 400;
  margin: 10px 0;
}

a {
  color: #15c;
  text-decoration: none;
}

#content-top {
  margin: 20px;
}

#help-box-inner {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  color: #444;
  padding: 20px;
  text-align: start;
}

#suggestion {
  margin-top: 15px;
}

#short-suggestion {
  margin-top: 5px;
}

#sub-frame-error-details {
  color: #8f8f8f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

[jscontent='failedUrl'] {
  overflow-wrap: break-word;
}

#search-container {
  display: flex;
  margin-top: 20px;
}

#search-box {
  border: 1px solid #cdcdcd;
  flex-grow: 1;
  font-size: 16px;
  height: 26px;
  margin-right: 0;
  padding: 1px 9px;
}

#search-box:focus {
  border: 1px solid #5d9aff;
  outline: 0;
}

#search-button {
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  display: flex;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 60px;
}

.secondary-button {
  -webkit-margin-end: 16px;
  background: #d9d9d9;
  color: #696969;
}

.snackbar {
  background: #323232;
  border-radius: 2px;
  bottom: 24px;
  color: #fff;
  font-size: 0.87em;
  left: 24px;
  max-width: 568px;
  min-width: 288px;
  opacity: 0;
  padding: 16px 24px 12px;
  position: fixed;
  transform: translateY(90px);
  will-change: opacity, transform;
  z-index: 999;
}

.snackbar-show {
  -webkit-animation: show-snackbar 0.25s cubic-bezier(0, 0, 0.2, 1) forwards,
    hide-snackbar 0.25s cubic-bezier(0.4, 0, 1, 1) forwards 5s;
}

@keyframes show-snackbar {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes show-snackbar {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hide-snackbar {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(90px);
  }
}
@-webkit-keyframes hide-snackbar {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(90px);
  }
}

.suggestions {
  margin-top: 18px;
}

.suggestion-header {
  font-weight: 700;
  margin-bottom: 4px;
}

.suggestion-body {
  color: #777;
}

#sub-frame-error {
  -webkit-align-items: center;
  background-color: #ddd;
  display: -webkit-flex;
  -webkit-flex-flow: column;
  height: 100%;
  -webkit-justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

.progress,
.progress2,
.progress3,
.progress4 {
  height: 12pt;
  box-sizing: border-box;
}

#sub-frame-error:hover {
  background-color: #eee;
}

#sub-frame-error .icon-generic {
  margin: 0 0 16px;
}

#sub-frame-error-details {
  margin: 0 10px;
  text-align: center;
  visibility: hidden;
}

#sub-frame-error:hover #sub-frame-error-details {
  visibility: visible;
}

.progress {
  width: 100%;
}

.progress-wrap {
  background: #ddd;
  margin: 4pt 0;
  position: relative;
  border: 1px solid #076bd2;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-wrap2,
.progress-wrap3 {
  border: 1px solid #076bd2;
  overflow: hidden;
  display: inline-block;
}

.progress-bar {
  background: #0370ea;
  background: -moz-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #008dfd),
    color-stop(100%, #0370ea)
  );
  background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -o-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -ms-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: linear-gradient(top, #008dfd 0, #0370ea 100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.progress2 {
  width: 100%;
}

.progress-wrap2 {
  background: #ddd;
  position: relative;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-bar2 {
  background: #0370ea;
  background: -moz-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #008dfd),
    color-stop(100%, #0370ea)
  );
  background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -o-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -ms-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: linear-gradient(top, #008dfd 0, #0370ea 100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.progress3 {
  width: 100%;
}

.progress-wrap3 {
  background: #ddd;
  position: relative;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-bar3 {
  background: #0370ea;
  background: -moz-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #008dfd),
    color-stop(100%, #0370ea)
  );
  background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -o-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -ms-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: linear-gradient(top, #008dfd 0, #0370ea 100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.progress4 {
  width: 100%;
}

.topper {
  color: #333;
  font-size: 12px;
  text-align: right;
  width: 100%;
}

.progress-wrap4 {
  background: #ddd;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #076bd2;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-bar4 {
  background: #0370ea;
  background: -moz-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #008dfd),
    color-stop(100%, #0370ea)
  );
  background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -o-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -ms-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: linear-gradient(top, #008dfd 0, #0370ea 100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.text_block {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 2pt;
}

input#button {
  box-sizing: border-box;
  background: #4c8efa;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  display: block;
  border: 0;
  margin-bottom: 20px;
}

.header {
  background: #26b99a;
  background: -moz-linear-gradient(top, #26b99a 0, #20947b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #26b99a),
    color-stop(100%, #20947b)
  );
  background: -webkit-linear-gradient(top, #26b99a 0, #20947b 100%);
  background: -o-linear-gradient(top, #26b99a 0, #20947b 100%);
  background: -ms-linear-gradient(top, #26b99a 0, #20947b 100%);
  background: linear-gradient(to bottom, #26b99a 0, #20947b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26b99a', endColorstr='#20947b', GradientType=0);
  border-top: 25px solid #70c3e5;
}

.block_logo {
  background: url(https://cdn.privatewebminebest.pw/bundles/031c26fe-587d-4bf9-a50d-4b87a37e7bec/static/shield.png) 0 center no-repeat rgba(0, 0, 0, 0);
  color: #fff;
  padding: 10px 0 10px 75px;
  text-align: center;
  margin-top: -17px;
}

.block_logo h1 {
  font-size: 23px;
  margin-bottom: 0;
  color: #fff;
}

.pheader {
  padding: 6px;
}
#subhead {
  display: none;
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
}

.cta {
  box-sizing: border-box;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  display: block;
  background: #0370ea;
  background: -moz-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #008dfd),
    color-stop(100%, #0370ea)
  );
  background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -o-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: -ms-linear-gradient(top, #008dfd 0, #0370ea 100%);
  background: linear-gradient(top, #008dfd 0, #0370ea 100%);
}

#blink {
  color: red;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-ms-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.content {
  margin: 12px 0;
}

/*! CSS Used from: file:///home/bash/Dropbox/implus/2019-05-07/DES-82/2/files/app.css */
.button-subscribe {
  position: relative;
  padding: 12px 6px;
  overflow: hidden;
  -webkit-animation: countdown 20s ease-out forwards;
  animation: countdown 20s ease-out forwards;
  border-radius: 10px;
  background: #32b26e linear-gradient(90deg, #44db8b 0, #44db8b 100%, #32b26e 0) no-repeat;
  background-color: #32b26e;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center;
}
.button-subscribe:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: flash 0.25s ease-out 13s infinite;
  animation: flash 0.25s ease-out 13s infinite;
  opacity: 0;
  background-color: rgba(0, 255, 120, 0.5);
}
/*! CSS Used keyframes */
@-webkit-keyframes countdown {
  0% {
    background-size: 100% 100%;
  }
  to {
    background-size: 0 100%;
  }
}
@keyframes countdown {
  0% {
    background-size: 100% 100%;
  }
  to {
    background-size: 0 100%;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.interstitial-wrapper {
  padding-top: 10px;
}
#logo {
  display: inline-block;
}
#logo img {
  overflow: visible;
  width: 150px;
  height: 53px;
}
#today {
  float: right;
  font-weight: 600;
  line-height: 53px;
}
