/* --- Activities (Verb, Vocabulary, Grammar) --- */
.activity-bg {
  /* background: #10669D url('../images-r/activities/jungle-bg.svg') center center no-repeat ; */
  background: linear-gradient(180deg, #0F9CF1 0%, #1389D9 100%);;
  background-size: cover;
  /* this is necessary for mobile.
  this is one weird bug on grammar */
  /* overflow: hidden; */
}

#verb-list {
  max-height: 350px;
  overflow:auto;
}

.activity-header {
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	background: #005892;
}

.activity-header__left {
  position: absolute;
  left: 30px;
  display: flex;
}

.goto-main-page {
  display: block;
  color: #FFFFFF;
  line-height: 58px;
  border-bottom: 2px solid #FFFFFF;
  opacity: 0.5;
}

.goto-main-page:hover {
  opacity: 1;
}

.num::after,
.den::after,
.percent::after,
.show-title::after,
.ratio::after {
    content: attr(title);
}

.activity-header__right {
  position: absolute;
  right: 22px;
}

.activities-name {
  padding: 16px 28px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color__b5);
  background: #FFFFFF; /* Activity LP */
  border-radius: 24px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 41px;
  top: -24px;
  z-index: 2;
}

.activity-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #FFFFFF;
}

.ac-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 24px;
  color: var(--color__b5);
}

.activities-menu-inner {
	width: 100%;
	display: grid;
	grid-gap: 5% 24px;
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}

/* this should be default "page" */
.activities-page-section {
	width: 95vw;
	max-width: 1400px;
	padding: 48px 60px;
  margin: 32px auto 0px;
	background-color: #FFFFFF;
	border-radius: 48px;
	position: relative;
	z-index: 10;
  display: flex;
  flex-flow: column;
}

/* Choose Activity */
/* .activities-page-section--first {
	padding: 35px 60px 35px;
  background-position: left top 135px, right bottom 73px;
  background-color: #FFFFFF;
} */

/* Graded Practice Welcome */
.activities-page-section--gp-welcome {
  max-width: 840px;
  padding: 0px;
}

.activities-page-section--gp-welcome .coqui-gp-test {
  display: none;
}

.activities-page-section--gp-welcome .activity-footer {
  margin-top: 10px;
}

/* Graded Practice Test */
.activities-page-section--gp-test {
  max-width: 840px;
  padding: 0;
  border-radius: 48px;
}

@media (max-width: 1366px) {
  .activities-page-section--gp-test {
    max-width: 760px;
  }
}

/* Graded Practice Test Grammar */
.activities-page-section--gp-grammar {
  max-width: 840px;
  padding: 0;
  border-radius: 48px;
}

/* Choose Game */
.activities-page-section--games {
  padding: 45px 160px 25px;
}

.activities-menu__link--gp:after {
  display: none;
}

.activities-menu {
  width: 100%;
}

.activities-menu-guest-message {
  color: var(--color__b5);
  font: normal 18px/25px 'Rubik', sans-serif;
  display: inline-block;
}

.activities-menu__link {
  width: 100%;
  padding: 0 32px;
  height: 80px;
  border-radius: 17px;
  transition: transform .2s;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  background: #885AF8;
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
}
.activities-menu__link:hover {
  -ms-transform: scale(1.08); /* IE 9 */
  -webkit-transform: scale(1.08); /* Safari 3-8 */
  transform: scale(1.08); 
}


.activities-menu__link--gp {
  background: var(--color__h9l);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
}

.activities-menu__link--fc {
  background: var(--color__h3);
  box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
}

#myModalActivityTutorial {
  display: none;
}

/* - Grade Practice - */
.header-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}

.btn-sign-login-wrap {
  display: flex;
}

.ac-time {
  color: #FFFFFF;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  display: flex;
  align-items: center;
}

.ac-time .ac-time-input {
  width: 55px;
  /* height: 18px; */
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  background: transparent;
  border: 0;
  border-radius: initial;
  outline: none;
  cursor: pointer;
  pointer-events: none;
  text-align: right;
}

.btn--signup {
  background: var(--color__b1);
  margin-right: 10px;
}

.btn--login {
  background: var(--color__h3);
}

.btn--signup img,
.btn--login img {
  display: none;
}

.info-bubble {
  min-width: 100px;
  max-width: 354px;
	padding: 13px 15px;
	display: block;
	border-radius: 24px;
	background: rgba(74, 245, 230, 0.2);
	text-align: center;
	margin: 0 auto 120px;
	position: relative;
}

