/*Body background color  */
body.body-digicard{
background: #000000;
}
/*profile background color  */
.home-wrp .profile{
/* background-color: #065e54; */
}
/*profile icon background color  */
.profile__icon{
background: #000000!important;/*linear-gradient(to right,#83c53f 0%,#85C445 100%)!important; */
}
/*tab background color and botton abckground color  */
.tab__backclr{
background: #000000!important;
}
/*icon color */
.icon__clr{
color: #000000!important;
}
.view__box{
display: block;
text-align: center;
width: 130px;
padding: 7px;
margin: 0 0 0 auto;
border-radius: 30px;
background: rgb(6 94 83);
color: #fff;
font-size: 0.85rem;
font-weight: 100;
position: absolute;
z-index: 99;
right: 0px;
top: 25px;
}