:root {
    --main: #F47F20;
}
@font-face {
    font-family: Heaven;
    src: url('../fonts/DG-Heaven-Light.ttf');
}@font-face {
    font-family: najez;
    src: url('../admin/dist/fonts/najez.ttf');
}

@font-face {
    font-family: Oredo;
    src: url('../fonts/najez.ttf');
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem!important;
    font-family: Heaven!important;
    font-weight: 500!important;
    line-height: 1.2!important;
    color: inherit!important;
}

.table td, .table th {
    /* padding: 0.25rem 0.5rem; */
    vertical-align: top!important;
    border: 1px solid #adadad!important;
    font-family: 'Oredo'!important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12pt;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* applyJob */
.applyJob p,
.applyJob .footer p {
    font-size: 13pt;
}

.page {
    width: 21cm;
    min-height: 29cm;
    padding: 0.5cm;
    margin: 1cm auto;
    /* border: 2px #D3D3D3 solid; */
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    page-break-after: avoid;
    border: 10px solid transparent;
    padding: 20px;
    border-image: url(../img/border.png) 20% round!important;   
     font-family: unset !important;

}


.header{
    border-bottom: 3px solid #447cae;
}



/* footer */
@page {
    size: A4;
    margin: 0;
}

@media print {
    .content-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }
    main{
        margin-top:0;
    }
  .container-fluid{
        padding: 0!important;
    }
    .page {
        margin: 0px;
        /* border: initial; */
        border-radius: initial;
        width: 21cm;
        min-height: initial;
        box-shadow: initial;
        background: #fff;
        page-break-after: avoid;
        -webkit-print-color-adjust: exact;
        /* padding: 0; */
        height: 29.7cm;
         border: 10px solid transparent;
    padding: 20px;
    border-image: url(../img/border.png) 20% round!important;
    }

    /* .page .content {
        height: 24cm;
    } */

    .page .table> :not(caption)>*>* {
        padding: 0.3rem 0.3rem !important;
    }

    .content-wrapper {
        background-color: unset;
    }


    td.text-vertical {
        background: aliceblue !important;
    }
}


/* styles */
.landscape{
    overflow: auto;
}

td.text-vertical {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    background-color: aliceblue !important;
    writing-mode: sideways-lr;
    text-align: center;
}