frame {
  display: block;
}
.text-account-picture {
  border-radius: 0.2em;
  display: inline-block;
  height: 1.2em;
  vertical-align: sub;
  width: 1.2em;
}
div.ul {
  padding-left: 1em;
}
div.ul > .li {
  position: relative;
  margin-bottom: 0.5em;
}
label.fade-label {
  color: #003d66;
  font-weight: normal;
}
label.fade-label + .input-lg {
  padding-top: 0;
}
ul.list-vr {
  margin-left: 0;
}
ul.list-vr > li {
  padding-left: 0;
  padding-right: 0;
}
ul.list-vr > li:after {
  content: "•";
  color: #ddd;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
ul.list-vr > li:last-child:after {
  display: none;
}
.page-option-panel {
  margin-bottom: 1em;
}
.fl-keep-nl {
  white-space: pre-line;
}
.no-underline:hover {
  text-decoration: none;
}
.one-liner {
  white-space: nowrap;
}
.noresize {
  resize: none;
}
.w100p {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.mnemonic {
  text-decoration: underline;
}
.resize-v {
  resize: vertical;
}
.fs-0 {
  font-size: 0;
}
.text-lg {
  font-size: 20px;
}
@media (max-width: 991px) {
  .text-lg {
    font-size: 15px;
  }
}
.text-normal {
  font-size: 14px;
}
.text-sm {
  font-size: 12px;
}
.vm-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}
.blue-text {
  color: #0088cc;
}
.blue-a {
  color: #a0c3ff;
}
.no-padding {
  padding: 0;
}
.columns-3 {
  width: 100%;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.columns-3 > div {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: inline-block;
  /* Actually FF 20+ */
  width: 100%;
}
@media (max-width: 991px) {
  .columns-sm-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .columns-xs-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* needed for @screen-sm below */
label {
  font-weight: normal;
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.btn-lg {
  border-radius: 2px;
}
input.input-text,
textarea.input-textarea,
select.input-select {
  background: #fff;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 4px 8px;
  border-bottom-color: rgba(23, 163, 255, 0.3);
}
input.input-text:focus,
textarea.input-textarea:focus,
select.input-select:focus,
input.input-text:hover,
textarea.input-textarea:hover,
select.input-select:hover {
  border-bottom-color: rgba(23, 163, 255, 0.8);
}
input.input-text.input-error,
textarea.input-textarea.input-error,
select.input-select.input-error {
  border-bottom-color: rgba(255, 0, 0, 0.3);
  background-color: rgba(255, 220, 220, 0.3);
}
input.input-text.input-error:focus,
textarea.input-textarea.input-error:focus,
select.input-select.input-error:focus,
input.input-text.input-error:hover,
textarea.input-textarea.input-error:hover,
select.input-select.input-error:hover {
  border-bottom-color: rgba(255, 0, 0, 0.8);
}
textarea.input-textarea {
  width: 100%;
  resize: vertical;
  min-height: 40px;
}
.has-error > .input-text,
.has-error > .input-textarea {
  border-bottom-color: rgba(255, 0, 0, 0.3);
  background-color: rgba(255, 220, 220, 0.3);
}
.has-error > .input-text:focus,
.has-error > .input-textarea:focus,
.has-error > .input-text:hover,
.has-error > .input-textarea:hover {
  border-bottom-color: rgba(255, 0, 0, 0.8);
}
.has-error > .control-label {
  display: block;
}
.btn-glyphicon-left > .glyphicon {
  margin-right: 0.5em;
}
.btn-link {
  cursor: pointer;
  text-decoration: dotted underline;
}
.panel-body {
  border-width: 1px;
  border-style: none solid solid solid;
}
.panel-footer {
  border-width: 1px;
  border-style: none solid solid solid;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-footer {
  border-color: #ddd;
}
.panel-default > .panel-body {
  border-color: #ddd;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-footer {
  border-color: #bce8f1;
}
.panel-info > .panel-body {
  border-color: #bce8f1;
}
.panel-footer-info {
  background-color: #d9edf7;
  color: #31708f;
}
label.checkbox-outer > input,
label.radio-outer > input {
  margin-right: 0.6em;
}
.form-control-with-search-icon {
  position: relative;
}
.form-control-with-search-icon:before {
  position: absolute;
  width: 50px;
  height: 18px;
  top: 17px;
  left: 4px;
  text-align: center;
  color: #d2d6e0;
  content: "\e003";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
}
.form-control-with-search-icon > .form-control {
  padding-left: 50px;
}
.form-control-with-search-icon.focus:before {
  color: #777777;
}
.footer-brand {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.nav-stacked > li + li {
  margin-top: 0;
}
.nav-pills > li {
  background: transparent;
}
.nav-pills > li > span {
  border-radius: 1px;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-pills > li > a {
  border-radius: 1px;
  color: #333;
  background: #fff;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background: #fff;
  color: #a0c3ff;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #fff;
  color: #a0c3ff;
}
.alert {
  border-radius: 1px;
}
.form-group > label {
  display: block;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.navbar-toggle {
  border: none;
  border-radius: 0;
}
.navbar-nav li.image-button {
  padding: 0;
}
.navbar-nav li.image-button img {
  height: 40px;
  max-width: 40px;
}
.navbar-nav li.image-button .navbar-toggle {
  margin: 0;
  padding: 0;
}
.pagination > li > a {
  margin-right: 1em;
  color: #333;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
}
.modal-header {
  background: #00a6e8;
  color: #ffffff;
}
.modal-header button.close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}
.modal-content {
  background: #ffffff;
  border: none;
}
.modal-title {
  text-align: center;
}
.modal-footer {
  border-top: none;
}
.modal-footer.modal-footer-text-center {
  text-align: center;
}
.modal-footer.modal-footer-modaller {
  padding-top: 0;
}
@media (max-width: 767px) {
  .btn-icon-on-xs .btn-text {
    display: none;
  }
  .btn-icon-on-xs .glyphicon {
    margin-right: 0;
  }
}
.visible-xs-table-row {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs-table-row {
    display: table-row !important;
  }
}
.w-4em {
  width: 4em;
}
.popover--yellow {
  min-width: 25vw;
}
.popover--yellow.bs-popover-top .arrow::after {
  border-top-color: #fbf7c5;
}
.popover--yellow.bs-popover-right .arrow::after {
  border-right-color: #fbf7c5;
}
.popover--yellow.bs-popover-bottom .arrow::after {
  border-bottom-color: #fbf7c5;
}
.popover--yellow.bs-popover-left .arrow::after {
  border-left-color: #fbf7c5;
}
.popover--yellow .popover-body {
  background: #fbf7c5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.modal.modal-popover {
  padding: 0 !important;
  margin: 0 !important;
}
.modal.modal-popover .modal-dialog {
  margin: 0;
  padding: 0;
}
.modal.modal-popover .modal-body {
  padding: 1rem 2rem;
  text-align: center;
}
html.index body {
  background: #fff;
}
html.index .navbar-static-top {
  margin-bottom: 0;
}
.index-inner-1 {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .index-inner-1 {
    background-image: none;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .index-inner-1 {
    background: #0087c9 url(./img/0a08c239e53a7314e13a502293229ff1-index-lines.png) left top no-repeat;
    background-size: auto 100%;
    padding-left: 18%;
  }
}
.index-inner-2 {
  background: #0087c9 url(./img/0b45f6b84a903162134394d21de655a2-index-man.jpg) right bottom no-repeat;
  min-height: 470px;
  padding-right: 30%;
  padding-left: 4em;
}
@media (max-width: 767px) {
  .index-inner-2 {
    background-image: url(./img/0a08c239e53a7314e13a502293229ff1-index-lines.png);
    background-position: left top;
    padding: 1em;
    min-height: 0;
  }
}
.index-inner-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: rgba(0, 115, 171, 0.4);
}
.index-text {
  display: table;
  padding-bottom: 80px;
}
.index-text h1 {
  font-size: 60px;
  color: #fafeff;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.index-text p {
  font-size: 24px;
  color: #fafeff;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .index-text {
    text-align: center;
  }
  .index-text h1 {
    font-size: 31px;
  }
  .index-text p {
    font-size: 16px;
    text-align: justify;
    margin: 2em 1em;
  }
}
.index-list {
  min-height: 300px;
  background: #fff url(./img/b54481d367ea35d241387d6129371dfc-index-notes2.jpg) top center no-repeat;
}
.index-list .pack-card-small {
  margin-bottom: 0.9em;
}
.index-list-title {
  color: #8a8a8a;
  margin-top: 220px;
  font-size: 50px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .index-list-title {
    font-size: 24px;
    margin-top: 120px;
  }
}
html.nav-append body {
  padding-top: 50px;
}
html.nav-append .navbar-default {
  border-bottom: none;
}
html.nav-append body > .nav-append {
  background-color: #f8f8f8;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 10px;
}
html.nav-append body > .nav-append ol.breadcrumb {
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.index-welcome {
  border-top: solid 10px #000;
  background: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.index-welcome h2 {
  font-size: 36px;
  color: #8a8a8a;
  margin: 1.5em 0;
}
@media (max-width: 767px) {
  .index-welcome h2 {
    font-size: 24px;
  }
}
.index-welcome-wid {
  text-align: center;
  color: #4b4b4b;
}
.index-welcome-wid img {
  width: 45%;
  max-width: 128px;
}
.index-welcome-wid h3 {
  font-size: 20px;
  color: #3e3e3e;
  margin: 1em 0 0.3em;
}
.index-welcome-wid p {
  padding: 0 5%;
}
@media (max-width: 767px) {
  .index-welcome-wid img {
    float: left;
    width: 40px;
  }
  .index-welcome-wid h3 {
    display: inline-block;
    margin-top: 8px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .index-welcome-wid p {
    margin-top: 1em;
    margin-bottom: 3em;
    text-align: justify;
  }
}
.index-welcome-footer {
  background: #28a05c url(./img/0439c7c90c9530ad62f0f9598aca9295-index-footer.svg) right bottom no-repeat;
  padding: 60px 0;
}
.index-welcome-footer h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.index-welcome-footer .btn {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .index-welcome-footer h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 2em;
  }
  .index-welcome-footer .btn {
    text-align: center;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
html.sticky-f {
  position: relative;
  min-height: 100%;
}
html.sticky-f body {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
  padding-bottom: 5em;
}
html.sticky-f body .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
}
html.fl-fullscreenplay {
  height: 100%;
  width: 100%;
}
body.fl-fullscreenplay {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: auto !important;
}
body.fl-fullscreenplay > * {
  width: 100%;
}
body.fl-fullscreenplay > .cc-revoke {
  display: none !important;
}
.fl-fullscreenplay--main {
  flex: 1;
  position: relative;
  /* >> quick fix for #60. memo в режиме write на телефоне не уменьшает поле, когда появляется экранная клавиатура
   * https://www.reddit.com/r/webdev/comments/alg8az/anyone_experiencing_issues_with_flexbox_and/effcldd?utm_source=share&utm_medium=web2x
   */
  min-height: 0;
  flex-grow: 1;
  /* << */
}
.fl-fp-head {
  background: #00a1ff;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.fl-fp-head:before,
.fl-fp-head:after {
  display: table;
  content: " ";
}
.fl-fp-head:after {
  clear: both;
}
.fl-fp-head .btn {
  color: #fff;
  background-color: #00acff;
  border-color: #00acff;
  opacity: 0.85;
}
.fl-fp-head .btn:hover,
.fl-fp-head .btn:focus,
.fl-fp-head .btn:active {
  opacity: 1;
}
.fl-fp-head__title {
  font-size: 1rem;
  line-height: 2.4;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  margin: 0;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.fl-progress-bar {
  width: 100%;
}
.fl-progress-bar__title {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fl-progress-bar__title-text {
  text-align: left;
}
.fl-progress-bar__title-text-label {
  opacity: 0.7;
  margin-right: 0.7rem;
}
.fl-progress-bar__title-text-val {
  opacity: 1;
  white-space: nowrap;
}
.fl-progress-bar__bar {
  position: relative;
  height: 1rem;
  width: 100%;
  background: #35b4ff;
  border-radius: 0.25rem;
}
.fl-progress-bar__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #c8e4fc;
  border-radius: 0.25rem;
}
.card-inst {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  height: 250px;
  border-radius: 0.5em;
  border: solid 1px #4f6577;
  box-shadow: 1px 1px 5px #bbb;
  position: relative;
}
.card-inst.card-green {
  border-color: #b6d588;
  background-color: #fffffc;
}
.card-inst.card-blue {
  border-color: #5bc9dd;
  background-color: #fafeff;
}
.card-inst.card-orange {
  border-color: #ddc059;
  background-color: #fafeff;
}
.card-def {
  height: 100%;
  width: 100%;
  padding-top: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.card-def .card-def-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 35px;
  max-height: 100%;
}
table.table-of-def {
  width: 100%;
}
table.table-of-def tr > th {
  border: none;
}
table.table-of-def tr > td {
  border: none;
}
table.table-of-def td {
  padding: 0.3em 1em;
}
.pack-card {
  background: #fcfcfc;
  border-radius: 1px;
  box-shadow: -1px 0 1px #ddd;
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 0.9em;
}
.pack-card > h2 {
  margin-top: 0;
  font-size: 20px;
}
.pack-card > h2 > a {
  text-decoration: none;
  color: #3a3a3a;
}
.pack-card .pack-card-attrib {
  font-size: 90%;
  margin-right: 1em;
}
.pack-card .pack-card-attrib > .pack-card-attrib-label {
  font-style: italic;
  color: #666;
}
.pack-card-small {
  background: #fcfcfc;
  border-radius: 1px;
  box-shadow: -1px 0 1px #ddd;
  padding: 5px 15px;
  font-size: 14px;
  color: #555656;
}
.pack-card-small > h2 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  opacity: 0.9;
}
.pack-card-small > h2 > a {
  text-decoration: none;
  color: #3a3a3a;
}
.pack-meta-buttons {
  margin-bottom: 0;
}
.play-progress {
  line-height: 1.5;
}
.play-progress:before,
.play-progress:after {
  display: table;
  content: " ";
}
.play-progress:after {
  clear: both;
}
.play-progress-label {
  display: block;
  float: left;
  padding-right: 0.5em;
}
.play-progress-value {
  display: block;
  position: relative;
  overflow: hidden;
}
.play-header-progress {
  overflow: auto;
}
.pbar-table {
  width: 100%;
}
.pbar-table .w1p {
  width: 1%;
  padding: 0.3em 0.7em;
  text-align: right;
}
.pbar-table .w1p:first-child {
  padding-left: 0;
}
.pbar-table .w1p:last-child {
  padding-right: 0;
}
.pbar-table tr:first-child .w1p {
  padding-top: 0;
}
.card-card-qa {
  line-height: 1.2;
}
.card-card-qa .card-face-text {
  display: block;
  padding: 0;
  margin-bottom: 0.5em;
  color: #111;
  opacity: 0.8;
}
.card-card-qa .card-back-text {
  color: #9ea3a4;
}
.card-card-qa.limit-text .card-face-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-card-qa.limit-text .card-back-text {
  color: #9ea3a4;
  max-height: 3.6em;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.card-card-qa.limit-text .card-back-text:before {
  display: block;
  content: " ";
  height: 1.2em;
  top: 2.4em;
  position: absolute;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.course-card-small {
  background: #fcfcfc;
  border-radius: 1px;
  color: #555656;
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 0.9em;
}
.course-card-small > h2 {
  margin-top: 0;
  font-size: 20px;
}
.course-card-small > h2 > a {
  text-decoration: none;
  color: #3a3a3a;
}
.move-pack-to-course-header h1 {
  margin-top: 0;
}
.move-pack-to-course-packs > span {
  color: #989898;
  font-size: 14px;
}
.move-pack-to-course-form ul > li.adder {
  padding-left: 26px;
}
.move-pack-to-course-form ul > li.adder span {
  display: block;
}
.move-pack-to-course-form .empty-courses-message {
  display: none;
}
.move-pack-to-course-form .empty-courses-message > p {
  padding: 40px 15%;
  color: #c5c5c5;
  font-size: 24px;
  text-align: center;
}
.move-pack-to-course-form.no-courses .empty-courses-message {
  display: block;
}
.move-pack-to-course-form.no-courses .move-pack-to-course-form-content {
  display: none;
}
.move-pack-to-course-form h3 {
  margin-top: 2em;
}
.memtrick-pack-list {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
.memtrick-pack-list__item {
  display: block;
  text-decoration: none !important;
  border: solid 1px #e1e1e1;
  margin-bottom: 0.5rem;
}
.pack-and-some-cards-list .pack-and-some-cards {
  padding-bottom: 0.4em;
  border-bottom: solid 1px #f1f1f1;
  padding-top: 0.4em;
  overflow: hidden;
}
.pack-and-some-cards-list .col-bordered {
  position: relative;
}
.pack-and-some-cards-list .col-bordered:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 0;
  height: 500px;
  border-left: solid 1px #f1f1f1;
}
@media (max-width: 767px) {
  .pack-and-some-cards-list .pack-and-some-cards .some-cards {
    display: none;
  }
}
.pack-and-some-cards {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
}
.pack-and-some-cards > div:first-child {
  padding-left: 0;
}
.pack-and-some-cards > div:last-child {
  padding-right: 0;
}
.pack-and-some-cards .pack-card-small {
  box-shadow: none;
}
.pack-and-some-cards .card-card-qa {
  position: relative;
  font-size: 90%;
  padding: 9px 15px;
}
.course-header > h1 {
  margin-top: 0;
}
.course-title-panel {
  padding-left: 15px;
  padding-right: 15px;
}
.course-title-panel h1 {
  margin-top: 0;
}
.user-collections-select-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.user-collections-select-list > li {
  display: block;
  margin: 0.2rem;
}
.user-collections-select-list__item .btn {
  border-color: #0788ff;
  color: #007cff;
  padding: 0.2rem 0.5rem;
}
.user-collections-select-list__item .btn.btn-pressed {
  background-color: #007cff;
  color: #fff;
}
.user-collections-select-list__new .btn {
  border-color: #0788ff;
  color: #007cff;
  background: #ffefbf;
  padding: 0.2rem 0.5rem;
}
@media (min-width: 992px) {
  .pack-header__title > h1 {
    word-break: normal;
  }
  .pack-header__buttons {
    white-space: nowrap;
  }
  .pack-games-buttons .btn {
    font-size: 150%;
    min-width: 150px;
  }
}
/**/
.pack-play-controls {
  margin-top: 1rem;
  opacity: 0.7;
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pack-play-controls__left {
  text-align: left;
  flex: 1;
  white-space: nowrap;
}
.pack-play-controls__center {
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
.pack-play-controls__center .btn {
  font-size: 0;
  padding: 0.3rem;
}
.pack-play-controls__center .btn > span {
  font-size: 1.8rem;
  display: inline-block;
}
.pack-play-controls__right {
  text-align: right;
  flex: 1;
  white-space: nowrap;
}
.pack-play-controls__right .btn {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.play-header {
  background: #fff;
  display: block;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.play-header__left {
  white-space: nowrap;
  text-align: center;
}
.play-header__left .btn {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.play-header__left .btn:first-child {
  margin-left: 0;
}
.play-card-stack--container {
  position: relative;
}
.play-card-stack {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.play-card-stack .animated {
  z-index: 1000;
}
.play-card-stack__card {
  animation-duration: 500ms !important;
  height: 100%;
  width: 100%;
}
.play-card-stack__card-side {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.3);
}
.play-card-stack__card-side.play-card-stack__card-side--pointer {
  cursor: pointer;
}
.play-card-stack__card-side--one-button > button {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 10em;
}
.play-card-stack__card-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.play-card-stack__card-text > p {
  word-break: break-word;
  user-select: none;
  margin: 0;
  font-size: 2.5rem;
}
.play-card-stack__card-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-image {
  bottom: 50%;
  padding-bottom: 0;
}
.play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-text {
  top: 50%;
}
.play-card-stack.play-card-stack--speakable button.play-card-stack__speak {
  position: absolute;
  right: 0;
  color: #6b6b6b;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  display: inline-block !important;
  line-height: 1;
}
.play-card-stack.play-card-stack--both-faces .play-card-stack__card {
  position: relative;
}
.play-card-stack.play-card-stack--both-faces .play-card-stack__card-side {
  position: absolute;
  left: 0;
  right: 0;
}
.play-card-stack.play-card-stack--both-faces .play-card-stack__card-face {
  top: 0;
  height: 50%;
}
.play-card-stack.play-card-stack--both-faces .play-card-stack__card-back {
  bottom: 0;
  height: 50%;
}
@media (max-width: 991px) and (orientation: landscape) {
  .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-image {
    right: 60%;
    bottom: 0;
    padding: 1rem 0 1rem 1rem;
  }
  .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-text {
    left: 40%;
    top: 0;
  }
  .play-card-stack.play-card-stack--both-faces .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-image {
    right: 70%;
    bottom: 0;
    padding: 1rem 0 1rem 1rem;
  }
  .play-card-stack.play-card-stack--both-faces .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-text {
    left: 30%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .play-card-stack--container {
    max-height: 24rem !important;
    max-width: 42rem !important;
  }
  .pack-play-controls {
    max-width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .play-card-stack__card-text {
    font-size: 3rem;
  }
  .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-image {
    right: 60%;
    bottom: 0;
    padding: 1rem 0 1rem 1rem;
  }
  .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-text {
    left: 40%;
    top: 0;
  }
  .play-card-stack.play-card-stack--both-faces .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-image {
    right: 70%;
    bottom: 0;
    padding: 1rem 0 1rem 1rem;
  }
  .play-card-stack.play-card-stack--both-faces .play-card-stack__card-side.play-card-stack__card-side--image-and-text .play-card-stack__card-text {
    left: 30%;
    top: 0;
  }
}
input.fl-form-control {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.1rem;
  line-height: 1.2;
}
input.fl-form-control:focus {
  box-shadow: none;
}
input.fl-form-control::placeholder {
  opacity: 0.6;
}
.fl-learn-tune-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: solid 1px #ddd;
}
.fl-learn-tune-form:last-child {
  border-bottom: none;
}
.fl-learn-tune-form__label {
  flex: 40%;
  max-width: 40%;
  margin-bottom: 0;
}
.fl-learn-tune-form__content {
  flex: 60%;
}
.fl-learn-tune-form__content .btn-sm {
  margin-top: -0.2rem;
}
.fl-learn-tune-form__content .custom-control-label {
  cursor: pointer;
}
.fl-learn-tune-form__error {
  flex: 100%;
  text-align: center;
  color: #f89a90;
}
.fl-learn-tune-form__notice {
  flex: 100%;
  text-align: left;
  opacity: 0.7;
  font-size: 80%;
}
.fl-learn-progress {
  color: #fff;
  white-space: nowrap;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fl-learn-progress__item {
  text-align: center;
  font-size: 1rem;
}
.fl-learn-progress__label {
  font-size: 0.9rem;
}
.fl-learn-progress__label_ring {
  border-radius: 100%;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 1px #fff;
}
.fl-learn-progress__label_ring--green {
  background: #b7e5a1;
}
.fl-learn-progress__label {
  opacity: 0.8;
  line-height: 1.5;
}
.fl-learn-progress__delimiter {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0.8;
  line-height: 1.3;
}
.fl-learn-progress__value {
  flex: 1;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2rem;
}
.fl-learn-card__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.fl-learn-card__question {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  flex-basis: 40%;
  position: relative;
  min-height: 15rem;
}
.fl-learn-card__question > .play-card-stack__card {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fl-learn-card__answers {
  flex-basis: 60%;
  overflow: hidden;
  list-style: none;
  padding: 0.5rem 0.5rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.fl-learn-card__answers > li {
  flex: 0.25;
  position: relative;
}
.fl-learn-card__answers-item {
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  top: 0.25rem;
  bottom: 0.25rem;
}
.fl-learn-card__answers-answer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
  border-width: 0;
  cursor: pointer;
}
.fl-learn-card__answers-answer.btn {
  padding-top: 0.175rem;
  padding-bottom: 0.175rem;
  font-size: 1.2rem;
}
.fl-learn-card__answers-answer-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.25rem;
}
.fl-learn-card__answers-answer-image img {
  vertical-align: top;
}
.fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-image {
  width: 30%;
}
.fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-text {
  position: absolute;
  right: 0;
  width: 70%;
  top: 0;
  bottom: 0;
  height: auto;
  padding: 0.25rem 0.25rem 0.25rem 0;
}
.fl-learn-card__answers-answer-shortcut {
  position: absolute;
  padding: 0 0.5em;
  font-size: 80%;
  left: 0;
  top: 0;
  background: #b1aadd;
  display: none;
  z-index: 1;
}
.fl-learn-card__answers-answer-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}
.fl-learn-card__answers-answer-text > p {
  margin: 0;
}
.fl-learn-card__answers-answer--gone {
  opacity: 0.2 !important;
}
.fl-learn-card__answers-answer--correct {
  background: #e4efdf !important;
  opacity: 1 !important;
}
.fl-learn-card__answers-answer--incorrect {
  background: #f8d0d0 !important;
  opacity: 1 !important;
}
.fl-learn-card-wrong-display {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
}
.fl-learn-card-wrong-display__title {
  color: #f89a90;
  padding: 0.5rem 1rem;
  font-size: 150%;
  border-bottom: solid 1px #ddd;
}
.fl-learn-card-wrong-display__title > .far {
  font-size: 160%;
  vertical-align: bottom;
  margin-right: 1rem;
}
.fl-learn-card-wrong-display__value {
  padding: 0.5rem 1rem 0;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fl-learn-card-wrong-display__value-label {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  opacity: 0.6;
}
.fl-learn-card-wrong-display__value-answer {
  overflow: hidden;
  flex: 1;
  width: 100%;
}
.fl-learn-card-wrong-display__value-answer > p {
  margin: 0;
}
.fl-learn-card-wrong-display__continue {
  margin: 0.5rem 1rem;
  opacity: 0.6;
  text-align: center;
}
.fl-learn-card__write {
  overflow: hidden;
  list-style: none;
  background: #fff;
}
.fl-learn-card__write-buttons {
  text-align: end;
}
.fl-learn-card__write {
  padding: 0.5rem 0.5rem 0;
}
.fl-learn-card__write-input {
  margin-bottom: 0.5rem;
}
.fl-learn-card__write-buttons {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) and (orientation: landscape) {
  .fl-learn-card__question {
    min-height: auto;
  }
  .fl-learn-card__answers {
    flex-direction: row;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-image {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 30%;
    width: auto;
    padding: 0.25rem;
  }
  .fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-image img {
    vertical-align: top;
  }
  .fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    top: 0;
    width: auto;
    height: 70%;
    padding: 0.25rem 0.25rem 0;
  }
}
@media (orientation: landscape) {
  .fl-learn-card__write {
    display: flex;
  }
  .fl-learn-card__write-input {
    flex: 100;
    margin-right: 1rem;
  }
  .fl-learn-card__write-buttons {
    flex: 1;
    white-space: nowrap;
  }
  .fl-learn-card__answers > li {
    max-width: 25%;
  }
  .fl-learn-card__answers.fl-learn-card__answers--2lines {
    flex-wrap: wrap;
  }
  .fl-learn-card__answers.fl-learn-card__answers--2lines > li {
    max-height: 50%;
    flex: 25%;
  }
}
@media (min-width: 992px) {
  .fl-learn-card__question {
    height: 24rem;
    width: 42rem;
    margin: 0 auto;
    min-height: auto;
  }
  .fl-learn-card__answers {
    position: static;
    max-height: 15rem;
    flex: 1;
  }
  .fl-learn-card__answers {
    flex-direction: row;
    padding: 1rem 1rem 0;
  }
  .fl-learn-card__answers > li {
    max-width: 25%;
    max-height: 100%;
  }
  .fl-learn-card__answers-answer-shortcut {
    display: block;
  }
  .fl-learn-card__answers-answer.btn {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
  }
  .fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-image {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 40%;
    width: auto;
    padding: 0.5rem 1rem 1rem;
  }
  .fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-image img {
    vertical-align: top;
  }
  .fl-learn-card__answers-answer.fl-learn-card__answers-answer--image-and-text .fl-learn-card__answers-answer-text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    top: 0;
    width: auto;
    height: 60%;
    padding: 1.2rem 1rem 0;
  }
  .fl-learn-card__write {
    padding: 1rem 1rem 0;
  }
  .fl-learn-card__write-input {
    margin-bottom: 1rem;
  }
  .fl-learn-card__write-buttons {
    margin-bottom: 1rem;
  }
  .fl-learn-card__write {
    width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.fl-learn-card__result-panel {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.fl-learn-card__result-panel p {
  margin-bottom: 0.5rem;
}
.fl-write-card__answer-notice {
  display: block;
  color: #959090;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.fl-write-card__highlight-correct {
  color: #16a765;
}
.fl-write-card__highlight-wrong {
  color: #db6e60;
}
.fl-write-card__buttons {
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .fl-learn-card__result-panel {
    width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.fl-memo-card {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.3);
}
.fl-memo-card__side {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.fl-memo-card--both .fl-memo-card__side--question {
  top: 0;
  bottom: auto;
  height: 50%;
}
.fl-memo-card--both .fl-memo-card__side--answer {
  top: auto;
  bottom: 0;
  height: 50%;
}
.fl-memo-card__side--answer:before {
  position: absolute;
  content: " ";
  height: 1px;
  width: 80%;
  left: 10%;
  top: 0;
  background: #ddd;
}
.fl-memo-card__audio-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #6b6b6b;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem;
  display: inline-block;
  line-height: 1;
}
.fl-memo-card__actions {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 0;
}
.fl-memo-card__action-btn {
  background: none;
  border: none;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.5rem;
  opacity: 0.6;
}
.fl-memo-card__action-btn:hover,
.fl-memo-card__action-btn:focus,
.fl-memo-card__action-btn:active {
  opacity: initial;
}
.fl-memo-card__action-btn .fa.fa-star {
  color: #ffcd4d;
}
.fl-memo-card__side-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fl-memo-card__side-text > p {
  word-break: break-word;
  user-select: none;
  margin: 0;
  font-size: 2.5rem;
}
.fl-memo-card__side-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.fl-memo-card__side.fl-memo-card__side--image-and-text .fl-memo-card__side-image {
  bottom: 50%;
  padding-bottom: 0;
}
.fl-memo-card__side.fl-memo-card__side--image-and-text .fl-memo-card__side-text {
  top: 50%;
}
@media (max-width: 991px) and (orientation: landscape) {
  .fl-memo-card--both .fl-memo-card__side--question {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: auto;
    width: 50%;
  }
  .fl-memo-card--both .fl-memo-card__side--answer {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: auto;
    width: 50%;
  }
  .fl-memo-card--both .fl-memo-card__side--answer:before {
    position: absolute;
    content: " ";
    height: 80%;
    width: 1px;
    left: 0;
    top: 10%;
    background: #ddd;
  }
}
@media (min-width: 992px) {
  .fl-memo-card__container {
    max-height: 24rem !important;
    max-width: 42rem !important;
  }
  .fl-memo-controls {
    max-width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-memo-card__side-text {
    font-size: 3rem;
  }
  .fl-memo-card__side.fl-memo-card__side--image-and-text .fl-memo-card__side-image {
    right: 60%;
    bottom: 0;
    padding: 1rem 0 1rem 1rem;
  }
  .fl-memo-card__side.fl-memo-card__side--image-and-text .fl-memo-card__side-text {
    left: 40%;
    top: 0;
  }
  .fl-memo-card.fl-memo-card--both .fl-memo-card__side.fl-memo-card__side--image-and-text .fl-memo-card__side-image {
    right: 70%;
    bottom: 0;
    padding: 1rem 0 1rem 1rem;
  }
  .fl-memo-card.fl-memo-card--both .fl-memo-card__side.fl-memo-card__side--image-and-text .fl-memo-card__side-text {
    left: 30%;
    top: 0;
  }
}
.fl-memo-controls {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fl-memo-controls .btn {
  border: solid 1px #ddd;
  background: #fff;
}
@media (max-width: 767px) {
  .fl-memo-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.fl-memo-btn-grade {
  text-align: center;
  background: #fff;
  border-color: #dadada;
  position: relative;
}
.fl-memo-btn-grade__shortcut {
  position: absolute;
  padding: 0 0.5em;
  font-size: 80%;
  left: 0;
  top: 0;
  background: #b1aadd;
  display: none;
  z-index: 1;
}
.fl-memo-btn-grade__next {
  display: block;
  font-size: 60%;
  opacity: 0.7;
}
.fl-memo-btn-grade--H:before {
  content: "🙁";
  color: #ce7c7c;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--M:before {
  content: "🙂";
  color: #5eda5e;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--E:before {
  content: "😊";
  color: #1db51d;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--1:before {
  content: "😖";
  color: #fb0606;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--2:before {
  content: "🙁";
  color: #ce7c7c;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--3:before {
  content: "😕";
  color: #aaa;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--4:before {
  content: "😊";
  color: #5eda5e;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--5:before {
  content: "😃";
  color: #1db51d;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--F:before {
  content: "🙁";
  color: #ce7c7c;
  font-weight: bold;
  font-size: 1.2em;
}
.fl-memo-btn-grade--R:before {
  content: "😊";
  color: #1db51d;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 767px) and (orientation: portrait) {
  .fl-memo-btn-grade {
    min-width: 4rem;
  }
  .fl-memo-btn-grade__text.fl-memo-btn-grade__text--hide-xs-portrait {
    display: none;
  }
}
@media (min-width: 992px) {
  .fl-memo-btn-grade {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .fl-memo-btn-grade__shortcut {
    display: block;
  }
}
.fl-memo-startup {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
  padding-left: 10%;
  padding-right: 10%;
}
.fl-memo-startup a {
  color: #007cff;
}
.fl-memo-startup p {
  margin: 0;
}
.fl-memo-startup__title {
  color: #007cff;
  margin: 0;
  font-size: 1.9em;
}
.fl-memo-startup__text--smaller {
  font-size: 95%;
}
.fl-memo-startup__text--fade {
  color: #9b9c9e;
}
.fl-memo-help {
  position: absolute;
  top: 5rem;
  padding-left: 1rem;
  width: auto !important;
}
.fl-memo-help .btn {
  padding-left: 0;
  padding-right: 0;
  opacity: 0.6;
  font-size: 110%;
}
.fl-memo-help .btn:hover,
.fl-memo-help .btn:focus,
.fl-memo-help .btn:active {
  opacity: 1;
}
.fl-memo-help__line {
  opacity: 0.6;
  line-height: 1.6;
}
.fl-memo-help__title {
  opacity: 0.5;
  font-size: 170%;
  line-height: 2;
}
@media (max-width: 767px) {
  .fl-memo-help {
    display: none;
  }
}
.fl-memo-session-end {
  font-size: 1.5rem;
}
.fl-memo-session-end small {
  opacity: 0.6;
}
.fl-memo-session-end p {
  margin-bottom: 1rem;
}
.fl-memo-session-end__next {
  display: block;
  margin-bottom: 1em;
}
.fl-memo-session-end__fresh-available span {
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 991px) and (orientation: landscape) {
  .fl-memo-session-end {
    font-size: 1.25rem;
  }
}
.fl-pack-games-buttons {
  margin-bottom: 1em;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fl-pack-games-buttons .btn {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 0.25rem;
  background: #fff;
  border: solid 1px rgba(204, 204, 204, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fl-pack-games-buttons__group {
  width: 100%;
  flex: 100%;
  flex-grow: 0;
  padding: 0 0.25rem;
}
.fl-pack-games-buttons__filler {
  display: none;
}
.fl-pack-games-buttons__text {
  line-height: 2;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .fl-pack-games-buttons {
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }
  .fl-pack-games-buttons .btn:last-child {
    margin-bottom: 0;
  }
  .fl-pack-games-buttons__group {
    width: auto;
    flex: 0;
  }
  .fl-pack-games-buttons__filler {
    display: initial;
    flex: 1;
  }
  .fl-pack-games-buttons__icon {
    margin-top: 0.4em;
    display: inline-block;
  }
  .fl-pack-games-buttons__text {
    float: right;
  }
}
.fl-pack-header {
  margin: -1rem -1rem auto;
  position: relative;
  padding: 1em;
}
.fl-pack-header__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.fl-pack-header__meta-author {
  display: inline;
  white-space: nowrap;
}
.fl-pack-header__meta-author .memtrick-person-link {
  color: #007cff;
}
.fl-pack-header__title {
  word-break: break-word;
  margin: 0 3rem 0 0;
  font-size: 1.5rem;
}
.fl-pack-header__description {
  margin: 0;
  font-size: 90%;
  opacity: 0.7;
}
.fl-pack-header__actions-toggle {
  position: absolute;
  right: 0;
  top: 3rem;
  display: block;
}
.fl-pack-header__actions-toggle .fa-chevron-up {
  display: none;
}
.fl-pack-header__actions {
  display: none;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.fl-pack-header__actions > .btn {
  border-radius: 1em;
  box-shadow: 0 0 0.2rem rgba(110, 110, 110, 0.5);
  margin: 0.25em;
}
.fl-pack-header__actions > .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.fl-pack-header__actions > .dropdown {
  display: inline-block;
}
.fl-pack-header__actions > .dropdown > .btn {
  border-radius: 1em;
  box-shadow: 0 0 0.2rem rgba(110, 110, 110, 0.5);
  margin: 0.25em;
}
.fl-pack-header__actions > .dropdown > .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.fl-pack-header--actions-open .fl-pack-header__actions-toggle .fa-chevron-up {
  display: inherit !important;
}
.fl-pack-header--actions-open .fl-pack-header__actions-toggle .fa-chevron-down {
  display: none;
}
.fl-pack-header--actions-open .fl-pack-header__actions {
  display: flex;
}
.fl-pack-header__thumb {
  display: block;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 1rem;
}
.fl-pack-header__thumb img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .fl-pack-header {
    margin-left: 0;
    margin-right: 0;
  }
  .fl-pack-header__thumb {
    float: left;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .fl-pack-header__actions-toggle {
    display: none;
  }
  .fl-pack-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
  }
  .fl-pack-header__title {
    font-size: 2rem;
  }
  .fl-pack-header__meta {
    width: 100%;
  }
  .fl-pack-header__text,
  .fl-pack-header__actions {
    flex: 1;
    display: initial;
  }
  .fl-pack-header__actions {
    margin-top: 0;
    text-align: end;
  }
}
@media (min-width: 992px) {
  .fl-pack-main-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: auto;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    margin-bottom: 1.5rem;
  }
  .fl-pack-main-cols > div {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .fl-pack-main-cols__widgets {
    flex: 1;
  }
  .fl-pack-main-cols__embed {
    flex: 1.5;
  }
  .fl-pack-main-cols__modes {
    flex: 0.5;
  }
}
.fl-pack-embed {
  box-shadow: 0 0 7px #555;
  position: relative;
}
.fl-pack-embed__field {
  cursor: pointer;
  background: #fff;
  padding: 0 3rem;
}
.fl-pack-embed__notice {
  background: #2f4247;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 80%;
}
.fl-pack-embed__next,
.fl-pack-embed__prev {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 200%;
  opacity: 0.4;
}
.fl-pack-embed__next:focus,
.fl-pack-embed__prev:focus {
  box-shadow: none;
}
.fl-pack-embed__prev {
  left: 0;
  padding-right: 0;
}
.fl-pack-embed__next {
  right: 0;
  padding-left: 0;
}
.fl-pack-embed__current-index {
  padding: 0 1rem;
}
.fl-pack-embed__card {
  min-height: 14rem;
  position: relative;
}
.fl-pack-embed__card-face,
.fl-pack-embed__card-back {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-image,
.fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-text {
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-image {
  flex-basis: 40%;
  padding-right: 0;
}
.fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-text {
  flex-basis: 60%;
}
.fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-text {
  text-align: left;
}
.fl-pack-embed__card-image {
  text-align: center;
  height: 100%;
  padding: 1rem;
}
.fl-pack-embed__card-text {
  font-size: 3rem;
  text-align: center;
  padding: 0 1rem;
  max-height: 100%;
  max-width: 100%;
}
.fl-pack-embed__card-text > p {
  margin: 0;
  display: block;
  user-select: none;
  max-width: 100%;
}
@media (min-width: 992px) {
  .fl-pack-embed {
    box-shadow: none;
  }
  .fl-pack-embed__field {
    min-height: 14rem;
  }
  .fl-pack-embed__card-image {
    height: 100%;
    max-width: 50%;
  }
}
@media (orientation: portrait) {
  .fl-pack-embed__card-side--image-and-text {
    flex-direction: column;
  }
  .fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-image {
    width: 100%;
    padding-right: 0;
  }
  .fl-pack-embed__card-side--image-and-text .fl-pack-embed__card-text {
    width: 100%;
    text-align: center;
  }
}
.fl-solw {
  position: relative;
  padding: 1rem;
}
.fl-solw__help {
  position: absolute;
  right: 0;
  top: 0;
}
.fl-solw__help .btn {
  font-size: 1.2rem;
  color: #dddddd;
}
.fl-solw__title {
  font-size: 120%;
  color: #555;
  margin-right: 1rem;
}
.fl-solw__title-icon {
  font-size: 150%;
  vertical-align: middle;
  margin-right: 0.25em;
}
.fl-solw__play {
  font-size: 200%;
  opacity: 0.5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.fl-solw__numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  min-width: 1rem;
}
.fl-solw__numbers-line {
  white-space: nowrap;
  flex: 100%;
}
.fl-solw__numbers-item {
  white-space: nowrap;
  margin-right: 1rem;
}
.fl-solw__numbers-label {
  opacity: 0.5;
}
.fl-solw__numbers-value--green {
  color: #72cd4e;
}
.fl-solw__numbers-value--blue {
  color: #007bff;
}
@media (min-width: 992px) {
  .fl-solw {
    min-height: 8rem;
  }
}
.fl-pack-plist__controls {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fl-pack-plist__controls .btn {
  background: #fff;
  border: solid 1px rgba(204, 204, 204, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fl-pack-plist__list .face,
.fl-pack-plist__list .back,
.fl-pack-plist__list .card-action {
  padding: 1em;
}
.fl-pack-plist__list .back {
  border-left: solid 1px #ccc;
}
.fl-pack-plist__flags {
  text-align: end;
  font-size: 0;
  padding: 0 0.2rem;
}
.fl-pack-plist__flags > span,
.fl-pack-plist__flags button {
  font-size: 0.9rem;
  opacity: 0.7;
  vertical-align: baseline;
  line-height: 1;
  padding: 0.7rem 0.4rem;
}
.fl-pack-plist__flags > span {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.fl-pack-plist__flags .fa.fa-star {
  color: #ffcd4d;
}
.fl-pack-plist__flags-line {
  white-space: nowrap;
  display: inline-block;
}
.fl-pack-plist__item {
  margin-bottom: 0.5em;
}
.fl-pack-plist__empty-item {
  text-align: center;
  padding: 2em 1em;
  opacity: 0.8;
}
.fl-pack-plist__face,
.fl-pack-plist__back {
  flex: 0.5;
  padding: 0 1em 1em;
  word-break: break-word;
}
.fl-pack-plist__image {
  float: left;
  margin-right: 1rem;
}
.fl-pack-plist__image > img {
  max-width: 5rem;
  max-height: 5rem;
}
@media (min-width: 992px) {
  .fl-pack-plist__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .fl-pack-plist__flags {
    order: 100;
    flex: 0.2;
  }
  .fl-pack-plist__back {
    border-left: solid 1px #d4d4d4;
  }
  .fl-pack-plist__face,
  .fl-pack-plist__back {
    padding: 1em;
  }
  .fl-pack-plist__flags {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .fl-pack-plist__flags > span {
    display: block;
    order: 100;
    padding-top: 0.5em;
    padding-bottom: 0.5rem;
  }
  .fl-pack-plist__flags button {
    padding: 0.8em;
  }
  .fl-pack-plist__flags-line {
    display: block;
  }
}
.person-name-wid {
  background: #a1c3ff;
  position: relative;
  border-radius: 1px;
}
.person-name-wid:before,
.person-name-wid:after {
  display: table;
  content: " ";
}
.person-name-wid:after {
  clear: both;
}
.person-name-wid > img {
  display: block;
  width: 90px;
  height: auto;
  max-height: 90px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-bottom-left-radius: 1px;
}
.person-name-wid > div {
  display: block;
  padding: 5px 10px;
  margin-left: 100px;
  text-align: right;
  height: 90px;
  overflow: hidden;
}
.person-name-wid .person-cog {
  display: block;
  text-align: right;
  font-size: 150%;
}
.person-name-wid .person-cog a {
  color: #d4e4ff;
}
.person-name-wid .ba-exp {
  display: inline-block;
  height: 50px;
  vertical-align: bottom;
  width: 0;
}
.person-name-wid .display-name {
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-shadow: 1px 0 0 #eee;
}
@media (max-width: 767px) {
  .person-name-wid > div {
    height: 70px;
  }
  .person-name-wid .ba-exp {
    height: 30px;
  }
  .person-name-wid > img {
    width: 70px;
    max-height: 70px;
  }
}
.my-page-list {
  background: #fff;
  overflow: auto;
  padding: 10px 30px;
}
.my-page-list > h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
}
.my-page-list > div,
.my-page-list > ul {
  padding-left: 0;
}
.settings-form-picture {
  display: inline-block;
  width: 150px;
  height: 150px;
  position: relative;
}
.settings-form-picture > img {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
.settings-form-picture > button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0.8;
  border-radius: 0;
}
.settings-form-picture > button:hover {
  opacity: 1;
}
.settings-form-picture > button.btn-in-progress {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.memtrick-list-title {
  font-size: 1rem;
  margin: 0;
  padding: 1rem;
}
.search-head {
  padding-top: 1em;
  padding-bottom: 1em;
}
.search-table-packs li {
  background: #fff;
  margin-bottom: 1em;
}
.search-table-packs .card-card-qa {
  position: relative;
  font-size: 90%;
  padding: 0.5em;
}
.search-table-packs .pack-and-some-cards {
  border-bottom: none;
}
.select-test-variants {
  text-align: center;
  margin-top: 1em;
}
.select-test-variants .btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.select-test-variants .btn.active {
  background: rgba(0, 98, 204, 0.1);
}
.select-test-submit {
  margin-top: 1em;
  padding: 2%;
  background: #fff;
  font-size: 120%;
}
.select-test-opt {
  margin-bottom: 1em;
  text-align: center;
}
.select-test-opt-label {
  color: #b1b1b1;
}
.test-pack-result {
  margin-bottom: 2em;
  background: #fff;
  padding: 2%;
}
.test-pack-result .result-message,
.test-pack-result .result-percent {
  font-size: 2em;
}
.test-pack-result .result-message {
  color: #7e7e7e;
}
.test-pack-result .test-pack-result-face {
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .test-pack-result .test-pack-result-face {
    text-align: center;
  }
}
.test-pack-result .result-face {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  vertical-align: top;
}
.test-pack-match .match-question {
  margin-bottom: 2em;
}
.test-pack-match .match-question select {
  margin-top: -6px;
  margin-right: 0.5em;
}
.test-pack-match .match-question.wrong,
.test-pack-match .match-question.wrong + li {
  border-left: solid 2px #db6e60;
}
.test-pack-match .match-question.correct,
.test-pack-match .match-question.correct + li {
  border-left: solid 2px #34ae72;
}
.test-pack-match .match-answer {
  margin-bottom: 2em;
}
.test-pack-match .match-answer.used {
  opacity: 0.5;
}
.test-pack-match .answer-correct-title {
  color: #989898;
}
.test-pack-match .final-answer {
  position: relative;
  top: -2.5em;
}
.test-pack-match .final-answer .expected {
  color: #0088cc;
}
.test-pack-match .final-answer .correct {
  color: #34ae72;
}
.test-pack-match .final-answer .wrong {
  color: #db6e60;
}
.test-pack-match .test-pack-match-table {
  padding: 2%;
  background: #fff;
}
.test-pack-check-table {
  margin-bottom: 2em;
  background: #fff;
  padding: 2%;
}
.test-pack-check-table li {
  margin-bottom: 2em;
}
.test-pack-check-table li.wrong,
.test-pack-check-table li.correct {
  margin-bottom: 0;
}
.test-pack-check-table li.wrong .variants,
.test-pack-check-table li.correct .variants {
  display: none;
}
.test-pack-check-table li.wrong,
.test-pack-check-table li.wrong + li {
  border-left: solid 2px #db6e60;
}
.test-pack-check-table li.correct,
.test-pack-check-table li.correct + li {
  border-left: solid 2px #34ae72;
}
.test-pack-check-table li.wrong-variant .variant {
  text-decoration: line-through;
}
.test-pack-check-table .variant-prefix {
  color: #989898;
}
.test-pack-check-table .final-answer .expected-title {
  color: #989898;
  margin-top: 1em;
  display: block;
}
.test-pack-check-table .final-answer .expected {
  color: #0088cc;
}
.test-pack-check-table .final-answer .correct {
  color: #34ae72;
  display: block;
}
.test-pack-check-table .final-answer .wrong {
  color: #db6e60;
  display: block;
}
.test-pack-variants-table {
  margin-bottom: 2em;
  background: #fff;
  padding: 2%;
}
.test-pack-variants-table li {
  margin-bottom: 2em;
}
.test-pack-variants-table li.wrong,
.test-pack-variants-table li.correct {
  margin-bottom: 0;
}
.test-pack-variants-table li.wrong .variants,
.test-pack-variants-table li.correct .variants {
  display: none;
}
.test-pack-variants-table li.wrong,
.test-pack-variants-table li.wrong + li {
  border-left: solid 2px #db6e60;
}
.test-pack-variants-table li.correct,
.test-pack-variants-table li.correct + li {
  border-left: solid 2px #34ae72;
}
.test-pack-variants-table .final-answer .expected-title {
  color: #989898;
  margin-top: 0.5em;
  display: block;
  margin-bottom: 0.5em;
}
.test-pack-variants-table .final-answer .expected {
  color: #0088cc;
}
.test-pack-variants-table .final-answer .correct,
.test-pack-variants-table .final-answer .expected-correct {
  color: #34ae72;
  display: block;
}
.test-pack-variants-table .final-answer .wrong {
  color: #db6e60;
  display: block;
}
.test-pack-write-table {
  margin-bottom: 2em;
  background: #fff;
  padding: 2%;
}
.test-pack-write-table li {
  margin-bottom: 2em;
}
.test-pack-write-table li.wrong,
.test-pack-write-table li.correct {
  margin-bottom: 0;
}
.test-pack-write-table li.wrong .variants,
.test-pack-write-table li.correct .variants {
  display: none;
}
.test-pack-write-table li.wrong,
.test-pack-write-table li.wrong + li {
  border-left: solid 2px #db6e60;
}
.test-pack-write-table li.correct,
.test-pack-write-table li.correct + li {
  border-left: solid 2px #34ae72;
}
.test-pack-write-table .final-answer .expected-title {
  color: #989898;
  margin-top: 0.5em;
  display: block;
  margin-bottom: 0.5em;
}
.test-pack-write-table .final-answer .expected {
  color: #0088cc;
}
.test-pack-write-table .final-answer .correct,
.test-pack-write-table .final-answer .expected-correct {
  color: #34ae72;
  display: block;
}
.test-pack-write-table .final-answer .wrong {
  color: #db6e60;
  display: block;
}
.pack-test-prepare {
  background: #fff;
  padding: 1rem 0;
}
.pack-test-prepare__first,
.pack-test-prepare__second {
  padding: 0 1rem;
}
.pack-test-prepare__buttons .btn-primary {
  padding-left: 4em;
  padding-right: 4em;
}
.pack-test-prepare__option {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.pack-test-prepare__option-title {
  flex: 50%;
  padding-right: 1rem;
}
.pack-test-prepare__option-title-fade {
  opacity: 0.5;
  font-size: 80%;
  display: block;
}
.pack-test-prepare__option-value {
  flex: 50%;
}
.pack-test-prepare__option-value .custom-control-label {
  cursor: pointer;
}
.pack-test-prepare__option-value .form-control--single-underline {
  padding-top: 0;
  height: auto;
}
.pack-test-prepare__option-value-error {
  color: #f89a90;
}
.form-control.form-control--single-underline {
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom-color: rgba(0, 123, 255, 0.25);
  padding-left: 0;
  padding-right: 0;
}
.form-control.form-control--single-underline:focus {
  outline: none;
  box-shadow: none;
}
.pack-test-set {
  padding: 1em;
  background: #fff;
}
.pack-test-set__title {
  font-weight: bold;
  margin-bottom: 1em;
}
.pack-test-set__matching-questions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pack-test-set__matching-question {
  margin-bottom: 1em;
}
.pack-test-set__matching-question--correct {
  color: #399011;
}
.pack-test-set__matching-question--correct select {
  border-color: #399011;
  color: #399011;
}
.pack-test-set__matching-question--wrong {
  color: red;
}
.pack-test-set__matching-question--wrong select {
  border-color: red;
  color: red;
}
.pack-test-set__matching-question-expected {
  display: block;
  margin-top: 0.2rem;
}
.pack-test-set__matching-answers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pack-test-set__matching-question-image > img,
.pack-test-set__matching-answer-image > img {
  max-width: 100%;
  max-height: 100%;
}
.pack-test-set__matching-answer {
  margin-bottom: 1em;
}
.pack-test-set__matching-answer--occupied {
  opacity: 0.3;
}
.pack-test-set__written-questions ul {
  list-style: decimal;
}
.pack-test-set__written-question {
  margin-bottom: 1rem;
}
.pack-test-set__written-question--correct {
  color: #399011;
}
.pack-test-set__written-question--correct > input.form-control {
  padding-left: 1rem;
}
.pack-test-set__written-question--wrong {
  color: red;
}
.pack-test-set__written-question--wrong > input.form-control {
  padding-left: 1rem;
}
.pack-test-set__choice-questions > ul {
  list-style: decimal;
}
.pack-test-set__choice-question {
  margin-bottom: 1rem;
}
.pack-test-set__choice-answer-image > img,
.pack-test-set__choice-question-image > img {
  max-width: 150px;
  max-height: 150px;
}
.pack-test-set__choice-question--correct {
  color: #399011;
}
.pack-test-set__choice-question--wrong {
  color: red;
}
.pack-test-set__choice-answers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pack-test-set__choice-answers .custom-control-label {
  cursor: pointer;
}
.pack-test-set__yn-questions {
  list-style: decimal;
}
.pack-test-set__yn-question {
  margin-bottom: 1rem;
}
.pack-test-set__yn-image > img {
  max-width: 150px;
  max-height: 150px;
}
.pack-test-set__yn-question--correct {
  color: #399011;
}
.pack-test-set__yn-question--wrong {
  color: red;
}
.pack-test-set__yn-selection .custom-control-label,
.pack-test-set__yn-selection .custom-radio {
  cursor: pointer;
}
.pack-test-set__checkButton {
  margin-top: 2rem;
  text-align: center;
}
.pack-test-set__checkButton .btn {
  width: 100%;
}
.pack-test-set .custom-radio.custom-radio-correct {
  color: #399011;
}
.pack-test-set .custom-radio.custom-radio-correct .custom-control-label:after {
  display: none;
}
.pack-test-set .custom-radio.custom-radio-correct .custom-control-label:before {
  color: #399011;
  content: "✓";
  border: none;
  top: 0.1rem;
  background-color: transparent;
}
.pack-test-set .custom-radio.custom-radio-wrong {
  color: red;
}
.pack-test-set .custom-radio.custom-radio-wrong .custom-control-label:after {
  display: none;
}
.pack-test-set .custom-radio.custom-radio-wrong .custom-control-label:before {
  color: red;
  content: "✗";
  border: none;
  top: 0.1rem;
  background-color: transparent;
}
.pack-test-score {
  text-align: center;
  border-bottom: solid 1px #ddd;
  background: #fff;
  padding: 2rem;
}
.pack-test-score__title {
  display: block;
  font-size: 150%;
  opacity: 0.7;
}
.pack-test-score__percent {
  display: block;
  font-size: 200%;
  font-weight: bold;
  color: #4257b1;
}
@media (min-width: 992px) {
  .pack-test-prepare {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pack-test-prepare__first,
  .pack-test-prepare__second {
    flex: 50%;
  }
  .pack-test-prepare__second {
    border-left: solid 1px #ddd;
  }
  .pack-test-prepare__buttons {
    flex: 100%;
  }
  .pack-test-set__checkButton .btn {
    width: 60%;
  }
}
.fl-form .btn-link {
  text-decoration: none;
}
.fl-form .bootstrap-select .dropdown-toggle {
  background: #fff;
  border-color: #ced4da;
}
.fl-form .form-control.is-invalid {
  background: rgba(220, 53, 69, 0.05);
}
.fl-form__label {
  font-weight: bold;
}
.fl-form__label-optional {
  opacity: 0.7;
  font-size: 70%;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fl-form__label-optional {
    display: block;
  }
}
.fl-form-main-fixed {
  position: fixed;
  background: #fff;
  padding: 0.5rem 1rem;
  top: 0;
  box-shadow: 0 1px 2px #ccc;
}
.fl-form-main-fixed__title {
  float: left;
  font-size: 1.2rem;
  line-height: 1.66666667;
  margin: 0;
}
.fl-form-main-fixed__button {
  float: right;
}
.fl-form-main {
  margin-bottom: 1rem;
}
.fl-form-main > .form-group:last-child {
  margin-bottom: 0;
}
.fl-form-main .custom-radio label {
  cursor: pointer;
}
.fl-form-main__title {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 1em;
}
.fl-form-main__thumb {
  width: 7.5rem;
  height: 7.5rem;
  display: inline-block;
  position: relative;
  border: solid 1px rgba(141, 141, 141, 0.4);
  cursor: pointer;
}
.fl-form-main__thumb:hover,
.fl-form-main__thumb:active,
.fl-form-main__thumb:focus {
  border-color: rgba(141, 141, 141, 0.6);
}
.fl-form-main__thumb:hover .fl-form-main__thumb-button,
.fl-form-main__thumb:active .fl-form-main__thumb-button,
.fl-form-main__thumb:focus .fl-form-main__thumb-button {
  opacity: 0.9;
}
.fl-form-main__thumb span {
  color: #ffffff;
}
.fl-form-main__thumb-preview {
  width: 100%;
  height: 100%;
}
.fl-form-main__thumb-preview img {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.fl-form-main__thumb--empty .fl-form-main__thumb-preview {
  display: none;
}
.fl-form-main__thumb-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8d8d8d;
  font-size: 80%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0.8;
  text-align: center;
}
@media (min-width: 768px) {
  .fl-form-secondary__languages {
    display: flex;
    flex-direction: row;
  }
  .fl-form-secondary__languages select {
    display: inline-block;
    width: auto;
  }
}
.custom-select--selected-placeholder:invalid {
  color: #aaa;
}
.custom-select--selected-placeholder option {
  color: #212529;
}
.pack-edit__final-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: center;
}
.pack-edit__final-options label {
  margin: 0;
  display: inline;
}
.pack-edit__final-options .btn-link {
  padding-left: 0;
  padding-right: 0;
}
.pack-edit__final-options-input {
  margin-bottom: 0.7rem;
}
.pack-edit__final-options-body {
  display: block;
}
.fl-form__add-card {
  text-align: center;
  margin-top: 1.5em;
}
.fl-form__add-card .btn {
  opacity: 0.5;
  padding: 0.5rem;
  font-size: 250%;
}
.fl-form__add-card .btn > span {
  display: block;
}
.fl-form__add-card .btn:hover,
.fl-form__add-card .btn:focus,
.fl-form__add-card .btn:active {
  opacity: 0.8;
}
.fl-form-cards {
  counter-reset: list;
}
.fl-form-cards__li {
  position: relative;
  margin-bottom: 1em;
  padding-right: 3em;
}
.fl-form-cards__card {
  position: relative;
  padding-left: 2em;
  background: #fff;
}
.fl-form-cards__face-side {
  padding: 1rem 0.5rem 1rem 2rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.fl-form-cards__back-side {
  padding: 1rem 0.5rem 1rem 2rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.fl-form-cards__side-input {
  flex: 1;
}
.fl-form-cards__side-picture {
  margin-left: 1rem;
}
.fl-form-cards__side-picture img {
  max-height: 4rem;
  max-width: 4rem;
}
.fl-form-cards__back-text,
.fl-form-cards__face-text {
  resize: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.1rem;
  line-height: 1.2;
}
.fl-form-cards__back-text:focus,
.fl-form-cards__face-text:focus {
  box-shadow: none;
}
.fl-form-cards__back-text::placeholder,
.fl-form-cards__face-text::placeholder {
  opacity: 0.6;
}
.fl-form-cards__index {
  line-height: 2;
  position: absolute;
  display: block;
  top: 1rem;
  left: 0;
  width: 3em;
  text-align: center;
}
.fl-form-cards__index:before {
  counter-increment: list;
  content: counter(list);
}
.fl-form-cards__delete {
  position: absolute;
  display: block;
  top: 1rem;
  right: 0;
  width: 3em;
  text-align: center;
}
.fl-form-cards__delete .btn {
  opacity: 0.8;
}
.fl-form-cards__delete .btn:focus,
.fl-form-cards__delete .btn:hover,
.fl-form-cards__delete .btn:active {
  opacity: 1;
}
.fl-form-cards__face-buttons,
.fl-form-cards__back-buttons {
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}
.fl-form-cards__face-buttons .btn,
.fl-form-cards__back-buttons .btn {
  opacity: 0.5;
  font-size: 1rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.fl-form-cards__face-buttons .btn:hover,
.fl-form-cards__back-buttons .btn:hover,
.fl-form-cards__face-buttons .btn:focus,
.fl-form-cards__back-buttons .btn:focus,
.fl-form-cards__face-buttons .btn:active,
.fl-form-cards__back-buttons .btn:active {
  opacity: 0.8;
}
.fl-form-cards__face-buttons .btn .fc,
.fl-form-cards__back-buttons .btn .fc {
  vertical-align: middle;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .fl-form-cards__back-side--sm-bl {
    border-left: solid 1px #ddd;
  }
  .fl-form-cards__delete {
    display: none;
  }
  .fl-form-cards__li:hover .fl-form-cards__delete {
    display: block;
  }
}
.fl-form-select-image-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.fl-form-select-image-gallery__image {
  margin: 1rem 0.5rem;
}
.fl-form-select-image-gallery__image img {
  max-height: 10rem;
  max-width: 10rem;
}
.fl-form-select-image-gallery__image button {
  min-height: 10rem;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  border: solid 2px transparent;
  background: none;
}
.fl-form-select-image-gallery__image button:hover,
.fl-form-select-image-gallery__image button:active,
.fl-form-select-image-gallery__image button:focus {
  border-color: #ffdc60;
}
.my-sidebar {
  background: #fff;
}
.my-main {
  background: #fff;
}
.my-sidebar .nav {
  margin-top: 1em;
}
.my-sidebar .nav-link {
  padding: 5px 20px;
}
.my-sidebar .nav-pills-header {
  color: #9b9b9b;
  position: relative;
}
.my-sidebar .nav-pills-header:before {
  position: absolute;
  left: 0;
  top: 1.5em;
  right: 0;
  height: 1px;
  content: " ";
  background: #f1f1f1;
}
.my-sidebar .nav-pills-header > span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  background: #fff;
  margin-left: 15px;
}
/*
.sidebar-size(@sidebarWidth, @sidebarGap : 15px) {
	width: @sidebarWidth;
	+ .main {
		margin-left: @sidebarWidth + @sidebarGap;
	}
}

.sidebar-left() {
	float: left;
	margin: 0;
}

.sidebar {
	display: block;

	+ .main {
		overflow: auto;
	}

	&:after {
		content: " ";
		display: block;
		width: 100%;
		height: 20px;
		background: #f8f8fa;
	}

	@media (min-width: @screen-sm-min) {
		.sidebar-size(250px, 10px);
		.sidebar-left();
		&:after {
			display: none;
		}
	}
	@media (min-width: @screen-md-min) {
		.sidebar-size(290px, 10px);
		.sidebar-left();
		&:after {
			display: none;
		}
	}
	@media (min-width: @screen-lg-min) {
		.sidebar-size(315px);
		.sidebar-left();
		&:after {
			display: none;
		}
	}
}

.sidebar {
	.nav-pills {
		margin-top: 1em;
		> li {
			> a {
				padding: 5px 20px;
			}
		}
	}

	li.nav-pills-header {
		color: #9b9b9b;
		position: relative;

		&:before {
			position: absolute;
			left: 0;
			top: 1.5em;
			right: 0;
			height: 1px;
			content: " ";
			background: #f1f1f1;
		}

		> span {
			padding-left: 5px;
			padding-right: 5px;
			display: inline-block;
			background: #fff;
			margin-left: 15px;
		}
	}
}

.sidebar-collapsible {
	display: none;

	@media (min-width: @screen-sm-min) {
		display: block;
	}
}

.sidebar-background {
	height: 0;
	overflow: visible;

	.sidebar {
		position: absolute;
		top: 71px;
		bottom: 0;
		left: 50%;
		z-index: -1000;

		background: #fff;
	}

	.main {
		position: absolute;
		top: 71px;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: -1000;
		margin-left: 15px;
		margin-right: 15px;

		background: #fff;
	}

	@media (min-width: @screen-sm-min) {
		display: block;

		.sidebar {
			width: 250px;
			margin-left: -360px;
		}

		.main {
			left: 50%;
			margin-right: 0;
			margin-left: -100px;
			width: 460px;
		}
	}
	@media (min-width: @screen-md-min) {
		.sidebar {
			width: 290px;
			margin-left: -470px;
		}

		.main {
			left: 50%;
			margin-right: 0;
			margin-left: -170px;
			width: 640px;
		}
	}
	@media (min-width: @screen-lg-min) {
		.sidebar {
			width: 315px;
			margin-left: -570px;
		}

		.main {
			left: 50%;
			margin-right: 0;
			margin-left: -240px;
			width: 810px;
		}
	}
}

.nav.mini-nav {
	float: right;
	margin: 5px 5px;

	> li {
		float: left;
		box-shadow: none;
	}

	> li > a {
		display: block;
	}

	> li > a > img {
		width: 40px;
	}
}
*/
.memtrick-person-link > img {
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  vertical-align: baseline;
  opacity: 0.8;
}
.fl-explorer-menu__label {
  background-color: #f1f1f1;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  margin-top: 2rem;
}
.fl-explorer-menu__label,
.fl-explorer-tree__children {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.fl-explorer-tree__node-expander {
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  position: absolute;
  left: 0;
  width: 1rem;
  line-height: 1rem;
  margin-top: 0.2rem;
}
.fl-explorer-tree__node--active > .fl-explorer-tree__node-label {
  color: #007cff !important;
}
.fl-explorer-tree__node-label {
  cursor: pointer;
}
.fl-explorer-tree__children {
  position: relative;
  padding-left: 1.4rem;
}
.fl-explorer-tree__node > .fl-explorer-tree__children {
  display: none;
}
.fl-explorer-tree__node.fl-explorer-tree__node--open > .fl-explorer-tree__node-expander {
  transform: rotate(90deg);
}
.fl-explorer-tree__node.fl-explorer-tree__node--open > .fl-explorer-tree__children {
  display: inherit;
}
.fl-explorer-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.fl-explorer-content--loading {
  opacity: 0.2;
}
.fl-explorer-content__title {
  opacity: 0.6;
}
.fl-explorer-content__title-gutter {
  padding: 0 0.3rem;
}
.fl-explorer-content__section-title {
  margin-top: 2rem;
  margin-bottom: 0.4rem;
}
.fl-explorer-pack-item {
  border: solid 1px #dddddd;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  box-shadow: 2px 2px 2px #ddd;
}
.fl-explorer-pack-item__thumb {
  text-align: center;
  height: 100%;
  float: right;
}
.fl-explorer-pack-item__thumb > img {
  height: 4rem;
  width: 4rem;
}
.fl-explorer-pack-item__card p {
  margin: 0;
}
.fl-explorer-pack-item__count {
  color: #8b8b8b;
}
.fl-explorer-pack-item__author {
  color: #007cff !important;
}
.fl-explorer-pack-item__author > img {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: text-bottom;
}
.fl-explorer-pack-item__title {
  margin-top: 0.5rem;
}
.fl-explorer-pack-item__card {
  position: relative;
  border-left: solid 1px #cacaca;
}
.fl-explorer-pack-item__card-face {
  font-size: 12px;
  font-weight: 300;
  color: #8b8b8b;
}
.fl-explorer-pack-item__card-back {
  font-size: 12px;
  font-weight: 300;
  color: #cacaca;
  max-height: 4rem;
  overflow: hidden;
}
.fl-explorer-pack-item__card-back--fade:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1.5rem;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.fl-explorer-pack-item__card-image {
  opacity: 0.7;
}
.fl-explorer-pack-item__card-image img {
  max-height: 5rem;
  max-width: 5rem;
}
.fl-explorer-collection-list {
  padding: 0;
  margin: 0;
}
.fl-explorer-collection-item {
  border: solid 1px #dddddd;
  margin-right: 1rem;
  margin-bottom: 0.7rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #ddd;
}
.fl-explorer-collection-item__count {
  color: #8b8b8b;
}
.fl-explorer-collection-item__author,
.fl-explorer-pack-item__author {
  font-size: 12px;
}
.fl-explorer-collection-item__author {
  color: #007cff !important;
}
.fl-explorer-collection-item__author > img {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: text-bottom;
}
.fl-explorer-collection-item__count {
  text-transform: lowercase;
}
.fl-explorer-collection-item__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.fl-explorer-content__empty {
  text-align: center;
  opacity: 0.5;
  font-size: 130%;
}
.fl-explorer-content__empty p {
  line-height: 2.5;
  margin: 0 0 0.5em;
}
.fl-explorer-content__empty .input-group {
  justify-content: center;
}
.fl-explorer-content__empty input[type=text] {
  width: 15em;
  flex-grow: 0;
}
.fl-spell-game__question {
  max-width: 42rem;
  margin: 0 auto;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.3);
}
.fl-spell-game__question-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
.fl-spell-game__question-audio button {
  font-size: 300%;
}
.fl-spell-game__question-text {
  flex: 1;
  margin-left: 1rem;
}
.fl-spell-game__question-text p {
  margin-bottom: 0;
}
.fl-inpage-modal {
  box-shadow: 0 0 7px #999;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1rem 0;
  background: #fff;
}
.fl-inpage-modal__head {
  text-align: center;
  padding: 0 3rem;
  margin-bottom: 1rem;
}
.fl-inpage-modal__head > span {
  font-size: 140%;
  line-height: 1.7;
}
.fl-inpage-modal__head > small {
  opacity: 0.7;
}
.fl-inpage-modal__body {
  padding: 0 2rem;
}
.fl-inpage-modal__footer {
  margin-top: 1.5rem;
}
.fl-memo-cards__container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fl-memo-cards__question {
  position: relative;
  flex: 1;
}
.fl-memo-cards__buttons {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  place-content: center;
}
.fl-memo-cards__buttons > .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.fl-memo-cards__buttons > .btn:last-child {
  margin-right: 0;
}
@media (orientation: landscape) {
  .fl-memo-btn-grade {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .fl-memo-cards__container {
    display: block;
  }
  .fl-memo-cards__question-width {
    width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-memo-cards__question {
    height: 24rem !important;
    width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-memo-controls {
    width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.fl-memo-choice__question {
  position: relative;
}
.fl-memo-choice__question--1 {
  height: 70%;
}
.fl-memo-choice__question--1 + .fl-memo-choice__buttons {
  height: 30%;
}
.fl-memo-choice__question--2 {
  height: 60%;
}
.fl-memo-choice__question--2 + .fl-memo-choice__buttons {
  height: 40%;
}
.fl-memo-choice__question--3 {
  height: 50%;
}
.fl-memo-choice__question--3 + .fl-memo-choice__buttons {
  height: 50%;
}
.fl-memo-choice__question--4,
.fl-memo-choice__question--5 {
  height: 50%;
}
.fl-memo-choice__question--4 + .fl-memo-choice__buttons,
.fl-memo-choice__question--5 + .fl-memo-choice__buttons {
  height: 50%;
}
.fl-memo-choice__question--6,
.fl-memo-choice__question--7,
.fl-memo-choice__question--8 {
  height: 40%;
}
.fl-memo-choice__question--6 + .fl-memo-choice__buttons,
.fl-memo-choice__question--7 + .fl-memo-choice__buttons,
.fl-memo-choice__question--8 + .fl-memo-choice__buttons {
  height: 60%;
}
.fl-memo-choice__buttons > .fl-learn-card__answers {
  height: 100%;
}
@media (orientation: landscape) {
  .fl-memo-choice__question--1,
  .fl-memo-choice__question--2,
  .fl-memo-choice__question--3,
  .fl-memo-choice__question--4,
  .fl-memo-choice__question--5,
  .fl-memo-choice__question--6,
  .fl-memo-choice__question--7,
  .fl-memo-choice__question--8 {
    height: 50%;
  }
  .fl-memo-choice__question--1 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--2 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--3 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--4 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--5 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--6 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--7 + .fl-memo-choice__buttons,
  .fl-memo-choice__question--8 + .fl-memo-choice__buttons {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .fl-memo-choice__question {
    height: 24rem !important;
    width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-memo-choice__buttons {
    height: 10rem !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.fl-memo-write__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fl-memo-write__question {
  width: 100%;
  position: relative;
  flex: 1;
  margin-bottom: 0.5rem;
}
.fl-memo-write__input {
  width: 100%;
}
@media (min-width: 992px) {
  .fl-memo-write__container {
    display: block;
  }
  .fl-memo-write__question {
    flex: 0;
    height: 24rem !important;
    width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-memo-write__input {
    flex: 0;
    width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-learn-card-wrong-display__title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.fl-memo-progress {
  display: block;
  color: #ffffff;
  margin-left: 1rem;
  margin-right: 1rem;
}
.fl-memo-progress__text-line {
  display: flex;
  flex-direction: row;
}
.fl-memo-progress__text-main {
  flex: 1;
}
.fl-memo-progress__count {
  margin-left: 1rem;
}
.fl-memo-progress__text-fade {
  opacity: 0.7;
}
.fl-memo-progress__bar {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.fl-memo-progress__bar-thumb {
  height: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .fl-memo-progress__hide-xs {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .fl-memo-progress__hide-xs-portrait {
    display: none;
  }
}
@media (min-width: 1200px) {
  .fl-memo-progress {
    width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.fl-memo-edit-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fl-memo-edit-card__side {
  flex: 1;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border: solid 1px #eee;
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
  background: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.fl-memo-edit-card__side-input {
  flex: 1;
}
.fl-memo-edit-card__side-picture {
  margin-left: 1rem;
}
.fl-memo-edit-card__side-picture img {
  max-height: 4rem;
  max-width: 4rem;
}
.fl-memo-edit-card__side-buttons {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.fl-memo-edit-card__side-buttons .btn {
  opacity: 0.5;
  font-size: 1.5em;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  line-height: 1;
}
.fl-memo-edit-card__side-buttons .btn:focus,
.fl-memo-edit-card__side-buttons .btn:active,
.fl-memo-edit-card__side-buttons .btn:hover {
  opacity: 1;
}
.fl-memo-edit-card textarea:invalid {
  border-color: #dc3545;
}
.fl-memo-edit-card textarea:invalid ~ .invalid-feedback {
  display: block;
}
.fl-landing {
  color: #3e3e3e;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
.fl-landing__title-image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .fl-landing__title-image img {
    max-width: 40vw;
  }
}
.fl-landing__icon {
  font-size: 3.5em;
  display: block;
}
.fl-landing__icon--fade {
  opacity: 0.5;
}
.fl-landing__icon--blue {
  color: #4aa0fd;
  opacity: 0.9;
}
.fl-landing--alternate {
  background: #ddd;
}
.fl-landing--h1 {
  font-size: 2.2rem;
  color: #000;
  font-weight: 300;
  margin: 0;
}
.fl-landing--h2 {
  font-size: 1.5rem;
  color: #111;
  font-weight: 300;
  margin: 0;
}
.fl-landing--h3 {
  font-size: 1.4rem;
  color: #111;
  font-weight: 300;
  margin: 0;
}
.fl-landing--last-chance i {
  margin-bottom: 1rem;
}
.fl-landing--last-chance span {
  font-weight: bold;
}
.fl-landing .social-providers {
  margin: 0;
}
.fl-landing .social-providers .btn {
  display: inline-block;
  width: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 1rem;
}
.fl-landing--reg {
  font-size: 1.5rem;
}
.fl-landing--reg-fade {
  opacity: 0.6;
}
.fl-match-game__timer {
  color: #fff;
}
.fl-match-game__timer-label {
  font-weight: bold;
  font-size: 80%;
  opacity: 0.8;
}
.fl-match-game__field {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fl-match-game__side {
  position: absolute;
  background: #fff;
  border: solid 2px #eee;
  padding-top: 0.5rem;
  cursor: pointer;
  user-select: none;
  left: 50%;
  top: 50%;
}
.fl-match-game__side > p {
  display: block;
  margin: 0;
  max-height: 50vh;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.fl-match-game__side-image {
  padding: 0 0.5rem 0.5rem 0.5rem;
  text-align: center;
}
.fl-match-game__side-image > img {
  max-width: 150px;
  max-height: 150px;
}
.fl-match-game__side--moving {
  border-color: #bbb;
}
.fl-match-game__side--over {
  border-color: #198fbb;
}
.fl-memo-heatmap__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.fl-memo-heatmap__area {
  position: relative;
  margin: 1.3rem auto 0;
}
.fl-memo-heatmap__area-cell {
  position: absolute;
}
.fl-memo-heatmap__area-cell--today {
  border: solid 1px #7d7d7d;
}
.fl-memo-heatmap__area-month {
  position: absolute;
  top: -1.3rem;
  font-size: 80%;
}
.fl-memo-heatmap__legend {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 85%;
}
.fl-memo-heatmap__legend > li {
  display: inline-block;
  margin: 0 1rem;
}
.fl-memo-heatmap__legend-value {
  color: #007cff;
}
.row.row-gap-5px {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-gap-5px > div[class^="col-"],
.row.row-gap-5px > div[class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.btn-pl {
  display: inline-block;
  border-radius: 0.2em;
  background-color: #fff;
  border: solid 1px #ccc;
  text-decoration: none;
  line-height: 1.2;
  padding: 1em;
  color: #555;
  font-size: 90%;
}
.btn-pl > .icon {
  height: 2em;
  display: block;
  padding: 0 1em 1em;
}
.btn-pl > .glyphicon {
  line-height: 1;
  font-size: 2em;
  display: block;
  padding: 0.3em 1em 0.5em;
  color: forestgreen;
}
.btn-pl > .text {
  font-weight: bold;
}
.btn-pl:hover,
.btn-pl:focus {
  color: #555;
  border-bottom: solid 1px forestgreen;
  text-decoration: none;
}
.form-options-widget {
  padding: 1em;
}
.form-options-widget-header {
  color: #31708f;
  margin-bottom: 0.5em;
}
.child-padding-05em > * {
  padding: 0.5em;
}
.radio-hidden > input[type=radio] {
  display: none;
}
.btn-fc {
  color: #7b7b7b;
  border-radius: 0;
  border: none;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
.btn-fc .btn-text {
  display: block;
  line-height: 2;
}
.pbar {
  position: relative;
  height: 1.7em;
  font-weight: bold;
  font-size: 90%;
  padding: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f5f5f5+7,f3f3f3+100 */
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #f5f5f5 7%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ededed 0%, #f5f5f5 7%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ededed 0%, #f5f5f5 7%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
  border-top: solid 1px #e4e4e4;
  border-right: solid 1px #eeeeee;
  border-radius: 2px;
}
.pbar .pbar-bar {
  width: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
}
.pbar .pbar-val {
  position: absolute;
  display: block;
  text-align: center;
  height: 100%;
}
.pbar .pbar-bar {
  background: #5bc0de;
  border-bottom: solid 1px #31b0d5;
}
.pbar .pbar-val {
  color: #31b0d5;
}
.pbar .pbar-bar > .pbar-val {
  color: #fff;
}
.pbar.pbar-green .pbar-bar {
  background: #16a765;
  border-bottom: solid 1px #107a4a;
}
.pbar.pbar-green .pbar-val {
  color: #107a4a;
}
.pbar.pbar-green .pbar-bar > .pbar-val {
  color: #fff;
}
.pbar.pbar-red .pbar-bar {
  background: #db6e60;
  border-bottom: solid 1px #d24836;
}
.pbar.pbar-red .pbar-val {
  color: #d24836;
}
.pbar.pbar-red .pbar-bar > .pbar-val {
  color: #fff;
}
.pbar-200 {
  width: 200px;
}
.pbar-200 .pbar-val {
  width: 200px;
}
table.col2 {
  width: 100%;
}
table.col2 td {
  vertical-align: top;
}
table.col2 td:first-child {
  width: 50%;
}
table.col2 td:last-child {
  width: 50%;
}
.list-custom-icons > li {
  min-height: 2em;
  padding-left: 2.5em;
  position: relative;
}
.list-custom-icons > li > .list-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 2.5em;
  overflow: visible;
  text-align: right;
}
.input-radio-decorator {
  cursor: pointer;
}
.input-radio-decorator > input {
  display: none;
}
.input-radio-decorator > span:before {
  content: "⦾";
  font-family: 'flashcards';
  color: #0088cc;
  margin-right: 0.4em;
  font-size: 130%;
  display: inline-block;
  vertical-align: sub;
}
.input-radio-decorator > input:checked + span:before {
  content: "⦿";
}
.input-radio-decorator:hover > span:before {
  text-shadow: 0 0 1px #0088cc;
}
.input-check-decorator {
  cursor: pointer;
}
.input-check-decorator > input {
  display: none;
}
.input-check-decorator > span:before {
  content: "☐";
  font-family: 'flashcards';
  color: #0088cc;
  margin-right: 0.4em;
  font-size: 130%;
  display: inline-block;
  vertical-align: sub;
}
.input-check-decorator > input:checked + span:before {
  content: "☑";
}
.input-check-decorator:hover > span:before {
  text-shadow: 0 0 1px #0088cc;
}
.white-container {
  background: #fff;
  padding: 2%;
}
.white-container-title-lg {
  background: #8a9ebf;
  color: #fff;
  padding: 32px 22px;
}
.white-container-title-lg > h1 {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .white-container-title-lg {
    padding: 1em;
  }
  .white-container-title-lg > h1 {
    font-size: 18px;
  }
}
.info-nav-list {
  background: #fff;
  padding: 2%;
}
.info-nav-list strong {
  font-size: 18px;
  color: #979797;
  padding: 0 15px 5px;
  display: block;
  font-weight: normal;
}
.info-nav-list .nav-pills > li > a {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.info-nav-list ul {
  margin-bottom: 2em;
  margin-left: 0;
}
.info-nav-header {
  background: #25b7d3;
  text-align: center;
  padding: 10px;
}
.info-nav-header img {
  width: 90px;
}
@keyframes scrollBackgroundX {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 0;
  }
}
@-webkit-keyframes scrollBackgroundX {
  /* Safari and Chrome - necessary duplicate */
  from {
    background-position: 0 0;
  }
  to {
    background-position: 20px 0;
  }
}
.btn-in-progress {
  background: url(./img/3daa8462fdfff185c620665824cae45f-btn-back-anim.png) repeat-x;
  animation: scrollBackgroundX 1s linear infinite;
  -webkit-animation: scrollBackgroundX 1s linear infinite;
  /* Chrome and Safari */
}
.form-footer {
  margin-top: 1em;
}
.form-footer > .btn {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.btn-icon {
  margin-right: 0.35em;
}
.alert-panel {
  padding-left: 130px;
  display: block;
  min-height: 100px;
  background-image: url(./img/c8f5e392d06e2e4d6e430d42e62a9642-alert-80.svg);
  background-position: 25px center;
  background-repeat: no-repeat;
}
.help-content {
  padding-left: 5%;
  padding-right: 5%;
}
.help-content h2 {
  margin: 1em 0;
}
.right-wing:before,
.right-wing:after {
  display: table;
  content: " ";
}
.right-wing:after {
  clear: both;
}
.right-wing > .wing {
  float: right;
}
.right-wing > .content {
  overflow: auto;
}
.btn-oauth-facebook,
.btn-oauth-google {
  border-radius: 0;
  border: none;
  width: 250px;
  padding: 1px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: Roboto, serif;
  font-weight: 500;
}
.btn-oauth-facebook:before,
.btn-oauth-google:before,
.btn-oauth-facebook:after,
.btn-oauth-google:after {
  display: table;
  content: " ";
}
.btn-oauth-facebook:after,
.btn-oauth-google:after {
  clear: both;
}
.btn-oauth-facebook .logo,
.btn-oauth-google .logo {
  float: left;
  width: 3em;
  height: 3em;
  background: white;
  background-size: 100% 100%;
}
.btn-oauth-facebook .btn-text,
.btn-oauth-google .btn-text {
  line-height: 3;
}
.btn-oauth-facebook:hover,
.btn-oauth-google:hover,
.btn-oauth-facebook:focus,
.btn-oauth-google:focus {
  color: #000;
}
.btn-oauth-google {
  background-color: #4285f4;
}
.btn-oauth-google .logo {
  background-image: url(./img/24e0d0a556b02b6e0e04ace319147708-btn_google_light_normal.svg);
}
.btn-oauth-facebook {
  background-color: #3b579d;
}
.btn-oauth-facebook .logo {
  background-image: url(./img/6393bdcc04616bc3d30ff236ab10d412-FB-f-Logo__blue_144.png);
}
.fl-va-block {
  white-space: nowrap;
  font-size: 0;
}
.fl-va-block > * {
  vertical-align: middle;
}
.fl-va-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bg-f1f1f1 {
  background-color: #f1f1f1;
}
.border-1-ddd {
  border: solid 1px #dddddd;
}
.fl-btn-green {
  color: #fff;
  background-color: #00b042;
  border-color: #00b042;
}
.fl-btn-green:focus,
.fl-btn-green.focus {
  color: #fff;
  background-color: #007d2f;
  border-color: #003112;
}
.fl-btn-green:hover {
  color: #fff;
  background-color: #007d2f;
  border-color: #00732b;
}
.fl-btn-green:active,
.fl-btn-green.active,
.open > .dropdown-toggle.fl-btn-green {
  color: #fff;
  background-color: #007d2f;
  background-image: none;
  border-color: #00732b;
}
.fl-btn-green:active:hover,
.fl-btn-green.active:hover,
.open > .dropdown-toggle.fl-btn-green:hover,
.fl-btn-green:active:focus,
.fl-btn-green.active:focus,
.open > .dropdown-toggle.fl-btn-green:focus,
.fl-btn-green:active.focus,
.fl-btn-green.active.focus,
.open > .dropdown-toggle.fl-btn-green.focus {
  color: #fff;
  background-color: #005921;
  border-color: #003112;
}
.fl-btn-green.disabled:hover,
.fl-btn-green[disabled]:hover,
fieldset[disabled] .fl-btn-green:hover,
.fl-btn-green.disabled:focus,
.fl-btn-green[disabled]:focus,
fieldset[disabled] .fl-btn-green:focus,
.fl-btn-green.disabled.focus,
.fl-btn-green[disabled].focus,
fieldset[disabled] .fl-btn-green.focus {
  background-color: #00b042;
  border-color: #00b042;
}
.fl-btn-green .badge {
  color: #00b042;
  background-color: #fff;
}
.fl-hover-green {
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
}
.fl-hover-green:hover {
  border-bottom-color: #00b042 !important;
}
.fl-hover-green:focus,
.fl-hover-green:hover:focus {
  border-bottom-color: #007d2f !important;
}

