/* main css */
/* VARIABLES */
:root {
  --theme-color: #c6192d;
  --bg-color: #c6192d42;
  --bg-color-accordion: #c6192db0;
  --bg-color-card: #ffffff90;
  --bg-color-paid: #ffffff00;
  --bg-color-free: #1ccc0561
  /*#2196f3*/ ;
}

body {
  font-size: 1.2em;
  font-family: sans-serif;
  color: #333;
  /*    padding-top: 2em;* /
  margin: 0 0.3em;*/
  /***********/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /**********/
}

.home-contact {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.home-contact a img {
  width: 2em;
  padding: 0 10px;
}

.page {
  background-image: url(../../img/logo.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: var(--bg-color);
  background-position: center top;
}
.page .popup {
  background-image: url("../../img/login.svg");
  background-repeat: no-repeat;
  background-color: #fbedf1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.miya-notifications .miya-card {
  border-radius: 5px;
  background-color: var(--bg-color);
  height: 0;
}

.el-box {
  text-transform: uppercase;
  padding: 15px;
  border-radius: 0%;
  width: 35px;
  color: white;
  background-color: #c6192d;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5215686275);
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  box-shadow: 7px 11px 17px -1px rgba(0,0,0,0.43);
  -webkit-box-shadow: 7px 11px 17px -1px rgba(0,0,0,0.43);
  -moz-box-shadow: 7px 11px 17px -1px rgba(0,0,0,0.43);
  */
}

#mcq-subject-list li {
  font-size: 1.2em;
  margin: 5px 0;
}
#mcq-subject-list li.category-free {
  background-color: var(--bg-color-free);
}
#mcq-subject-list li.category-free .item-title a {
  color: rgb(255, 255, 255) !important;
}
#mcq-subject-list li.category-paid {
  background-color: var(--bg-color-paid);
}
#mcq-subject-list li.category-paid .item-title a {
  color: rgb(0, 0, 0) !important;
}

.pending-correction {
  font-size: 1.3em;
  padding: 1em;
  background-color: #fad3d3;
}

/* END OF VARIABLES */
.accordion-item {
  margin: 2px 0;
}

.username-menu {
  padding-right: 5px;
}

.img-icon {
  width: 25px;
}

.user-number-style {
  display: flex;
  /*justify-content: flex-start;*/
  align-items: center;
  /*border: 2px solid red;*/
}

.result-note {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-content {
  display: flex;
  /*	flex-direction: column;*/
  justify-content: center;
}

.center-text {
  text-align: center;
  font-size: 1.5em;
}

.mcq-speak {
  position: absolute;
}

/* TEMPLATE */
.img {
  width: 100%;
  border: 2px solid transparent;
}

/*
#checkam-navbar {
    background-color: var(--theme-color);
}*/
.copyright {
  font-size: 1.1em;
  padding: 0 0 0 35px;
}

.copyright-img {
  position: fixed;
  margin: 0 0 0 5px;
}

/*** TABLE DATA 
#userMarkTable_info
***/
#userMarkTable_length,
#userMarkTable_filter {
  display: none;
}

.dataTables_filter,
.dataTables_length {
  display: none;
}

#top-scores-table_length,
#top-scores-table_filter {
  display: none;
}

/*** TABLE DATA ***/
/****** TEXT NON-SELECTABLE ********/
#menu-item a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  color: white;
  background-color: #328a4f;
  margin: 4px 3px;
}

#menu-item h3 {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #328a4f;
  /*
  height: 5em;
  color: white;
  background-color: #328a4f;
  margin: 4px 3px;*/
}

.dataTables_paginate a.paginate_button {
  padding: 5px;
  border-radius: 10%;
  background-color: black;
  color: white;
}
.dataTables_paginate span a.paginate_button {
  margin: 0 5px;
  border: 1px solid black;
  border-radius: 10%;
  background-color: black;
  color: white;
}

/****** TEXT NON-SELECTABLE ********/
.not-ready-yet {
  text-align: center;
  width: 90%;
  border-radius: 5pX;
  position: absolute;
  top: 5px;
  font-size: 0.8em;
  color: white;
  background-color: #e98484;
}

.answer-display {
  background-color: #ffffff;
  color: #000;
  padding: 5px;
  display: none;
  border-radius: 5px;
  margin-top: 10px;
}

#page-nav {
  display: flex;
  justify-content: space-between;
  padding: 0.3em 0.5em;
  box-shadow: 0px 3px 3px;
  height: 1.7em;
}

#navbar-name {
  margin-top: 0em;
}

#page-nav,
#page-footer {
  background-color: #328a4f;
}

