body {
	margin: 0%;
	padding: 0%;
	background-attachment: fixed;
	background-size: cover;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.head {
	width: 100%;
	height: 70px;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head .nav {
	padding: 0 !important;
	width: 100%;
	height: auto;
	margin-right: 30px;
	position: absolute;
	background-color: #000;
	top: 16px;
	text-align: left;
}

.head .nav-drinks-eats {
	width: auto;
	height: 70px;
	background-color: white;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.nav li {
	list-style-type: none;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 600;
}

.nav a {
	text-decoration: none !important;
	color: white;
}

.nav a:hover {
	color: orange;
	transform: scale(1.2);
}

.location-or-search-panel {
	padding: 0 !important;
	width: 700px;
	height: auto;
	margin-right: 30px;
	position: absolute;
	background-color: #FFF;
	top: 16px;
	text-align: left;
}

.vendors-search-panel {
	padding: 0 !important;
	height: 70px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-left: 1rem;
}

.products-title-panel {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

.products-title {
	font-weight: 400;
	margin-left: 2.4rem;
	color: black;
}

.location-panel {
	width: auto;
	height: auto;
	background-color: #FFF;
	text-align: center;
	margin-left: 20px;
	display: inline-block;
}

.location-panel:hover {
	cursor: pointer;
	background-color: rgb(233, 233, 233);
	border-radius: 20px;
}

.search-vendor-panel {
	width: 40%;
	height: 40px;
	background-color: rgb(233, 233, 233);
	border-radius: 6px;
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	border-width: 3px;
	border-color: green;
	display: inline-block;
	cursor: pointer;
}

.search-panel {
	width: auto;
	height: auto;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
}

#menu-home-container {
	position: fixed;
	top: 0;
	width: auto;
	height: 70px;
	background-color: white;
}

.search-panel:hover {
	cursor: pointer;
	background-color: rgb(233, 233, 233);
	border-radius: 20px;
}

#input-btn-login {
	width: 100%;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: limegreen;
	height: 54px;
	color: white;
	font-size: 17px;
}

#btn-location {
	width: 14px;
	height: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

#btn-login {
	border: none;
	outline: none;
	height: 30px;
	width: 70px;
	background: black;
	color: white;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	right: 4%;
	top: 20px;
	border-radius: 20px;
}

#btn-login:hover {
	cursor: pointer;
	background: rgb(17, 23, 77);
	color: white;
}

#show-pass {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
	margin-top: 0.8rem;
	margin-left: 1rem;
	margin-right: 0.5rem;
}

#btn-logout-drinks-eats {
	border: none;
	outline: none;
	height: 30px;
	width: 70px;
	background: black;
	color: white;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	display: inline-block;
	margin-right: 20px;
	top: 20px;
	border-radius: 20px;
}

#btn-sign-up {
	border: none;
	outline: none;
	height: 30px;
	width: auto;
	background: black;
	color: white;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	right: 4%;
	top: 20px;
	border-radius: 20px;
}

#btn-sign-up:hover {
	cursor: pointer;
	background: rgb(17, 23, 77);
	color: white;
}

#btn-forgot-pass {
	border: none;
	outline: none;
	height: 30px;
	width: auto;
	background: green;
	color: orange;
	font-size: 13px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	top: 20px;
	border-radius: 20px;
}

#btn-forgot-pass:hover {
	cursor: pointer;
	background: rgb(17, 23, 77);
	color: white;
}

#nav-brand img {
	height: 50px;
	width: 50px;
	padding-left: 2rem;
	padding-top: 10px;
	padding-bottom: 5px;
}

#logo-title {
	color: black;
	margin-right: 15px;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
}

#drop-down {
	width: 30px;
	height: 30px;
	margin-left: 1%;
	margin-top: 25px;
	position: absolute;
	display: inline-block;
}

.logout {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	top: 35px;
	left: calc(92% - 50px)
}

.loginbox {
	width: 320px;
	height: 400px;
	color: #fff;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 50px 30px;
	border-radius: 20px;
	background: #000000;
}

.loginbox p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.loginbox input {
	width: 100%;
	margin-bottom: 20px;
}

#user-name {
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
}

#pass-word {
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
}

#f-name {
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(114, 114, 114);
	border-radius: 5px;
	background-color: white;
	font-family: 'Lexend', sans-serif;
}

#l-name {
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(114, 114, 114);
	border-radius: 5px;
	background-color: white;
	font-family: 'Lexend', sans-serif;
}

#user-phone {
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(114, 114, 114);
	border-radius: 5px;
	background-color: white;
	font-family: 'Lexend', sans-serif;
}

#user-code {
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(114, 114, 114);
	border-radius: 5px;
	background-color: white;
	font-family: 'Lexend', sans-serif;
}

#vendor-code {
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(114, 114, 114);
	border-radius: 5px;
	background-color: white;
	font-family: 'Lexend', sans-serif;
}

#payout-btn {
	width: 300px;
	height: 45px;
	border: none;
	background-color: darkgray;
	color: white;
}

#user-amount {
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(114, 114, 114);
	border-radius: 5px;
	background-color: white;
	font-family: 'Lexend', sans-serif;
}

#sel-img-btn {
	height: 40px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: rgb(24, 24, 24);
}

#input-img-uri {
	display: none;
}

#prof-pic-img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid lightgray;
}

#prof-holder {
	position: fixed;
	height: auto;
	top: 0%;
	left: 20%;
	right: 20%;
	bottom: 0%;
	overflow: hidden;
	overflow-y: scroll;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* .loginbox input[type="email"], input[type="password"]
	  {
	      border: none;
		  border-bottom: 1px solid #fff;
		  background: transparent;
		  outline: none;
		  height: 40px;
		  color: #fff;
		  font-size: 16px;
	  }  */
.loginbox input[type="submit"] {
	border: none;
	outline: none;
	height: 50px;
	background: #ffffff;
	color: #000;
	font-size: 18px;
	border-radius: 5px;
}

.loginbox input[type="submit"]:hover {
	cursor: pointer;
	background: orange;
	color: #fff;
}

.loginbox a {
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: darkgrey;
}

.loginbox h1 {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}


.box-more-svc {
	width: 93%;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
}

.box-footer {
	width: 100%;
	height: 30%;
	bottom: 0%;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	background-color: #000;
}

.box-footer a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	color: darkgrey;
	margin: 40px;
}

.box-footer a:hover {
	color: blue;
}

.box img {
	margin: 8px 8px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: inline-block;
	/* -webkit-box-shadow: 0 0 4px rgb(0,0,0); */
}

#all-cawine-vendors {
	color: black;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}

#disc-panel {
	position: relative;
	height: 120px;
	border-radius: 10px;
	margin-top: 0.3rem;
	margin-left: 35px;
	margin-right: 35px;
	background-image: linear-gradient(to right, rgb(145, 8, 8), black);
}

#inner-section {
	width: 420px;
	height: 200px;
	margin: 8px 8px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: inline-block;
	text-align: center;
}

#inner-section:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	transition: 0.5s;
	transform: translateY(-10px);
}

#inner-section img {
	height: 5rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0), 0 3px 6px rgba(0, 0, 0, 0.0);
	margin: 20px;
}

#inner-section p {
	font-family: sans-serif;
	font-size: 20px;
	color: rgb(71, 70, 70);
}

#inner-line {
	width: 100%;
	height: 1px;
	background: rgb(207, 207, 207);
}

#left-side-bar {
	width: 20%;
	height: 100%;
	position: fixed;
	background: rgb(34, 34, 33);
}

#left-side-bar-title {
	width: 100%;
	height: auto;
	position: relative;
	background: rgb(14, 13, 15);
}

#side-title {

	font-size: 18px;
	color: white;
	display: inline-block;
	top: 10px;
	margin-left: 5%;
	position: absolute;
}

#side-line {
	width: 100%;
	height: 1px;
	background: rgb(59, 59, 59);
}

#side-logo {
	width: 20%;
	height: 20%;
	margin-left: 15%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#left-side-bar-new {
	width: 100%;
	height: auto;
	position: relative;
	background: rgb(14, 13, 15);
}

/* #left-side-bar-new:hover
{
	cursor: pointer;
	background: rgb(44, 44, 44);
} */

#side-new-logo {
	width: 10%;
	height: 10%;
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#side-new-title {

	font-size: 15px;
	color: rgb(155, 153, 153);
	display: inline-block;
	top: 0px;
	margin-left: 10%;
	position: absolute;
}

#side-new-earn {

	font-size: 15px;
	color: rgb(155, 153, 153);
	display: inline-block;
	top: 0px;
	margin-left: 10%;
	position: absolute;
}

#side-new-del {

	font-size: 15px;
	color: rgb(155, 153, 153);
	display: inline-block;
	top: 0px;
	margin-left: 10%;
	position: absolute;
}

#side-plan-title {

	font-size: 15px;
	color: rgb(3, 97, 160);
	display: inline-block;
	top: 0px;
	margin-left: 10%;
	position: absolute;
}

#left-side-bar-mng {
	width: 100%;
	height: auto;
	position: relative;
}

#left-maid-list-holder {
	width: 100%;
	height: 61%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
}

#left-maid-list-holder::-webkit-scrollbar {
	width: 12px;
}

#left-maid-list-holder::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

#left-maid-list-holder::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#left-maid-list-item {
	width: 100%;
	height: auto;
	position: relative;
}

#left-maid-list-item:hover {
	cursor: pointer;
	background: rgb(44, 44, 44);
}

#side-maid-pic-holder {
	width: 10%;
	height: 10%;
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 100%;
}

#side-maid-pic {
	width: 40px;
	height: 40px;
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 50%;
}

#side-maid-name {

	font-size: 15px;
	color: rgb(212, 212, 212);
	display: inline-block;
	margin-top: 7%;
	margin-left: 10%;
	position: absolute;
}

#side-mng-logo {
	width: 10%;
	height: 10%;
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#side-mng-title {

	font-size: 15px;
	color: white;
	display: inline-block;
	margin-left: 10%;
	position: absolute;
}

#side-bar-mng-time {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-mng-time:hover {
	cursor: pointer;
	background: rgba(44, 44, 44, 0.8);
}

#side-bar-mng-price {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-mng-price:hover {
	cursor: pointer;
	background: rgba(44, 44, 44, 0.8);
}

#side-bar-mng-del {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-mng-del:hover {
	cursor: pointer;
	background: rgba(44, 44, 44, 0.8);
}

#opt-sel {
	width: 100%;
	height: auto;
	margin-left: 20%;
	margin-top: 73px;
	position: absolute;
}

#inner-sel-title {
	height: auto;
	color: white;
	font-family: sans-serif;
	font-size: 40px;
	margin-top: 20px;
	margin-left: 2%;
	display: inline-block;
}

.inner-sel-btn {
	margin-top: 25px;
	margin-left: 1%;
	border-radius: 20px;
	position: absolute;
	width: 100%;
	max-width: 250px;
	background: rgb(13, 127, 204);
	display: inline-block;
}

.inner-sel-btn:hover {
	background: rgb(30, 5, 172);
	cursor: pointer;
}

#inner-img {
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	margin-left: 6px;
	margin-top: 5px;
	display: inline-block;
}

#popup-bg {
	display: none;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	position: fixed;
}

