@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none !important;
}

.bg-green {
	background: #25d265;
}

.bg-yellow {
	background-color: #FFD800;
	color: #000;
}

.bg-light-green {
	background: #e2f0c4 !important;
	color: #000 !important;
}

.bg-orange {
	background: #ff7549;
}

.bg-grey {
	background-color: #F3F3F3 !important;
	color: #000;
}

.bg-pink {
	background-color: #ff2b2b14;
}

.bg-lite-red {
	background: #db5050;
	color: white !important;
}

.bg-dark-orange {
	background: #fccc62 !important;
	color: white !important;
}

.bg-red {
	background-color: #FF2B2B;
	color: white !important;
}

.ml-24 {
	margin-left: 24%;
}

.rating-B {
	background-color: #FFDA7D;
	display: inline-block;
	padding: 15px 15px 7px !important;
}

.rating-A {
	background-color: #27D272;
	display: inline-block;
	padding: 15px 15px 7px !important;
}

.rating-C {
	background-color: #FB2424;
	display: inline-block;
	padding: 15px 15px 7px !important;
}

.rating-D {
	background-color: #E8A590;
	display: inline-block;
	padding: 15px 15px 7px !important;
}

.text-B {
	color: #FFDA7D !important;
}

.text-A {
	color: #27D272 !important;
}

.text-C {
	color: #FB2424 !important;
}

.text-D {
	color: #E8A590 !important;
}

