.searchResults{
	    position: relative;
}
.hinput{height:34px !important;}



.allimg1c{
    background: #ff98009e !important;
    border: 1px #000 dotted !important;
}


.load_img_1c{
	min-width: 135px;
}


.cars{
	position: absolute;
    left: 0;
    border-radius: 250px;
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 12px;
    top: 0;
    min-width: 25px;
    text-align: center;
    background: #fff;
}


.searchResults .search-inner{
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    top: 5px;
    left: 0;
    width: 350px;
    background: #fff;
    box-shadow: 1px 1px 15px 0px #ccc;
    height: 300px;
    overflow-y: scroll;
    border-radius: 5px;
    padding: 10px 0;
    z-index: 99;
}

.searchResults .search-empty{
	padding: 20px;
    height: 60px;	
}

.searchResults .search-inner ul{
    list-style: none;
	padding: 10px;
	margin: 0;
}

.searchResults ul li{
padding: 5px 10px;
margin: 5px 0;
}
.searchResults ul li:hover{
	background: #eff2fb;
}
.searchResults ul li label{cursor: pointer; margin: 0;}


.searchResults ul li input{
	margin-right: 10px;	
}




.cut{
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>');
width: 0.7em;
height: 0.7em;
}

label{
	font-weight: normal;
}

.images_box_item{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-content: flex-start;
}

.images_box_item > div,
.img-card {
	margin-right: 0;
	width: 72px;
}

.tipi{
	    color: #6466f1;
    display: block;
    font-weight: bold;
    margin-left: 7px;

/*
.cut{
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>');
width: 0.7em;
height: 0.7em;
*/

}

.item-tags span{
	font-size: 15px;
}
.item-tags span span{
    margin-right: 7px;
    text-wrap: nowrap;
    position: relative;
}


.table-floating2 thead tr td{
	min-width: 150px;
}

.table-floating2 select.form-control:not([multiple]),
.table-floating2 select.select:not([multiple]) {
	width: 100%;
	min-width: 240px;
	max-width: 320px;
	min-height: 38px;
	height: 38px;
	padding: 8px 30px 8px 10px;
	line-height: 1.35;
	font-size: 13px;
	box-sizing: border-box;
}

.table-floating2 input.form-control:not([type="checkbox"]):not([type="radio"]) {
	min-height: 38px;
	height: 38px;
	padding: 8px 12px;
	line-height: 1.35;
	box-sizing: border-box;
}

.table-floating2 td:has(> select.form-control) {
	min-width: 260px;
}

.table-floating2 td:has(> select[multiple]) {
	min-width: 220px;
	vertical-align: top;
}

.table-floating2 select.form-control[multiple],
.table-floating2 select.select[multiple] {
	min-width: 200px;
	max-width: 300px;
	min-height: 120px;
	height: 120px;
	padding: 4px 3px;
	overflow-y: auto;
	line-height: 1.3;
}

.table-floating2 select[multiple] option {
	padding: 3px 8px;
	margin: 1px 0;
	border-bottom: 1px solid #dce4f5;
	border-radius: 4px;
}

.table-floating2 select[multiple] option:checked {
	background: #6466f1;
	color: #fff;
	font-weight: 600;
}

.table-floating2 select[multiple] option:disabled {
	display: none;
}

.table-floating2 td:has(textarea.hinput) {
	min-width: 260px;
}

.table-floating2 td:has(textarea.hinput) label {
	display: block;
	margin-bottom: 8px;
}

.table-floating2 textarea.hinput {
	display: block;
	width: 100%;
	min-width: 200px;
	max-width: 280px;
	height: 34px !important;
	min-height: 34px;
	max-height: 34px;
	overflow: hidden;
	resize: none;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	white-space: nowrap;
}
		
	.xl_inner_img,
.images_box_item div .inner_img{
border: 1px solid #ccc;
    width: 72px;
    height: 72px;
    border-radius: 6px;
    overflow: hidden;
    }


.xl_inner_img img,
.images_box_item div .inner_img img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
    }
    
.menu_item_box{
    background: #6466f12b;
    display: flex;
    align-items: center;
    justify-content: space-around;}
    
.menu_item_box .btn:hover,    
.menu_item_box .btn{
	    padding: 0;
    background: none;
    width: 20px;
    height: 20px;
    border: 0;
}
    

.menu_item_box .btn,
.menu_item_box i{
	cursor: pointer;
}

    
    .main_menu{
    display: flex;
    list-style: none;
    margin: 10px 0;
    padding: 10px 0;
    flex-wrap: wrap;
    }
    
    
.main_menu li{
margin-right: 30px;
font-size: 15px;
}

.main_menu li a{
color: #000;
}


.btn{
background: #6466f1;
    border-radius: 4px;
    border: 0;
}

.btn:hover{
background: #5356fc;
    border-radius: 4px;
    border: 0;
}



.btn i{
    margin-right: 5px;
    font-size: 18px;
    line-height: 10px;	
}
	
	
.btn-link:hover,	
.btn-link{
background: transparent;
color: #6466f1;		
}
	
	.tr_all td,
	.pagination>li label{
		color: #000;
			background:#eff2fb;
	}


.ul_hor{
	list-style: none;
padding: 0;
margin: 0;
}
.ul_hor li{
float: left;
margin-right: 5px;
margin-bottom: 5px;

}
.ul_hor li span,
.ul_hor li a{
	display: inline-block;
	text-decoration: none;
}
.ul_hor li a,
.ul_hor li span,
.ul_hor li label{
	cursor: pointer;
border-radius: 4px;
padding: 10px;
color: #000;
background:#eff2fb;	
margin: 0;
}

.ul_hor li label input{
	display: none;
	
}
.ul_hor li a:hover,
.ul_hor li span:hover,
.ul_hor li label:hover{
background:#dee1f9;
}


.counts{
	position: absolute;
    top: 1px;
    left: 1px;
    font-size: 12px;
}


.counts span{
    border-radius: 250px;
    border: 1px solid #ccc;
padding: 3px;
background: #fff;
}
.counts span.counts_red{
	background: red;
	color: #fff;
}
	
		
.ul_hor li span{background:#6466f1;color: #fff;}

.ul_little_hor li a,
.ul_little_hor li span{

    border-radius: 4px;
    border: 0;
        padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;}
    
    
    .ul_little_hor li span{
	   background:#6466f1 !important }
	   
	   
	   
.td_flex_img{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 6px;
	overflow-x: auto;
}

.td_flex_img .images_box_item {
	flex-wrap: nowrap;
	flex: 0 0 auto;
}

.td_flex_img .addmain_box,
.td_flex_img .load_img_1c {
	flex-direction: row;
	flex-shrink: 0;
}

.td_flex_img span input {display: none;}
.td_flex_img span label{
    width: 72px;
    height: 72px;
    border: 1px dotted;
    background: #6466f12b;
    margin: 0;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 6px;
}

.addmain_box .btn{height: 100%;}

.load_img_1c .btn{margin-left:10px;height: 100%; background: #ff9800;}


.reset-button a {
    color: red;
  }
  