

:root {
	--primary_color: #0f5511;
	--p2_color: #13590d;
	--secondary_color: #096b03;
}
.theme_btn1{
	background-color: #054f8b;
}
.red_txt{
	color: red;
	font-weight: 600;
}

body {
    font-family: opensans;
    overflow-x: hidden;
    overflow-y: hidden;
				font-size:16px;
				font-weight:500;
				line-height:1.2;
				letter-spacing:normal;
				white-space:normal;
				word-spacing:normal;
				word-wrap:normal;
				word-break:normal;
				color:black;
				background:white;
				display:block;
				margin:0px;
				padding:0px;
				cursor:default;
			 -webkit-user-select: none; 
				-moz-user-select: none; 
				-ms-user-select: none;
				user-select: none;
				-moz-tab-size: 4;
				-o-tab-size: 4;
				tab-size: 4;
				scroll-behavior: smooth;
}
#page_content{
	text-align: -webkit-center;
}

.loader{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	z-index: 99999;
	background: url('../../assets/loader/spinner.gif') center no-repeat rgba(255,255,255,0.5);
	/* background-size: cover; */
}

.main{
	width: 100%;
	min-height: 100vh;

	margin-top: 80px;
    margin-left: 80px;
}
@media screen and (max-width: 768px) {
    .main{
        margin-left: 2px;
    }

}

.logo{
	height: 70px;
}

th{
	align-content: center!important;
}

.navbar .container-fluid{
	/* display: flex; */
    /* flex-direction: row; */
    align-items: center;

	display: flow;
}

.navbar .navbar-right{
	position: absolute;
	right: 3px;
	align-self: auto;
}
.navbar-nav{
	margin: 0px!important;

	    /* background-color: #bfe1d3; */
    padding: 0px 15px;
    box-shadow: 5px 4px 6px #0004;
    border-radius: 10px;
}
.navbar-nav>li>a{
	padding: 13px!important;
}

.navbar-inverse {
    background-color: var(--primary_color);
}
.navbar-header img{
	height: 60px;
	padding: 4px;
}
.navbar{
	min-height: 90px;
}

.header_logo{
	/* height: 80px!important; */
	height: calc(60px + (40 - 8) * ((100vw - 320px) / (1200 - 320)))!important;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        min-height: 50px;
    }
	.navbar .navbar-right{
		align-self: anchor-center;
	}
}

table th{
	text-align: center;
}


#ack_popup {
	visibility: hidden;
	height: 37px;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: left;
    border-radius: 8px;
	padding: 7px;
	position: fixed;
	z-index: 9999999;
	top: 20px;
	right: 20px;
	bottom: 30px;
	font-size: 17px;
  }
  #ack_popup.success_ack{
	background-color: #169605;
  }
  #ack_popup.fail_ack{
	background-color: #d40909;
  }
  
  #ack_popup.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }

  .table_section .table{
    width: max-content;
  }

  .item_header_row{
	background-color: #028174!important;
  }

  .sub_text{
	font-size: 0.8em;
  }


  .table_filter_sec{
	display: flex;
	text-align: center;
    margin-top: 20px;
	width: fit-content;
	padding-left: 30px;
  }
  .table_filter_sec .table_filter{
	display: flex;
	padding-left: 10px;
  }


  .table_pagination ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 2.5px 5px;
    margin-bottom:10px;
}
.table_pagination ul li{
    background: #f2b43d;
    color: black;
    padding: 4px 8px;
    border-right: solid 1px white;
    cursor: pointer;
}
.table_pagination ul li.current{
    background: var(--primary_color);
    color: white;
}
.table_pagination ul li.hide{
    display: none;
}
.table_pagination ul li.first-gap{
    margin-right:10px;
}
.table_pagination ul li.last-gap{
    margin-left:10px;
}


.form-control{
	border: 1px solid #0006!important;
}
.w3-modal .w3-button{
	padding: 4px 16px!important;
}

.clickable{
	cursor: pointer;
}
.btn{
	padding: 3px 7px 1px 7px;
}

.date_inp{
	width: 110px;
}

.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
.login-container{
	text-align: -webkit-center;
	padding-top: 30px;
	margin-top: 10%;
}
.login-container form{
	width: fit-content;
}

.table_section{
	/* padding: 5px; */
	padding: 5px 10px;
	/* overflow: scroll; */
}
.table_section .col-sm-6, .table_section .col-xs-8{
	padding-left: 0px;
	padding-right: 0px;
}
table thead tr{
	background-color: #024722!important;
	color: #fff;
}
.table_section thead tr th, .table_section tbody tr td{
	height: 2em;
	text-align: center;
}
@media (min-width: 993px){
    .table_section thead tr th{
        height: auto;
    }
    .table_section .col-sm-6, .table_section .col-xs-8{
        padding-left: 15px;
        padding-right: 15px;
    }
	.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
        padding: 8px 8px;
    }
}