#main-popup-menu {
	display: none;
	width: 17%;
	height: auto;
	left: 21%;
	top: 4%;
	padding: 0px;
	position: absolute;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.20);
	background: white;
}

#main-popup-menu-item {
	border: none;
	outline: none;
	width: 100%;
	height: 47px;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 15px;
	font-family: segoe UI;
	text-align: left;
	padding-left: 1rem;
	font-weight: 600;
	border-bottom: 1px solid rgb(226, 226, 226);
}

#main-popup-menu-item:hover {
	cursor: pointer;
	background: rgb(228, 228, 228);
	border-radius: 5px;
	border-bottom: 1px solid rgb(228, 228, 228);
}

#svc-popup-menu {
	display: none;
	width: 20%;
	height: auto;
	left: 33%;
	top: 14%;
	padding: 0px;
	position: absolute;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.20);
	background: white;
}

#svc-popup-menu-item {
	border: none;
	outline: none;
	width: 100%;
	height: 47px;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 15px;
	font-family: segoe UI;
	text-align: left;
	padding-left: 1rem;
	font-weight: 600;
	border-bottom: 1px solid rgb(226, 226, 226);
}

#svc-popup-menu-item:hover {
	cursor: pointer;
	background: rgb(228, 228, 228);
	border-radius: 5px;
	border-bottom: 1px solid rgb(228, 228, 228);
}

#inner-btn {
	border: none;
	outline: none;
	margin-left: 5px;
	margin-top: 10px;
	background: rgba(255, 0, 0, 0);
	font-size: 15px;
	color: rgb(231, 226, 226);
	display: inline-block;
	position: absolute;
}

#inner-drop-down {
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	margin-top: 4px;
	right: 2%;
	display: inline-block;
	position: absolute;
}

#wrapper-product {
	width: 100%;
	height: 80%;
	margin-top: 35%;
	margin-bottom: 20px;
	position: fixed;
}

#wrapper-vendor-product {
	width: 100%;
	height: 75%;
	position: absolute;
	top: 30%;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin-top: 13%;
	background: rgb(236, 235, 235);
	margin-left: 20%;
	position: fixed;
}

#wrapper-earns {
	display: none;
	width: 100%;
	height: 100%;
	margin-top: 13%;
	background: rgb(236, 235, 235);
	margin-left: 20%;
	position: fixed;
}

#comp-text {
	width: 100%;
	height: 40%;
}

#earns-this-month {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	display: inline-block;
	color: rgb(33, 29, 247);
	background: rgba(255, 0, 0, 0);
	border-bottom: 3px solid rgb(33, 29, 247);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-jan {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-feb {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-mar {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-apl {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-may {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-jun {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-jul {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-aug {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-sept {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-oct {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-nov {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#earns-dec {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
	cursor: pointer;
}

#wrapper-inner-box {
	width: 100%;
	padding: 0px;
	position: relative;
}

#inner-container-view {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	display: none;
}

#inner-container-view-vendor {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
}

#inner-container {
	width: 100%;
	height: 62%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
}

#inner-box-data {
	width: 69%;
	height: auto;
	margin-left: 5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#inner-box-about {
	width: 69%;
	height: auto;
	margin-left: 5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#inner-box-kin {
	width: 69%;
	height: auto;
	margin-left: 5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#inner-data-container {
	width: 100%;
	height: 100%;
}

#inner-box-graph {
	width: 69%;
	height: 80%;
	margin-left: 5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#inner-box-overview {
	top: 0%;
	left: 0%;
	width: 69%;
	height: auto;
	padding: 0px;
	display: none;
	margin-left: 5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	position: absolute;
	text-align: center;
}

#inner-box-docs {
	width: 69%;
	height: auto;
	margin-left: 5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#inner-box-docs-container {
	width: 100%;
	height: 150px;
	text-align: left;
}

#docs-item {
	width: 250px;
	height: 70%;
	border-radius: 6px;
	display: inline-flex;
	background: rgb(245, 245, 245);
	margin-top: 25px;
	margin-left: 1rem;
	position: relative;
}

#docs-item:hover {
	background: rgb(226, 226, 226);
}

#docs-item-title {
	color: rgb(129, 129, 129);
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
	margin-left: 1rem;
	position: absolute;
}

docs-item-read-lc::after {
	content: '\f32f';
	color: rgb(160, 160, 160);
	font-size: 30px;
	font-family: 'Ionicons';
	bottom: 15px;
	right: 7rem;
	position: absolute;
}

docs-item-download-lc::after {
	content: '\f174';
	color: rgb(160, 160, 160);
	font-size: 30px;
	font-family: 'Ionicons';
	bottom: 15px;
	right: 4rem;
	position: absolute;
}

docs-item-print-lc::after {
	content: '\f21a';
	color: rgb(160, 160, 160);
	font-size: 30px;
	font-family: 'Ionicons';
	bottom: 15px;
	right: 1rem;
	position: absolute;
}

#box-overview-data {
	width: 420px;
	height: 350px;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	display: inline-block;
	background: white;
}

#box-overview-serv {
	width: 93%;
	height: auto;
	margin: 5px;
	padding: 0px;
	text-align: left;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	background: white;
	display: inline-block;
}

#req-btn {
	position: absolute;
	width: 100%;
	height: 85px;
	bottom: 0%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#req-btn:hover {
	/* cursor: pointer; */
	background: rgb(219, 219, 219);
}

#more-about-comp-btn {
	position: absolute;
	width: 100%;
	height: 85px;
	bottom: 0%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#more-about-comp-btn:hover {
	/* cursor: pointer; */
	background: rgb(219, 219, 219);
}

#chart_div {
	bottom: 0%;
	right: 0%;
	width: 100%;
	display: block;
	position: absolute;
}

#data-inner-line {
	width: 100%;
	height: 1px;
	background: rgb(207, 206, 206);
}

/* comment block styles */
#comment-title-bar {
	width: 100%;
	height: 45px;
	background: #ffffff;
}

#comment-item {
	width: 100%;
	height: 180px;
	text-align: left;
}

#comment-item-content {
	width: 90%;
	height: auto;
	margin-top: 0rem;
	margin-left: 4.5rem;
	background: transparent;
	/* display: inline-flex; */
	position: absolute;
}

#comment-pic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 1rem;
	margin-top: 18px;
}

#comment-name {
	color: rgb(44, 43, 43);
	font-size: 14px;
	font-weight: 500;
	margin-top: 18px;
	position: absolute;
}

#comment-date {
	color: rgb(121, 121, 121);
	font-size: 13px;
	font-weight: 400;
	margin-left: 8.5rem;
	margin-top: 19px;
	position: absolute;
}

#comment-text {
	width: 60%;
	color: rgb(44, 43, 43);
	font-size: 14px;
	font-weight: 400;
	margin-top: 48px;
	margin-bottom: 20px;
	position: relative;
}

#comment-likes {
	width: 29px;
	height: 20px;
	margin-left: 1rem;
	margin-top: 140px;
	position: relative;
}

#comment-liked {
	width: 60%;
	color: rgb(44, 43, 43);
	font-size: 12px;
	font-weight: 500;
	margin-top: 140px;
	position: relative;
}

#comment-unliked {
	/* width: 60%; */
	color: rgb(44, 43, 43);
	font-size: 12px;
	font-weight: 500;
	margin-left: 1rem;
	margin-top: 140px;
}

#like-rating-sec {
	width: 100%;
	height: 25px;
	margin-top: 0.4rem;
	position: relative;
	text-align: left;
}

/* comment rating star block */

x-star-rating {
	width: 0px;
	font-family: 'Ionicons';
	font-size: 17px;
	display: inline-flex;
	margin-left: 1rem;
}

x-star-rating>.star::after {
	content: '\f1df';
	color: #777;
}

x-star-rating>.star.full::after {
	content: '\f2fc';
	color: orange;
}

#rating-box {
	position: absolute;
	display: inline-flex;
	top: 2.5rem;
	left: 4rem;
}

#star-inner {
	font-size: 19px;
	margin-bottom: 10px;
	width: 0%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#star-inner::before {
	content: "\2605 \2605 \2605 \2605 \2605";
	color: orange;
}

#star-outer {
	font-size: 19px;
	display: inline-block;
	height: 25px;
	overflow: hidden;
}

#star-outer::before {
	content: "\2605 \2605 \2605 \2605 \2605";
	color: darkgray;
}

#rating-num {
	display: inline-block;
	margin-left: 1rem;
	color: orange;
	font-size: 17px;
}

#num-of-likes {
	position: relative;
	display: block;
	font-size: 14px;
}

/* comment rating star block ends */
/* comment block styles ends */

/* statistics side menu */
side-overview-logo::after {
	content: '\f32a';
	font-family: 'Ionicons';
	width: 10%;
	height: 10%;
	margin-left: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-flex;
}

#side-overview-title {
	position: absolute;
	margin-left: 1.7rem;
	margin-top: 10px;
	display: inline-flex;
	font-size: 16px;
}

/* side bar svs */
#side-bar-svs {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-svs:hover {
	cursor: pointer;
	background: rgb(63, 63, 63);
}

#side-svs-arrow::after {
	content: '\f154';
	font-family: 'Ionicons';
	font-size: 20px;
	color: rgb(207, 207, 207);
	margin-left: 13.6rem;
	top: 9px;
	position: absolute;
	display: inline-flex;
}

/* side bar companies */
#side-bar-comp {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-comp:hover {
	cursor: pointer;
	background: rgb(63, 63, 63);
}

#side-comp-arrow::after {
	content: '\f154';
	font-family: 'Ionicons';
	font-size: 20px;
	color: rgb(207, 207, 207);
	margin-left: 13.6rem;
	top: 9px;
	position: absolute;
	display: inline-flex;
}

/* side bar maids */
#side-bar-maids {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-maids:hover {
	cursor: pointer;
	background: rgb(63, 63, 63);
}

#side-maids-arrow::after {
	/* content: '\f154'; */
	content: '\f151';
	font-family: 'Ionicons';
	font-size: 20px;
	color: rgb(207, 207, 207);
	margin-left: 13.6rem;
	top: 9px;
	position: absolute;
	display: inline-flex;
}

/* side bar clients */
#side-bar-clients {
	width: 100%;
	height: auto;
	position: relative;
}

#side-bar-clients:hover {
	cursor: pointer;
	background: rgb(63, 63, 63);
}

#side-clients-arrow::after {
	content: '\f154';
	font-family: 'Ionicons';
	font-size: 20px;
	color: rgb(207, 207, 207);
	margin-left: 13.6rem;
	top: 9px;
	position: absolute;
	display: inline-flex;
}

#side-footer-menu {
	width: 100%;
	height: 60px;
	bottom: 0%;
	position: absolute;
	background: rgb(90, 90, 90);
	color: rgb(209, 208, 208);
	font-size: 33px;
}

#side-footer-menu:hover {
	cursor: pointer;
	background: rgb(110, 110, 110);
}

footer-icon::after {
	content: '\f11d';
	font-family: 'Ionicons';
	margin-top: 18px;
	margin-left: 3.3rem;
}

#footer-title {
	position: absolute;
	margin-left: 1.7rem;
	margin-top: 10px;
	display: inline-flex;
	font-size: 16px;
}

