/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Font Normal';
}

@font-face {
  font-family: "Font Normal";
  src: url("../font/DMSans-Regular.ttf");
}

@font-face {
  font-family: "Font Bold";
  src: url("../font/DMSans-SemiBold.ttf");
}

@font-face {
  font-family: "Font Medium";
  src: url("../font/DMSans-Medium.ttf");
}

#feedbackEma {
  height: 100%;
  overflow-x: hidden;
  background: #2f69e8;
  margin: 0;
  /* these help in better touch action in mobile devices */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#performanceScreen {
  height: 100%;
  overflow-x: hidden;
  background: #A5E1D7;
  display: flex;
  flex-direction: column;
  /* background: linear-gradient(250deg, #F5FFFE, #A5E1D7); */
  margin: 0;
  /* these help in better touch action in mobile devices */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#consentScreen {
  height: 100%;
  overflow-x: hidden;
  background: #2f69e8;
  display: none;
  flex-direction: column;
  /* background: linear-gradient(250deg, #F5FFFE, #A5E1D7); */
  margin: 0;
  font-size: 20px;
  /* these help in better touch action in mobile devices */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.consent-container {
  color: white;
  font-family: "Font Normal";
}

.consent-text-container {
  width: 92%;
  margin: auto;
  text-align: center;
}

.consent-title {
  color: black;
  padding: 24px;
  background: #ffb800;
  text-align: center;
  font-size: 28px;
  font-family: "Font Bold";
  /* width: 200%;
  margin-top: -10%;
  padding-top: 20%;
  margin-left: -50%;
  border-radius: 50%;
  font-family: "Font Bold"; */
}

.consent-btn {
  color: black;
  width: 240px;
  font-family: "Font Bold";
  border: none;
  outline: none;
  border-radius: 6px;
  margin: 40px 0px;
  background-color: #f7d046;
}

.consent-btn:disabled {
  background-color: #D6D6D6;
  color: #888;
}

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

.checkbox-label {
  margin-bottom: 0px;
  padding-left: 6px;
}

.checkbox-container {
  width: 95%;
  font-size: 18px;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;

}

.consent-option {
  height: 24px;
  width: 24px;
  margin-left: 12px !important;
  background-color: #fff;
  accent-color: #ffb800;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border: none;
}

.checkbox-option-consent2 {
  height: 48px;
  width: 48px;
}

.consent-option:focus {
  outline: none !important;
}

.consent-option:checked {
  background: #ffb800 !important;
}

.consent-option:checked::-ms-check {
  background: #ffb800;
}

.consent-start-btn {
  margin-top: 60px;
}




.performance-icon {
  height: 30px;
  width: 30px;
}

.text-container {
  max-width: 80%;
  margin: auto;
  color: #222;
  font-weight: 100;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}

@media only screen and (max-width: 600px) {
  .text-container {
    font-size: 22px;
  }
}



.performance-title-container {
  display: flex;
  padding-top: 8px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #55B1A0;
}

.performance-title {
  font-size: 28px;
  padding-top: 6px;
  padding-left: 12px;
}

.performance-graphs-container {
  background: #A5E1D7;
  /* background: linear-gradient(250deg, #F5FFFE, #A5E1D7); */
  /* padding-bottom: 24px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}


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

.continue-button {
  background: #F7D046;
  font-weight: bold;
  color: white;
  font-size: 20px;
  border: 3px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 24px;
  margin-top: 16px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 10px 0px -3px #bbbbbb;
  -moz-box-shadow: 0 10px 0px -3px #bbbbbb;
  box-shadow: 0 10px 0px -3px #bbbbbb;
}




#microEma {
  height: 100%;
  overflow-x: hidden;
  background: #2f69e8;
  margin: 0;
  font-family: 'Font Normal';
  /* these help in better touch action in mobile devices */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.sprite {
  /* background-image: url("./css_sprites.png"); */
  background-repeat: no-repeat;
  display: flex;
  transform: scale(0.7);
  transform-origin: 0 0;
}


.sprite-0x1F620 {
  width: 70px;
  height: 70px;
  background-position: 0 0;
}

.sprite-0x1F632 {
  width: 70px;
  height: 70px;
  background-position: -70px 0;
}

.sprite-0x1F929 {
  width: 70px;
  height: 70px;
  background-position: -140px 0;
}

.sprite-0x1F616 {
  width: 70px;
  height: 70px;
  background-position: 0 -70px;
}

.sprite-0x1F617 {
  width: 70px;
  height: 70px;
  background-position: -70px -70px;
}

.sprite-0x1F60A {
  width: 70px;
  height: 70px;
  background-position: -140px -70px;
}

.sprite-0x1F61E {
  width: 70px;
  height: 70px;
  background-position: 0 -140px;
}

.sprite-0x1F610 {
  width: 70px;
  height: 70px;
  background-position: -70px -140px;
}

.sprite-0x1F60C {
  width: 70px;
  height: 70px;
  background-position: -140px -140px;
}

body {
  height: 100%;
  font-family: "Font Normal";
  background: inherit;
  color: #000;
  font-size: 18px;
}

/*form styles*/
#msform {
  /* margin-left: 2%;
  margin-right: 2%; */
  position: relative;
  text-align: center;
}