.btn-success {
    background-color: #077d07!important;
    border-color: #077d07!important;
}

.table-container{
	margin-top:5px;
	margin-bottom:50px;
	overflow:auto; 
}

.w3-teal{
	height: 45px;
}
.w3-teal h2, .w3-teal h3{
	font-size: 27px;
	margin-top: 3px!important;
}
.w3-table-all th{
	text-align:center;
	letter-spacing:1px;
	color:white;
}
.w3-table-all td{
	text-align:center;
	letter-spacing:0.5px;
}
.w3-teal, .w3-hover-teal:hover{
	background-color: #0277bd!important;
}
.w3-teal, .w3-hover-teal:hover {
    background-color: #089961!important;
}
.w3-teal h2{
	color: #fff;
	font-weight: 600;
    font-family: serif;
}


/* sidebar */
	.sidebar {
	background-color: var(--primary_color);
	opacity: 0.9;
	width: 260px;
	position: fixed;
	top: 60px;
	left: 0;
	height: 100%;
	padding: 3px 3px;
	z-index: 100;
	overflow-y: scroll;
	box-shadow: 0 0 1px var(--grey-color-light);
	transition: all 0.5s ease;
	}
	.sidebar.close {
		padding: 2px 0;
		width: 80px;
	} 
	.sidebar.close.hoverable .expand_sidebar{
		display: flex;
	}
	.sidebar.close.hoverable .expand_sidebar span, .sidebar.close.hoverable .collapse_sidebar{
		display: none;
	}
	.sidebar::-webkit-scrollbar {
		display: none;
	}
	.menu_content {
		position: relative;
	}
	.menu_content .sidebar_meu_items{
		/* height: 100vh; */
		overflow: visible;
		margin-bottom: 120px;
	}
	.menu_title {
		margin: 15px 0px 1px 0;
		padding: 0 20px;
		font-size: 18px;
		color: #fff;
	}
	.sidebar.close .menu_title {
		padding: 6px 30px;
	}
	.menu_title::before {
		color: var(--grey-color);
		white-space: nowrap;
	}
	.menu_dahsboard::before {
		content: "";
	}
	.menu_other_inf::before {
		content: "";
	}
	.menu_security::before {
		content: "Security";
	}
	.sidebar.close .menu_title::before {
		content: "";
		position: absolute;
		height: 2px;
		width: 18px;
		border-radius: 12px;
		background: #fff;
	}
	.menu_items {
		padding: 0;
		list-style: none;
	}
	.menu_items li{
		cursor: pointer;
	}
	.menu_items .item.active a svg g path{
		fill: #29bdff;
	}
	.menu_items .item.active .navlink{
		color: #29bdff;
	}
	.menu_items .item.active .submenu li.active a{
		color: #29bdff;
	}
	.navlink{
		color: #fff;
		cursor: pointer;
	}
	.submenu_item  .fa-chevron-down{
		color: #fff;
		cursor: pointer;
	}
	.navlink_icon {
		position: relative;
		font-size: 22px;
		min-width: 50px;
		line-height: 40px;
		display: inline-block;
		text-align: center;
		border-radius: 6px;
	
		color: #fff;
		cursor: pointer;
	}
	.info_menu_items .navlink_icon{
		line-height: 25px;
	}
	.info_menu_items .navlink{
		font-size: 0.8em;
	}
	.navlink_icon svg{
		padding-top: 0px;
	}
	.navlink_icon::before {
		content: "";
		position: absolute;
		height: 100%;
		width: calc(100% + 100px);
		left: -20px;
	}
	.navlink_icon:hover {
		background: var(--blue-color);
	}
	.sidebar .nav_link {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 1px 15px;
		border-radius: 8px;
		text-decoration: none;
		color: var(--grey-color);
		white-space: nowrap;
		cursor: pointer;
	}
	.sidebar.close .navlink {
		display: none;
	}
	.nav_link:hover {
		color: var(--white-color);
		background: var(--blue-color);
	}
	.sidebar.close .nav_link:hover {
		background: var(--white-color);
	}
	.submenu {
		cursor: pointer;
		display: none;
	}
	.submenu_item {
		cursor: pointer;
	}
	.submenu_item .fa-chevron-down {
		position: absolute;
		right: 7px;
		font-size: 9px;
		display: inline-block;
		margin-right: auto;
	}
	.sidebar.close .submenu {
		display: none;
	}
	.show_submenu ~ .submenu {
		display: block;
	}
	.show_submenu .fa-chevron-down {
		transform: rotate(90deg);
	}
	.submenu .sublink {
		padding: 3px 5px 3px 70px;
		color: #fff;
		cursor: pointer;
		font-size: 0.8em;
		/* border-bottom: 1px solid #ebe1e133;
		box-shadow: 0px 2px 4px #0005; */
	}
	.sublink span{
		cursor: pointer;
	}
	.bottom_content {
		position: fixed;
		/* bottom: 60px; */
		left: 0;
		width: 260px;
		cursor: pointer;
		transition: all 0.5s ease;
	
		height: 51px;
		bottom: 14px;
		background-color: var(--primary_color);
	}
	.bottom {
		position: absolute;
		display: flex;
		align-items: center;
		left: 0;
		justify-content: flex-end;
		padding: 6px 0;
		padding-right: 11px;
		text-align: center;
		width: 100%;
		color: #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color: var(--white-color);
	}
	.bottom i {
		font-size: 20px;
		padding-left:8px;
		cursor: pointer;
	}
	.bottom span {
		font-size: 18px;
		cursor: pointer;
	}
	.sidebar.close .bottom_content {
		width: 50px;
		left: 15px;
	}
	.sidebar.close .bottom span {
		display: none;
	}
	.sidebar .expand_sidebar {
		display: none;
	}
	.sidebar.hoverable .collapse_sidebar {
		display: flex;
	}
	.sidebar.hoverable .collapse_sidebar svg{
		padding-left:10px;
	}
	#sidebarOpen {
		display: none;
	}
