:root {
  --black: #000;
  --lightcolor: #d48961;
  --color: #fff;
  --darkcolor: #fff;
}

.imeselector-toggle {
  display: none !important;
}

.slidecontainer {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px;
  border-top: 1px solid var(--darkcolor);
  border-left: 1px solid var(--darkcolor);
  border-radius: 6px;
}
#kmhslider {
  appearance: none;
  height: 1px;
  width: 200px;
  background: #00ffff44;
  margin-top: 10px;
  margin-bottom: 10px;
}

#gaugecontainer {
  border: 1px solid #ff800033;

  --size: 150px;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  overflow: hidden;
  z-index: 9;
  background-color: var(--black);
  margin: 0 0 0 20px;
  left: 50%;
  transform: translate(0);
  top: 10px;
}
#gauge {
  position: absolute;
  --size: 60%;
  width: var(--size);
  height: var(--size);
  top: calc((100% - var(--size)) * 0.5);
  left: calc((100% - var(--size)) * 0.5);
  border-radius: 50%;
  background-blend-mode: multiply;
}

#scale {
  background: repeating-conic-gradient(
      from 269deg,
      var(--darkcolor) 1deg 9.4deg,
      black 9.4deg 10.6deg,
      var(--darkcolor) 10.6deg 19deg,
      black 19deg 21deg
    ),
    conic-gradient(
      from 178deg,
      black 0deg 90deg,
      white 101deg 351deg,
      black 360deg
    );

  background-blend-mode: multiply;
  position: absolute;
  --size: 110%;
  width: var(--size);
  height: var(--size);
  top: calc((100% - var(--size)) * 0.5);
  left: calc((100% - var(--size)) * 0.5);
  border-radius: 100%;
  z-index: -2;
}
#scalemask {
  position: absolute;
  --size: 100.5%;
  width: var(--size);
  height: var(--size);
  top: calc((100% - var(--size)) * 0.5);
  left: calc((100% - var(--size)) * 0.5);
  border-radius: 100%;
  background-color: var(--black);
  z-index: -1;
}

/*positioning of the scale numbers*/
.labelpos {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 92.5%;
  transform-origin: 100% center;
  line-height: 0px;
  font-size: 12px;
  color: var(--color);
}
.scLab {
  position: absolute;
  transform-origin: 25px 0px;
  width: fit-content;
}
#pos5 {
  transform: rotate(24.5deg);
  width: 79%;
}
#lab5 {
  transform: rotate(calc(0deg - 17.5deg));
}
/***/
#pos10 {
  transform: rotate(36deg);
  width: 88%;
}
#lab10 {
  transform: rotate(calc(0deg - 36deg));
}
/***/
#pos15 {
  transform: rotate(62deg);
  width: 90%;
}
#lab15 {
  transform: rotate(calc(0deg - 56deg));
}
/***/
#pos20 {
  transform: rotate(74deg);
  width: 94%;
}
#lab20 {
  transform: rotate(calc(0deg - 75deg));
}
/***/
#pos25 {
  transform: rotate(104.4deg);
  width: 96.1%;
}
#lab25 {
  transform: rotate(calc(0deg - 91.4deg));
}
/***/
#pos30 {
  transform: rotate(114deg);
  width: 104%;
}
#lab30 {
  transform: rotate(calc(0deg - 112deg));
}
/***/
#pos35 {
  transform: rotate(131.5deg);
  width: 119%;
}
#lab35 {
  transform: rotate(calc(0deg - 128.5deg));
}
/***/
#pos40 {
  transform: rotate(143deg);
  width: 112%;
}
#lab40 {
  transform: rotate(calc(0deg - 141deg));
}
/***/
#pos45 {
  transform: rotate(145.8deg);
  width: 126.2%;
}
#lab45 {
  transform: rotate(calc(0deg - 178.8deg));
}
/***/
#pos50 {
  transform: rotate(169deg);
  width: 118.4%;
}
#lab50 {
  transform: rotate(calc(0deg - 169deg));
}
/***/
#pos55 {
  transform: rotate(164deg);
  width: 115%;
}
#lab55 {
  transform: rotate(calc(0deg - 218deg));
}
/***/
#pos60 {
  transform: rotate(192deg);
  width: 119.5%;
}
#lab60 {
  transform: rotate(calc(0deg - 190deg));
}
/***/
#pos65 {
  transform: rotate(188deg);
  width: 97%;
}
#lab65 {
  transform: rotate(calc(0deg - 259deg));
}
#pos70 {
  transform: rotate(216deg);
  width: 115%;
}
#lab70 {
  transform: rotate(calc(0deg - 214deg));
}
#pos75 {
  transform: rotate(219deg);
  width: 94%;
}
#lab75 {
  transform: rotate(calc(0deg - 259deg));
}
#pos80 {
  transform: rotate(244deg);
  width: 103%;
}
#lab80 {
  transform: rotate(calc(0deg - 245deg));
}
/***/

/*the "KM/H" */
#gaugelabel {
  position: absolute;
  top: 61.5%;
  left: 3%;
  font-size: 14px;
  color: var(--color);
}

