#content-wrap #notice{
  text-align: center;
  color: #ffffff;
  border: none;
}

#content-wrap #notice p{
  margin-bottom: 0;
}

#content-wrap #notice hr{
  margin: 0.5rem 0;
  border-top: 1px solid #ebf1f6;
}

#content-wrap #donation-query-form{
  margin-bottom: 1rem;
}

#content-wrap #donation-query-form .input-group .input-group-text .ti{
  height: 20px;
  font-size: 18px;
}

#content-wrap #donation-summary .summary-type{
  text-align: center;
  margin: 0;
  font-weight: 400;
}

#content-wrap #donation-summary .summary-result{
  text-align: center;
  margin: 0;
  font-weight: 600;
}

#content-wrap #donation-list{
  height: 100vh;
}

.content-copy{
  cursor: pointer;
}

.content-copy:hover{
 color: #5d87ff;
}