svg.icon {
  height: 15px;

  vertical-align: middle;

  width: 15px;
}

@media only screen and (max-width: 768px) {
  .greenbox {
    order: 7;
  }

  .redbox {
    order: 1;
  }

  .bluebox {
    order: 2;
  }

  .blackbox {
    order: 3;
  }

  .pinkbox {
    order: 4;
  }

  .orangebox {
    order: 5;
  }

  .yellowbox {
    order: 6;
  }
}

.nk-key svg.icon {
  height: 11px;

  width: 11px;
}

.nk-key {
  background-color: #fcba03;

  color: #000;

  font-weight: 500;

  font-family: "vr-m", sans-serif;

  font-size: 10px;

  width: 28px;

  height: 30px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  margin: 0 2px;

  padding: 0 1px;

  border-radius: 4.5px;

  box-shadow: 0 5px 0 rgb(0 0 0/20%);
}

.nk-key.key-press {
  background-color: #26b742;

  box-shadow: 0 5px 0 rgb(39 134 59/43%);
}

.nk-key.key-press.active {
  background-color: #ef721a;

  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  transform: translateY(3px);

  -webkit-transform: translateY(2px);

  transition: all 0.1s ease-in-out;

  -webkit-transition: all 0.1s ease-in-out;

  -moz-transition: all 0.1s ease-in-out;

  -o-transition: all 0.1s ease-in-out;
}

.key-empty {
  background-color: transparent;

  box-shadow: none;
}

.nk-key i {
  margin-top: 1px;
}

.nk-key svg.icon {
  width: 11px;

  height: 11px;
}

.nk-key.large {
  padding-top: 5px;

  font-size: 18px;
}

i.underscore {
  margin-top: -8px;
}

.backspace,
.tab {
  width: 80px;
}

.enter {
  width: 66px;
}

.spacebar {
  width: 300px;

  font-size: 18px;
}

.shift {
  display: flex;

  flex-flow: row nowrap;
}

.l-s {
  width: 70px;
}

.r-s {
  width: 114px;
}

.num-ins {
  width: 72px;
}

.num-large {
  margin-bottom: -45px;

  height: 80px;
}

.keyboard-container {
  width: 100%;

  overflow-x: hidden;
}

.keyboard {
  background-color: #595959;

  border: 1px solid #595959;

  width: 100%;

  padding: 20px 5px;

  border-radius: 15px;

  display: grid;

  justify-content: center;

  box-shadow: #32325d40 0 2px 5px -1px, #0000004d 0 1px 3px -1px;
}

.keyboard-row {
  display: grid;

  grid-template-columns: auto 0.1fr 0.1fr;

  grid-gap: 15px;

  padding: 5px 0 5px;

  margin-top: 0;
}

.keyboard-group,
.mini-group {
  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: center;
}

.mini-group {
  margin-left: 28px;
}

.right {
  display: flex;

  justify-content: flex-end;
}

@media (max-width: 1146px) {
  div.keyboard {
    min-width: 706px;
  }

  div.keyboard-row {
    grid-gap: 8px;
  }

  .nk-key {
    font-size: 10px;

    width: 27px;

    height: 31px;

    margin: 0 1px;

    border-radius: 6px;
  }

  .num-ins {
    width: 56px;
  }

  .r-s {
    width: 100px;
  }

  .spacebar {
    width: 260px;
  }

  .enter {
    width: 59px;
  }

  .backspace,
  .tab {
    width: 80px;
  }

  .num-large {
    margin-bottom: -40px;

    height: 71px;
  }

  .l-s {
    width: 70px;
  }
}

@media (max-width: 1058px) {
  div.keyboard {
    min-width: 604px;
  }

  div.keyboard-row > div:nth-child(2) {
    display: none;
  }
}

@media (max-width: 874px) {
  div.keyboard-row {
    grid-gap: 0;
  }

  div.keyboard {
    min-width: 492px;
  }

  div.keyboard-row > div:nth-child(3) {
    display: none;
  }
}

@media (max-width: 556px) {
  div.keyboard {
    min-width: 330px;
  }

  .nk-key {
    font-size: 9px;

    width: 18px;

    height: 26px;

    margin: 0 1px;

    border-radius: 4px;
  }

  .num-ins {
    width: 56px;
  }

  .r-s {
    width: 60px;
  }

  .spacebar {
    width: 175px;
  }

  .enter {
    width: 39px;
  }

  .backspace,
  .tab {
    width: 53px;
  }

  .num-large {
    margin-bottom: -40px;

    height: 71px;
  }

  .l-s {
    width: 53px;
  }

  .mini-group {
    margin-left: 19px;
  }
}

