/**
 * @author DISEGNOSIS
 */

@charset "UTF-8";
@font-face {
  font-family: "ProximaNova";
  src: url(../fonts/ProximaNovaRegular.ttf) format("truetype");
}

* {
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

body {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #464646;
  display: flex;
  flex-flow: column wrap;
  /* justify-content: space-between; */
  min-height: 100vh;
}

header {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 90vw;
  margin: 0 auto;
  height: 99px;
  border-bottom: 1px solid #cecece;
}

#logo {
  flex: 0.7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  width: 100%;
  max-width: 199px;
  height: auto;
}

#main-nav {
  flex: 2.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav-buttons {
  flex: 2;
}

#nav-buttons a:last-child {
  margin-right: 0;
}

#nav {
  flex: 1;
}

.separator {
  flex: 0.3;
}

main {
  align-self: stretch;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 90%;
  margin: 13px auto 33px;
  padding: 0 13px;
}

aside {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 22%;
  margin: 22px 13px;
}

.admin {
  display: flex;
  flex-flow: row no-wrap;
  align-items: flex-start;
}

nav .sidebar {
  display: flex;
  flex-flow: column wrap;
}

p {
  font-family: "ProximaNova", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6rem;
}

h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1em;
}

.listado {
  margin: auto;
}

h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 900;
}

h3 {
  text-align: left;
  font-size: 1.1em;
  font-weight: 900;
  padding-left: 1.3em;
  margin: 47px auto 13px;
}

h4 {
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}

a {
  color: #424242;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
}

ol {
  padding-left: 6em;
}

ol li {
  margin-bottom: 0.6em;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(199, 199, 199, 0),
    rgba(199, 199, 199, 0.75),
    rgba(199, 199, 199, 0)
  );
}

.main-nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav li {
  background: #b3daff;
  border-radius: 13px;
  flex: auto;
  text-align: center;
  margin-right: 1%;
}

.main-nav li:first-child {
  margin-left: 1%;
}

.main-nav li a {
  display: block;
  text-decoration: none;
  color: #424242;
}

.main-nav li:hover {
  background: #80c1ff;
}

.main-nav li a:hover {
  color: #333;
}

.main-nav ul li a {
  position: relative;
  text-decoration: none;
}

.main-nav ul.nav > li {
  display: block;
  float: left;
  line-height: 33px;
  padding: 0 10px;
}

.main-nav ul.nav li > ul {
  position: absolute;
  display: none;
  opacity: 0;
  height: 0;
  /* max-height: 0;
	overflow: hidden; */
  width: 13%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-nav ul.nav li > ul li {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  color: #fff;
  z-index: 999;
}

.main-nav ul.nav li > ul li a {
  display: block;
  font-size: 0.9em;
  padding: 0 20px;
}

.main-nav ul.nav li:hover > ul {
  display: block;
  height: auto;
  opacity: 1;
}

.main-nav ul.nav li:hover > ul > li {
  display: block;
  left: -22%;
  margin-top: 6px;
}

.main-nav ul.nav:first-child li > ul:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 70px;
  left: 50%;
}

.main-nav ul.nav:first-child li > ul:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 70px;
  right: 50%;
}

.main-nav ul.nav1 > li {
  display: block;
  float: left;
  line-height: 33px;
  padding: 0 10px;
}

.main-nav ul.nav1 li > ul {
  position: absolute;
  display: none;
  opacity: 0;
  height: 0;
  /* max-height: 0;
	overflow: hidden; */
  width: 15%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-nav ul.nav1 li > ul li {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  color: #fff;
  z-index: 999;
}

.main-nav ul.nav1 li > ul li a {
  display: block;
  font-size: 0.9em;
  padding: 0 20px;
}

.main-nav ul.nav1 li:hover > ul {
  display: block;
  height: auto;
  opacity: 1;
}

.main-nav ul.nav1 li:hover > ul > li {
  display: block;
  left: 25%;
  margin-top: 6px;
}

.main-nav ul.nav1:first-child li > ul:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 70px;
  left: 50%;
}

