
.mobile-box {
    background: #01c0c8;
    padding: 30px 10px 0px 10px;
    border: 4px solid #000;
    border-radius: 30px 30px 0px 0px;
    border-bottom: none;
    color: #fff;
    min-height: 550px;
    max-height: 200px;
    min-width: 300px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.vcard-info {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vcard-box {
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 10px;
}

span.vcard-name {
    font-size: 16px;
}

span.vcard-work {
    font-size: 13px;
    /* line-height: 15px; */
}

.vcard-title {
    margin-bottom: 10px;
}

span.vcard-phone {
    margin-left: 10px;
}

span.vcard-email {
    margin-left: 10px;
}

.vcard-qr-box {
    vertical-align: middle;
    display: flex
;
    align-items: center;
}

.remove-carret.dropdown-toggle::after {
    display: none !important;
}

.topbar .top-navbar {
    min-height: 30px !important;
}

.topbar .top-navbar .navbar-header {
    line-height: 30px !important;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    line-height: 39px !important;
}

a.navbar-brand.nav-item {
    font-size: 17px;
}

a.nav-link.nav-lock.waves-effect.waves-light {
    font-size: 17px !important;
}

.vcard-head {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    align-items: start;
}

.profile-box {
    /* width: 20%; */
    /* border: 1px solid #adb5bd; */
    padding: 5px;
    /* border-radius: 100%; */
    text-align: center;
}
.max-h-250 {
    max-height: 250px;
    overflow: auto;
}

.vcard-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.vcard-logo {
    width: 50px;
    position: absolute;
    top: -33px;
    right: 10px;
    /* background: #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 1px 1px 3px 3px #adb5bd45; */
}

.vcard-box {
    position: relative;
}

img.img-fluid.vcard-logo-img {/* padding: 10px; */border-radius: 10px;}

h3.vard-sub-title {
    font-size: 13px;
    font-weight: 600;
}

.vcard-adress {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: start;
}

span.vcard-label {
    width: 30%;
    color: #818182;
    font-size: 11px;
}

span.vcard-value {
    font-size: 11px;
}

.vcard-social-button {
    width: 20px !important;
    height: 20px !important;
    padding: 0px !important;
    font-size: 11px !important;
}

.vcard-action-button{
    font-size: 11px !important;
    padding: 4px 7px !important;
}

.vcard-actual-size{
    /* width: 350px; */
    min-height: 250px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.5em;
    max-height: 4.5em; /* 3 lines * line-height */
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 40px;
}

.vcard-email, .vcard-phone{
    width: 100%;
    /* max-height: 70px; */
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}

.vcard-logo-sm {
    top: -30px !important;
    width: 40px !important;
}
.vcard-box {
    border: 1px solid #efefef;
}
.vcard-title {
    flex-grow: 1;
}
.vcard-title {
    flex-grow: 1;
}
.carousel-caption {
    background: #21252987;
    padding: 20px;
}

.contact-block {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}

.contact-icon img {
    width: 25px;
    opacity: 0.6;
    filter: brightness(0.8);
}


.contact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    flex: 1;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #6c757d;
}

.contact-item i {
    font-size: 12px;
    color: #17a2b8;
}

@media (max-width: 576px) {
    .contact-block {
        flex-direction: row;
        align-items: center;
    }
}