#zeromark {
  position: absolute;
  top: 50.3%;
  background-color: var(--color);
  width: 40%;
  height: 3%;
  transform: rotate(0deg) translate(-50%, -50%);
  left: 30%;
  top: 50%;
  transition: all 1s;
}
#zeromark:before {
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  left: 0px;
  transform: translateX(-50%);
  top: -3px;
}
#zeromark:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 29.5px;
  top: -3.5px;
  background: #fff;
}
#cornerborder,
#odometer {
  position: absolute;
}
[class~="fancy-shadow-card"] {
  box-shadow: #008dcb 0pt 0px 12px, #005a81 0pt 0px;
}
#cornerborder {
  height: 50%;
}
#cornerborder {
  width: 50%;
}
#cornerborder {
  transform: translate(-8%, 112%);
}
#cornerborder {
  border-left-width: 0.010416667in;
}
#cornerborder {
  border-bottom-width: 0.010416667in;
}
#cornerborder {
  border-right-width: 0.010416667in;
}
[class~="fancy-shadow-card"] {
  background: #fff;
}
#cornerborder {
  border-top-width: 0.010416667in;
}
#cornerborder {
  border-left-style: solid;
}
[class~="fancy-shadow-card"] {
  border-radius: 12px;
}
[class~="clock"],
[class~="fancy-shadow-card"],
[class~="fancy-shadow-card"],
[class~="parentContainer"],
[class~="page-wrapper"] {
  display: flex;
}
#cornerborder {
  border-bottom-style: solid;
}
[class~="fancy-shadow-card"] {
  flex-direction: column;
}
#cornerborder {
  border-right-style: solid;
}
[class~="fancy-shadow-card"] {
  max-width: 101.25pt;
}
[class~="fancy-shadow-card"] {
  height: 45pt;
}
#cornerborder {
  border-top-style: solid;
}
[class~="page-wrapper"],
[class~="fancy-shadow-card"] {
  align-items: center;
}
[class~="fancy-shadow-card"] {
  justify-content: start;
}
[class~="fancy-shadow-card"],
[class~="parentContainer"],
[class~="card-title"] {
  width: 100%;
}
[class~="page-wrapper"] {
  margin-top: 16px;
}
[class~="speedoResult"] {
  background: linear-gradient(185.48deg, #04253e 6.98%, #004478 98.22%);
}
#cornerborder {
  border-left-color: var(--color);
}
#cornerborder {
  border-bottom-color: var(--color);
}
[class~="clock"] div {
  /* background-color: #1466c4; */
  background-color: #1e53ff;
}
[class~="speedoResult"] {
  padding-left: 1.25pc;
}
[class~="speedoResult"] {
  padding-bottom: 16px;
}
[class~="speedoResult"] {
  padding-right: 1.25pc;
}
#cornerborder {
  border-right-color: var(--color);
}
[class~="speedoResult"] {
  padding-top: 1.25pc;
}
[class~="card-title"] {
  background: #161313;
}
#cornerborder {
  border-top-color: var(--color);
}
#cornerborder {
  border-image: none;
}
[class~="card-title"] {
  color: #fff;
}
#cornerborder {
  border-radius: 4%;
}
[class~="card-title"] {
  text-align: center;
}
[class~="card-title"] {
  border-top-right-radius: 0.625pc;
}
#odometer {
  color: var(--darkcolor);
}
[class~="card-title"] {
  border-top-left-radius: 10px;
}
[class~="clock"] div {
  font-size: 32px;
}
#odometer {
  right: 6%;
}
[class~="card-title"] {
  padding-bottom: 1.5pt;
}
[class~="clock"] {
  justify-content: end;
}
[class~="clock"] div {
  color: #202020;
}
[class~="parentContainer"] {
  justify-content: center;
}
#odometer {
  top: 6%;
}
[class~="parentContainer"] {
  position: relative;
}
#odometer {
  width: 47%;
}
[class~="parentContainer"],
#km_total {
  border-left-width: 0.010416667in;
}
#tripmeter,
#km_total {
  position: absolute;
}
#km_total {
  top: 0pc;
}
#km_total {
  right: 0px;
}
[class~="clock"] div {
  color: #fff;
}
[class~="parentContainer"],
#km_total {
  border-bottom-width: 0.010416667in;
}
#km_total,
[class~="clock"] div {
  border-radius: 0.052083333in;
}
#km_total,
[class~="parentContainer"] {
  border-right-width: 0.75pt;
}
[class~="parentContainer"],
#km_total {
  border-top-width: 0.75pt;
}
#km_total,
[class~="parentContainer"] {
  border-left-style: solid;
}
[class~="parentContainer"],
#km_total {
  border-bottom-style: solid;
}
[class~="parentContainer"],
#km_total {
  border-right-style: solid;
}
[class~="parentContainer"],
#km_total {
  border-top-style: solid;
}
#km_total {
  border-left-color: var(--darkcolor);
}
#km_total {
  border-bottom-color: var(--darkcolor);
}
[class~="parentContainer"] {
  border-left-color: #ccc;
}
#km_total {
  border-right-color: var(--darkcolor);
}
#km_total {
  border-top-color: var(--darkcolor);
}
[class~="parentContainer"] {
  border-bottom-color: #ccc;
}
[class~="parentContainer"] {
  border-right-color: #ccc;
}
[class~="parentContainer"] {
  border-top-color: #ccc;
}
[class~="parentContainer"],
#km_total {
  border-image: none;
}
[class~="parentContainer"] {
  cursor: pointer;
}
[class~="parentContainer"] {
  max-width: 100%;
}
[class~="parentContainer"] {
  margin-left: auto;
}
#km_total {
  color: var(--color);
}
[class~="parentContainer"] {
  margin-bottom: 32px;
}
[class~="parentContainer"] {
  margin-right: auto;
}
#km_total {
  text-align: center;
}
[class~="parentContainer"] {
  margin-top: 0;
}
#km_total,
#km_trip {
  padding-left: 0.072916667in;
}
#km_total {
  padding-bottom: 0.125pc;
}
[class~="parentContainer"] {
  border-radius: 0.083333333in;
}
#km_total {
  padding-right: 0.072916667in;
}
#km_total {
  padding-top: 0.125pc;
}
#km_total {
  width: 67%;
}
#km_total {
  font-size: 160%;
}
[class~="linesContainer"],
.lines {
  position: relative;
}
#tripmeter {
  color: var(--darkcolor);
}
#tripmeter {
  right: 6%;
}
#tripmeter {
  top: 20%;
}
[class~="linesContainer"] {
  width: 100%;
}
#tripmeter {
  width: 47%;
}
#km_trip {
  position: absolute;
}
[class~="linesContainer"] {
  overflow-x: hidden;
}
#km_trip {
  top: 0pt;
}
#km_trip {
  right: 0%;
}
#km_trip {
  border-left-width: 0.010416667in;
}
.lines,
#km_trip {
  border-bottom-width: 0.010416667in;
}
#km_trip {
  border-right-width: 0.010416667in;
}
[class~="linesContainer"],
.lines {
  display: flex;
}
#km_trip {
  border-top-width: 0.010416667in;
}
[class~="linesContainer"] {
  flex-direction: column;
}
[class~="linesContainer"] {
  gap: 1rem;
}
#km_trip {
  border-left-style: solid;
}
.lines,
#km_trip {
  border-bottom-style: solid;
}
#km_trip {
  border-right-style: solid;
}
[class~="linesContainer"] {
  height: 100%;
}
#km_trip {
  border-top-style: solid;
}
[class~="clock"] div {
  box-shadow: 0 15px 22.5pt rgba(0, 0, 0, 0.3);
}
[class~="linesContainer"] {
  max-height: 17.5pc;
}
#km_trip {
  border-left-color: var(--darkcolor);
}
#km_trip {
  border-bottom-color: var(--darkcolor);
}
[class~="linesContainer"] {
  overflow-y: scroll;
}
[class~="clock"] div {
  box-shadow: rgba(0, 0, 0, 0.24) 5.25pt 6px 0.25pc;
}
[class~="linesContainer"] {
  padding-left: 1.5pc;
}
[class~="linesContainer"] {
  padding-bottom: 1.5pc;
}
#km_trip {
  border-right-color: var(--darkcolor);
}
#km_trip {
  border-top-color: var(--darkcolor);
}
[class~="linesContainer"] {
  padding-right: 1.5pc;
}
[class~="linesContainer"] {
  padding-top: 1.5pc;
}
#km_trip {
  border-image: none;
}
#km_trip,
#km_trip_decimal {
  color: var(--color);
}
#km_trip {
  border-radius: 5px 0.052083333in 0.3125pc 3.75pt;
}
#km_trip {
  text-align: right;
}
.lines,
.wordContainer {
  width: fit-content;
}
.lines {
  height: fit-content;
}
[class~="clock"] div {
  letter-spacing: 0.03125in;
}
#km_trip_decimal,
[class~="clock"] div,
#km_trip {
  padding-bottom: 0.020833333in;
}
#km_trip {
  padding-right: 25%;
}
[class~="clock"] div {
  padding-left: 0.75pc;
}
[class~="clock"] div {
  padding-right: 0.75pc;
}
[class~="clock"] div,
#km_trip_decimal,
#km_trip {
  padding-top: 0.020833333in;
}
#km_trip {
  width: 46%;
}
#km_trip,
#km_trip_decimal {
  font-size: 160%;
}
.lines {
  border-bottom-color: rgba(0, 0, 0, 0.554);
}
.lines {
  border-image: none;
}
.lines {
  gap: 0.041666667in;
}
#km_trip_decimal,
#tripswitch_1 {
  position: absolute;
}
.wordContainer,
.wordContainer {
  height: 100%;
}
#km_trip_decimal {
  top: 0.75pt;
}
#km_trip_decimal {
  right: -44%;
}
#km_trip_decimal {
  text-align: left;
}
#km_trip_decimal {
  padding-left: 5.25pt;
}
#km_trip_decimal {
  padding-right: 5.25pt;
}
#km_trip_decimal {
  width: 64%;
}
[class~="clock"] div {
  margin-left: 6px;
}
[class~="clock"] div {
  margin-bottom: 0;
}
.wordContainer,
.wordContainer {
  display: flex;
}
#tripswitch_1,
#tripswitch_2 {
  width: 35%;
}
#tripswitch_1,
#tripswitch_2 {
  height: 15%;
}
#tripswitch_1 {
  border-left-width: 0.0625pc;
}
.wordContainer {
  padding-left: 0.052083333in;
}
#tripswitch_1 {
  border-bottom-width: 0.0625pc;
}
#tripswitch_1 {
  border-right-width: 0.0625pc;
}
#tripswitch_1 {
  border-top-width: 0.0625pc;
}
#tripswitch_1 {
  border-left-style: solid;
}
#tripswitch_1 {
  border-bottom-style: solid;
}
#tripswitch_1 {
  border-right-style: solid;
}
#tripswitch_1 {
  border-top-style: solid;
}
.wordContainer {
  padding-bottom: 0.052083333in;
}
#tripswitch_1 {
  border-left-color: var(--color);
}
.wordContainer {
  padding-right: 0.052083333in;
}
.wordContainer {
  padding-top: 0.052083333in;
}
#tripswitch_1 {
  border-bottom-color: var(--color);
}
#tripswitch_1 {
  border-right-color: var(--color);
}
#tripswitch_1 {
  border-top-color: var(--color);
}
#tripswitch_1 {
  border-image: none;
}
#tripswitch_1 {
  background-color: var(--color);
}
#tripswitch_1,
#tripswitch_2 {
  top: 210%;
}
#tripswitch_1 {
  left: 25%;
}
#tripswitch_2,
#tripswitch_1 {
  border-radius: 75pt;
}
.wordContainer {
  align-items: baseline;
}
#tripswitch_2 {
  border-left-width: 0.010416667in;
}
#tripswitch_2 {
  border-bottom-width: 0.010416667in;
}
#tripswitch_2 {
  border-right-width: 0.010416667in;
}
[class~="letterContainer"],
.wordContainer {
  align-items: last baseline;
}
#tripswitch_2 {
  border-top-width: 0.010416667in;
}
.wordContainer {
  font-size: 1.4rem;
}
#tripswitch_2 {
  border-left-style: solid;
}
#tripswitch_2 {
  border-bottom-style: solid;
}
#tripswitch_2 {
  border-right-style: solid;
}
[class~="letterContainer"],
.wordContainer {
  justify-content: flex-end;
}
#tripswitch_2 {
  border-top-style: solid;
}
#tripswitch_2 {
  border-left-color: #022;
}
#tripswitch_2 {
  border-bottom-color: #022;
}
#tripswitch_2 {
  border-right-color: #022;
}
#tripswitch_2 {
  border-top-color: #022;
}
#tripswitch_2 {
  border-image: none;
}
.wordContainer {
  letter-spacing: 0.125pc;
}
#tripswitch_2 {
  background-color: #022;
}
#tripswitch_2,
#tripswitchbutton {
  position: absolute;
}
[class~="letterContainer"] {
  font-size: 1.5rem;
}
[class~="clock"] div {
  margin-right: 6px;
}
[class~="letterContainer"] {
  display: flex;
}
[class~="letterContainer"] {
  height: 100%;
}
[class~="activeWord"] {
  background-color: #216293;
}
#tripswitch_2 {
  right: 0in;
}
[class~="clock"] div {
  margin-top: 0;
}
[class~="activeWord"] {
  color: #fff;
}
[class~="activeWord"] {
  border-top-right-radius: 0.083333333in;
}
#tripswitchbutton {
  top: 0.729166667in;
}
#tripswitchbutton {
  left: 7.5pt;
}
[class~="activeWord"] {
  border-top-left-radius: 0.083333333in;
}
#tripswitchbutton {
  width: 5pc;
}
#tripswitchbutton {
  font-family: "Eurostile";
}
#tripswitchbutton {
  font-weight: normal;
}
#tripswitchbutton {
  font-size: 100%;
}
#tripswitchbutton {
  color: var(--color);
}
#tripswitchbutton {
  text-align: center;
}
#tripswitchbutton {
  border-left-width: 0.0625pc;
}
[class~="clock"] div {
  font-weight: 300 !important;
}
#tripswitchbutton {
  border-left-style: solid;
}
#tripswitchbutton {
  border-left-color: var(--darkcolor);
}
#tripswitchbutton {
  border-image: none;
}
#tripswitchbutton {
  border-top-width: 0.0625pc;
}
#tripswitchbutton {
  border-top-style: solid;
}
#tripswitchbutton {
  border-top-color: var(--darkcolor);
}
#tripswitchbutton {
  background-color: transparent;
}
#tripswitchbutton {
  border-radius: 0.3125pc;
}
#userTyping:hover,
#userTyping {
  border-left-width: 0.010416667in;
}
#userTyping {
  max-width: 100%;
}
[class~="correctWord"] {
  background: #c7fda7;
}
[class~="user-detail-box"] img {
  width: 100%;
}
[class~="correctWord"] {
  color: #2b9d1e;
}
[class~="incorrectWord"],
[class~="correctWord"] {
  border-top-right-radius: 0.5pc;
}
#userTyping {
  margin-left: auto;
}
[class~="incorrectWord"],
[class~="correctWord"] {
  border-top-left-radius: 6pt;
}
[class~="incorrectWord"] {
  background: #ce3e44;
}
#userTyping {
  margin-bottom: 0.166666667in;
}
[class~="incorrectWord"] {
  color: #fff;
}
#userTyping {
  margin-right: auto;
}
#userTyping {
  margin-top: 0;
}
#userTyping {
  resize: none;
}
#userTyping:hover,
#userTyping {
  border-bottom-width: 0.010416667in;
}
#userTyping {
  height: 9rem;
}
[class~="user-detail-box"] img {
  max-width: 9.0625pc;
}
#userTyping,
#userTyping:hover {
  border-right-width: 0.010416667in;
}
[class~="typing-section"] {
  margin-top: 0.333333333in;
}
[class~="back-btn"],
[class~="dark-theme"] {
  position: absolute;
}
[class~="back-btn"] {
  left: 2.5pc;
}
#userTyping {
  height: 100%;
}
[class~="back-btn"],
[class~="dark-theme"] {
  cursor: pointer;
}
[class~="back-btn"] {
  z-index: 9;
}
[class~="user-detail-box"] img {
  height: 90pt;
}
[class~="accordion-button"]::after {
  top: 10px;
}
[class~="dark-theme"] {
  right: 20px;
}
#userTyping:hover,
#userTyping {
  border-top-width: 0.010416667in;
}
#userTyping:hover,
#userTyping {
  border-left-style: solid;
}
#userTyping,
#userTyping:hover {
  border-bottom-style: solid;
}
[class~="accordion-button"]::after {
  position: relative;
}
#userTyping,
#userTyping:hover {
  border-right-style: solid;
}
[class~="accordion-button"]::after {
  left: -19.5pt;
}
[class~="user-detail-box"] {
  padding-left: 0pt !important;
}
[class~="accordion-button"] [class~="clock"] div {
  font-size: 0.25in;
}
[class~="user-detail-box"] {
  padding-bottom: 0pt !important;
}
#userTyping:hover,
#userTyping {
  border-top-style: solid;
}
#userTyping,
#userTyping:hover {
  border-left-color: #ccc;
}
[class~="user-detail-box"] {
  padding-right: 0pt !important;
}
[class~="accordion-button"]:not([class~="collapsed"])::after {
  background-image: url("../images/plus-icon.png");
}
[class~="accordion-button"]::after {
  background-image: url("../images/close-icon.png");
}
[class~="user-detail-box"] {
  padding-top: 0pt !important;
}
[class~="user-detail-box"] {
  border-left-width: 0;
}
#userTyping:hover,
#userTyping {
  border-bottom-color: #ccc;
}
[class~="accordion-button"]:not([class~="collapsed"])::after {
  transform: rotate(0);
}
#userTyping,
#userTyping:hover {
  border-right-color: #ccc;
}
[class~="user-detail-box"] {
  border-bottom-width: 0;
}
[class~="accordion-button"]:not([class~="collapsed"])::after {
  width: 3.75pc;
}
[class~="user-detail-box"] {
  border-right-width: 0;
}
#userTyping,
#userTyping:hover {
  border-top-color: #ccc;
}
[class~="user-detail-box"] {
  border-top-width: 0;
}
#userTyping,
#userTyping:hover {
  border-image: none;
}
[class~="accordion-button"]::after {
  width: 1.25pc;
}
[class~="accordion-button"]:not([class~="collapsed"])::after {
  height: 2.375pc;
}
#userTyping:hover {
  outline: 0;
}
#userTyping:focus {
  border-left-width: 0.010416667in;
}
[class~="accordion-button"]::after {
  height: 15pt;
}
[class~="user-detail-box"] {
  border-left-style: none;
}
[class~="user-detail-box"] {
  border-bottom-style: none;
}
#userTyping:focus {
  border-bottom-width: 0.010416667in;
}
[class~="user-detail-box"] {
  border-right-style: none;
}
[class~="user-detail-box"] {
  border-top-style: none;
}
[class~="user-detail-box"] {
  border-left-color: currentColor;
}
[class~="user-detail-box"] {
  border-bottom-color: currentColor;
}
[class~="user-detail-box"] {
  border-right-color: currentColor;
}
#userTyping {
  padding-left: 0.25in;
}
[class~="user-detail-box"] {
  border-top-color: currentColor;
}
[class~="accordion-button"]::after,
[class~="accordion-button"]:not([class~="collapsed"])::after {
  content: "";
}
[class~="accordion-button"]:not([class~="collapsed"]) {
  color: transparent;
}
[class~="user-detail-box"] {
  border-image: none;
}
[class~="user-detail-box"] {
  border-radius: 0.75pc;
}
[class~="user-detail-box"] {
  text-align: center;
}
#userTyping {
  padding-bottom: 0.25in;
}
#userTyping:focus {
  border-right-width: 0.010416667in;
}
#userTyping:focus {
  border-top-width: 0.010416667in;
}
#userTyping {
  padding-right: 0.25in;
}
[class~="accordion-button"]:not([class~="collapsed"])::after,
[class~="accordion-button"]:not([class~="collapsed"]),
[class~="accordion-button"]::after {
  position: absolute;
}
#userTyping {
  padding-top: 0.25in;
}
#userTyping:focus {
  border-left-style: solid;
}
[class~="user-detail-box"] {
  max-width: 1.875in;
}
#userTyping:focus {
  border-bottom-style: solid;
}
#userInfo,
[class~="user-detail-box"],
#userTyping {
  width: 100%;
}
[class~="user-name"] {
  font-size: 16px;
}
[class~="accordion"] {
  position: relative;
}
[class~="accordion-button"]::after {
  top: 0;
}
[class~="accordion-button"]::after,
[class~="accordion-button"],
[class~="accordion-button"]:not([class~="collapsed"])::after {
  right: 0;
}
[class~="accordion-button"] {
  background: linear-gradient(185.48deg, #04253e 6.98%, #004478 98.22%);
}
#userTyping {
  font-size: 1.4rem;
}
#userTyping {
  display: flex;
}
#userTyping:focus {
  border-right-style: solid;
}
#userTyping:focus {
  border-top-style: solid;
}
[class~="accordion-button"]:not([class~="collapsed"]) {
  background: transparent;
}
[class~="accordion-button"] {
  z-index: 9;
}
#userTyping:focus {
  border-left-color: #ccc;
}
[class~="accordion-button"] {
  display: initial;
}
#userTyping {
  flex-wrap: wrap;
}
#userTyping:focus {
  border-bottom-color: #ccc;
}
#userTyping:focus {
  border-right-color: #ccc;
}
[class~="accordion-button"]:not([class~="collapsed"])::after,
[class~="accordion-button"]::after {
  z-index: 99999;
}
#userTyping {
  border-radius: 6pt;
}
[class~="accordion-button"]:not([class~="collapsed"])::after {
  top: 1.822916667in;
}
#userTyping:focus {
  border-top-color: #ccc;
}
[class~="accordion-button"]::after,
[class~="accordion-button"]:not([class~="collapsed"])::after {
  opacity: 0;
}
#userTyping {
  min-height: 12.5pc;
}
#userTyping:focus {
  border-image: none;
}
#userTyping:focus {
  outline: 0;
}
#userInfo {
  background-color: transparent;
}
[class~="accordion-button"]:not([class~="collapsed"]) {
  box-shadow: none;
}
#userInfo {
  border-bottom-right-radius: 4.5pt;
}
#userInfo {
  border-bottom-left-radius: 0.0625in;
}
#userInfo {
  padding-left: 3.75pt;
}
#userInfo {
  padding-bottom: 3.75pt;
}
#userInfo {
  padding-right: 3.75pt;
}
#userInfo {
  padding-top: 3.75pt;
}
#userInfo {
  color: #fff;
}
[class~="accordion-button"]:not([class~="collapsed"])
  [class~="accordian-result"] {
  display: none;
}
.accordion-button .page-wrapper {
  margin-top: 0;
}
@keyframes speedometerAnimation {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  50% {
    transform: rotate(190deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
}
@keyframes speedometerAnimation2 {
  100% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
}
[class~="curved-text"] span {
  position: absolute;
}
curved-text {
  display: flex;
}
curved-text {
  justify-content: center;
}
[class~="curved-text"] span {
  transform-origin: center bottom;
}
curved-text {
  align-items: center;
}
[class~="curved-text"] span {
  font-size: 13.5pt;
}
curved-text {
  position: relative;
}
curved-text {
  width: 3.125in;
}
[class~="curved-text"] span:nth-child(1) {
  transform: rotate(57deg) translateX(-25px) translateY(24px);
}
[class~="curved-text"] span {
  color: red;
}
curved-text {
  height: 300px;
}
[class~="curved-text"] span {
  text-transform: capitalize;
}
.curved-text span:nth-child(2) {
  transform: rotate(52deg) translateX(-11px) translateY(24px);
}
curved-text {
  border-left-width: 0.010416667in;
}
curved-text {
  border-bottom-width: 0.010416667in;
}
curved-text {
  border-right-width: 0.010416667in;
}
[class~="gaugelabel"] {
  position: relative !important;
}
curved-text {
  border-top-width: 0.010416667in;
}
[class~="curved-text"] span:nth-child(3) {
  transform: rotate(40deg) translateX(1px) translateY(23px);
}
curved-text {
  border-left-style: solid;
}
curved-text {
  border-bottom-style: solid;
}
curved-text {
  border-right-style: solid;
}
curved-text {
  border-top-style: solid;
}
[class~="curved-text"] span:nth-child(4) {
  transform: rotate(37deg) translateX(13px) translateY(23px);
}
curved-text {
  border-left-color: #ccc;
}
curved-text {
  border-bottom-color: #ccc;
}
curved-text {
  border-right-color: #ccc;
}
.curved-text span:nth-child(5) {
  transform: rotate(31deg) translateX(26px) translateY(25px);
}
curved-text {
  border-top-color: #ccc;
}
curved-text {
  border-image: none;
}
curved-text {
  border-radius: 50%;
}

#speedWpmOpen,
[class~="hide-button"],
.show-button {
  position: absolute;
}
#speedWpmOpen {
  left: 20.25pt;
}
#speedWpmOpen {
  top: -3pt;
}
[class~="hide-button"],
.show-button {
  right: 0;
}
[class~="hide-button"],
.show-button {
  background: linear-gradient(185.48deg, #1289bd 6.98%, #58b3da 98.22%);
}
.speedometer-main .collapsing {
  transition: none;
}
#draggable button {
  color: #fff;
}
[class~="hide-button"],
.show-button {
  border-left-color: #1289bd;
}
.hide-button:focus,
[class~="show-button"]:focus,
[class~="hide-button"]:hover,
.show-button:hover {
  border-left-color: #1289bd !important;
}
.show-button:hover,
.hide-button:focus,
[class~="hide-button"]:hover,
[class~="show-button"]:focus {
  border-bottom-color: #1289bd !important;
}
.hide-button:focus,
[class~="hide-button"]:hover,
.show-button:hover,
[class~="show-button"]:focus {
  border-right-color: #1289bd !important;
}
[class~="hide-button"]:hover,
[class~="show-button"]:focus,
.hide-button:focus,
.show-button:hover {
  border-top-color: #1289bd !important;
}
.hide-button:focus,
[class~="hide-button"]:hover,
[class~="show-button"]:focus,
.show-button:hover {
  outline: 0;
}
#speedWpmOpen {
  font-size: 1.5rem;
}
#draggable button:active {
  background-color: transparent;
}
#draggable button {
  font-size: 1rem;
}
[class~="hide-button"],
.show-button {
  border-bottom-color: #1289bd;
}
.show-button,
[class~="hide-button"] {
  border-right-color: #1289bd;
}
.show-button,
[class~="hide-button"] {
  border-top-color: #1289bd;
}
#speedWpmOpen {
  color: red;
}
#draggable {
  background: red;
}
#draggable button {
  padding-left: 0.3125pc;
}
#draggable {
  display: flex;
}
#draggable {
  align-items: center;
}
#draggable button {
  padding-bottom: 0.0625in;
}
#draggable {
  justify-content: center;
}
#draggable button {
  padding-right: 0.3125pc;
}
#draggable {
  position: fixed;
}
[class~="hide-button"] {
  bottom: -1.125pc;
}
#draggable button:active {
  border-left-color: transparent;
}
#draggable button {
  padding-top: 0.0625in;
}
#draggable {
  right: 10px;
}
#draggable button:active {
  border-bottom-color: transparent;
}
#draggable {
  bottom: 30px;
}
[class~="hide-button"] {
  z-index: 10000;
}
[class~="no-select"] {
  user-select: none;
}
#draggable button {
  font-weight: 500;
}
#draggable {
  width: fit-content;
}
[class~="show-button"]:active,
[class~="hide-button"]:active {
  border-left-color: #1289bd !important;
}
[class~="show-button"]:active,
[class~="hide-button"]:active {
  border-bottom-color: #1289bd !important;
}
[class~="hide-button"]:active,
[class~="show-button"]:active {
  border-right-color: #1289bd !important;
}
#draggable {
  height: fit-content;
}
[class~="show-button"]:active,
[class~="hide-button"]:active {
  border-top-color: #1289bd !important;
}
#draggable {
  font-size: 1.6rem;
}
#draggable {
  color: #fff;
}
[class~="accordion-button"][class~="collapsed"] [class~="hide-button"] {
  display: none;
}
#draggable {
  border-radius: 3.75pt;
}
[class~="show-button"]:active,
[class~="hide-button"]:active {
  outline: 0;
}
#draggable button:active {
  border-right-color: transparent;
}
#draggable button:active {
  border-top-color: transparent;
}