.main-nav ul.nav1:first-child li > ul:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 70px;
  right: 50%;
}

li.active {
  background: #0084ff;
}

li.active a,
li.active span {
  color: #fff;
}

.ion-navicon-round {
  display: none;
}

.foto-usuario {
  float: left;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  border: 2px solid #fff;
  -moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 6px #000;
  box-shadow: 3px 3px 6px #000;
  margin-top: -13px;
}

.usuarios {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.subir {
  margin: -9px auto -17px;
}

.usuario {
  align-self: center;
}

.usuarios h4 {
  text-align: left;
  font-size: 1.3em;
  font-weight: 900;
  text-shadow: 1px 1px 2px #000;
  margin-top: 6px;
  margin-left: 83px;
}

.usuarios ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.usuarios li {
  flex: auto;
  font-size: 0.8em;
  font-weight: 900;
  text-align: center;
  margin-right: 1%;
  border: 1px solid #000;
  border-radius: 0 13px;
  -moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 6px #000;
  box-shadow: 3px 3px 6px #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.usuarios li:first-child {
  background: #ffaa49;
}

.usuarios li:last-child {
  background: deepskyblue;
  margin-right: 0;
}

.usuarios li a {
  display: block;
  letter-spacing: 0.1em;
  color: #222;
  text-shadow: 1px 1px 2px #fff;
  line-height: 2.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.usuarios li:first-child:hover {
  background: #ff8a07;
}

.usuarios li:last-child:hover {
  background: DodgerBlue;
}

.usuarios li a:hover {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.sidebar ul {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  flex: auto;
  background: #222;
  font-family: "Chewy", cursive;
  font-size: 1.1em;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 13px;
  border: 1px solid #000;
  border-radius: 13px 0;
  -moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 6px #000;
  box-shadow: 3px 3px 6px #000;
  height: 2.5em;
}

.sidebar li a {
  display: block;
  font-family: "Chewy", cursive;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
  padding-left: 22px;
  text-shadow: 1px 1px 2px #000;
  line-height: 2.5em;
  text-transform: uppercase;
  text-decoration: none;
}

.sidebar li:nth-child(odd):hover {
  background: #ff8a07;
}

.sidebar li:nth-child(even):hover {
  background: DodgerBlue;
}

.sidebar li a:hover {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.logout {
  background: none;
  border: none;
  height: 33px;
  cursor: pointer;
  display: block;
  font-size: 1em;
  color: #424242;
  text-decoration: none;
  margin: 0 auto;
}

.juegos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.juegos img {
  width: 100%;
  max-width: 226px;
  height: auto;
}

footer {
  flex-shrink: 0;
  width: 100%;
  background: #cecece;
  border-top: 1px solid #999;
}

.sociales {
  display: flex;
  justify-content: flex-end;
  padding: 13px;
}

.sociales a {
  font-size: 2em;
  color: #fff;
}

.facebook a:hover,
.facebook-login a:hover {
  color: #005cb3;
}

.facebook-login {
  margin-right: 22px;
}

.discord a:hover,
.discord-login a:hover {
  color: #80c1ff;
}

.discord,
.discord-login {
  padding-top: 3px;
  margin-right: 22px;
}

.social-login {
  display: flex;
  justify-content: center;
}

.social-login a {
  font-size: 3.3em;
}

.disegnosis {
  background: #111;
  border-top: 1px solid #000;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen-usuario {
  width: 100%;
  height: auto;
  max-width: 299px;
  border-radius: 9px;
  border: 2px solid #fff;
  margin-right: 22px;
}

.mi-cuenta {
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}

.editar {
  float: right;
  margin-right: 13px;
  background: #00b549;
  border-radius: 9px;
  padding: 6px 13px;
  margin-top: 13px;
}

.editar:hover {
  background: #00fa6b;
}

.editar a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.editar a:hover {
  color: #333;
}

.back {
  float: right;
  margin-right: 13px;
  background: #ff6600;
  border-radius: 9px;
  padding: 6px 13px;
  margin-top: 13px;
}

.back:hover {
  background: #ff8a07;
}

.back a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.back a:hover {
  color: #333;
}

.datos-usuario h2 {
  text-align: left;
}

.datos-usuario h2 span {
  color: #ff6600;
}

.error {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  font-size: 1.1em;
  color: #ca0000;
  font-weight: bold;
}

.error-border {
  outline: 2px solid rgba(255, 0, 0, 0.6);
  box-shadow: 2px 2px 3px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 3px rgba(255, 0, 0, 0.6);
  -webkit-box-shadow: 2px 2px 3px rgba(255, 0, 0, 0.6);
}

.add {
  display: flex;
  justify-content: flex-end;
  width: 74%;
  margin: -67px 0 13px;
}

#add {
  background: #00b549;
  color: #fff;
  font-size: 1.3em;
  border-radius: 50%;
  padding: 9px;
  cursor: pointer;
}

#add:hover,
.save:hover {
  background: #00fa6b;
  color: #333;
}

.save {
  background: #00b549;
  font-size: 1em;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 900;
  margin-left: 13px;
  padding: 3px 15px;
  cursor: pointer;
}

.save:hover {
  background: #00fa6b;
  color: #333;
}

.delete-date {
  background: #ca0000;
  font-size: 1em;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 900;
  margin-left: 13px;
  padding: 3px 9px;
  cursor: pointer;
}

.delete-date:hover {
  color: #333;
}

.campo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
}

.campo1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.campo:last-child {
  margin-bottom: 22px;
}

.checkbox {
  margin-left: 13%;
  font-size: 0.9em;
}

.checkbox label {
  margin-top: -3px;
  margin-left: 6px;
}

.campo p {
  margin-top: 13px;
}

.campo1 {
  margin-top: 13px;
}

.campo1 a {
  margin-right: 13%;
  color: #424242;
  font-size: 0.9em;
  text-decoration: none;
}

.campo1 a:hover {
  color: #ff6600;
}

.campo label {
  text-align: right;
  width: 120px;
  margin-right: 13px;
}

.formulario input,
.formulario1 input,
.formulario select,
.formulario1 textarea {
  flex: 0.5;
  font-size: 1em;
  background: #cecece;
  padding: 6px;
  margin-bottom: 13px;
}

.formulario2 input {
  flex: 0.4;
  font-size: 1em;
  background: #cecece;
  padding: 6px;
  margin-bottom: 13px;
}

.formulario textarea {
  font-family: "Nunito", sans-serif;
}

.formulario button {
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.06em;
  border-radius: 9px;
  background: #ca0000;
  padding: 6px 13px;
  cursor: pointer;
}

.formulario button:first-child {
  background: #0084ff;
  margin-right: 13px;
  font-weight: 900;
  margin-top: 22px;
}

.formulario button:hover {
  color: #111;
}

.formulario button:first-child:hover {
  background: #ff6600;
  color: #111;
}

.dates input {
  flex: 0.3;
  margin-right: 1.3em;
}

.no-delete {
  margin-right: 0 !important;
  margin-left: -2.2em !important;
  flex: 0.284 !important;
}

.inline {
  flex: 0.246 !important;
}

.inline:nth-child(2),
.inline:nth-child(4) {
  margin-right: 1em !important;
}

.notification-type {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
  margin-left: 20vw !important;
}

.notification-type label:last-child {
  margin-left: 3em !important;
}

.add-lesson label {
  text-align: right;
  width: 166px;
  margin-right: 13px;
}

.add-lesson input {
  flex: 0.526;
}

.table {
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 33px;
}

.table tr {
  height: 33px;
}

.table tr:nth-child(odd) {
  background: #eee;
}

.table tr:nth-child(even) {
  background: #ddd;
}

.table tr:nth-child(odd):hover {
  background: #cecece;
}

.table tr:nth-child(even):hover {
  background: #cecece;
}

.table th {
  background: #cecece;
}

.table tr.row-highlight {
  background: #b3dca3;
}

.table tr.row-highlight:hover {
  background: #94ce7e;
}

.list-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 99px;
}

.list-header-left {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}

.list-header-right {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}

.list-header-students {
  display: flex;
  justify-content: flex-start;
  min-height: 33px;
}

.list-header-configuration {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 33px;
}

.note {
  font-weight: bold;
  text-align: center;
  margin-top: 47px;
}

.date-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
}