#on-going-item {
	width: 90%;
	height: 250px;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	background: white;
	display: inline-flex;
}

on-going-icon::after {
	content: '\f2d6';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 155, 155);
	margin-top: 10px;
	margin-left: 1rem;
	display: inline-flex;
}

#on-going-jobs-item {
	width: 90%;
	height: 250px;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	background: white;
	display: inline-flex;
}

on-going-jobs-icon::after {
	content: '\f2fd';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 155, 155);
	margin-top: 10px;
	margin-left: 1rem;
	display: inline-flex;
}

#finished-item {
	width: 90%;
	height: 250px;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	background: white;
	display: inline-flex;
}

finished-icon::after {
	content: '\f16d';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 155, 155);
	margin-top: 10px;
	margin-left: 1rem;
	display: inline-flex;
}

location-icon::after {
	content: '\f1a6';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
	/* margin-bottom: 5px;
	margin-left: 1rem;
	position: absolute; */
}

service-icon::after {
	content: '\f13d';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
	/* margin-bottom: 5px;
	margin-left: 1rem;
	position: absolute; */
}

book-time-icon::after {
	content: '\f2d6';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
	/* margin-bottom: 5px;
	margin-left: 1rem;
	position: absolute; */
}

client-icon::after {
	content: '\f17f';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
	/* margin-bottom: 5px;
	margin-left: 1rem;
	position: absolute; */
}

hours-icon::after {
	content: '\f302';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
	/* margin-bottom: 5px;
	margin-left: 1rem;
	position: absolute; */
}

progress-bar {
	font-family: 'Ionicons';
	font-size: 30px;
	display: inline-flex;
}

progress-bar>.icon::after {
	content: '\f120';
	color: grey;
}

progress-bar>.icon.full::after {
	content: '\f120';
	color: rgb(40, 127, 240);
}

progress-bar>.line.full {
	width: 250px;
	height: 5px;
	margin-top: 13px;
	background: rgb(40, 127, 240);
	/* position: absolute;
	display: inline-block; */
}

progress-bar>.line {
	width: 250px;
	height: 5px;
	margin: auto;
	background: grey;
	display: inline-block;
}

btn-more-icon::after {
	font-family: 'Ionicons';
	font-size: 25px;
	content: '\f151';
	top: 13px;
	left: 17px;
	position: absolute;
}

#btn-more-books {
	color: grey;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	right: 2rem;
	top: 1rem;
	text-align: center;
	position: absolute;
}

#btn-more-books:hover {
	cursor: pointer;
	background: rgb(230, 230, 230);
}

@keyframes spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360);
	}
}

.roll {
	animation-name: spin;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#jobs-bg-icon {
	width: 220px;
	height: 220px;
	right: 2rem;
	top: 10px;
	position: absolute;
	opacity: 0.1;
}

elapsed-hours-icon::after {
	content: '\f302';
	font-family: 'Ionicons';
	margin-top: 10px;
}

end-hours-icon::after {
	content: '\f26e';
	font-family: 'Ionicons';
	margin-top: 10px;
}

working-maid-icon::after {
	content: '\f302';
	font-family: 'Ionicons';
	margin-top: 10px;
}

cash-paid::after {
	content: '\f316';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
}

#trans-item {
	width: 220px;
	height: 100px;
	border-radius: 7px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	display: inline-block;
	text-align: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 4px;
	padding: 0px;
}

#today-s-earns {
	font-size: 20px;
}

#all-earns {
	font-size: 20px;
}

#all-vendors {
	font-size: 20px;
}

#all-clients {
	font-size: 20px;
}

#more-trans-item {
	width: 90%;
	height: 70px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	text-align: center;
	position: relative;
	border-radius: 7px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	background: rgb(219, 219, 219);
	color: rgb(40, 127, 240);
	display: inline-block;
}

#sales-by-vendor {
	width: 94%;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	background: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	display: inline-block;
}

#last-quarter {
	color: white;
	font-size: 25px;
	font-weight: 400;
}

/* #more-trans-item
{
	cursor: pointer;
} */

more-trans-arrow::after {
	content: '\f10b';
	font-family: 'Ionicons';
	font-size: 30px;
	margin: auto;
	top: 20px;
	left: 8px;
	display: inline-block;
	position: relative;
}

trans-icon::after {
	content: '\f119';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 154, 154);
	margin-left: 1rem;
	margin-top: 10px;
	position: absolute;
}

trans-date-icon::after {
	content: '\f162';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 154, 154);
	margin-left: 1rem;
	margin-top: 10px;
	position: absolute;
}

all-vendors-icon::after {
	content: '\f144';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 154, 154);
	margin-left: 1rem;
	margin-top: 10px;
	position: absolute;
}

all-clients-icon::after {
	content: '\f162';
	font-family: 'Ionicons';
	font-size: 30px;
	color: rgb(155, 154, 154);
	margin-left: 1rem;
	margin-top: 10px;
	position: absolute;
}

/* statistics styles ends */
#data-inner-nav {
	width: 100%;
	height: 45px;
}

#data-inner-item {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgb(224, 224, 224);
}

#data-nav-item {
	width: 100%;
	height: 45px;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
	display: flex;
}

#data-inner-item:hover {
	background: rgb(228, 227, 227);
}

#data-item-plan {
	border: none;
	outline: none;
	width: 17%;
	height: 50px;
	text-align: left;
	margin-left: 1rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 600;
}

#data-item-hrs {
	border: none;
	outline: none;
	width: 17%;
	height: 50px;
	margin-left: 1rem;
	text-align: left;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 400;
}

#data-item-low {
	border: none;
	outline: none;
	width: 17%;
	height: 50px;
	margin-left: 1rem;
	text-align: left;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 400;
}

#data-item-high {
	border: none;
	outline: none;
	width: 17%;
	height: 50px;
	text-align: left;
	margin-left: 1rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 400;
}

#data-nav-title {
	border: none;
	outline: none;
	width: 17%;
	height: 45px;
	margin-left: 1rem;
	text-align: left;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 400;
}

#data-nav-add {
	border: none;
	outline: none;
	height: 30px;
	width: 10%;
	padding: 2px;
	background: rgb(13, 127, 204);
	color: white;
	font-size: 13px;
	position: absolute;
	right: 4%;
	top: 8px;
	border-radius: 20px;
}

#data-nav-add:hover {
	background: rgb(30, 5, 172);
	cursor: pointer;
}

#wrapper-inner-line {
	width: 75%;
	height: 1px;
	margin-left: 2rem;
	background: rgb(179, 177, 177);
}

#wrapper-inner-nav {
	width: 75%;
	height: 70px;
	margin-left: 2rem;
	text-align: left;
}

#inner-nav-data {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	display: inline-block;
	color: rgb(33, 29, 247);
	background: rgba(255, 0, 0, 0);
	border-bottom: 3px solid rgb(33, 29, 247);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
}

#inner-nav-data:hover {
	cursor: pointer;
}

#inner-nav-usage {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
}

#inner-nav-usage:hover {
	cursor: pointer;
}

#inner-nav-docs {
	border: none;
	outline: none;
	width: auto;
	height: 70px;
	margin-left: 2rem;
	display: inline-block;
	color: rgb(63, 63, 65);
	background: rgba(255, 0, 0, 0);
	font-size: 14px;
	font-family: Segoe UI;
	font-weight: 600;
}

#inner-nav-docs:hover {
	cursor: pointer;
}

#dlg-background {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(128, 128, 128, 0.8);
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	overflow-y: scroll;
}

#dlg-background::-webkit-scrollbar {
	width: 12px;
}

#dlg-background::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

#dlg-background::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#dlg-add-data {
	display: none;
	width: 60%;
	height: 70%;
	margin: 70px auto;
	padding: 40px;
	z-index: 9999;
	background: white;
	opacity: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
	position: relative;
	padding: 0px;
}

#dlg-add-svc {
	display: none;
	width: 60%;
	height: 74%;
	margin: 70px auto;
	padding: 40px;
	z-index: 9999;
	background: white;
	opacity: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
	position: relative;
	padding: 0px;
}

#dlg-add-comp {
	display: none;
	width: 60%;
	height: 74%;
	margin: 70px auto;
	padding: 40px;
	z-index: 9999;
	background: white;
	opacity: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
	position: relative;
	padding: 0px;
}

#dlg-exit {
	border: none;
	outline: none;
	height: 30px;
	width: 10%;
	padding: 2px;
	color: rgb(87, 86, 86);
	background: rgba(128, 128, 128, 0);
	font-size: 13px;
	position: absolute;
	right: 4%;
	bottom: 13px;
	border-radius: 20px;
}

#dlg-exit:hover {
	background: rgb(216, 216, 218);
	cursor: pointer;
}

#dlg-exit-new {
	border: none;
	outline: none;
	height: 30px;
	width: 10%;
	padding: 2px;
	color: rgb(87, 86, 86);
	background: rgba(128, 128, 128, 0);
	font-size: 13px;
	position: absolute;
	right: 4%;
	bottom: 13px;
	border-radius: 20px;
}

#dlg-exit-new:hover {
	background: rgb(216, 216, 218);
	cursor: pointer;
}

#dlg-save-data {
	border: none;
	outline: none;
	height: 30px;
	width: 10%;
	padding: 2px;
	background: rgb(13, 127, 204);
	color: white;
	font-size: 13px;
	position: absolute;
	right: 15%;
	bottom: 13px;
	border-radius: 20px;
}

#dlg-save-data:hover {
	background: rgb(30, 5, 172);
	cursor: pointer;
}

#dlg-save-comp {
	display: none;
	border: none;
	outline: none;
	height: 30px;
	width: 10%;
	padding: 2px;
	background: rgb(13, 127, 204);
	color: white;
	font-size: 13px;
	position: absolute;
	right: 15%;
	bottom: 13px;
	border-radius: 20px;
}

#dlg-save-comp:hover {
	background: rgb(30, 5, 172);
	cursor: pointer;
}

#verify-comp {
	border: none;
	outline: none;
	height: 30px;
	width: 10%;
	padding: 2px;
	background: rgb(13, 127, 204);
	color: white;
	font-size: 13px;
	position: absolute;
	right: 15%;
	bottom: 13px;
	border-radius: 20px;
}

#verify-comp:hover {
	background: rgb(30, 5, 172);
	cursor: pointer;
}

#dlg-title {
	color: rgb(24, 24, 24);
	font-size: 16px;
	left: 4%;
	top: 2%;
	position: absolute;
}

#dlg-desc {
	color: rgb(24, 24, 24);
	font-size: 16px;
	left: 4%;
	right: 4%;
	top: 20%;
	position: absolute;
	text-align: justify;
}

#dlg-delete-svc {
	display: none;
	width: 45%;
	height: 35%;
	margin: 70px auto;
	padding: 40px;
	z-index: 9999;
	background: white;
	opacity: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
	position: relative;
	padding: 0px;
}

#dlg-suspend-comp {
	display: none;
	width: 45%;
	height: 35%;
	margin: 70px auto;
	padding: 40px;
	z-index: 9999;
	background: white;
	opacity: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
	position: relative;
	padding: 0px;
}