/* Sidebar End */

  	@media screen and (max-width: 768px) {
		.body_content .page_content{
			margin-left: 2px;
		}
		#sidebarOpen {
		font-size: 25px;
		display: block;
		margin-right: 10px;
		padding-left:4px;
		cursor: pointer;
		color: var(--grey-color);
		}
		.sidebar.close {
		left: -100%;
		}
		.sidebar.close .bottom_content {
		left: -100%;
		}
	}
  /* Sidebar End */
  
  .w3-modal{
	padding-top: 130px!important;
  }
  @media (max-width: 768px) {
    .w3-modal {
        padding-top: 80px!important;
    }
}

.html_content{
	display: flex;
	flex-direction: column;
	background-color: #cfedff;
}
.nav-menu{
	/* background-color: #0eb75d!important; */
	background-color: #04773a!important;
	width: -webkit-fill-available;
}
.nav-menu img{
	height: 52px;
    padding: 4px;
    border-radius: 50%;
}
.nav-menu .col-sm-2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.nav-menu h2{
	padding: 0px;
}

.page_list_sec{
	width: 90vw;
    overflow: scroll;
    padding-right: 15px;
}

.nav-menu{
	display: flex;
	position: relative;
	justify-content: center;
}
.nav-menu .menu_right{
	position: absolute;
    right: 12px;
}
.nav-menu .menu_right img{
	padding-bottom: 0px;
}
.nav-menu .menu_right h4{
	margin-top: 0px;
	margin-bottom: 3px;
	color: #fff;
}

.edit_btn{
	background-color: #d74909!important;
    color: #fff!important;
}
.add_btn{
	background-color: #068f1c!important;
    color: #fff!important;
	padding: 2px 8px;
}


@media(max-width:760px){
	.html_content{
		flex-wrap: wrap;
	}
	.main{
		width: 100%;
		height: 100vh;
		margin-left: 3px;
	}
	.nav-menu{
		position: absolute;
    	top: 100px;
	}
	.nav-menu img{
		height: 44px;
	}
	.sidenav .sidebar_logo img{
		height: 80px;
		width: auto;
	}
	.nav-menu h2{
		font-size: 14px;
		font-weight: 600;
		padding: 0px;
	}
	.sidenav {
		width: 100%;
		height: fit-content;
	}
	.sidenav a{
		padding: 4px;
	}
	.sidenav a:nth-child(1){
		margin-top: 68px;
	}
	.sidenav .sidebar_logo {
		margin-bottom: 83px;
	}
}

.buttons_div{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
	width: 186px;
    flex-flow: wrap;
}
.buttons_div button{
	margin: 2px;
}
.red_txt{
	color: red;
}
.green_txt{
	color: green;
}
.invalid_input{
	border: 1px solid red!important;
}

