.notePopup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 350px;
  height: 125px;
  opacity: 0;
}

.notePopup2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 350px;
  height: 125px;
  opacity: 0;
}

.btnText {
  position: absolute;
  top: 245px;
  z-index: 1;
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: white;
  border-radius: 13px;
}

.perDiv {
  position: absolute;
  top: 1px;
  z-index: 1;
  width: 340px;
  height: 46px;
  cursor: pointer;
  background-color: white;
  border-radius: 13px;
}

.descText {
  position: absolute;
  top: 0;
  left: -8px;
  padding: 25px;
  padding-top: 55px;
  font-size: 1.4em;
  color: #000 !important;
  cursor: default;
  background-color: white;
  border: 2px solid grey;
  border-radius: 10px;
}

.descText2 {
  position: absolute;
  top: 0;
  left: -8px;
  padding: 25px;
  padding-top: 55px;
  font-size: 1.4em;
  color: #000 !important;
  cursor: default;
  background-color: white;
  border: 2px solid grey;
  border-radius: 10px;
}

#btnText_1 {
  top: 0;
}

#btnText_2 {
  top: 3px;
}

.Image_load_Div {
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 2;
  width: 50px;
  height: 50px;
  pointer-events: none;
  cursor: pointer;
  background-image: url("../images/connect_animation_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.Image_load_Div2 {
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  pointer-events: none;
  cursor: pointer;
  background-image: url("../images/concept_test_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .btnText:hover {
  color: #0478cb;
  cursor: pointer;
} */

.noteSection2 {
  position: absolute;
  top: 12px;
  left: 2px;
  z-index: 2;
  width: 275px;
  height: 25px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  outline: none;
}

/* .noteSection1 summary:hover,
.noteSection2 summary:hover {
  color: #0478cb;
  cursor: pointer;
} */

.noteSection {
  position: absolute;
  top: 12px;
  left: 2px;
  z-index: 2;
  width: 345px;
  height: 25px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  outline: none;
}

.clickableBoxDiv {
  position: absolute;
  top: 26px;
  display: none;
  width: 100%;
  height: 100%;
}

.noteContainer {
  position: absolute;
  top: 148px;
  left: 37px;
  width: 300px;
  height: 125px;
}

.noteContainer2 {
  position: absolute;
  top: 148px;
  left: 37px;
  width: 250px;
  height: 125px;
}

details[open] summary p {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #aaa;
}

.notePopup summary::after {
  float: left;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: -1px 10px 0 0;
  margin-top: -8px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: "";
  background-image: url("../images/connect_animation_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
}

.notePopup2 summary::after {
  float: left;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: -1px 10px 0 0;
  margin-top: -3px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: "";
  background-image: url("../images/concept_test_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
}

details[open] summary::after {
  content: "";
}

#btnText_1 summary:hover::after {
  background-image: url("../images/connect_animation_02.png");
}

.test {
  background-image: url("../images/connect_animation_01.png");
}

#btnText_1 summary:focus::after {
  background-image: url("../images/connect_animation_02.png");
}

#btnText_1 summary.blur::after {
  background-image: url("../images/connect_animation_01.png");
}

#btnText_2 summary:hover::after {
  background-image: url("../images/concept_test_02.png");
}

#btnText_2 summary:focus::after {
  background-image: url("../images/concept_test_02.png");
}

#btnText_2 summary.blur::after {
  background-image: url("../images/concept_test_01.png");
}

summary::-webkit-details-marker {
  display: none;
}