#btn-svc-offer {
	border: none;
	outline: none;
	height: 30px;
	width: auto;
	padding: 5px;
	color: rgb(128, 115, 252);
	background: rgb(241, 240, 240);
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 9%;
	right: 3%;
	border-radius: 7px;
}

#btn-svc-offer:hover {
	color: rgb(0, 4, 255);
	background: rgb(216, 216, 218);
	cursor: pointer;
}

#btn-svc-offer-reg {
	border: none;
	outline: none;
	height: 30px;
	width: auto;
	padding: 5px;
	color: rgb(128, 115, 252);
	background: rgb(241, 240, 240);
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 9%;
	right: 3%;
	border-radius: 7px;
}

#btn-svc-offer-reg:hover {
	color: rgb(0, 4, 255);
	background: rgb(216, 216, 218);
	cursor: pointer;
}

/* #btn-svc-offer:after
{
	content: '\00FC';
	float: right;
} */

#upload-lc {
	border: none;
	outline: none;
	height: 30px;
	width: auto;
	padding: 5px;
	color: rgb(128, 115, 252);
	background: rgb(241, 240, 240);
	font-size: 12px;
	position: absolute;
	top: 9%;
	right: 3%;
	border-radius: 7px;
}

#upload-lc:hover {
	color: rgb(0, 4, 255);
	background: rgb(216, 216, 218);
	cursor: pointer;
}

#upload-cert {
	border: none;
	outline: none;
	height: 30px;
	width: auto;
	padding: 5px;
	color: rgb(128, 115, 252);
	background: rgb(241, 240, 240);
	font-size: 12px;
	position: absolute;
	top: 9%;
	right: 3%;
	border-radius: 7px;
}

#upload-cert:hover {
	color: rgb(0, 4, 255);
	background: rgb(216, 216, 218);
	cursor: pointer;
}

#check-terms {
	cursor: pointer;
}

#read-terms {
	bottom: 3%;
	left: 3%;
	position: absolute;
	font-size: 13px;
}

#svc-offered {
	display: none;
	position: absolute;
	top: 20%;
	left: 47%;
	width: 270px;
	height: auto;
	background: white;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.svc-offered-reg {
	position: absolute;
	top: 32%;
	left: 4%;
	width: 349px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background: rgb(247, 246, 246);
	border-radius: 5px;
}

#dlg-verify-comp {
	display: none;
	width: 45%;
	height: 35%;
	margin: 70px auto;
	padding: 40px;
	z-index: 9999;
	background: white;
	opacity: 100%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
	position: relative;
	padding: 0px;
}

#maid-uid {
	width: 100%;
	height: 70%;
	top: 10px;
	position: absolute;
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
	color: transparent;
}

/* classes */
.field-section-comp-name {
	position: relative;
	display: inline-block;
	height: 600px;
	width: 378px;
	margin: 5px;
	padding: 0px;
}

.field-section-comp-nature {
	position: relative;
	display: inline-block;
	height: 600px;
	width: 378px;
	margin: 5px;
	padding: 0px;
}

.field-section-comp-nature-sroll {
	position: relative;
	display: inline-block;
	height: 600px;
	width: 378px;
	margin: 5px;
	padding: 0px;
	overflow: hidden;
	overflow-y: hidden;
}

.field-section-comp-nature-sroll::-webkit-scrollbar {
	width: 12px;
}

.field-section-comp-nature-sroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.field-section-comp-nature-sroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.field-section-comp-phone {
	position: relative;
	display: inline-block;
	height: 600px;
	width: 378px;
	margin: 5px;
	padding: 0px;
}

.select-field {
	display: inline-block;
	width: 15%;
	height: 50px;
	left: 35%;
	top: 14%;
	padding: 0px;
	margin: 0px;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.20);
	background-color: #00BFFF;
	z-index: 1;
}

/* .select-field:after
{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 9px solid white;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: 45%;
	right: 15px;
	z-index: 2;
} */

/* .select-field:before
{
	content: '\f13a';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: transparent;
} */

.inner-sel-btn select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-left: 8px;
	padding-right: 3rem;
	border: 0px;
	background: transparent;
	font-family: segoe UI;
	font-size: 16px;
	color: white;
	position: absolute;
	z-index: 3;
}

/* .inner-sel-btn select option
{
	display: none;
} */

.opt-st {
	height: 20px;
	color: #ffffff;
	padding: 8px 16px;
	border-bottom: grey;
	background: #00BFFF;
	cursor: pointer;
}

/* The container must be positioned relative: */
.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select select {
	display: none;
	/*hide original SELECT element: */
}

.select-selected {
	background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

#wrapper-1 {
	position: absolute;
	top: 30%;
	left: 30%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px 5px 5px;
	border-radius: 10px;
}

.box {
	width: 70%;
	margin: 150px auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	text-align: center;
}

#all-companies {
	width: 100%;
	height: 80%;
	bottom: 0%;
	margin-top: 10%;
	margin-left: 7%;
	position: fixed;
	overflow: hidden;
	overflow-y: scroll;
}

#all-comp-footer {
	width: 100%;
	height: 30%;
	bottom: 0%;
	background: rgb(236, 235, 235);
	position: fixed;
}

#comp-container {
	width: 85.3%;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
	position: absolute;
}

#vendor-item-row {
	width: 350px;
	height: 400px;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	display: inline-block;
	background: rgb(241, 241, 241);
}

#item-row-title {
	width: 100%;
	height: 58%;
	background-color: white;
	position: absolute;
	border-radius: 0px 0px 8px 8px;
	padding-top: 0.5rem;
	bottom: 0;
}

#product-item-row {
	width: 240px;
	height: 270px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	text-align: left;
	margin: 10px;
	background-color: whitesmoke;
	display: inline-block;
}

#product-item-row:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	cursor: pointer;
	transition: 0.5s;
	transform: translateY(-10px);
}

#list-view-panel {
	left: 1rem;
	top: 20%;
	width: 97%;
	overflow-x: scroll;
	overflow-x: hidden;
	text-align: start;
	height: 265px;
	position: absolute;
	border-radius: 3px;
}

#maps-container {
	width: 92%;
	height: 220px;
	background-color: rgb(206, 206, 205);
	position: relative;
	border-radius: 10px 10px 10px 10px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
}

#map-panel {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 10px 10px;
}

#search-container-view {
	height: 50px;
	background-color: rgb(245, 244, 243);
	position: absolute;
	top: 8%;
	left: 13px;
	right: 13px;
	align-items: start;
	justify-content: left;
	display: flex;
}

#search-container {
	width: 92%;
	height: 50px;
	background-color: rgb(245, 244, 243);
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: left;
}

#search-container:hover {
	cursor: pointer;
}

#location-name {
	color: darkgrey;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	display: inline-block;
}

#search-hint {
	color: #000;
	margin-left: 13px;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	bottom: 0.1rem;
}

#search-icon-container {
	width: 50px;
	height: 100%;
	right: 0%;
	bottom: 2%;
	position: absolute;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

#add-cart-icon {
	color: #FFF;
}

#delete-cart-icon {
	color: #FFF;
}

#search-icon {
	position: absolute;
	margin-top: 16px;
	left: 33%;
}

#place-icon {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: darkgrey;
	top: 18px;
}

#search-place-container {
	width: 92%;
	height: 50px;
	background-color: rgb(245, 244, 243);
	position: absolute;
	top: 20%;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	text-align: left;
}

#search-place-result {
	height: 100%;
	margin: 0;
	padding: 0;
}

#place-result-name {
	font-size: 15px;
	color: #000;
	position: relative;
	margin-top: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
}

#search-place-btn {
	width: 50px;
	height: 100%;
	background-color: limegreen;
	right: 0%;
	bottom: 2%;
	position: absolute;
	text-align: center;
}

#search-place-btn:hover {
	cursor: pointer;
}

#close-dlg-btn {
	position: absolute;
	top: 3%;
	right: 3%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	align-items: center;
}

#close-dlg-btn:hover {
	cursor: pointer;
	background: darkgrey;
}

#search-product-input {
	color: black;
	padding-left: 10px;
	text-decoration: none;
	border: none;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	font-size: 17px;
	background: transparent;
}

#product-list {
	position: relative;
	top: 5%;
	height: 70%;
	margin-left: 1rem;
	margin-right: 1rem;
}

#product-list-vendor {
	position: relative;
	top: 5%;
	height: 70%;
	margin-left: 1rem;
	margin-right: 1rem;
}

#product-footer {
	width: 100%;
	height: 28%;
	position: fixed;
	bottom: 0%;
	background-color: rgb(241, 241, 241);
	display: none;
}

#cart-holder {
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#vendor-footer {
	position: relative;
	background-color: white;
	display: none;
	margin-left: 0%;
	margin-right: 0%;
}

#detail-img-vendor {
	width: 100%;
	height: auto;
	position: relative;
}

#detail-img {
	width: 180px;
	height: 100%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#poster-vendor {
	width: 100%;
	height: 30%;
	position: fixed;
	top: 0%;
	filter: blur(5px);
	-webkit-filter: blur(5px);
}

#item {
	width: 100%;
	height: 110px;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

.item {
	width: 100%;
	height: 110px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#item:hover {
	cursor: pointer;
	background-color: rgb(236, 236, 236);
	transition: 0.5s;
	transform: translateY(-10px);
}

#item-img {
	width: 100px;
	height: 100%;
	border-radius: 5px 0px 0px 5px;
	position: absolute;
	background-color: darkgray;
}

#item-name {
	margin-left: 8rem;
	position: absolute;
	margin-bottom: 5px;
}

#item-qty {
	margin-top: 2.7rem;
	margin-left: 8rem;
	color: darkgray;
	font-size: 13px;
	position: absolute;
}

#item-price {
	margin-top: 4rem;
	margin-left: 8rem;
	position: absolute;
	font-size: 15px;
	margin-bottom: 5px;
}

/* vendor product item row */
#item-img-vendor-product {
	width: 100px;
	height: 100%;
	border-radius: 5px 0px 0px 5px;
	position: absolute;
	background-color: darkgray;
}

#item-name-vendor-product {
	margin-left: 8rem;
	position: absolute;
	margin-bottom: 5px;
}

#item-qty-vendor-product {
	margin-top: 2.7rem;
	margin-left: 8rem;
	color: darkgray;
	font-size: 13px;
	position: absolute;
}

#item-price-vendor-product {
	margin-top: 4rem;
	margin-left: 8rem;
	position: absolute;
	font-size: 15px;
	margin-bottom: 5px;
}

#item-vendor-product {
	width: 100%;
	height: 110px;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#item-vendor-product:hover {
	cursor: pointer;
	background-color: rgb(236, 236, 236);
	transition: 0.5s;
	transform: translateY(-10px);
}

#vendor-products-view {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: none;
}

#add-to-cart-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	right: 3rem;
	margin-top: 2.8rem;
	text-align: center;
}

#add-to-cart-btn:hover {
	cursor: pointer;
	background-color: darkgray;
}

#cart-item-count {
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	color: black;
}

#cart-item-count-vendor {
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	color: black;
}

#decreas-cart-items-btn-vendor:hover {
	cursor: pointer;
}

#increas-cart-items-btn-vendor:hover {
	cursor: pointer;
}

#decreas-cart-items-btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	background-color: limegreen;
	cursor: pointer;
}