.info-bubble::after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid;
	border-top: 10px solid;
	border-left: 10px solid;
	border-right: 15px solid;
	border-color: #DBFDFA transparent transparent #DBFDFA;
	position: absolute;
	top: 100%;
	right: 45px;
	bottom: auto;
}

.btn--start-gp {
    position: relative;
}

.btn--start-gp:after {
  bottom: 29px;
  left: 65px;
}

.shortcuts-wrapper {
  width: 100%;
  max-width: 736px;
	height: 48px;
	padding: 0 24px;
	margin: 24px 0 0;
	border-radius: 8px;
	background-color: #FFF8E5;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shortcuts-wrapper p {
  color: var(--color__b2);
  font-weight: 600;
}

.accent {
  padding: 6px 12px;
  margin: 0 5px;
  background: rgba(255,191,3,0.12);
}

.assignment-head,
.quiz-head,
.gp-grammar-info,
#tense-pronoun-verb,
.ac-section--title,
#vocab-question {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  padding: 48px 0 38px;
  border-radius: 48px 48px 0 0;
  background: #F0F9FF;
}

#tense-pronoun-verb,
#vocab-question,
.grammar-question,
.quiz-question label {
  user-select: none;
}

.quiz-head,
.gp-grammar-info {
  padding: 42px 160px 36px;
  font: normal 24px/26px 'Rubik', sans-serif;
  margin-top: -252px;
}
/* sticky fix */
.quiz-head {
  margin-top: -160px;
}

.gp-grammar-info:before,
#vocab-question:before,
#tense-pronoun-verb:before {
  content: 'GRADED PRACTICE';
  padding: 13px 23px 12px;
  font: bold 14px/15px 'Rubik', sans-serif;
  color: #1DD3BD;
  background: #F0F9FF;
  border-radius: 11px;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

#tense-input,
#pronoun-input,
#verb-input,
#question-input {
  display: inline-block;
  vertical-align: middle;
}

#tense-input {
  display: block;
  font-size: .5em;
  line-height: 1em;
}

#verb-input {
  /* color: #1DD3BD; */
  font-weight: 600;
}

.accentable {
  position: relative;
}

.accent_buttons {
  display: flex;
  align-items: center;
  visibility: hidden;
}

.accent_buttons button,
.accent_buttons button:hover,
.accent_buttons button:focus {
  float: none;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 0 0 8px;
  border-radius: 17px;
  border: 1px solid #0F9CF1;
  opacity: 1;
  background: transparent;
  color: #0F9CF1 !important;
  font: bold 18px/20px 'Rubik', sans-serif;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.accent_buttons button:first-of-type {
  margin-left: 0;
}

.accent_buttons .current_accent,
.accent_buttons .current_accent:hover,
.accent_buttons .current_accent:focus {
  border-color: #0F9CF1;
}

.accent_buttons::before {
  content: "ADD ACCENT";
  color: #0F9CF1;
  font: bold 16px/18px 'Rubik', sans-serif;
  pointer-events: none;
  /* position: absolute;
  left: -120px;
  top: calc(50% - 9px); */
  display: flex;
  white-space: nowrap;
  margin-right: 20px;
}

#canvas-animation {
  position: absolute;
  top: -115px;
  left: -125px;
  z-index: 100;
  pointer-events: none;
  transform: scale(.8);
}

@media (max-width:  720px) {
  #canvas-animation {
    display: none;
  }
}

#assignment-answer-input,
#answer-input {
  width: 100%;
  height: 74px;
  padding: 24px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #C2CFE0;
  background-color: #FFFFFF;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  outline: none !important;
  margin: auto 0 16px;
}

/* too much js on this id's */
#check-btn {
  /* width: 92px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 100; */
}

.activity-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.activity-footer--grammar {
  margin: 0 64px 47px 64px;
}

.activity-action-link,
.show-hint {
  font: bold 16px/18px 'Rubik', sans-serif;
  text-transform: uppercase;
  color: #C2CFE0;
}

.activity-action-link:hover,
.show-hint:hover {
  color: var(--color__b2);
}

.coqui-gp-test {
  display: block;
  width: 64px !important;
  height: 64px !important;
  background: none !important;
  position: relative;
}

.coqui-test-bubble {
  width: 267px;
  padding: 0px;
  height: initial;
  border-radius: 16px;
  color: var(--color__h12);
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  word-wrap: break-word;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-user-select: none;
}