.configuration {
  flex: 1 0 19%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.configuration-app {
  flex: 1 0 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.configuration p,
.configuration-app p,
.filter-by-date p {
  font-size: 0.7em;
  text-align: left;
  font-weight: 700;
  margin-bottom: 3px;
}

.date-picker input {
  font-size: 0.9em;
  text-align: center;
  background: #cecece;
  padding: 3px;
  border-radius: 6px;
  margin: 0 0 6px 0;
  width: 166px;
}

.configuration input,
.configuration-app input {
  font-size: 0.9em;
  text-align: center;
  background: #cecece;
  padding: 3px;
  border-radius: 6px;
  margin: 0 0 6px 0;
  width: 109px;
}

.classes-filters {
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  line-height: 2em;
}

.classes-filters .checkbox {
  margin-left: 0;
}

.classes-filters .container {
  line-height: 2em;
  padding-right: 13px;
}

.classes-filters .container .checkmark,
.classes-filters .container .check-box {
  background-color: #ddd;
}

.classes-filters .container:first-child {
  margin: 0 2%;
}

.classes-filters .container:last-child {
  margin-right: 20px;
  padding-right: 0;
}

.user-filters {
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  line-height: 2em;
}

.user-filters .checkbox {
  margin-left: 1em;
}

.user-filters .container {
  line-height: 2em;
  padding-right: 13px;
}

.user-filters .container .checkmark,
.user-filters .container .check-box {
  background-color: #ddd;
}

.user-filters .container:first-child {
  margin: 0 2%;
}

.user-filters .container:last-child {
  margin-right: 20px;
  padding-right: 0;
}

.user-filters .edit {
  font-size: 0.8em;
  padding: 0 9px;
}

.user-status,
.user-online,
.teacher-online {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}

.lesson-active {
  margin-top: 17px;
}

.lesson-active label:last-child {
  margin-top: 0;
}

.new {
  background: #00b549;
  border-radius: 9px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new:hover {
  background: #00b549;
}

.new a {
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 13px 22px;
}

.new a:hover {
  color: #333;
}

.time-to-next-class {
  font-size: 0.9em;
  background: #999;
  border-radius: 9px;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 13px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teacher-confirm-presence {
  background: #ff6600;
  color: #fff;
  font-size: 1em;
  border-radius: 9px;
  letter-spacing: 0.03em;
  padding: 13px 22px;
  cursor: pointer;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.teacher-confirm-presence:hover {
  background: #ff8a07;
  color: #333;
}

.teacher-confirmed-presence {
  background: #00b549;
  font-size: 0.9em;
  border-radius: 9px;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 13px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teacher-confirmed-presence .fa-check,
.teacher-confirmed-presence .fa-check:hover {
  color: #fff;
  cursor: default;
}

.window-has-passed {
  background: #641e16;
  font-size: 0.9em;
  border-radius: 9px;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 13px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.window-has-passed img {
  width: 17px;
  height: auto;
}

.lesson-popup {
  display: flex;
  flex-direction: column;
}

.image-popup {
  display: flex;
  flex-direction: column;
}

.image-popup img {
  width: 100%;
  max-width: 66vw;
  height: auto;
}

.zoom-popup {
  display: flex;
  flex-direction: column;
}

.zoom-popup h1 {
  color: #ff8a07;
}

.zoom-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoom-row h2:first-of-type {
  margin-right: 33px;
}

.play {
  font-size: 1.6em;
  color: #00b549;
}

.play-chat {
  font-size: 1.6em;
  color: #0084ff;
}

.student-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lesson-contents {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin-top: 33px;
}

.lesson-contents tr:first-child {
  background: #e3e3e3;
}

.lesson-contents th,
.lesson-contents td {
  height: 33px;
}

.lesson-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.round-bg {
  background: #464646;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  padding: 0.3em 0.6em;
}

.students-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.student {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin-top: 33px;
  margin-right: 1%;
  padding: 2em 1em 1em;
  border: 1px solid #cecece;
  border-radius: 22px;
  max-width: 32%;
  -moz-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  -webkit-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
}

.student p {
  line-height: 1em;
  padding: 0;
}

.student:last-child {
  margin-right: 0;
}

.student-image {
  height: 100%;
  width: auto;
  max-height: 199px;
  border: 3px solid #fff;
  -moz-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  -webkit-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
}

.student-details {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 2em 1em 1em;
  border: 1px solid #cecece;
  border-radius: 22px;
  -moz-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  -webkit-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
}

.student-details img {
  height: 100%;
  width: auto;
  max-height: 199px;
  border: 3px solid #fff;
  -moz-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  -webkit-box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  box-shadow: 0 3px 5px 0 rgba(15, 15, 15, 0.25);
  margin-right: 13px;
}

.to-right {
  display: flex;
  justify-content: flex-end;
}

.lesson-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lesson-btns p {
  color: #66bb6a;
  font-size: 0.8em;
}

.copy {
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 6px;
  background: #0084ff;
  padding: 4px 9px;
  width: 233px;
  cursor: pointer;
}

.copy:hover {
  color: #333;
  background: #4da9ff;
}

.add-progress {
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 6px;
  background: #ff6600;
  margin-top: 13px;
  padding: 4px 9px;
  width: 233px;
  cursor: pointer;
}

.add-progress:hover {
  color: #333;
  background: #ff8a07;
}
.student-search {
  display: flex;
}

.students-email {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.students-email hr {
  margin-top: 33px;
  width: 66vw;
}

.students-email h4 {
  color: #ff8a07;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.students-email input {
  font-size: 0.8em;
  background: #ddd;
  padding: 3px;
  border-radius: 6px;
  margin: 13px 6px 0 0;
  width: 399px;
}

.students-email button {
  font-size: 0.8em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #16bcec;
  height: 29px;
  margin-top: 12px;
  cursor: pointer;
}

.students-email button:hover {
  color: #333;
  background: #5ad0f2;
}

.slack-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.slack,
.slack-web {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  padding: 4px 9px;
  margin-top: 4px;
  cursor: pointer;
}

.slack:hover,
.slack-web:hover {
  background: #ddd;
}

.slack img {
  width: 16px;
  height: auto;
}

.slack-web img {
  width: 17px;
  height: auto;
}

.content {
  font-size: 0.9em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #00b549;
  padding: 4px 9px;
  cursor: pointer;
}

.content:hover {
  color: #333;
  background: #66bb6a;
}

.lesson-image {
  font-size: 0.9em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #ff8a07;
  padding: 4px 9px;
  cursor: pointer;
}

.lesson-image:hover {
  color: #333;
  background: #ff6600;
}

.students {
  font-size: 0.9em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #16bcec;
  padding: 4px 9px;
  cursor: pointer;
}

.students:hover {
  color: #333;
  background: #5ad0f2;
}

.edit {
  font-size: 0.9em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #0084ff;
  padding: 4px 9px;
  cursor: pointer;
}

.edit:hover {
  color: #333;
  background: #4da9ff;
}

.delete {
  font-size: 0.9em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #ff6600;
  padding: 4px 9px;
  cursor: pointer;
}

.delete:hover {
  color: #333;
  background: #ff8a07;
}

.purple {
  font-size: 0.9em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #4b0082;
  padding: 4px 9px;
  cursor: pointer;
}

.purple:hover {
  color: #333;
  background: #9370db;
}

.no-cursor {
  cursor: default;
}

.no-cursor:hover {
  color: #fff;
  background: #ff6600;
}

.zoom {
  font-size: 0.8em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #ff431a;
  padding: 4px 9px;
  cursor: pointer;
}

.zoom:hover {
  color: #333;
  background: #ff6d4d;
}

.join {
  font-size: 1em;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.join > * {
  pointer-events: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    background: #ffab4d;
    color: #333;
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    background: #ffab4d;
    color: #333;
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 33px 0 0;
}

.page-item {
  background: #cecece;
  border-radius: 6px;
  margin: 0 13px 13px 0;
}

.page-item:hover {
  background: #999;
}

.page-link {
  display: block;
  padding: 9px;
  color: #333;
  font-weight: bold;
}

.page-link:hover {
  color: #fff;
}

.container {
  display: flex;
  position: relative;
  padding-left: 33px;
  margin-bottom: 13px;
  padding-right: 47px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container:first-child {
  margin: 0 2% 0 25%;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.container:hover input ~ .checkmark {
  background-color: #ff6600;
}

.container input:checked ~ .checkmark {
  background-color: #ff8a07;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.check-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container:hover input ~ .check-box {
  background-color: #ff6600;
}

.container input:checked ~ .check-box {
  background-color: #ff8a07;
}

.check-box:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .check-box:after {
  display: block;
}

.container .check-box:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox {
  display: flex;
  flex-direction: row wrap;
}

.datos-checkbox .container:first-child {
  margin: 0;
}

.datos-checkbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 70%;
  margin: 0 15% 33px;
}

.custom-select {
  position: relative;
  font-family: "Nunito", sans-serif;
  width: 45%;
  margin: 0 0 13px;
}

.custom-select select {
  display: none;
}

.margen {
  width: 50.6%;
  margin-left: 24.6%;
}

.margen1 {
  margin-left: 24.6%;
}

.margen2 {
  width: 46.5%;
}

.margen3 {
  width: 113px;
  margin-top: 17px;
  margin-right: 22px;
}

.margen3 .select-selected {
  background-color: #16bcec;
}

.margen3 .select-selected::after,
.margen4 .select-selected::after {
  top: 19px;
}

.margen3 .select-items {
  background-color: #16bcec;
}

.margen4 {
  width: 199px;
  margin-top: 17px;
  margin-right: 22px;
}

.margen5 {
  width: 199px;
  margin-top: 17px;
}

/* .select-role {
	width: 99px;
	margin-top: 21px;
}

#roles-filter option {
	background-color: #FF8A07;
}

#roles-filter select:hover {
	background-color: #ff6600;
} */

.select-selected {
  background-color: #ff8a07;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: #ff8a07;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide,
.hide {
  display: none !important;
}

.select-items div:hover,
.same-as-selected {
  color: #111;
  background-color: rgba(255, 255, 255, 0.2);
}

.hidden {
  display: none;
}

.password {
  animation: blinkNaim 500ms linear infinite;
}

/* @keyframes blinkAnim {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
} */

#change-password {
  font-size: 0.8em;
  background: #0084ff;
  color: #fff;
  padding: 6px 13px;
  border-radius: 9px;
  cursor: pointer;
  margin-top: 13px;
  text-align: center;
}

#change-password:hover {
  background: #ff6600;
  color: #333;
}
#change-avatar {
  font-size: 0.8em;
  background: #ff6600;
  color: #fff;
  padding: 6px 13px;
  border-radius: 9px;
  cursor: pointer;
  margin-top: 33px;
  text-align: center;
}
#change-avatar:hover {
  background: #0084ff;
  color: #333;
}

.col-2 {
  display: flex;
  flex-flow: row wrap;
}

.left {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  align-items: center;
}

.right {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 3;
}

.flag {
  width: 100%;
  max-width: 36px;
  height: auto;
  border: 1px solid #fff;
  -moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 6px #000;
  box-shadow: 3px 3px 6px #000;
}

#reset {
  margin-left: 6px;
  cursor: pointer;
}

.link {
  cursor: pointer;
}

#reset-filters {
  margin-left: 22px;
}

.fa-check {
  font-size: 1.1em;
  color: #00b549;
  cursor: pointer;
}

.fa-check:hover {
  color: #00fa6b;
}

.fa-times {
  font-size: 1.4em;
  color: #af0000;
  cursor: pointer;
}

.fa-times:hover {
  color: #ca0000;
}

.fa-times {
  font-size: 1.4em;
  color: #af0000;
}

.fa-times:hover {
  color: #ca0000;
}

.fa-check-circle {
  font-size: 1.5em;
  color: #00b549;
}

.fa-minus-circle {
  font-size: 1em;
  color: #ff8a07;
}

.fa-times-circle {
  font-size: 1.5em;
  color: #af0000;
}

.fa-question-circle {
  font-size: 1em;
  color: rgb(7, 218, 255);
  background: #fff;
  border-radius: 60%;
  border: 1px solid #fff;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

.fa-user-ninja {
  font-size: 1em;
  color: #0084ff;
}

.joined {
  font-size: 1em;
  color: #00b549;
  background: #fff;
  border-radius: 60%;
  border: 1px solid #fff;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

.confirmed {
  font-size: 1em;
  color: #ffe44d;
  background: #000;
  border-radius: 60%;
  border: 1px solid #fff;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

.online {
  font-size: 1em;
  color: #ff8a07;
  background: #fff;
  border-radius: 60%;
  border: 1px solid #fff;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

.offline {
  font-size: 1em;
  color: #af0000;
  background: #fff;
  border-radius: 60%;
  border: 1px solid #fff;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
}

.botones {
  float: right;
  align-self: flex-end;
}

.centrado {
  float: none;
  align-self: center;
  margin: 0 45.9% 33px;
}

.botones button,
.botones a {
  font-size: 1em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #ca0000;
  padding: 3px 9px;
  cursor: pointer;
}

.botones button:first-child {
  background: #00b549;
  margin-right: 13px;
  font-weight: 900;
  margin-top: 22px;
}

.botones button:nth-child(2) {
  background: #005cb3;
  margin-right: 13px;
  font-weight: 900;
  margin-top: 22px;
}

.botones button:hover,
.botones a:hover {
  color: #333;
}

.botones button:first-child:hover {
  background: #00fa6b;
  color: #333;
}

.search {
  float: left;
  margin-top: 16px;
}

.search i {
  margin-right: 3px;
}

.search input {
  font-size: 1em;
  background: #ddd;
  padding: 6px;
  border-radius: 6px;
  margin: 0 0 13px 0;
}

.search button {
  font-size: 1em;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  border: 1px solid #000;
  border-radius: 6px;
  background: #005cb3;
  padding: 6px 13px;
  height: 40px;
  cursor: pointer;
  -moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 6px #000;
  box-shadow: 3px 3px 6px #000;
}

.search button:hover {
  background: deepskyblue;
}

.alerta {
  width: 90%;
  text-align: center;
  padding: 15px;
  margin: 15px auto 3px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
}

.alerta-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 22px;
}

.alerta-danger {
  color: #ca0000;
  background-color: #f2dede;
  border: 1px solid #b94a48;
  padding: 22px;
}

.alert {
  width: 90%;
  text-align: center;
  padding: 15px;
  margin: 15px auto 3px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #ca0000;
  background-color: #f2dede;
  border: 1px solid #b94a48;
}

#message {
  width: 80%;
  text-align: center;
  padding: 15px;
  margin: 3px auto 15px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
}

/* START SWITCH */

.configuration-app .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.configuration-app .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.configuration-app .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.configuration-app .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.configuration-app input:checked + .slider {
  background-color: #ff6600;
}

.configuration-app input:focus + .slider {
  box-shadow: 0 0 1px #ff6600;
}

.configuration-app input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* END SWITCH */

@media only screen and (max-width: 1368px) {
  #main-nav {
    flex: 3;
  }

  #logo {
    flex: 0.8;
  }

  .separator {
    flex: 0.1;
  }

  .formulario label {
    flex: 0.2;
  }

  .checkbox {
    margin-left: 16%;
  }

  .campo1 a {
    margin-right: 16%;
  }

  .usuarios {
    flex: 1.5;
  }

  .table {
    font-size: 0.7em;
  }

  .date-picker input {
    font-size: 0.8em;
    width: 133px;
  }

  .new a,
  .search input,
  .main-nav ul li a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 1026px) {
  #main-nav {
    flex: 3;
  }

  .separator {
    flex: 0.05;
  }

  .new a {
    font-size: 0.9em;
    letter-spacing: 0;
    padding: 13px;
  }

  .search input {
    width: 150px;
  }

  .user-status,
  .user-online,
  .teacher-online {
    margin-right: 6px;
  }

  .table {
    font-size: 0.6em;
  }

  .main-nav li a,
  .main-nav ul.nav1 li > ul li a {
    font-size: 0.8em;
  }

  .subir {
    margin: 9px auto 0;
  }

  .usuarios li {
    font-size: 0.6em;
  }

  .checkbox {
    margin-left: 19%;
  }

  .campo1 a {
    margin-right: 20%;
  }
}

@media only screen and (max-width: 940px) {
  nav li a {
    font-size: 0.8em;
  }

  .usuarios li {
    font-size: 0.7em;
  }

  .juegos {
    flex-flow: row wrap;
    justify-content: center;
  }

  header time {
    display: none;
  }

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

  footer time {
    display: inherit;
    font-size: 0.8em;
    color: #eee;
    text-align: center;
    padding-left: 13px;
  }

  .checkbox {
    margin-left: 20%;
  }

  .campo1 a {
    margin-right: 21%;
  }
}

@media only screen and (max-width: 820px) {
  .campo1 {
    flex-flow: column wrap;
    justify-content: center;
  }

  .checkbox {
    margin-left: 0;
    text-align: center;
    margin-bottom: 13px;
  }

  .campo1 a {
    margin-right: 0;
    text-align: center;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 772px) {
  .logo {
    max-width: 366px;
  }

  .usuarios ul {
    flex-flow: column nowrap;
    justify-content: space-between;
  }

  .usuarios li:first-child {
    margin-bottom: 13px;
  }

  nav li a {
    font-size: 0.75em;
  }

  h3 {
    font-size: 1.3em;
    padding-left: 0;
  }

  #faq p {
    padding-left: 1em;
  }

  ol {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 620px) {
  .container {
    width: 95%;
  }

  .toggle-nav {
    align-self: center;
    display: flex;
    justify-content: center;
    background: #222;
    width: 47px;
    height: 47px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 6px;
  }

  .ion-navicon-round {
    display: inherit;
    align-self: center;
  }

  .main-nav ul {
    flex-flow: column;
  }

  .main-nav {
    display: none;
  }

  .main-nav li {
    width: 90%;
    margin: 0 auto 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-nav li:first-child {
    margin-left: auto;
  }
}

@media only screen and (max-width: 485px) {
  header .fila {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  #logo {
    margin-bottom: 22px;
  }

  .usuarios ul {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .usuarios li {
    padding: 3px 22px;
  }

  .usuarios li:first-child {
    margin-bottom: 0;
    margin-right: 13px;
  }

  .campo {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .formulario button:first-child {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 366px) {
  h1 {
    text-align: left;
  }

  .campo {
    width: 72%;
  }

  .campo p {
    text-align: center;
    font-size: 0.9em;
  }
}
