*{
    margin: 0;
    padding: 0;
}
body{
    background-color: aliceblue;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}


/*style for copy*/

.profile_card{
    background-color: #fbffff;
    border: 1px solid #c5c5c5;
    width: 37%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    direction: rtl;
    padding: 10px 10px;
    -webkit-box-shadow: 3px 4px 16px 1px rgba(125,125,125,1);
    -moz-box-shadow: 3px 4px 16px 1px rgba(125,125,125,1);
    box-shadow: 3px 4px 16px 1px rgba(125,125,125,1);
}

.top_sec{
    width: 100%;
    border-radius: 20px 20px 0 0;
    border: 1px solid #c4c4c4;
}
.top_sec__row1>div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_card .img_box{
    border: 2px solid #919191;
    border-radius: 100%;
    width: 60px;
    height: 50px;
    background-color: white;
}

.profile_card .img_box img{
    width: 100%;
    height: 100%;
    /*padding: 4px;*/
    border-radius: 100%;

}

.main_sec{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c4c4c4;
}

.temp{
    /* border: 2px dashed #74e5f6; */
    /* padding: 1px 1px; */
    border-radius: 5px;
}

.main-sec_img{
    border-radius: 7px;
    width: 100%;

}
.main-sec_img img{
    border-radius: 7px;
    width: 100%;
    height: 100%;
}

.desc_sec{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c4c4c4;
}

.bottom_sec{
    width: 100%;
}

.bottom_sec__left{
    width: 49%;
    border: 1px solid #c4c4c4;
    border-radius: 0 0 0 20px;
}
.bottom_sec__right{
    width: 49%;
    border: 1px solid #c4c4c4;
    border-radius: 0 0 20px 0px;
}
.bottom_sec__center{
    width: 49%;
    border: 1px solid #c4c4c4;
    border-radius: 0;
}
@media print {
    @page {
        size: A5;
        margin: 0;
    }
    .profile_card{
        width: 95%!important;
        margin-top: 20px!important;
    }
}
