@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&family=Poppins:wght@700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
form,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html,
body {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #f7f9ff;
  word-wrap: break-word;
  text-rendering: optimizeLegibility; }

*,
*:before,
*:after {
  box-sizing: inherit; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button:focus {
  outline: none; }

input:invalid,
textarea:invalid {
  box-shadow: none; }

button::-moz-focus-inner {
  border: 0; }

html,
body {
  height: 100%;
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  line-height: 1; }

button,
p {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif; }

input {
  text-align: left;
  border: none;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 2px solid #333;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px; }
  input:focus {
    outline: none; }

.App {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f7f9ff; }
  .App > .Page {
    flex: 1; }
.Home > .details {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 10px;
  font-weight: 700; }
  .Home > .details > a {
    margin-left: 5px;
    color: #19cca3; }
.Donation {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 300px;
  min-height: 220px;
  background-color: #fff;
  padding: 20px;
  padding-top: 35px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  .Donation .monetary-value {
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    margin-right: 3px; }
    .Donation .monetary-value > .dollar-symbol {
      display: absolute;
      font-size: 8px;
      top: 0;
      left: 0; }
  .Donation > h1 {
    font-size: 18px;
    line-height: 1.4; }
  .Donation > p {
    font-size: 12px;
    line-height: 1.2;
    color: #5f667e; }
    .Donation > p > b {
      font-weight: 700;
      color: #1f2129; }
  .Donation > form {
    display: flex;
    align-items: center;
    position: relative; }
    .Donation > form > label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .Donation > form > input {
      border: 1px solid #ced3e0;
      border-radius: 4px;
      padding-left: 20px;
      padding-right: 80px;
      font-weight: 700;
      height: 40px; }
    .Donation > form > .icon {
      position: absolute;
      left: 10;
      color: #9298ad;
      z-index: 10;
      font-size: 14px; }
    .Donation > form > button {
      position: absolute;
      right: 0;
      background-color: #19cca3;
      color: #fff;
      border: none;
      border-radius: 0px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      height: 40px;
      font-weight: 700;
      cursor: pointer; }
  .Donation > .message {
    position: absolute;
    bottom: 10;
    font-size: 10px;
    font-weight: 700; }
    .Donation > .message.-error {
      color: #f3376b; }
    .Donation > .message.-success {
      color: #19cca3; }
.ProgressBar {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 100%;
  background-color: #b6f2e4;
  height: 10px;
  overflow: auto; }
  .ProgressBar > .progress {
    height: 10px;
    background-color: #19cca3; }
.Bubble {
  display: flex;
  align-items: center;
  position: absolute;
  top: -45;
  left: 0;
  background-color: #e3ebfc;
  border-color: #e3ebfc;
  width: 300px;
  height: 30px;
  border-radius: 4px;
  color: #5884ea;
  font-size: 12px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .Bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 20px;
    border-top: 10px solid black;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
