/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 15, 2020, 12:23:48 PM
    Author     : User3
*/
.page-content {
    height: 100vh;
    background: #fff;
    padding-top: 55px;
}
.profileWrapper {
    position: relative;    
}

.profileWrapper .ProfileHeaderSection {
    background: transparent;
}

.profileWrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: #F5F5F5;
}
.icon-sensoyo {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../../images/sparkleLogo.png") no-repeat;
    background-size: contain; 
    vertical-align: middle;
}


.Card_H_W .card-bg-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    color: #ddd;
    opacity: 0.5;
}