.ema-radio,
.ema-date,
.ema-checkbox,
.ema-typing,
.ema-emoticons,
.ema-textarea,
.ema-rating,
.ema-emojiExp,
.ema-info,
.ema-slider,
.ema-time,
.ema-dropdown,
.ema-points,
.feedback-ema-radio {
  display: none;
}

#msform fieldset {
  background: white;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  width: 96%;
  margin: 0 2% 5%;
  display: none;
  /*stacking fieldsets above each other*/
  position: relative;
  border-radius: 12px;
  border: none;
}

/*inputs*/
/* #msform input, */
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 140px;
  margin-top: 24px;
  box-sizing: border-box;
  color: inherit;
  font-size: 22px;
  resize: vertical;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #2f69e8;
  outline-width: 0;
  transition: All 0.3s ease-in;
  -webkit-transition: All 0.3s ease-in;
  -moz-transition: All 0.3s ease-in;
  -o-transition: All 0.3s ease-in;
}



/*headings*/
.fs-title {
  font-size: 30px;
  margin-top: 0px;
  color: #366d74;
  letter-spacing: 1px;
  font-family: "Font Medium";
}

#fontPreload {
  font-family: "Font Bold";
  color: #fff;
  visibility: hidden;
}

#fontPreload1 {
  font-family: "Font Medium";
  color: #fff;
  visibility: hidden;
}

b {
  font-family: 'Font Bold';
  font-weight: bold;
  /* color: #000; */
}

.sub-heading {
  color: #919191;
  font-size: 15px;
  margin-bottom: 5px;
}

.fs-subtitle {
  font-size: 24px;
  font-family: 'Font Medium';
  position: relative;
  text-align: left;
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 20px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-shadow: 0 4px 6px -6px #333;
  -moz-box-shadow: 0 4px 6px -6px #333;
  box-shadow: 0 4px 6px -6px #bbb;
  border-bottom: 2px solid #eee;
}

.question {
  font-family: "Font Medium";
  width: 90%;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 24px;
}

#progressbar {
  margin: 2%;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  display: flex;
  padding-top: 30px;
  /*CSS counters to number the steps*/
  counter-reset: step;
  z-index: -1;
}

/* ----------- Radio Button Styling -----------*/
@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }

  100% {
    height: 40px;
    width: 40px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
  }
}

.checkbox label,
.radio label {
  position: relative;
  top: -4px;
  font-weight: normal;
  display: inline;
  font-size: 22px;
  line-height: 1.5;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  transition: all 0.15s ease-out 0s;
  background: #dbdcdf;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 4px;
  outline: none;
  position: relative;
  z-index: 95;
}

.option-unchecked {
  background: #dbdcdfb5;
}

.option-input:hover {
  background: #2f69e8;
}

