@import url('https://fonts.googleapis.com/css?family=Roboto');

.business-card *:not(.h-r) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
}

body {
    overflow: auto;
    margin: 0;
}

.display {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.display .display-item {
    flex-grow: 1;
    padding: 10px;
    text-align: center;
}

.display .display-item .btn-icon {
    position: relative;
}

.display .display-item > span {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 2em;
}

.flip-card {
    position: relative;
    width: 430px;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
    background-color: transparent;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-front, .card-back {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 250px;
}

.card-back {
    transform: rotateY(180deg);
}

.card-back .profile2 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 90%;
    height: 100%;
    margin-left: 5%;
}

.card-back .profile2 img {
    max-width: 100%;
    max-height: 100%;
}

.card-back .profile2 .video {
    position: relative;
    width: 100%;
    height: 200px;
    left: 0vw;
    background-color: black;
}

.business-card {
    width: 430px;
    height: fit-content;
    max-width: 100%;
    margin: 0px auto;
    perspective: 1000px;
    display: inline-block;
}

.business-card {
    position: relative;

}

.business-card .profile {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.business-card .profile .profile-image {
    width: 160px;
    height: 70px;
}

.business-card .profile .profile-image img {
    position: center;
    width: 150px;
    height: 70px;
    object-fit: contain;
}

.business-card .profile .profile-title {
    display: flex;
    flex-direction: column;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.business-card .profile .profile-title h3, h4, .info-contact span {
    font-family: 'Roboto', sans-serif;
}

.business-card .profile .profile-title h4 {
    font-weight: 400;
    font-size: 13.5px;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.business-card .profile .profile-title h3 {
    font-size: 13.5px;
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.business-card .info {
    display: block;
    height: auto;
}

.business-card .info .info-contact {
    padding: 0 15px 0px 15px;
}

.business-card .info .info-contact .span-infor {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;

}

.business-card .info .info-contact .span-infor b {
    font-size: 13.5px;
}

.business-card .info .info-contact .span-infor img {
    width: 15px;
    margin-right: 12px;
}

.business-card .info .info-contact .span-infor div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 35px;
    font-size: 13.5px;
    width: 90%;
}

.business-card .info .info-contact .phone {
    padding-right: 12px;
}

.business-card footer {
    position: relative;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}

.business-card footer span {
    padding: 0 3%;
}

.business-card footer span img {
    width: 36px;
}

.business-card footer span img:hover {
    cursor: pointer;
}

.business-card footer a:hover {
    color: #c8c;
}

.display-item footer {
    width: 430px;
    margin: 3rem auto;
    margin-top: 30px;
    margin-bottom: 45px;
}

.display-item footer span {
    padding: 0 3%;
}

.display-item footer span img {
    width: 36px;
}

.display-item footer span img:hover {
    cursor: pointer;
}

.display-item footer a:hover {
    color: #c8c;
}

.hrHeight {
    border: none;
    height: 1px;
    color: #f2f2f2;
    background-color: #f2f2f2;
    margin-top: 8px;
}

#website {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#pToSeeCustomize {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-text-size-adjust: none;
}

.header {
    text-align: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 13px;
    color: #555454;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo span {
    font-size: 25px;
    color: #28C8FA;
    font-family: 'Roboto', sans-serif !important;
}

.title {
    justify-content: center;
    font-size: 15px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold;
    color: #4d4c4c;
    font-family: 'Open Sans', sans-serif;
}

.btn-group {
    text-align: center;
}

.btn {
    width: 20%;
    max-width: 330px;
    min-width: 250px;
    padding: 7px 10px;
    background: #28C8FA;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 12px auto;
}

.add-to-phone {
    background: #bdd7ee;
}

.hidden {
    display: none;
}

.img-group img {
    width: 60%;
}

.footer {
    width: 100%;
    text-align: center;
}

.footer a {
    font-size: 13px;
    color: #1ab8f1;
    font-weight: bolder;
}

#or {
    position: absolute;
    left: 6vw;
    font-size: 13px;
    bottom: 5px;
}

.btn-android {
    float: right;
}

.btn-ios {
    float: left;
}

.btn-android img, .btn-ios img {
    cursor: pointer;
    width: 150px;
}

.row:after {
    content: "";
    display: table;
    box-sizing: border-box;
    clear: both;
}

.col_btn_featrue, .col_btn_download {
    float: left;
    box-sizing: border-box;
}

.col_btn_featrue {
    width: 50% !important;
    padding: 5px 45px;
}

.col_btn_download {
    padding: 10px;
    width: 50% !important;
}

.btn_capture img, .btn_add_phonebook img {
    cursor: pointer;
    width: 50px;
}

.logo_nb {
    cursor: pointer;
}

.h-r {
    border: 0;
    border-top: 1px solid #E0E0E0;
    justify-content: center;
    margin-top: -30px;
    width: 400px;
}

#icon_feat {
    margin: 20px 0px 45px 0px;
}

.logo_nb img {
    width: 40px;
}

.row {
    margin-top: 5px;
}

.kt-margin-top-5 {
    margin-top: 5px;
}

.left_element {
    float: right;
}

.right_element {
    float: left;
}

.above_element {
    margin-bottom: 5px;
}

.above_element p, .under_element p {
    margin: 0;
    color: #696868;

}

.under_element p {
    font-family: 'Open Sans', sans-serif !important;
}

.header {
    margin-top: 10px;
    margin-bottom: 15px;

}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-sm-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}