#page-footer {
  display: flex;
  justify-content: space-between;
  padding: 0em 0.5em;
  box-shadow: 0px -3px 3px;
  height: 1.8em;
}

#page-footer .footer-item {
  margin-bottom: 0.4em;
}

#quiz .answers .list {
  border: 1px groove rgba(203, 225, 203, 0.7019607843);
  padding: 0 0.2em;
  padding-top: 0.3em;
}

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

.miya-contact-fab > a {
  /*
  background-color: transparent;
  */
}

.miya-contact-fab {
  /*
  background-color: transparent;
  */
}

.miya-contact-icons {
  color: black;
  background-color: transparent;
}

.miya-name-slogan h5 {
  margin-top: -30px;
}

td {
  white-space: nowrap;
}

.question-container .question-reporter a {
  color: green;
}

.answers {
  font-size: 0.9em;
}

#restart {
  display: none;
}

#counter {
  position: fixed;
  z-index: 10;
  right: 15px;
  /*width: 90px;*/
  padding: 3px 6px;
  bottom: 40px;
  border: 2px solid var(--theme-color);
  background-color: white;
  display: flex;
  justify-content: space-between;
}

#counter span {
  max-width: 25px;
  text-align: center;
}

.cr {
  display: flex;
  justify-content: center;
}

.cr a {
  border: 2px solid green;
}

.question {
  /*font-weight: bold;*/
  font-size: 0.8em;
  color: #409840;
}

.question-review {
  font-weight: bold;
  font-size: 0.8em;
  color: #000;
}

.question-container {
  border: 0.5px rgba(0, 0, 0, 0.3019607843) groove;
  border-radius: 5px;
  box-shadow: 3px 3px 5px;
  padding: 15px 5px;
  margin: 10px 0px;
}

.question-container-reporter-display {
  display: block;
  display: flex;
  justify-content: space-around;
}

.question-container .question-reporter {
  display: none;
}

/*
.miya-toolbar {
    background-color: var(--theme-color);
    color: white;
}
*/
#mcq-links a {
  color: var(--theme-color);
}

.checkam-popup {
  background-color: var(--theme-color);
}

button.checkam-popup-button {
  width: 100px;
  color: black;
  background-color: #fff;
}

.checkam-slogan-text {
  color: var(--theme-color);
}

.slogan {
  text-transform: uppercase;
}

/* TEMPLATE END */
/* MARQUEE * /

.custom {
    height: 90px !important;
}
* /

.checkam-media-player {
    /*    border: 2px solid red;* /
    bottom: -15px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.toolbar-inner {
    max-height: 30px;
    bottom: 0 !important;
    top: 55px;
}

.toolbar-audio-container {
    position: absolute;
    height: 40px;
    top: 0;
    background: green;
    width: 100vw;
    text-align: center;
    line-height: 20px;
}

.toolbar-text-container {
    position: absolute;
    height: 15px;
    top: 0;
    background: black;
    width: 100vw;
    text-align: center;
    line-height: 14px;
}

.toolbar-text-container span {
    font-size: 12px;
}


/* MARQUEE END */
/* INFO */
.contact-icons {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}

.media-info-text i {
  /*   border: 1px green solid;*/
  padding-right: 10px;
}

.media-info-text span {
  font-size: 1.5em;
  font-weight: bolder;
  /*    border: 1px red solid;*/
  width: 100px;
}

.cc {
  display: flex;
  flex-direction: column;
  /*    justify-content: center;*/
  width: 100%;
}

.live {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
}

/* INFO */
/* PROGRAMMES */
.contact-icons {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  color: var(--theme-color);
}

.media-programmes {
  font-size: 1.2em;
  font-weight: bolder;
  margin-bottom: 5px;
}

/* PROGRAMMES */
/* CONTACTS */
.contact-icons {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}

.contact-location {
  font-size: 1.2em;
  font-weight: bolder;
  margin-bottom: 5px;
}

