#TP_unalteredTxtArea,
#TP_typedTxt,
#TP_exerciseTxtArea {
  resize: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 1px;
  width: 1px;
  }

#TP_exerciseContainer {
  /*position: relative;*/
  /*background: #f4772b;*/
  /*padding: 40px 0;*/
  /*overflow: hidden;*/
  /*transition: height 0.5s linear;*/
  /*min-height: 610px;*/
  }

/*.TP_fullscreen #TP_exerciseContainer {*/
/*  position: fixed;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  z-index: 900;*/
/*  }*/

.tp_overlay,
#TP_typingPadWrap {
  /*width: 90%;*/
  /*border-radius: 50px;*/
  /*margin: 0 auto;*/
  /*min-height: 530px;*/
  }

#TP_typingPadWrap {
  /*background: white;*/
  /*border-radius: 50px;*/
  /*height: 530px;*/
  /*padding: 3% 0 calc(3% + 50px) 0;*/
  /*overflow: hidden;*/
  /*position: relative;*/
  /*border: 40px solid #0a84b5;*/
  /*border-bottom: 0;*/
  /*top: 40px;*/
  /*left: 5%;*/
  /*bottom: 40px;*/
  /*right: 5%;*/
  /*background-repeat: repeat;*/
  /*background-size: contain;*/
  }

@media screen and (min-height: 800px) {
  /*#TP_typingPadWrap {*/
  /*  height: 780px;*/
  /*  }*/
  /*#TP_exerciseContainer {*/
  /*  min-height: 860px;*/
  /*  }*/
  }

#TP_typingPad {
  background: white;
  border-radius: 50px;
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 1px;
  margin: auto;
  text-align: center;
  height: 530px;
  overflow: auto;
  }

#TP_typingPad {
  position: relative;
  }

.fontExample .c32,
#TP_typingPad .c32 {
  padding: 0 5px;
  color: transparent;
  opacity: .6;
  line-height: 15px;
  position: relative;
  }

#TP_typingPad .c32.lastOfRow {
  position: absolute;
  bottom: 18%;
  }

.fontExample .c32::after,
#TP_typingPad .c32::after {
  content: "\2588";
  font-size: 100px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: calc(100% - 8px);
  bottom: 2px;
  left: 7px;
  right: 7px;
  background: black;
  color: black;
  }

#TP_typingPad .c32.TP_incorrect {
  color: red;
  opacity: .7;
  }

#TP_typingPad .c32.TP_correct::after {
  background: green;
  }

#TP_typingPad .c32.TP_incorrect::after {
  background: red !important;
  color: red !important;
  }

#TP_typingPad .c10 {
  font-weight: 700;
  /*margin-left: 12px;*/
  opacity: 0.9;
  /*position: absolute;*/
  /*right: -30px;*/
  /*top: 0;*/
  }

#TP_typingPad .c10.TP_incorrect {
  opacity: 1;
  color: red;
  }

#TP_typingPad .c32.TP_correct,
#TP_typingPad .c10.TP_correct {
  opacity: 0.3;
  }

#TP_txtToType {
  padding: 80px 15%;
  width: 100%;
  position: relative;
  z-index: 100;
  background: white;
  min-height: 530px;
  color: #262262;
  }

.TP_correct {
  opacity: 0.3;
  }

.cp10.TP_incorrect,
.TP_incorrect {
  color: red !important;
  }

#TP_counters {

  }

.fontSizeInputWrap {
  width: 320px;
  margin: 0 auto 15px auto;
  }

.fontSizeInputWrap .smallFont {
  font-size: 14px;
  padding: 0 8px;
  float: left;
  }

.fontSizeInputWrap .bigFont {
  font-size: 32px;
  padding: 0 8px;
  float: right;
  }

#TP_counters {
  width: 100%;
  }

#TP_counters > div {
  display: inline-block;
  padding: 5px 15px;
  width: 30%;
  }