#increas-cart-items-btn {
	display: inline-block;
	width: 100px;
	height: 30px;
	background-color: limegreen;
	cursor: pointer;
}

#increas-cart-items-btn-vendor {
	width: 100px;
	height: 30px;
	background-color: rgb(52, 52, 52);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: flex;
}

#decreas-cart-items-btn-vendor {
	width: 100px;
	height: 30px;
	background-color: rgb(52, 52, 52);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: flex;
}

#btn-add-to-cart {
	width: 20%;
	height: 30px;
	right: 5%;
	top: 40%;
	text-align: center;
	background-color: black;
	cursor: pointer;
	position: absolute;
}

#btn-add-to-cart-vendor:hover {
	cursor: pointer;
}

#btn-add-to-cart-vendor {
	height: 50px;
	align-items: center;
	justify-content: center;
	display: none;
	bottom: 0.4rem;
	left: 8rem;
	right: 8rem;
	background-color: limegreen;
	position: fixed
}

#visit-vendor-btn {
	width: 20%;
	height: 30px;
	right: 5%;
	top: 60%;
	text-align: center;
	background-color: rgb(94, 93, 93);
	cursor: pointer;
	position: absolute;
}

#add-icon {
	position: absolute;
	color: limegreen;
	margin-top: 12px;
	margin-right: 9px;
	right: 5px;
}

#item-vendor {
	margin-left: 2rem;
	color: darkgray;
	font-size: 13px;
	position: relative;
}

#vendor-uid {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
	color: transparent;
}

#vendor-uid-item {
	width: 100%;
	height: 250px;
	position: absolute;
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
	color: transparent;
	top: 0%;
}

#vendor-uid-prod {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	border: 0px solid transparent;
	cursor: pointer;
	color: transparent;
}

#item-detail-name-vendor {
	position: relative;
	margin-top: 15px;
	margin-left: 2rem;
	margin-right: 2rem;
	text-align: center;
	font-size: 20px;
}

#item-detail-qty-vendor {
	position: relative;
	margin-top: 10px;
	margin-left: 2rem;
	margin-right: 2rem;
	text-align: center;
	font-size: 15px;
	color: rgb(145, 144, 144);
}

#item-detail-price-vendor {
	position: relative;
	margin-top: 10px;
	margin-left: 2rem;
	margin-right: 2rem;
	text-align: center;
	font-size: 15px;
}

#item-detail-desc-vendor {
	position: relative;
	margin-top: 10px;
	margin-left: 2rem;
	margin-right: 2rem;
	text-align: center;
	font-size: 13px;
	color: black
}

#item-detail-vendor-prod {
	position: relative;
	margin-top: 10px;
	margin-left: 2rem;
	margin-right: 2rem;
	text-align: center;
	color: rgb(145, 144, 144);
}

#item-detail-place-vendor {
	position: relative;
	margin-top: 10px;
	margin-left: 2rem;
	margin-right: 2rem;
	text-align: center;
	font-size: 13px;
	color: black
}

#item-detail-name {
	position: absolute;
	left: 17%;
}

#item-add-to-cart-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	font-size: 20px;
	font-weight: 200;
	align-items: center;
	justify-content: center;
	display: flex;
	color: limegreen;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#item-detail-qty {
	position: absolute;
	left: 17%;
	top: 15%;
	font-size: 15px;
	color: rgb(145, 144, 144);
}

#item-detail-price {
	position: absolute;
	left: 17%;
	top: 28%;
}

#item-detail-desc {
	position: absolute;
	left: 17%;
	top: 47%;
	font-size: 13px;
	color: black
}

#item-detail-vendor {
	position: absolute;
	left: 17%;
	top: 60%;
	color: rgb(145, 144, 144);
}

#item-detail-place {
	position: absolute;
	left: 17%;
	top: 75%;
	font-size: 13px;
	color: black
}

#strong-price-vendor {
	color: black;
}

#strong-price {
	color: black;
}

#close-btn-icon {
	margin: 11px;
	color: black;
}

#test-map {
	position: relative;
	width: 98%;
	height: 150px;
}

/* shopping art */
.container {
	width: 1000px;
	margin: auto;
	transition: 0.5s;
}

header {
	width: 100%;
	grid-template-columns: 1fr 50px;
	position: fixed;
}

header .shopping {
	width: 40px;
	position: absolute;
	text-align: right;
	right: 4rem;
	top: 3rem;
}

#shopping-cart-vendor {
	background-color: transparent;
}

header .shopping:hover {
	cursor: pointer;
}

#close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	text-align: center;
	left: 1rem;
	top: 2.1rem;
	background-color: white;
}

#vendor-title {
	color: white;
	top: 1rem;
	left: 5rem;
	position: absolute;
}

#close:hover {
	cursor: pointer;
	background-color: darkgray;
}

#loading-bar {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: white;
}

.share {
	font-weight: bold;
	position: absolute;
	color: white;
	top: 1.3rem;
	right: 2rem;
}

.share:before {
	content: ".";
	font-size: 2.2em;
	position: absolute;
	bottom: -1.5px;
	left: -4px;
}

.share:after {
	content: ":";
	font-size: 2em;
	position: absolute;
	bottom: -8px;
	right: -7px;
}

#close-vendors {
	position: absolute;
	left: 1rem;
	top: 1.5rem;
	color: white;
}

header .shopping img {
	width: 40px;
}

header .shopping span {
	background: red;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	top: -5px;
	left: 80%;
	padding: 3px 10px;
}

.list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	margin-top: 50px;
}

.list .item {
	text-align: center;
	background-color: #DCE0E1;
	padding: 20px;
	box-shadow: 0 50px 50px #757676;
	letter-spacing: 1px;
}

.list .item img {
	width: 90%;
	height: 430px;
	object-fit: cover;
}

.list .item .title {
	font-weight: 600;
}

.list .item .price {
	margin: 10px;
}

.list .item button {
	background-color: #1C1F25;
	color: #fff;
	width: 100%;
	padding: 10px;
}

.close-cart {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 16px;
	right: 2.2rem;
	background-color: white;
	text-align: center;
	border-radius: 50%;
}

.close-cart:hover {
	cursor: pointer;
}

/* check out container */

.close-check-out {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 16px;
	left: 0.8rem;
	background-color: white;
	text-align: center;
	border-radius: 50%;
}

.close-check-out:hover {
	cursor: pointer;
	background-color: #bbbbbb;
}

.checkout {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.open .checkout {
	left: calc(0%);
}

.open .container {
	transform: translateX(0px);
}

.main-menu {
	position: fixed;
	top: 0;
	right: 100%;
	width: 500px;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.menu .main-menu {
	right: calc(100% - 500px);
}

.order-history-details {
	position: fixed;
	top: 25%;
	width: 100%;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.order .order-history-details {
	top: calc(100% - 20%);
}

.card {
	position: fixed;
	top: 0;
	left: 100%;
	width: 500px;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.active .card {
	left: calc(100% - 500px);
}

.active .container {
	transform: translateX(-200px);
}

.card h1 {
	color: #E8BC0E;
	font-weight: 100;
	margin: 0;
	padding: 0 20px;
	height: 80px;
	display: flex;
	align-items: center;
}

.card .checkOut {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);

}

.card .checkOut div {
	background-color: limegreen;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}

.card .checkOut div:nth-child(2) {
	background-color: #1C1F25;
	color: #fff;
}

.listCard li {
	display: grid;
	grid-template-columns: 100px repeat(3, 1fr);
	color: #fff;
	row-gap: 10px;
}

.listCard li div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.listCard li img {
	width: 90%;
}

.listCard li button {
	background-color: #fff5;
	border: none;
}

.listCard .count {
	margin: 0 10px;
}

#main-menu-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	left: 1rem;
	justify-content: center;
	align-items: center;
	text-align: center;

}

#place-order-btn {
	height: 50px;
	background-color: #000;
	cursor: pointer;
	position: absolute;
	left: 13px;
	right: 13px;
	align-items: center;
	justify-content: center;
	display: flex;
	bottom: 13px;
	color: white;
}

#sub-total-currency {
	font-size: 16px;
	color: limegreen;
	position: absolute;
	top: 5rem;
	right: 2rem;
}

#sub-total {
	color: limegreen;
}

#delivery-fee-currency {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 3rem;
	right: 2rem;
}

#delivery-fee {
	color: #000;
}

#total-currency {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 1.2rem;
	right: 2rem;
}

#total {
	color: #000;
}

#deliver-to {
	font-size: 14px;
	color: #000;
	position: absolute;
	width: 200px;
	top: 1rem;
	left: 3.8rem;
}

#phone-no {
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 0.8rem;
	left: 3.8rem;
}

#order-warn-dlg {
	background-color: rgb(189, 186, 186);
	width: 100%;
	height: 100%;
	display: none;
}

#order-status-dlg {
	background-color: rgb(189, 186, 186);
	width: 100%;
	height: 100%;
	display: none;
}

#order-payment-dlg {
	background-color: rgb(189, 186, 186);
	width: 100%;
	height: 100%;
	display: none;
}

.order-payment-dlg {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.payment .order-payment-dlg {
	left: calc(0%);
}

.payment .container {
	transform: translateX(-200px);
}

.order-warn-dlg {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.warn .order-warn-dlg {
	left: calc(0%);
}

.warn .container {
	transform: translateX(-200px);
}

.order-status-dlg {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #FFF;
	height: 100vh;
	transition: 0.5s;
}

.status .order-status-dlg {
	left: calc(0%);
}

.status .container {
	transform: translateX(-200px);
}

#proceed-dlg-btn {
	display: inline-block;
	margin-right: 0%;
	text-align: center;
	width: 50%;
	height: 100%;
	cursor: pointer;
}

#cancel-order-dlg-btn {
	display: inline-block;
	margin-left: 0%;
	text-align: center;
	width: 50%;
	height: 100%;
	cursor: pointer;
}

#order-notes {
	width: 70%;
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 1.8rem;
	left: 3.8rem;
	border: none;
	text-decoration: none;
	background: transparent;
}

#cancel-order-btn {
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 50px;
	display: flex;
	background-color: red;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: flex;
	color: white;
}

#prepare-order-line {
	position: relative;
	list-style-type: none;
	margin-left: 40%;
	width: 3px;
	height: 40px;
	background-color: darkgray;
}

#prepare-order-dot {
	width: 20px;
	height: 20px;
	position: relative;
	list-style-type: none;
	border-radius: 50%;
	background-color: darkgray;
}

#prepare-order-text {
	position: relative;
	list-style-type: none;
	color: darkgray;
}

#oredr-in-transit-dot {
	width: 20px;
	height: 20px;
	position: relative;
	list-style-type: none;
	border-radius: 50%;
	background-color: darkgray;
}

#order-in-transit-line {
	position: relative;
	list-style-type: none;
	margin-left: 40%;
	width: 3px;
	height: 90px;
	background-color: darkgray;
}

#order-received-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	list-style-type: none;
	background-color: darkgray;
}

#order-in-transit-text {
	position: relative;
	list-style-type: none;
	color: darkgray;
}

#order-delivered-text {
	position: relative;
	list-style-type: none;
	color: darkgray;
}

#alert-dialog {
	position: absolute;
	width: 270px;
	border: none;
	background-color: white;
}