.option-input:checked {
  background: #366d74;
  background: linear-gradient(298deg, #366d74, #2f69e8);
}

@media (hover: none) {
  .checkbox .option-input {
    background: #dbdcdfb5;
  }

  .checkbox .option-input:checked {
    background: linear-gradient(298deg, #366d74, #2f69e8);
  }
}

/* .option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: "";
  display: block;
  text-align: center;
  line-height: 20px;
} */


.option-unchecked::-ms-check {
  background: #dbdcdf;
}

.option-unchecked {
  background: #dbdcdf;
}

.option-input:hover::-ms-check {
  background: #2F69E8;
}

.option-input:hover {
  background: #2F69E8;
}

.option-input:checked::-ms-check {
  background: #2F69E8;
}

.option-input:checked {
  background: #2F69E8;
}

@media (hover: none) {
  .checkbox .option-input::-ms-check {
    background: #dbdcdf;
  }

  .checkbox .option-input {
    background: #dbdcdf;
  }

  .checkbox .option-input:checked::-ms-check {
    background: #2F69E8;
  }

  .checkbox .option-input:checked {
    background: #2F69E8;
  }
}

.option-input:checked::before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.option-input:checked::before {
  display: block;
}

.option-input:checked::before::-ms-check {
  height: 24px;
  width: 24px;
  position: absolute;
  content: "";
  display: block;
  text-align: center;
  line-height: 20px;
}

.option-input:checked::before {
  height: 24px;
  width: 24px;
  position: absolute;
  content: "";
  display: block;
  text-align: center;
  line-height: 20px;
}




.radio-grp .option-input:focus {
  border: none !important;
}

.radio-grp .option-input:checked::before {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border-radius: 50%;
}

.checkbox-grp .option-input:checked::before::-ms-check {
  width: 16px;
  margin-left: 4px;
  margin-top: 7px;
  background-image: url("../img/tick-mark.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.checkbox-grp .option-input:checked::before {
  width: 16px;
  margin-left: 4px;
  margin-top: 7px;
  background-image: url("../img/tick-mark.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.option-input:checked::after::-ms-check {
  -webkit-animation: click-wave 0.35s;
  -moz-animation: click-wave 0.35s;
  animation: click-wave 0.35s;
  background: #2F69E8;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.35s;
  -moz-animation: click-wave 0.35s;
  animation: click-wave 0.35s;
  background: #2F69E8;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.radio .option-input::-ms-check {
  border-radius: 50%;
  /* margin-top: 0em; */
}

.checkbox .option-input::-ms-check {
  border-radius: 4px;
  /* margin-top: 0em; */
}

.radio .option-input::after::-ms-check {
  border-radius: 50%;
}

.radio .option-input {
  border-radius: 50%;
  /* margin-top: 0em; */
}

.checkbox .option-input {
  border-radius: 4px;
  margin-top: 5px;

}

.radio .option-input::after {
  border-radius: 50%;
}

.checkbox,
.radio {
  margin-top: 20px;
  margin-bottom: 20px;
  /* margin-left: 20px; */
  text-align: left;
}

/* ----------- Loader Styling ----------- */

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #366d74;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ---------- EmojiExp Mechanic ---------*/
.emojiExp-grp {
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 15px;
  align-content: center;
  column-gap: 10px;
  grid-template-columns: auto auto auto auto auto auto;
}

.emojiExp-element {
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.emojiExp-label {
  width: 100%;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  padding: 3px 0px 0px 2px;
  overflow: hidden;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  border-radius: 10px;
}

input:checked+.emojiExp-label {
  border-color: #f7d046;
  border-width: 2px;
}

/* ---------- Emotion Mechanic ---------*/
.mechanic-container+.ema-emoticons {
  display: grid;
}

.emotion-grp {
  display: grid;
  margin-bottom: 20px;
  margin-top: 15px;
  grid-gap: 15px;
  grid-template-columns: 5em 5em 5em;
  justify-self: center;
}

.emotion-element {
  height: 100%;
  width: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
}

.emotion-label {
  height: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  outline: 1px;
  box-shadow: 0 0 1px 2px #cdcdcd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input:checked+.emotion-label {
  box-shadow: 0 0 2px 4px #9ab6b9;
}

.emojiExp-grp input[type="radio"],
.emojiExp-grp input[type="checkbox"],
.emotion-grp input[type="radio"],
.emotion-grp input[type="checkbox"] {
  display: none;
}

@media only screen and (min-width: 700px) {

  /* .emotion-grp {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  } */
  .emojiExp-grp {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- rating button ---------*/
.rating-box {
  display: flex;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.rating-minmax {
  margin-top: 20px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  /* color: #333333; */
}


.minVal {
  /* flex: 1; */
  text-align: left;
  width: 38%;
  font-size: 22px;
  vertical-align: bottom;
}

.gap {
  width: 20%;
}

.maxVal {
  /* flex: 1; */
  text-align: right;
  width: 45%;
  font-size: 22px;
  vertical-align: bottom;
}

.rating-box input[type="radio"] {
  display: none;
}

.rating-label {
  background-color: #f0eff3;
  /* color: black; */
  border-radius: 5px;
  height: 60px;
  font-size: 22px;
  width: 100%;
  padding-top: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.rating-label:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

input:checked+.rating-label {
  background: #2f69e8;
  /* background: linear-gradient(298deg, #cdcdcd, #506dcb); */
  color: white;
}

/* ---------------- Progress Bar ------------ */
.progress-endPoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-transform: uppercase;
  z-index: 10;
  font-size: 19px;
  line-height: 30px;
  min-width: 30px;
}

.last {
  margin-left: -2px;
}

.progress-bg-patch-before {
  height: 10px;
  width: 2px;
  background-color: white;
  margin-top: 10px;
  z-index: 1;
  margin-left: -2px;
}

.progress-bg-patch-after {
  height: 10px;
  width: 2px;
  background-color: white;
  margin-top: 10px;
  z-index: 1;
}

.progress-bg-patch-before.change,
.progress-bg-patch-after.change {
  background-color: #f7d046;
}

.last {
  margin-left: -5px;
}

.progress-bg-patch-before {
  height: 10px;
  width: 2px;
  background-color: white;
  margin-top: 10px;
  z-index: 1;
  margin-left: -2px;
}

.progress-bg-patch-after {
  height: 10px;
  width: 2px;
  background-color: white;
  margin-top: 10px;
  z-index: 1;
}

.progress-bg-patch-before.change,
.progress-bg-patch-after.change {
  background-color: #f7d046;
}

.progress-bg {
  max-width: 100%;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  background: #fefefe;
}

#progress-fill {
  background: #f7d046;
  height: 10px;
  width: 0%;
  /* transition: width 0.1s ease-out; */
  position: relative;
}

.progress-value {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  font-size: 19px;
  right: -10px;
  z-index: 2;
}

.progress-filled {
  background: #f7d046;
  color: #000;
}

.progress-unfilled {
  background: white;
  color: black;
}

/* --------------- info text box css  ------------ */
.info-text {
  margin-top: 20px;
  font-size: 24px;
  text-align: left;
}

.ema-points {
  text-align: left;
}

.points {
  float: right;
  padding: 15px;
  margin-top: -10px;
  background-color: #f7d046;
}

/* --------------- slider css -------------- */

.range-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-minmax {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  /* color: #366d74; */
}

.box-minmax-label {
  margin-top: 8px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.box-minmax span:first-child {
  /* margin-left: 10px; */
}

.rs-label {
  position: relative;
  transform-origin: center center;
  display: flex;
  /* display: none; */
  align-items: center;
  width: 48px;
  height: 48px;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: 0px solid #2f69e8;
  background-color: #2f69e8;
  margin-top: 20px;
  margin-left: -21px;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
}

.rs-label::after {
  content: "";
  display: block;
  font-size: 22px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

#msform input[type="checkbox"]:focus,
#msform input[type="range"]:focus {
  border: none;
}

input[type="range"] {
  height: 12px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #000;
  box-shadow: none;
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: #2F69E8;
  /* background: -webkit-linear-gradient(-90deg, #cdcdcd, #F7D046); */
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}


.rs-range {
  /* margin: 25px 0px; */
  width: 600px;
  -webkit-appearance: none;
}

.rs-range:focus {
  outline: none;
  border: none;
}

.rs-range::-ms-thumb {
  box-shadow: none;
  border: 0px solid #000;
  box-shadow: none;
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: #2F69E8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}

.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  background: #2F69E8;
  /* background: -moz-linear-gradient(-90deg, #cdcdcd, #F7D046); */
  height: 42px;
  width: 22px;
  border-radius: 22px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}

.rs-range::-moz-focus-outer {
  border: 0;
}


/* ---------------- Dropdown CSS ------------------- */
.dropdown-btn {
  outline: 0;
  display: inline-flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(110deg, #366D74, #3D919B, #78B5BC);
  /* min-width: 260px;
  max-width: 260px; */
  width: 100%;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.2px;
  /* text-transform: uppercase; */
  cursor: pointer;
}

.dropdown {
  display: none;
  background: #fff;
  /* width: 260px; */
  max-height: 250px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  font-size: 22px;
  overflow-y: scroll;
  transition: 0.3s ease;
  left: 50%;
  transform: translate(-50%, -0%);
}

.dropdown label {
  padding: 16px 20px;
  /* color: #666; */
  margin: 0;
  /* margin-left: 5px; equal to the width set in scroll bar */
  display: block;
  cursor: pointer;
  font-size: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown input[type="radio"] {
  display: none;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(298deg, #cdcdcd, #f7d046);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.dropdown li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dropdown input:checked+label {
  background: linear-gradient(215deg, rgba(104, 104, 185, 0.2), #2f69e8);
}

.dropdown li:first-child {
  border-radius: 4px 4px 0 0;
}

.dropdown li:last-child {
  border-radius: 0 0 4px 4px;
}

.material-icons {
  font-style: normal;
}

@media screen and (min-width: 700px) {
  body {
    font-size: 18px;
  }

  .fs-title {
    font-size: 28px;
  }
}

.btn {
  color: #fff !important;
  background: linear-gradient(330deg, #366d74, #9ab6b9);
  border-color: #366d74 !important;
}

.btn-primary {
  font-size: 18px;
  /* color: #fff !important;
  background: linear-gradient(298deg, #366d74, #9ab6b9); */
  /* background-color: #f7d046 !important;
  border-color: #f7d046 !important; */
}

.btn-primary:active,
.btn:active {
  border-color: #f7d046 !important;
  background-color: #f7d046 !important;
}

.table-condensed {
  line-height: 2;
  width: 55% !important;
  margin: auto !important;
  font-size: 20px !important;
}

.time-grp {
  display: flex;
}

.time-container {
  flex: 1;
  margin: 6px;
  display: flex;
  flex-direction: column;
}

.time-title-text {
  text-align: center;
  padding-bottom: 8px;
  color: #2F69E8;
  font-size: 20px;
  font-weight: bolder;
}

.hour-class,
.minute-class,
.meridiem-class {
  text-align: center;
  padding: 8px;

}

select {
  padding: 24px;
  margin-right: 16px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
  background: url("data:image/svg+xml,<svg height='16px' width='16px' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #9ab6b9;
  border-color: #9ab6b9;
}

select:focus-visible {
  outline: none;
}

.time-dropdown-btn {
  outline: 0;
  display: inline-flex;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #2F69E8;
  border: 0;
  border-radius: 4px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
}



.meridiem-dropdown,
.time-dropdown {
  display: none;
  background: #fff;
  max-height: 240px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  transition: 0.3s ease;
}

.time-dropdown {
  overflow-y: scroll;
}

.meridiem-dropdown label,
.time-dropdown label {
  padding: 16px 20px;
  /* color: #666; */
  margin: 0;
  /* margin-left: 5px; equal to the width set in scroll bar */
  display: block;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.meridiem-dropdown input[type="radio"],
.time-dropdown input[type="radio"] {
  display: none;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(298deg, #cdcdcd, #f7d046);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.time-dropdown li:hover,
.meridiem-dropdown li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.time-dropdown input:checked+label,
.meridiem-dropdown input:checked+label {
  background: linear-gradient(215deg, rgba(104, 104, 185, 0.2), #2f69e8);
}

.time-dropdown li:first-child,
.meridiem-dropdown li:first-child {
  border-radius: 4px 4px 0 0;
}

.time-dropdown li:last-child,
.meridiem-dropdown li:first-child {
  border-radius: 0 0 4px 4px;
}

.dropdown-text {
  width: 100%;
  text-align: center;
}

.time-dropdown-text-container {
  flex: 3;
  justify-content: center;
  align-items: center;
}

.time-dropdown-icon-container {
  flex: 1;
}

.emojiLabel {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  width: 70px;
  height: 70px;
  background-position: 0 0;
}

.maxEmojiLabel {
  margin-left: 40px;
}

.minEmojiLabel {
  margin-left: -10px;
}

/* .happy {
  background-image: url("./img/Happy.svg");
}

.excited {
  background-image: url("./img/Excited.svg");
}

.sad {
  background-image: url("./img/Sad.svg");
}

.sleepy {
  background-image: url("./img/Sleepy.svg");
}

.awake {
  background-image: url("./img/Awake.svg");
}

.alert {
  background-image: url("./img/Awake.svg");
}

.bored {
  background-image: url("./img/Bored.svg");
}

.determined {
  background-image: url("./img/Determined.svg");
}

.nervous {
  background-image: url("./img/Nervous.svg");
}

.relaxed {
  background-image: url("./img/Relaxed.svg");
}

.determined {
  background-image: url("./img/Determined.svg");
}

.upset {
  background-image: url("./img/Upset.svg");
}

.scared {
  background-image: url("./img/Scared.svg");
} */



@media only screen and (max-width: 600px) {
  .time-dropdown-btn {
    padding: 16px 8px;
  }
}

/* .min-label-sleepy {
  margin-left: 6px;
  font-size: 18px;
}

.min-label-sad {
  margin-left: 16px;
  font-size: 18px;
}

.max-label-happy {
  margin-right: 8px;
  font-size: 18px;
}

.max-label-alert {
  margin-right: 16px;
  font-size: 18px;
} */

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  font-family: "Font Normal";
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  width: 300px;
  height: fit-content;
  margin: auto;
  padding: 20px;
  font-size: 20px;
  border-radius: 12px;
  text-align: center;
}

.button-container {
  margin-top: 20px;

}

button {
  padding: 10px 20px;
  margin-right: 10px;
}

.yes-button {
  width: 100px;
  color: #85ada8;
  font-size: 18px;
  border: 1px solid #85ada8;
  font-weight: bold;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px;
}



.no-button {
  /* width: 100px;
  color: #366d74;
  font-size: 18px;
  border: 1px solid #366d74;
  font-weight: bold;
  background: white;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px; */

  width: 100px;
  background-color: #85ada8;
  font-size: 18px;
  border: 1px solid #85ada8;
  font-weight: bold;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 5px;
}

.minValLabel,
.maxValLabel {
  background-color: #ECEDEF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 22px;
  padding: 2px 10px;
}



.action-buttons-container {
  /* display: flex; */
  margin-bottom: 16px;
  flex-direction: row;
  justify-content: space-between;
}

.buttons-container {
  /* width: 90%; */
  margin-top: 48px;
  margin-bottom: 12px;
  /* margin: 20px auto; */
}

/*buttons*/
#msform .action-button {
  background: #f7d046;
  margin-left: 8px;
  color: #000;
  /* margin-top: 30px; */
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #f7d046;
}

#msform .action-button:disabled {
  background: #cdcdcd;
  cursor: not-allowed;
}

#msform .action-button-previous:disabled {
  background: #cdcdcd;
  border: 1px solid #cdcdcd;
  cursor: not-allowed;
  color: #fff;
}

#msform .action-button-previous {
  color: #3C7076;
  font-size: 20px;
  border: 1px solid #3C7076;
  background-color: #fff;
  margin-right: 8px;
}

.form-action-button {
  color: white;
  flex: 1;
  min-width: 150px;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px;
  font-size: 20px;
  /* font-weight: bold; */
  font-family: "Font Medium";
}

.skip-button {
  width: 100%;
  font-size: 19px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 16px;
  text-decoration: underline;
  color: #3C7076;
  /* border: 1px solid #3C7076; */
  background-color: #fff;
}

#msform .skip-button:hover,
#msform .skip-button:focus {
  border: none;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #9ab6b9;
}

.question-title {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.feedback-general-card {
  margin-top: 36px !important;
}

.rating-container {
  margin: 0px -10px;
}