/*
    User Profile 5
*/
#user-profile-card-5.card {
	border: none;
	height: 569px;
	.card-top-section {
		position: relative;
		background: $white $url_3 no-repeat center center;
		background-size: cover;
		padding: 90px 40px;
		border-bottom-left-radius: 0!important;
	    border-bottom-right-radius: 0!important;
		.usr-profile-meta {
			position: absolute;
			bottom: -40px;
			left: 0;
			right: 0;
			img {
				width: 96px;
				border: solid 3px $white;
			}
		}
	}
	.card-body {
		.usr-info-meta {
			.usr-name {
				font-size: 16px;
				color: #1a73e9;
				font-weight: 600;
			}
		}
		span {
			padding: 6px 13px;
		}
		h4 {
			color: $color_76;
			margin-top: 38px !important;
		}
		p {
			color: $additional-color-11;
		}
		.card-bottom-section {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 20px;
			button {
				margin-bottom: 7px !important;
				background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
			}
		}
	}
}