@media (max-width: 360px) {
  div.keyboard {
    min-width: 290px;
  }

  .nk-key {
    width: 15px;
  }

  .num-ins {
    width: 56px;
  }

  .r-s {
    width: 56px;
  }

  .spacebar {
    width: 152px;
  }

  .enter {
    width: 35px;
  }

  .backspace,
  .tab {
    width: 48px;
  }

  .num-large {
    margin-bottom: -40px;

    height: 71px;
  }

  .l-s {
    width: 44px;
  }

  .mini-group {
    margin-left: 17px;
  }
}

/*****Mouse css****/

div#mouse-test-container {
  padding: 20px 0;
}

svg#mouse-test-svg #mouse1.visited,
svg#mouse-test-svg #mouse1-border.visited,
svg#mouse-test-svg #mouse2.visited,
svg#mouse-test-svg #mouse2-border.visited,
svg#mouse-test-svg #mouse3.visited,
svg#mouse-test-svg #mouse3-border.visited,
svg#mouse-test-svg #mouse4.visited,
svg#mouse-test-svg #mouse5.visited,
svg#mouse-test-svg #mouse-wheel-down.visited,
svg#mouse-test-svg #mouse-wheel-up.visited,
svg#mouse-test-svg #mouse-wheel-up-2.visited {
  fill: #515d6a !important;
}

svg#mouse-test-svg #mouse1.visited.active,
svg#mouse-test-svg #mouse1-border.visited.active,
svg#mouse-test-svg #mouse2.visited.active,
svg#mouse-test-svg #mouse2-border.visited.active,
svg#mouse-test-svg #mouse3.visited.active,
svg#mouse-test-svg #mouse3-border.visited.active,
svg#mouse-test-svg #mouse4.visited.active,
svg#mouse-test-svg #mouse5.visited.active,
svg#mouse-test-svg #mouse-wheel-down.visited.active,
svg#mouse-test-svg #mouse-wheel-up.visited.active,
svg#mouse-test-svg #mouse-wheel-up-2.visited.active {
  fill: #fcba03 !important;
}

svg.dt-svg-icon {
  height: 15px;

  vertical-align: middle;

  width: 15px;

  margin-right: 0.5rem;
}

div.dt-alert {
  border: 0;

  margin-top: 10px;

  border-radius: 0.25rem;

  margin-bottom: 1rem;

  padding: 0.75rem 1.25rem;

  position: relative;
}

div.dt-alert-info {
  background-color: rgba(129, 167, 205, 0.1);

  border-color: rgba(129, 167, 205, 0.1);

  color: #93b4d4;
}

div.dt-alert-info svg.dt-svg-icon {
  fill: #93b4d4;
}

div.dt-alert-danger {
  background-color: rgba(255, 63, 63, 0.1);

  border-color: rgba(255, 63, 63, 0.1);

  color: #ff3f3f;
}

div.dt-alert-danger svg.dt-svg-icon {
  fill: #ff3f3f;
}

ul {
  margin: 0 0 1.5em 45px;
}

#ccpa {
  color: #fff;
}

/* Microphone css */

svg.dt-svg-icon {
  height: 15px;

  vertical-align: middle;

  width: 15px;

  margin-right: 0.5rem;
}

.text-center {
  text-align: center;
}

div.dt-alert {
  border: 0;

  margin-top: 10px;

  border-radius: 0.25rem;

  margin-bottom: 1rem;

  padding: 0.75rem 1.25rem;

  position: relative;
}

div.dt-alert-info {
  background-color: rgba(129, 167, 205, 0.1);

  border-color: rgba(129, 167, 205, 0.1);

  color: #93b4d4;
}

div.dt-alert-success {
  background-color: rgba(24, 210, 107, 0.1);

  border-color: rgba(24, 210, 107, 0.1);

  color: #18d26b;
}

div.dt-alert-success svg.dt-svg-icon {
  fill: #18d26b;
}

div.dt-alert-danger {
  background-color: rgba(255, 63, 63, 0.1);

  border-color: rgba(255, 63, 63, 0.1);

  color: #ff3f3f;
}

div.dt-alert-danger svg.dt-svg-icon {
  fill: #ff3f3f;
}

div#mic-test-container div#main-test-container {
  position: relative;

  display: none;

  text-align: center;

  width: 100%;

  height: 222px;

  padding-top: 15px;
}

div#mic-test-container div#main-test-container div.test-canvas-container {
  height: 190px;

  width: 190px;

  overflow: hidden;

  border-radius: 15px;

  margin: 0 auto;

  border: 1px solid #000;

  background-color: #000;

  box-shadow: rgb(14 30 37/12%) 0 2px 4px 0, rgb(14 30 37/32%) 0 2px 16px 0;
}

div#mic-test-container div#pre-test-container {
  text-align: center;

  width: 100%;

  height: 222px;
}

.mic {
  margin-top: 16px;

  font-size: 16px;

  font-weight: 600;
}

div#mic-test-container div#pre-test-container div#pre-test-button:hover {
  border: 1px solid #000;

  background-color: #000;
}