/*START RANGE INPUT*/
input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: calc(100% - 60px);
  }

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

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
  }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
  }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
  }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
  }

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  }

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  }

input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  }

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
  }

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
  }

/*END RANGE INPUT*/

#TP_counters {
  padding: 0 9%;
  margin: 0;
  }

#hideOptions,
#fullScreenBtn {
  opacity: 0.8;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  }

#TP_options {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  /*color: black;*/
  padding: 5px 0;
  line-height: 35px;
  font-size: 20pt;
  color: white;
  }

#TP_options .hideOptions,
#TP_options > div {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
  z-index: 3;
  }

#TP_options.TP_hide > div {
  opacity: 0;
  }

#hideOptions {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  padding-top: 11px;
  z-index: 5;
  }

#TP_options.TP_hide #hideOptions {
  opacity: 0.5;
  }

#fullScreenBtn {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  padding-top: 11px;
  z-index: 5;
  }

.bgThumbWrap {
  font-size: 12pt;
  margin: 15px 0;
  color: #ccc;
  font-weight: 500;
  cursor: pointer;
  }

.settings_bg_block img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  }

.emptyBlock {
  height: 100px;
  width: 100px;
  border: 1px solid #ccc;
  display: inline-block;
  }

#typeSettings {
  margin-top: 50px;
  }

#typeSettings .container {
  background: rgba(11, 166, 227, 0.5);
  border-radius: 50px;
  /*background: #0BA6E3;*/
  padding: 50px 0;
  }

.settingsBlock {
  /*background: #0BA6E3;*/
  border-radius: 20px;
  /*padding: 5px 20px;*/
  margin-top: 25px;
  opacity: 0.9;
  }

#typeSettings h2,
#typeSettings h3 {
  color: #FFFFFF;
  /*text-shadow: 4px 3px 0 #7A7A7A;*/
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  }

.settingsBlock:first-child {
  margin-top: 0;
  }

.settingsBlock.exampleBlock {
  background: white;
  }

#typeSettings .exampleBlock h3 {
  color: #262262;
  text-shadow: none;
  }

.fontExample {
  font-size: 24px;
  line-height: 46px;
  margin: auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  }

.colorPicker {
  cursor: pointer;
  }

.colorPicker.hasTxt {
  text-shadow: 0px 0px 3px #CECECE;
  border-radius: 50%;
  padding: 91px 15px;
  border: 1px solid #ccc;
  }

.colorPicker.hasTxt h3 {
  display: inline-block;
  vertical-align: middle;
  }

#backgroundColorBlock {
  width: 300px;
  margin: 0 auto;
  }

.presetbtns {
  border-radius: 20px;
  overflow: hidden;
  font-weight: 500;
  line-height: 50px;
  font-size: 22pt;
  }

.presetbtns > div {
  width: 50%;
  float: left;
  cursor: pointer;
  }

#resetBlackTxt {
  color: black;
  background: #eee;
  }

