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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: white;
}
body * {
  box-sizing: border-box;
}

label {
  display: block;
}

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;
}

body {
  background: #0e0d0e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 100vh;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.controls {
  height: 100vh;
  background: black;
  width: 300px;
  padding: 30px;
}
.controls input, .controls textarea {
  width: 100%;
  padding: 10px 15px;
  outline: none;
  color: white;
  background: #0e0d0e;
  border: none;
}
.controls input[type=color] {
  padding: 0;
}
.controls label {
  margin-bottom: 10px;
}
.controls textarea {
  resize: none;
  height: 70px;
  font-family: Roboto, sans-serif;
}

.main {
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(98vw - 350px);
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(98vw - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

#outputImg {
  width: 300px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  background: #0e0d0e;
  border: 2px solid #f12d15 !important;
}

#downloadLink {
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  border: none;
  display: block;
  background: #737373;
  color: white;
  transition: all 0.3s linear;
}

#generateBtn {
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  border: none;
  background: #f12d15;
  color: white;
  transition: all 0.3s linear;
}

#capture {
  width: 920px;
  height: 590px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bubble {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 26px 35px;
  max-width: 630px;
  width: 100%;
}

.arrow {
  position: absolute;
  bottom: -64px;
  left: 0;
  background: url(../2.svg) no-repeat;
  width: 82px;
  height: 80px;
  background-size: cover;
  content: "";
}

.content-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.avatar-wrap {
  margin-right: 20px;
}

.avatar-wrap img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  background: #ccc;
}

.text-block {
  flex: 1;
  min-width: 0;
}

.lol {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.reply {
  font: 400 32px Roboto, sans-serif;
  color: #999;
  word-wrap: break-word;
  padding-left: 115px;
}

.comment {
  font: bold 48px Roboto, sans-serif;
  color: #000;
  padding-top: 5px;
  line-height: 1.2;
  word-wrap: break-word;
}

#generateBtn {
  margin-right: 10px;
}

#outputImg {
  margin-top: 20px;
  display: none;
  max-width: 100%;
  border: 1px solid #ccc;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #1c1c1c;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
}

#avatarEditorImage {
  max-width: 100%;
  max-height: 70vh;
}

#cropAvatarBtn {
  margin-top: 20px;
  padding: 10px 20px;
  background: #f12d15;
  color: white;
  border: none;
  cursor: pointer;
}

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