.vCard {
    display: flex;
    align-items: baseline;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 5px #f8f8f8;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    color: #000!important;
    height: 100%;
}
.vCard, .vCard_header, .vCard_footer, .vCardCover, .vCardCoverImg{
    width: 100%;
    display: block;
}
.vCard_header{
    z-index: 0;
}

a.vCardMenuIcon {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    line-height: 50px;
    box-shadow: 0 0 5px #f8f8;
    background: #fff;
    color: #777;
    
}
.vCardMenu {
    position: fixed;
    right: 33%;
    bottom: 50px;
    z-index:99;
}
.vCardMenu {
    width: 535px;
}
.vCardTabs {
    display: flex;
    flex-direction: row-reverse;
    padding: 5px 0 0 5px;
    margin-bottom: 0px;
    position: relative;
}

div.vCardMenuIcon {
    text-align: right;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.vCardMenuList ul.vCardTabsLi {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    border: 0;
    align-items: center;
    justify-content: end;
    height: 200px;
    align-self: end;
}

.vCardMenuList ul.vCardTabsLi li {
    width: 100%;
}

.vCardMenuList ul.vCardTabsLi li a {
    padding: 7px;
    display: block;
    color: #777;
}

.vCardTabs::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background: #f8f8f8;
    bottom: 3px;
    right: 18px;
    transform: rotate(45deg);
}
.vCardMenuList {
    opacity: 0;
    right: -100%;
    position: fixed;
    transition: all .3s ease-in-out;
}

.vCardMenuList.active {
    opacity: 1;
    right: auto;
    position: relative;
    transition: all .3s ease-in-out;
}
.vCardTabs{
    color: #000;
}
.vCardTabs li {
    height: 50px;
    width: 50px;
    align-self: end;
}
.vcardMenuTabs{
    flex: 1;
}
.vCardMenuList ul.vCardTabsLi li {
    height: 50px;
    width: 50px;
}
.vCardMenuTabs {
   opacity: 0;
    right: -100%;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 5px #ddd;
}
.vCardMenuTabs.active{
    opacity: 1;
    right: 0;
    flex: 1;
    background: #fff;
    transition: all .5s ease-in-out;
    z-index: 2;
    margin-bottom: 10px;
}
.vCardMenuTabs .singleTabs{
    opacity: 0;
    display: none;
    right: -100%;
    transition: all .3s ease-in-out;
}

.vCardMenuTabs .singleTabs.active {
    opacity: 1;
    display: flex;
    right: auto;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    max-height: 80vh;
    overflow-y: scroll;
}

.vCardTabsLi li a.active{
    position: relative;
    color: red;
}

.vCardTabsLi li a.active::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    /*background: red;*/
    bottom: auto;
    right: auto;
    transform: rotate(45deg);
    left: -8px;
    top: 20px;
    border-top: 5px solid red;
    border-right: 5px solid red;

    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.singleTabs .shareCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.singleTabs .aboutText {
    align-self: baseline;
    padding: 5px;
}
.singleTabs .aboutText p{
    padding: 10px;
}

.vCardCoverImg .coverImg {
    position: relative;
}

.vCardCoverImg .coverImg::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    filter: blur(20px);
}

.vCardProfile_img {
    box-shadow: 0 0 5px #ddd;
    display: flex;
    align-items: center;
    padding: 5px;
}

.vCardProfile_img img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -35px;
    margin-left: 20px;
}

.vCardProfile {
    position: relative;
    z-index: 9;
}
.vCarduserDetails {
    margin-left: 20px;
}
.vCardStyle_11.style_5.vcardBodyTop ul li a {
    border: 0;
    color: #777;
    font-weight: bold;
    margin: 8px 0;
    transition: all .3s ease-in-out!important;
}

.vCardStyle_11.style_5.vcardBodyTop ul li a i {
    border: 0;
    border-radius: 5px;
    font-size: 27px;
    transition: all .3s ease-in-out!important;
}
.vCardStyle_11.style_5.vcardBodyTop ul li a i.fa-angle-right {

    background: transparent!important;

}

