.radio__checkmark/* --- CSS for Form elements */
table,
.table {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  border-collapse: collapse;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}

th {
  border-bottom: 1px solid var(--color__m1);
}

td, th {
  padding: 5px;
  text-align: left;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-invoice {
  font-size: 14px;
  border-radius: 5px;
  border: none;
  border-collapse: collapse;
}

.table-invoice th,
.table-invoice td {
  padding: 10px;
  background: #FFFFFF;
  border-bottom: 1px solid #AFBACF;
}

.table-invoice th:not(:first-of-type) {
  width: 13.25%;
}

.table-invoice__amount-wrap {
  width: 39.8%;
}

.table-invoice__amount-wrap > div {
  padding: 10px;
  border-bottom: 1px solid #AFBACF;
}

.table-title {
  padding: 15px 0;
  display: block;
  border: 1px solid #7A8599;
  border-bottom: none;
}

.table--fat {
  table-layout: fixed;
  font-size: 14px;
  border-collapse: collapse;
  border: 1px solid var(--color__m1);
}

table.table--fat tr:nth-child(2n) {
	background-color: #FFFFFF;
}

.table--fat td,
.table--fat th {
  padding: 10px;
  border: 1px solid var(--color__m1);
  word-wrap: break-word;
}

.not-fixed {
  table-layout: initial;
}

/* --- Icons --- */
.activity-type-icon.only-on-hover:hover,
.activity-type-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
	padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	font-size: 11px;
  line-height: 29px;
	font-weight: 600;
	color: var(--color__h1);
  background-color: transparent;
  border: 1px solid #BAB8FF;
	border-radius: 50%;
  cursor: default;
}

.activity-type-icon.only-on-hover {
  background: transparent;
  border-color: transparent;
  /* this breaks teacer/library assigned icon  */
  /* margin-left: 5px; */
}

.activity-type-icon.only-on-hover:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: var(--color__blue-2);
}

.activity-type-icon.only-on-hover:disabled {
  background: transparent;
  cursor: default;
}

.activity-type-icon.VC {
	color: #FFBF03;
  border: 1px solid #FFD24D;
}

.activity-type-icon.VR {
  color: #189A8F;
  border: 1px solid #8EE1DA;
}

.activity-type-icon.GR {
	color: var(--color__h1);
  border: 1px solid #BAB8FF;
}

.activity-type-icon.LS {
	color: var(--color__b2);
  border: 1px solid #BAB8FF;
}

.activity-type-icon img {
  display: block;
  margin: 0 auto;
}
/* --- Icons END --- */

/* --- Form Elements --- */
.form-element {
  width: 100%;
  position: relative;
  margin: 0 auto 24px;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 16px;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-family: inherit;
  color: var(--color__b1);
  background: #FFFFFF;
  border: 1px solid #80868B;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
}

.modal-clock-input-wrap {
  position: relative;
  margin-right: 16px;
}

.modal-clock-input-wrap:after {
  content: 'MIN';
  font-size: 20px; line-height: 24px;
  font-weight: bold;
  color: #C2CFE0;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
}

input[type="text"].modal-clock-input {
  /* width: 190px; */
  max-width: 190px;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: bold;
}

textarea {
  overflow-y: auto;
  resize: none;
}

.select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid #80868B;
}

.select2-container input {
  font-size: 16px;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color__text-3);
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color__text-3);
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color__text-3);
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: var(--color__b3);
}

.has-success input[type="text"] {
  color: var(--color__h9);
  border-color: var(--color__h4);
}

.has-error input[type="text"],
.has-error input[type="password"],
.has-error select,
.has-error textarea,
input[type="text"].error,
input[type="password"].error,
select.error,
textarea.error {
  color: var(--color__red-o);
  border-color: var(--color__red-o);
}

.table .has-error input[type=text] {
  background: var(--color__h6);
}

.forgot-password-wrapper {
  display: flex;
  align-items: center;
	position: absolute;
	right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.forgot-password-wrapper a {
	font-size: 12px;
	line-height: 20px;
  color: var(--color__text-3);
}

.forgot-password-wrapper .icon {
  font-size: 20px;
  color: var(--color__text-3);
  display: grid;
  place-items: center;
  margin: 0 0 0 8px;
  cursor: pointer;
}



.w--50,
.form-label.w--50,
input[type="text"].w--50,
.form-error.w--50 {
  width: 48.75%;
}

input[type="text"].w--50 + span.error {
  width: 48.75%;
}

input[type="text"].w--30:first-child + span.error,
input[type="text"].w--70:first-child + span.error,
input[type="text"].w--50:first-child + span.error {
  right: initial;
  left: 0%;
}

.form-label.w--70,
input[type="text"].w--70 {
  width: 65%;
}

input[type="text"].w--70 + span.error {
  width: 65%;
  text-align: right;
}

.form-label.w--30,
input[type="text"].w--30 {
  width: 32.5%;
}

input[type="text"].w--30 + span.error {
  width: 32.5%;
}

.new-input,
.new-textarea {
  height: 56px;
  min-width: 0%;
  display: flex; flex-grow: 1; flex-shrink: 1;
  border-radius: 4px 4px 0 0;
  background-color: #f8f9fa;
  cursor: text;
  position: relative;
}

.new-textarea {
    height: initial;
    display: grid;
}

.new-textarea::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}

