﻿.PhotographerProfile .brand-profile img {
    border-radius: 50%;
}

.PhotographerProfile .brand-profile {
    border: 1.5em solid transparent;
    border-image: url(/portals/_default/images/Border-Brands.svg) 30 fill / 2rem;
    border-radius: 50%;
    background-size: contain;
}

.box_qrcode {
    position: relative;
}

.box_qrcode::after,
.box_qrcode::before {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border-top: 3px solid black;
    content: "";
}

.box_qrcode::after {
    left: 0;
    border-left: 3px solid black;
}

.box_qrcode::before {
    right: 0;
    border-right: 3px solid black;
}


.box_qrcode_bottom::after,
.box_qrcode_bottom::before {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid black;
    content: "";
}

.box_qrcode_bottom::after {
    left: 0;
    border-left: 3px solid black;
}

.box_qrcode_bottom::before {
    right: 0;
    border-right: 3px solid black;
}

.shape_holder {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.shape_holder::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #CCE2E6;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;

}





.w-70 {
    width: 70%;
}

.w-30 {
    width: 40%;
}

/* .wraper_name_card {
    flex: 1 1 0;
} */

.pic_photograph {
    width: 150px;
}

.w-custom {
    width: 150px;
}

/* style print  */
.printModal {
    font-family: sans-serif;
    display: flex;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    left: 0;
    top: 0;
    position: absolute;
    color: #0460b5;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .91)
}

.printClose {
    position: absolute;
    right: 10px;
    top: 10px
}

.printClose:before {
    content: "\00D7";
    font-family: Helvetica Neue, sans-serif;
    font-weight: 100;
    line-height: 1px;
    padding-top: .5em;
    display: block;
    font-size: 2em;
    text-indent: 1px;
    overflow: hidden;
    height: 1.25em;
    width: 1.25em;
    text-align: center;
    cursor: pointer
}
#sky{
    background: url("/Portals/0/image/qrcode/carddback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}
@media(min-width:545px){
    .wraper_image_card {
        border-left: 0.3rem solid #016E83;
        padding: 15px 25px 15px 0;
    }
    .shape_holder::after {
        display: block;
    }
    .shape_holder{
        margin-left: 10px;
    }
}