.ex-bt-card,
.ex-card {
  margin: 0.7rem 0.5rem 0.7rem 0.5rem;
  border-radius: 5px 5px 0 0;
  min-height: 147px;
  background: #fafafa;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 0 10px 20px 10px;
}
.ex-bt-card {
  min-height: fit-content;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ex-title {
  padding: 10px 0;
  display: flex;
  font-weight: 700;
  height: inherit;
  color: #5c5c60;
  border-bottom: 1px solid #d9dee4;
  font-size: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ex-word {
  display: flex;
  align-items: center;
  background: #e0e0e0;
  border-radius: 3px;
  color: tomato;
  display: flex;
  margin-right: 7px;
  padding: 2px 7px;
}
.ex-button {
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  height: 36px;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 7px 10px 7px 10px;
  text-align: center;
}
.ex-button .fa {
  font-size: 22px !important;
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.ex-counter {
  align-items: center;
  background: #fff59d;
  border: 1px solid #dcdcdc;
  border-radius: 3px 3px 3px 3px;
  color: #474545;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  margin: 0 7px 0 auto;
  padding: 11px;
  min-width: 18px;
  justify-content: center;
}
.ex-letters,
.ex-puzzle,
.ex-translate {
  align-items: center;
  background: #2196f3;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  margin: 2px;
  min-height: 30px;
  min-width: 12px;
  padding: 0 7px;
  letter-spacing: 0.3px;
}
.ex-letters {
  background: #bdbdbd;
}
.ex-translate {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  min-height: 37px;
  margin-bottom: 5px;
  background: #e0f7fa;
}
.ex-next,
.ex-test {
  display: none;
  font-size: 13px;
  width: max-content;
  padding: 14px 5px 13px 13px;
  letter-spacing: 1px;
  background: linear-gradient(
    to bottom,
    rgba(73, 155, 234, 1) 0,
    rgba(32, 124, 229, 1) 100%
  );
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  color: #fff;
  cursor: pointer;
}
.ex-test {
  display: block;
  padding: 14px 5px 9px 20px;
}
.ex-listen {
  font-size: 18px;
  padding: 3px 7px 0px 7px;
  margin: 2px;
  background: #e0e0e0;
  display: inline-flex;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  color: #03a9f4;
  cursor: pointer;
  min-height: 30px;
  align-items: center;
}
.ex-write {
  width: 82%;
  height: 48px;
  border: 1px solid #ccbebe;
  border-radius: 4px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  margin-top: 20px;
  color: #5c5c60;
}
.ex-write:focus {
  outline: 0 !important;
  border: 1px solid #b3e5fc;
  box-shadow: 0 0 3px #64b5f6;
}
.arrow {
  font-size: 17px;
  float: right;
  letter-spacing: 0;
  margin-left: 7px;
  margin-right: 7px;
  color: gold;
  margin-top: -2px;
}
.spinner {
  font-size: 15px;
  display: inline-flex;
  float: right;
  letter-spacing: 0;
  margin-left: 9px;
  margin-right: 7px;
  color: gold;
  margin-top: 0;
  animation: spin infinite 2s linear;
}
@keyframes spin {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(0);
  }
}
@media screen and (max-width: 325px) {
  .ls-card {
    margin: 0.7rem 0 0.7rem 0;
  }
}
.fn-title {
  display: flex;
  font-weight: 700;
  height: inherit;
  color: #5c5c60;
  font-size: 16px;
  flex-wrap: wrap;
}
.fn-word {
  display: flex;
  align-items: center;
  background: #c5e1a5;
  border-radius: 3px;
  color: #635f5f;
  display: flex;
  margin-right: 7px;
  padding: 2px 7px;
}
.fn-ign {
  background: #b3e5fc;
}
.fn-err {
  background: #ffab91;
}
.fn-corr {
  background: #c5e1a5;
}
.ls-card {
  margin: 0.7rem 0.5rem 0.7rem 0.5rem;
  border-radius: 5px 5px 0 0;
  min-height: 147px;
  background: #f5f5f5;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 0 10px 0 0;
}
.ls-num {
  font-size: 45px;
  padding-top: 15px;
  float: left;
  color: #8a2be2;
  width: 100px;
  text-align: center;
  font-weight: 700;
  background-color: #3f51b5;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.ls-title {
  font-size: 20px;
  color: #4c69f2;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 3px;
  min-height: 39px;
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.ls-evaluate {
  display: flex;
  align-items: center;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #d9dee4;
  border-top: 1px solid #d9dee4;
}
.ls-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 95px;
  margin-top: 10px;
  font-size: 11px;
}
.ls-repeat {
  color: #635e5e;
  height: 10px;
  text-align: center;
  font-size: 10px;
  padding: 2px 5px 5px 5px;
  border-radius: 2px 2px;
  letter-spacing: 1px;
  background: #bdbdbd;
  margin-right: 3px;
  border: 1px solid #e0e0e0;
  background: #fbfbfb;
}
.ls-repeatBox {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.ls-button {
  background: #03a9f4;
  border-radius: 2px 2px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  color: #f5f5f5;
  cursor: pointer;
  float: right;
  font-size: 10px;
  height: 45px;
  letter-spacing: 1px;
  margin-top: 10px;
  min-width: 67px;
  padding: 9px 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ls-button .fa {
  font-size: 22px !important;
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 385px) {
  .ls-wrap {
    margin-left: 10%;
  }
}
@media screen and (max-width: 325px) {
  .ls-card {
    margin: 0.7rem 0 0.7rem 0;
  }
}
.cs-card {
  margin: 0.7rem 0.5rem 0.7rem 0.5rem;
  border-radius: 5px 5px 0 0;
  min-height: 157px;
  background: #eceff1;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 0 10px;
}
.cs-num {
  font-size: 37px;
  max-width: 100px;
  padding-right: 7px;
  padding-top: 5px;
  float: left;
  color: #8a2be2;
  width: 137px;
  font-weight: 700;
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.cs-title {
  color: #5c6bc0;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 3px;
  min-height: 48px;
  border-bottom: 1px solid #d9dee4;
  font-size: 18px;
  margin-bottom: 0;
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.cs-wrap {
  float: left;
  width: 270px;
  margin-top: 5px;
}
.cs-button {
  background: #03a9f4;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 10px;
  height: 45px;
  letter-spacing: 1px;
  margin-top: 10px;
  min-width: 67px;
  padding: 9px 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.cs-evaluate {
  margin: 5px 5px 5px 0;
  display: flex;
  align-items: center;
  height: 15px;
  overflow: hidden;
  font-size: 11px;
  font-family: monospace;
  letter-spacing: 0;
  color: #635e5e;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fbfbfb;
}
.cs-rate {
  white-space: nowrap;
  padding: 1px 0;
}
.cs-card .fa {
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 900px) {
  .cs-title {
    font-size: 18px;
  }
  .cs-num {
    font-size: 32px;
  }
  .cs-wrap {
    float: left;
    width: 225px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .cs-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 359px) {
  .cs-wrap {
    float: left;
    width: 185px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 325px) {
  .cs-card {
    margin: 0.7rem 0 0.7rem 0;
  }
}
.sc-card {
  margin: 0.7rem 0.5rem 0.7rem 0.5rem;
  border-radius: 5px 5px 0 0;
  background: #eceff1;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 7px 5px 10px 5px;
  font-weight: 700;
  color: #757575;
  font-size: 14px;
}
.sc-title {
  border-top: 1px solid #d9dee4;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  max-width: 600px;
  padding-top: 5px;
  font-weight: 700;
}
.sc-word {
  margin: 0.3rem 0 0.3rem 0;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #00f;
  border-left: 3px solid #bfbfbf;
}
.sc-head {
  border-bottom: 1px solid #d9dee4;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  margin-top: -3px;
  padding-bottom: 7px;
  font-weight: 700;
}
.sc-transcription {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  margin-top: -3px;
  padding-bottom: 7px;
  font-weight: 700;
  margin-top: 5px;
}
.sc-button {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px 5px 10px;
  cursor: pointer;
  background: #8bc34a;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  border-radius: 3px;
  display: flex;
  width: fit-content;
  align-items: center;
}
.sc-number {
  align-items: center;
  background: #fff9c4;
  border-radius: 3px 0 0 0;
  color: #283593;
  display: flex;
  float: left;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-right: 7px;
  width: 40px;
}
.sc-action {
  font-size: 16px;
  padding: 8px 7px 5px 7px;
  margin: 2px;
  background: #e0e0e0;
  display: flex;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  color: #03a9f4;
  cursor: pointer;
  align-items: center;
  float: right;
  min-width: 20px;
  justify-content: center;
}
.sc-translate {
  border-top: 1px solid #d9dee4;
  color: #009688;
  display: none;
  font-size: 13px;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 3px;
}
.sc-return {
  background: #64b5f6;
  position: fixed;
  bottom: 5%;
  right: 15px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  padding: 9px 10px 6px 10px;
  font-weight: 100;
  letter-spacing: 1px;
}
.sc-return .fa {
  font-size: 15px;
  margin-right: 5px;
}
.sc-show {
  display: block;
}
.sc-orange,
.sc-orange-show {
  color: orange;
}

.lx-input {
  width: -webkit-fill-available;
  background-image: url(/template/img/flag/ru.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px 20px;
  background-position-x: 10px;
  padding-left: 35px;
  margin-top: 7px;

  height: 48px;
  border: 1px solid #ccbebe;
  border-radius: 4px;
  font-size: 18px;
  color: #5c5c60;
}

.lx-input:focus {
  outline: 0 !important;
  border: 1px solid #b3e5fc;
  box-shadow: 0 0 3px #64b5f6;
}
