/* main css */
/* VARIABLES */
:root {
  --theme-color: #c6192d
    /*#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;
  -ms-user-select: none;
  user-select: none;
  /**********/
}

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

.el-box {
  text-transform: uppercase;
  padding: 15px;
  border-radius: 0%;
  width: 35px;
  color: white;
  background-color: #c6192d;
  text-shadow: 2px 2px 2px #00000085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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);
	*/
}

/* END OF VARIABLES */
.username-menu {
  padding-right: 5px;
}

.img-icon {
  width: 25px;
}

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

.result-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*	flex-direction: column;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* 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;
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #328a4f;
  /*
    height: 5em;
    color: white;
    background-color: #328a4f;
    margin: 4px 3px;*/
}

/****** 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3em 0.5em;
  -webkit-box-shadow: 0px 3px 3px;
          box-shadow: 0px 3px 3px;
  height: 1.7em;
}

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

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

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

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

#quiz .answers .list {
  border: 1px groove #cbe1cbb3;
  padding: 0 0.2em;
  padding-top: 0.3em;
}

.miya-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.miya-name-slogan {
  background-color: #fbedf1e6;
  padding: 25px 5px 10px 5px;
}

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

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.cr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.question-container {
  border: 0.5px #0000004d groove;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px;
          box-shadow: 3px 3px 5px;
  padding: 15px 5px;
  margin: 10px 0px;
}

.question-container-reporter-display {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*    justify-content: center;*/
  width: 100%;
}

.cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

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

/* INFO */
/* PROGRAMMES */
.contact-icons {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  height: 100px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.hidden {
  display: none;
}

/* partner cards */
.demo-card-header-pic .card-header {
  height: 50vw;
  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: #c6192d96;
  /*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;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
          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: .8em;
}

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

.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;
}

/* NINO END */
.popup-login {
  background-image: url("../../img/bg.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: #fbedf1e3;
  border: 2px solid #00000000;
  margin: 0 20px;
  border-radius: 10px;
  font-size: bold;
}

.miya-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}

.miya-row .miya-col {
  background-color: #c6192d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30vw;
  max-width: 400px;
  height: 30vw;
  max-height: 400px;
  border-radius: 7%;
  margin: 5px;
}

.miya-row .miya-col .icon-text {
  color: white;
  text-align: center;
  margin-bottom: -25px;
}

.miya-home-img,
.miya-home-text h5,
.miya-home-text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

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

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

.home-slider img, .advert-slider img {
  max-height: 30vh;
  width: 100%;
  height: 100%;
}

.glow-star {
  /*font-size: 80px;
    color: #fff;*/
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  0% {
    text-shadow: 0 0 10px green;
    background-color: green;
  }
  25% {
    text-shadow: 0 0 20px red;
    background-color: red;
  }
  75% {
    text-shadow: 0 0 20px yellow;
    background-color: yellow;
  }
  90% {
    text-shadow: 0 0 10px green;
    background-color: green;
  }
}

/*
.slide-text {
    font-size: 1.5rem;
    min-height: 200px;
    background-color: #931322;
    color: #ffffff;
    /* #c6192d* /
}

.slide-text span {
    padding: 5px 20px;
}
*/
.country-content {
  padding: 5px 1px;
  font-size: 1em;
}

.note-content {
  font-size: 1em;
}
/*# sourceMappingURL=my-app.css.map */