.new-input:before,
.new-textarea:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #80868B;
  pointer-events: none;
  position: absolute; bottom: -1px; left: 0; z-index: 5;
}

.new-input input,
.new-textarea textarea,
.new-textarea::after {
  min-width: 0%;
  /* height: 24px; */
  padding: 23px 16px 9px 16px;
  box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 16px; line-height: 24px; font-weight: 400; letter-spacing: .1px;
  background-color: transparent;
  caret-color: var(--color__blue);
  border: none;
  box-sizing: content-box;
  display: block;
  margin: 0;
  outline: none;
  z-index: 0;
}

.new-textarea > textarea,
.new-textarea::after {
    /* Place on top of each other */
    min-height: 144px;
    grid-area: 1 / 1 / 2 / 2;
}

.new-input label,
.new-textarea label {
  font-size: 16px; line-height: 24px; font-weight: 400; letter-spacing: .1px;
  color: #5f6368;
  text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
  position: absolute; top: 16px; left: 16px; right: 16px;
  transform-origin: bottom left;
  transition: all .3s cubic-bezier(0.4,0,0.2,1);
  transition-property: color,transform;
  pointer-events: none;
}

.new-input input:focus~label,
.new-input input[placeholder]:not(:placeholder-shown) ~ label,
.new-textarea textarea:focus~label {
  color: var(--color__blue);
  transform: scale(.75) translateY(-20px);
}

.new-input.filled input~label,
input:-webkit-autofill~label,
.new-textarea.filled textarea~label,
textarea:-webkit-autofill~label {
  transform: scale(.75) translateY(-20px);
}

input:autofill~label,
textarea:autofill~label {
  transform: scale(.75) translateY(-20px);
}

.new-input.error input~label,
.new-textarea.error textarea~label {
  color: var(--color__red-o);
}

.new-input.error:before,
.new-textarea.error:before {
  background-color: var(--color__red-o);
}

/* --- SELECT --- */
.select-wrapper {
  width: 100%;
	position: relative;
}

/* .select-wrapper > input,
.select-wrapper > select, */
.select-wrapper .select2-container {
	width: 100% !important;
}

.select-wrapper.simple select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.select-wrapper.simple::after {
    content: "\e92f";
    font-family: 'coqui' !important;
    font-size: 10px;
    line-height: 1;
    color: var(--color__text-3);
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    pointer-events: none;
}

select:disabled {
  color: #888888;
  background: #DFDFDF;
}

/* - Select 2 - */

.select2-container--default .select2-selection--multiple {
	/* min-height: 49px; */
	padding: 14px 11px;
	border: 1px solid #80868B;
	border-radius: 4px;
	background-color: #FFFFFF;
	cursor: text;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #80868B;
}

/* This breaks Import verb Activity */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex;
  flex-wrap: wrap;
}

.select2-search.select2-search--inline {
  display: flex;
  align-items: center;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	font-size: 18px;
	color: #8790A2;
	position: absolute;
	/* top: calc(50% - 8px); */
	top: calc(50% - 12px);
	right: 13px;
	z-index: 6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 3px 7px 3px 11px;
	/* margin: 0 5px 0 0; */
	margin: 2px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	color: #6761FF;
	background-color: #F1F0FE;
	border: 1px solid #6761FF;
	border-radius: 4px;
	display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 22px;
	width: 12px;
	margin: 0 0 0 8px;
	color: #8790A2;
	float: right;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px;
    line-height: 22px;
}

.option-wrap {
  display: flex;
  align-items: center;
}

.option-wrap > svg {
	display: inline-block;
	width: 16px;
	height: 14px;
	margin: 0 8px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 22px;
    top: 16px;
}

/* --- SELECT - END--- */

/* --- Checkbox --- */

.checkbox-label {
    min-height: 20px;
    padding-left: 32px; /* redesign 2021 */
    color: inherit;
    font-size: inherit; line-height: 20px;
    display: flex; justify-content: flex-start; align-items: center;
    cursor: pointer;
    position: relative;
}

.checkbox-label input[type=checkbox] {
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 2px;
  color: #FFFFFF;
  background: var(--color__h1);
	cursor: pointer;
	display: inline-block;
	outline: none;
	margin: 0;
	transition: all .15s ease-out 0s;
	position: absolute; top: 0; left: 0;
}

.checkbox-label input[type=checkbox]:after,
.checkbox-label input[type=checkbox]:before {
	position: absolute;
	content: "";
	background: var(--color__orange);
	transition: all .2s ease-in-out;
}