#coloredTxt,
#resetBlackTxt {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 24px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b3b3b3));
  background: -moz-linear-gradient(top, #ffffff, #b3b3b3);
  background: linear-gradient(to bottom, #ffffff, #b3b3b3);
  text-shadow: #591717 1px 1px 1px;
  color: #21252a;
  text-decoration: none;
  }

#coloredTxt:hover,
#coloredTxt:focus,
#resetBlackTxt:hover,
#resetBlackTxt:focus {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
  background: -moz-linear-gradient(top, #ffffff, #d7d7d7);
  background: linear-gradient(to bottom, #ffffff, #d7d7d7);
  color: #21252a;
  text-decoration: none;
  }

#coloredTxt:active,
#resetBlackTxt:active {
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#b3b3b3));
  background: -moz-linear-gradient(top, #b3b3b3, #b3b3b3);
  background: linear-gradient(to bottom, #b3b3b3, #b3b3b3);
  }

#coloredTxt {
  border-radius: 20px;
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
  font-weight: 500;
  line-height: 50px;
  font-size: 22pt;
  cursor: pointer;
  }

#resetWhiteTxt {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 24px;
  background: #828282;
  background: -webkit-gradient(linear, left top, left bottom, from(#828282), to(#000000));
  background: -moz-linear-gradient(top, #828282, #000000);
  background: linear-gradient(to bottom, #828282, #000000);
  text-shadow: #591717 1px 1px 1px;
  color: #ffffff;
  text-decoration: none;
  }

#resetWhiteTxt:hover,
#resetWhiteTxt:focus {
  background: #9c9c9c;
  background: -webkit-gradient(linear, left top, left bottom, from(#9c9c9c), to(#000000));
  background: -moz-linear-gradient(top, #9c9c9c, #000000);
  background: linear-gradient(to bottom, #9c9c9c, #000000);
  color: #ffffff;
  text-decoration: none;
  }

#resetWhiteTxt:active {
  background: #4e4e4e;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#000000));
  background: -moz-linear-gradient(top, #4e4e4e, #000000);
  background: linear-gradient(to bottom, #4e4e4e, #000000);
  }

.popupResults th {
  }

.popupResults th,
.popupResults td {
  padding: 10px 30px;
  border-left: 2px solid #2944CC;
  border-bottom: 2px solid #2944CC;
  position: relative;
  }

.popupResults .lastRow td {
  border-bottom: 0;
  }

.popupResults table .tLeft {
  border-left: 0;
  }

.popupResults td.tRight {
  font-weight: 500;
  }

.popupResults table img {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 30px;
  }

.popupResults table {
  margin: 0 auto;
  border-radius: 35px;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  width: 60%;
  }

.popupResults thead {
  background: #2944CC;
  }

.popupResults tbody {
  background: white;
  color: #262262;
  }

.popupResults .specialTxtBlock_content {
  /*width: 600px;*/
  }

.popupContent .specialTxtBlockWrap {
  margin: 0 auto;
  }

.popupResults .tp_overlay_footer h2 {
  color: #262262;
  }

.popupResults .btn {
  float: left;
  width: 45%;
  margin: 0;
  display: inline-block;
  }

.popupResults .popup_nextExercise {
  float: right;
  }

.tp_overlay .speechBlockAvatarWrap {
  position: absolute;
  margin: 0;
  z-index: 20;
  left: calc(50% - 75px);
  top: -30px;
  }

.starsWrap {
  text-align: center;
  }

.starsWrap .starImgs img {
  width: 50px;
  margin: 0 5px;
  }

.popupSpeech {
  /*padding-left: px;*/
  }

.tp_overlay .container {
  width: 1024px;
  }

.tp_overlay .speechBlock {
  text-align: left;
  }

.bgSelection .column {
  padding: 0 5px;
  }

.settingsLeft {
  padding-right: 34px;
  }

.settingsRight {
  padding-left: 34px;
  }

.popupResults h2 {
  /*text-align: left;*/
  }

.tp_overlay {
  display: none;
  /*overflow: visible;*/
  z-index: 100;
  /*background: #0BA6E3;*/
  /*padding: 40px;*/
  /*position: relative;*/
  /*color: white;*/
  }

.tp_overlay .speechBlockWrap {
  height: 100%;
  }


.tp_overlay .speechBlock {
  height: 100%;
  padding-bottom: 175px;
  position: relative;
  }

/*.tp_overlay_footer {*/
/*  position: absolute;*/
/*  bottom: 15px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  }*/

#exercise_intro img {
  display: block;
  margin: 30px auto;
  text-align: center;
  }

#exercise_intro .speechBlock img {
  margin: 25px auto;
  }

#exercise_intro .speechBlockWrap {
  padding-top: 50px;
  }

#nav {
  padding: 0;
  }

.fontExample {
  cursor: pointer;
  position: relative;
  }

#resetDefaults {
  width: 100%;
  }

#fontPicker .popupContent {
  text-align: center;
  }

#fontList {
  text-align: left;
  font-size: 42px;
  line-height: 50px;
  display: inline-block;
  margin: 0 auto;
  }

#fontList .fontExampleTxt {
  cursor: pointer;
  margin: 25px 0;
  }

#type {
  padding: 0 5%;
  }