.coqui-test-bubble:before {
  content: "\e93a";
  font-family: 'coqui';
  font-size: 18px;
  margin-right: 11px;
}

/* .coqui-test-bubble:after {
	content: ' ';
	width: 0;
	height: 0;
	border: 22px solid;
	border-color: #DBFDFA transparent transparent transparent;
	position: absolute;
	left: -20px;
	right: auto;
	top: 35%;
	bottom: auto;
	z-index: -1;
} */

.coqui-test-bubble.incorrect {
	color: var(--color__h11);
}

.coqui-test-bubble.incorrect span {
  display: block;
}

.coqui-test-bubble.incorrect:before {
  display: none;
}

.coqui-test-bubble.correct {
  color: var(--color__h4);
}

.verb-hint__table {
  width: 100%;
  margin: 24px 0 0;
  user-select: none;
  pointer-events: none;
}

.verb-hint__table div {
  width: 50%;
  padding: 16px 0;
  border-right: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  float: left;
}

.verb-hint__table div small {
  display: block;
  line-height:  .6em;
  color: #999;
}

.verb-hint__table div:nth-child(even) {
  border-right: none;
  padding-left: 24px;
}

.verb-hint__table div:nth-child(-n + 2) {
  padding-top: 0;
}

.verb-hint__table div:nth-last-of-type(2),
.verb-hint__table div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* - Grammar GP - */
.grammar-questions-wrap {
  margin: 47px 64px;
}

.grammar-question {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 70px;
}

.grammar-question:only-of-type {
  display: block;
}

.grammar-question > div {
  padding: 0;
  display: inline;
}

.grammar-question b {
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 0;
	font: 400 12px/17px 'Rubik', sans-serif;
	color: #FFFFFF;
  background: #0F9CF1;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  /* border: 2px solid #FFFFFF; */
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -9px;
	left: -9px;
	z-index: 1;
	user-select: none;
}

.grammar-input-wrapper {
	width: 170px;
  height: 40px;
  line-height: 1;
  position: relative;
  display: inline-block !important;
  margin: 0 10px;
}

/* .grammar-input-wrapper:after {
  content: '('attr(data-footnote)')';
  text-transform: uppercase;
  font: 400 12px/13px 'Rubik', sans-serif;
  position: absolute;
  right: 0;
  bottom: -15px;
  opacity: 0.32;
} */

.grammar-input-wrapper input {
  width: 100%;
  height: 40px;
	min-height: inherit;
  padding: 10px 20px;
  margin: 0;
	color: var(--color__b5);
  font: 700 16px/18px 'Rubik', sans-serif;
  /*text-transform: uppercase;*/
	text-align: center;
  border-radius: 7px;
	border: 1px solid #C2CFE0;
}

.grammar-input-wrapper .icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -9px;
  display: none;
}

.grammar-input-wrapper.correct .checkmark-outline-icon {
  color: var(--color__h10);
  display: block;
}

.grammar-input-wrapper.wrong .close-outline-icon {
  color: var(--color__h2);
  display: block;
}

.grammar-input-wrapper input:focus {
  border: 2px solid var(--color__b3);
}

.grammar-input-wrapper.filled input {
	border: 2px solid var(--color__b3);
}

.grammar-input-wrapper.correct b {
	background-color: var(--color__h12);
}

.grammar-input-wrapper.correct input {
  border: 2px solid var(--color__h12);
}

.grammar-input-wrapper.wrong b {
	background-color: var(--color__h11);
}

.grammar-input-wrapper.wrong input {
	border: 2px solid var(--color__h11);
}

#grammar-quiz .accent_buttons,
#grammar-hw .accent_buttons {
	/* width: 100%; */
  padding: 8px 12px;
	margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  border-radius: 11px;
	position: absolute;
	top: -62px;
	left: 24px;
  z-index: 2;
}

#grammar-quiz .accent_buttons:after,
#grammar-hw .accent_buttons:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 16px solid #FFFFFF;
  position: absolute;
  left: 23px;
  bottom: -9px;
}

#grammar-quiz .accent_buttons button,
#grammar-quiz .accent_buttons button:hover,
#grammar-quiz .accent_buttons button:focus,
#grammar-hw .accent_buttons button,
#grammar-hw .accent_buttons button:hover,
#grammar-hw .accent_buttons button:focus {
	width: 40px;
	height: 40px;
	line-height: 21px;
	padding: 0;
	text-align: center;
  background: var(--color__h8);
  border-radius: 6px;
  border: none;
	position: relative;
}