.checkbox-label input[type=checkbox]:before {
	left: 3px;
	top: 5px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.checkbox-label input[type=checkbox]:after {
	bottom: 4px;
	height: 0;
	right: 8px;
	width: 2px;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: 0.2s;
}

.checkbox-label input[type=checkbox]:checked:before {
	left: 3px;
	top: 9px;
	width: 5px;
	height: 2px;
}

.checkbox-label input[type=checkbox]:checked:after {
	right: 5px;
	bottom: 2px;
	width: 2px;
	height: 11px;
}

.checkbox-label input[type=checkbox] {
  /* border: 1px solid #C2CFE0; */
  border: 2px solid var(--color__text-3);
	background: #FAFAFA;
}

.checkbox-label input[type=checkbox]:checked,
.checkbox-label input[type=checkbox]:indeterminate {
  /* border: 1px solid #C2CFE0; */
  border: 2px solid var(--color__text-3);
	background: #FAFAFA;
}

.checkbox-label input[type=checkbox]:checked + div,
.checkbox-label input[type=checkbox]:checked + text-ellipsis,
.checkbox-label input[type=checkbox]:indeterminate + div,
.checkbox-label input[type=checkbox]:indeterminate + text-ellipsis {
  color: var(--color__orange);
}

/* - Toggle - */
input[type='checkbox'].toggle {
  display: inline-block;
  appearance: none;
  min-width: 64px;
  height: 32px;
  background: #DCE5F2;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  outline: none;
  cursor: pointer;
  margin: 0;
}

input[type='checkbox'].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background:#B3C0D1;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

input[type='checkbox']:checked.toggle {
  background: #05BD65;
}

input[type='checkbox']:checked.toggle:after {
  left: 37px;
  background: #FFFFFF;
  /* background: #05BD65; */
}

.check-visibility {
  width: 24px;
  height: 24px;
  margin: 0;
  float: right;
}

.checkbox-text {
    display: flex; justify-content: space-between; align-items: center;
    position: relative;
	/* margin: 0 0 24px; */
    /* margin: 0 0 14px; */
}

.checkbox-text label {
	/* color: var(--color__b5); */
	font-weight: 400;
	cursor: pointer;
}

/* .checkbox-text label.settings-label-on {
	color: #05BD65;
} */

/* --- Checkbox - END  --- */

/* --- Multiselect --- */
.multiselect {
  border: 1px solid var(--color__m2);
  border-radius: 5px;
  max-height: 326px;
  overflow: auto;
  background: #FFFFFF;
}

.multiselect .drop__content__menu {
  border-bottom: 1px solid var(--color__m2);
  cursor: pointer;
}

.multiselect .drop__content__menu:last-child {
  border-bottom: none;
}

/* --- Radio Buttons -- */
.radio__wrap {
    /* margin: 0; */
    padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex; align-items: center;
}

.radio__wrap input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute; top: 0; left: 0;
}

.radio__checkmark {
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid var(--color__text-2);
    position: absolute; top: 0; left: 0;
}

.p--radio {
    font: 400 16px/20px 'Rubik', sans-serif;
    color: var(--color__text);
    margin: 0 0 0 32px; /* redesign 2021 */
}

.radio__wrap:hover input ~ .radio__checkmark {
    background-color: #E3EDFD;
    border-color: var(--color__blue);
}

.radio__wrap input:checked ~ .radio__checkmark {
    background-color: #E3EDFD;
    border-color: var(--color__blue);
}

.radio__checkmark:after {
    content: "";
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--color__blue);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.radio__wrap input:checked ~ .radio__checkmark:after {
    display: block;
}

/* --- YES-NO RADIO  --- */
.yes-no-radio {
  overflow: hidden;
  border-bottom: 1px solid rgba(35,55,93,0.2);
}

.yes-no-radio--last {
  border-bottom: none;
}

.yes-no-radio p {
  font-size: 16px;
	line-height: 22px;
  color: #23375D;
  padding: 17px 0;
  margin: 0;
  float: left;
}

.yes-no-radio label {
  /* width: 24px; this breaks Activity Settings */
  min-width: 24px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  color: #8790A2;
  margin: 12px 0 12px 16px;
  float: right;
  cursor: pointer;
}

.yes-no-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: -100%;
}

.yes-no-radio label span {
  display: block;
  font-weight: 600;
}

.yes-no-radio label.assigned {
  width: initial;
}

.yes-no-radio label span#quiz_selected_classes {
  color: var(--color__b1);
}

.yes-no-radio input[type="radio"]:checked + span {
  color: var(--color__h1);
}

/* --- Fancy Radio on Add Activity --- */
.fancy-radio-wrapper {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
  margin: 0 0 24px 0;
}

label.fancy-radio {
  width: 30%; height: 100px;
  margin: 0;
  cursor: pointer;
}

.fancy-radio > span {
  width: 100%; height: 100%;
  border-radius: 4px;
  display: flex; flex-direction: column; justify-content: center;
  text-align: center;
  font-weight: normal;
}

.fancy-radio span.name {
  font-size: 14px; line-height: 20px; letter-spacing: 0;
}

.fancy-radio input {
  display: none;
}

.fancy-radio svg {
  margin: 0 auto 10px;
}

