@fontface{   
    font-family: firstFont;
     src:url("Hacen-Tunisia.ttf");
}
.template{
    margin: 10px 0;
   font-family: firstFont;
    font-size: 17px;
}
.rounded{
    padding: 7px;
    border-radius: 15px;
    border:1px solid #000;
}
 .circle {
   text-align: center;   
    border-radius: 15px;
    border:1px solid #000;
}
.details .row:nth-child(3){
    margin-top: 10px;
}


@media print {
    /* Hide the default browser header */
    @page {
        size: auto; /* Default print size */
        margin: 0mm; /* Adjust margins if needed */
    }

    /* Define your custom header styles */
    .custom-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        color: #333;
    }

    /* Define your custom footer styles */
    .custom-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        color: #333;
    }
}