.pagination_box ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 2.5px 5px;
    margin-bottom:10px;
}
.pagination_box ul li{
    background: #9200a7;
    border-right: solid 1px white;
    cursor: pointer;
}
.pagination_box ul li a{
  padding: 8px;
  text-decoration: none;
  color: #fff;
}
.pagination_box ul li.current{
    background: #3d0c44;
    color: white;
}
.pagination_box ul li.hide{
    display: none;
}
.pagination_box ul li.first-gap{
    margin-right:10px;
}
.pagination_box ul li.last-gap{
    margin-left:10px;
}

.table_controls{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	justify-content: space-evenly;
	flex-flow: wrap;
}


.primary_table thead tr th{
	background-color: var(--p2_color);
}


.cus_name_td{
	text-align: -webkit-center!important;
}
.customer_cell{
	position: relative;
	width: fit-content;
    /* padding-right: 26px; */
	white-space: nowrap;
}
.customer_cell .td_cus_verified_icon{
	position: absolute;
	right: 3px;
	top: 10px;
	color: #e1bf0f;
	font-size: 0.8em;
}
.td_cus_verified_icon{
	color: #e1bf0f;
	font-size: 0.8em;
}
.customer_cell .td_cus_id{
	display: block;
	font-size: 0.8em;
}

.s_input{
	width: 90px;
}
.xs_input{
	width: 60px;
}
.l_input{
	width: 260px;
}
.xl_input{
	width: 320px;
}


.selectize-control{
	/* border: none; */
	z-index: 99;
	position: relative;
}
.selectize-input input{
	width: -webkit-fill-available!important;
	color: #000;
}
.selectize-dropdown{
	height: 170px;
	position: absolute;
	z-index: 99;

	overflow: auto;
}
.selectize-input .item{
    background: #cae2eb !important;
    color: #000;
    margin: 2px;
    width: fit-content;
    padding: 0px 6px;
	display: inline;
	font-size: 1.2em;
}
.selectize-control.multi{
	height: 65px;
}
.selectize-control.service_el input{
	border: 1px solid #0002;
}
.selectize-input.items{
	/* display: flex;
    flex-direction: column;
    flex-flow: column-reverse; */
}

.selectize_opt_div{
	border: 1px solid #0006;
    border-bottom: 1px solid #0003;
    background-color: #c5f7e6;
	color: #000;
    padding: 3px;

	position: relative;
}
.selectize_opt_div p{
	margin: 2px;
}
.selectize_opt_div .title_el{
	position: absolute;
	top: 0px;
    right: 0px;
    background-color: #000000ba;
    color: #fff;
    padding: 0px 4px;
	font-size: 0.9em;
}

.ui-widget.ui-widget-content{
	min-width: 230px;
}


.mobile_msg_cell{
	max-width: 200px;
	text-align:left;
	font-size: 0.9em;
}




