/****Theme CSS****/
/*****Fonts*****/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

html body, h1, h2, h3, h4, h5, h6, p, ul li, a, button, input, table{
	font-family: 'Poppins', sans-serif;
}
header.site-header{
	display: none;
}
body .btn{
	padding: 9px 15px;
	border: none;
}
body.login{
	background: #fff;
}
body .btn:hover, body .btn-success:hover, body .btn-danger:hover{
	border: none;
}
body .btn:focus, body .btn-success:focus, body .btn-danger:focus{
	outline: none;
}
.text-theme{
	color: #1b1f23;
}
.login header{
	display: none;
}
.login-sec{
	display: flex;
	align-items: center;
}
.image-login{
	background: #1b1f23;
	height: 100vh;
	width: 50%;
	display: flex;
	justify-content: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.image-login img{
	margin: auto;
}
.unix-login{
	width: 50%;
}
body .btn-theme{
	background-color: #1b1f23;
	text-align: center;
	border: none;
}
.btn-login{
	text-transform: uppercase;
}
.login-sec a.forgot_password{
	color: #000;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	display: inline-block;
}
.login-sec h2{
	color: #1b1f23;
}
body label{
	color: #000;
}

/****sidebar***/
.login .left-sidebar{
	display: none;	
}
.left-sidebar{
	bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: fixed;
    top: 0px;
    background: #1b1f23;
    display: block;
    vertical-align: top;
    width: 300px;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;    
}
.left-sidebar::-webkit-scrollbar-thumb{
	border-radius:10rem;
	border-width:.2rem;
	border-style:solid;
	background-clip:padding-box;
	background-color:#21283233;
	border-color:transparent;
}
.left-sidebar::-webkit-scrollbar{width:.75rem}
.login .content-body{
	margin-left: 0px;
	padding: 0px;
}
.content-body{
	margin-left:300px;
	padding: 20px;
}

.inner-content{
	padding: 20px;
	background: #fff;
	min-height: 94vh;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 11%);
}
.logo-inner {
  max-width: 200px;
  margin: 20px auto;
}

.menu-left {
  margin: auto 0px;
}
.qr_list_div{
  text-align: center;
}
.menu-left ul{
	padding: 0px;
	margin: 0px;
}
.menu-left ul li{
	list-style: none;
	padding: 10px 0px;
	font-size: 16px;
}
.menu-left ul li a{
	color: #fff;
	padding: 0px 40px;
	border-left: 3px solid #fff;	
	display: flex;
	align-items: center;
/*	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(166deg) brightness(105%) contrast(100%);*/
}
/*.menu-left ul li a.active, .menu-left ul li a:hover{
	color: #ff8000;
	border-left: 3px solid #ff8000;
}*/
.menu-left ul li img, .menu-left ul li i{
	width: 22px;
	margin-right: 10px;
/*	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(166deg) brightness(105%) contrast(100%);*/
}
.menu-left ul li a.active img, .menu-left ul li a.active, .menu-left ul li a:hover img{
	filter: invert(52%) sepia(41%) saturate(4449%) hue-rotate(359deg) brightness(101%) contrast(105%);
}

.profile-menu {
  margin-top: auto;
  padding: 10px 20px 0px;
  display: flex;
  align-items: center;
}
.profile-menu .account-user-avatar{
	max-width: 65px;
	margin-right: 20px;
}
.profile-menu .account-user-avatar img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.profile-menu .account-user-name{
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.profile-menu  .account-position{
	display: block;
	color: #1b1f23;
}
.btn-search{
	margin-left: 10px;
}
.page-heading h4{
	color: #1b1f23;
}
.table-head {
	background: #FAF6F6;
}
.table-head tr th{
	border-top: none;
	border-bottom:1px solid #1b1f23;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #FAF6F6;
}
.table tbody tr td{
	border: none;
}
.table tbody tr td.product-img img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.table tbody tr td.scan-img img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.edit-icon a{
	color: #000;
	margin: 0px 10px;
}
.edit-icon span{
	cursor: pointer;
}
.edit-icon a:hover, .edit-icon span:hover{
	color: #1b1f23;
}
.user-image-block {
    max-width: 160px;
    text-align: center;
    margin: 0px auto;
    position: relative;
}
.user-image-block .user-pic img{
	width: 140px;
	height: 140px;
	border-radius: 100%;
	margin: 0px auto;
	object-fit: cover;
	border: 1px solid #1b1f23;
}
.user-image-block a.img-edit {
    position: absolute;
    top: 0;
    right: 27px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1b1f23;
    border-radius: 100%;
    color: #1b1f23;
}
.user-image-block h4, .user-image-block h5{
	margin: 0px 0px;
}
div#booking_form {
    border-left: 3px solid #f2f2f2;
}
.user-image-block .img-edit {
    position: absolute;
    top: 0;
    right: 27px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1b1f23;
    border-radius: 100%;
    color: #1b1f23;
}
.img-prod-det img{
	max-width: 300px;
	border: 1px solid #d9d9d9;
	padding: 5px;
}
.img-prod-scan img{
	max-width: 100px;
	border: 1px solid #d9d9d9;
	padding: 5px;
}
.menu-left ul li.active .dropdown-container{
	display: block;
	padding-left: 20px;
    margin-top: 10px;
}
.menu-left ul li a i.fa-caret-down {
    margin-left: auto;
}
.pagination_counter.pagination_pageNumber a {
    padding: 3px 5px;
    color: white;
    background-color: #1b1f23;
    margin-right: 2px;
}
.pagination_counter.pagination_pageNumber{
    text-align: right;
}
.no_records_div{
    padding: 10px;
    border-bottom: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    text-align: center;
}
.required_star{
    color: red;
}
.search-btn-col button {
  margin-top: 30px;
}
.badge{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 8px;
    padding-left: 8px;
}
.mob-logo{
	display: none;
}
.toggle-sidebar {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    margin: 20px auto;
    display: none;
}

