@charset "utf-8";

#msjMainCont2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.msjCont2 {
  background-color: #fff;
  margin: 10% auto;
  width: 470px;
  padding: 0px;
  text-align: center;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.75);
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------------------------------------------------ */

#msjPopWin2 {
  background-color: white;
  border-radius: 10px;
  border: 3px solid rgba(215, 215, 215, 1.00);
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
}

#ms_tCnt2 {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 31px;
}

#msj_tit2 {
  color: white;
  font-size: 19px;
  font-weight: 700;
}

#ms_inter_main2 {
  display: flex;
  width: 100%;
  padding: 7px;
}

#ms_inter_izq2 {
  flex: 0 0 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ms_inter_izq2 img {
  width: 90%;
  height: auto;
}

#ms_inter_der2 {
  flex: 0 0 70%;
  padding: 0 3px;
}

#ms_inter_der2 textarea {
  width: 100%;
  height: 220px;
  resize: none;
  border-radius: 5px;
  background-color: #EEF4F9;
  color: #999;
  padding: 4px;
  text-align: justify;
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.buttons2-container {
  display: flex;
  justify-content: space-between;
  padding: 0 10px; /* Espaciado opcional */
  margin-top: 10px;
}

.buttons2 {
  width: 49%;
  color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 31px;
  font-size: 17px;
}
