/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.fa,.fab{
	color: white;
	font-size: 26px;
    border-radius: 25px;
    padding: 8px;
    right: -90px;
    position: relative;
}
.fa:hover,.fab:hover{
	color: yellowgreen;
	transform: rotate(-180deg);
}

.fa-solid{
	color: white;
	font-size: 26px;
    border-radius: 25px;
    padding: 8px;
    right: -90px;
    position: relative;
}
.fa-solid:hover{
	color: yellowgreen;
	transform: rotate(-180deg);
}

.c_unq{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	margin-bottom: 20px;
}
.c_unq:hover {
	box-shadow: 0 0 11px rgba(100, 58, 168, 0.2); 
	cursor: pointer;
	opacity: 100%;
  }
.card-title{
	text-align:left;
	font-size: 20px;
}
.c_val{
	text-align: left;
}
.card{
	width: 315px;
    height: 140px;
	align-content: center;
}