.max-width-50pt {
    max-width: 50%;
}

.width-300 {
    width: 300px;
}

.avatar-300-300 {
    background-size: 100%;
    width: 300px;
    height: 300px;
}

.avatar-200-200 {
    background-size: 100%;
    width: 200px;
    height: 200px;
}

.avatar-w70pt-h50pt {
    width: 70%;
    height: 50%;
}

.avatar-preview-img {
    max-width: 200px;
    max-height: 160px;
    width: auto;
    height: auto;
}

.padding-0 {
    padding: 0px !important;
}

.close-modal {
    text-align: center;
    color: #00b0f0;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 14px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-8 {
    margin-bottom: 8px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.kt-margin-left-15 {
    margin-left: 15px !important;
}

.border-thumbnail-description {
    border-top: 1px solid #ebebeb !important;
}

.kt-padding-right-0 {
    padding-right: 0px !important;
}

.kt-margin-bottom-45 {
    margin-bottom: 45px !important;
}

.kt-margin-left-10 {
    margin-left: 10px !important;
}

.kt-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.kt-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.margin-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.kt-margin-top-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.kt-margin-top-15 {
    margin-top: 15px !important;
}

.kt-margin-top-25 {
    margin-top: 25px !important;
}

.kt-padding-10 {
    padding: 10px !important;
}

.kt-padding-right-0 {
    padding-right: 0 !important;
}

.close-preview-btn {
    border-right: 1px #f2f2f2 solid;
}

.p-preview-btn {
    margin: 0 !important;
    border-right: 1px #f2f2f2 solid !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.p-preview-btn2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
}

.popup-content-40pt {
    width: 40% !important;
    max-width: 40% !important;
}

.popup-content-50pt {
    width: 50% !important;
    max-width: 50% !important;
}

.tag-scrollbar {
    overflow: hidden !important;
    text-overflow: unset !important;
    cursor: pointer !important;
}

.webkit-scrollbar:hover {
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.divDescription::-webkit-scrollbar {
    width: 4px !important;
}

.divDescription::-webkit-scrollbar-track-piece {
    background: #ededed
}

.divDescription::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.float-left {
    float: left !important;
}

.modal-title-sns {
    font-size: 13px !important;
    color: #000000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

.modal-btn-footer-sns {
    font-size: 13px !important;
    color: #00B0F0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
}

.div-center {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

.text-align-left {
    text-align: left !important;
}

.height-60pt {
    height: 60% !important;
}

.max-width-50pt {
    max-width: 50% !important;
}

.padding-10 {
    padding: 10px !important;
}

.width-100pt {
    width: 100% !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}


.icon-is-marked-in-business-card {
    bottom: 5px;
    right: 0;
    margin-right: 5px !important;
    position: absolute;
}

.icon-is-marked-in-me-card {
    top: 10px;
    right: 10px;
    margin-right: 5px;
    position: absolute;
}

.modal-top-custom {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    transform: none !important;
    top: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.divDescription {
    font-size: 13px !important;
    text-align: left !important;
    overflow-wrap: break-word !important;
    color: #565656 !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
}

.max-width-300 {
    max-width: 300px;
}

.icon-flip-card {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

#component-card {
    width: 430px;
    height : 100% ; 
    margin: 0 auto;
    margin-top: 30px;
}

.icon-card-social-media {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-size: 100%;
    object-fit: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
    .business-card {
        width: 90%;
        height: 280px;
        max-width: 100%;
    }

    .flip-card {
        position: relative;
        width: 90vw;
        height: 100%;
        max-width: 100%;
        border-radius: 10px;
        background-color: transparent;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        display: flex;
        flex-direction: column;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .business-card .info .info-contact .span-infor {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 660px) {

    .h-r {
        border: 0;
        border-top: 1px solid #E0E0E0;
        justify-content: center;
        margin-top: -35px;
        width: 320px;
    }

    #pToSeeCustomize {
        padding: 0px 20px;
        -webkit-text-size-adjust: none;
    }

    .btn_capture img, .btn_add_phonebook img {
        cursor: pointer;
        width: 40px;
    }

    .logo_nb img {
        width: 100px;
    }
}

@media only screen and (min-width: 600px) {
    .logo img {
        width: 110px;
    }

    .logo span {
        font-size: 40px;
    }

    .title {
        font-size: 25px;
    }

    p {
        font-size: 15px;
    }

    .btn {
        width: 40%;
        padding: 10px 0;
        font-size: 20px;
    }

    .img-group img {
        width: 350px;
    }

    .business-card .info .info-contact .span-infor img {
        width: 15px;
        margin-right: 7px;
    }
}

@media only screen and (max-height: 750px) {
    .col_btn_featrue {
        width: 50%;
        padding: 5px 30px;
    }
}

@media only screen and (max-width: 350px) {
    .business-card .info .info-contact .phone {
        padding-right: 7px;
    }

    .business-card .info .info-contact .span-infor img {
        width: 15px;
        margin-right: 3px;
    }
}

@media only screen and (max-width: 330px) {
    .business-card .info .info-contact .phone {
        padding-right: 3px;
    }
}

@media only screen and (max-width: 316px) {
    .business-card .info .info-contact .phone {
        padding-right: 1px;
    }
}

.card-website {
    color: black;
    text-decoration: none;
    display: block;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .flip-card {
        height: auto;
    }

    .card-front {
        min-height: 250px;
    }

    .display-item footer {
        width: 100%;
        margin: 3rem auto;
        margin-top: 20px;
    }

    .display .display-item {
        flex-grow: 1;
        padding: 0;
        text-align: center;
    }

}

@media only screen and (max-width: 920px) {
    .div-popup-content1-margin-15pt {
        margin: 15% auto !important;
        margin-left: 15% !important;
        border: none !important;
        position: absolute;
        top: 50%;
        left: 32%;
        transform: translate(-50%, -50%) !important;
    }
}

@media only screen and (max-width: 750px) {
    .div-center {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        margin-top: 20% !important;
        margin-bottom: 20% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .div-center {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        margin-top: 20% !important;
        margin-bottom: 20% !important;
    }

    .webkit-scrollbar {
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    .divDescription {
        max-height: 350px;
    }
}

@media only screen and (max-width: 920px) {
    .div-center {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        margin-top: 40% !important;
        margin-bottom: 40% !important;
    }
}