.toggle-sidebar span {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s;
}

.toggle-sidebar span:nth-child(1) {
    transform: translateY(-10px);
    width: 25px;
    left: 0px;
}

.toggle-sidebar.active span:nth-child(1) {
    width: 30px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
}

.toggle-sidebar span:nth-child(2) {
    transform: translateY(10px);
    width: 15px;
    left: 0px;
}

.toggle-sidebar.active span:nth-child(2) {
    width: 30px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
}

.toggle-sidebar.active span:nth-child(3) {
    transform: translateX(60px);
}

.menu-left ul li a i.fa-qrcode{
	font-size: 22px;
}
/****Responsive Style****/

@media screen and (max-width: 1024px){
	.desk-logo{
		display: none;
	}
	.mob-logo{
		display: block;
		max-width: 60px;
    	margin: 0px auto;
	}
	.menu-left ul li span{
		display: none;
	}
	.left-sidebar{
		width: 70px;
		transition: width 0.45s ease;		
	}
	.content-body {
	    margin-left: 70px;
	    transition: transform 0.35s ease;
    	-webkit-transition: -webkit-transform 0.35s ease;
	}
	.menu-left ul li a{
		padding: 0px 10px;
	}
	.profile-menu{
		flex-direction: column;
		padding: 10px 10px 0px;
	}
	.profile-menu span{
		font-weight: 400;
		text-align: center;
	}
	.profile-menu .account-user-name{
		font-weight: 400;
		font-size: 14px;
	}
	.profile-menu .account-user-avatar{
		margin-right: 0px;
	}
	.toggle-sidebar{
		display: flex;
	}
	/***toggle sidebar wrapper large***/
	.side-mob .desk-logo{
		display: block;
	}
	.side-mob .mob-logo{
		display: none;
	}

	.side-mob .menu-left, .menu-left{
		margin: 0px 0px;
	}
	.side-mob .menu-left ul li span{
		display: block;
	}
	.side-mob .left-sidebar{
		width: 200px;		
	}
	.side-mob .content-body {
	    -webkit-transform: translate3d(200px, 0, 0);
	    transform: translate3d(200px, 0, 0);
	    -ms-transform: translate(200px, 0);
	    overflow: hidden;
	    position: fixed;
	    margin-left: 0px;
	}
	.side-mob .profile-menu{
		margin-top: 20px;
	}
	.profile-menu .account-user-avatar img {
	    width: 40px;
	    height: 40px;
	}
	.side-mob .profile-menu .account-user-avatar img{
		width: 60px;
		height: 60px;
	}
	
}
@media screen and (max-width: 574px){
	.login-sec {
	    flex-direction: column;
	    height: 100vh;
	    justify-content: space-between;
	}
	.image-login{
		width: 100%;
		height: auto;
	}
	.unix-login {
	    width: 100%;
	    margin-top: 40px;
	}
	.image-login img {
	    max-width: 200px;
	}
	.search-box{
		margin-bottom: 10px;
	}
	.search-btn-col button {
	    margin-top: 0px;
	    margin-left: 0;
	}
	.right-buttons .text-right{
		text-align: unset !important;
	}
	.img-prod-det img{
		max-width: 100%;
	}
}