/* CONTACTS */
/* CHECKAM ADD */
.checkam-add {
  /*    border: 1px groove #000;*/
  position: fixed;
  bottom: 0;
  height: 90px;
  width: 100%;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CHECKAM ADD */
/* SWIPER */
/*
#home-swiper .swiper-slide {
    /*  border: 2px solid black;* /
    height: 350px;
    text-shadow: 2px 2px 3px #000;
    font-weight: bolder;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 10% 0%
    }
    50% {
        background-position: 91% 100%
    }
    100% {
        background-position: 10% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 10% 0%
    }
    50% {
        background-position: 91% 100%
    }
    100% {
        background-position: 10% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 10% 0%
    }
    50% {
        background-position: 91% 100%
    }
    100% {
        background-position: 10% 0%
    }
}

.demo-swiper .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #fff;
}

.demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(270deg, #29c59d, #2086ae, #c422d5);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

.demo-swiper {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 350px;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}
*/
.advert-img {
  width: 100%;
}

.media-name {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: bolder;
}

.slogan {
  font-family: "Roboto";
  font-weight: bolder;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: bolder;
}

.slogan {
  font-family: "Roboto";
  font-weight: bolder;
}

.payment-failure {
  display: flex;
  justify-content: space-around;
}

.dataTables_paginate {
  display: flex;
  justify-content: space-around;
}

.notes-non-img {
  height: 75px;
  text-transform: uppercase;
  font-size: 3em;
  padding: 30px;
  background-color: #c61a2d;
  border-radius: 5px;
  color: white;
}

.video-icon {
  background-color: var(--theme-color);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-icon i {
  color: white;
  font-size: 9em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**********POPOVER*/
#list-popover .list div {
  color: black;
  padding: 20px 10px;
  border: 2px solid red;
}

.hidden {
  display: none;
}

/* cards*/
.miya-card-title h3 {
  margin-bottom: 15px;
}
.miya-card-title h4 {
  margin: -10px 0 10px 0;
  color: rgba(0, 0, 0, 0.6);
}

/* partner cards */
.demo-card-header-pic .card-header {
  height: 65vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.demo-card-header-pic .card-content-padding .date {
  color: #8e8e93;
}

.partner-category {
  padding: 2px 5px;
  background-color: rgba(198, 25, 45, 0.5882352941);
  /*var(--theme-color) ;*/
}

.card-footer span a {
  border: 2px solid green;
}

/* partner cards */
/*
#list-elements span {
    background: #fff;
    padding: 1em;
    box-shadow: 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    font-weight: bold;
}

#list-elements span {
    display: block;
    font-weight: normal;
    font-size: .8em;
}
*/
.list-elements span {
  background: #fff;
  padding: 1em;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-weight: bold;
}

.list-elements span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
}

.slide-text {
  min-height: 200px;
  font-size: 1.5rem;
  background-color: #4caf50;
  color: #ffffff;
  /* #c6192d*/
}

.slide-text span {
  padding: 5px 20px;
}

.slide-img {
  padding: 10px;
  color: #ffffff;
  /* #c6192d*/
}
.slide-img img {
  width: 100%;
}

.career-div {
  /*display: flex;
  justify-content: center;
  border: 2px solid green;
  width: 100%;*/
}

.career-field {
  width: 100%;
  border: none;
  color: white;
  background-color: #c6192d;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

#login-form-div {
  display: none;
}

#topic-list .card {
  background-color: var(--bg-color-card);
}

label p {
  font-size: 1em;
  margin: 0;
}

/* NINO START */
/* A bit of demo styles */
.demo-swiper .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
}

.demo-swiper .swiper-slide {
  box-sizing: border-box;
  background: #fff;
  box-shadow: black;
}

.demo-swiper {
  /*
  min-height: 120px;
  margin: 0px 0 35px;
  */
  font-size: 18px;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
  width: 75%;
}

.swiper-container {
  margin-top: 5px;
}

.subject-swiper .subject-swiper-container {
  border-radius: 10px;
  color: white;
  width: 250px;
  height: 150px;
}

.subject-swiper .subject-swiper-container a h5 {
  color: white;
}

.subject-swiper .container-top {
  height: 30%;
}

.subject-swiper .container-content {
  padding: 5px 10px;
}

/*.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}
.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}
*/
.miya-card-content {
  height: 100px;
}
.miya-card-content a h5 {
  color: white;
  height: 100%;
  bottom: 10px;
}

.popup .card {
  background-color: rgba(255, 255, 255, 0.6);
}

/* NINO END */
.popup-login {
  background-image: url("../../img/login.svg");
  background-repeat: no-repeat;
  background-color: #fbedf1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#signup-form-div {
  background-color: rgba(251, 237, 241, 0.8901960784);
  border: 2px solid rgba(0, 0, 0, 0);
  margin: -10px 20px;
  border-radius: 10px;
  font-size: bold;
}

.block h3.module-header {
  margin: 0 0 -30px 0;
}

.color-animate {
  animation-name: color_change;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes color_change {
  from {
    background-color: #009688;
  }
  to {
    background-color: #c6192d;
  }
}
.miya-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.miya-row .miya-col {
  background-color: #c6192d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  max-height: 200px;
  max-width: 200px;
  border-radius: 7%;
  margin: 5px;
}
.miya-row .miya-col .miya-icon-home {
  margin-top: 30px;
}
.miya-row .miya-col .icon-text {
  color: white;
  text-align: center;
  margin-bottom: 8px;
}

.miya-home-img,
.miya-home-text h1,
.miya-home-text h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}

