@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap"); /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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: normal;
}

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

*, textarea, input {
  box-sizing: border-box;
}

textarea, input {
  font-size: 1rem;
  outline: none;
}

* {
  box-sizing: border-box;
}

html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Poppins, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  border: 4px solid black;
  box-shadow: 0 8px 0 -4px;
  margin-bottom: 4px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  padding: 10px 15px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=password],
textarea {
  border: 4px solid black;
  box-shadow: inset 0 4px 0 0 #c8c8c8;
  padding: 15px;
  background-color: white;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
}

.to-dot {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 15px;
}
.to-dot__header {
  flex: 0 0 fit-content;
  text-align: center;
  padding: 15px 15px 0;
}
.to-dot__header h1 {
  padding-top: 15px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
}
.to-dot__header img {
  width: 100%;
  max-width: 400px;
}
.to-dot__content {
  flex: 1 1 auto;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 0 15px;
}
.to-dot__title {
  font-weight: 700;
}
.to-dot__description {
  /*
    1. Use a more-intuitive box-sizing model.
  */
  /*
    2. Remove default margin
  */
  /*
    6. Improve media defaults
  */
  /*
    8. Avoid text overflows
  */
}
.to-dot__description *, .to-dot__description *::before, .to-dot__description *::after {
  all: revert;
  font-family: inherit;
  box-sizing: border-box;
}
.to-dot__description * {
  margin: 0;
}
.to-dot__description img, .to-dot__description picture, .to-dot__description video, .to-dot__description canvas, .to-dot__description svg {
  display: block;
  max-width: 100%;
}
.to-dot__description p, .to-dot__description h1, .to-dot__description h2, .to-dot__description h3, .to-dot__description h4, .to-dot__description h5, .to-dot__description h6 {
  overflow-wrap: break-word;
}
.to-dot__created {
  font-size: 14px;
  display: grid;
  grid-template-columns: fit-content(100px) 1fr;
  column-gap: 10px;
  align-items: center;
}
.to-dot__created-label {
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  color: #aaa;
  font-size: 12px;
}
.to-dot__empty-state {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  text-align: center;
  padding: 40px;
}
.to-dot__images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}
.to-dot__images--cnt1 {
  --column-cnt: 1;
}
.to-dot__images--cnt2 {
  --column-cnt: 2;
}
.to-dot__images--cnt3 {
  --column-cnt: 2;
}
.to-dot__images--cnt4 {
  --column-cnt: 2;
}
.to-dot__footer {
  flex: 0 0 fit-content;
  padding: 0 15px 15px;
}
.to-dot__image {
  display: flex;
  align-items: center;
}
.to-dot__image img {
  display: flex;
  border: 2px solid black;
  padding: 5px;
  width: 100%;
}
.to-dot-button {
  border: 4px solid black;
  box-shadow: 0 8px 0 -4px;
  margin-bottom: 4px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  padding: 10px 15px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

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