body{
	font-family: 'Poppins', sans-serif; 
}
ul{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

a, a:hover{
	text-decoration: none;
}

p{
	font-size: 16px;    
    line-height: 28px;
}

span, p{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*white-space: nowrap;
	display: block;*/
	opacity: 1
}

button, button:focus{
	border: 0;
	outline: 0;
	box-shadow: unset;
}

/*
 *  STYLE 5
 */
 
#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
 
#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
 
#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
	   color-stop(.5, transparent), to(transparent));
}

.input-borderbtm-drk{
	background: #ffffff;
    border: 0;
    border-radius: 5px;
    box-shadow: unset;
	/*border-bottom: 1px solid rgba(0,0,0,.2);*/
}
.input-borderbtm-drk:focus{
	background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
	
}

.input-borderbtm-lgt{
	background:transparent;
	border:0;
	border-radius: 0;
	box-shadow: unset;	
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.input-borderbtm-lgt:focus{
	background:transparent;
	border:0;
	border-radius: 0;
	box-shadow: unset;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.input-grp-lgt {
    position: relative;
    padding: 0;
}
.input-grp-lgt .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
    color: #fff;
    box-shadow: unset;
    padding-left: 30px;
}
.input-grp-lgt input.form-control::-webkit-input-placeholder{
	color: #fff;
}
.input-grp-lgt input.form-control::placeholder{
	color: #fff;
}
.input-grp-lgt i {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #fff;
}
.input-grp-drk {
    position: relative;
    padding: 0;
}
.input-grp-drk .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.2);
    /*border-bottom: 1px solid rgba(0,0,0,.2);*/
    color: #000;
    box-shadow: unset;
    padding-left: 30px;
    padding: 20px 20px 20px 35px;
}
.input-grp-drk input.form-control::-webkit-input-placeholder{
	color: rgba(0,0,0,.5);
}
.input-grp-drk input.form-control::placeholder{
	color: rgba(0,0,0,.5);
}
.input-grp-drk i {
    position: absolute;
        top: 13px;
    left: 14px;
    color: #000;
}
.btn-gradient{
    background:#000;
    border:1px solid transparent;
    box-shadow: unset;
    position: relative;
    z-index: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn-gradient:hover{
	transform: translateY(-5px);
}
.btn-gradient:hover:before{
	opacity: 1
}
.btn-gradient:hover:after{
	background:#000;	
}
.btn-gradient:hover{
	background:#000;
	border:1px solid #f8d509;
	color: #fff;
}
.btn-gradient-w{
	background:#fff;
	color: #000;
}

.brdr-btm{
	/*border: 0;*/
	border: 1px solid rgba(0,0,0,.2); 
	border-radius: 0;
	color: #000;
	font-size: 13px;
}
.brdr-btm:focus{
	/*border:0;*/
	border: 1px solid #019961;
	border-radius: 0;
	outline: 0;
	box-shadow: unset;
	color: #000
}
input.brdr-btm::-webkit-input-placeholder{
	color:#343434;
	font-size: 13px
}
input.brdr-btm::placeholder{
	color:#343434;
	font-size: 13px
}
select.brdr-btm{	
	font-size: 13px
}
select.brdr-btm option{	
	font-size: 13px 
}

.dash-content .form-group label span.required-star{
	font-size: 14px;
}
/* Select 2 custom css  */
.select2-container{
	max-width: 100%;
	display:block;
	/*min-width: 100%;*/
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    color: #000;
    font-size: 13px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {  
    padding-left: 0;
    padding-right: 0;   
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {  
    margin-left: -10px;
    margin-top: 0px; 
}

.btn-add{
	background: green;
}
.btn-add:hover{
	background: #fff;
	color: #000;
	transform: translateY(0);
	border: 1px solid #000;
}
.btn-blue{
	background: #0bc3c0;
}
.btn-blue:hover{
	background: #fff;
	color: #000;
	transform: translateY(0);
	border: 1px solid #000;
}
.btn-green{
	background: green;
}
.btn-green:hover{
	background: #fff;
	color: #000;
	transform: translateY(0);
	border: 1px solid #000;
}

.btn-yellow{
	    background: #ffc107;
    color: #000;
}
.btn-yellow:hover{
	    background: #fff;
    color: #000;
}
.btn-sm{
	font-weight: 500;
    font-size: 14px;   
    padding: 8px 12px;
}    

.btn-sm2{
	padding: 5px 10px;
    font-size: 12px;
}                         

.form-control{
	font-size: 13px;
}
.sidebar-dash{
	position: fixed;
	left:0;
	top: 0;
	z-index: 6;
	width: 250px;
	height: 100vh;
	color: #fff;
	padding: 0 10px;
	box-shadow:0 0 15px rgba(0,0,0,.6);
	background:#17930f;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.sidebarOut{
	left: -300px;
}

/*.sidebar-dash.sidebarMini{
	width: 80px;
}
.hidden-barContent{
	opacity: 0;
	transform: translateX(-25px);
}*/
.logo-dash{	
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.logo-dash img{
	height: 40px;
	margin: 0 auto;
	display: block;
}
.admin-details{
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.admin-details .user-icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	background:#fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	color: #000;
}
.admin-details span{
	font-size: 14px;
}
.navbar-dash{
	margin-top: 20px;
	height: 60%;
    overflow-y: scroll;
}
.navbar-dash ul li a{	
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar-dash ul li span i{
	margin-right: 2px;
    color: #fff;
    font-size: 12px;
    width: 15px;
}

.drp-dashMenu{
	padding-left: 25px;
	display: none;
}

.main-container-dash{
	position: relative;
	width: calc(100% - 250px);
	min-height: 100vh;
	margin-left: 250px;	
	background:#e4e9e9;
	background-size: cover;
	padding-bottom: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main-container-dashFull{
	width: calc(100%);
	margin-left: 0px;
}

.topbar-dash{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 0;
}

.topbar-lft{
	display: flex;
	align-items: center;
}

.menutoggle-icon{
	width:50px;
	height: 50px;
	text-align: center;
	color: #000;
	cursor: pointer;
	line-height: 50px;
	border-radius: 50%;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	margin-right: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menutoggle-icon:hover{
	background:#000;
	color: #fff;
}
.main-heading-dash{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.topbar-rgt{
	display: flex;
	align-items: center;
}
.topbar-center{
	display: flex;
	flex: .6;
}
.topbar-center .dash-search{
	margin: 0 5px;
	flex: 0 0 calc(50% - 10px);
}
.dash-search{
	display: flex;
	align-items: center;
	position: relative;
}
.dash-search input::-webkit-input-placeholder{
	font-style: italic;
}

.dash-search .form-control{
	padding-right: 50px;
}
/*.dash-search i{
	position: absolute;
	top: 11px;
    right: 10px;
    font-size: 14px;
}*/

.dash-search form{
	width: 100%;
	display: flex;
}
.dash-search button{
	display: block;
    font-size: 14px;
    background: #409d44;
    padding: 5px 15px;
    height: 100%;
   
    color: #fff;
        border-radius: 0 5px 5px 0;
}
.dash-search .form-control{
	    border-radius: 5px 0 0 5px;
	    height: auto;
	    border:0;
	    outline: 0;
	    padding: 5px 15px;
}
.dash-notification{
	position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.dash-notify-count{
	position: absolute;
    top: -5px;
    right: 6px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.logout-sec{
	font-size: 14px;
	font-weight: bold;
}
.logout-sec a{
	color: #222;
}
.dash-content{
	min-height: calc(100vh - 120px);
	margin-top: 20px;
	background:#fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.dash-section-heading{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
.dash-section-heading:after{
	content: '';
	position: absolute;
    bottom: -8px;
    left: 0;
    width: 70px;
    height: 3px;
	border-radius: 15px;
	background:linear-gradient(-135deg, #f8d509 0%, #019961 100%);
}
.dash-close{
	display: none;
	position: absolute;
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #000;
}
.dash-login{	
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.dash-login:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url('../images/login-bg.jpg') no-repeat bottom center;
	background-size: cover;	
	opacity: .4
}
.dash-loginBox .logo{
	height: 55px;
	margin-bottom: 30px;
}
.dash-loginBox{
	width: 30%;
	padding: 40px 20px;
	text-align: center;
	border-radius: 10px;
	background:#fff;
	color: #000;
	box-shadow: 0 0 12px rgb(1 153 98 / 17%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dash-loginBox form{
	width: 80%;
	margin:0px auto 0;
}
.dash-login .logo-login img{
	height: 80px;
}
.login-heading{
	font-size: 22px;    
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.login-heading:after{
	content: "";
    width: 32px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #019961;
    border-radius: 5px;
}
.dash-forgot-sec {
    text-align: right;
    width: 100%;
    
}

.dash-forgot-sec .forgot-pass {
    background: transparent;
    color: #019961;
    box-shadow: unset;
    border: 0;
    font-size: 13px;
    font-weight: 500;
}
.action-icons{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}
.action-icons span{
	margin: 0 5px;
	cursor: pointer;
}
.action-icons .dash-edit{
	color:green;
}

.action-icons .dash-delete{
	color: red
}
.form-heading{
	font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
}

.dash-boxesH{
	display: flex;	
	flex-wrap: wrap;
}
.dash-boxH{
	flex: 0 0 24%;
	margin: 0 .50%;
}

.dash-boxH {
	display: flex;
	background: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
	padding: 40px 25px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.dash-boxH:nth-child(2){
	background:linear-gradient(195deg, #851099 0%, #d240ec 100%);
}
.dash-boxH:nth-child(3){
	background:linear-gradient(195deg, #2b17a6 0%, #816cff 100%);
}
.dash-boxH:nth-child(4){
	background:linear-gradient(195deg, #087ea6 0%, #45acd0 100%);
}
.dash-boxH-info .dash-box-heading{
	font-size: 18px;
	line-height: 24px;

}
.dash-box-content{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
}

.dash-boxH-info{
	margin-left: 15px;
}
.dash-boxH-icon{
	font-size: 32px;
	border-right: 1px solid #ffffff;
	padding-right: 15px;
}
.search-top-mob{
	display: none;
}
.btn-group-topRgt{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.btn-group-topRgt .btn-gradient{
	margin: 0 5px;
}
.dash-content .form-group{
	margin-bottom: 30px;
}
.dash-content .form-group label{
	font-size: 13px;
	font-weight: 600;
}
.dash-content .form-group label span{
	    font-size: 11px;
    font-weight: 500;
    color: #e85252;
    display: inline-block;
}
.dash-content .custom-file .custom-file-label{
	border-radius: 0;
	margin-bottom: 0;
}
.dash-content .custom-file .custom-file-label::after{
	border-radius: 0;
}
.accordian-custom{
	background: #fafafa;
    padding: 0 20px;
    border-radius: 15px;
    border: 1px solid #ececec;
}
.accordian-custom p{
	font-size: 14px;
}
.toggle-btn-acc{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid #c9d0d0;
    padding-bottom: 10px;
    cursor: pointer;
}
.toggle-btn-acc .form-heading{
	margin-top: 0;
}
.toggle-btn-acc .form-heading{
	margin-bottom: 0;
}
.accordian-content-cus{
	display: none;
}
.accordian-content-cus.inn{
	display: block;
}
#image_preview, #featured_image_preview {
  margin-bottom: 0;
    text-align: center;
    color: #b9b9b9;
    font-size: 10px;
    flex: 0 0 60px;
    margin-right: 15px;
    border: 1px dotted #b5b4b4;
    padding: 2px;
}
#image_preview img {
    width: 45px;
    height:30px;
   	object-fit: contain;
  
    margin: 5px;
}
.table-sec{
	margin-top: 30px;
}
.custom-table th{
	border-top: 0;
	background: rgb(220 225 225);
	font-size: 13px;
}
.custom-table{
	border: 1px solid rgb(237 241 241);
}
.custom-table td{
	border-top: 0;	
	font-size: 13px;
	vertical-align: middle;
	 white-space: nowrap;
}
.custom-table tr:nth-child(odd){
	background: rgb(237 241 241);
}
 .custom-table.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(230 235 235);
}
.custom-table td h4{
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 15px;
	font-weight: 600;
}
.custom-table td p{
	font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}
.custom-table .btn-gradient{
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
}
.custom-table .btn-gradient:hover{
	color: #000;
}
.custom-table .btn-pending{
	background: #ffc107;
	color: #000;
}
.custom-table .btn-pending:hover{
	background: #fff;
	color: #000;
}
.btn-rejected{
	background: red;
	color: #fff;
}
.custom-table .btn-rejected:hover{
	
	color: #fff;
}
.custom-table td a{
	color: #000;
	font-weight: 500;
}
.custom-table .custom-badge{
	display: inline-block;
	transform: translateY(-5px);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: orange;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}	
.toggle-form{
	display: none;
}
.cursor-pointer{
	cursor: pointer;
}
.searchToggle-btn-sec{
	text-align: right;
}
.detailP-box .custom-table td{
	    white-space: unset;
}
.detailP-box .custom-table td:nth-child(1){
	   min-width: 180px;
}
.lightgallery-boxInn{
	text-align: center;
	height: 100%;
}
.lightgallery-boxInn h4{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.lightgallery-boxInn{
	border-radius: 5px;
	padding: 20px 5px;
	border: 1px dotted #ddd;
}
.lightgallery-boxInn i{
	font-size: 60px;
    color: #888e8e;
}
.lightgallery-boxInn img{
	max-height: 80px;
	display: block;
	margin:0 auto;
}
.list-table-style{
	display: flex;
	flex-wrap: wrap;
}
.list-table-style li{
	flex: 0 0 50%;
	max-width: 50%;
	border: 1px solid rgb(237 241 241);
	 padding: .75rem;
	 border-bottom: 0;
	     font-size: 13px;
	     display: flex;
	     align-items: center;
}
.list-table-style li:hover{
	background: rgb(230 235 235);
}
.list-table-style li:nth-last-child(2), .list-table-style li:last-child{
	border-bottom: 1px solid rgb(237 241 241);
}
.list-table-style li:nth-child(odd){
	font-weight: 600;
	border-right: 0;
}
.list-table-withForm-style li .form-control{
	padding: 5px 15px;
}

.captchaWrap {
	text-align: center;
	border: 0 !IMPORTANT;
	background: #f9f9f9;
	padding: 15px !important;
}
.captchaWrap button{
	/*background: #0bc3c0;
	color: #fff;*/
	background: transparent;
	position: relative;
	padding: 5px;
    margin: 0px 5px;
}
.captchaWrap button i{
	display: block;
}
.captchaWrap div:first-child{
	    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.captchaWrap img{
	margin: 0 !important;
}
.captchaWrap div:nth-child(2){
	    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.captchaWrap div{
max-width: 240px;
	margin:0 auto;
}
.captchaWrap input{
	width: 100%;
}

.modal-body label{
	font-size: 13px;
    font-weight: 600;
}
.custom-modal{
	padding-right: 0;
}
.custom-modal .modal-content{
	padding: 40px 20px;
}

.custom-modal .modal-heading{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.custom-modal .modal-heading small{
	font-size: 14px;
	margin-top: 15px;
}
.custom-modal .modal-heading .close{
	position: absolute;
    top: -28px;
    right: 8px;
    font-size: 30px;
    opacity: 1;
    color: green;
}

.custom-modal .modal-heading.dash-section-heading:after{
	left: 50%;
	transform: translateX(-50%);
}
.label-maxSize{
	display: flex;
	justify-content: space-between;
	align-items: center;
	    margin-bottom: .5rem;
}
.label-maxSize label{
	margin-bottom: 0;
}
.max-sizeLabel{
	font-size: 11px;
	font-weight: 500;
}
.customer-mobileNum-sec{
	padding: 40px;
    border-radius: 5px;
    background: #f3f6f6;
    background: #f3f6f6;
    margin-bottom: 30px;
}
.customer-mobileNum-form{
	display: flex;
}
.customer-mobileNum-form button{
	    margin-left: 5px;
}
.customer-mobileNum-form input.form-control.input-borderbtm-drk{
	background: #ffffff;
    border: 0;
    border-radius: 5px;
    box-shadow: unset;
   height: auto;
}
.form-control {
    /* border: 0; */
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    color: #000;
    font-size: 13px;
}
.parentLi{
	margin-bottom: 0;
	cursor: pointer;	
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drp-dash i:nth-child(2){
	margin-left: 5px;
	font-size: 13px;
}
.drp-dashMenu{

}
.navbar-dash ul li ul li a{
	padding: 5px 0;
}
.dash-content-pRelative{
	position: relative;
}
.dash-content-pRelative .customer-mobileNum-row{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.back-btn-claim{
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: none;
}
.back-btn-claim i{
	color: #218838;
}
.customer-mobileNum-row.posStatic{
	position: static;
	display: flex;
	  transform: translate(0,0);
}
 @media(max-width:1480px){
 	.dash-content .form-sec div[class*="col-lg"]{
		padding: 0 5px;		
	}

	/*.dash-content .form-group {   
    	padding: 0 5px;
	}*/
	
 }

@media(max-width: 1366px){
	.dash-loginBox{
		width: 40%
	}
	.dash-loginBox form {
		width: 80%;		
	}
	.dash-boxH{
		padding: 20px;
		border-radius: 10px;
	}
	.dash-boxH-icon {
		font-size: 22px;
		border-right: 1px solid #ffffff;
		padding-right: 10px;
	}
	.dash-boxH-info {
		margin-left: 10px;
	}
	.dash-boxH-info .dash-box-heading {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}	
	.customer-mobileNum-sec{
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width:1080px){
	.dash-boxH {
		flex: 0 0 48%;
		margin: 0 1% 15px;
	}
	.topbar-center{
		flex: 2;
	}
	.topbar-center .dash-search {
        margin: 0 10px;
        flex: 0 0 calc(50% - 20px);
    }
    .menutoggle-icon{
    	margin-right: 5px;
    }
       .search-top-mob {
        display: block;
        margin-right: 15px;
        color: #fff;
        font-size: 13px;
        background: #409d44;
        padding: 8px 10px;
        border-radius: 5px;
    }
    .topbar-dash{
    	position: relative;
    	z-index: 5;
    }
    .topbar-center {
    	opacity: 0;
    	pointer-events: none;
    	position: absolute;
    	bottom: -75px;
    	background: #ffffff;
    	width: 100%;
    	padding: 15px;
    	border-radius: 15px 15px 0 0;
    	box-shadow: 0 0 15px rgba(0, 0, 0, .1);

    }
    .topbar-center-inn{
    	display: flex;
    	animation: slideDown .35s ease-in-out forwards;
    }
    @keyframes slideDown{
    	0%{
    		opacity: 0;
    		bottom: -55px;
    	}
    	100%{
    		opacity: 1;
    		bottom: -75px;
    		pointer-events: unset;
    	}
    }
    .dash-search .form-control {    	
    	border: 1px solid rgba(0, 0, 0, .2);
    }
    .dash-search .form-control:focus {
    	border-radius: 5px;
    	border: 1px solid rgba(0, 0, 0, .2);
    }
    .dash-content .form-sec div[class*="col-lg"]{
	
		flex: 0 0 50%;
		max-width: 50%;
	}
	/*.dash-content .form-sec div[class*="col-lg-3"]{	
		flex: 0 0 33%;
		max-width: 33%;
	}*/

	.detailP-content div[class*="col-"]{	
		flex: 0 0 100%;
		max-width: 100%;
		}
	.detailP-box .custom-table td:nth-child(2) {
		min-width: 250px;
	}
	.lightgallery-sec div[class*="col-lg"]{
		flex: 0 0 33%;
		max-width: 33%;
		padding: 0 5px;
	}
	.lightgallery-box{
		margin-bottom: 15px;
	}
}

@media(max-width: 991px){
	.dash-loginBox{
		width: 60%
	}
	.dash-loginBox form {
		width: 90%;		
	}
	.custom-modal .modal-dialog {
		width: 90%;
		max-width: unset;
	}
	.customer-mobileNum-sec{
		flex: 0 0 70%;
		max-width: 70%;
	}
}

@media(max-width: 767px){
	.sidebar-dash{
		left: -300px
	}
	.sidebarOut{
		left: 0;
	}

	.main-container-dash{
		width: 100%;
		margin-left: 0;
	}
	.dash-close{
		display: block;
	}

	.dash-loginBox{
		width: 80%
	}
	.dash-loginBox form {
		width: 90%;		
	}
	.dash-content .form-group {
		margin-bottom: 10px;
	}
	.dash-content  .accordian-custom{
		margin-top: 20px;
	}
	
	.dash-content .form-sec .accordian-custom-sec{
		padding: 0;
	}
	.detailP-box{
		margin-bottom: 20px;
	}

}

@media(max-width:547px){
	.dash-content .form-sec div[class*="col-lg"] {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	#image_preview, #featured_image_preview {
		flex: 0 0 50px;
		margin-right: 5px;		
	}
	.dash-content{
		padding: 20px;
	}
	.dash-content .form-sec .accordian-custom-sec {
        padding: 0 15px;
    }
    .main-heading-dash {
    	font-size: 16px;    	
    }
    .menutoggle-icon {
    	width: 30px;
    	height: 30px;    	
    	line-height: 30px;
    	font-size: 13px;    
    }
    .admin-details .user-icon {
    	width: 30px;
    	height: 30px;    	
    	line-height: 30px;    	
    }
    .admin-details {    	
    	padding: 10px 0;    	
    }
    .navbar-dash ul li a{
    	padding: 6px 0;
    }
    .detailP-content .toggle-btn-acc .btn-gradient{
    	display: block;
    	padding: 2px 5px;
    }
    .lightgallery-sec div[class*="col-lg"] {
        flex: 0 0 50%;
        max-width: 50%;       
    }
}
@media(max-width:480px){
	.dash-boxH {
		flex: 0 0 100%;
		margin: 0 0% 15px;

	}
	.topbar-center .dash-search {
		margin: 0 5px;
		flex: 0 0 calc(50% - 10px);
	}
	.topbar-center{
		padding: 10px;
	}

	.btn-group-topRgt .btn-gradient {
		margin: 0 2px;
		font-size: 12px;
		padding: 5px;
		border-radius: 5px;
	}
	.dash-section-heading {
		margin-bottom: 25px;		
	}
	.btn-group-topRgt {		
		margin-bottom: 20px;
	}
	.customer-mobileNum-sec{
		flex: 0 0 90%;
		max-width: 90%;
	}
}

@media(max-width:380px){
	#image_preview~.d-flex{
		padding: 0;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.btn-group-topRgt .btn-gradient {		
		font-size: 11px;
		
	}
	
}



/*=================*/
.barcode-search{
	position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    display: flex;  
    justify-content: center;
    background: #eeefef;
    pointer-events: none;
    opacity: 0;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    /*border: 1px solid #abb1b1;*/
}
.barcode-search i{
	background: #409d44;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
}
.barcode-search input{
	 max-width: 400px;
    width: 80%;
    border-radius: 5px 0 0 5px;
}
.barcode-search input:focus{
	outline: 0;
	border:0;
}
.barcode-inn{
	animation: slideBarcode .35s ease-in-out forwards;
}
.barcode-img{
	height: 25px;
	cursor: pointer;
	margin-right: 5px;
}
.qrcode-img{
	display: none;
}

ul.pagination li a{
    padding: 4px 15px;
    background: #000000;
    margin: 0 3px;
    border-radius: 3px;
}
ul.pagination li.active a{
    background: #008000;
}
ul.pagination li a{color:#fff;}

ul.pagination li a:hover{background: #008000;}



@keyframes slideBarcode{
	0%{
		top: 40px;
		opacity: 0;
		pointer-events: none;
	}
	100%{
		top: 80px;
		opacity: 1;
		pointer-events: unset;
	}
}

@media(max-width:1080px){
	.search-top-mob{
		margin-right: 5px;
	}
}

@media(max-width:547px){
	.barcode-sec{
		display: none;
	}
	.qrcode-img{
		display: block;
        height: 30px;
        margin-right: 5px;
        cursor:pointer ;

	}

}