/* FIELDSET */
#favorites {
	color:#818a91;
}
#favorites fieldset {
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 10px;
}
#favorites legend {
	width: initial;
	font-size: medium;
	margin-bottom:0;
	height: 42px;
}
#favorites .fieldset-header{
    margin-top: -20px;
    margin-left: 40px;
    color:#449d44!important;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight:600;
}
#favorites  .fa-circle {
	color:#5cb85c;
}
#favorites .fa-star {
	color:#ffd700;
}
#favorites .fav-online {
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #5cb85c;
    top: 5px;
    border-radius: 50%;
    left: 20px;
}
#favorites .fav-offline {
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #c0c0c0;
    top: 5px;
    border-radius: 50%;
    left: 20px;
}
#favorites .fav-remove {
	position: absolute;
    bottom: 12px;
    right: 16px;
    padding: 5px;
    border-radius: 0rem 0rem 0.25rem 0rem;
}
#favorites .fav-remove:hover {
	background-color: #c0c0c0;
    cursor: pointer;
}

#favorites .fa-trash {
	color:#5cb85c;
}

#favorites .card-block {
	padding-top: 0px;
}

#favorites .card:hover {
    -webkit-box-shadow: 0px 0px 25px 6px rgba(173,164,173,1);
    -moz-box-shadow: 0px 0px 25px 6px rgba(173,164,173,1);
	box-shadow: 0px 0px 25px 6px rgba(173,164,173,1);
}

#favorites img {
	height: 100px;
    width: 100px;
	padding:5px;
}

@media (max-width: 543px) {
	
}

@media (max-width: 576px) {
	
}

/* ---- Warm page polish ---- */
#favorites .fa-circle {
	color: #5cb85c !important;
}
#favorites .fav-online {
	background-color: #5cb85c;
}
#favorites .fa-trash {
	color: #6a635c;
}
#favorites .card {
	border: 1px solid #e6e2dc;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(30, 26, 23, 0.05);
	background: #fff;
}
#favorites .card:hover {
	box-shadow: 0 10px 28px rgba(30, 26, 23, 0.1);
}
#favorites img {
	border-radius: 50%;
	object-fit: cover;
	padding: 0;
}
#favorites .fav-remove:hover {
	background-color: #f3f1ed;
}