.vCard{
    box-shadow: 0 0.2rem 0.2rem #eee;
}
.vCard_body, .vCard_header, .vCard_footer {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

}

.vCardMenuList ul.vCardTabsLi li a i {
    font-size: 34px;
    font-weight: normal;
    color: #000;
}


.vCardStyle11 #st-1 .st-btn, .vCardStyle12 #st-1 .st-btn{
    display: inline-block!important;
}

/*----------------------------------------------
              vCard style 12    
----------------------------------------------*/
.vCardFullCover{
    height: 100vh;
    scroll-behavior: unset;
}
.vCard_12 .vCard, .vCardFullCover {
    border-radius: 5px;
}

.vCard_12.vCardRatio{
    overflow: hidden;
}
.vCard_12 .vcardBodyTop.style_5{
    overflow-y: scroll;
    height:80vh;
}
.vCardAddButton {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 70px;
    background: rgba(0,0,0,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    left: -34px;
    justify-content: center;
    transform: translateY(-50%);
}
.vCardAddButton a{
    width: 100%;
    text-align: center;
    margin-left: 24px;
}
.vCardAddButton a i{
    font-size: 25px;
}
.vCardAddButton a i {
    font-size: 35px!important;
    color: #fff!important;
}

.vCardAddButton:hover{
    background: red;
    transition: all .3s ease-in-out;
}
.vCardFullCover.active {
    margin-left: 100%;
    transition: all .3s ease-in-out;
}
.vCardFullCover {
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 99;
}
.vCardFullCover.active .vCardAddButton a{
   margin-left: -24px;
}
.vCardFullCover.bgImg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
.vCard_12_vCarduserDetails {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    text-align: center;
}
.vCardStyle12 .vCardProfile {
    margin-top: 53px;
}
.vCard .vCard_12_vCarduserDetails *{
    color: #fff!important;
}

.vCard_footer.vCardStyle12 .vCardMenu {
    position: fixed;
    right: 36%;
    bottom: 98px;
    z-index: 10;
}
.vCardAddButton a i.fa.fa-angle-right{
    color:  #fff!important;
}

:root{
    --darkbg: #222831!important;
    --lightbg: #fff!important;
    --darkbox-shadow:  0 0.2rem 0.2rem rgba(0, 0, 0, .5); !important;
    --lightbox-shadow: 0 0.2rem 0.2rem #eee; !important; 
    --dark-shadow:  0 0 5px rgba(0, 0, 0, .5); !important; 
}

.vCardRatio{
    background: var(--darkbg);
    box-shadow: var(--darkbox-shadow);
    margin: 30px auto;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
 /*----------------------------------------------
               START  DARK  
 ----------------------------------------------*/
 .vCardbody.dark{
    color: #fff!important;
    background: #191d2b!important;

}

.vCardbody.dark .vcardUser_info p {
    color: #fff!important;
}
.vCardbody.dark .vCardStyle_11.style_5.vcardBodyTop ul li a {
    background: var(--darkbg);
    color: #fff!important;
}
.vCardbody.dark .vCard_body, .vCardbody.dark .vCard_header, .vCardbody.dark .vCard_footer{
    background: var(--darkbg);
}
.vCardbody.dark .vCardProfile_img{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.vCardbody.dark .vCard{
    box-shadow: var(--darkbox-shadow);
    background: var(--darkbg);
}
.vCardbody.dark a.vCardMenuIcon {
    background: #191d2b;
    box-shadow: var(--darkbox-shadow);
    color: #fff;
}
.vCardbody.dark .vCardMenuList ul.vCardTabsLi li a i {
    color: #fff;
}
.vCardbody.dark .vCardMenuList ul.vCardTabsLi, .vCardbody.dark .vCardTabs::before{
    background: #191d2b;
}
.vCardbody.dark .vCardMenuTabs.active{
    background: #191d2b;
    box-shadow: 0 0 5px #191d2b;
}
.vCardbody.dark .shareText, .vCardbody.dark .singleTabs .aboutText p{
    color: #fff;
}
.vCardbody.dark .vcardStyle_3, .vCardbody.dark .vcarStyle_5.vcard__shadow{
    background: var(--darkbg);
    color: #fff!important;
    box-shadow: var(--darkbox-shadow);
}
.vCardbody.dark .vcarStyle_5 .vcard_cover_details{
    background-color: #393e46;
}
.vCardbody.dark .style_5.vcardBodyTop ul li a{
    background: #393e46;
    border: 0;
     color: #fff;
}
.vCardbody.dark .aboutUs *, .vCardbody.dark .vdetails *, .vCardbody.dark .vd_flex *{
    color: #fff!important;
}
.vCardbody.dark .qrcodeShare, .vCardbody.dark .aboutArea, .vCardbody.dark .vcardStyle_9{
    background: var(--darkbg);
    box-shadow: var(--darkbox-shadow);
}
.vCardbody.dark .aboutText, .vCardbody.dark .aboutText p, .vCardbody.dark .leftUserdetails *{
    color: #fff!important;
}
.vCardbody.dark .vcarStyle_5.vCardWrapper.vcarStyle_7 .vcard_cover_details{
    background-color: transparent;
}
.vCardbody.dark  .style_5_vcard_info *{
    color: #a4acc4;
}
.vCardbody.dark .vcarStyle_5.vcarStyle_7 .vcardWrap{
      background: var(--darkbg);  
}
.vCardbody.dark .vcarStyle_5.vCardWrapper.vcarStyle_14 .vcard_cover_details{
    background-color: transparent;
}
.vCardbody.dark  .style_5_vcard_info *{
    color: #a4acc4;
}
.vCardbody.dark .vcarStyle_5.vcarStyle_14 .vcardWrap{
      background: var(--darkbg);  
}

/*----------------------------------------------
                  BOTTOM MENU
----------------------------------------------*/
.vCardbody.dark .vcardMenuContent {
    width: 100%;
    background: #393e46;
    box-shadow: var(--darkbox-shadow);
    color: #fff;
}
.vCardbody.dark .vcardMenuContent ul li a i{
    color: #a4acc4;
}
/*Bottom menu*/
.vCardbody.dark a.base i {
    background: radial-gradient(#ea0599 55%, rgba(0, 0, 0, .2) 58%);
}
.vCardbody.dark .bottomNav{
    background: #393e46!important;
    color: #fff;
    box-shadow: var(--darkbox-shadow);
}
/*----------------------------------------------
            END DARK      
----------------------------------------------*/


/*----------------------------------------------
               START LIGHT   
----------------------------------------------*/
.vCardbody.light{
    background: #f8f8f8!important;
}

.vCardbody.light{
    color: #000!important;
    background: #f8f8f8!important;

}

.vCardbody.light .vcardUser_info p {
    color: #000!important;
}
.vCardbody.light .vCardStyle_11.style_5.vcardBodyTop ul li a {
    background: var(--lightbg);
    color: #000!important;
}
.vCardbody.light .vCard_body, .vCardbody.light .vCard_header, .vCardbody.light .vCard_footer{
    background: var(--lightbg);
}
.vCardbody.light .vCardProfile_img{
    box-shadow: 0 0 5px #ddd;
}
.vCardbody.light .vCard{
    box-shadow: var(--lightbox-shadow);
}
.vCardbody.light  .vcardMenuContent{
    background: #fff;
}
/*----------------------------------------------
                 style 2 
----------------------------------------------*/
.vCardbody.light .vacrdTopContent{
    background: var(--lightbg);
    color: #000!important;
}
.vCardbody.light .vcardStyle_2 .vdetails h4{
    color: #000!important;
}
.vCardbody.light .vcardStyle_2 .vdetails p{
    color: #777!important;
}
.vCardbody.light .vcarStyle_8 .vcardWrap{
    background: #fff;
}

/*Bottom menu*/
.vCardbody.dark a.base i {
    background: radial-gradient(#ea0599 55%, rgba(0, 0, 0, .2) 58%);
}
.vCardbody.light .bottomNav{
    background: #f8f8f8!important;
    color: #a4acc4!important;
    box-shadow: var(--lightbox-shadow);
}
.vCardbody.light .bottomNav ul li a{
    color: #a4acc4;
}
.vCardbody.light .vCardRatio{
    background: var(--lightbg);
    box-shadow: var(--lightbox-shadow);
    margin: 30px auto;
    border-radius: 5px;
    position: relative;
}
.vCardbody.light .vacrdTopContent.style_1.vCardWrapper .vcardUserInfo *{
    color: #000!important;
}
/*----------------------------------------------
               END LIGHT   
----------------------------------------------*/





.\39 _cardTop {
    height: 100vh;
}

.style_9Card_details {
    margin-top: -80px;
}

.cardBottomDetails {
    position: absolute;
    bottom: 5px;
    background: transparent;
}
.style_9Card_details {
    margin-bottom: 112px;
    position: absolute;
    display: block;
    bottom: 73px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.vcardStyle_9.vCardRatio {
    overflow: hidden;
}
.CardImage.img{
    z-index: 10;
}
.vcardMenuContent, .vcardMenubar{
    z-index: 5;
}

.vcardStyle_9.vCardStyle_10.vcarStyle_8.vCardRatio .vcardCenterBody {
    height: 79vh;
    margin-top: 82px;
}

.vCardStyle_10 .CardImage.active.img {
    height: 74px;
    transition: all .3s ease-in-out;
}
.vcardStyle_9.vCardStyle_10.vcarStyle_8 .vcardMenuContent ul li a {
    font-size: 21px;
    font-weight: normal!important;
    transform: scale(1.5);
    position: relative;
    display: block;
    line-height: 27px;
}
.vcardStyle_9.vCardStyle_10 .CardImage.img {
    position: absolute;
    transition: all .3s ease-in-out;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.vCard_11 .vCardMenu {
    position: fixed;
    right: 35%;
    bottom: 10%;
    z-index: 99;
}


.vCardStyle_10_top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.vCardStyle_10 .vcardCenterBody {
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vCard {
    height: 100%;
    overflow-y: scroll;
}


.vcardStyle_13 .vd_flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.vcardStyle_13 .vd_flex i {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 3em;
    height: inherit;
    width: inherit;
    padding-right: 10px;
}
.vcardStyle_13.vcard__shadow {
    background: #EEEEF3;
}
.vcardStyle_13 .vcardBodyTop ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 20px;
    margin: 13px 0;
    box-shadow: none;
    background: #fff;
    transition: all .3s ease-in-out;
    padding-right: 10px;
    border-radius: 15px;
}
.vcardStyle_13 .vcardBodyTop ul li{
    border-radius: 15px;
}
.w_100{
    width: 100%;
}
.c_gray{
    color: #777;
}

.c_black{
    color: #000;
}

p.designation {
    background: #DA4453;
    color: #fff!important;
    padding: 2px 7px;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    bottom: 80px;
}
.vcardStyle_13 .style_5_vcard_info {
    margin-top: 12px;
}

.vcardStyle_13 .vcardUser_info p {
   opacity: .5;
}
.vcardStyle_13 .vcard_cover_details {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
    z-index: 9;
    margin-top: -80px;
    padding: 20px 0;
}
.opacity_50{
    opacity: .5;
}
.vcardStyle_13 .vcardBodyTop.style_5 {
    padding: 0 10px;
}
.vcardStyle_13.vcarStyle_6 .vcard_cover_details {
    margin: -80px 20px 10px!important;
}
.bg_white, .bg_white i{
    background: transparent!important;
}