.fancy-radio input:not(:checked) + span {
  color: var(--color__text-2);
  border: 1px solid #80868B;
}

.fancy-radio input:checked + span {
  color: var(--color__blue);
  border: 1px solid var(--color__blue);
  background-color: var(--color__blue-2);
}

/* --- /teacher/settings/ --- */
.fancy-radio-wrapper--settings {
  padding: 0;
  margin: 10px 0 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: none;
}

.fancy-radio-wrapper--settings label.fancy-radio {
  width: initial;
  height: initial;
  margin-right: 10px;
}

.fancy-radio-wrapper--settings label.fancy-radio > span {
  padding: 3px 12px;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* --- Radio - END -- */

/* --- TAB Menu --- */
.tab-menu {
	padding: 3px 0 0 0;
	overflow: hidden;
    display: flex; justify-content: center;
    background-color: #FFFFFF;
    border-radius: 4px;
	/* border-bottom: 1px solid var(--color__text-3); */
    position: relative;
}

.tab-menu:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--color__orange-2);
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab-menu li:last-of-type {
  margin: 0;
}

.tab-menu__link {
    display: flex;
    padding: 8px 24px;
    color: var(--color__text-3);
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.tab-menu li:hover a,
.tab-menu__link--current {
    color: var(--color__blue);
}

.tab-menu li:hover a:after,
.tab-menu__link--current:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--color__orange);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tab-menu-h1 li:hover a,
.tab-menu-h1 .tab-menu__link--current {
	border-color: var(--color__h3);
}

.tab-menu-share {
  border-bottom: none;
  display: flex;
}

.tab-menu-share:after {
    display: none;
}

.tab-menu-share li {
  margin-right: 24px;
  flex: 1 1 0;
  text-align: center;
}

.tab-menu-share .tab-menu__link {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid rgba(35,55,93,0.2);
    justify-content: center;
}

.tab-menu-share li:hover a,
.tab-menu-share .tab-menu__link--current {
    color: var(--color__blue);
    background: var(--color__blue-2);
    border-color: var(--color__blue);
}

.tab-menu-share li:hover a:after,
.tab-menu-share .tab-menu__link--current:after {
    display: none;
}

.tab-content {
  width: 100%;
  /* padding: 10px 0; */
  display: none;
}

.tab-content.active {
  display: flex;
  flex-flow: column;
}

input[type="text"].input-pr-90,
textarea.input-pr-90 {
  padding-right: 90px;
}

.form-element-wrapper {
  position: relative;
}

