* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #f1d3a2;
  padding: 1rem 14.5vw;
  font-family: 'Overpass', sans-serif;
  color: #3d405b;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1rem;
}

.header__side {
  position: fixed;
  padding-top: 0.7rem;
  width: 14.5vw;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__side__bookshelf-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: rgba(175, 75, 49, 0.7);
  font-family: 'Amatic SC', cursive;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 3.4rem;
}

.header__side__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__side__finished {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__side__finished input {
  width: 2em;
  height: auto;
  margin-right: 0.5vw;
}

.header__side__finished p {
  color: #3d405b;
  font-size: 1.13em;
}

.header__side__in-process {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__side__in-process input {
  width: 2em;
  height: auto;
  margin-right: 0.5vw;
}

.header__side__in-process p {
  color: #3d405b;
  font-size: 1.13em;
}

.header__side__stopped {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__side__stopped input {
  width: 2em;
  height: auto;
  margin-right: 0.5vw;
}

.header__side__stopped p {
  color: #3d405b;
  font-size: 1.13em;
}

.header__side__later {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-top: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__side__later input {
  width: 2em;
  height: auto;
  margin-right: 0.5vw;
}

.header__side__later p {
  color: #3d405b;
  font-size: 1.13em;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.header__left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__searchbar-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__searchbar-wrapper label {
  color: #5b5f7d;
  font-size: 1.13em;
  margin-right: 0.5rem;
}

.header__searchbar-wrapper__dropdown {
  background-color: #f4f1de;
  border-radius: 7px;
  border: none;
  height: 2.50rem;
  font-family: 'Overpass', sans-serif;
  color: rgba(91, 95, 125, 0.5);
  font-size: 1em;
  padding-left: 0.5rem;
  margin-right: 1vw;
  font-size: 1.13em;
}

.header__searchbar-wrapper__dropdown:focus {
  outline: none;
}

.header__new-book-btn {
  cursor: pointer;
  width: 9.3vw;
  height: 3.13rem;
  border-radius: 7px;
  border: none;
  background-color: #4b8568;
  color: #f4f1de;
  font-family: 'Amatic SC', cursive;
  font-size: 1.9em;
  font-weight: 700;
  border: 0.13rem solid transparent;
}

.header__new-book-btn:hover {
  background-color: transparent;
  color: #4b8568;
  border: 0.13rem solid #4b8568;
}

.header__show-all-btn {
  cursor: pointer;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1rem;
  border-bottom: 2px solid #3d405b;
  background-color: transparent;
  font-family: 'Overpass', sans-serif;
  color: #5b5f7d;
  font-size: 1em;
  margin-top: 0.7rem;
}

.header__search-bar {
  width: 19.6vw;
  height: 2.50rem;
  border-radius: 7px;
  font-family: 'Overpass', sans-serif;
  font-size: 1.13em;
  color: #5b5f7d;
  border: none;
  background-color: #f4f1de;
  padding: 0 1.25rem;
}

.header__search-bar::-webkit-input-placeholder {
  color: #5b5f7d;
  opacity: 0.5;
}

.header__search-bar:-ms-input-placeholder {
  color: #5b5f7d;
  opacity: 0.5;
}

.header__search-bar::-ms-input-placeholder {
  color: #5b5f7d;
  opacity: 0.5;
}

.header__search-bar::placeholder {
  color: #5b5f7d;
  opacity: 0.5;
}

.header__search-bar:focus {
  outline: none;
}

.empty-page-container__empty-page-image {
  margin-left: 4vw;
  -webkit-animation: myAnimAppear 0.4s ease 0s 1 normal forwards;
          animation: myAnimAppear 0.4s ease 0s 1 normal forwards;
}

.book-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  grid-gap: 1vw;
}

.book-container .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-container__book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(244, 241, 222, 0.7);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.3rem 0.7rem;
  width: 100%;
  margin-top: 1vw;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
  word-break: break-word;
}

.book-container__book__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1.9rem;
  margin-bottom: 0.6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  justify-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.book-container__book__buttons__edit {
  width: 1.25em;
  height: 100%;
  margin-right: 0.4rem;
}

.book-container__book__buttons__edit:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.book-container__book__buttons__delete {
  width: 1.25em;
  height: 100%;
}

.book-container__book__buttons__delete:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.book-container__book__author {
  text-align: center;
  color: #5b5f7d;
  font-size: 1.13em;
  margin-bottom: 2.56rem;
}

.book-container__book__title {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  color: #3d405b;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 2.56rem;
  line-height: 1.1em;
}

.book-container__book__status-icon {
  width: 1.56em;
  height: auto;
}

.book-container__book__status {
  margin-top: 1.5rem;
}

.book-container__book__note-text {
  text-align: center;
}

.book-container__book .span {
  color: #af4b31;
  margin-right: 0.2rem;
}

.book-container__book .text-block {
  text-align: center;
  margin-bottom: 0.3rem;
}

.no-books-found {
  font-size: 1.2em;
  width: 100%;
  color: #af4b31;
  margin-top: 0.7rem;
}

.hidden {
  visibility: hidden;
}

.display-none {
  display: none;
}

.animation {
  -webkit-animation: myAnim 2s ease 0s 1 normal forwards;
          animation: myAnim 2s ease 0s 1 normal forwards;
}

@-webkit-keyframes myAnim {
  0% {
    opacity: 1;
  }
  50% {
    background-color: rgba(75, 133, 104, 0.5);
  }
  100% {
    opacity: 1;
  }
}

@keyframes myAnim {
  0% {
    opacity: 1;
  }
  50% {
    background-color: rgba(75, 133, 104, 0.5);
  }
  100% {
    opacity: 1;
  }
}

.animation-appear {
  -webkit-animation: myAnimAppear 0.4s ease 0s 1 normal forwards;
          animation: myAnimAppear 0.4s ease 0s 1 normal forwards;
}

@-webkit-keyframes myAnimAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myAnimAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation-deleted {
  -webkit-animation: myAnimDelete 1.5s ease 0s 1 normal forwards;
          animation: myAnimDelete 1.5s ease 0s 1 normal forwards;
}

@-webkit-keyframes myAnimDelete {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes myAnimDelete {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=main.css.map */