@media (max-height: 980px) and (min-width: 1537px) {
  body {
    padding: 1rem 17.5vw;
  }
  .header__side {
    width: 17vw;
  }
  .header__new-book-btn {
    width: 8.5vw;
  }
  .header__search-bar {
    width: 18vw;
  }
}

@media (max-height: 980px) and (max-width: 1536px) {
  body {
    padding: 1rem 17.5vw;
  }
  .header__side {
    width: 17.5vw;
  }
  .header__side__bookshelf-btn {
    font-size: 2.4em;
    margin-bottom: 2.5rem;
  }
  .header__side input {
    width: 1.5em;
  }
  .header__side p {
    font-size: 1em;
  }
  .header__searchbar-wrapper label {
    font-size: em;
  }
  .header__searchbar-wrapper__dropdown {
    height: 2rem;
    margin-right: 1vw;
    font-size: 0.9em;
  }
  .header__new-book-btn {
    width: 8.5vw;
    height: 2.5rem;
    font-size: 1.5em;
  }
  .header__search-bar {
    width: 18vw;
    height: 2rem;
    font-size: 0.9em;
  }
  .empty-page-container__empty-page-image {
    margin-left: 4vw;
    width: 20vw;
    height: auto;
  }
  .book-container__book {
    padding: 0.8rem 0.7rem;
  }
  .book-container__book__buttons {
    margin-top: -1.4rem;
    margin-bottom: 0.3rem;
  }
  .book-container__book__buttons__edit {
    width: 1.1em;
    margin-right: 0.3rem;
  }
  .book-container__book__buttons__delete {
    width: 1.1em;
  }
  .book-container__book__author {
    font-size: 0.9em;
    margin-bottom: 1.5rem;
  }
  .book-container__book__title {
    font-size: 1.7em;
    margin-bottom: 1.5rem;
  }
  .book-container__book__status-icon {
    width: 1.5em;
    height: auto;
  }
  .book-container__book__status {
    margin-top: 1rem;
  }
}

@media (max-width: 1366px) and (max-height: 767px) {
  body {
    padding: 1rem 17.5vw;
  }
  .header__side {
    width: 17.5vw;
    font-size: 0.9em;
  }
  .header__searchbar-wrapper label {
    font-size: 0.9em;
  }
  .header__searchbar-wrapper__dropdown {
    height: 1.8rem;
    font-size: 0.9em;
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
  .header__new-book-btn {
    width: 8.5vw;
    height: 2.2rem;
    font-size: 1.4em;
  }
  .header__show-all-btn {
    font-size: 0.88em;
  }
  .header__search-bar {
    width: 18vw;
    height: 1.8rem;
    font-size: 0.9em;
  }
  .empty-page-container__empty-page-image {
    margin-left: 3.7vw;
  }
  .book-container__book__author {
    font-size: 0.9em;
  }
  .book-container__book__title {
    font-size: 1.5em;
  }
  .no-books-found {
    font-size: 1em;
  }
}

@media (max-width: 1366px) and (min-height: 768px) {
  body {
    padding: 0.5rem 9vw;
  }
  .header {
    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 {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 0 0.5rem 0;
    margin-bottom: 0.7rem;
  }
  .header__side__bookshelf-btn {
    cursor: default;
    margin-bottom: 0;
    font-size: 2.2em;
  }
  .header__side__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: center;
  }
  .header__side input {
    width: 2em;
    height: auto;
  }
  .header__side__finished {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .header__side__in-process {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
  }
  .header__side__stopped {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
  }
  .header__side__later {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
  }
  .header__searchbar-wrapper__dropdown {
    height: 2.50rem;
    margin-right: 1vw;
    font-size: 1em;
  }
  .header__new-book-btn {
    width: 10.7vw;
    height: 3rem;
    font-size: 1.7em;
  }
  .header__search-bar {
    width: 22.7vw;
    height: 2.50rem;
    font-size: 1em;
  }
  .empty-page-container__empty-page-image {
    margin-left: 4.8vw;
    width: 20vw;
    height: auto;
  }
  .book-container {
    grid-gap: 1vw;
  }
  .book-container__book {
    margin-top: 1vw;
  }
  .book-container__book__buttons__edit {
    width: 1.3em;
    margin-right: 0.3rem;
  }
  .book-container__book__buttons__delete {
    width: 1.3em;
  }
  .book-container__book__author {
    font-size: 1.2em;
    margin-bottom: 1.5rem;
  }
  .book-container__book__title {
    font-size: 2.1em;
    margin-bottom: 1.4rem;
  }
  .book-container__book__status-icon {
    width: 1.5em;
    height: auto;
    margin-bottom: 1rem;
  }
  .book-container__book__status {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=media.css.map */