div#mic-test-container div#pre-test-container div#pre-test-button {
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  -o-user-select: none;

  user-select: none;

  cursor: pointer;

  display: inline-block;

  border: 1px solid #ff8000;

  background-color: #ff8000;

  border-radius: 15px;

  height: 190px;

  padding: 25px 0 0 0;

  width: 190px;

  margin: 15px;

  color: #fff;

  box-shadow: 0 2px 4px 0 #0e1e251f, 0 2px 16px 0 #0e1e2552;
}

div#mic-test-container div#pre-test-container div#pre-test-button svg.icon {
  height: 70px;

  width: 70px;

  margin-top: 10px;
}

div#mic-test-container div#pre-test-container div#pre-test-button span:hover {
  color: #fff;
}

div#mic-test-container div#pre-test-container div#pre-test-button span {
  display: block;

  font-size: 16px;

  margin: 8px 5px 0;

  color: #fff;

  font-weight: 600;
}

div#mic-test-error,
div#mic-test-success {
  display: none;
}

ol,
ul {
  margin: 0 0 1.5em 45px;
}

#ccpa {
  color: #fff;
}

/***Packet Loss Test****/

.irs {
  position: relative;

  display: block;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.irs-line {
  position: relative;

  display: block;

  overflow: hidden;

  outline: 0 !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;

  display: block;

  top: 0;
}

.irs-line-left {
  left: 0;

  width: 11%;
}

.irs-line-mid {
  left: 9%;

  width: 82%;
}

.irs-line-right {
  right: 0;

  width: 11%;
}

.irs-bar {
  position: absolute;

  display: block;

  left: 0;

  width: 0;
}

.irs-bar-edge {
  position: absolute;

  display: block;

  top: 0;

  left: 0;
}

.irs-shadow {
  position: absolute;

  display: none;

  left: 0;

  width: 0;
}

.irs-slider {
  position: absolute;

  display: block;

  cursor: default;

  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;

  display: block;

  left: 0;

  cursor: default;
}

.irs-max {
  position: absolute;

  display: block;

  right: 0;

  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;

  display: block;

  top: 0;

  left: 0;

  cursor: default;

  white-space: nowrap;
}

.irs-grid {
  position: absolute;

  display: none;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;

  top: 0;

  left: 0;

  width: 1px;

  height: 8px;

  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;

  bottom: 0;

  left: 0;

  white-space: nowrap;

  text-align: center;

  font-size: 9px;

  line-height: 9px;

  padding: 0 3px;

  color: #000;
}

.irs-disable-mask {
  position: absolute;

  display: block;

  top: 0;

  left: -1%;

  width: 102%;

  height: 100%;

  cursor: default;

  background: 0 0;

  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;

  display: block !important;

  top: 0 !important;

  left: 0 !important;

  width: 0 !important;

  height: 0 !important;

  font-size: 0 !important;

  line-height: 0 !important;

  padding: 0 !important;

  margin: 0 !important;

  outline: 0 !important;

  z-index: -9999 !important;

  background: 0 0 !important;

  border-style: solid !important;

  border-color: transparent !important;
}

.irs-line-mid {
  background: url(https://devicetests.com/wp-content/plugins/devicetests/assets/libs/images/sprite-skin-flat.png) repeat-x;
}

.irs-line-left {
  background: url(https://devicetests.com/wp-content/plugins/devicetests/assets/libs/images/sprite-skin-flat.png) repeat-x;
}

.irs-line-right {
  background: url(https://devicetests.com/wp-content/plugins/devicetests/assets/libs/images/sprite-skin-flat.png) repeat-x;
}

.irs-bar {
  background: url(https://devicetests.com/wp-content/plugins/devicetests/assets/libs/images/sprite-skin-flat.png) repeat-x;
}

.irs-bar-edge {
  background: url(https://devicetests.com/wp-content/plugins/devicetests/assets/libs/images/sprite-skin-flat.png) repeat-x;
}

.irs-slider {
  background: url(https://devicetests.com/wp-content/plugins/devicetests/assets/libs/images/sprite-skin-flat.png) repeat-x;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 8px;

  top: 25px;

  border-radius: 15px;
}

.irs-line-left {
  height: 8px;

  background-position: 0 -30px;

  border-radius: 15px;
}

.irs-line-mid {
  height: 8px;

  background-position: 0 0;
}

.irs-line-right {
  height: 8px;

  background-position: 100% -30px;

  border-radius: 15px;
}

.irs-bar {
  height: 8px;

  top: 25px;

  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;

  height: 8px;

  width: 10px;

  background-position: 0 -90px;

  border-radius: 15px 0 0 15px;
}

.irs-shadow {
  height: 3px;

  top: 34px;

  background: #000;

  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 20px;

  height: 20px;

  top: 18px;

  background-color: #fff;

  border: 2px solid #0d4f63;

  border-radius: 50%;

  background: #fff;

  background-position: 0 -120px;

  z-index: 0;
}

.irs-slider.type_last {
  z-index: 0;
}

.irs-slider.state_hover {
  background-position: 0 -150px;
}

.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min {
  color: #8a98ac;

  font-size: 10px;

  line-height: 1.333;

  text-shadow: none;

  top: 0;

  padding: 1px 3px;

  background: #d4d8de;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.irs-max {
  color: #8a98ac;

  font-size: 10px;

  line-height: 1.333;

  text-shadow: none;

  top: 0;

  padding: 1px 3px;

  background: #d4d8de;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.irs-from {
  color: #fff;

  font-size: 10px;

  line-height: 1.333;

  text-shadow: none;

  padding: 1px 5px;

  background: #0d4f63;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.irs-to {
  color: #fff;

  font-size: 10px;

  line-height: 1.333;

  text-shadow: none;

  padding: 1px 5px;

  background: #0d4f63;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.irs-single {
  color: #fff;

  font-size: 10px;

  line-height: 1.333;

  text-shadow: none;

  padding: 1px 5px;

  background: #0d4f63;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

.irs-from:after {
  position: absolute;

  display: block;

  content: "";

  bottom: -6px;

  left: 50%;

  width: 0;

  height: 0;

  margin-left: -3px;

  overflow: hidden;

  border: 3px solid transparent;

  border-top-color: #0d4f63;
}

.irs-to:after {
  position: absolute;

  display: block;

  content: "";

  bottom: -6px;

  left: 50%;

  width: 0;

  height: 0;

  margin-left: -3px;

  overflow: hidden;

  border: 3px solid transparent;

  border-top-color: #0d4f63;
}

.irs-single:after {
  position: absolute;

  display: block;

  content: "";

  bottom: -6px;

  left: 50%;

  width: 0;

  height: 0;

  margin-left: -3px;

  overflow: hidden;

  border: 3px solid transparent;

  border-top-color: #0d4f63;
}

.irs-grid-pol {
  background: #d4d8de;
}

.irs-grid-text {
  color: #8a98ac;
}

div#packet-test-settings hr {
  margin: 35px 10px 27px;
}

div#packet-test-settings div.packet-test-setting input {
  display: none;
}

div#packet-test-settings div.packet-test-setting span.irs {
  margin-bottom: 20px;
}

div#data-used-info {
  margin: 10px 0;

  text-align: center;
}

div#data-used-info > span {
  padding: 4px 9px;
}

div#not-supported-view,
div#test-running-view,
div#test-results-view {
  display: none;
}

div#test-running-view > div p {
  font-size: 14px;

  margin-bottom: 5px;
}

div#test-running-view div.progress {
  height: 4px;
}

