body {
    font-family: 'Teachers', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.modal-custom {
    max-height: 84vh;
    height: auto;
    display: flex;
    flex-direction: column;
}

    .modal-custom .modal-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        max-height: 100%;
        overflow: hidden;
    }

    .modal-custom .modal-body {
        flex: 1;
        overflow-y: auto;
        max-height: calc(84vh - 3.5rem); /* header/footer offset */
    }

    .modal-custom .table-scroll {
        max-height: 55vh;
        overflow-y: auto;
    }

.hr-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: white;
}

    .hr-with-text::before,
    .hr-with-text::after {
        content: "";
        flex: 1;
        border-bottom: 2px solid white;
    }

    .hr-with-text::before {
        margin-right: 10px;
    }

    .hr-with-text::after {
        margin-left: 10px;
    }

.hr-with-text-black {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    color: black;
}

    .hr-with-text-black::before,
    .hr-with-text-black::after {
        content: "";
        flex: 1;
        border-bottom: 2px solid black;
    }

    .hr-with-text-black::before {
        margin-right: 10px;
    }

    .hr-with-text-black::after {
        margin-left: 10px;
    }

.form-label.tiny {
    font-size: 0.75rem; /* smaller than .small */
    font-weight: 400; /* normal */
    color: #6c757d; /* muted gray */
    margin-bottom: 0.2rem;
}

.btn-pink {
    background-color: deeppink !important;
    color: white !important;
}

.btn-preview {
    background-color: mediumpurple !important;
    color: white !important;
}

/* Client-specific classes */

.bg-upm {
    background-color: #c9234b !important;
}
