/* Quiz 2022*/
.quizinfo-container {
}

.quizinfo {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  /* display: flex; */
  /* max-width: 100%; */
  margin: 20px;
  overflow: hidden;
  background-color: #2a265f;
  /* width: 700px; */
}

.quizinfo h6 {
  /* opacity: 0.6; */
  margin: 0;
  letter-spacing: 1px;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.quizinfo h2 {
  letter-spacing: 1px;
  margin: 10px 0;
}

.quizinfo-preview {
  background-color: #2a265f;
  color: #fff;
  padding: 12px;
  /* max-width: 250px; */
}

.quizinfo-preview a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 30px;
  text-decoration: none;
}

.quizinfo-info {
  padding: 30px;
  /* position: relative; */
  background-color: #fff;
  /* width: 100%; */
}

.quizinfo-info .btn {
  background-color: #4caf50;
  border: 0;
  /* border-radius: 50px; */
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
  /* position: absolute; */
  /* float: right; */
  /* bottom: 30px; */
  /* right: 30px; */
  /* letter-spacing: 1px; */
  margin-top: 12px;
}

@font-face {
  font-family: 'DIGITAL';
  src: url('https://cssdeck.com/uploads/resources/fonts/digii/DS-DIGII.TTF');
}

.digital-clock-user-ac {
  margin: auto;
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 219px;
  height: 60px;
  color: #ffffff;
  border: 2px solid #999;
  border-radius: 4px;
  text-align: center;
  font: 42px/60px 'DIGITAL', Helvetica;
  /* background: linear-gradient(90deg, #000, #555); */
}
.digital-clock-on-menu {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 189px;
  height: 50px;
  color: #3d0606;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align: center;
  font: 35px/51px 'DIGITAL', Helvetica;
  /* background: linear-gradient(90deg, #000, #555); */
}
.digital-clock-only-lg-md {
  margin: auto;
  position: fixed;
  top: 0;
  /* left: 0; */
  bottom: 0;
  right: 41px;
  width: 219px;
  height: 60px;
  color: #ffffff;
  border: 2px solid #999;
  border-radius: 4px;
  text-align: center;
  font: 42px/60px 'DIGITAL', Helvetica;
}

.ampm {
  font-size: 14px;
}
.imp-message {
  /* background-color: #e5ebe6; */
  padding: 10px;
  margin-bottom: 25px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}
.imp-message-left {
}
.imp-message-right {
}
.imp-message h2 {
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.more-button-001 {
  font-size: 12px;
  font-weight: 400;
  /* padding: 5px 0px; */
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  float: right;
  background: #00978787;
  padding: 7px;
  width: 90px;
  text-align: center;
  margin-top: 10px;
}
.more-button-001 a {
  color: #000;
}

/*---------*/

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  font-weight: normal;
}

.funkyradio input[type='radio']:empty,
.funkyradio input[type='checkbox']:empty {
  display: none;
}

.funkyradio input[type='radio']:empty ~ label,
.funkyradio input[type='checkbox']:empty ~ label {
  position: relative;
  line-height: 1.5em;
  /*text-indent: 3.25em;*/
  margin-top: 2em;
  padding-left: 62px;
  min-height: 85px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type='radio']:empty ~ label:before,
.funkyradio input[type='checkbox']:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type='radio']:hover:not(:checked) ~ label,
.funkyradio input[type='checkbox']:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type='radio']:hover:not(:checked) ~ label:before,
.funkyradio input[type='checkbox']:hover:not(:checked) ~ label:before {
  /*content: '\2714';*/
  text-indent: 0.9em;
  color: #c2c2c2;
}

.funkyradio input[type='radio']:checked ~ label,
.funkyradio input[type='checkbox']:checked ~ label {
  color: #337ab7;
}

.funkyradio input[type='radio']:checked ~ label:before,
.funkyradio input[type='checkbox']:checked ~ label:before {
  /* content: '\2714';*/
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type='radio']:focus ~ label:before,
.funkyradio input[type='checkbox']:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type='radio']:checked ~ label:before,
.funkyradio-default input[type='checkbox']:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type='radio']:checked ~ label:before,
.funkyradio-primary input[type='checkbox']:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type='radio']:checked ~ label:before,
.funkyradio-success input[type='checkbox']:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type='radio']:checked ~ label:before,
.funkyradio-danger input[type='checkbox']:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type='radio']:checked ~ label:before,
.funkyradio-warning input[type='checkbox']:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type='radio']:checked ~ label:before,
.funkyradio-info input[type='checkbox']:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
