/*
 CSS for Memory game plugin
 Author: Yane Frenski
*/

.quizy-memorygame {
  position: relative;
  width: 100%;
}

.quizy-memorygame .mgcard-show {
  width: 156px;
  height: 156px;
  background: url('img/memory-game/mg-mcard.png');
}

.quizy-memorygame .quizy-mg-item {
  position: absolute;
  cursor: pointer;
  text-align: center;
}

.quizy-memorygame .quizy-mg-item .quizy-mg-item-bottom,
.quizy-memorygame .quizy-mg-item .quizy-mg-item-top {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.quizy-mg-item .quizy-mg-item-top {
  background: url('img/memory-game/quizy-mg-item-top.png');
}

.quizy-mg-notification-fly {
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 1000;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.quizy-mg-notification-fly-neg {
  background: url('img/memory-game/quizy-mg-notif-neg.png');
}

.quizy-mg-notification-fly-pos {
  background: url('img/memory-game/quizy-mg-notif-pos.png');
}

#quizy-game-summary {
  width: 300px;
  height: 160px;
  position: absolute;
  z-index: 1001;
  display: none;
  text-align: center;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 24px;
  background: linear-gradient(160deg, #173861, #214976);
  box-shadow: 0 18px 38px rgba(23, 32, 51, 0.24);
}

#quizy-game-summary div.gs-column {
  width: 75px;
  float: left;
  padding: 10px 0 10px 20px;
  color: #f8fafc;
  text-shadow: none;
  text-align: center;
}

#quizy-game-summary #gs-column1 {
  font-size: 16px;
  padding-top: 30px;
}

#quizy-game-summary #gs-column2 {
  font-size: 12px;
  padding-top: 65px;
  background: url('img/memory-game/mg-timeicon.png') no-repeat 70% 25%;
}

#quizy-game-summary #gs-column3 {
  font-size: 12px;
  padding-top: 65px;
  background: url('img/memory-game/mg-clickicon.png') no-repeat 70% 25%;
}

#quizy-game-summary #gs-closebut,
#quizy-game-summary #gs-replaybut {
  display: inline-block;
  margin-top: 10px;
  width: 70px;
  padding: 10px;
  text-align: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  cursor: pointer;
}

#quizy-game-summary #gs-closebut:hover,
#quizy-game-summary #gs-replaybut:hover {
  background: #ffffff;
  color: #153a6b;
}

#quizy-game-summary #gs-replaybut {
  margin-right: 20px;
}

.quizy-game-clear {
  clear: both;
}

.levelSelection {
  text-align: center;
  margin: 10px 0 40px 0;
}

.levelSelection h3 {
  margin-bottom: 30px;
}

.top-ad {
  margin: 30px 0;
}

.text-style-card {
  font-size: 16px;
  color: #314155;
  font-weight: normal;
  text-shadow: none;
  margin: 0;
  line-height: 1.4;
  padding: 15px;
  position: relative;
  top: 25%;
}

.text-style-card span {
  font-size: 14px;
}

.quizy-memorygame .mgcard-show {
  /* background: #fefdd6; */
}

.quizy-mg-item img {
  width: 156px;
  height: 156px;
}

li.card {
  display: none;
}