[class~="speedoResultZindex"] {
  position: relative;
}
[class~="speedoResultZindex"] {
  z-index: 1000 !important;
}
[class~="landscape_second_v"] {
  display: none;
}

#typingSettingBtn {
  display: none;
  position: fixed;
  right: 1.5%;
  bottom: 20%;
  cursor: pointer;
}

#typingSettingBtn img:hover {
  transform: rotate(180deg);
  transition: 0.4s all;
}

#typingSettingBtn img {
  width: 70%;
}
/* Dark Mode activated */

#desktopToggleSwitchContainer,
#toggleSwtichesContainer {
  display: flex;
}
#toggleSwtichesContainer {
  flex-direction: column;
}
#toggleSwtichesContainer,
[class~="toggleSwitches"] {
  gap: 1rem;
}
#toggleSwtichesContainer {
  max-height: 95%;
}
#toggleSwtichesContainer {
  overflow-y: auto;
}
[class~="dark-mode-activated"] {
  background: linear-gradient(
    185.48deg,
    #000 30.98%,
    #00344a 83.22%
  ) !important;
}
#desktopToggleSwitchContainer {
  justify-content: space-around;
}
#exitModalBody,
#desktopToggleSwitchContainer {
  align-items: center;
}
#desktopToggleSwitchContainer {
  padding-left: 0;
}
[class~="text-area-dark-mode"] {
  background-color: black;
}
#desktopToggleSwitchContainer {
  padding-bottom: 2rem;
}
[class~="text-area-dark-mode"] {
  color: white;
}
#desktopToggleSwitchContainer {
  padding-right: 0;
}
#desktopToggleSwitchContainer {
  padding-top: 2rem;
}
#desktopModalSwitches {
  border-left-width: 0.25pc;
}
#desktopModalSwitches {
  border-bottom-width: 0.25pc;
}
#desktopModalSwitches {
  border-right-width: 0.25pc;
}
.desktopToggleImg {
  width: 30px;
}
#desktopModalSwitches {
  border-top-width: 0.25pc;
}
#desktopModalSwitches {
  border-left-style: solid;
}
#desktopModalSwitches {
  border-bottom-style: solid;
}
#desktopModalSwitches {
  border-right-style: solid;
}
#desktopModalSwitches {
  border-top-style: solid;
}
#desktopModalSwitches {
  border-left-color: black;
}
#desktopModalSwitches {
  border-bottom-color: black;
}
#desktopModalSwitches {
  border-right-color: black;
}
#desktopModalSwitches {
  border-top-color: black;
}
#desktopModalSwitches {
  border-image: none;
}
#desktopModalSwitches {
  color: black !important;
}
#desktopToggleModalFooter {
  padding-left: 0.25pc;
}
#desktopToggleModalFooter {
  padding-bottom: 0.25pc;
}
[class~="toggleSwitchesCommon"] {
  cursor: pointer;
}
#desktopToggleModalFooter {
  padding-right: 0.25pc;
}
#closeBtnDesktopToggle:hover {
  background-color: skyblue;
}
[class~="customModalBody"] {
  background-color: #fdfdfd;
}
#desktopToggleModalFooter {
  padding-top: 0.25pc;
}
#exitModalParentContainer {
  border-left-width: 2.25pt;
}
#exitModalParentContainer {
  border-bottom-width: 2.25pt;
}
#exitModalParentContainer {
  border-right-width: 2.25pt;
}
[class~="customModalFooter"] {
  background-color: currentColor;
}
#exitModalParentContainer {
  border-top-width: 2.25pt;
}
#exitModalBody img {
  width: 30%;
}
#exitModalParentContainer {
  border-left-style: solid;
}
#exitModalParentContainer {
  border-bottom-style: solid;
}
#exitModalParentContainer {
  border-right-style: solid;
}
#exitModalParentContainer {
  border-top-style: solid;
}
#exitModalParentContainer {
  border-left-color: rgba(0, 0, 0, 0.784);
}
#exitModalParentContainer {
  border-bottom-color: rgba(0, 0, 0, 0.784);
}
#exitModalParentContainer {
  border-right-color: rgba(0, 0, 0, 0.784);
}
#exitModalParentContainer {
  border-top-color: rgba(0, 0, 0, 0.784);
}
#exitModalParentContainer {
  border-image: none;
}
#exitModalParentContainer {
  width: 100%;
}
#exitModalBody,
#exitModalTextContainer {
  display: flex;
}
#exitModalBody,
#exitModalTextContainer {
  flex-direction: column;
}
#exitModalBody {
  justify-content: center;
}
#exitModalTextContainer {
  gap: 0.51rem;
}
#exitModalTextContainer {
  color: #dc3545;
}
#exitModalTextContainer {
  font-size: 1.6rem;
}
#exitModalTextContainer {
  text-align: center;
}
#closeBtnDesktopToggle {
  background-color: lightblue;
}
#closeBtnDesktopToggle:hover,
#closeBtnDesktopToggle {
  color: black;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -120px 60px;
  }
}
.newModalParent {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100000;
  background-color: #000000e6;
  overflow: hidden;
}
.newModal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem 3rem;
  border: 3px solid rgb(19 93 241);
  border-radius: 5px;
  background: white;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
  color: black;
}
.messagModal {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
  font-weight: bold;
}
.btnModal {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  background: white;
  padding: 0.3rem 3.4rem;
  border: 3px solid black;
  margin-right: 2.6rem;
  box-shadow: 0 0 0 black;
  transition: all 0.2s;
}

