@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.book-of-the-week{width:98%;height:fit-content;border-radius:12px;padding:16px;box-shadow:var(--box-shadow);background-color:var(--background-secondary)}.book-info{width:100%;height:fit-content;border-radius:12px;padding:16px}.book-info-container{width:100%;display:flex;justify-content:space-evenly;align-items:flex-start}.book-info-cover{width:320px;margin-right:24px}.book-checkin{width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;padding:16px;margin-bottom:32px}.book-checkin-form{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.book-checkin-input{height:2.25rem;width:80%;font-size:1.5rem;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.book-checkin-button{width:80%;height:2.5rem;font-size:1.5rem;margin-top:8px;border-radius:12px;border:none;background-color:var(--secondary);cursor:pointer}.book-checkin-button:hover{border:2px solid var(--primary);background-color:var(--background-secondary)}.book-checkout{width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;padding:16px;margin-bottom:32px}.book-checkout-form{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.book-checkout-input{height:2.5rem;width:80%;font-size:1.5rem;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.book-checkout-button{width:80%;height:2.5rem;font-size:1.5rem;margin-top:8px;border-radius:12px;border:none;background-color:var(--secondary);cursor:pointer}.book-checkout-button:hover{border:2px solid var(--primary);background-color:var(--background-secondary)}.book-card{height:400px;width:300px;background-color:var(--background-secondary);border-radius:12px;padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:var(--box-shadow);margin-left:8px;margin-right:8px;cursor:pointer}.book-card-cover{height:45%}.book-card-info{height:50%;width:100%;margin:0}.book-card-title{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.3rem}.book-card-author{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2rem}.book-card-description{width:100%;max-height:70%;font-size:.75rem;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.book-card-loan-button{width:90%;height:2.5rem;border:none;border-radius:25px}.available{background-color:#3ed852}.unavailable{background-color:#dd1010}.checkout:hover{cursor:pointer;background-color:var(--background-secondary);border:2px solid var(--secondary)}.checkin:hover{cursor:pointer;background-color:var(--background-secondary);border:2px solid red}.buttonClass{font-size:18px;font-weight:600}.book-carousel{width:100%;height:425px;background-color:var(--background-secondary);box-shadow:var(--box-shadow);display:flex;justify-content:center;align-items:center;padding:16px;border-radius:12px;overflow:hidden;flex-wrap:wrap;row-gap:16px;position:relative}.book-carousel-left-button{height:40px;width:40px;position:absolute;top:50%;left:10px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;font-size:1.5rem}.book-carousel-left-button:hover{cursor:pointer;background-color:#7a7171;border-radius:100%}.book-carousel-right-button{height:40px;width:40px;position:absolute;top:50%;right:10px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;font-size:1.5rem}.book-carousel-right-button:hover{cursor:pointer;background-color:#161616;border-radius:100%}.modal-bg{z-index:1;background-color:#b3adadb0;width:100%;height:100%;position:absolute;top:0;left:0}.modal{z-index:5;width:30%;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:16px;box-shadow:var(--box-shadow);background-color:var(--background-primary);position:sticky;top:50%;left:50%;transform:translate(-50%,-50%);padding-left:16px;padding-right:16px;padding-bottom:16px}.modal-exit{align-self:flex-start;cursor:pointer}.book-overview{width:100%;height:fit-content}.book-subjects{width:100%;height:fit-content;max-height:256px;background-color:var(--background-secondary);border-radius:12px;margin-top:16px;padding:16px;box-shadow:var(--box-shadow)}.book-info-subjects-box{height:150px;width:100%;overflow-y:auto;margin-bottom:8px;display:flex;flex-wrap:wrap}.book-info-subject{margin-right:8px;margin-bottom:4px}.additional-book-info{width:100%;height:256px;margin-top:16px;padding:16px;border-radius:12px;background-color:var(--background-secondary);box-shadow:var(--box-shadow)}.additional-book-info-container{width:100%;height:80%;display:flex;justify-content:space-between;align-items:center}.additional-book-info-group{height:100%;width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center}.additional-book-info-text{text-align:center}.book-history{width:100%;height:fit-content;overflow:hidden;background-color:var(--background-secondary);padding:16px;margin-top:16px;border-radius:12px;box-shadow:var(--box-shadow)}.book-history-box{width:100%;height:200px;overflow-y:scroll;padding-top:16px}.book-history-item{height:fit-content;width:100%;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-evenly;padding:8px}.book-history-item-group{width:49%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center}.red{color:#be2d2d}.green{color:#43c443}.upcoming-events{width:98%;height:fit-content;border-radius:12px;padding:16px;box-shadow:var(--box-shadow);background-color:var(--background-secondary);margin-top:16px}.upcoming-events-header-group{width:100%;display:flex;justify-content:space-evenly;align-items:center}.get-library-card{width:98%;height:fit-content;border-radius:12px;padding:16px;box-shadow:var(--box-shadow);background-color:var(--background-secondary);margin-top:16px;display:flex;flex-direction:column;justify-content:center;align-items:center}.get-library-card-img{width:50%;margin-bottom:16px}.get-library-card-link:hover{color:var(--primary);cursor:pointer;text-decoration:underline}.library-hours{padding:16px;width:100%;height:fit-content;background-color:var(--background-secondary);border-radius:20px;box-shadow:var(--box-shadow)}.library-hours-table{border-collapse:collapse;width:100%}#hours tr{border:1px solid rgb(160,159,159);padding:8px}#hours tr:nth-child(2n){background-color:#84a98c}#hours tr:nth-child(odd){background-color:#52796f}#hours td{font-size:1.25rem}.contact-us{width:100%;padding:16px;height:fit-content;background-color:var(--background-secondary);box-shadow:var(--box-shadow);border-radius:12px;margin-top:16px}.contact-us-divider{width:100%;height:1px;background-color:#939496;margin-top:16px;margin-bottom:16px}.home-page-container{width:75%;height:100%;padding:16px;display:flex;justify-content:space-between;align-items:flex-start;background-color:var(--background-primary);box-shadow:var(--box-shadow)}.home-page-left{width:75%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:start}.home-page-right{width:25%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.layout-page{width:100%;height:fit-content;position:relative}.login-form{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:32px}.login-form-error{margin-bottom:16px;color:#f00606}.login-form-input-group{width:100%;margin-bottom:16px}.login-form-input{width:100%;height:2.5rem;font-size:1.25rem;padding:5px}.login-form-input:focus{color:#000}.login-form-input:focus{outline:none}.login-form-submit{width:100%;height:2.5rem;border:none;background-color:var(--secondary);border-radius:5px;font-size:1.5rem;font-weight:500;margin-bottom:16px;margin-top:16px}.login-form-submit:hover{cursor:pointer;background-color:var(--background-primary);color:#000;box-shadow:var(--box-shadow);border:3px solid var(--primary)}.login-form-register{color:#df1a1a;cursor:pointer;margin-left:4px}.login-form-register:hover{text-decoration:underline}.register-form{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:16px}.register-form-input-group{width:100%;margin-bottom:16px}.register-form-error{margin-bottom:16px;color:red}.register-form-name-input-group{margin:0 0 16px;width:45%}.register-form-name-group{width:100%;display:flex;justify-content:space-between;align-items:center}.register-form-input,.register-form-input-name{width:100%;height:2.5rem;font-size:1.25rem;padding:5px}.register-form-input::placeholder{color:var(--text-secondary)}.register-form-input-name::focus{outline:none}.register-form-input-name::placeholder{color:var(--text-secondary)}.register-form-submit{width:100%;height:2.5rem;border:none;background-color:var(--secondary);border-radius:5px;font-size:1.25rem;margin-bottom:16px}.register-form-submit::hover{cursor:pointer;background-color:var(--background-primary);color:var(--primary);border:2px solid var(--primary);box-shadow:var(--box-shadow)}.register-form-login{color:var(--primary);cursor:pointer;margin-left:4px}.register-form-login::hover{text-decoration:underline}.register-library-card-container{width:100%;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center}.register-library-card-text{margin-bottom:12px;text-align:center}.register-library-modal-button{width:50%;height:3rem;font-size:1.5rem;border:2px solid var(--primary);border-radius:12px;cursor:pointer;background-color:var(--background-secondary)}.register-library-modal-button:hover{color:var(--primary);box-shadow:var(--box-shadow)}.navbar{width:100%;height:80px;background-color:var(--secondary);color:var(--text);display:flex;align-items:center;justify-content:space-between;padding-left:64px;padding-right:40px}.navbar-logo-section{width:35%;height:fit-content;display:flex;align-items:center;justify-content:flex-start;text-decoration:none;color:var(--text)}.navbar-option-section{width:65%;height:fit-content;display:flex;align-items:center;justify-content:flex-end}.navbar-option{height:100%;width:fit-content;padding:9px;color:var(--text);border-radius:12px;cursor:pointer;margin-right:16px}.navbar-option:hover{background-color:#00000059;color:var(--text-secondary)}.navbar-search-box{display:flex;justify-content:center;align-items:center;border:4px var(--text) solid;border-radius:22px;padding:4px;margin-right:16px}.navbar-search-input{height:2.5rem;background-color:transparent;border:none;padding-left:16px;font-size:1.75rem;font-weight:400}::placeholder{color:var(--text);opacity:1}.navbar-search-input:focus{outline:none}.footer{width:100%;height:80px;display:flex;justify-content:space-evenly;align-items:center;background-color:var(--primary);color:var(--text-secondary)}.footer-text{font-size:1.25rem;font-weight:500}.footer-text:hover{color:#030303;font-weight:600;text-decoration:underline;cursor:pointer}.footer-social-cluster{height:100%;display:flex;justify-content:space-evenly;align-items:center}.footer-social-text{font-size:1.25rem;font-weight:500;margin-right:10px}.footer-social{cursor:pointer;margin-right:8px;margin-left:8px}.footer-social:hover{color:#050505}.profile-page-cols{height:fit-content;width:100%;display:flex;justify-content:space-between}.profile-page-left-column{height:100%;width:40%;background-color:var(--background-secondary);border-radius:12px;box-shadow:var(--box-shadow);padding:16px;display:flex;flex-direction:column;align-items:center}.profile-page-right-column{width:59%;height:79vh;overflow:hidden;background-color:var(--background-secondary);border-radius:12px;box-shadow:var(--box-shadow);padding:16px}.update-user-form{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.update-user-input-group{width:100%;height:fit-content;margin-bottom:16px;position:relative}.update-user-input{height:2rem;width:100%;font-size:1.5rem;font-weight:400;background-color:var(--background-secondary);border:none}.update-user-input:disabled{color:var(--text-primary);background-color:var(--background-secondary)}.update-user-input:focus{outline:none}.profile-button{width:80%;height:2.5rem;font-size:1.25rem;border-radius:12px;border:none;background-color:var(--secondary);margin-top:16px}.profile-button:hover{cursor:pointer;background-color:var(--background-secondary);border:2px solid var(--primary)}.profile-loan-history{height:100%;width:100%;overflow-y:auto}.profile-loan-header{position:sticky;top:0;background-color:var(--background-secondary)}.profile-record{width:100%;height:fit-content;border-bottom:1px solid rgba(0,0,0,.2);padding-top:6px;padding-bottom:6px}.catalog-overview{width:100%;height:fit-content}.catalog-heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.red-line{color:#b80606}.catalog-overview-section{width:100%;height:500px}.catalog-overview-section-top{display:flex;height:10%;justify-content:space-between;align-items:flex-end;padding-left:12px;padding-right:12px}.catalog-section-overview-more:hover{text-decoration:underline;cursor:pointer}.catalog-search{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px}.catalog-search-advanced-search-section{width:98.75%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:16px}.catalog-search-item-area{width:100%;height:fit-content;display:flex;align-items:center;flex-wrap:wrap;row-gap:16px}.catalog-search-pages{width:100%;height:fit-content;display:flex;justify-content:center;align-items:center}.catalog-advanced-search{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;background-color:var(--background-secondary);box-shadow:var(--box-shadow);padding:16px}.catalog-advanced-search-form{width:100%;height:fit-content;display:flex;justify-content:space-evenly;align-items:center;margin-bottom:16px}.catalog-advanced-form-input-group{width:15%}.catalog-advanced-form-input{width:100%;height:2rem;font-size:.8rem;font-weight:400;display:flex;padding-top:2px;padding-left:8px;border:2px solid var(--primary);border-radius:8px}.catalog-advanced-form-input:focus{outline:none}.catalog-advanced-form-input::placeholder{color:var(--text-secondary);font-weight:400;font-size:.8rem}.catalog-advanced-search-button{width:25%;height:2rem;border:none;cursor:pointer;border-radius:8px;background-color:var(--secondary)}.catalog-advanced-search-button:hover{background-color:var(--background-secondary);border:2px solid var(--secondary)}.catalog-search-page-navigator{display:flex;justify-content:center;align-items:center;margin-top:32px}.catalog-search-page-navigator-navigate{cursor:pointer;margin-left:8px;margin-right:8px}.catalog-search-page-navigator-navigate:hover{text-decoration:underline}.number-active{background-color:#340a97}.catalog-search-page-numbers{display:flex;align-items:center;justify-content:center;height:fit-content}.catalog-search-page-number{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;cursor:pointer;margin-left:8px;margin-right:8px}.catalog-search-page-number:hover{background-color:#3626a74d;border-radius:3px}:root{--background-primary: #DEE2E6;--background-secondary: #CED4DA;--text: #000000;--text-secondary: #ffffff;--primary: #6c757d;--secondary: #6c757d;--box-shadow: rgba(64, 64, 66, .911) 0px 7px 29px 0px}html,body,#root{height:100%;width:100%;font-family:inter,sans-serif;background-color:var(--background-primary);color:var(--text)}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}h1{font-size:3rem;font-weight:900}h2{font-size:2.5rem;font-weight:800}h3{font-size:2.25rem;font-weight:700}h4{font-size:2rem;font-weight:600}h5{font-size:1.75rem;font-weight:600}h6{font-size:1.5rem;font-weight:600}p{font-size:1.25rem;font-weight:400}.page{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center}.page-container{width:90%;height:100%;padding:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background-color:var(--background-primary);box-shadow:var(--box-shadow)}
