.background-primary,
body {
  background-color: #f8f8f8;
}

.container {
  padding-left: 0px !important;
}

.ad-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ad-banner-left,
.ad-banner-right {
  width: 300px;
}

.ad-image {
  width: 100%;
  height: auto;
}

.start-button-center {
  text-align: center;
  flex-grow: 1;
}

.ad-image {
  max-width: 100%;
  height: auto;
}

.start-button-center {
  flex: 0 0 auto;
  text-align: center;
}

#dropdown-icon,
#small-icon {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

#some-links,
#some-links a,
#start,
#tos,
.infobox span,
select.form-control,
span.select-arrow-down,
span.select-arrow-down2 {
  display: inline-block;
}

input[type="range"],
select.form-control {
  -webkit-appearance: none;
  border-width: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", sans-serif !important;
}

a:hover {
  text-decoration: none;
}

#launcher-not-using a,
#tos a,
.cookie-law .cookie-law-wrapper .copy a {
  text-decoration: underline;
}

.background-primary {
  color: #0a0000;
}

.background-primary a {
  color: #333963;
}

.background-primary a.activated,
.background-primary a:hover {
  color: #0a0000;
}

.background-secondary {
  background-color: #333963;
  color: #0a0000;
}

.background-secondary a {
  color: #fff;
}

.background-secondary a.activated,
.background-secondary a:hover {
  color: #0a0000;
}

.background-tertiary {
  background-color: #f8f8f8;
  color: #0a0000;
}

.background-tertiary a {
  color: #333963;
}

.background-tertiary a.activated,
.background-tertiary a:hover {
  color: #0a0000;
}

.background-highlight {
  background-color: #252525;
  color: #676767;
}

.background-highlight a {
  color: #fff;
}

.background-highlight a.activated,
.background-highlight a:hover {
  color: #333963;
}

.color-primary {
  color: #0a0000;
}

.color-secondary {
  color: #fff;
}

.color-tertiary {
  color: #676767;
}

#brand-heading,
#launcher-ad,
#launcher-not-using,
#tos a:hover,
.color-highlight {
  color: #333963;
}

.infobox {
  margin: 0 15px 5px;
  color: #fff;
  min-height: 50px;
  line-height: 30px;
  text-align: left;
  font-size: 20px;
}

#small-icon {
  left: 30px;
  top: 14px;
}

.infobox span {
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  margin: 5px 35px 0 40px;
}

.info-message {
  padding: 4px 20px 4px 80px;
  font-weight: 200;
  line-height: 24px;
  background-color: #ee510e;
}

.gpuscore-info-message {
  font-weight: bold;
  line-height: 24px;
  color: #ee510e;
  text-align: center;
  font-size: 24px !important;
}

.info-message span {
  color: #ee510e;
}

#general-config {
  padding-top: 20px;
}

.navbarRight {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
}

#brand-header {
  box-shadow: 0 0 15px 5px #d9d9d9;
  height: 61px;
  padding: 0 3vw 0 19vw;
}

#brand-header .row {
  margin-top: 7px;
}

#brand-header .row .text-center {
  padding-top: 14px;
}

#brand-header .navbar-brand {
  padding: 10px 15px 7px;
}

#brand-header .navbar-toggle {
  margin: 12px 66px 4px;
  border-color: #fff;
}

#brand-header .navbar-toggle span {
  background-color: #fff;
}

#brand-header .navbar-toggle:focus,
#brand-header .navbar-toggle:hover {
  border-color: #000;
  background-color: transparent;
}

#brand-header .navbar-toggle:focus span,
#brand-header .navbar-toggle:hover span {
  background-color: #000;
}

#bm-navbar-collapse {
  border-width: 0;
}

#some-links {
  margin-top: -8px !important;
  vertical-align: middle;
  float: none;
}

#some-links a {
  margin: 5px;
}

#some-links a:hover img {
  opacity: 0.5;
}

#brand-heading {
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}

.img-top {
  max-height: 6vw;
  width: auto;
  align-self: center;
}

#brand-heading img {
  float: none;
}

#brand-heading span {
  display: none;
  margin-top: -11px;
  font-size: 115%;
}

#launcher-ad,
#launcher-text {
  font-size: 16px;
  font-weight: 400;
}

#launcher-ad {
  margin: auto;
  max-width: 430px;
  border-radius: 5px;
  border: 1px solid #333963;
  background: 0 0;
  clear: both;
}

#launcher-text {
  text-align: left;
  max-width: 235px;
  padding-left: 20px;
  line-height: 21px;
  border-color: #333963;
  border-radius: 2.67px;
  float: left;
  margin: 17px 0 0;
}

#launcher-button {
  margin: 12px 0;
}

#launcher-button:hover,
#launcher-not-using a:hover,
#start:hover {
  opacity: 0.75;
  background-color: #21274b;
}

#launcher-not-using {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin: 12px 0;
}

#launcher-not-using a {
  color: #333963;
}

#start {
  background-color: #333963;
  width: 212px;
  height: 212px;
  border-radius: 50%;
  font-size: 56px;
  clear: both;
  line-height: 183px;
  text-align: center;
  color: #fff;
  margin: 6px auto 42px;
  font-weight: 400;
}

.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-label {
  background-color: #bfe8ff;
}

#tos {
  margin-bottom: 14px;
  font-size: 12px;
  color: #666;
}

#tos a {
  color: #666;
}

.tab-content {
  border-top-width: 0;
  box-shadow: 0 0 10px 0 #f2f2f2;
}