.btnModal:last-child {
  margin: 0;
}

.btnModal:hover {
  box-shadow: 0.4rem 0.4rem 0 black;
  transform: translate(-0.4rem, -0.4rem);
  background-color: #0063ae;
  color: white;
}

.btnModal:active {
  box-shadow: 0 0 0 black;
  transform: translate(0, 0);
}

.optionsModal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#closeBtnModal {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#modalImgTextContainer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 400px) and (max-height: 662px) {
  #userTyping {
    font-size: 1rem;
  }
  #userTyping {
    min-height: 8.4375pc;
  }
  [class~="linesContainer"] {
    max-height: 101.25pt;
  }
}
@media (max-width: 600px) {
  #exitModalTextContainer {
    font-size: 1.4rem;
  }
}

@media (max-width: 325px) and (max-height: 575px) {
  #userTyping {
    font-size: 1rem;
  }
  #userTyping {
    min-height: 7.0625pc;
  }
  [class~="linesContainer"] {
    max-height: 78.75pt;
  }
}

@media (max-width: 1639px) {
  [class~="linesContainer"] {
    max-height: 2.1875in;
  }
  #userTyping {
    min-height: 1.979166667in;
  }
}
@media (max-width: 1518px) {
  [class~="user-detail-box"] img {
    width: 100%;
  }
  .user-detail-box {
    padding-left: 6pt;
  }
  .user-detail-box {
    padding-bottom: 6pt;
  }
  [class~="user-detail-box"] img {
    max-width: 9em;
  }
  .user-detail-box {
    padding-right: 6pt;
  }
  .user-detail-box {
    padding-top: 6pt;
  }
  .user-detail-box {
    max-width: 2.5in;
  }
  [class~="user-name"] {
    font-size: 0.177083333in;
  }
  #userTyping {
    padding-left: 0.8125pc;
  }
  [class~="user-detail-box"] img {
    border-left-width: 0.010416667in;
  }
  [class~="user-detail-box"] img {
    border-bottom-width: 0.010416667in;
  }
  [class~="user-name"] {
    margin-top: 0 !important;
  }
  [class~="user-detail-box"] {
    font-size: 0.145833333in;
  }
  .speedoResult {
    padding-left: 1pc;
  }
  [class~="user-detail-box"] img {
    border-right-width: 0.010416667in;
  }
  #userTyping {
    padding-bottom: 0.8125pc;
  }
  [class~="user-detail-box"] img {
    border-top-width: 0.010416667in;
  }
  .speedoResult,
  [class~="linesContainer"] {
    padding-bottom: 9pt;
  }
  [class~="user-detail-box"] img {
    border-left-style: solid;
  }
  [class~="user-detail-box"] img {
    border-bottom-style: solid;
  }
  #userTyping {
    padding-right: 0.8125pc;
  }
  .speedoResult {
    padding-right: 1pc;
  }
  [class~="linesContainer"],
  .speedoResult {
    padding-top: 12px;
  }
  [class~="user-detail-box"] img {
    border-right-style: solid;
  }
  #userTyping,
  [class~="wordContainer"] {
    font-size: 0.229166667in;
  }
  #userTyping {
    padding-top: 0.8125pc;
  }
  .parentContainer {
    margin-bottom: 12pt;
  }
  [class~="fancy-shadow-card"] {
    height: fit-content;
  }
  [class~="user-detail-box"] img {
    border-top-style: solid;
  }
  [class~="user-detail-box"] img {
    border-left-color: white;
  }
  [class~="user-detail-box"] img {
    border-bottom-color: white;
  }
  [class~="card-result"],
  [class~="card-title"] {
    font-size: 1rem;
  }
  [class~="card-result"] {
    font-weight: bold;
  }
  [class~="card-result"] {
    color: black;
  }
  [class~="user-detail-box"] img {
    border-right-color: white;
  }
  [class~="user-detail-box"] img {
    border-top-color: white;
  }
  [class~="linesContainer"] {
    max-height: 1.979166667in;
  }
  [class~="linesContainer"] {
    padding-left: 0.75pc;
  }
  [class~="linesContainer"] {
    padding-right: 0.75pc;
  }
  #userTyping {
    min-height: 1.770833333in;
  }
  [class~="user-detail-box"] img {
    border-image: none;
  }
  [class~="linesContainer"] {
    gap: 0.5rem;
  }
  [class~="back-btn"] {
    left: 7.5pt;
  }
  [class~="user-detail-box"] img {
    border-radius: 5px;
  }
  [class~="accordion-button"]:not([class~="collapsed"])::after {
    top: 9.625pc;
  }
  [class~="dark-theme"] {
    right: 0.104166667in;
  }
  [class~="clock"] div {
    font-size: 1.5rem;
  }
  [class~="clock"] div {
    font-weight: 200;
  }
  [class~="accordion-button"]::after {
    top: 0.552083333in;
  }
  #userTyping {
    height: 100%;
  }
}
@media (max-width: 1365px) {
  #draggable {
    width: fit-content;
  }
  #draggable {
    height: fit-content;
  }
  #draggable button {
    font-size: 9pt;
  }
}
@media (max-width: 1199px) {
  [class~="dark-theme"] img {
    width: 22.5pt !important;
  }
  [class~="show-button"] {
    bottom: -21pt;
  }
}
@media (min-width: 992px) {
  #typingSettingBtn {
    display: block !important;
  }
  .offcanvas {
    display: none;
  }
}
@media (max-width: 991px) {
  [class~="accordion-button"]:not([class~="collapsed"]) {
    position: relative;
  }
  [class~="accordion-button"] [class~="clock"] div,
  [class~="fancy-shadow-card"] span,
  .card-title {
    font-size: 0.125in;
  }
  [class~="show-button"] {
    left: 0;
  }
  [class~="show-button"] {
    bottom: -38px;
  }
  [class~="show-button"] {
    border-radius: 0;
  }
  [class~="accordion-button"]:not([class~="collapsed"])
    [class~="accordian-result"] {
    display: block;
  }
  [class~="accordion-button"]:not([class~="collapsed"]) {
    right: 0;
  }
  [class~="show-button"] {
    position: absolute;
  }
  [class~="accordion-button"]:not([class~="collapsed"]) {
    background: linear-gradient(185.48deg, #04253e 6.98%, #004478 98.22%);
  }
  [class~="accordion-button"]:not([class~="collapsed"]) {
    z-index: 9;
  }
  [class~="show-button"] {
    right: inherit;
  }
  [class~="typing-section"] {
    margin-top: 2.8125pc;
  }
  [class~="accordion-button"]:not([class~="collapsed"]) {
    display: initial;
  }
  [class~="mobile-responsive-class"] [class~="hide-button"],
  div#collapseOne,
  [class~="dark-theme"] {
    display: none;
  }
  [class~="order-1-991"] {
    order: 1;
  }
  [class~="fancy-shadow-card"][class~="total-box"],
  [class~="fancy-shadow-card"][class~="corrcet-box"],
  .fancy-shadow-card.wrong-box {
    margin-bottom: 0;
  }
  [class~="clock"],
  [class~="order-1-991"] {
    margin-top: 8px;
  }
  [class~="page-wrapper"] {
    flex-wrap: wrap;
  }
  [class~="fancy-shadow-card"] {
    height: 44px;
  }
  [class~="fancy-shadow-card"] {
    max-width: 30%;
  }
  [class~="fancy-shadow-card"] {
    margin-left: 0 !important;
  }
  [class~="fancy-shadow-card"] {
    margin-bottom: 0.75pc;
  }
  [class~="accordion-button"] [class~="page-wrapper"] {
    padding-left: 1pc;
  }
  [class~="page-wrapper"] {
    gap: 0.166666667in;
  }
  [class~="accordion-button"] [class~="page-wrapper"] {
    padding-bottom: 0;
  }
  [class~="accordion-button"] [class~="clock"] div {
    font-size: 12pt;
  }
  [class~="accordion-button"] [class~="page-wrapper"] {
    padding-right: 1pc;
  }
  [class~="accordion-button"] [class~="page-wrapper"] {
    padding-top: 0;
  }

  [class~="accordion-button"] [class~="clock"] div {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500 !important;
  }

  [class~="fancy-shadow-card"] span,
  .card-title {
    font-size: 15px !important;
  }

  [class~="card-title"] {
    padding: 0 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  [class~="fancy-shadow-card"] {
    border-radius: 5px;
  }

  #clock-closed-landscape #hour {
    display: none !important;
  }
}

/* @media (max-width: 940px) and (min-width: 560px) {
  [class~="container"][class~="accordian-result"],
  [class~="typing-section"] [class~="container"] {
    max-width: 95%;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    flex-direction: column;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    margin-top: 0;
  }
  .typing_section_main_box {
    display: flex;
  }
  .typing_section_main_box {
    gap: 0.125in;
  }
  [class~="fancy-shadow-card"] {
    max-width: 30%;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    margin-top: 0 !important;
  }
  [class~="userTypingParentContainer"],
  [class~="parentContainer"] {
    width: 50%;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    position: absolute;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    justify-content: flex-end !important;
  }
  [class~="linesContainer"] {
    max-height: 7.6rem;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    right: 12.75pt;
  }
  [class~="page-wrapper"] {
    gap: 4px;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    top: 0.625pc;
  }
  #userTyping {
    min-height: 100px;
  }
  [class~="accordion-button"] {
    padding-top: 8px;
  }
  [class~="accordion-button"] {
    padding-bottom: 8px;
  }
  [class~="accordion-button"] [class~="clock"] div {
    margin-bottom: 8px;
  }
} */
@media (max-width: 767px) {
  [class~="page-wrapper"] {
    margin-top: 0;
  }
  [class~="page-wrapper"] {
    margin-bottom: 0;
  }
  [class~="wordContainer"],
  #userTyping {
    font-size: 0.208333333in;
  }
  [class~="page-wrapper"] {
    gap: 0.083333333in;
  }
  [class~="speedoResult"] [class~="meterDiv"] {
    order: 1;
  }
}
@media (max-width: 940px) and (min-width: 500px) {
  [class~="typing-section"] {
    margin-top: 0.020833333in;
  }
  [class~="typing_section_main_box"] {
    flex-wrap: wrap;
  }
  [class~="typing-section"] [class~="container"] {
    max-width: 95%;
  }
  [class~="fancy-shadow-card"] {
    max-width: 28%;
  }
  #draggable {
    right: 5px;
  }
  [class~="parentContainer"],
  .userTypingParentContainer {
    width: 100%;
  }
  [class~="accordion-button"] [class~="clock"] div {
    margin-bottom: 8px;
  }
  .userTypingParentContainer,
  [class~="parentContainer"] {
    flex: 100%;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    flex-direction: column;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    margin-top: 0;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    margin-top: 0 !important;
  }
  #draggable {
    bottom: 0;
  }
  .userTypingParentContainer,
  [class~="parentContainer"] {
    max-width: 90%;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    position: absolute;
  }
  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-left: auto;
  }
  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-bottom: 0;
  }
  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-right: auto;
  }
  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-top: 0;
  }
  [class~="landscape_second_v_typing"] [class~="linesContainer"],
  .landscape_second_v_typing #userTyping {
    max-height: 9.375pc;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    justify-content: flex-end !important;
  }
  .page-wrapper {
    gap: 0.25pc;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    right: 1.0625pc;
  }
  [class~="clock_landscap_mode"] [class~="clock"] {
    top: 7.5pt;
  }
  [class~="accordion-button"] {
    padding-top: 6pt;
  }
  .landscape_second_v_typing #userTyping,
  [class~="landscape_second_v_typing"] [class~="linesContainer"] {
    min-height: 9.375pc;
  }
  [class~="accordion-button"] {
    padding-bottom: 8px;
  }
  [class~="first_v_none"] {
    display: none !important;
  }
  [class~="landscape_second_v"] [class~="page-wrapper"] {
    flex-wrap: nowrap;
  }
  [class~="landscape_second_v"] [class~="fancy-shadow-card"] {
    margin-bottom: 0;
  }
  [class~="landscape_second_v"] {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 940px) and (max-height: 926px) {
  [class~="newModal"] {
    width: 90% !important;
  }
  [class~="candidateResultName"],
  [class~="lessonNameContainer"],
  [class~="durationContainer"],
  [class~="timeTakenContainer"] {
    width: 100% !important;
  }
  [class~="lessonNameContainer"],
  [class~="candidateResultName"],
  [class~="durationContainer"] {
    font-size: 0.15625in !important;
  }
  [class~="newResult-Net-Speed-Container"],
  [class~="durationContainer"],
  [class~="newResult-Gross-Speed-Container"],
  [class~="candidateResultName"],
  [class~="lessonNameContainer"] {
    color: black;
  }
  #grossSpeedWPM {
    border-bottom-width: 0.010416667in;
  }
  #grossSpeedWPM {
    border-bottom-style: solid;
  }
  #grossSpeedWPM {
    border-bottom-color: currentColor;
  }
  #grossSpeedWPM {
    border-image: none;
  }
  [class~="timeTakenContainer"] {
    font-size: 0.135416667in !important;
  }
  [class~="newResult-Gross-Speed-Container"],
  [class~="newResult-Net-Speed-Container"] {
    justify-content: space-between;
  }
  [class~="newResult-Gross-Speed-Container"],
  [class~="newResult-Net-Speed-Container"] {
    align-items: center;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-left-width: 0.75pt !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-bottom-width: 0.75pt !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-right-width: 0.75pt !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-top-width: 0.75pt !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-left-style: solid !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-bottom-style: solid !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-right-style: solid !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-top-style: solid !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-left-color: black !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-bottom-color: black !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-right-color: black !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-top-color: black !important;
  }
  [class~="newResult-Gross-Speed-Container"] {
    border-image: none !important;
  }
  #netSpeedWPM {
    text-align: center;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-left-width: 0.75pt !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-bottom-width: 0.75pt !important;
  }
  #netSpeedWPM {
    border-bottom-width: 1px;
  }
  #netSpeedWPM {
    border-bottom-style: solid;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-right-width: 0.75pt !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-top-width: 0.75pt !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-left-style: solid !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-bottom-style: solid !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-right-style: solid !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-top-style: solid !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-left-color: black !important;
  }
  #netSpeedWPM {
    border-bottom-color: currentColor;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-bottom-color: black !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-right-color: black !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-top-color: black !important;
  }
  [class~="newResult-Net-Speed-Container"] {
    border-image: none !important;
  }
  [class~="misc-1"] {
    margin-top: 0;
  }
  [class~="misc-1"] {
    border-left-width: 0.0625pc;
  }
  [class~="misc-1"] {
    border-bottom-width: 0.0625pc;
  }
  [class~="misc-1"] {
    border-right-width: 0.0625pc;
  }
  [class~="misc-1"] {
    border-top-width: 0.0625pc;
  }
  [class~="misc-1"] {
    border-left-style: solid;
  }
  #netSpeedWPM {
    border-image: none;
  }
  [class~="misc-1"] {
    border-bottom-style: solid;
  }
  [class~="misc-1"] {
    border-right-style: solid;
  }
  [class~="misc-1"] {
    border-top-style: solid;
  }
  [class~="misc-1"] {
    border-left-color: currentColor;
  }
  [class~="misc-1"] {
    border-bottom-color: currentColor;
  }
  [class~="misc-1"] {
    border-right-color: currentColor;
  }
  [class~="misc-1"] {
    border-top-color: currentColor;
  }
  [class~="misc-1"] {
    border-image: none;
  }
  [class~="resultSpeed-text"] {
    text-decoration: underline;
  }
  #netSpeedCPM {
    font-size: 0.75pc;
  }
  [class~="btnModal"] {
    padding-left: 2rem !important;
  }
  [class~="btnModal"] {
    padding-bottom: 0.3rem !important;
  }
  #netSpeedCPM {
    font-style: italic;
  }
  [class~="btnModal"] {
    padding-right: 2rem !important;
  }
  [class~="btnModal"] {
    padding-top: 0.3rem !important;
  }
}