div#test-results-view div.packet-test-result-items div.col-sm-6 {
  margin-bottom: 15px;
}

div#test-results-view div.packet-test-result-items div.col-sm-6 div.media-body {
  margin-top: 4px;
}

div#test-results-view div.packet-test-result-items div.col-sm-6 div.media-body h5 {
  font-size: 17px;
}

div#test-results-view div.packet-test-result-items div.col-sm-6 div.media-body h5 span.small-text {
  font-weight: 300;

  font-size: 13px;
}

div#test-results-view div.packet-test-result-items div.col-sm-6 div.media-body p {
  font-size: 13px;
}

div#packet-test-settings input#range-packet-size,
div#packet-test-settings input#range-packet-frequency,
div#packet-test-settings input#range-test-duration,
div#packet-test-settings input#range-max-delay {
  height: 40px;

  margin-bottom: 20px;

  width: 100%;

  display: block;

  visibility: hidden;

  transition: none !important;
}

div#packet-test-settings select#test-preset-selector {
  display: block;

  width: 100%;
}

span.dt-badge {
  border-radius: 0.25rem;

  display: inline-block;

  font-size: 75%;

  font-weight: 700;

  line-height: 1;

  padding: 0.25em 0.4em;

  text-align: center;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  vertical-align: baseline;

  white-space: nowrap;
}

span.dt-badge.dt-badge-primary {
  background-color: #0d4f63;

  color: #fff;

  font-weight: 500;
}

svg.icon {
  height: 15px;

  vertical-align: middle;

  width: 15px;
}

button.dt-btn {
  background-color: #15bb5f;

  border: 1px solid #15bb5f;

  color: #fff;

  border-radius: 3px;

  font-size: 15px;

  padding: 6px 12px;

  display: inline-block;

  font-weight: 400;

  line-height: 1.5;

  text-align: center;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  vertical-align: middle;
}

button.dt-btn:hover {
  background-color: #15bb5f;

  border-color: #15bb5f;
}

.text-center {
  text-align: center;
}