#dialog-no-btn {
	width: 40px;
	height: 30px;
	font-size: 15px;
	font-weight: 600;
	list-style-type: none;
	color: limegreen;
}

#dialog-yes-btn {
	width: 40px;
	height: 30px;
	margin-left: 15px;
	font-size: 15px;
	font-weight: 600;
	list-style-type: none;
	color: red;
}

#amount-to-pay {
	position: absolute;
	margin-top: 4rem;
	margin-left: 14.6rem;
	color: limegreen;
}

#order-payment-amount {
	color: limegreen;
}

#order-payment-btn {
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 50px;
	display: flex;
	background-color: limegreen;
	cursor: pointer;
}

#order-status-txt-container {
	height: 200px;
	position: absolute;
	top: 7.5rem;
	left: 3.6rem;
}

.dialog {
	width: 40%;
	height: 32%;
	background-color: white;
	border-radius: 10px;
	position: absolute;
	right: 30%;
	top: 30%;
}

.status-dlg {
	width: 40%;
	height: 100%;
	background-color: white;
	position: absolute;
	left: 30%;
}

.payment-dlg {
	width: 40%;
	height: 100%;
	background-color: white;
	position: absolute;
	left: 30%;
}

#order-received-text {
	position: relative;
	list-style-type: none;
	color: limegreen;
}

#cancel-status-btn {
	color: white;
	position: absolute;
	margin-top: 0.5rem;
	margin-left: 14rem;
}

#cart-add-delete-btn {
	margin-top: 3rem;
	margin-left: 2rem;
	margin-right: 2rcap;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
}

#detailts-container {
	position: relative;
	height: auto;
	margin-top: 28%;
	display: none;
}

#amount-title {
	color: black;
	position: absolute;
	margin-top: 2rem;
	margin-left: 13rem;
	font-weight: bold;
}

#register-btn {
	color: black;
}

#close-profile-btn {
	margin-top: 1rem;
	margin-right: 1rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}

#save-profile-btn {
	position: fixed;
	height: 50px;
	bottom: 0%;
	left: 20%;
	right: 20%;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#prof-nav {
	height: 60px;
	position: fixed;
	top: 0%;
	left: 20%;
	right: 20%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white
}

#menu-close-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
}

#prof-pic-holder {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid gray;
	position: relative;
	left: 1rem;
}

#prof-pic {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#prof-name {
	left: 1rem;
	position: relative;
	height: 20px;
	color: black;
}

#side-nav-home-btn {
	left: 1rem;
	position: relative;
	height: 20px;
	cursor: pointer;
}

#side-nav-order-history-btn {
	left: 1rem;
	top: 10px;
	position: relative;
	height: 20px;
	cursor: pointer;
}

#order-history-list-row {
	margin: 10px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#order-hitory-pic {
	width: 300px;
	position: relative;
	height: 250px;
	margin-left: 40%;
	border-radius: 8px 8px 0px 0px;
	background-color: rgb(221, 163, 163);
}

#earn-nav {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0%;
	background-color: white;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#total-earns {
	position: relative;
	display: block;
	margin-left: 1rem;
	margin-top: 0.4rem;
	color: green;
	font-size: 30px;
}

#invite-btn {
	width: 300px;
	height: 45px;
	border: none;
	background-color: black;
	color: white;
}

#invite-vendor-btn {
	width: 300px;
	height: 45px;
	border: none;
	background-color: red;
	color: white;
}

#send-req-btn {
	width: 300px;
	height: 45px;
	border: none;
	background-color: black;
	color: white;
}

#send-vendor-req-btn {
	width: 300px;
	height: 45px;
	border: none;
	background-color: black;
	color: white;
}

#send-pay-req-btn {
	width: 300px;
	height: 45px;
	border: none;
	background-color: black;
	color: white;
}

#invite-view {
	width: 100%;
	position: fixed;
	top: 60px;
	bottom: 0%;
	display: none;
	background-color: white;
}

#invite-vendor-view {
	width: 100%;
	position: fixed;
	top: 60px;
	bottom: 0%;
	display: none;
	background-color: white;
}

#pay-out-view {
	width: 100%;
	position: fixed;
	top: 60px;
	bottom: 0%;
	display: none;
	background-color: white;
}

#order-history-name {
	top: 5px;
	left: 1rem;
	right: 1rem;
	width: 90%;
	font-size: 19px;
	font-weight: 500;
	position: relative;
	list-style-type: none;
	text-transform: uppercase;
}

#order-history-price {
	color: limegreen;
	top: 7px;
	left: 1rem;
	font-weight: 500;
	position: relative;
	list-style-type: none;
}

#order-history-qty {
	color: gray;
	font-size: 15px;
	margin-top: 7px;
	left: 1rem;
	position: relative;
	list-style-type: none;
}

#order-history-desc {
	width: 97%;
	font-size: 15px;
	top: 7px;
	left: 1rem;
	color: gray;
	position: relative;
	list-style-type: none;
}

#order-history-vendor {
	top: 17px;
	left: 1rem;
	width: 80%;
	bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	list-style-type: none;
}

#order-history-date {
	width: 95%;
	font-size: 13px;
	margin-top: 50px;
	bottom: 20px;
	color: gray;
	text-align: right;
	position: relative;
	list-style-type: none;
}

#order-history-exit-btn {
	display: flex;
	width: 100%;
	height: 40px;
	cursor: pointer;
	justify-content: center;
	bottom: 0%;
	align-items: center;
	position: fixed;
	background-color: black;
}

#order-prof-pic-holder {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid gray;
}

#order-prof-pic {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#expand-order-btn {
	width: 100%;
	height: 40px;
	position: relative;
	top: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#menu-about-btn {
	left: 1rem;
	top: 17px;
	position: relative;
	height: 20px;
	cursor: pointer;
}

#menu-earn-btn {
	left: 1rem;
	top: 20px;
	position: relative;
	height: 20px;
	cursor: pointer;
}

#menu-terms-btn {
	left: 1rem;
	top: 7px;
	position: relative;
	height: 20px;
	cursor: pointer;
}

#menu-privacy-btn {
	left: 1rem;
	top: 1.2rem;
	position: relative;
	height: 20px;
	cursor: pointer;
}

#menu-logout-btn {
	position: fixed;
	bottom: 2%;
	display: flex;
	align-items: start;
	cursor: pointer;
}

/* discounts */

#close-dic-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	top: 1.3rem;
	right: 2rem;
	background-color: gray;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#disc-tile {
	position: fixed;
	top: 0.5rem;
	left: 2rem;
	color: #000;
}

#disc-list {
	width: 100%;
	height: auto;
	margin-top: 18%;
	text-align: center;
}

#disc-item-row {
	position: relative;
	height: 250px;
	width: 300px;
	border-radius: 8px;
	margin-bottom: 8px;
	margin-left: 1rem;
	margin-right: 1rem;
	background-color: white;
	cursor: pointer;
	display: inline-block;
}

#disc-vendor {
	position: absolute;
	left: 0%;
	margin-top: 1rem;
	width: 12rem;
	height: 35px;
	border-radius: 0px 15px 15px 0px;
	background-color: limegreen;
}

#disc-vendor-name {
	position: absolute;
	color: white;
	width: 80%;
	margin-top: 5px;
	margin-left: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#disc-offer {
	position: absolute;
	right: 0%;
	bottom: 1rem;
	width: 15rem;
	height: 35px;
	border-radius: 15px 0px 0px 15px;
	background-color: orange;
}

#disc-offer-amount {
	position: absolute;
	color: white;
	width: 96%;
	margin-top: 5px;
	margin-left: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#disc-img {
	width: 100%;
	height: 100%;
}

#disc-sel-btn {
	width: 300px;
	background-color: transparent;
	color: transparent;
	position: absolute;
	top: 0%;
	bottom: 0%;
}

/* order history */

#ordered-by {
	position: relative;
	left: 1rem;
	top: 0.4rem;
	font-size: 13px;
}

#order-from {
	position: relative;
	left: 1rem;
	top: 0.9rem;
	font-size: 13px;
}

#schedule {
	position: relative;
	left: 1rem;
	top: 1.3rem;
	font-size: 13px;
}

#order-phone {
	position: relative;
	left: 1rem;
	top: 2rem;
	font-size: 13px;
}

#delivery-notes {
	position: relative;
	left: 1rem;
	top: 2.8rem;
	font-size: 13px;
}

#payment-method {
	position: relative;
	left: 1rem;
	top: 3.8rem;
	font-size: 13px;
}

#cart-list-view {
	position: absolute;
	top: 8rem;
	height: 70%;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	background-color: white;
}

.cart-list-view {
	position: absolute;
	top: 8rem;
	height: 70%;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	background-color: white;
}

#cart-item-row {
	position: relative;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
}

.cart-item-row {
	position: relative;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
}

#cart-img-row {
	width: 80px;
	height: 80px;
}

#cart-name-row {
	position: absolute;
	width: 243px;
	bottom: 55px;
	margin-left: 5.6rem;
	font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#cart-price-row {
	position: absolute;
	width: 243px;
	bottom: 28px;
	margin-left: 5.6rem;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#cart-btn-container {
	position: absolute;
	align-items: center;
	justify-content: center;
	display: flex;
	bottom: 8px;
	right: 20px;
}

#cart-minus-btn {
	width: 30px;
	height: 30px;
	color: limegreen;
	border: 1px solid lightgrey;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
}

#cart-qty-row {
	font-size: 19px;
	margin-left: 10px;
	margin-right: 10px;
}

#cart-plus-btn {
	width: 30px;
	height: 30px;
	color: limegreen;
	border: 1px solid lightgrey;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
}

#cart-close-btn {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
}

#cart-vendor-name {
	position: absolute;
	top: 12px;
	left: 4rem;
	font-weight: bolder;
	font-size: 22px;
}

#cart-selected-qty {
	position: absolute;
	left: 20px;
	top: 6rem;
	font-size: 14px;
	cursor: pointer;
}

#cart-sel-item-btn {
	position: absolute;
	width: 112px;
	height: 40px;
	background-color: transparent;
	color: transparent;
	bottom: 1.3rem;
	right: 10px;
}

#item-added-btn {
	width: 30px;
	height: 30px;
	right: 12px;
	bottom: 12px;
	position: absolute;
	color: limegreen;
	border: 1px solid lightgrey;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
}

#pass-reset-btn {
	color: white;
	background-color: orangered;
}

#close-search {
	position: absolute;
	top: 14px;
	left: 13px;
}

#order-history-view {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	overflow-y: scroll;
	top: 4rem;
	bottom: 2rem;
}

#open-maps {
	background-color: white;
}

#close-maps {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 0.5rem;
	align-items: center;
	justify-content: center;
	display: flex;
	border: 2px solid lightgray;
	background-color: white;
}

/* remove item css */
#remove-item-name {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#remove-item-no-btn {
	width: 150px;
	height: 40px;
	border: 2px solid gray;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	display: flex;
}

#remove-item-img {
	height: 300px;
	position: relative;
	margin-top: 20px;
	rotate: 25deg;
}

#remove-item-yes-btn {
	width: 150px;
	height: 40px;
	margin-left: 10px;
	background-color: black;
	border-radius: 5px;
	color: white;
	align-items: center;
	justify-content: center;
	display: flex;
}