@media (max-height: 500px) {
  .hideDetailContainer {
    display: none !important;
  }

  #clock-closed {
    display: none !important;
  }

  .landscape_second_v {
    display: block !important;
  }

  .typing_section_main_box {
    gap: 0.095in !important;
  }

  [class~="linesContainer"] {
    gap: 0.3rem;
    padding-top: 5px;
  }

  [class~="accordion-button"] {
    padding-bottom: 0px;
  }

  #draggable button {
    font-size: 10pt;
    max-width: 54px;
  }

  .wordContainer {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #exitModalBody img {
    width: 18%;
  }
}

@media (max-height: 270px) {
  [class~="linesContainer"] {
    max-height: 27.5vh !important;
    /* max-height: 5.7rem; */
  }

  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-top: 1.5vh !important;
  }
  [class~="accordion-button"] {
    padding-bottom: 5px !important;
  }

  #userTyping,
  [class~="wordContainer"] {
    font-size: 18px !important;
  }

  #userTyping {
    min-height: 27vh !important;
    padding-top: 0.5125pc !important;
  }
}

@media (min-height: 271px) and (max-height: 300px) {
  [class~="linesContainer"] {
    max-height: 30vh;
  }

  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-top: 1.72vh;
  }

  #userTyping,
  [class~="wordContainer"] {
    font-size: 20px;
  }

  #userTyping {
    min-height: 27vh;
    padding-top: 0.5125pc;
  }
}