.progress {
  background-color: #d4d8de;

  border-radius: 0.25rem;

  font-size: 0.75rem;

  line-height: 0;
}

.progress,
.progress-bar {
  display: flex;

  overflow: hidden;
}

.progress-bar {
  background-color: #0080ff;

  color: #fff;

  flex-direction: column;

  justify-content: center;

  text-align: center;

  transition: width 0.6s ease;

  white-space: nowrap;
}

.progress-bar.bg-success {
  background-color: #18d26b !important;
}

.progress-bar.bg-secondary {
  background-color: #93b4d4 !important;
}

span.float-right {
  float: right !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.m-t-20 {
  margin-top: 20px;
}

.dt-card h5 {
  font-size: 16px;

  margin-bottom: 10px;
}

div#test-results-view div.row {
  display: flex;

  flex-wrap: wrap;

  margin-left: -15px;

  margin-right: -15px;
}

div#test-results-view div.row .col-sm-6,
div#test-results-view div.row .col-md-12 {
  padding-left: 15px;

  padding-right: 15px;

  position: relative;

  width: 100%;
}

@media (min-width: 576px) {
  div#test-results-view div.row .col-sm-6 {
    flex: 0 0 50%;

    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

div#result-latency-chart {
  margin-top: 10px;

  padding-right: 20px;
}

.align-self-center {
  align-self: center !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.dt-badge-secondary-inverse {
  background-color: rgba(129, 167, 205, 0.1);

  color: #93b4d4;
}

button#back-to-settings-btn {
  background-color: #0069d9;

  color: #fff;

  border-radius: 3px;

  font-size: 14px;

  padding: 6px 12px;

  border: 1px solid #0062cc;

  display: inline-block;

  font-weight: 400;

  line-height: 1.5;

  text-align: center;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  vertical-align: middle;
}

button#back-to-settings-btn:hover {
  background-color: #0073e6;

  border-color: #0073e6;
}

ul {
  margin: 0 0 1.5em 45px;
}

#ccpa {
  color: #fff;
}

body > .dt-friend-item button.dt-friend-close {
  position: absolute;

  top: 0;

  right: 2px;

  height: 20px;

  width: 20px;

  padding: 0;

  border-radius: 3px;

  border: 0;

  background: #0000001f;
}

body > .dt-friend-item button.dt-friend-close svg {
  height: 15px;

  width: 15px;

  fill: #0d4f63;

  vertical-align: middle;
}

body > .dt-friend-item {
  box-sizing: content-box;

  position: fixed;

  left: 0;

  right: 0;

  z-index: 99999;

  text-align: center;

  padding-top: 5px;

  padding-bottom: 5px;

  background-color: #f2f6f7;

  transition: all 500ms ease-out;

  bottom: 0;

  background-color: rgb(255 255 255/69%);

  min-height: 0;
}

body > .dt-friend-item img:hover {
  opacity: 1;
}

body.single-post #primary div.entry-content > .dt-friend-item {
  text-align: center;

  background: #f3f6f7;

  margin: 0 -20px 20px;

  border-radius: 3px;

  padding: 20px;
}

.dt-friend-item img:hover {
  opacity: 0.8;
}

.dt-friend-item figure {
  display: inline-block;

  position: relative;

  overflow: hidden;

  vertical-align: top;
}

.dt-friend-item.shine figure::before {
  pointer-events: none;

  position: absolute;

  top: 0;

  left: -75%;

  z-index: 2;

  display: block;

  content: "";

  width: 50%;

  height: 100%;

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);

  -webkit-transform: skewX(-25deg);

  transform: skewX(-25deg);

  -webkit-animation: shine 1.2s;

  animation: shine 1.2s;
}

/****Sound Test css ****/

div#sound-test-container {
  display: flex;

  flex-flow: row wrap;

  position: relative;

  width: 100%;

  margin-bottom: 10px;
}

div#sound-test-container div.sound-test-button.active {
  background-color: #000;

  border: 1px solid #000;
}

div#sound-test-container div.sound-test-button.active:hover {
  background-color: #000;

  border: 1px solid #000;
}

div#sound-test-container div.sound-test-button:hover {
  background-color: #000;
}

div#sound-test-container div.sound-test-button {
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  -o-user-select: none;

  user-select: none;

  border: 1px solid #ff8000;

  width: 20%;

  margin: 4px;

  flex: 0 1 calc(33.333333% - 8px);

  border-radius: 6px;

  cursor: pointer;

  text-align: center;

  color: #fff;

  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;

  background-color: #ff8000;
}

div#sound-test-container div.sound-test-button svg.icon {
  width: 40px;

  height: 40px;

  margin: 10px 0 0;
}

div#sound-test-container div.sound-test-button span.stbs:hover {
  color: #fff;
}

div#sound-test-container div.sound-test-button span.stbs {
  display: block;

  text-align: center;

  font-size: 12px;

  margin-bottom: 10px;

  margin-top: -6px;

  color: #fff;

  font-weight: 600;
}