@media (max-width: 767px) {
  .tab-content {
    border-top-width: 1px;
    box-shadow: 0 0 10px 0 #f2f2f2;
  }
}

.bootstrap-switch {
  border-radius: 20px;
  border-width: 0;
  box-shadow: none !important;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
  background-color: #333963 !important;
  border: 1px solid #333963;
  color: #fff !important;
  border-radius: 50%;
}

select.form-control {
  border-radius: 20px;
  background-color: #bfe8ff;
  box-shadow: none !important;
  color: #333963;
  width: auto;
  min-width: 150px;
  padding: 0 40px 0 15px;
  -moz-appearance: none;
}

span.select-arrow-down {
  margin-left: -20px;
  color: #333963;
  cursor: default;
}

span.select-arrow-down2 {
  margin-left: -30px;
  color: #333963;
  cursor: default;
}

#extended-information li a {
  background-color: #fcfcfc;
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 200;
  height: 52px;
  border-width: 0;
  text-align: left;
}

#extended-information {
  box-shadow: -1px -1px 10px 0 #f2f2f2;
}

#extended-information li a:hover {
  color: #333963;
}

#extended-information li.active a {
  background-color: #333963;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  height: 52px;
  opacity: 1;
  text-align: left;
}

#extended-information li a img {
  display: inline-block;
  margin-top: -2px;
  margin-left: 18px;
  margin-right: 18px;
}

#configuration .row:last-of-type,
#info .row:last-of-type {
  padding-bottom: 20px;
}

#configuration .row:nth-of-type(odd),
#info .row {
  margin: 0;
  background-color: #fdfdfd;
}

#configuration .row > div,
#info .row > div {
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  #deviceInfo {
    width: 1.2%;
  }
}

#configuration .row > div.last,
#info .row > div.last {
  padding-bottom: 20px;
}

#configuration .row .text-right,
#info .row .text-right {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  vertical-align: baseline;
  padding-right: 20px;
}

#configuration .row .subheading {
  color: #666;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
  vertical-align: baseline;
}

#demomode-info {
  font-size: 14px;
  padding: 10px 80px;
}

#info .row .value {
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 400;
  color: #4d4d4d;
}

#results-url,
.mode-corporate,
.mode-pro {
  display: none;
  background-color: #fff2e6;
  color: #c60;
  padding-bottom: 1% !important;
  padding-right: 4% !important;
  padding-left: 4% !important;
}

.LightDatamode {
  font-weight: 100;
}

.rowTab {
  display: table-row !important;
}

.range-input {
  width: 75px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
}

.range-input .off,
.range-input .on {
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  pointer-events: none;
  width: 34px;
}

.range-input .off,
.range-input .on,
input[type="range"] {
  position: relative;
  cursor: pointer;
  height: 34px;
}

.range-input .off {
  left: 9px;
  padding-inline-start: 2px;
  -webkit-padding-start: 0;
  top: 0;
  z-index: 1;
}

.range-input .on {
  -webkit-appearance: none;
  right: -48px;
  top: -68px;
  z-index: 11;
}

input[type="range"] {
  width: 75px;
  box-shadow: none;
  background-color: #bfe8ff;
  border-radius: 18px;
  left: 0;
  top: -33px;
  z-index: 10;
}

input[type="range"]:focus {
  outline: 0;
}

input[type="range"]::-moz-focus-outer {
  border: 0;
}

input[type="range"]::-moz-range-track {
  background: #bfe8ff;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 34px;
  width: 34px;
  background-color: #333963 !important;
  border: 1px solid #333963;
  color: #fff !important;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  height: 34px;
  width: 34px;
  background-color: #333963 !important;
  border: 1px solid #333963;
  color: #fff !important;
  border-radius: 50%;
}

input[type="range"]::-ms-thumb {
  height: 34px;
  width: 34px;
  background-color: #333963 !important;
  border: 1px solid #333963;
  color: #fff !important;
  border-radius: 50%;
}

input[type="range"]::-ms-tooltip {
  display: none;
}

.smaller {
  font-size: smaller;
}

.accordion-title {
  font-size: 22px;
  font-weight: lighter;
  background: #333963;
  color: #fff;
  min-height: 50px;
  line-height: 50px;
  box-sizing: none;
}

.accordion-heading {
  padding: 0 !important;
}

.accordion-icon {
  margin: -8px 20px 0 30px;
}

.panel-title.accordion-title a {
  line-height: 48px;
  vertical-align: top;
}

.nav-collapsed {
  background-color: #333963;
  border-radius: 12px;
  padding-bottom: 10px;
  padding-right: 40px;
  opacity: 0.7;
  z-index: 1;
}

.select-wrapper {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.cookie-law .cookie-law-wrapper {
  background: #333;
  color: #bbb;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

.cookie-law .cookie-law-wrapper .copy {
  box-sizing: border-box;
  padding: 10px 60px 10px 10px;
}

@media (min-width: 600px) {
  .cookie-law .cookie-law-wrapper .copy {
    padding: 20px 60px 20px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .cookie-law .cookie-law-wrapper .dismiss {
    top: 10px;
    right: 15px;
  }

  .cookie-law .cookie-law-wrapper .dismiss svg {
    width: 24px;
    height: 24px;
  }
}

.cookie-law .cookie-law-wrapper .copy span {
  color: #fff;
  font-weight: 400;
}

.cookie-law .cookie-law-wrapper .dismiss {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  text-decoration: none;
  line-height: 20px;
}

.cookie-law .cookie-law-wrapper .dismiss svg {
  display: block;
  fill: #bbb;
  width: 20px;
  height: 20px;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