.info-bubble--grammar {
  width: 300px;
  max-width: initial;
  padding: 15px;
  margin: 0;
	color: var(--color__h2);
  background-color: var(--color__h6);
  font-weight: 600;
  position: absolute;
  top: -130px;
  left: calc(50% - 150px);
}

.info-bubble--grammar:after {
	border-color: var(--color__h6) transparent transparent var(--color__h6);
}

.score-0 .info-bubble--grammar:after,
.score-5 .info-bubble--grammar:after,
.score-10 .info-bubble--grammar:after,
.score-15 .info-bubble--grammar:after,
.score-20 .info-bubble--grammar:after,
.score-25 .info-bubble--grammar:after,
.score-30 .info-bubble--grammar:after,
.score-35 .info-bubble--grammar:after,
.score-40 .info-bubble--grammar:after {
  display: none;
}

/* Choose Games */
.games-section {
  width: 100%;
  display: grid;
  grid-gap: 24px 24px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.game-thumbanil__wrapper {
  height: 95px;
  display: flex;
	position: relative;
  transition: transform .2s;
	margin-bottom: 13px;
}
.game-thumbanil__wrapper:hover {
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari 3-8 */
  transform: scale(1.15); 
}

.games-section__single-game img {
  width: 100%;
  height: auto;
	border-radius: 27px;
  object-fit: cover;
  /* object-position: 50% 50%; */
}

.games-section__single-game .new-badge,
.games-section__single-game .single-player,
.games-section__single-game .multiplayer {
  min-width: 30px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--color__b5);
  background: #FFFFFF;
  border-radius: 11px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 13px;
  left: 15px;
}

.games-section__single-game .multiplayer,
.games-section__single-game .single-player {
  left: initial;
  right: 15px;
}

.games-section__single-game .multiplayer:after {
  content: "\e96c";
  font-family: 'coqui';
  font-size: 20px;
}

.games-section__single-game .single-player:after {
  content: "\e953";
  font-family: 'coqui';
  font-size: 20px;
}

.game-title a {
  padding-bottom: 4px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: rgba(0,0,0,1);
  text-decoration: none;
	display: flex;
}

.game-title span {
  font-size: 16px;
	line-height: 18px;
  color: rgba(0,0,0,0.4);
  display: inline-block;
}

.score-group {
  width: 180px;
  color: #FFFFFF;
  background: #1DD3BD;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: absolute;
  left: -200px;
  top: 32px;
}

.score-group--grammar,
.score-group--quiz {
  position: sticky;
  left: 0px;
  top: 150px;
  margin: 0 0 0 -195px;
}

.score-group--quiz {
  background: var(--color__h3d);
}

.score-group--flashcard {
  background: #FFBF03;
}

.score-group--assingment {
  background: var(--color__h13);
}

.score-group--assingment .just-label {
  color: #fff;
}

