    @media print{
        body *{
            visibility: hidden;
        }
        .id_box, .id_box *{
            visibility: visible;

        }
        .id_box{
            width: 100%;
        }
        .id_box .row2 .border-img img{
            width: 100%;
        }
        td{
            font-size: 26px;
        }
        .id_box .w58{
            width: 60%;
        }
        .id_box .xx:before{
            display: none;
        }
        .id_box .xy:before{
            display: none;
        }
        .id_box .xx{
            font-size: 26px;
        }
        .id_box .xy{
            font-size: 26px;
        }
        .top_td3{
            text-align: center;
        }
    }
    .textTrans>tr>td{
        text-transform: uppercase;
    }
    .id_box{
        border: 1px solid rgb(100,100,100);
        padding-top: 20px;
    }
    .id_box .xx{
        font-size: 13px;
        font-weight: 700;
    }
    .id_box .xy{
        font-size: 13px;
        font-weight: 700;
    }
    .id_box .xx:before{
        position: absolute;
        content: "";
        right: 0px;
        top: 0px;
        border-top: 24px solid white;
        border-left: 15px solid #28166f;
        width: 0;
    }
    .id_box .xy:before{
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        border-bottom: 24px solid white;
        border-right: 15px solid #f58220;
        width: 0;
    }
    .id_box .id_table_tdw1{
        width: 25%!important;
        text-transform: capitalize;
    }
    .id_box .id_table_tdw2{
        width: 3%!important;
    }
    .id_box .w58{
        width: 58%;
    }
    .id_box .id_table_td1, .id_table_td2{
        font-weight: bold;
        vertical-align: top;
    }
    .id_box .colLg3{
        width: 29%!important;
    }
    .id_box .colLg9{
        width: 71%!important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .id_box .red_color{
        color: red;
    }
    .id_box .colLg5{
        padding-left: 0px;
        /*padding-right: 0px;*/
    }
    .id_box .colLg6{
        padding-right: 0px;
        padding-left: 0px;
    }
    .id_box .colLg1{
        padding-right: 8px;
    }
    .id_box .top_td1{
        width: 5%;
    }
    .id_box .top_td1 div{
        background-color: #28166f;
        height: 80px;
        margin-right: 7px;
    }
    .id_box .top_td2{
        width: 55%;
    }
    .id_box .top_td2 div{
        border: 2px solid #28166f;
        border-radius: 10px;
        padding: 8px 12px;
    }
    .id_box .top_td3 div{
        background-color: #28166f;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        padding: 5px 10px;
    }
    .id_box .row2{
        padding: 20px;
        background-image: url('~lib/image/back-id.jpg');
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        background-position: center;
        background-size: 150px 150px;
    }
    .id_box .row2 .border-img{
        border: 2px solid;
        border-radius: 10px;
        position: relative;
    }
    .id_box .row2 .border-img .signature img{
        height: 90px;
        width: auto;
        position: absolute;
        right: -70px;
        bottom: -22px;
    }
    .id_box .row2 .border-img img{
        border-radius: 7px;
        height: 140px;
        width: 118px;
    }
    .id_box .row3 .box1{
        background-color: #28166f;
    }
    .id_box .row3 .box2{
        background-color: #f58220;
    }
    .id_box .row3 .box1, .id_box .row3 .box2{
        color: white;
        padding: 2px 6px;
    }
    .row2{
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        background-position: center;
        background-size: 150px 150px;
    }
    .btn_idcard_pdf{
        width: 200px;
    }