﻿.patient-counselling {
    margin: 0;
    padding: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

    .patient-counselling .pdf-page {
        width: 1100px;
        min-height: 1123px;
        border: 2px solid #000;
        padding: 4px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .patient-counselling .form-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25px;
        color: #000;
    }

    .patient-counselling h3 {
        font-size: 16px;
        margin: 20px 0 10px;
        color: #000;
    }

    .patient-counselling textarea {
        width: 100%;
        min-height: 150px;
        padding: 10px;
        border: 1px solid #000;
        font-size: 14px;
        resize: vertical;
    }

    .patient-counselling .signatures {
        margin-top: 25px;
    }

        .patient-counselling .signatures table {
            width: 100%;
            border-collapse: collapse;
        }

        .patient-counselling .signatures th,
        .patient-counselling .signatures td {
            border: 1px solid #000;
            padding: 10px;
            text-align: left;
            font-size: 14px;
        }

        .patient-counselling .signatures th {
            background-color: #f5f5f5;
            font-weight: 600;
        }

        .patient-counselling .signatures td input {
            width: 95%;
            padding: 6px;
            border: 1px solid #000;
        }

    .patient-counselling .form-actions {
        text-align: right;
        margin-top: 40px;
    }

    .patient-counselling .btn {
        padding: 8px 18px;
        border: 1px solid #000;
        font-size: 14px;
        cursor: pointer;
        background: #fff;
    }

    .patient-counselling .btn-primary {
        background-color: orange;
        color: #fff;
        border: none;
    }

.header-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-right {
    text-align: right;
}

    .header-right .hospital-title {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

    .header-right .hospital-address {
        margin: 0;
        font-size: 14px;
    }

@media print {
    .patient-counselling {
        margin: 0;
        padding: 0;
        background: #fff;
    }

        .patient-counselling .pdf-page {
            width: 210mm;
            min-height: auto;
            border: 2px solid #000;
            box-sizing: border-box;
            border: none;
        }

    .no-print {
        display: none !important;
    }
    .header-wrapper,
    .header-row {
        width: 100% !important;
    }
    .no-print,
    .print-hide,
    .mud-button,
    button {
        display: none !important;
    }

}
