
.activate_check {
  position: absolute;
  z-index: 101;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0);
}

.input_box_window {
  display: none;
}
.input_box_window_1 {
  position: absolute;
  z-index: 99;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events: none;
  background-color:rgba(0,0,0,0.55);
}
.input_box_window_2 {
  width:65%;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.input_box_window_3 {
  background-color:rgb(65, 59, 59);
  border: medium solid #ffffff;
  text-align:center;
  border-radius: 18px;
}
.input_box_window_4 {
  height:10px;
}
.input_box_window_form {
  display: flex;
}

.input_box_message {
  display:none;
  width:100%;
  margin: 0 10px;
  font-size:30px;
  color: white;
}
.input_box_textarea {
  display:none;
  width:100%;
  max-height: 150px;
  min-height: 30px;
  margin: 10px 10px;
  font-size:30px;
  color: white;
}

.input_box_message_comment {
  display: none;
}
.input_box_message_comment_text {
  text-align: left;
  color: white;
}

.input_box_textarea_comment {
  display: none;
}
.input_box_textarea_comment_text {
  text-align: left;
  color: white;
}

.error-container {
  width:100%;
  height:100%;
  display:none;
  background-color:dimgray;
}
.error-container_1 {
  background-color:white;
  width:60%;
  text-align:center;
  border-radius: 10px;
  color:black;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.error-message-title {
  width:95%;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-align:center;
  background-color:dodgerblue;
  border-radius: 0px 0px 10px 10px;
}
.error-message-body {
  margin: 20px 20px;
}
.error-message-body_1 {
  height:10px;
}
.error-message-body_2 {
  height:10px;
}

.event_top_button_container {
  display:block;
}
.event_top_button_container_1 {
  height:20px;
}
.event_top_button {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 50px 5px 50px;
  border-color: dodgerblue;
  color:dodgerblue;
  border-radius: 20px;
  background-color:rgb(255, 255, 255);
}

.copy-container {
  width:100%;
  height:100%;
  display:none;
  background-color:dimgray;
}
.copy-container_1 {
  position: absolute;
  z-index: 99;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.55);
}
.copy-container_2 {
  background-color:white;
  width:60%;
  text-align:center;
  border-radius: 10px;
  color:black;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.copy-message-title {
  width:95%;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-align:center;
  background-color:dodgerblue;
  border-radius: 0px 0px 10px 10px;
}

.copy-message-body {
  margin: 20px 20px;
}
.copy-message-body_1 {
  height:10px;
}
.copy-button-copy {
  font-size: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  border-color: dodgerblue;
  display: none;
}
.copy-button-cancel {
  font-size: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  border-color: dodgerblue;
}

.ex-tag-container {
  width:100%;
  height:100%;
  display:none;
  background-color:dimgray;
}
.ex-tag-container_1 {
  position: absolute;
  z-index: 99;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events: none;
  background-color:rgba(0,0,0,0.55);
}
.ex-tag-container_2 {
  background-color:white;
  width:60%;
  text-align:center;
  border-radius: 10px;
  color:black;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ex-tag-message-title {
  width:95%;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-align:center;
  background-color:dodgerblue;
  border-radius: 0px 0px 10px 10px;
}
.ex-tag-message-body {
  margin: 20px 20px;
}
.ex-tag-message-body_1 {
  height:10px;
}
.ex-tag-button-cancel {
  font-size: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  border-color: dodgerblue;
}
.ex-tag-button-open {
  font-size: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  border-color: dodgerblue;
}

.error-dialog-container {
  width:100%;
  height:100%;
  display:none;
  background-color:dimgray;
}
.error-dialog-container_1 {
  position: absolute;
  z-index: 99;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events: none;
  background-color:rgba(0,0,0,0.55);
}
.error-dialog-container_2 {
  background-color:white;
  width:60%;
  text-align:center;
  border-radius: 10px;
  color:black;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.error-dialog-title {
  width:95%;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-align:center;
  background-color:dodgerblue;
  border-radius: 0px 0px 10px 10px;
}
.error-dialog-body {
  margin: 20px 20px;
  text-align: center
}

.error-reset-container {
  width:100%;
  height:100%;
  display:none;
  background-color:dimgray;
}
.error-reset-container_1 {
  position: absolute;
  z-index: 99;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events: none;
  background-color:rgba(0,0,0,0.55);
}
.error-reset-container_2 {
  background-color:white;
  width:60%;
  text-align:center;
  border-radius: 10px;
  color:black;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.error-reset-title {
  width:95%;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-align:center;
  background-color:dodgerblue;
  border-radius: 0px 0px 10px 10px;
}
.error-reset-body {
  margin: 20px 20px;
}
.error-reset-body_1 {
  height:10px;
}
.error-button-reset {
  font-size: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  border-color: dodgerblue;
}