@media (min-height: 301px) and (max-height: 350px) {
  [class~="linesContainer"] {
    max-height: 30vh;
  }

  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-top: 2vh;
  }

  #userTyping,
  [class~="wordContainer"] {
    font-size: 21px;
  }

  #userTyping {
    min-height: 29vh;
    padding-top: 0.5125pc;
  }
}

@media (min-height: 351px) and (max-height: 470px) {
  [class~="linesContainer"] {
    max-height: 31vh;
  }

  [class~="parentContainer"],
  .userTypingParentContainer {
    margin-top: 2vh;
  }

  #userTyping,
  [class~="wordContainer"] {
    font-size: 21px;
  }

  #userTyping {
    min-height: 30vh;
    padding-top: 0.5125pc;
  }
}

/* @media (min-height: 470px) and (max-height: 520px) {
  .hideDetailContainer {
    display: none !important;
  }


      [class~="fancy-shadow-card"] span, .card-title {
        font-size: 14px !important;
    }

  #clock-closed {
    display: none !important;
  }

  .landscape_second_v {
    display: block !important;
  }

  [class~="clock"],
  [class~="order-1-991"] {
    margin-bottom: 7px;
    position: relative;
    left: 5rem;

    margin-top: 6px !important;
  }
  [class~="show-button"] {
    bottom: 0rem;
    border-top-right-radius: 5px;
  }

  [class~="typing-section"] {
    margin-top: 10px;
  }

  [class~="linesContainer"] {
    max-height: 24vh;
  }

  .parentContainer {
    margin-bottom: 5pt;
  }

  #userTyping {
    min-height: 19vh;
    padding-top: 0.5125pc;
  }

  #draggable {
    width: fit-content;
    bottom: 8px;
  }
  #draggable button {
    font-size: 10pt;
    max-width: 100%;
  }

  [class~="accordion-button"] {
    padding-bottom: 0px;
    padding-top: 4px;
  }

      [class~="accordion-button"] [class~="clock"] div {
        font-size: 17px;
        margin-bottom: 0;
        font-weight: 500 !important;
    }

    [class~=dateTimeContainer] {
    position: relative;
    float: right;
}

#grossSpeedCPM{
  font-size: 12px !important;
  font-style: italic !important;
}

.newResultContainer .g-2 .col-md-6{

       margin-top: 0px !important;
  
}

[class~=result-2-sction-inner] {
    padding-top: 0px;
}


.book {
   
    top: -7.6rem;
 
}

#loaderLoadingText {
    position: relative;

    top: -7rem;
}



} */

