@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap);:root{--font:"Raleway",sans-serif}*{box-sizing:border-box;font-family:Raleway,sans-serif;font-family:var(--font);margin:0;padding:0}body{background-color:#f9f8fb;height:100vh;overflow:hidden;width:100vw}.mainContainer{display:flex}.childContainer{width:100vw}.sidebar{background-color:#fff;border-right:1px solid rgba(0,0,0,.1);height:100vh;overflow:hidden;padding:.6rem 1rem;width:260px}.sidebar .body{max-height:calc(100% - 65px);overflow-y:auto}.link{color:#000;text-decoration:none}.sidebar .logo{align-items:center;border-bottom:1px solid rgba(0,0,0,.1);display:flex;height:100px;justify-content:center}.sidebar .logo h2{font-size:29px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.categories,.main{padding:1rem .6rem}.main{border-bottom:1px solid rgba(0,0,0,.1)}.categories p,.main p{color:rgba(0,0,0,.6);font-size:15px;padding-bottom:1.2rem}.categories ul,.main ul{color:rgba(0,0,0,.8);list-style-type:none;margin:0;padding:0}.main ul li{cursor:pointer;margin-bottom:.9rem}.categories ul li span,.main ul li span{font-size:15px;font-weight:600;padding-left:10px}.categories ul li{cursor:pointer;padding:.7rem 0;transition:all .2s ease-out}.categories ul li:hover{border-left:3px solid #ad081b;color:rgba(0,0,0,.8);padding:.6rem .4rem}.main ul li:hover{color:rgba(0,0,0,.8)}@media screen and (max-width:600px){.sidebar{display:none;width:280px}.sidebar .logo h2{font-size:25px}}@media screen and (max-height:800px){.sidebar{padding:.6rem .6rem 2rem}.sidebar .body{max-height:calc(100% - 120px)}}.navbar{align-items:center;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;height:70px;justify-content:space-between;padding:0 1rem;width:100%}.icon{cursor:pointer;font-size:25px}.userImage{border-radius:50%;cursor:pointer}.mainSection{background-color:#fff;height:calc(100vh - 70px);margin-bottom:10rem;overflow-x:hidden;overflow-y:scroll;padding:2rem 1rem 0 0}.mainSection .query{margin-left:15px}.mainSection .query h2{color:#000;font-weight:700}.gallerySection{margin-top:2rem}.gallery{grid-gap:15px;display:grid;grid-template-columns:repeat(auto-fit,130px);grid-template-rows:repeat(auto-fit,230px);justify-content:center;padding-bottom:1rem}.mainSection::-webkit-scrollbar{width:15px}.mainSection::-webkit-scrollbar-track{background:#f1f1f1}.mainSection::-webkit-scrollbar-thumb{background:#ad081b;border-radius:10px}.mainSection::-webkit-scrollbar-thumb:hover{background:#555}.mainSection .searchContainer{align-items:center;border:1px solid rgba(0,0,0,.2);display:flex;margin:2rem 0 0}.mainSection .searchInput{border:none;height:50px;outline:none;padding:0 10px;width:100%}.mainSection .searchIcon{align-items:center;cursor:pointer;display:flex;font-size:25px;height:50px;justify-content:center;transition:all .5s ease-in-out;width:50px}.mainSection .searchIcon:hover{background-color:#ad081b;color:#fff}.spinner{height:90%;width:100%}.load,.spinner{align-items:center;display:flex;justify-content:center}.load{background-color:#e60023;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;margin:1rem auto;padding:10px 0;transition:all .5s ease-in-out;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100px}.load:hover{background-color:#ad081b}.load .button{text-align:center;width:100px}.attribute{color:rgba(0,0,0,.5);font-size:15px;margin-top:1rem;text-align:center}@media screen and (max-height:800px){.load{margin-bottom:4rem}}.imageCard{border-radius:10px;height:230px;position:relative;width:130px}.imageCard img{border-radius:10px;cursor:pointer;height:100%;object-fit:cover;transition:all .5s ease-in-out;width:100%}.imageCard img:hover{-webkit-transform:scale(1.07);transform:scale(1.07)}.imageCard .dButton{background-color:#e60023;border:none;border-radius:50%;bottom:0;color:#fff;cursor:pointer;font-size:20px;height:40px;margin:10px;padding-bottom:3px;position:absolute;right:0;text-align:center;transition:all .5s ease-in-out;width:40px}.imageCard .dButton:hover{background-color:#ad081b}
/*# sourceMappingURL=main.a44d7906.css.map*/