.btn-share-input {
  color: var(--color__h1);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-lms-share {
  font-size: 16px;
  line-height: 20px;
  padding: 25px;
  color: #7A8599;
  border-radius: 4px;
  border: 1px solid rgba(35,55,93,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex: 1 1 0;
}

.btn-lms-share:hover {
  color: #6761FF;
  background: #DBD9FF;
  border-color: #B8B5E8;
}

.embed-code {
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid rgba(35,55,93,0.2);
}

.choose-list {
  height: 440px;
  border-radius: 4px;
  border: 1px solid rgba(35,55,93,0.2);
  display: flex;
  flex-flow: column;
}

.list-wrap {
  height: 100%;
  overflow-y: auto;
}

.list {
  padding: 12px 0;
}

.list-wrap ul li label {
  padding: 0 24px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.list-wrap ul li label:hover {
  background-color: var(--color__h1);
  color: #fff;
}

input[type="text"].list-search-input {
  padding: 13px 15px 13px 40px;
  background: url('../images-r/icons/search-icon.svg') left 12px center no-repeat;
  border: none;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(35,55,93,0.2);
}

.list li {
  line-height: 40px;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --- TAB Menu - END --- */

.new-input span.error,
.new-textarea span.error,
.form-element span.error,
.select-wrapper span.error {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.05rem;
  color: var(--color__red-o);
  position: absolute;
  right: 0;
  bottom: -20px;
}

.form-error.has-error,
.has-error .form-error {
 color: var(--color__red-o);
}


.form-element.has-error input:not(.select2-search__field),
.form-element.has-error .x-select .x-button,
.form-element.has-error .select2-selection {
  border: 1px solid rgba(241, 78, 78, 0.5)!important;
}

.form-element.has-error .form-error {
  visibility: visible;
}

.licence-number-incrementor {
    width: 100%;
    min-width: 185px;
    padding: 12px 15px;
    background-color: #FFFFFF;
    border: 1px solid #80868B;
    border-radius: 4px;
    display: flex; justify-content: space-between; align-items: center;
    position: relative;
}

.licence-number-incrementor.subscription {
    width: auto;
    padding: 0;
    min-width: auto;
    border: none;
    cursor: default;
}

.licence-number-incrementor.subscription p {
  margin-left: 30px;
  text-align: right;
  padding: 0 6px;
  border: 1px solid rgba(95, 99, 104, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
}

.licence-number-incrementor  {
  cursor: pointer;
}

.licence-number-incrementor span {
  line-height: 22px;
  display: inline-block;
}

.licence-incrementor-button {
  position: absolute;
  color: var(--color__text-3);
  left: 0px;
  cursor: pointer;
}

.licence-incrementor-button .icon {
}

.licence-incrementor-button--up {
  top: -5px;
  transform: rotate(180deg);
}

.licence-incrementor-button--down {
  bottom: -5px;
}
/* --- System messages --- */
.sys-msg-orange,
.sys-msg-indigo,
.sys-msg-green,
.sys-msg-teal,
.sys-msg-red-o,
.sys-msg-blue-o,
.sys-msg-purple,
.sys-msg {
    padding: 24px;
    color: var(--color__text); background: var(--color__l-blue-2);
    border: 1px solid var(--color__l-blue);
    border-radius: 8px;
}


.sys-msg-blue-o {
  background: #fff;
  color: var(--color__b4);
}

.sys-msg-blue-o button {
  background: var(--color__l-blue);
  color: #fff;
  height: auto;
  border: none;
}

.sys-msg-purple {
    color: var(--color__text); background: var(--color__purple-2);
    border: 1px solid var(--color__purple);
}

.sys-msg-red-o {
    color: var(--color__red-o); background: var(--color__red-o-2);
    border: 1px solid var(--color__red-o);
}

.sys-msg-teal {
    color: var(--color__teal); background: var(--color__teal-2);
    border: 1px solid var(--color__teal);
}

.sys-msg-green {
    color: var(--color__green); background: var(--color__green-2);
    border: 1px solid var(--color__green);
}

.sys-msg-indigo {
    color: var(--color__indigo); background: var(--color__indigo-2);
    border: 1px solid var(--color__indigo);
}

.sys-msg-orange {
    color: var(--color__text-2); background: var(--color__orange-2);
    border: 1px solid var(--color__orange);
}

.coqui-message {
  width: 100%;
  min-height: 96px;
  padding: 25px 56px 25px 156px;
  border-radius: 16px;
  background-color: #eaeff4;
  /* background-color: var(--color__h8); */
  position: relative;
}

.coqui-message.warning-message {
  background-color: var(--color__h6);
}

.coqui-message p {
  color: var(--color__b2);
}

.coqui-message__x {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath d='M13.212 12l4.537 4.537a.857.857 0 0 1-1.212 1.212L12 13.212 7.463 17.75a.857.857 0 1 1-1.212-1.212L10.788 12 6.25 7.463a.857.857 0 1 1 1.212-1.212L12 10.788l4.537-4.537a.857.857 0 0 1 1.212 1.212L13.212 12z' id='a'/%3e%3c/defs%3e%3cg transform='translate(-6 -6)' fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' fill-rule='nonzero' xlink:href='%23a'/%3e%3cg mask='url(%23b)' fill='%23125690' fill-rule='nonzero'%3e%3cpath d='M0 0h24v24H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center/12px 12px no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.coqui-message:after {
  width: 120px;
  height: 120px;
  left: 15px;
  bottom: -10px;
  top: auto;
}

.coqui-message--btn {
  padding: 20px 20px 20px 156px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coqui-message--btn:after {
  width: 120px;
  height: 120px;
  left: 15px;
  bottom: -15px;
  top: auto;
}

.coqui-message--btn.coqui-worried p {
  color: var(--color__red-o);
}

.coqui-message--btn.coqui-worried {
  background-color: var(--color__h6);
}

.coqui-message--btn.coqui-worried:after {
  bottom: -12px;
}

.coqui-message--narrow {
  max-width: 790px;
  padding: 20px 20px 20px 180px;
}

.coqui-message--narrow:after {
  width: 120px;
  height: 120px;
  left: 15px;
  bottom: -10px;
  top: auto;
}

.coqui-message--on-top-right,
.coqui-message--on-top {
  max-width: 588px;
  padding: 20px;
  text-align: center;
}

.coqui-message--on-top:after {
  width: 242px;
  height: 182px;
  left: calc(50% - 121px);
  top: -166px;
  display: flex;
  flex-flow: column;
}

.coqui-message--on-top-right:after {
  width: 120px;
  height: 120px;
  left: auto;
  right: 10px;
  top: -85px;
  background-size: contain;
}

.coqui-message--info {
  --base-color: #4366aa;
}

.coqui-message--info {
  background: var(--base-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.coquim-message__title {
  display: inline-block;
  padding: 3px 15px;
  background: #fff;
  border-radius: 50px;
  color: var(--base-color);
}

.coqui-message--info .p--big {
  color: #fff;
}

.coqui-bubble {
  max-width: 400px;
  padding: 20px;
  text-align: center;
}

.coqui-bubble:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 24px 0 0;
	/* border-color: var(--color__h8) transparent transparent transparent; */
	border-color: #eaeff4 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin: 0 0 0 -10px;
}

.coqui-bubble-wrap {
  display: flex;
  align-items: flex-end;
}

.coqui-bubble-book {
  width: 107px;
  min-width: 100px;
  height: auto;
  display: block;
}

.coqui-bubble--left {
  max-width: 555px;
  min-height: 120px;
  margin: 0 75px 0 45px;
  border-radius: 20px;
  position: relative;
  background: #eaeff4;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.coqui-bubble--left:after {
  left: -15px;
  bottom: 75px;
  border: none;
  border-bottom: 25px solid #eaeff4;
  border-left: 25px solid transparent;
}

.coqui-bubble--left:before {
  content: '';
  width: 99px;
  height: 105px;
  background: url("../images-r/leaves/leaves-up-right-new.svg") center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 65px);
  right: -75px;
  z-index: -1;
}

.btn-join-teacher-class {
  margin-top: 140px;
  position: relative;
}

.btn-join-teacher-class:after {
  position: absolute;
  left: calc(50% - 185px);
  bottom: 29px;
  top: auto;
}

.strip-message {
  width: 100%;
  padding: 8px 16px;
  color: #FFFFFF;
  background: var(--color__h9);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strip-message p {
  color: #FFFFFF;
}

.a--strip-message {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: underline;
}

.strip-message__x {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath d='M13.212 12l4.537 4.537a.857.857 0 0 1-1.212 1.212L12 13.212 7.463 17.75a.857.857 0 1 1-1.212-1.212L10.788 12 6.25 7.463a.857.857 0 1 1 1.212-1.212L12 10.788l4.537-4.537a.857.857 0 0 1 1.212 1.212L13.212 12z' id='a'/%3e%3c/defs%3e%3cg transform='translate(-6 -6)' fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23FFF' fill-rule='nonzero' xlink:href='%23a'/%3e%3cg mask='url(%23b)' fill='%23FFFFFF' fill-rule='nonzero'%3e%3cpath d='M0 0h24v24H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center/12px 12px no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  cursor: pointer;
}

.strip-message--negative {
  background: var(--color__red-o);
}

.strip-message--neutral {
  background: var(--color__m2);
  padding: 20px;
  border-radius: 3px;
}

.strip-message--neutral p {
  color: var(--color__b1);
}

.strip-message--fat {
  padding: 33px 16px;
}

.strip-message--flyout {
  max-width: 386px;
  padding: 16px 52px 16px 20px;
  justify-content: space-between;
}

.strip-message--green {
  flex-flow: column;
  align-items: flex-start;
  background-color: #DFF0D8;
}

.strip-message--green path {
  fill: #1CB0A4;
}

.icon-message {
  width: 100%;
  padding: 12px 16px 12px 56px;
  border-radius: 3px;
  border: 1px solid var(--color__h1);
  background: #DBD9FF url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath d='M17.069 5.8h-2.736a.8.8 0 1 1 0-1.6H19a.8.8 0 0 1 .8.8v4.667a.8.8 0 1 1-1.6 0V6.93l-7.19 7.19A.8.8 0 0 1 9.88 12.99l7.19-7.19zm-1.202 6.978a.8.8 0 1 1 1.6 0v4.666c0 1.301-1.055 2.356-2.356 2.356H6.556A2.356 2.356 0 0 1 4.2 17.444V8.89c0-1.301 1.055-2.356 2.356-2.356h4.666a.8.8 0 1 1 0 1.6H6.556a.756.756 0 0 0-.756.756v8.555c0 .418.338.756.756.756h8.555a.756.756 0 0 0 .756-.756v-4.666z' id='a'/%3e%3c/defs%3e%3cg transform='translate(-4 -4)' fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%236761FF' fill-rule='nonzero' xlink:href='%23a'/%3e%3cg mask='url(%23b)' fill='%236761FF' fill-rule='nonzero'%3e%3cpath d='M0 0h24v24H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") left 20px center no-repeat;
}

.icon-message--error {
  /* max-width: 468px; */
  border-color: var(--color__red-o);
  background: #FEEBEF url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='17' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath d='M7.921 2.046A2.451 2.451 0 0 1 10 .908c.845 0 1.632.428 2.079 1.138l6.937 11.175c.44.737.443 1.65.006 2.389a2.45 2.45 0 0 1-2.092 1.19H3.062a2.447 2.447 0 0 1-2.084-1.19 2.336 2.336 0 0 1 .013-2.4l6.93-11.164zM2.357 14.042a.731.731 0 0 0-.002.754c.145.245.42.4.715.404h13.852a.847.847 0 0 0 .723-.404.726.726 0 0 0 .004-.742l-6.927-11.16A.85.85 0 0 0 10 2.508a.85.85 0 0 0-.72.385l-6.923 11.15zM9.2 6.526a.8.8 0 1 1 1.6 0v3.158a.8.8 0 0 1-1.6 0V6.526zm0 6a.8.8 0 1 1 1.6 0v.5a.8.8 0 1 1-1.6 0v-.5z' id='a'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23EA4892' fill-rule='nonzero' xlink:href='%23a'/%3e%3cg mask='url(%23b)' fill='%23EA4892' fill-rule='nonzero'%3e%3cpath d='M-2-4h24v24H-2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") left 20px center no-repeat;
}

.icon-message--center {
  padding: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  background: #F6F7F9;
  border: 1px solid rgba(35,55,93,0.2);
}

.x-modal-message a,
.x-modal-message p {
  color: var(--color__red-o);
}

.x-modal-message {
  width: 100%;
  padding: 4px;
  text-align: center;
  background: #FEEBEF;
  border-radius: 0 0 16px 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.notification--bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  transition: all .4s ease-out;
  opacity: 1;
  transform-origin: top center;
  z-index: 10000;
}

.notification--hidden {
	opacity: 0;
	display: none;
}

.yellow-message {
  padding: 24px;
  background: var(--color__orange-2);
  border: 1px solid var(--color__orange);
  border-radius: 8px;
}

.price-message {
    max-width: 468px;
    text-align: center;
    display: flex;
    flex-flow: column;
    position: relative;
}

.price-message:after {
  width: 90px;
  height: 81px;
  left: auto;
  right: 0px;
  top: -70px;
}

.price-message h2 span:last-child {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	color: #8790A2;
}

.form-check-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.form-check-wrap .form-check {
  width: 49%;
  min-width: 185px;
  margin-bottom: 15px;
}

.form-check-wrap .form-check label {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
	cursor: pointer;
}

.form-check-wrap .form-check input {
	opacity: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.radio-inline input:checked + span {
  color: var(--color__h1);
	border: 1px solid var(--color__h1);
}

.btn--payment {
  height: 50px;
  padding: 0;
	color: var(--color__b1);
	border: 1px solid rgba(35,55,93,0.2);
}

.btn--payment-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

/* --- Center Header --- */
/* used in: import ac, quizzes */
.center-header {
	padding: 25px 0;
	color: #FFFFFF;
  background-color: var(--color__b2);
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
}

.quiz-header {
  padding: 25px 0 108px;
}

[class*='center-header__icon--'] {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-size: cover;
}

.center-header__sub {
  color: #FFFFFF;
  opacity: 0.7;
}

.center-header__left,
.center-header__right {
  color: #FFFFFF;
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
}

.center-header__right {
  left: auto;
  right: 25px;
}

.center-header__x {
  font-size: 30px;
  color: #FFFFFF;
}

/* Student Quiz */

[data-toggle-list] {
  text-decoration: underline!important;
  color: var(--color__b2);
}

[data-toggle-list].expanded {
  color: var(--color__red-o);
}

/* .quiz-list {
  max-width: 790px;
} */

.css-counter {
  counter-increment: element-counter;
}

.css-counter:before {
  content: counter(element-counter) ".";
  min-width: 30px;
  display: inline-block;
  color: rgba(35,55,93,0.4);
}

.quiz-list__item {
    padding: 20px 0;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid var(--color__m6);
    margin: 0;
    position: relative;
}

.quiz-list__item--row {
    width: 100%;
    margin: 0;
    display: flex; align-items: center; justify-content: space-between;
}

.quiz-list__item a {
    max-width: 300px;
    min-width: 150px;
}

.quiz-list__item-icon {
    width: 26px;
    font-size: 24px;
    display: flex;
    margin-right: 12px;
}

.quiz-list__item-icon:after {
    content: "\e955";
    font-family: 'coqui';
}

.quiz-list__item.retake-test .quiz-list__item-icon:after {
    content: "\e95e";
    color: var(--color__green);
}

.date-due-wrap {
    display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;
}

.date-due {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.2px;
    text-align: left;
}

.date-due strong {
  font-weight: 600;
}

.near-date .date-due {
  color: var(--color__red-o);
}

.retake-test .date-due {
  color: var(--color__green);
}

.quiz-list__item.retake-test .test-icon path {
  stroke: var(--color__h4);
}

.quiz-list .retake-test .btn {
  line-height: 16px;
}

.quiz-list [class*="btn"] span {
    display: block;
    font-size: 11px;
    line-height: 12px;
    opacity: 0.7;
}

/* --- GRADES SPECIAL TABLE --- */
.rest-of-the-page {
    width: 100%;
}
  
.rest-of-the-page .table-head {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); */
    position: relative;
    z-index: 3;
}
  
.rest-of-the-page .table-head__cell,
.rest-of-the-page .table-body__cell {
    flex-grow: 1;
    flex-basis: 0;
}

.rest-of-the-page .table-head .table-head__cell:nth-child(1) {
    padding: 12px 28px !important;
    position: relative;
    z-index: 2;
}

.rest-of-the-page .table-body .table-body__cell:nth-child(1) {
    position: relative;
    z-index: 2;
}

.rest-of-the-page div[style^="top"]:after,
.rest-of-the-page div[style^="left"]:after,
.rest-of-the-page div[style*="left: 0px;"]:after {
    content: '';
    width: 4px;
    height: 100%;
    /* transition: all 0.25s ease-in-out; */
    position: absolute;
    top: 0;
    right: 0;
}

.rest-of-the-page div[style^="left"]:after {
    box-shadow: 4px 0px 4px 0px rgba(0,0,0,0.3);
}

.rest-of-the-page div[style*="left: 0px;"]:after {
    box-shadow: none;
}

/* VERB DETAILS */
.table-overflow-wrap {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  background: var(--color__l-blue-2);
  overflow: auto;
}

.sticky-headers .table-head {
    position: sticky;
    top: 0;
    z-index: 9;
}

.sticky-headers .table-head .table-head__cell:first-child,
.sticky-headers .table-head .table-head__cell.sticky {
    position: sticky;
    left: 0;
    z-index: 1;
}

.sticky-headers .table-body .table-body__cell:first-child,
.sticky-headers .table-body .table-body__cell.sticky {
    position: sticky;
    left: 0;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.sticky-headers .table-head .table-head__cell.sticky,
.sticky-headers .table-body .table-body__cell.sticky {
  left: 250px;
}

.sticky-headers .table-body .table-body__cell.sticky {
  background: #F6F7F9; 
}

.table--verb-details {
  width: auto;
  background: transparent;
}

.table--verb-details .table-head {
  height: auto;
  background: #FFFFFF;
  border: none;
}

.table--verb-details .table-body__row {
  /* background: #FFFFFF; */
  background: transparent;
  border: none;
}

.table--verb-details .table-head__cell {
  flex-flow: column;
  align-items: initial;
  text-align: center;
  background: #F6F7F9;
  border-bottom: 1px solid #D1D7E2 !important;
}

.table--verb-details .table-head__cell,
.table--verb-details .table-body__cell {
  min-width: 130px;
  padding: 12px 8px;
  justify-content: center;
  border-right: 1px solid var(--color__m6);
  border-bottom: 1px solid var(--color__m6);
}

.table--verb-details .table-body__cell {
  border-bottom: 1px solid var(--color__m6);
}

.table--verb-details .table-head .table-head__cell:first-of-type,
.table--verb-details .table-body .table-body__cell:first-of-type {
  min-width: 250px;
  padding: 20px 28px;
  justify-content: start;
  background: #F6F7F9;
  border-right: 1px solid #EDEFF3;
}

.progress-bar {
  width: 100%;
  height: 14px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}

.progress-bar-val {
  width: 100%;
  height: 12px;
  border-radius: 72px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

  .coqui-message {
    padding: 20px 20px 80px;
  }

  .coqui-message--btn {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .coqui-message--btn .btn {
    margin-top: 20px;
    align-self: flex-end;
  }

  .coqui-message--narrow {
    padding: 20px 20px 110px;
  }

  .coqui-bubble,
  .coqui-message--on-top-right,
  .coqui-message--on-top {
    padding: 20px;
  }

}

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

  .activity-type-icon,
  .activity-type-icon.only-on-hover:hover {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
  }

}

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

  input[type="text"].modal-clock-input {
    padding: 16px 24px;
  }

  .licence-number-incrementor {
    padding: 9px 15px;
  }

  .btn--payment {
    height: 42px;
  }

  .forgot-password-wrapper {
    bottom: 10px;
  }

  .select2-container--default .select2-selection--multiple {
    min-height: 56px;
    padding: 10px 30px 10px 10px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    height: 56px;
    padding: 10px 16px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
  }

  .accent_buttons_wrapper.vocabulary_style {
    top: 6px;
  }
}

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

  input[type="text"].modal-clock-input {
    width: 150px;
    padding: 13px 24px;
  }

  .center-header {
    padding: 25px;
    align-items: start;
    background-image: initial;
  }

  .center-header h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .coqui-bubble-wrap {
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .coqui-bubble--left {
    margin: 0 0 30px;
  }

  .coqui-bubble--left:after {
    left: 50px;
    bottom: -20px;
    border-bottom: none;
    border-left: none;
    border-top: 25px solid #eaeff4;
    border-right: 25px solid transparent;
  }

  .coqui-bubble--left:before {
    display: none;
  }

  .tab-menu li {
    text-align: center;
  }

  .tab-menu__link {
    font-size: 12px;
    line-height: 20px;
  }

  .quiz-list__item {
    align-items: flex-start;
  }

  .quiz-list__item--row {
    flex-flow: column;
    align-items: flex-start;
  }

}


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

  .fancy-radio span.name {
    font-size: 14px;
  }

  .coqui-message {
    padding: 20px 20px 90px 20px;
  }

  .coqui-bubble,
  .coqui-message--on-top-right,
  .coqui-message--on-top {
    padding: 20px;
  }

}

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

  .modal-clock-input-wrap {
    margin: 0 0 20px;
  }

  input[type="text"].modal-clock-input {
    width: 100%;
    /* max-width: 190px; */
    max-width: 173px;
    flex-grow: 1;
  }

  .settings-name {
    display: none;
  }

  .tab-menu__link {
    letter-spacing: 0;
    padding: 8px 12px;
  }

    .quiz-list__item a {
        max-width: 150px;
    }

    .date-due-wrap {
        flex-flow: column;
    }

}

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


}
