body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main{background-color:#4285f4}.googleLogin{background-color:#4285f4;display:flex;height:100vh}#loginButton,.googleLogin{align-items:center;justify-content:center}#loginButton{background-color:#fff;border-radius:24px;border-style:none;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:500;height:50px;letter-spacing:.25px;max-width:100%;padding:2px 24px;width:auto}#loginButton:hover{background:#f6f9fe;border:2px solid #174ea6;color:#2f2f78}.errorSignIn{background-color:#4285f4;color:#fff;display:flex;font-size:2rem;font-weight:600;height:100vh}.errorSignIn,.sign-out{align-items:center;justify-content:center}.sign-out{background-color:#fff;border-radius:24px;border-style:none;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-sizing:border-box;cursor:pointer;display:inline-flex;font-weight:550;height:35px;left:90%;max-width:100%;padding:2px 24px;position:relative;top:2rem;width:auto;z-index:1}.sign-out:hover{background:#f6f9fe;border:2px solid #174ea6;color:#2f2f78}.signOutIcon{display:none}.header{align-items:flex-start;background-color:#4285f4;flex-direction:column;height:4rem;padding:1rem 2rem;position:absolute;top:0}#searchForm,.header{display:flex;justify-content:center}#searchForm{align-items:center;flex-direction:row}#inputSearch{border:none;border-radius:24px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);font-size:16px;font-weight:700;height:2rem;padding:0 .7rem;width:25rem}#inputSearch:focus,#inputSearch:hover{border:2px solid #174ea6}#inputSearch:focus{-moz-border-color:0 0 3px #174ea6;-webkit-border-color:0 0 3px #174ea6;outline:none}#searchButton{background:#4285f4;border:none;margin-left:.4rem}#iconButton{height:1.2rem;width:auto}.searchResults{grid-gap:1rem;background-color:#d5d5d5;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);padding:1rem 2rem;position:relative;top:4rem}.errorInSearch{align-items:baseline;display:flex;flex-direction:column;margin:0 1rem}.booksInResults{border:2px solid #174ea6;border-radius:24px;flex-direction:column;justify-content:center;padding:1rem}.addButton,.booksInResults{align-items:center;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);display:flex}.addButton{background-color:#4285f4;border:none;color:#fff;font-size:.8rem;font-weight:600;justify-content:space-between;width:70%}.authorResult,.titleResult{font-size:1rem;margin:0}.imgResult{max-width:35%}.errorMessage{color:red;font-weight:600}.myLibrary{background-color:#d5d5d5;display:flex;flex-direction:column;margin-top:2rem;padding:1.5rem 2rem}#myBooks{border-bottom:2px dotted #174ea6;border-top:2px dotted #174ea6}.booksInMyLibrary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.singleBookInLibrary{align-items:center;border:2px solid #174ea6;border-radius:24px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;height:25rem;justify-content:space-evenly}.bookAuthorLibrary,.bookTitleLibrary{font-size:1rem;margin:0}.bookImgLibrary{max-width:44%}.statusButton{background-color:#4285f4;font-size:.8rem;font-weight:600;height:1.5rem;width:7rem}.deleteButton,.statusButton{border:none;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);color:#fff}.deleteButton{background-color:#f45442;height:2rem;width:3rem}.statusContainer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:90%}.statusIcon{height:2rem;width:2rem}@media screen and (max-width:1024px){.sign-out{left:87%;position:relative;top:2rem}}@media (min-width:768px) and (max-width:1024px){.sign-out{left:85%;position:relative;top:2rem}}@media screen and (max-width:768px){.errorSignIn{font-size:1.5rem}.sign-out{left:82%;position:relative;top:2rem}.searchResults{grid-gap:1rem;background-color:#d5d5d5;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1rem 2rem;position:relative;top:4rem}.imgResult{max-width:50%}}@media (min-width:600px) and (max-width:760px){.sign-out{left:85%;position:relative;top:2rem;width:1rem}}@media (min-width:570px) and (max-width:600px){.main{background-color:#fff}.sign-out{display:none}.signOutIcon{display:block;height:2rem;left:1rem;position:relative;top:1rem;width:2rem;z-index:1}.header{background-color:#4285f4;display:block;height:auto;padding:1rem 2rem;width:-webkit-fill-available}#searchForm{align-items:center;display:flex;flex-direction:row;justify-content:center}.searchResults{background-color:#f6f9fe;padding:1rem 2rem;position:relative;top:4rem}.booksInMyLibrary,.searchResults{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:425px) and (max-width:569px){.sign-out{display:none}.signOutIcon{display:block;height:2rem;left:1rem;position:relative;top:1rem;width:2rem;z-index:1}.header{background-color:#4285f4;display:block;height:auto;padding:1rem 2rem;width:-webkit-fill-available}#searchForm{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative;top:2rem}#inputSearch{width:15rem}.searchResults{background-color:#f6f9fe;padding:1rem 2rem;position:relative;top:4rem}.booksInMyLibrary,.searchResults{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:375px) and (max-width:424px){.sign-out{display:none}.signOutIcon{display:block;height:1.5rem;left:.8rem;position:relative;top:.8rem;width:1.5rem;z-index:1}.header{background-color:#4285f4;display:block;height:auto;padding:1rem 2rem;width:-webkit-fill-available}#searchForm{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative;top:2rem}#inputSearch{width:15rem}.searchResults{background-color:#f6f9fe;padding:1rem 2rem;position:relative;top:4rem}.booksInMyLibrary,.searchResults{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}}@media (min-width:300px) and (max-width:374px){.sign-out{display:none}.signOutIcon{display:block;height:1.5rem;left:.5rem;position:relative;top:.5rem;width:1.5rem;z-index:1}.header{background-color:#4285f4;display:block;height:auto;padding:1rem 2rem;width:-webkit-fill-available}#searchForm{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative;top:2rem}#inputSearch{width:15rem}.searchResults{background-color:#f6f9fe;padding:1rem 2rem;position:relative;top:4rem}.booksInMyLibrary,.searchResults{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=main.2c9381a1.css.map*/