.list-errores {
    font-size: 13px;
    color: #f00;
}
.swal2-content,p.error {
    margin-bottom: 0 !important;
}
.error-input{
    border: 1px solid #b92121 !important;
}
.sky-form .btn {
    margin-left: 0;
    margin-top: 10px;
}
.filter_price .ui-widget.ui-widget-content {
border: 0;
border-radius: 0;
background-color: #ddd;
height: 8px;
margin-bottom: 15px;
margin-top: 15px;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.filter_price .ui-slider .ui-slider-range {
background-color: #FF324D;
border-radius: 0;
}
.filter_price .ui-slider .ui-slider-handle {
cursor: pointer;
background-color: #fff;
border-radius: 100%;
border: 0;
height: 18px;
top: -6px;
width: 18px;
margin: 0;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.price_range {
color: #292b2c;
}
#flt_price {
margin-left: 5px;
font-weight: 600;
}
.ui-slider .ui-slider-handle::before {
background-color: unset;
}
#match-list{
	position:fixed;
	/*border: 1px solid #efefef;*/
	width: auto !important;
	min-width: 320px !important;
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,.1);
	z-index: 9;
	max-height: 250px;
	overflow: auto;
	border-radius: 8px;
}
.card {
    border: none;
    border-radius:0;;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
}
#match-list .card-body{
   padding: 5px 10px;
   cursor:pointer;
   border-bottom: 1px solid #e6e6e6;
}
#match-list .card-body:last-child {
    border-bottom: 0;
}
#match-list .card-body h4{
   font-size: .9rem;	
   margin-bottom: 0;
}
#form-buscar,#match-list .card{
    margin-bottom: 0;
}
#txtBuscar{
	border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-ms-border-radius: 15px !important;
	-o-border-radius: 15px !important;
}
section.page-header .breadcrumb li.active,section.page-header .breadcrumb li.active a {
    color: #dc3545 !important;
    text-decoration: none;
}