ul {
  margin: 0 0 1.5em 45px;
}

#ccpa {
  color: #fff;
}

/****gamepad css*****/

svg.dt-svg-icon {
  height: 15px;

  vertical-align: middle;

  width: 15px;

  margin-right: 0.5rem;
}

div.dt-alert {
  text-align: center;

  border: 0;

  margin-top: 10px;

  border-radius: 0.25rem;

  margin-bottom: 1rem;

  padding: 0.75rem 1.25rem;

  position: relative;
}

div.dt-alert-warning {
  background-color: rgba(255, 168, 0, 0.1);

  border-color: rgba(255, 168, 0, 0.1);

  color: #ffa800;
}

div.dt-alert-warning svg.dt-svg-icon {
  fill: #ffa800;
}

div.dt-alert-success {
  background-color: rgba(24, 210, 107, 0.1);

  border-color: rgba(24, 210, 107, 0.1);

  color: #18d26b;
}

div.dt-alert-success svg.dt-svg-icon {
  fill: #18d26b;
}

div#gamepad-container {
  max-width: 800px;

  margin: 0 auto;
}

.controller.svelte-1xis06h.svelte-1xis06h {
  position: relative;

  width: 100%;
}

.controller.svelte-1xis06h > .svelte-1xis06h {
  position: absolute;

  display: block;

  appearance: none;

  border: 0;

  padding: 0;

  z-index: 1;
}

