body{margin:0;font-family:poppins}.content{margin-left:4px;width:100%}.bar{margin-top:15px;height:40px}.products-btn{height:30px;width:-webkit-max-content;width:max-content;border-radius:4px;background-color:#ff4500;text-transform:uppercase;border:none;color:#fff;cursor:pointer;box-shadow:2px 3px 2px hsla(0,0%,86.7%,.933)}.productlist{margin-top:10px;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-content:center}.productlist li{list-style:none;margin:10px;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.listitem{background-color:#1720a0;border-radius:8px;align-items:center;justify-content:space-between;box-shadow:5px 5px 17px #dad8d8,-5px -5px 17px #e0dede;color:#fff}.listitem p{font-size:12px}.listitem h3>h4>h5{text-transform:uppercase;text-align:center}.icon{font-size:16px}.img,.listitem-img{height:100px;width:100px;margin:auto}.listitem-img{border-radius:5px;object-fit:cover}.btn-container1{display:flex;justify-content:space-evenly;padding:10px;margin:5px;width:100%}.edit-btn{background-color:#2796e0}.del-btn,.edit-btn{border:none;border-radius:30px;width:-webkit-max-content;width:max-content;height:32px;color:#000;text-transform:uppercase;cursor:pointer}.del-btn{background-color:red}.holder{width:100%;color:#fff;margin-top:10%}.msgForm{display:flex;flex-direction:column;height:500px;width:700px;border-radius:8px;background:#050c76;box-shadow:5px 5px 10px #bdbdbe,-5px -5px 10px #bdbdbd;margin:auto;justify-content:center;align-items:center}.create-msg{width:100px;height:35px;border:1px solid #ff4500;background-color:#00008b;color:#fff;border-radius:30px;cursor:pointer}#textarea{height:100px}#textarea,.duration{width:70%;border:1px solid #ff4500;outline:none}.duration{margin-top:40px;height:40px}.formBtn{display:flex;height:32px;width:100%;margin:auto;justify-content:center;align-items:center;cursor:pointer}.errand_main{width:100%;text-align:center;margin-bottom:.5%;border-radius:20%;padding:.5%}.errandbody{width:95%;height:400px;background-color:#050c76;border-radius:4px;padding:2%}.errandText{text-align:center}.errand_list{display:flex;flex-direction:column;width:100%;padding-top:2%}.errands-container{width:100%;margin:.5%}.productlist_ItemText{color:#000;margin-left:1%;font-weight:700}.featured{width:100%;display:flex;justify-content:space-between}.featuredItem{flex:1 1;margin:0 20px;padding:30px;border-radius:10px;cursor:pointer;box-shadow:0 0 15px -10px rgba(0,0,0,.75)}.featuredTitle{font-size:20px}.featuredMoneyContainer{margin:10px 0;display:flex;align-items:center}.featuredMoney{font-size:30px;font-weight:600}.featuredMoneyRate{display:flex;align-items:center;margin-left:20px}.featuredIcon{font-size:14px;margin-left:5px;color:green}.featuredIcon.negative{color:red}.featuredSub{font-size:15px;color:grey}.home{flex:4 1}.homeWidgets{display:flex;margin:20px}.widgetSm{flex:1 1;box-shadow:0 0 15px -10px rgba(0,0,0,.75);padding:20px;margin-right:20px}.widgetSmTitle{font-size:22px;font-weight:600}.widgetSmImg{width:40px;height:40px;border-radius:50%;object-fit:cover}.widgetSmList{margin:0;padding:0;list-style:none}.widgetSmListItem{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.widgetSmUser{display:flex;flex-direction:column}.widgetSmUsername{font-weight:600}.widgetSmUserTitle{font-weight:300}.widgetSmButton{display:flex;align-items:center;border:none;border-radius:10px;padding:7px 10px;background-color:#eeeef7;color:#555;cursor:pointer}.widgetSmIcon{font-size:16px!important;margin-right:5px}.widgetLg{flex:2 1;box-shadow:0 0 15px -10px rgba(0,0,0,.75);padding:20px}.widgetLgTitle{font-size:22px;font-weight:600}.widgetLgTable{width:100%;border-spacing:20px}.widgetLgTh{text-align:left}.widgetLgUser{display:flex;align-items:center;font-weight:600}.widgetLgImg{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px}.widgetLgAmount,.widgetLgDate{font-weight:300}.widgetLgButton{padding:5px 7px;border:none;border-radius:10px}.widgetLgButton.Approved{background-color:#e5faf2;color:#3bb077}.widgetLgButton.Declined{background-color:#fff0f1;color:#d95087}.widgetLgButton.Pending{background-color:#ebf1fe;color:#2a7ade}.topbar,.users_list{width:100%}.topbar{height:50px;background-color:#04087c;position:-webkit-sticky;position:sticky;top:0;z-index:999}.topbarWrapper{height:100%;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:30px;color:#ff4500;cursor:pointer}.topRight{display:flex;align-items:center}.topbarIconContainer{position:relative;cursor:pointer;margin-right:10px;color:#fff;font-size:18px}.topIconBadge{width:12px;height:12px;position:absolute;top:-5px;right:0;background-color:red;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px}.productList{flex:4 1}.productListItem{display:flex;align-items:center}.productListImg{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:10px}.productListEdit{border:none;border-radius:4px;padding:5px 10px;background-color:#050c76;color:#fff;cursor:pointer;margin-right:20px}.productListDelete{color:red;cursor:pointer}.newProduct{flex:4 1}.addProductForm{margin-top:10px;margin-left:20px;display:grid;grid-template-columns:repeat(2,1fr)}.addProductItem{width:250px;display:flex;flex-direction:column;margin-bottom:10px}.addProductItem>label{color:#fff;font-weight:600;margin-bottom:10px}.addProductItem>input,.addProductItem>select{padding:10px}.productContent{padding-bottom:5%}.addProductButton{margin-top:10px;padding:7px 10px;border:none;border-radius:4px;background-color:#b7b7cf;color:#000;font-weight:600;cursor:pointer}.errands_page{width:100%}.container{margin-left:8px;height:100vh;width:100%}.bar{margin-top:1%;width:100%;height:5%;display:flex;justify-content:space-evenly}.msg-btn{height:30px;width:-webkit-max-content;width:max-content;border-radius:4px;background-color:#ff4500;text-transform:uppercase;border:none;color:#fff;cursor:pointer;box-shadow:2px 3px 2px hsla(0,0%,86.7%,.933)}.divider{height:2px;background-color:#00008b}.order_page{width:100%}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.title h1{text-align:center}.logo{height:90px;width:90px;align-items:center;justify-content:center;margin:auto}.logo img{width:80px;height:80px;border-radius:50%;margin:auto}.pointer{width:40px;height:40px;align-items:center;justify-content:center;margin:auto;text-transform:uppercase}.icon,.pointer{text-align:center}.icon{font-size:30px;margin-bottom:20px}.form{display:grid;height:50vh;width:50%;margin:auto}.form-input{height:34px;width:90%;border:none;outline:1px solid #ff4500;margin:10px}.btn-container{width:40px;height:40px;align-items:center;justify-content:center;margin:auto}.lgn-btn{height:34px;width:70px;text-transform:uppercase;background-color:#00008b;color:#fff;border:none;cursor:pointer}
/*# sourceMappingURL=main.4bf93aa9.chunk.css.map */