#root,body{font-family:Trocchi;height:100vh;margin:0;width:100%}#root{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.spinnerDiv{margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nav-link{--bs-nav-link-color:#ffc107;--bs-nav-link-hover-color:#fde089}#petsCarouselContainer{width:100%}.petsCarouselCollection{margin:auto;width:85%}#petsCarouselContainer #petsCollectionContainer{flex-wrap:nowrap}.carousel-inner{margin:auto}.carousel-control-next,.carousel-control-prev{width:8%}#petsCollectionContainer{display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-evenly;margin-bottom:2rem;width:100%}.paginationContainer{display:flex;justify-content:center;width:100%}.petCard{align-items:center;background-color:#faf0f0;border-radius:1rem;display:flex;flex-direction:column;height:500px;justify-content:space-evenly;margin:2rem .5rem;padding:1rem;transition:background-color .4s ease-in-out;width:400px}.petCard:hover{background-color:#fce3e3;cursor:pointer}.petCardImg{border-radius:1rem;height:100%;object-fit:cover;width:100%}.petCardText{margin-top:1rem}a,a:active,a:hover,a:visited{color:inherit;text-decoration:none}#welcomeContainer{align-items:center;background:linear-gradient(184deg,rgba(2,0,36,0),rgba(0,0,0,.6) 46%,transparent);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:14rem 0;position:relative;width:100%}#welcomeContainer .heading{margin-top:0}.HomeBackgroundImg{height:100%;object-fit:cover;opacity:0;position:absolute;transition:opacity 2s ease-in-out;width:100%;z-index:-1}.currentBackgroundImg{opacity:1}.heading{font-family:Cookie;font-size:6rem;margin:2rem 0;padding:0 1rem;text-align:center}#welcomeContainer .heading,.infoText{margin-bottom:1rem}.infoText{font-size:1.5rem;max-width:700px;padding:1rem}#recentPetsContainer{position:relative;width:100%}#recentPetsImg{height:100%;object-fit:cover;opacity:.2;position:absolute;width:100%;z-index:-1}#homeContactContainer{background-color:#faf0f0;display:flex;flex-direction:column;padding-bottom:3rem;width:100%}#homeContactContainer img{height:200px;width:200px}#homeContactContainer a{color:#f9ba48;padding:0}#homeFaq{align-self:flex-start;padding-left:5%}#homeChat,#homeFaq{align-items:center;display:flex;margin-bottom:2rem;width:100%}#homeChat{align-self:flex-end;flex-direction:row-reverse;padding-right:5%}@media (max-width:800px){#homeChat,#homeFaq{align-items:center;flex-direction:column}}#profileContainer{margin-bottom:4rem;padding:2rem 5%;width:100%}#profileContainer h1{margin-top:2rem}#profileContainer textarea{height:150px;resize:none}.submitSpinner{margin-right:.5rem}#myPetsContainer{padding:2rem 5%;width:100%}#myPetsContainer .petCard{height:400px;width:300px}.petContainer{background-color:#fff;flex-direction:column;font-size:1.2rem;padding:2rem 5%;text-align:center}#petHeading,.petContainer{align-items:center;display:flex;width:100%}#petHeading{justify-content:space-evenly;margin:4rem 0}#petHeadingInfo{background-color:#faf0f0;border-radius:50%;margin-top:1rem;padding:3rem}#petHeadingInfo div{font-size:5rem;margin-bottom:2rem}#petHeadingInfoStatus{font-size:3rem!important}#petImg{align-self:center;border-radius:3rem;height:500px;object-fit:cover;width:400px}#petInfo{display:flex;flex-direction:column;flex-wrap:wrap;height:150px;justify-content:center;margin-bottom:6rem;width:100%}#petInfo li{list-style-position:inside;list-style-type:disc;padding:.5rem 0}#petBio,#petButtons{margin-bottom:4rem}#petButtons{display:flex;flex-direction:row;height:40px;justify-content:space-evenly;width:100%}@media (max-width:900px){#petHeading{align-items:center;flex-direction:column}#petHeadingInfo div{margin:0}#petInfo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}#searchPage{display:flex;flex-direction:column;width:100%}#searchContainer{height:50%;padding:2rem 5%;width:100%}#searchSwitch{margin-top:1rem}#submitSpinner{margin-right:.5rem}#myNavbar{align-items:flex-end;background-color:#faf0f0;display:flex;justify-content:space-around;width:100%}#myNavbarLogo{margin-right:1rem}#navbarLinks{align-items:center;display:flex;justify-content:space-evenly;margin-bottom:2rem;width:50%}#userIcon{background-color:#fff;border:1px dashed #000;border-radius:50%}.navbarLink{display:inline-block;padding:0 1rem;position:relative;text-decoration:none}.navbarLink:after{background:none repeat scroll 0 0 transparent;background:#000;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;transition:width .3s ease 0s,left .3s ease 0s;width:0}.navbarLink:hover:after{left:0;width:100%}#nav-dropdown{color:#000}@media (max-width:630px){#myNavbar{align-items:center;flex-direction:column}#navbarLinks{width:100%}#myNavbarLogo{margin:0}}#dashboardContainer{padding:2rem 5%;width:100%}#managePetsHeading{display:flex;flex-direction:row;justify-content:space-between;padding:.5rem}#managePetsHeading button{margin-right:1rem}#dashboardContainer .petCard{height:300px;width:200px}@media (max-width:480px){#dashboardContainer #usersCollectionContainer{max-height:400px}#dashboardContainer #petsCollectionContainer{flex-direction:column;flex-wrap:nowrap;margin-bottom:0;max-height:400px}#dashboardContainer .petCardImg{display:none}#dashboardContainer .petCard{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:.5rem 0;width:100%}}#managePetForm textarea{height:8rem;resize:none}#usersCollectionContainer{display:flex;flex-direction:column;height:100%;width:100%}.userCard{background-color:#ededed;border-radius:1rem;margin:.5rem;padding:1rem;transition:background-color .4s ease-in-out}.userCard:hover{background-color:#d3d3d3;cursor:pointer}.userCardAdmin{color:blue}h3{margin-top:1rem}#userProfileHeading{align-items:center;display:flex;justify-content:space-between}#userProfileHeading button{height:80%}.adminStyling{color:blue}#userPetsCollection #petsCollectionContainer{max-height:370px;overflow-y:scroll}#userPetsCollection .petCard{height:300px;width:200px}#contactContainer{padding:2rem 5%;width:100%}#chatsMenuAndChatContainer{display:flex;justify-content:space-between}@media (max-width:780px){#chatsMenuAndChatContainer{flex-direction:column;justify-content:center}}#chatsMenuContainer{display:flex;flex-direction:column;height:700px;justify-content:flex-start;margin-right:1rem;width:25%}.chatMenuRequest{background-color:#e5e4e2;border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem}.chatMenuRequest:hover{background-color:#d3d3d3;cursor:pointer}.chatMenuRequest span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.chatMenuRequest img{height:25px;width:25px}#chatsMenuAll{overflow-y:scroll}#chatsMenuAll,#chatsMenuHeading,#chatsMenuHeadingFilter{margin-bottom:1rem}#chatsMenuButton{align-self:center;margin-bottom:2.5rem}#chatsMenuButton button{margin:auto}@media (max-width:780px){#chatsMenuContainer{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2rem;max-height:700px;width:100%}#chatsMenuButton{margin-top:2rem}}#requestFormContainer{padding:1rem}#chatContainer{height:700px;position:relative;width:75%}#chatHeading{display:flex;flex-direction:row;flex-wrap:nowrap;height:30px;justify-content:space-between;margin-bottom:1rem}#chatHeadingButtons button{margin-left:1rem}#chatHeading h4{margin:0}#allMessages{align-items:flex-start;display:flex;flex-direction:column;height:75%;justify-content:flex-start;margin-bottom:1rem;max-height:600px;overflow-y:scroll;width:100%}#allMessagesBackground{height:75%;object-fit:cover;opacity:.2;position:absolute;width:100%;z-index:-1}.chatMessage{background-color:#0d6efd;border-radius:.5rem;color:#fff;margin:.5rem 1rem;max-width:80%;padding:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.botMessage{align-self:flex-end;background-color:#afe1af;color:#097969}.botSpinner{align-self:flex-end;margin-right:1rem}.receivedMessage{align-self:flex-end;background-color:#e5e4e2;color:#000}.chatMessageDate{font-size:.7rem;margin-right:.5rem}#chatForm{align-items:center;display:flex;flex-direction:column;height:15%;justify-content:center}#chatForm form{width:100%}@media (max-width:780px){#chatContainer{height:700px;width:100%}}#faqContainer{font-size:1.2rem;padding:2rem 5% 5rem;width:100%}#faqContainer .heading{margin-bottom:4rem}#faqContainer button{font-size:1.5rem}.accordion{--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(255,193,7,.25);--bs-accordion-active-bg:#ffc107;--bs-accordion-active-color:#5d4500}#notFoundContainer{align-items:center;background-color:#fffcf7;display:flex;flex-direction:column;font-size:1.2rem;padding:2rem 5% 5rem;width:100%}#footerContainer{width:100%}footer{background:#212529}.text-small{font-size:.9rem}#footerContainer a{text-decoration:none;transition:color .3s}#footerContainer a:focus,#footerContainer a:hover,.footerHeading{color:#f9ba48}
/*# sourceMappingURL=main.36fe63aa.css.map*/