.score-group-head {
  padding: 22px 0;
  margin-bottom: 20px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.score-group .percent,
.score-group .ratio {
  font: 500 32px/32px 'Rubik', sans-serif;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.score-group .ratio {
  margin-bottom: 24px;
}

.score-group--assingment .score-wrapper .ratio {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1em;
}

.score-wrapper {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
}

.score-group--assingment .percent,
.score-wrapper {
  margin-bottom: 17px;
}

.score-group .icon {
  font-size: 30px;
}

.score-title {
  display: flex;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.score-title--progress {
  display: none;
}

.good-to-know {
	width: 180px;
  padding: 14px 18px 26px;
	font: 400 15px/22px 'Rubik', sans-serif;
	color: #FFFFFF;
  background: rgba(14, 89, 145, 0.12);
  border-radius: 17px;
	position: absolute;
	right: -210px;
	top: 32px;
	z-index: 2;
}

.good-to-know.has-ad {
  background:  none;
}

.ac-section {
  width: 100%;
  margin: auto;
  position: relative;
}

.answer-input-wrapper  {
  max-width: 520px;
  margin: 36px auto 48px;
}

@media all and (min-width: 1440px) {
  .games-section {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media all and (max-width: 1200px) {

  .activities-page-section {
    margin-top: 80px;
  }
  
  .ac-shortcuts,
  .good-to-know {
    display: none;
  }

  .score-group {
    width: 290px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    flex-flow: row;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translate(-50%, 0);
  }

  .score-group >  div {
    flex: 1 0 0;
    padding: 8px 10px;
    margin: 0;
  }

  .score-group .percent,
  .score-group .ratio {
    font: 600 20px/22px 'Rubik', sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 0px;
    text-align: left;
  }

  .ac-time .ac-time-input {
    width: 40px;
    font: normal 14px/15px 'Rubik', sans-serif;
  }

  .score-group .icon {
    font-size: 25px;
  }

  .score-title {
    font-size: 10px;
    line-height: 11px;
    justify-content: flex-start;
    color: rgba(255,255,255,0.64);
    margin-bottom: 0px;
    display: none;
  }

  /*.score-title--progress {
    display: block;
  }*/

  .activity-score-indicator {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    background: transparent;
  }

  .activity-score-indicator p {
    color: #FFFFFF;
  }

  .activity-score-indicator:after {
    display: none;
  }

  /* sticky fix */
  .gp-grammar-info,
  .quiz-head {
    margin-top: 0px;
  }

}

@media all and (max-width: 991px) {

  .activities-menu-inner {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }

}

/* --- Desktop ONLY --- */
@media all and (min-width: 721px) {

  .ac-score-wrap {
    flex-direction: column;
  }

  .activity-your-score {
    color: var(--color__m1);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    margin-top: 0;
    position: relative;
  }

  

  .ac-shortcuts {
    width: 190px;
    font: 400 14px/15px 'Rubik', sans-serif;
    color: #FFFFFF;
    position: absolute;
    right: -210px;
    top: 32px;
    z-index: 2;
  }

  .ac-shortcuts a {
    font: bold 16px/18px 'Rubik', sans-serif;
    color: #FFFFFF;
  }

  .ac-shortcuts-content {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 33px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .ac-shortcuts-content.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .ac-shortcuts-content p {
    font: normal 14px/15px 'Rubik', sans-serif;
    color: #FFFFFF;
    margin-bottom: 12px;
  }

  .ac-shortcuts-content strong {
    min-width: 34px;
    padding: 11px 12px;
    font: normal 14px/15px 'Rubik', sans-serif;
    color: #FFFFFF;
    background: rgba(14, 89, 145, 0.12);
    border-radius: 4px;
  }

  .btn--h-list {
    display: none;
  }

  .drop__content--ah__right {
    display: flex;
    background: transparent;
    position: static;
    padding: 0;
    box-shadow: none;
  }

  .drop__content--ah__right:after {
    display: none;
  }

}
/* --- Desktop ONLY - End --- */

/* --- Media HEIGHT a.k.a. Compact view --- */
@media all and (max-height: 650px) {

  .activities-name {
    padding: 14px 24px;
    font: bold 12px/13px 'Rubik', sans-serif;
    top: -20px;
    left: 36px;
  }

  .activities-page-section {
    padding: 37px 54px;
  }

  .activities-page-section--gp-grammar,
  .activities-page-section--gp-test {
    padding: 0px;
  }

  .ac-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .activities-menu__link {
    padding: 0 24px;
    height: 57px;
    font-size: 16px;
  }
}

/* --- Mobile --- */
@media all and (max-width: 720px) {

  .header-actions {
    display: none;
  }

  .drop__content--ah__right {
    width: 100vw;
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25);
    position: absolute;
    top: 58px;
    left: auto;
    right: -5px;
    z-index: 11;
    justify-content: flex-end;
    display: none;
  }

  /* on actual GP */
  .activity-header.graded-header .drop__content--ah__right {
    top: 42px;
    justify-content: space-between;
  }

  .btn-sign-login-wrap {
    order: 1;
  }

  .btn-reset-rec-wrap {
    display: flex;
    margin-right: 5px;
  }

  .goto-main-page {
    width: 22px;
    height: 22px;
    background: url("../images-r/icons/arrow-slim-icon.svg") center/auto 100% no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    opacity: 1;
    transform: rotate(180deg);
  }

  .btn--back-main,
  .btn--h-list {
    width: 42px;
    height: 35px;
    padding: 0;
    border-radius: 3px;
  }

  /* on actual GP */
  .btn--back-main,
  .activity-header.graded-header .btn--h-list {
    background: transparent;
    border: 1px solid rgba(219,217,255,1);
  }

  .btn--h-list.active,
  .activity-header.graded-header .btn--h-list.active {
    border: none;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.5);
  }

  .btn--login,
  .btn--settings {
    margin: 0;
  }

  /* --- Mobile --- */
  .header__breadcrumbs {
    display: none;
  }

  .ac-time,
  .ac-score {
    display: flex;
    align-items: center;
  }

  .ac-score {
    background: transparent;
    position: static;
  }

  .ac-score p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
  }

  .ac-score p:first-of-type {
    margin-right: 5px;
  }

  .hidden-on-ac {
    display: none;
  }

  /* --- ACTIVITY Style - END --- */

  .record-score span,
  .restart-button span {
    display: none !important;
  }

  .btn--settings img {
    width: 22px;
    height: auto;
  }

  .btn--signup span,
  .btn--login span,
  .btn--settings span {
    display: none;
  }

  .btn--signup img,
  .btn--login img {
    display: block;
  }

  .btn--settings img {
    margin: 0 auto;
    display: block;
  }

  .restart-button img {
    width: auto;
    height: 18px;
    margin: 8px auto 9px;
  }

  .record-score img {
    width: auto;
    height: 24px;
    margin: 6px auto;
  }

  .activity-header__right .btn--drop__wrap--user {
    position: static;
  }

  .activity-title {
    font-size: 16px;
    font-weight: normal;
    color: #8790A2;
  }

  .activity-subtitle span {
    display: none;
  }

  .activity-subtitle span.mob-only {
    display: block;
    opacity: 1;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    color: #23375D;
  }

  .activities-name {
    left: 24px;
    right: 24px;
  }

  .activities-page-section--gp-welcome .activity-footer {
    display: none;
  }

  .activities-page-section--gp-test,
  .activities-page-section--games {
    background: #FEFEFE;
  }

  .games-section {
    width: 100%;
    display: grid;
    grid-gap: 24px 24px;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  }

  .cg-page-title {
    display: none;
  }

  .guest-message-mob {
    margin-left: 40%;
    display: flex;
    color: var(--color__b2);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
  }

  .activities-menu__link {
    max-width: initial;
  }

  .activities-menu {
    position: relative;
  }

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

  .verb-hint__table div {
    padding: 5px 0;
  }

  .verb-hint__table div:nth-child(even) {
    padding-left: 10px;
  }

  .activity-header.graded-header {
    height: 48px;
    background-image: none;
    position: fixed;
    top: 0;
    z-index: 11;
  }

  .activity-header.graded-header .activity-subtitle,
  .activity-header.graded-header .activity-title {
    display: none;
  }

  .answer-input-wrapper {
    margin: 30px auto;
    padding: 0 24px;
  }

  #tense-pronoun-verb,
  #vocab-question {
    padding: 35px 0 25px;
    font-size: 20px;
    line-height: 22px;
  }


  #tense-input,
  #pronoun-input,
  #verb-input,
  #question-input {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.64px;
    margin: 0;
  }

  #answer-input {
    height: initial;
    padding: 10px 0;
    margin: 0 0 15px;
    font: 400 18px/20px 'Rubik', sans-serif;
  }

  #check-btn {
    width: 76px;
    top: 3px;
    right: 3px;
  }

  .accent_buttons::before {
    display: none;
  }

  .coqui-test-bubble {
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .activity-footer--grammar {
    margin: 25px 30px 30px;
  }

  /* disable footer on GP on mobile size */
  .activity-bg .footer,
  .shortcuts-wrapper {
    display: none;
  }

  .coqui-test-bubble {
    font-size: 18px;
  }

  .mob-accents {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: rgba(255,191,3,0.1);
    margin: 23px auto 12px;
  }

  .grammar-questions-wrap {
    margin: 15px;
  }

  .quiz-head,
  .gp-grammar-info {
    padding: 32px 31px 21px;
    font: normal 18px/20px 'Rubik', sans-serif;
  }

}
/* End of media 720px */

@media all and (max-width: 480px) {

  #tense-input,
  #pronoun-input,
  #verb-input,
  #question-input {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.03em;
    margin: 0;
  }

  .verb-hint__table div,
  .verb-hint__table div:nth-last-of-type(2),
  .verb-hint__table div:nth-child(even) {
    width: 100%;
    padding: 5px 0;
    border-right: none;
    border-bottom: 1px solid #C4C4C4;
  }

  .verb-hint__table div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

}
/* End of media 430px */

@media all and (max-width: 359px) {


}
/* End of media 380px */


/* --- Activities - END --- */
