/**
 * Nexcard CUSTOM FRONTEND STYLES - TABLE OF CONTENTS
 * 
 * Element Type: Blog Dropdown
 * Sharing Panel
 */

.relative{
    position: relative;
}
/*Element Type: Blog Dropdown*/
.nexcard-bio-links-page .nexcardsaas-posts-list button {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 15px;
    margin-left: 10px;
    float: right;
}
.nexcard-bio-links-page .nexcardsaas-posts-list {
    padding: 0;
    list-style: none;
}
.nexcard-bio-links-page .nexcardsaas-posts-list li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0 none;
}
.nexcard-bio-links-page .nexcardsaas-posts-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.nexcard-bio-links-page .nexcardsaas-posts-list a {
    display: block;
}
.nexcard-bio-links-page .nexcardsaas-posts-list img {
    width: 30px;
    margin-right: 10px;
    border-radius: 3px;
}


/*Sharing Panel*/
.nexcardsaas-share-panel #nexcardsaas-links-panel {
    right: 0px;
    position: fixed;
    top: 0;
    z-index: 2222222;
    height: 100%;
}
.nexcardsaas-share-panel #nexcardsaas-panel {
    position:relative;
    right:-300px;
}
.nexcardsaas-share-panel .nexcardsaas-panel_button {
    position: relative;
    right:0px;
    width:48px;
    cursor: pointer;
    z-index:10;
    top: 20%;
}
.nexcardsaas-share-panel .nexcardsaas-panel_button a:hover i {
    opacity: 0.6;
}
.nexcardsaas-share-panel #nexcardsaas-panel {
    overflow-y: scroll;
    background: white;
    color: #252525;
    font-size: 10px;
    right: -300px;
    height: 100%;
    padding: 50px 20px;
    position: absolute;
    width: 300px;
    box-shadow: 0 5px 25px 10px rgba(0, 0, 0, 0.08) !important;
}
.nexcardsaas-share-panel .nexcardsaas-panel_button {
    background: #FFFFFF none repeat scroll 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px;
    box-shadow: -30px 0 30px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px 0 0 6px;
}
.nexcardsaas-share-panel .nexcardsaas-panel_button i {
    color:#444;
    font-size:17px;
    transition: all 350ms;
    text-align: center;
    width: 100%;
}
.nexcardsaas-share-panel p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
}
#nexcardsaas-panel > h3:first-child {
    margin-top: 0;
}
#nexcardsaas-panel > h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.nexcardsaas-share-panel .nexcardsaas-panel_button.nexcardsaas_hide_button span,
.nexcardsaas-share-panel .nexcardsaas-panel_button a span {
    font-size: 8px;
    display: block;
    font-weight: 500;
}
.nexcardsaas-toggle_sidebar {
    text-decoration: none;
}
.nexcardsaas-panel_button span {
    color: #212529;
    text-transform: uppercase;
}
.nexcardsaas-social-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #0A0B0D;
    padding: 7px 20px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 350ms;
    margin-bottom: 7px;
}
.nexcardsaas-social-box a:hover {
    background-color: #000;
    color: #fff;
    transform: translate(0px,-4px);
}
.nexcardsaas-social-btn span i {
    margin-right: 16px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    width: 30px;
    transition: all 350ms;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}
.nexcardsaas-social-facebook span i {
    background-color: #3b5998;
}
.nexcardsaas-social-twitter span i {
    background-color: #1DA1F2;
}
.nexcardsaas-social-whatsapp span i {
    background-color: #25D366;
}
.nexcardsaas-social-pinterest span i {
    background-color: #E60023;
}
.nexcardsaas-social-linkedin span i {
    background-color: #0077b5;
}
.nexcardsaas-social-telegram span i {
    background-color: #2AABEE;
}
.nexcardsaas-social-email span i {
    background-color: #a4a4a4;
}
.nexcardsaas-social-btn:hover span i {
    background-color: #000;
    color: #fff;
}

/*VCARD QR*/
.nexcardsass-vcard-qr-toggle .nexcard-accordion-content img {
    border: 1px solid #ddd;
}