@media (min-height: 450px) and (max-height: 950px) and (max-width: 460px) {
  .hideDetailContainer {
    display: none !important;
  }

  [class~="fancy-shadow-card"] span,
  .card-title {
    font-size: 14px !important;
  }

  #clock-closed {
    display: none !important;
  }

  .landscape_second_v {
    display: block !important;
  }

  [class~="clock"],
  [class~="order-1-991"] {
    margin-bottom: 7px;
    position: relative;
    left: 5rem;

    margin-top: 6px !important;
  }
  [class~="show-button"] {
    bottom: 0rem;
    border-top-right-radius: 5px;
  }

  [class~="typing-section"] {
    margin-top: 10px;
  }

  [class~="linesContainer"] {
    max-height: 24vh;
  }

  .parentContainer {
    margin-bottom: 5pt;
  }

  #userTyping {
    min-height: 19vh;
    padding-top: 0.5125pc;
  }

  #draggable {
    width: fit-content;
    bottom: 8px;
  }
  #draggable button {
    font-size: 10pt;
    max-width: 100%;
  }

  [class~="accordion-button"] {
    padding-bottom: 0px;
    padding-top: 4px;
  }

  [class~="accordion-button"] [class~="clock"] div {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500 !important;
  }

  [class~="dateTimeContainer"] {
    position: relative;
    float: right;
  }

  #grossSpeedCPM {
    font-size: 12px !important;
    font-style: italic !important;
  }

  .newResultContainer .g-2 .col-md-6 {
    margin-top: 0px !important;
  }

  [class~="result-2-sction-inner"] {
    padding-top: 0px;
  }

  .book {
    top: -4rem;
  }

  #loaderLoadingText {
    position: relative;

    top: -4rem;
  }
   .grossSpeedText{
    font-weight: 600 !important;
  }
}

