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

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

body {
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

@font-face {
  font-family: "Mundial";
  src: url("assets/fonts/Mundial-Regular.woff2") format("woff2"), url("assets/fonts/Mundial-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mundial";
  src: url("assets/fonts/Mundial-Demibold.woff2") format("woff2"), url("assets/fonts/Mundial-Demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Mundial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #EAE9EB;
  color: #999999;
  line-height: 1.24;
  font-size: clamp(16px, 15.296px + 0.188vw, 20px);
}

h1, h2 {
  font-weight: 600;
  font-size: 1.4em;
  color: #222222;
  margin: 0;
}

p, .button, .button-secondary {
  font-size: 1em;
  font-weight: 400;
  color: #999999;
  margin: 0;
}

strong {
  font-weight: 600;
}

p {
  max-width: 19em;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}

.button {
  padding: 0.7em 1.1em;
  background-color: #EB505A;
  color: white;
  cursor: pointer;
  border-radius: 0.7em;
  text-align: center;
  display: inline-block;
  appearance: none;
  border: none;
  user-select: none;
}
.button:hover {
  background-color: #ec5963;
}
.button:active {
  background-color: #ea4b56;
}
.button.hidden {
  display: none;
}

.hidden {
  display: none !important;
}

.secondary-action {
  display: flex;
  align-items: center;
  gap: 0.35em;
  background: none;
  border: none;
  font-family: "Mundial", sans-serif;
  cursor: pointer;
  color: #EB505A;
  user-select: none;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.08em;
  text-decoration-style: solid;
  padding: 0.7em;
}
@media screen and (max-width: 1024px) {
  .secondary-action {
    padding: 0.7em 0;
  }
}
.secondary-action:hover {
  text-decoration-line: underline;
}
.secondary-action svg {
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}

.upload-component {
  background: white;
  padding: 0.78em;
  max-width: 28em;
  margin: 0 auto;
  border-radius: 1.9em;
}

.upload-component .preview-area {
  background: #EAE9EB;
  padding: 1.2em;
  min-height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2em;
  flex-direction: column-reverse;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  border: 1px solid #EAE9EB;
  border-bottom: none;
}
@media (orientation: landscape) {
  .upload-component .preview-area {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .upload-component .preview-area {
    padding: 0.8em;
    gap: 0.8em;
  }
}
.upload-component .preview-area .preview-container {
  background: white;
  border: none;
}
.upload-component .preview-area .preview-container canvas {
  display: block;
  width: 100%;
  height: auto;
  max-width: 12.5em;
  max-height: 12.5em;
}
.upload-component .preview-area .circular-preview {
  background: white;
  border-radius: 50%;
  border: none;
  width: 10em;
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-component .preview-area .circular-preview canvas {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.upload-component .card-text {
  padding: 1.2em;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
@media screen and (max-width: 1024px) {
  .upload-component .card-text {
    padding: 0.8em;
  }
}
.upload-component .card-text h2 {
  font-weight: 600;
  font-size: 1.4em;
  color: #222222;
}
.upload-component .card-text p {
  font-weight: 400;
  color: #999999;
  margin-top: 0.6em;
}

.upload-component .card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1em 1.2em 1.2em;
  border: 1px solid #EEEEEE;
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}
@media screen and (max-width: 1024px) {
  .upload-component .card-actions {
    padding: 0.8em;
  }
}

.file-input {
  display: none;
}

header {
  padding: 2.4em 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: max-content;
  margin: 0 auto;
}
header img {
  max-width: 16em;
  margin: 0 auto;
  max-width: 100%;
}
header h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  color: #007C8C;
  padding: 0.6em 0 0 1.2em;
  margin: 0;
}

footer {
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 2.4em 1.2em 2.4em;
}
footer svg path {
  fill: #EB505A;
}
footer a:hover svg path {
  fill: #ec5963;
}
footer a:active svg path {
  fill: #ea4b56;
}

/*# sourceMappingURL=styles.css.map */