.pad.svelte-1xis06h.svelte-1xis06h {
  background-image: url(https://devicetests.com/wp-content/uploads/xbox-controller.jpg);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  position: relative;

  width: 100%;

  height: 0;

  padding-top: 56.2416%;
}

.well.svelte-1xis06h.svelte-1xis06h {
  background: #0080ff;

  background-image: linear-gradient(25deg, #44494a, #555658 40%, #555658 60%, #44494a);

  left: 25.9%;

  top: 15.7%;

  width: 11.2%;

  padding-top: 11.2%;

  border-radius: 100%;

  box-shadow: inset 0.05vw -0.05vw 0.1vw 0.05vw rgba(0, 0, 0, 0.3),
    inset -0.05vw 0.05vw 0.05vw 0.05vw rgba(255, 255, 255, 0.3);
}

.well.right.svelte-1xis06h.svelte-1xis06h {
  left: auto;

  right: 34.1%;

  top: 35.2%;
}

.well.svelte-1xis06h.svelte-1xis06h::before {
  content: "";

  position: absolute;

  left: 7%;

  top: 8%;

  width: 86%;

  height: 84%;

  border-radius: 100%;

  background-color: #0080ff;

  box-shadow: inset -0.05vw 0.1vw 0.2vw 0.2vw #444547, inset 0 -0.1vw 0.1vw 0.1vw #18607c, inset 0 0 0 0.2vw #444547,
    inset 0 0 0.2vw 0.5vw #18607c, inset 0 0 2vw 1vw #18607c;

  z-index: 0;
}

.stick.svelte-1xis06h.svelte-1xis06h {
  position: absolute;

  left: 11%;

  top: 8%;

  background: url(https://devicetests.com/wp-content/uploads/xbox-controller.jpg);

  width: 78%;

  padding-top: 78%;

  background-position: 22.1% 19.8%;

  background-size: 1000%;

  border-radius: 100%;

  box-shadow: inset 0.5vw -0.5vw 1vw 0.1vw rgba(0, 0, 0, 0.3), -0.5vw 1vw 1vw rgba(0, 0, 0, 0.5),
    -1.2vw 2vw 2vw rgba(0, 0, 0, 0.6);

  transition: none;

  z-index: 3;
}

.stick.svelte-1xis06h.svelte-1xis06h:after {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #aaa;

  border-radius: 100%;

  mix-blend-mode: overlay;

  box-shadow: inset 0 0 1vw 1vw rgb(255 255 255/0%), inset 0 0 0.3vw 0.5vw #007efb80, 0 0 0.6vw 0.4vw #5ba4ea,
    0 0 1.2vw 0.4vw #46a3ffcc;

  transition: all 0.1s ease;

  opacity: 0;
}

.button.on.svelte-1xis06h.svelte-1xis06h,
.dpad.on.svelte-1xis06h.svelte-1xis06h,
.bumper.on.svelte-1xis06h.svelte-1xis06h,
.stick.click.svelte-1xis06h.svelte-1xis06h:after {
  opacity: 1;
}

.button.svelte-1xis06h.svelte-1xis06h {
  width: 4.9%;

  padding-top: 4.9%;

  border-radius: 100%;

  right: 28%;

  top: 29.2%;

  background: #5cff00;

  box-shadow: 0.1vw 0.2vw 0.4vw 0.3vw #5cff00, 0.1vw 0.3vw 2vw 0.5vw #5cff00;

  mix-blend-mode: overlay;

  transition: all 0.25s ease;

  z-index: 2;

  opacity: 0;
}

.button.b.svelte-1xis06h.svelte-1xis06h {
  right: 22.5%;

  top: 22.1%;

  background: #f03;

  box-shadow: 0 0 0.4vw 0.3vw #f03, 0.1vw 0.3vw 2vw 0.5vw #f03;
}

.button.x.svelte-1xis06h.svelte-1xis06h {
  right: 33.2%;

  top: 21%;

  background: #0080ff;

  box-shadow: 0.1vw 0.2vw 0.4vw 0.3vw #0080ff, 0.1vw 0.3vw 2vw 0.5vw #0080ff;
}

.button.y.svelte-1xis06h.svelte-1xis06h {
  right: 27.6%;

  top: 12.2%;

  background: #ffd600;

  box-shadow: 0 0.1vw 0.4vw 0.3vw #ffd600, 0.1vw 0.3vw 2vw 0.5vw #ffd600;
}

.button.map.svelte-1xis06h.svelte-1xis06h,
.button.menu.svelte-1xis06h.svelte-1xis06h {
  left: 43.4%;

  top: 22.5%;

  width: 2.9%;

  padding-top: 2.8%;

  background: #fff;

  box-shadow: inset 0 0 0.5vw 0.2vw #0080ff, 0 0.1vw 0.3vw 0.4vw #0080ff, 0 0.1vw 1.5vw 0.7vw #0080ff,
    0 0.1vw 0.2vw 0.1vw #0080ff;
}

.button.menu.svelte-1xis06h.svelte-1xis06h {
  left: 54.3%;
}

.button.xbox.svelte-1xis06h.svelte-1xis06h {
  left: 47.6%;

  top: 7.7%;

  width: 4.8%;

  padding-top: 4.4%;

  background: #5cff00;

  mix-blend-mode: screen;

  box-shadow: inset 0 0 0.1vw 0.1vw #fff, 0 0.1vw 0.2vw 0.2vw #fff, 0 0.1vw 0.5vw 0.1vw #fff,
    0 0.1vw 2vw 0.5vw rgba(92, 255, 0, 0.7);

  transition-duration: 0.5s;
}

.dpad.svelte-1xis06h.svelte-1xis06h {
  width: 3.5%;

  padding-top: 4.8%;

  border-radius: 20%;

  left: 38.4%;

  top: 36.7%;

  background: linear-gradient(0deg, transparent, #62affb, #0080ff);

  box-shadow: 0 -1.4vw 1.7vw 0.2vw #0080ff, 0 -2vw 1.4vw 0.2vw rgb(255 255 255/10%);

  mix-blend-mode: overlay;

  transition: all 0.2s ease;

  opacity: 0;
}

.dpad.dr.svelte-1xis06h.svelte-1xis06h {
  left: 41.6%;

  top: 43%;

  transform: rotate(90deg);
}

.dpad.dd.svelte-1xis06h.svelte-1xis06h {
  top: 48.4%;

  transform: rotate(180deg);
}

.dpad.dl.svelte-1xis06h.svelte-1xis06h {
  left: 34.7%;

  top: 43%;

  transform: rotate(270deg);
}

.bumper.svelte-1xis06h.svelte-1xis06h {
  left: 24.1%;

  top: 2.6%;

  width: 13%;

  padding-top: 4%;

  transform: rotate(-20deg);

  border-radius: 100%;

  background: #55a0ff;

  box-shadow: 0 0 2vw 1vw #0080ff;

  mix-blend-mode: multiply;

  transition: all 0.2s ease;

  opacity: 0;
}

.bumper.svelte-1xis06h.svelte-1xis06h:after {
  content: "";

  left: 20%;

  top: 10%;

  width: 60%;

  height: 40%;

  border-radius: 100%;

  background: #5fa4fd;

  mix-blend-mode: screen;

  box-shadow: 0 0 1vw 0.5vw #66a8fd;

  z-index: 2;
}

.bumper.right.svelte-1xis06h.svelte-1xis06h {
  left: auto;

  right: 25.4%;

  transform: scaleX(-1) rotate(-22deg);
}

.trigger.svelte-1xis06h.svelte-1xis06h {
  left: 15.1%;

  top: 24%;

  width: 10%;

  padding-top: 6px;

  transform: scaleX(1) scaleY(1) rotate(-69deg);

  border-radius: 2vw;

  background: #1a86fe;

  box-shadow: 0 -1vw 4vw 4vw #0080ff;

  mix-blend-mode: darken;

  transition: all 0.2s ease;

  opacity: 0;
}

.trigger.right.svelte-1xis06h.svelte-1xis06h {
  left: auto;

  right: 15.1%;

  transform: scaleX(-1) scaleY(1) rotate(-69deg);
}

div#gamepad {
  max-height: 100%;

  width: 100%;

  max-width: 1000px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

div#gamepad-info {
  max-width: 700px;

  margin: 5px auto 0;
}

div#gamepad-info div#gamepad-detected {
  display: none;
}

ol,
ul {
  margin: 0 0 1.5em 45px;
}

#ccpa {
  color: #fff;
}

/*****Ping css****/

div#ping-test-results,
div#no-servers-found {
  display: none;
}