.right_cell{
	text-align: right!important;
}
.invoice_content{
	border: 1px solid #0006;
	margin: 4px;
	padding: 10px;
}
.invoice_content table{
	width: -webkit-fill-available;
	border-collapse:collapse;
}
.invoice_content table thead{
	background-color: #024722;
	color: #fff;
}
.invoice_content .dummy_row{
	height: 130px;
}
.invoice_content table th, .invoice_content table td{
	border: 1px solid #0006;
	text-align: center;
	padding: 4px;
}
.invoice_content .company_header{
    display: flex;
    justify-content: center;
	background-color: #d5f1d5;
}
.invoice_content .logo_box img{
	height: 50px;
	padding-right: 8px;
}
.invoice_content .company_header .content_box{
	text-align: center;
}
.invoice_content .order_details{
	padding: 1px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invoice_content .order_details .box2 p{
	margin-bottom: 3px;
}


.inv_header .logo_box{
	padding-top: 6px;
}


.subscription_receipt_content{
	border: 1px solid #0006;
	margin: 4px;
	padding: 10px;
}
.subscription_receipt_content table{
	width: -webkit-fill-available;
	border-collapse:collapse;
}
.subscription_receipt_content table thead{
	background-color: #024722;
	color: #fff;
}
.subscription_receipt_content .dummy_row{
	height: 130px;
}
.subscription_receipt_content table th, .subscription_receipt_content table td{
	border: 1px solid #0006;
	text-align: center;
	padding: 4px;
}
.subscription_receipt_content .company_header{
    display: flex;
    justify-content: center;
	background-color: #d5f1d5;
}
.subscription_receipt_content .logo_box img{
	height: 50px;
	padding-right: 8px;
}
.subscription_receipt_content .company_header .content_box{
	text-align: center;
}
.subscription_receipt_content .plan_details{
	padding: 1px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscription_receipt_content .order_details .box2 p{
	margin-bottom: 3px;
}


.variants_select_box{
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap;
	padding: 12px;
	border: 1px solid #0005;
	box-shadow: 0px 10px 10px #0005;
	margin-bottom: 15px;
}
.multiple_select_box{
	width: 120px;
	text-align: left;
}
.multiple_select_box .title{
	text-decoration: underline;
	margin-bottom: 3px;
}
.multiple_select_box .options{
	position: relative;
}
.multiple_select_box .options .option_item{
	padding-left: 10px;
	display: flex;
}
.multiple_select_box .options .opt_txt{
	padding-left:4px;
}
.multiple_select_box .options input{
	
}


.product_variant_row .variant .option_el{
	padding: 1px 3px;
	margin: 2px;
	border: 1px solid #0002;
}
.photos_box{
	display: flex;
	flex-wrap: wrap;
}
.image_box {
	height: 120px;
	/* width: 120px; */
	width: auto;
	border: 1px solid #0004;
	margin: 2px;
}
.image_box img{
	width: -webkit-fill-available;
    height: 90px;
    padding: 8%;
    object-fit: scale-down;
}
.image_box button{
	padding: 4px;
	font-size: 11px;
}


.home_category_sec .catg_img{
	height: 70px;
	width: 70px;
}

.striped{
	text-decoration: line-through;
}

.variant_values_tbl{
	margin: 3px;
}

.nowrap{
	text-wrap-mode: nowrap;
}
.small_icon_btn{
	font-size: 0.7em;
	padding: 2px 4px;
	margin: 2px;
}


.header_cart_link_btn{
	position: relative;
}
.header_cart_link_btn .header_cart_items_count{
	position: absolute;
    font-weight: 600;
    height: 24px;
    top: -11px;
    right: -8px;
    padding: 0px 8px;
    background-color: #dfafaf;
    border-radius: 50px;

	font-size: 0.9em;
}



.prod_category{
	font-weight: 600;
}
.feature_info_box .col .card{
	background-color: #c5efef;
	border: 1px solid #0003 !important;
    box-shadow: 0 0 8px #0004;
}
.product_price{
	font-weight: 600;
	font-size: 1.1em;
}
.mrp_price{
	text-decoration: line-through;
	opacity: 0.8;
}
.single_product .add_to_cart_btn{
	background-color: #0769ab!important;
    color: #fff!important;
}
.add_to_cart_btn .btn_loader{
	padding-right: 4px;
	display: none;
}

.cart_item_img{
	height: 60px;
}
.cart_item_row{
	border-bottom: 1px solid #0004;
}
.cart_item_row td{
	padding: 7px;
}
.cart_item_row .cart_item_title{
	font-weight: 600;
}
.cart_item_row .cart_item_variants{
	font-size: 0.8em;
}
.cart_item_row .cart_item_title,  .cart_item_row .cart_item_price, .cart_item_row .cart_item_variants, .cart_item_row .cart_item_qty{
	display: block;
}


.header_icons_div .mx-1{
	padding: 5px;;
}

.header_search_box{
	position: relative;
}
.header_search_box .header_search_res_box{
	position: absolute;
	background-color: #d6e3e3;
    text-align: left;
	width: -webkit-fill-available;
}
.header_search_box .header_search_res_box span{
	padding: 4px 7px;
	border-bottom: 1px solid #0004;
	display: block;
	font-weight: 600;
	cursor: pointer;
}
.header_search_box .header_search_res_box .not_found{
	color: red;
	font-weight: 600;
	cursor: none;
}


.shop_categories_sec .swiper-wrapper{
	padding: 4px;
}
.shop_categories_sec .swiper-backface-hidden .swiper-slide{
    border: 1px solid #09efd830;
    width: 101px !important;
	cursor: pointer;
}
.shop_categories_sec .swiper-backface-hidden .swiper-slide.active{
	box-shadow: rgba(0, 0, 0, 0.267) 0px 0px 7px;
}



@media screen and (max-width: 480px) {
	.logo_div{
		width: 25%!important;
	}
	.header_page_div{
		width: 75%!important;
	}
	.header_search_div{
		width: 60%!important;
	}
	.header_icons_div{
		width: 40%!important;
	}
	.header_icons_div .mx-1{
		padding: 2px;;
	}
	.header_page_div .gap-4{
		gap: 0!important;
	}
	.header_page_div li a{
		font-size: 0.8em!important;
	}
	.navbar-nav>li>a{
		padding: 8px!important;
	}
	.header_cart_link_btn .header_cart_items_count{
		top: -16px;
	}
}