.miya-home-text h3 {
  margin-top: -40px;
}

.miya-icon-home {
  color: white;
  font-size: 10vw;
}

.maths-teaser-style {
  font-size: 3em;
  text-align: center;
}

.registration {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.registration .element {
  width: 100%;
  max-width: 400px;
}
.registration .registration-form {
  margin: 25px 0;
}
.registration .registration-form .registration-code-dom {
  margin: 10px 0;
  display: none;
}
.registration .registration-form input,
.registration .registration-form select {
  border: 2px solid var(--theme-color);
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.registration .registration-btn {
  margin: 25px 0;
}
.registration #registration-number {
  margin-top: 10px;
}

.list-border .assessment-title {
  margin-top: 35px;
}
.list-border ul {
  border-radius: 7px;
  border: 1px solid rgba(128, 128, 128, 0.768627451);
  margin-bottom: 20px;
}

/*MAC DOCK* /

.dock-container {
    display: flex;
    justify-content: center;
}

#icon-container {
    position: fixed;
    bottom: 0;
    text-align: center;
    // right: 40%;
    // left: 10%;
    width: 90%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid red;
}

#icon-container li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 0px 5px;
}

#icon-container li .icon {
    width: 5vw;
    height: 5vw;
    border: 2px solid green;
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255, 255, 255, .5)));
    -webkit-transition: all 1.3s;
    -webkit-transform-origin: 40% 70%;
}

#icon-container li:hover .icon {
    -webkit-transform: scale(2);
    margin: 0 2em;
}

#icon-container li:hover+li .icon,
#icon-container li.prev .icon {
    -webkit-transform: scale(1.5);
    margin: 0 1.5em;
}

#icon-container li span {
    display: none;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    background-color: #222;
    padding: 4px 0;
    border-radius: 7px;
}

#icon-container li:hover span {
    display: block;
    color: #fff;
}
*/
#mcq-teacher-mock ul,
#mcq-school-mock ul,
#mcq-country-mock ul {
  margin-bottom: 25px;
  border: 1px solid grey;
  border-radius: 10px;
}

#home-icons {
  margin-bottom: 17px;
}

.icons-container .icon-container {
  padding: 10px 10px;
  margin-bottom: 5px;
}
.icons-container .icon-container a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.icons-container .icon-container a .icon {
  background-color: rgba(255, 255, 255, 0.3215686275);
  box-shadow: 0px 0px rgba(101, 101, 101, 0.4784313725), -0.1em 0 0.3em rgba(101, 101, 101, 0.4784313725);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #a5a5a5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.icons-container .icon-container a .icon img {
  width: 40px;
  height: 40px;
}
.icons-container .icon-container a .icon-text {
  text-align: center;
  margin-top: 5px;
  font-size: 0.5em;
  color: rgba(0, 0, 0, 0.7098039216);
}
.icons-container .icon-container a i {
  font-size: 2em;
  color: var(--theme-color);
}

#tips-placeholder {
  display: flex;
  flex-direction: column;
}
#dictionary-placeholder p,
#tips-placeholder p,
#faqs-placeholder p {
  font-size: small;
}

.page-content {
  background-image: url(../../img/logo-mobile.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: var(--bg-color);
}

@media (min-width: 691px) {
  .page-content {
    background-image: url(../../img/logo-medium.svg);
  }
  .page-content .header-img {
    display: flex;
    justify-content: center;
  }
  .page-content .header-img img {
    width: 50%;
  }
  #home-icons {
    margin-top: 15vh;
  }
  #home-icons- {
    position: fixed;
    z-index: 100;
    bottom: 20%;
    width: 100%;
    display: flex;
  }
  #home-icons- .icon-container .icon img {
    width: 1.5em;
  }
  #home-icons- .icon-container .icon-text {
    font-size: 0.45em;
  }
}
.dataTables_info {
  margin: 0 25px;
}

.dataTables_paginate {
  margin: 10px 0;
}

#topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#topic-list .card {
  flex-grow: 1;
  max-width: 343px;
  width: 100%;
}

@media (min-width: 1300px) {
  .page-content {
    background-image: url(../../img/logo.svg);
  }
  .page-content .header-img {
    display: flex;
    justify-content: center;
  }
  .page-content .header-img img {
    width: 50%;
  }
}/*# sourceMappingURL=my-app.css.map */