@media (min-height: 520px) and (max-height: 750px) and (max-width: 460px) {
  [class~="linesContainer"] {
    max-height: 30vh !important;
  }

  #userTyping {
    min-height: 24vh !important;
    padding-top: 0.5125pc;
  } [class~="result-2-sction-inner"] {
    padding-top: 0px;
  }

  .grossSpeedText{
    font-weight: 600 !important;
  }
  
}


@media (min-height: 760px) and (max-height: 980px) and (max-width: 460px) {
  [class~="linesContainer"] {
    max-height: 32vh !important;
  }

  #userTyping {
    min-height: 26vh !important;
  
  } 
  
}

.textAreaContainer{
  position: relative;
  z-index: 1;
}

@media (max-height: 500px) and (max-width: 992px) {
  /* [class~="clock"] {
    position: absolute;
        top: 7.5pt;
        right: 1.0625pc;
        margin-top: 0 !important;
    
        } */


        .typing_section_main_box{
          width: 93% !important;
        }

        .typing-section .container .row .d-flex{
          justify-content: center;
        }

        #draggable {
        right: 6px !important;
        padding: 3px !important;
        bottom: 5px;
    }


}


@media (min-width:992px) and (max-width:1200px){
  .typing_section_main_box{
    width: 81vw !important;
  }
   .typing-section .container .row .d-flex{
          justify-content: center !important;
        }
}

@media (min-width:1201px) and (max-width:1320px){
  .typing_section_main_box{
    width: 84vw !important;
  }
   .typing-section .container .row .d-flex{
          justify-content: center !important;
        }
}


@media (min-width:1400px) and (max-width:1570px){
  .typing_section_main_box{
    width: 82vw !important;
  }
   .typing-section .container .row .d-flex{
          justify-content: center !important;
        }
}



@media (min-width:992px) and (max-height:600px){
     [class~="linesContainer"] {
        max-height: 28vh !important
        ;
    }

        #userTyping {
        min-height: 26vh !important
    }


    
}

@media (min-width:992px) and (max-height:550px){


  [class~="typing-section"] {
    margin-top: 10px;
}


    #typingSettingBtn {
 
    right: -2px !important;

}

     [class~="linesContainer"] {
        max-height: 28vh !important
        ;
    }

        #userTyping {
        min-height: 24vh !important
    } 


    
}

@media (min-width:992px) and (max-height:480px){


  [class~="typing-section"] {
    margin-top: 10px;
}

      [class~="linesContainer"] {
        max-height: 25vh !important
        ;
    }

        #userTyping {
        min-height: 26vh !important
    } 

    
    #typingSettingBtn {
 
    right: -2px !important;

}


    
}


@media (min-width:992px) and (max-height:450px){


  [class~="typing-section"] {
    margin-top: 5px;
}

      [class~="linesContainer"] {
        max-height: 24vh !important
        ;
    }

        #userTyping {
        min-height: 24vh !important
    } 


    #typingSettingBtn {
 
    right: -2px !important;

}

    
}

@media (min-width:992px) and (max-height:400px){


  [class~="typing-section"] {
    margin-top: 3px;
}

      [class~="linesContainer"] {
        max-height: 22vh !important
        ;
    }

        #userTyping {
        min-height: 22vh !important
    } 


    #typingSettingBtn {
 
    right: -2px !important;

}

    
}

@media (min-width:941px) and (max-width:991px) and (max-height:650px){


      [class~="typing-section"] {
        margin-top: 25px;
    }

    #hour{
      display: none;
    }

        [class~="linesContainer"] {
        max-height: 24vh !important;
    }

        #userTyping {
        min-height: 23vh;
    }

        [class~="clock"], [class~="order-1-991"] {
        margin-bottom: 8px;
        margin-top: 8px;
    }

        [class~="typing-section"] {
        margin-top: 12px;
    }

        #draggable button {
        font-size: 10pt;
        max-width: fit-content !important;
    }


    #clock-closed-landscape{
      position: absolute !important;
      right: 0 !important;
    }

 

    
}



@media (min-width:941px) and (max-width:991px) and (min-height:450px){

        [class~="linesContainer"] {
        max-height: 26vh !important;
    }

        #userTyping {
        min-height: 24vh !important;
    }
 

    
}



@media (min-width:941px) and (max-width:991px) and (min-height:480px){

        [class~="linesContainer"] {
        max-height: 30vh !important;
    }

        #userTyping {
        min-height: 26vh !important;
    }
 

    
}

@media (min-width:941px) and (max-width:991px) and (min-height:501px){

        [class~="linesContainer"] {
        max-height: 33vh !important;
    }

        #userTyping {
        min-height: 26vh !important;
    }

     #clock-closed-landscape{
      position: absolute !important;
      right: 0 !important;
    }

 

    
}
@media (min-width:750px) and (max-width:940px) and (min-height:650px){

    [class~="parentContainer"], .userTypingParentContainer {
        margin-top: 1.62pc;
    }


          [class~="linesContainer"] {
        max-height: 30vh !important;
    }

        #userTyping {
        min-height: 25vh !important;
    }
    

    #clock-closed {
    flex-direction: column !important;
    top: 20% !important;
}

    #draggable {
        bottom: 10%;
        right: 18px;
    }

        #userTyping, [class~="wordContainer"] {
        font-size: 24px !important;
    }


}

#hour{
  display: none;
}


/* @media(max-height:280px){
 
      [class~="linesContainer"] {
        max-height: 4.9rem;
        gap: .3rem;
                padding-top: 5px;
    }

        #userTyping {
        min-height: 50px;
                padding-top: 0.5125pc;
    }

    .typing_section_main_box {
        gap: 0.095in;
    }
  

[class~="parentContainer"], .userTypingParentContainer {
        margin-top: 3px;
    }
        [class~="accordion-button"] {
        padding-bottom: 5px;
    }

} */

.hideDetailContainer {
  display: block;
}

#clock-closed {
  display: flex;
  flex-direction: row;
}

.landscape_second_v {
  display: none;
}
