@media print {
    body * {
        visibility: hidden;
        margin: 0;
        padding: 0;
        background-color: white !important;
    }

    .bg-light {
        background-color: white !important;
        font-size: 12px;
    }

    body{
        background-color: white !important;
    }

    .hide-if-print {
        display: none !important;
        visibility: hidden !important;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        font-size:12px !important;
    }

    .no-page-break {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
        margin: 4px 0 4px 0;
        /* to keep the page break from cutting too close to the text in the div */
    }

    .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    @page {
        margin: 1cm;
    }
}


.back-link-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #1a73e8;
    text-decoration: none;
    font-weight: 400;
}

.back-link-inline:hover{
    color: #1a73e8;
    text-decoration: underline;
}


.formOnlyBot{
    padding:3px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bbb;
}

.card {
  border-radius: 6px;
}

.compactForm .form-control,
.compactForm .form-select,
.compactForm .input-group .form-control,
.compactForm .input-group .btn {
    padding: 3px 8px;
    min-height: 10px;
}

