/* main css */
/* VARIABLES */
:root {
  --theme-color: #2196f3;
  --text-bg: #edecec;
    /*#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/login.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: #2196f3;
  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;
}

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

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

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

.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: #2196f3;
  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;
}

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

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

.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/login.svg");
  background-repeat: no-repeat;
  background-color: #2196f3b5;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#signup-form-div, #login-form-div {
  background-color: #ffffffe6;
  border: 2px solid #00000000;
  margin: -10px 20px;
  border-radius: 10px;
  font-size: bold;
  overflow: auto;
  height: 65vh;
}

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

.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 .miya-icon-home {
  margin-top: 30px;
}

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

.center,
.miya-home-img,
.miya-home-text h1,
.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;
}

.space{
  padding: 10px;
}


.bounce {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
  0%   { transform: scale(1,1)    translateY(0); }
  10%  { transform: scale(1.1,.9) translateY(0); }
  30%  { transform: scale(.9,1.1) translateY(-10px); }
  50%  { transform: scale(1,1)    translateY(0); }
  100% { transform: scale(1,1)    translateY(0); }
}

.miya-slide{

}

.swipe-container{
  border:2px solid rgb(235, 235, 235);

}

.miya-slide img{
  /*
  height: 100px;
  */
}
.swipe-container h5{
  margin-top: -3px;
  color: #262727;
}
.swipe-container h3{
  margin-top: -30px;

}

/* SWIPER */
.swipe-container .food-cards{
  padding: 5px;
}


.swipe-container .food-cards .text{
  background-color: #edecec;
  margin-top: -35px;
  padding: 5px;
  height: 75px;
  border-radius: 5%;
  
  margin-top: -5px;
  height: 20px;
  display: flex;
  justify-content: space-between;
}

.swipe-container .food-cards .text h5{
  font-size: 15px;
}

.swipe-container .food-cards img{
  width: 100%;
  min-width: 100px;
  max-width: 287px;
}

.swipe-container .food-cards svg{
  border:2px solid red;
  size: 25px;
  height: 50px;
  width: 50px;
}
.swipe-container .food-cards img{
  width: 100%;
  min-width: 100px;
  max-width: 287px;
}

/* SINGLE MEALS CARDS START */

.single-food-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.single-food-cards .food-cards{
  width: 100%;
  margin: 3px;
  min-width: 100px;
  max-width: 325px;/*287px;*/
  margin-top: 3%;
}

.single-food-cards .food-cards .text{
  
  background-color: var(--text-bg);
  margin-top: -40px;
  padding: 5px;
  
  border-radius: 5%;
  
  margin-top: -5px;
  height: 22px;
  display: flex;
  justify-content: space-between;

  color: #000000cf;
}

/*
.single-food-cards .food-cards .text h3, .single-food-cards .food-cards .text h2{
  margin-top: -6px;
}
*/
.single-food-cards .food-cards .text h3{
  margin-top: -6px;
  font-size: 20px;
}

.single-food-cards .food-cards .text h2{
  margin-top: 0px;
  display: flex;
  justify-content: flex-end;
}

.single-food-cards .food-cards .text h2 div.price{
  font-size: 20px;  
}

.single-food-cards .food-cards .text h2 div.currency{
  font-size: 10px;  
}

/*
.single-food-cards .food-cards .text h2{
  margin-top: -2px;
  font-size: 12px;
}
*/
.single-food-cards .food-cards img{
  width: 100%;
}
/* SINGLE  CARDS END */

/* MEALS CARDS START */
.meals-display{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.meals-display .food-cards{
  width: 45%;
  margin: 3px;
  min-width: 100px;
  max-width: 200px;/*287px;*/
  margin-top: 3%;
}

.meals-display .food-cards .text{
  
  background-color: var(--text-bg);
  margin-top: -40px;
  padding: 5px;
  height: 75px;
  border-radius: 5%;
  
  margin-top: -5px;
  height: 20px;
  display: flex;
  justify-content: space-between;

}

.meals-display .food-cards .text h3{
  margin-top: -2px;
  font-size: 15px;
  color: #000000cf;
}

.meals-display .food-cards img{
  width: 100%;
}

/* MEAL CARDS END */

.restaurant-list .item-media img{
  width: 40px;
  border: 1px solid black ;
  border-radius: 50%;

}

.item-media .item-icons a{
  width: 40px;
  border: 1px solid black ;
}

.item-content .item-icons{
  width: 100px;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-top: -20px;
  /*style="display: flex; justify-content: center;align-items: center"*/
}
/*# sourceMappingURL=my-app.css.map */