.simplebar-track.vertical {
  top: 40px !important;
  bottom: 0;
  z-index: 99999;
  }

.TPR {
  position: relative;
  /*display: inline-block;*/
  /*min-width: 40%;s*/
  margin: 0 auto;
  word-break: break-word;
  }


#typeSettings {
  /*display: none;*/
  position: relative;
  z-index: 50;
  }

#typeSettings h3 {
  font-size: 28px;
  line-height: 38px;
  }

#overlay_exercise_passed .specialTxtBlock_content,
#overlay_exercise_failed .specialTxtBlock_content {
  background: #0BA6E3;
  padding: 0 80px 50px 65px;
  }

.popupPage {
  display: none;
  }

.popupPage.activePage {
  display: block;
  }

.pageNextBtn {
  right: -85px;
  }

.pageBackBtn {
  left: -85px;
  }

#TP_typingPadWrap .btn.restartExam {
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 65px;
  }

#TP_typingPadWrap h2 {
  color: white;
  position: absolute;
  top: 60px;
  font-size: 28px;
  padding-left: 40px;
  }

#TP_typingPadWrap h2.ex_userName {
  top: 35px;
  right: 60px;
  }

.TP_fullscreen .speechBlockWrap {
  z-index: 99999;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  }

.TP_fullscreen .speechBlock_content {
  height: 100%;
  width: 100%;
  border-radius: 0;
  }

.TP_fullscreen #TP_typingPad {
  height: 100%;
  border-radius: 50px;
  }

.TP_fullscreen .speechBlock_content {
  padding: 25px 25px 0px 25px;
  }

.TP_fullscreen #TP_options {
  bottom: 10px;
  }

.TP_fullscreen .speechBlockAvatarWrap {
  display: none;
  }

.TP_fullscreen #TP_typingPadWrap .exTitle {
  top: 35px;
  }

.TP_fullscreen #footer {
  display: none;
  }

/** COLORED LETTERS **/
.coloredTxt .c113, .coloredTxt .c97, .coloredTxt .c122, .coloredTxt .c112 {
  color: #FF00FF;
  }

.coloredTxt .c119, .coloredTxt .c115, .coloredTxt .c120, .coloredTxt .c111, .coloredTxt .c108, .coloredTxt .c46 {
  color: #FF0000;
  }

.coloredTxt .c101, .coloredTxt .c100, .coloredTxt .c99, .coloredTxt .c107, .coloredTxt .c105, .coloredTxt .c44 {
  color: #0066FF;
  }

.coloredTxt .c114, .coloredTxt .c102, .coloredTxt .c118, .coloredTxt .c116, .coloredTxt .c103, .coloredTxt .c98 {
  color: #339900;
  }

.coloredTxt .c121, .coloredTxt .c104, .coloredTxt .c110, .coloredTxt .c117, .coloredTxt .c106, .coloredTxt .c109 {
  color: #FF6600;
  }

.coloredTxt .c32 {
  color: #ecb30b;
  }

/** END COLORED LETTERS**/

#TP_bg {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  background-size: cover;
  }

#type {
  opacity: 1;
  position: relative;
  z-index: 10;
  }

span.TPC.c106.active.TP_incorrect {
  color: red;
  }

.exPopup_exInfo {
  text-align: center;
  padding-top: 20px;
  }

#overlay_exercise_passed .popupResults .btn {
  width: 30%;
  font-size: 14px;
  }

#overlay_exercise_passed .popupResults .btn.btn_try_again {
  margin: 0 5%;
  }