#close-order-status-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	top: 1.5rem;
	left: 1rem;
}

#order-status-titel {
	color: black;
	position: absolute;
	top: 2.5rem;
	font-size: 15px;
	font-weight: 500;
	margin-left: 5.5rem;
}

/* schedule order */

#calendar-dlg {
	width: 80%;
	border: none;
	background-color: white;
}

#as-soon-as-possible-btn {
	width: 150px;
	height: 80px;
	background-color: rgb(218, 250, 218);
}

#schedule-order-btn {
	width: 150px;
	height: 80px;
	margin-left: 32px;
	background-color: #f7f7f7;
}

#schedule-order-date {
	width: 120px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	text-decoration: none;
	border-radius: 5px;
}

#schedule-order-time {
	width: 120px;
	height: 40px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	text-decoration: none;
	border-radius: 5px;
}

#cart-shadow {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 123px;
	background-color: white;
	box-shadow: 0 14px 28px rgba(153, 153, 153, 0.22), 0 1px 1px rgba(153, 153, 153, 0.22);
}

#proceed-to-cart-btm {
	position: fixed;
	height: 50px;
	left: 2rem;
	right: 2rem;
	bottom: 0%;
	background-color: limegreen;
	align-items: center;
	justify-content: center;
	display: flex;
	color: white;
	cursor: pointer;
}

#checkout-shadow {
	width: 100%;
	height: 104px;
	position: fixed;
	top: 0%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.23);
}

#checkout-container {
	width: 100%;
	height: auto;
	position: absolute;
	top: 17%;
	bottom: 32%;
	overflow: hidden;
	overflow-y: scroll;
}

#contact-vendor-btn {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 17px;
	bottom: 8rem;
}

/* landing */
#discover-view {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#landing-img {
	width: 70px;
	height: 70px;
	display: inline-block;
}

#landing-txt-holder {
	margin-left: 10rem;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#discover-title {
	width: 600px;
	max-width: 90vw;
	text-align: left;
}

#landing-btn-holder {
	display: flex;
	align-items: start;
	justify-content: start;
}

#landing-login-btn {
	width: 200px;
	height: 50px;
	border: none;
	border-radius: 5px;
	color: white;
	background-color: black;
	cursor: pointer;
}

#landing-reg-btn {
	width: 200px;
	height: 50px;
	border: none;
	border-radius: 5px;
	color: white;
	background-color: black;
	margin-left: 10px;
	cursor: pointer;
}

#landing-view {
	position: relative;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#landing-location {
	color: black;
	text-align: center;
}

#enjoy-txt {
	color: black;
}

#landing-nav-bar {
	width: 100%;
	height: 70px;
	position: fixed;
	display: none;
	align-items: center;
	justify-content: space-between;
	top: 0;
	box-shadow: 0 1px 3px rgba(68, 68, 68, 0.16), 0 1px 3px rgba(68, 68, 68, 0.16);
	background-color: white;
}

#demo-wise-btn {
	width: 200px;
	height: 150px;
	cursor: pointer;
	margin: 20px;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(68, 68, 68, 0.16), 0 1px 3px rgba(68, 68, 68, 0.16);
	background-color: white;
}

#phone-img-view {
	display: inline-block;
	margin-top: 30px;
}

#courier-view {
	width: 400px;
	display: inline-block;
	margin-top: 20px;
}

#partner-view {
	width: 400px;
	display: inline-block;
	margin-top: 20px;
}

#newsroom-view {
	width: 400px;
	display: inline-block;
	margin-top: 20px;
}

#download-view {
	position: relative;
	top: 100px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

#download-txt-view {
	width: 400px;
	display: inline-block;
}

#footer-links-view {
	width: 100%;
	height: 300px;
	position: relative;
	margin-top: 400px;
	display: flex;
	justify-content: space-between;
	background-color: black;
	text-align: center;
}

#about-links-view {
	width: 200px;
	display: inline-block;
	position: relative;
	top: 20px;
	margin-left: 5rem;
	text-align: left;
}

#follow-links-view {
	display: inline-block;
	text-align: left;
	position: relative;
	top: 20px;
}

#download-footer-view {
	width: 200px;
	display: inline-block;
	position: relative;
	top: 50px;
	right: 50px;
}

#pop-vendor {
	width: 100%;
	position: relative;
	display: inline-block;
	top: 35px;
	left: 0rem;
	right: 0rem;
	text-align: center;
}

/* register */
#privacy-txt-btn {
	border: none;
	margin-right: 1.5rem;
	background-color: transparent;
	color: white;
	cursor: pointer;
}

#search-place-input {
	width: 88%;
	height: 40px;
	color: black;
	font-size: 16px;
	padding-left: 10px;
	margin-right: 1rem;
	margin-left: 1rem;
	border: none;
}

#courier-partner-what {
	position: relative;
	top: 220px;
	text-align: center;
	display: block;
}