.product-image {
	background-color: white;
	padding: 5px;
	border-radius: 20px;
	height: 300px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.product-image img{
    max-height: 270px;
}

.additive-ratings {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.link-light {
	color: white;
}

.text-grey {
	color: grey;
}

.text-lite-black {
	color: #1b2c3e !important;
}

.width-100 {
	width: 100% !important;
}

.width-90 {
	width: 90%;
}

.width-80 {
	width: 80%;
}

.width-75 {
	width: 75%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.width-50 {
	width: 50%;
}

.width-45 {
	width: 45%;
}

.width-40 {
	width: 40%;
}

.width-35 {
	width: 35%;
}

.width-30 {
	width: 30%;
}

.width-25 {
	width: 25%;
}

.width-20 {
	width: 20%;
}

.width-15 {
	width: 15%;
}

:root {
	--offcanvas-width: 280px;
	--topNavbarHeight: 100px;
	--topNavbarWidth: 100%;
}

::-webkit-scrollbar {
	width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #e2f0c4;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #e2f0c4;
	border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #e2f0c4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
}

.btn-rounded {
	border-radius: 10px;
}

.text-light {
	color: #ffffff !important;
}

.border-none {
	border: none !important;
}

.float-right {
	float: right;
}

ul li {
	list-style: none;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.pr-40 {
	padding-right: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-10 {
	padding-left: 10px;
}

.fs-7 {
	font-size: 7px;
}

.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.radius-20 {
	border-radius: 20px;
}

.radius-30 {
	border-radius: 30px;
}

.radius-50 {
	border-radius: 50%;
}

.radius-bottom-20 {
	border-radius: 0 0 20px 0;
}

.radius-top-20 {
	border-radius: 20px 20px 0 0;
}

.radius-10 {
	border-radius: 10px;
}

.radius-5 {
	border-radius: 5px;
}

.border-bottom-2 {
	border-bottom: 2px solid #dbdbdb;
}

.bottom-dashed-1 {
	border-bottom: 1px dashed #f3f3f3;
}

.status-unblock {
	background: #2CCE47;
	color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 25px;
	font-weight: 700;
	font-size: 8px;
	right: 25px;
}

.status-unblock:hover {
	background: white;
	color: #2CCE47;
}

.status-block {
	background: red;
	color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 25px;
	font-weight: 700;
	font-size: 8px;
	right: 25px;
}

.status-block:hover {
	background: white;
	color: red;
}

.navbar {
	background-color: #e2f0c4;
	position: fixed;
	width: 100%;
	border-radius: 0px !important;
	z-index: 1100;
	top: 0;
	left: 0;
}

.navbar .logo img {
	width: 170px;
	height: 50px;
}

.navbar .logo p {
	font-size: 22px;
	/* line-height: px; */
	position: relative;
	/* margin-top: px; */
	padding-top: 5px;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 0;
}

.side-bar {
	width: var(--offcanvas-width);
	border: none;
	overflow: auto;
	padding-right: 30px;
	z-index: 1100;
	color: #000;
}

.side-bar .nav-link {
	display: flex;
}

.side-bar .collapse .card-body {
	padding: 0px;
}

.btn-active {
	background: #ffffff !important;
	color: #000 !important;
	border-radius: 5px;
}

.btn-active>a,
.btn-active>i {
	color: #000 !important;
}

.btn-active>div {
	display: block !important;
}

.filter-btn {
	height: 53px;
	text-align: center;
	/* padding: 12px 3px; */
	color: white;
	border-radius: 10px;
}

.search-box .box {
	padding-left: 40px;
	width: 100%;
	padding: 15px 100px 15px 40px;
	border-radius: 10px;
}

.search-box i {
	position: relative;
	bottom: 40px;
	left: 15px;
}

.search-box .search-btn {
	position: relative;
	bottom: 47px;
	float: right;
	padding: 8px 20px;
	right: 10px;
	border-radius: 20px;
	background-color: #1F6EA7;
	color: white;
}

.box-margin-left {
	margin-left: 0px;
}

.status {
	position: absolute;
	top: 14px;
	font-size: 10px;
	right: 45px;
	padding: 4px 10px;
	border-radius: 20px;
}

.table-striped tr:nth-child(odd) {
	background-color: #0F99B5 !important;
	color: white !important;
}

.table-striped tr:nth-child(even) {
	background-color: #D8F1FF !important;
	color: #1b2c3e !important;
}

.login {
	background-color: #e2f0c4;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px;
}

.login-form {
	margin: auto;
	padding: 5% 5% 4.3% 5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: url('../images/login-bg.png');
	height: 100vh;
	background-position: center;
	background-size: 100% 100%;
}

.login-form h2 {
	font-family: 'Lora', serif !important;
	font-style: serif !important;
}

.login .logo {
	position: absolute;
	display: flex;
	top: 30px;
	left: 30px;
}

.login .logo img {
	width: 70px;
}

.login .logo h4 {
	margin-top: 7%;
	padding-left: 15px;
	font-size: 20px;
}

.login-form form {
	align-items: center;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	/* padding-top: 100px; */
}

.login-form form h2 {
	font-family: 'lato', sans-serif;
	font-weight: bold;
	font-size: 50px;
}

.login-form form .form-control {
	border: 1px solid #d8d8d8;
	background-color: transparent;
	border-radius: 5px;
	padding: 15px;
	padding-right: 40px;
	box-shadow: none;
}

.login-form form #show-pass {
	position: relative;
	float: right;
	right: 20px;
	bottom: 34px;
	color: #d8d8d8;
}

.login-form form .login-btn {
	width: 100%;
	border-radius: 5px;
	background: #FF7549;
	color: white;
	padding-top: 10px;
	margin-top: 40px;
	padding-bottom: 10px;
	border: 1px solid #FF7549;
}

.navbar {
	height: var(--topNavbarHeight);
}

.main {
	margin-top: var(--topNavbarHeight);
	padding: 30px;
	min-height: 100vh;
	background-color: #fff;
}

.main .dashboard-cards>div {
	padding: 8% 0 8% 5%;
	border-radius: 20px;
	/* width: 99%; */
	margin-top: 20px;
	margin-left: 1%;
}

.main .user-cards div {
	padding: 15px !important;
	position: relative;
	border-radius: 20px;
}

.main .user-cards img {
	width: 100%;
	border-radius: 20px;
	height: 250px;
	object-fit: cover;
}

.main .btn-add-category {
	color: white;
	border: none;
	/* justify-content: center; */
	border-radius: 20px;
}

.main .btn-add-category>i {
	position: relative;
	margin-top: 2px;
	margin-right: 15px;
}

.main .btn-add-category>span {
	position: relative;
	/* margin-bottom: -8px; */
	padding-top: 3px;
}

.main .modal .modal-content {
	border-radius: 20px;
}

.main .table-striped .btn-delete {
	padding: 5px 15px;
	border-radius: 20px;
	background: #1b2c3e;
	color: white !important;
}

.main .document-img {
	border: 1px dashed black;
	border-radius: 20px;
	background: #fff;
	padding: 10px;
}

.main .document-img>img {
	border-radius: 20px;
	width: 100%;
}

.main .document-img .download-doc {
	position: absolute;
	bottom: 3px;
	right: 20px;
}

.main .document-img-2 {
	height: 300px;
	border: 1px dashed black;
	border-radius: 20px;
	background: #fff;
	padding: 1px;
}

.main .document-img-2>img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
	height: 295px;
}

.main .document-img-2 .download-doc {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.main .btn-approve {
	background-color: #0f98b4;
	color: white;
}

.side-bar .nav>li {
	margin-top: 20px;
}

.side-bar .nav #btn-active {
	border-radius: 5px 5px 0px 0px;
}

.side-bar .nav>li {
	margin-top: 20px;
	padding: 7px 0;
	border-radius: 0 20px 20px 0;
	color: #000000;
}

.side-bar .nav>li a {
	padding: 5px 10px 5px 40px;
}

.btn-logout-1 {
	display: none;
}

.btn-logout-2 {
	display: block;
}

.bg-orange {
	background: #FF7549;
}

.login .login-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login .login-img>img {
	width: 180px;
}

.side-bar .logo {
	display: none;
}

.modal {
	z-index: 1300;
}

.rating_box {
	/* text-align: center; */
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.rating-box {
	position: absolute;
	bottom: 8px;
	padding: 0px;
	right: 15px;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	color: #fff;
	background-color: orange;
	z-index: 1350;
}

.added-data {
	height: 100px;
	width: 100%;
	border: 1px solid #cacaca;
	overflow-y: auto;
}

@media (max-width: 768px) {
	.login .login-img>img {
		width: 130px;
		padding: 20px;
	}
}



@media (min-width: 768px) {
	/* .login .login-img {
		background: url("../images/login-image.svg");
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
	} */

	@media (max-width: 768px) {
		.login .login-img>img {
			width: 130px;
			padding: 20px;
		}
	}

	.login-form form {
		align-items: center;
		/* padding-top: 100px; */
	}

	.main .dashboard-cards>div {
		background-size: auto 100%;
		border-radius: 20px;
		padding: 8% 0 8% 5%;
		/* width: 48%; */
		margin-top: 20px;
		/* border-radius: 40px; */
		margin-left: 1%;
	}
}

@media (min-width: 992px) {

	.w-80 {
		width: 80%;
	}

	.side-bar .modal-backdrop {
		display: none;
		opacity: 0;
	}

	.side-bar {
		padding-top: 30px;
		transform: none;
		visibility: visible !important;
		/* height: calc(100% - var(--topNavbarHeight)); */
		/* margin-top: var(--topNavbarHeight); */
		padding-right: 40px;
	}

	.btn-logout-1 {
		display: block;
	}

	.btn-logout-2 {
		display: none;
	}

	.side-bar .nav>li {
		margin-top: 20px;
		padding: 7px 0;
		border-radius: 0 20px 20px 0;
		color: #000000;
	}

	.side-bar .nav>li a {
		padding: 5px 10px 5px 40px;
	}

	.btn-side-bar {
		display: none;
	}

	.side-bar .logo {
		padding: 10px 20px 10px 40px;
		display: block;
	}

	.btn-close {
		display: none;
	}

	.height-100 {
		height: 100vh;
	}

	.main {
		margin-left: calc(var(--offcanvas-width) - 10px);
		margin-top: calc(var(--topNavbarHeight) - 10px);
		background: #fff;
		padding: 30px;
		z-index: 1100 !important;
		position: relative;
		border-radius: 20px 0 0 0;
	}

	/* --------------Dashboard---------- */
	.main .dashboard-cards>div {
		padding: 2%;
		border-radius: 20px;
		/* width: 31%; */
		margin-left: 1%;
	}

	.main .user-cards div {
		width: 30%;
		margin-left: 2%;
	}

	.main .dashboard-cards>div span {
		position: relative;
		bottom: 5px;
		/* font-size: 15px !important; */
	}

	/* ------------Dashboard End----------- */

	/* ----------------LOGIN--------------- */
	.login .login-img {
		background: url("../images/login-image.svg");
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
	}

	.login-form form {
		margin: auto;
	}

	.login-form form {
		margin: auto;
		align-items: center;
	}

	.login .logo img {
		width: 80px;
	}

	/* ----------------LOGIN END--------------- */

	.main .document-img {
		width: 49%;
	}
	
	
    .product-image {
        
        height: 400px;
    }
    .product-image img{
        height: 350px;
    }
}

/* --------------- Edit Delete Drop Down ----------- */

.main .menu-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}

.main #nav ul.dropdown {
	display: none;
	position: absolute;
	left: -110px;
	top: 25px;
	z-index: 1;
	padding: 8px 0px 8px 0;
	background: #fff;
	border-radius: 15px 0 15px 15px;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.main #nav ul.dropdown li {
	list-style: none;
	/* width: 150px; */
}

.main #nav ul.dropdown li a {
	text-decoration: none;
	/* padding: 0em 1em; */
	color: #000;
	display: block;
}

.toggle-dropdown>img {
	width: 30px !important;
}

.tags {
	background: none repeat scroll 0 0 #fff;
	border-radius: 10px;
	display: table;
	padding: 0.5em;
	width: 100%;
}

.tags li.tagAdd,
.tags li.addedTag {
	float: left;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.tags li.addedTag {
	background: none repeat scroll 0 0 #FF7549;
	border-radius: 10px;
	color: #fff;
	padding: 0.25em 0.5em;
	margin-top: 5px;
}