.feedbackPopup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 1024px;
  height: 100%;
  cursor: pointer;
}

.feedbackPopup .feedBackPop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 600px;
  height: 170px;
  margin: auto;
  background-color: #fcffd5;
}

.feedbackPopup .feedBackPop_heding {
  position: relative;
  top: 0;
  left: 10px;
  float: left;
  width: 97%;
  height: auto;
  margin-bottom: 10px;
  color: #20883e;
}

.feedbackPopup .feedBackPop_line {
  position: relative;
  top: 8px;
  float: left;
  width: 575px;
  border-bottom: 2px solid #20883e;
}

.solutionPopup .solutionPop_line1 {
  position: absolute;
  top: 59px;
  right: 30px;
  width: 10px;
  border-bottom: 2px solid #20883e;
}

.solutionPopup .solutionPop_line2 {
  position: absolute;
  bottom: 49px;
  left: 30px;
  width: 10px;
  border-bottom: 2px solid #20883e;
}

#heding_text1 {
  position: relative;
  float: left;
  width: 88%;
  height: auto;
  margin-bottom: 10px;
  font-size: 0.938em;
  color: #20883e;
  overflow-wrap: break-word;
}

#heding_text {
  position: relative;
  float: left;
  width: 89%;
  height: auto;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}

.feedbackPopup .heding_icon {
  position: relative;
  float: left;
  width: 34px;
  height: 34px;
  background: url("../images/close_button.png") no-repeat;
  background-size: 100% 100%;
}

.feedbackPopup .heding_icon_correct {
  width: 36px;
  height: 36px;
  background: url("../images/checkmark_icon.png") no-repeat;
  background-size: 100% 100%;
}

.feedbackPopup .feedBackPop_bottom {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  float: left;
  width: 100%;
  height: 80px;
}

.feedbackPopup .feedBackPop_bottom1 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
  width: 330px;
}

.feedbackPopup .feedBackPop_bottom_correct {
  position: absolute;
  bottom: 8px;
  left: 53px;
  width: 320px;
  margin-left: 20px;
}

.solutionPopup .feedBackPop_bottom_solution {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.commonFeedback {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-right: 10px;
  outline: none;
}

#tryAgain_icon {
  width: 34px;
  height: 34px;
  background: url("../images/try_again.png") no-repeat;
  background-size: 100% 100%;
}

.feedbackPopup #tryAgain_icon:hover {
  font-size: 2.5em !important;
}

#review_icon {
  width: 34px;
  height: 34px;
  background: url("../images/review_icon.png") no-repeat;
  background-size: 100% 100%;
}

#continue_icon {
  width: 34px;
  height: 34px;
  background: url("../images/continue_icon.png") no-repeat;
  background-size: 100% 100%;
}

.feedbackPopup #solution_icon {
  width: 34px;
  height: 34px;
  background: url("../images/view_icon.png") no-repeat;
  background-size: 100% 100%;
}

.solutionPopup .solutionHeding_icon {
  top: 10px;
  left: 30px;
  width: 42px;
  height: 42px;
  background: url("../images/solution_icon.png") no-repeat;
  background-size: 100% 100%;
}

.solutionPopup .feedBtnText {
  top: 0.5px;
  font-size: 1.5em;
  font-weight: bold;
}

.solutionPopup .feedBtnText_solution {
  /* position: absolute; */
  top: 20px;
  left: 26px;
  font-size: 1.5em;
  font-weight: bold;
  color: #20883e;
}

.feedbackPopup .hoverClass {
  color: #20883e !important;
  cursor: pointer;
}

.feedbackPopup .hoverClassBlue {
  color: #2e348c !important;
  cursor: pointer;
}

.solutionPopup .hoverClass {
  color: #20883e !important;
  cursor: pointer;
}

.solutionPopup .hoverClassBlue {
  color: #2e348c !important;
  cursor: pointer;
}

.feedbackPopup .hoverClass1 {
  width: 50px !important;
  height: 50px !important;
}

.solutionPopup .solutionPop_heding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.solutionPopup {
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 1;
  display: none;
  width: 1024px;
  height: 614px;
  background-color: #f6efed;
}

.solutionPopup .solutionPop_text {
  position: absolute;
  top: 120px;
  left: 11px;
  width: 95%;
  height: 240px;
  font-size: 1.5em;
  color: #000;
  opacity: 0;
}

.solutionPopup .solutionPop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solutionPopup #solutionPop_tryAgain {
  position: absolute;
  top: 0;
  left: 45%;
}

.solutionPopup #solution_continue {
  position: absolute;
  top: 0;
  left: 45%;
}

.icon,
.text {
  position: relative;
  float: left;
  height: auto;
  margin-right: 12px;
  font-size: 1.5em;
  font-weight: bold;
}

.text {
  margin-top: 1.7px;
}

.commonFeedback1:hover > .icon {
  cursor: pointer;
  transform: scale(1.1);
}

.commonFeedback1:hover > .text {
  color: #20883e !important;
  cursor: pointer;
}

.feedBack_top {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 35px;
}

.buttonPer {
  position: relative;
  top: 50%;
  left: 53%;
  float: left;
  transform: translate(-50%, -50%);
}