div#ping-test-results table#ping-test-table tbody tr {
  font-size: 14px;

  line-height: 14px;
}

div#ping-test-results table#ping-test-table tbody tr td.ping-val {
  font-size: 16px;
}

div#ping-test-loader {
  text-align: center;

  width: 100%;
}

div#ping-test-loader div#pre-test-button:hover {
  border: 1px solid #2386a5;

  background-color: #146c87;
}

div#ping-test-loader div#pre-test-button {
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  -o-user-select: none;

  user-select: none;

  cursor: pointer;

  display: inline-block;

  border: 1px solid #155062;

  background-color: #0d4f63;

  border-radius: 15px;

  height: 190px;

  padding: 25px 0 0 0;

  width: 190px;

  margin: 15px;

  color: #fff;

  box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
}

div#ping-test-loader div#pre-test-button svg.icon {
  width: 70px;

  height: 70px;

  margin-top: 10px;
}

div#ping-test-loader div#pre-test-button span {
  display: block;

  font-size: 16px;

  margin: 8px 5px 0;
}

.text-center {
  text-align: center;
}

div.dt-alert {
  border: 0;

  margin-top: 10px;

  border-radius: 0.25rem;

  margin-bottom: 1rem;

  padding: 0.75rem 1.25rem;

  position: relative;
}

div.dt-alert-info {
  background-color: rgba(129, 167, 205, 0.1);

  border-color: rgba(129, 167, 205, 0.1);

  color: #93b4d4;
}

span.dt-badge {
  border-radius: 0.25rem;

  display: inline-block;

  font-size: 75%;

  font-weight: 500;

  line-height: 1;

  padding: 0.25em 0.4em;

  text-align: center;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  vertical-align: baseline;

  white-space: nowrap;
}

span.dt-badge.dt-badge-success {
  background-color: #18d26b;

  color: #fff;
}

span.dt-badge.dt-badge-warning {
  background-color: #ffa800;

  color: #fff;
}

span.dt-badge.dt-badge-danger {
  background-color: #ff3f3f;

  color: #fff;
}

svg.icon {
  height: 15px;

  vertical-align: middle;

  width: 15px;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;

  animation: spinner-border 0.75s linear infinite;

  border: 0.25em solid;

  border-radius: 50%;

  border-right: 0.25em solid transparent;

  display: inline-block;

  height: 2rem;

  vertical-align: text-bottom;

  width: 2rem;
}

.spinner-border-sm {
  border-width: 0.2em;

  height: 1rem;

  width: 1rem;
}

#ping-test-table.table {
  color: #263a5b;

  margin-bottom: 10px;

  border: 0;
}

#ping-test-table.table thead th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);

  vertical-align: bottom;
}

#ping-test-table.table th {
  border: 0;
}

#ping-test-table.table td {
  border-top: 1px solid rgba(0, 0, 0, 0.03);

  border-bottom: none;

  border-left: none;

  border-right: none;
}

#ping-test-table.table th {
  font-size: 15px;

  font-weight: 600;

  padding: 0.7rem;
}

#ping-test-table.table td {
  color: #8a98ac;

  padding: 0.6rem;

  vertical-align: middle;
}

button#restart-test-button {
  background-color: #18d26b;

  border-color: #18d26b;

  color: #fff;

  border-radius: 3px;

  font-size: 15px;

  padding: 6px 12px;

  display: inline-block;

  font-weight: 400;

  line-height: 1.5;

  text-align: center;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  vertical-align: middle;
}

button#restart-test-button:hover {
  background-color: #15bb5f;

  border-color: #15bb5f;
}

ol,
ul {
  margin: 0 0 1.5em 45px;
}

#ccpa {
  color: #fff;
}

/**fps css**/

div#fps-test-container {
  margin-top: 10px;
}

/**refres css***/

div#refresh-rate-test-container p#box-desc {
  text-align: center;

  font-weight: 700;

  font-size: 16px;
}

div#refresh-rate-test-container div#refresh-rate-result-container {
  margin: 0 auto;

  max-width: 200px;

  text-align: center;

  border: 1px solid #fcba03;

  background: #fcba03;

  padding: 10px 0;

  border-radius: 6px;

  color: #000;

  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

div#refresh-rate-test-container p#user-agent {
  text-align: center;

  font-size: 12px;

  margin-top: 15px;
}