@media (max-width: 600px) {
	body {
		margin: 0px;
		padding: 0px;
	}

	.box {
		width: 100%;
		height: auto;
		margin-top: 50px;
		padding: 0px;
		position: relative;
		background-color: #FFF;
	}

	.box-footer {
		width: 100%;
		height: 30%;
		bottom: 0%;
		margin: 20px auto;
		padding: 0px;
		text-align: center;
		display: none;
		background-color: #000;
	}

	.box-footer a {
		text-decoration: none;
		font-family: sans-serif;
		font-size: 14px;
		color: darkgrey;
		margin: 40px;
	}

	.box-footer a:hover {
		color: blue;
	}

	.head {
		width: 100%;
		height: 70px;
		top: 0px;
		left: 0px;
		position: fixed;
		background-color: white;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.location-or-search-panel {
		width: auto;
		height: auto;
		padding: 0px;
		margin: 0px;
		margin-bottom: 40px;
		position: relative;
		background-color: #FFF;
	}

	.location-panel {
		height: 60px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.location-panel:hover {
		cursor: pointer;
		background-color: rgb(233, 233, 233);
		border-radius: 20px;
	}

	/* landing */

	#phone-img-view {
		display: none;
		margin-top: 30px;
	}

	#courier-partner-what {
		position: relative;
		top: 220px;
		text-align: center;
		display: block;
	}

	#courier-view {
		width: 100%;
		display: block;
		position: relative;
		text-align: center;
	}

	#partner-view {
		width: 100%;
		display: block;
		position: relative;
		text-align: center;
		margin-top: 50px;
	}

	#newsroom-view {
		width: 100%;
		text-align: center;
		display: block;
		position: relative;
		margin-top: 3rem;
	}

	#download-view {
		position: relative;
		top: 100px;
		margin-left: 30px;
		margin-right: 30px;
		text-align: center;
		display: block;
	}

	#download-txt-view {
		width: 300px;
		display: inline-block;
	}

	#footer-links-view {
		width: 100%;
		height: 700px;
		position: relative;
		margin-top: 400px;
		display: block;
		background-color: black;
		text-align: center;
	}

	#about-links-view {
		width: 200px;
		display: block;
		position: relative;
		top: 5rem;
		margin-left: 2rem;
		text-align: left;
	}

	#follow-links-view {
		display: block;
		text-align: left;
		position: relative;
		top: 7rem;
		margin-left: 2rem;
	}

	#download-footer-view {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		top: 12rem;
		right: 0;
	}

	#pop-vendor {
		width: 300px;
		position: relative;
		display: block;
		top: 35px;
		left: 2rem;
		right: 2rem;
		text-align: center;
	}

	#checkout-container {
		width: 100%;
		height: auto;
		position: absolute;
		top: 14.5%;
		overflow: hidden;
		overflow-y: scroll;
	}

	#place-icon {
		position: absolute;
		right: 15px;
		bottom: 10px;
		color: darkgrey;
		margin-top: 23px;
	}

	#amount-title {
		color: black;
		position: absolute;
		margin-top: 2rem;
		margin-left: 7rem;
		font-weight: bold;
	}

	#all-cawine-vendors {
		color: black;
		font-weight: 600;
	}

	#search-hint {
		color: #000;
		margin-left: 13px;
		margin-right: 10px;
		font-size: 17px;
		font-weight: 400;
		position: absolute;
		margin-top: 4%;
	}

	#search-container {
		height: 55px;
		background-color: rgb(226, 225, 224);
		position: relative;
		margin-top: 20px;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 20px;
		text-align: left;
	}



	#order-hitory-pic {
		width: 100%;
		position: relative;
		height: 250px;
		width: 100%;
		margin-left: 0%;
		border-radius: 8px 8px 0px 0px;
		background-color: rgb(221, 163, 163);
	}

	#wrapper-vendor-product {
		width: 100%;
		height: 75%;
		position: absolute;
		top: 30%;
	}

	#maps-container {
		width: 92%;
		height: 150px;
		background-color: rgb(206, 206, 205);
		position: relative;
		border-radius: 10px 10px 10px 10px;
		margin-top: 20px;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 30px;
	}

	.products-title {
		font-weight: 400;
		margin-left: 12px;
		color: #000;
	}

	.products-title-panel {
		width: auto;
		height: auto;
		margin-right: 30px;
		margin-bottom: 10px;
		position: relative;
		background-color: #FFF;
		text-align: left;
	}

	/* inner section */

	#inner-section {
		width: 150px;
		height: 120px;
		margin-top: 8px;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 30px;
		background-color: rgb(241, 239, 239);
		border-radius: 10px;
		position: relative;
		text-align: center;
	}

	#inner-section img {
		height: 50px;
		width: 50px;
		margin: 10px;
		background-color: transparent;
	}

	#inner-section p {
		font-family: sans-serif;
		font-size: 15px;
		color: #000;
	}

	#location-name {
		color: darkgrey;
		left: 3px;
		font-size: 13px;
		position: absolute;
	}

	#poster-vendor {
		width: 100%;
		height: 30%;
		filter: blur(0px);
		-webkit-filter: blur(0px);
	}

	#logo-title {
		width: 290px;
		color: black;
		margin-top: 35px;
		left: 12px;
		font-size: 15px;
		font-weight: 400;
		position: absolute;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	#show-cart-btn {
		position: absolute;
		align-items: center;
		justify-content: center;
		display: none;
		left: 13px;
		height: 50px;
		right: 13px;
		bottom: 13px;
		background-color: limegreen;
		cursor: pointer;
	}

	#btn-cart-price {
		color: white;
	}

	#btn-cart-qty {
		color: white;
		font-size: 17px;
	}

	#cart-list-view {
		position: absolute;
		top: 8rem;
		height: 70%;
		width: 100%;
		overflow: hidden;
		overflow-y: scroll;
		position: relative;
		background-color: white;
	}

	#landing-location {
		color: black;
		width: 169px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}

	#item-name-vendor-product {
		width: 180px;
		margin-left: 8rem;
		position: absolute;
		margin-bottom: 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	#all-companies {
		width: 100%;
		height: 90%;
		bottom: 0%;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		position: fixed;
		overflow: hidden;
		overflow-y: scroll;
	}

	#comp-container {
		width: 100%;
		margin: 0px;
		padding: 0px;
		text-align: center;
		position: absolute;
	}

	#vendor-item-row {
		width: 92%;
		height: 400px;
		margin-top: 10px;
		margin-left: 12px;
		margin-right: 12px;
		padding: 0px;
		position: relative;
		border-radius: 10px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
		background: rgb(241, 241, 241);
	}

	#prof-holder {
		position: fixed;
		height: auto;
		top: 0%;
		left: 0%;
		right: 0%;
		bottom: 0%;
		overflow: hidden;
		overflow-y: scroll;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}

	#save-profile-btn {
		position: fixed;
		height: 50px;
		bottom: 0%;
		left: 0%;
		right: 0%;
		background-color: black;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	#prof-nav {
		height: 60px;
		position: fixed;
		top: 0%;
		left: 0%;
		right: 0%;
		background-color: white
	}

	/* shopping cart */

	.card {
		position: fixed;
		top: 0;
		left: 100%;
		width: 359px;
		background-color: #FFF;
		height: 100vh;
		transition: 0.5s;
	}

	.active .card {
		left: calc(100% - 359px);
	}

	.active .container {
		transform: translateX(-200px);
	}

	.card h1 {
		color: #E8BC0E;
		font-weight: 100;
		margin: 0;
		padding: 0 20px;
		height: 80px;
		display: flex;
		align-items: center;
	}

	.card .checkOut {
		position: absolute;
		bottom: 0;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);

	}

	.card .checkOut div {
		background-color: limegreen;
		width: 100%;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		cursor: pointer;
	}

	.card .checkOut div:nth-child(2) {
		background-color: #1C1F25;
		color: #fff;
	}

	.close-cart {
		position: absolute;
		width: 30px;
		height: 30px;
		top: 16px;
		right: 2.2rem;
		background-color: white;
		text-align: center;
		border-radius: 50%;
	}

	.checkout {
		position: fixed;
		top: 0;
		left: 100%;
		width: 359px;
		background-color: #FFF;
		height: 100vh;
		transition: 0.5s;
	}

	.open .checkout {
		left: calc(100% - 359px);
	}

	.open .container {
		transform: translateX(-200px);
	}

	.close-cart:hover {
		cursor: pointer;
	}

	.order-warn-dlg {
		position: fixed;
		top: 0;
		left: 100%;
		width: 350;
		background-color: #FFF;
		height: 100vh;
		transition: 0.5s;
	}

	.warn .order-warn-dlg {
		left: calc(100% -350px);
	}

	.warn .container {
		transform: translateX(-200px);
	}

	.order-status-dlg {
		position: fixed;
		top: 0;
		left: 100%;
		width: 514px;
		background-color: #5c5353;
		height: 100vh;
		transition: 0.5s;
	}

	.status .order-status-dlg {
		left: calc(100% - 514px);
	}

	.status .container {
		transform: translateX(-200px);
	}

	.order-payment-dlg {
		position: fixed;
		top: 0;
		left: 100%;
		width: 514px;
		background-color: #FFF;
		height: 100vh;
		transition: 0.5s;
	}

	.payment .order-payment-dlg {
		left: calc(100% - 514px);
	}

	.payment .container {
		transform: translateX(-200px);
	}

	.main-menu {
		position: fixed;
		top: 0;
		right: 100%;
		width: 100%;
		background-color: #FFF;
		height: 100vh;
		transition: 0.5s;
	}

	.menu .main-menu {
		right: calc(0%);
	}

	#menu-home-container {
		position: fixed;
		top: 0;
		width: 100%;
		height: 70px;
		background-color: white;
	}

	#order-status-view {
		background-color: aqua;
		position: relative;
		width: 100%;
		height: 100%;
		margin-top: 4.6rem;
	}

	#contact-vendor-btn {
		width: 100%;
		position: absolute;
		text-align: center;
		font-size: 17px;
		bottom: 8rem;
		cursor: pointer;
	}

	#disc-panel {
		position: relative;
		height: 120px;
		border-radius: 10px;
		margin-top: 0.3rem;
		margin-left: 14px;
		margin-right: 14px;
		background-image: linear-gradient(to right, rgb(145, 8, 8), black);
	}

	.dialog {
		width: 100%;
		height: 22%;
		background-color: white;
		border-radius: 10px;
		position: absolute;
		top: 40%;
		right: 0%;
		display: flex;
		background-color: #777;
	}

	.status-dlg {
		width: 100%;
		height: 100%;
		background-color: white;
		position: absolute;
	}

	.payment-dlg {
		width: 100%;
		height: 100%;
		background-color: white;
		position: absolute;
		right: 0%;
	}

	#cart-close-btn {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 30px;
		height: 30px;
	}

	#prepare-order-line {
		position: relative;
		list-style-type: none;
		margin-left: 40%;
		width: 3px;
		height: 40px;
		background-color: darkgray;
	}

	#prepare-order-dot {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		position: relative;
		list-style-type: none;
		background-color: darkgray;
	}

	#order-in-transit-line {
		position: relative;
		list-style-type: none;
		margin-left: 40%;
		width: 3px;
		height: 90px;
		background-color: darkgray;
	}

	#order-in-transit-dot {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		position: relative;
		list-style-type: none;
		background-color: darkgray;
	}

	#order-received-dot {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		position: relative;
		list-style-type: none;
		background-color: darkgray;
	}

	#prepare-order-text {
		position: relative;
		list-style-type: none;
		color: darkgray;
	}

	#oredr-in-transit-dot {
		width: 20px;
		height: 20px;
		position: relative;
		list-style-type: none;
		border-radius: 50%;
		background-color: darkgray;
	}

	#status-dlg-view {
		width: 100%;
		height: 100%;
		background-color: white;
		position: relative;
		margin-top: 2rem;
		bottom: 0%;
	}

	#order-in-transit-text {
		position: relative;
		list-style-type: none;
		color: darkgray;
	}

	#order-received-text {
		position: relative;
		list-style-type: none;
		color: limegreen;
	}

	#cancel-status-btn {
		color: white;
		position: absolute;
		margin-top: 0.6rem;
		margin-left: 8rem;
	}

	#product-footer {
		width: 100%;
		height: 100%;
		position: fixed;
		bottom: 0%;
		background-color: rgb(241, 241, 241);
		display: none;
	}

	#cart-holder {
		height: auto;
		margin-left: 0%;
		margin-right: 0%;
	}

	#vendor-footer {
		height: auto;
		position: relative;
		background-color: rgb(255, 255, 255);
		display: block;
		margin-left: 0%;
		margin-right: 0%;
	}

	#detail-img-vendor {
		width: 100%;
		height: auto;
		position: relative;
	}

	#detailts-container {
		width: 100%;
		position: relative;
		height: auto;
	}

	#item-detail-name-vendor {
		position: relative;
		margin-top: 15px;
		margin-left: 2rem;
		margin-right: 2rem;
		text-align: center;
		font-size: 20px;
	}

	#item-detail-qty-vendor {
		position: relative;
		margin-top: 15px;
	}

	#item-detail-price-vendor {
		position: relative;
		margin-top: 15px;
	}

	#item-detail-desc-vendor {
		position: relative;
		margin-top: 10px;
		margin-left: 2rem;
		margin-right: 2rem;
		text-align: center;
		font-size: 13px;
	}

	#item-detail-vendor-prod {
		position: relative;
		margin-top: 10px;
		margin-left: 2rem;
		margin-right: 2rem;
		text-align: center;
	}

	#item-detail-place-vendor {
		position: relative;
		margin-top: 10px;
		margin-left: 2rem;
		margin-right: 2rem;
		text-align: center;
	}

	#cart-add-delete-btn {
		position: relative;
		align-items: center;
		justify-content: center;
		display: flex;
		margin-top: 3rem;
		margin-left: 2rem;
		margin-right: 2rcap;
	}

	#btn-add-to-cart-vendor {
		height: 50px;
		align-items: center;
		justify-content: center;
		display: none;
		bottom: 0.4rem;
		left: 0.5rem;
		right: 0.5rem;
		background-color: limegreen;
		position: fixed
	}

	#cart-shadow {
		position: absolute;
		top: 0%;
		width: 100%;
		height: 123px;
		background-color: white;
		box-shadow: 0 14px 28px rgba(153, 153, 153, 0.22), 0 1px 1px rgba(153, 153, 153, 0.22);
	}

	#amount-to-pay {
		position: absolute;
		margin-top: 4rem;
		margin-left: 7.6rem;
		color: limegreen;
	}

	/* discounts */

	#close-dic-btn {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		position: fixed;
		top: 1.3rem;
		right: 1rem;
		background-color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	#disc-list {
		width: 100%;
		height: auto;
		margin-top: 30%;
		text-align: center;
		padding: 0%;
	}

	#disc-item-row {
		position: relative;
		height: 250px;
		width: 320px;
		border-radius: 8px;
		margin-bottom: 8px;
		background-color: white;
		cursor: pointer;
	}

	#vendor-title {
		width: 70%;
		color: white;
		top: 1rem;
		left: 5rem;
		position: absolute;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	header {
		width: 100%;
		grid-template-columns: 1fr 50px;
		position: fixed;
	}

	header .shopping {
		width: 40px;
		position: absolute;
		text-align: right;
		right: 4rem;
		top: 3rem;
		display: none;
	}

	#shopping-cart-vendor {
		background-color: transparent;
	}

	header .shopping:hover {
		cursor: pointer;
	}

	#cart-vendor-name {
		position: absolute;
		top: 12px;
		left: 4rem;
		font-weight: bolder;
		font-size: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	#proceed-to-cart-btm {
		position: fixed;
		height: 50px;
		left: 13px;
		right: 13px;
		bottom: 0%;
		background-color: limegreen;
		align-items: center;
		justify-content: center;
		display: flex;
		color: white;
	}

	#item-name {
		width: 60%;
		margin-left: 8rem;
		position: absolute;
		margin-bottom: 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	#order-status-titel {
		color: black;
		position: absolute;
		top: 2.5rem;
		font-size: 15px;
		font-weight: 500;
		margin-left: 5.5rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	#search-place-input {
		width: 70%;
		height: 34px;
		color: black;
		margin-left: 17px;
		margin-right: 10px;
		font-size: 17px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 5px;
		border: 2px solid darkgrey;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
	}

	#order-status-txt-container {
		height: 200px;
		position: absolute;
		top: 13.2rem;
		left: 3.6rem;
	}

	/* landing */

	#discover-view {
		position: relative;
		top: 20%;
		left: 0px;
		right: 0px;
		display: block;
		text-align: center;
	}

	#landing-img {
		position: relative;
		border-radius: 50%;
		background-color: black;
		margin-top: 90px;
	}

	#landing-txt-holder {
		position: relative;
		margin-top: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#discover-title {
		text-align: inherit;
		margin-top: 40px;
		margin-left: 20px;
		margin-right: 20px;
		width: 270px;
	}

	#landing-btn-holder {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	#landing-login-btn {
		width: 150px;
		height: 50px;
		border: none;
		border-radius: 5px;
		color: white;
		background-color: black;
		cursor: pointer;
	}

	#landing-reg-btn {
		width: 150px;
		height: 50px;
		border: none;
		border-radius: 5px;
		color: white;
		background-color: black;
		margin-left: 10px;
		cursor: pointer;
	}

	#landing-view {
		position: relative;
		height: auto;
	}

	#enjoy-txt {
		color: black;
		margin-top: 30px;
	}
}