@font-face {
    font-family: 'rabar_21';
    src: url("../../Rabar_021.ttf");
}
:dir(rtl){
    font-family: 'rabar_21' !important;
}


.hide{
    display: none;
}


@media print {
    .fi-topbar,.fi-sidebar-close-overlay{
        display: none !important;
    }
    .fi-sidebar{
        display: none !important;
    }
    .fi-reports-action-panel{
        display: none !important;
    }
    .fi-header-heading {
        display: none !important;
    }
    .fi-header-subheading {
        display: none !important;
    }
    #invoice{
        width: 100%;
        box-shadow: none !important;
        border: none !important; /* Add this line to remove the border */
        border-radius: none !important;
        display: block !important;
    }
    .pad{
        padding: 0px !important;
    }
    body,main{
        margin: 0 !important;
        padding: 0 !important;
        background: white !important;
    }
    .hide{
        display: block;
    }
    .print-hidden{
        display: none;
    }
}

.customRow{
    background: rgb(127,29,29) !important;
    color: white !important;
}
.customRow * .fi-ta-text-item-label{
    color: white !important;
}


