@media print{
    :root,
    [data-bs-theme=light] {
        --tblr-body-font-size: 11px;
        --tblr-gray-dark: #000000;
        --tblr-gray-800: #000000;
        --tblr-dark: #000000;
        --tblr-card-color: #000000;
        /*--tblr-font-sans-serif: 'arial' !important;*/

    }



    @page {
        size: portrait;
        font-family: Arial, serif !Important;
        font-size: 2rem !important;
        max-height:100%;
        max-width:100%;
        margin: 10mm 10mm 10mm 10mm;
        color: black !important;
    }

    .contract{
        --tblr-body-font-family: Arial, serif !Important;
        --tblr-body-font-size: 16px;
        line-height: 1rem;
    }

    .card-body{
        padding: 0;
    }

    .fs-5{
        font-size: 9px !important;
    }

    html {


        /*font-weight: bolder;*/
    }

    .pagebreak { page-break-before: always; } /* page-break-after works, as well */


    /*    .table > :not(caption) > * > *, .markdown > table > :not(caption) > * > * {
            font-weight: bolder;
            padding: 0.5rem 0.5rem;
        }*/
}




body {
    background-color: #F2F2F2;
    color: #404040;
}

:root,
[data-bs-theme=light] {
    --tblr-black: #404040;
    --tblr-primary: #37B34A;
    --tblr-nav-link-hover-color: #54A6FF;
    --tblr-nav-tabs-link-active-color: #0054a6;
}

.navbar-brand-image {
    height: 4rem;
    width: auto;
}

.navbar .navbar-nav .active .nav-link{
    color: var(--tblr-nav-tabs-link-active-color);
}

.nav-link:hover, .nav-link:focus {
    color: var(--tblr-blue);
    text-decoration: none;
}

.navbar-expand-md .nav-item.active:after {
    border: 0 var(--tblr-border-style) var(--tblr-blue);
    border-bottom-width: 2px;
}

.img-size {
    width: 100px;
    height: 100px;
}

.dropdown-menu {
/*    position: fixed !important;*/
}

.text-disabled {
    color: #CACACA;
}

.table-responsive {
    min-height: 300px;
}


.shadow {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.bg-gray-vlt{
    background-color: #eee;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover {
    background: #eee;
    border-color: #111;
}

.drop-container:hover .drop-title {
    color: #222;
}

.drop-title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}
