    .card-right-margin{
        margin-right: -220px;
    }

    h1{
        font-size: 30px !important;
    }
    h6{
        font-size: 20px !important;
        font-weight: 500;
    }

    :root {
        --primary-color: #2563eb;
        --primary-light: #dbeafe;
        --secondary-color: #64748b;
        --accent-color: #f97316;
        --success-color: #10b981;
        --warning-color: #f59e0b;
        --danger-color: #ef4444;
        --light-color: #f8fafc;
        --dark-color: #1e293b;
        --border-color: #e2e8f0;
        --border-radius: 0.5rem;
    }


    body {
        background-color: #f1f5f9;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
    }

    .bg-gradient-primary {
        background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    }

    .card {
        border-radius: var(--border-radius);
        overflow: hidden;
    }

    .card-header {
        border-bottom: none;
    }

    .card-section {
        background-color: white;
        border-radius: var(--border-radius);
        padding: 1.25rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        border: 1px solid var(--border-color);
        margin-bottom: 1rem;
    }

    .section-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--border-color);
    }

    .form-control, .form-select {
        border-radius: 0.375rem;
        border-color: var(--border-color);
        padding: 0.5rem 0.75rem;
    }

    .form-control:focus, .form-select:focus {
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        border-color: #93c5fd;
    }

    .form-floating > label {
        padding: 0.5rem 0.75rem;
    }

    .form-check-pill .form-check-input {
        width: 1.25em;
        height: 1.25em;
    }

    .form-check-pill .form-check-label {
        padding-left: 0.25rem;
    }

    .btn {
        border-radius: 0.375rem;
        padding: 0.5rem 1rem;
        font-weight: 500;
    }

    .btn-primary {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .btn-primary:hover {
        background-color: #1d4ed8;
        border-color: #1d4ed8;
    }

    .btn-light {
        background-color: white;
        border-color: var(--border-color);
        color: var(--secondary-color);
    }

    .btn-pill {
        border-radius: 50rem;
    }

    .clinic-logo {
        max-height: 50px;
        max-width: 120px;
        object-fit: contain;
    }

    /* Custom multiselect */
    .custom-multiselect {
        position: relative;
    }

    .dropdown-container {
        display: none;
        position: absolute;
        background: white;
        border-radius: var(--border-radius);
        padding: 0.75rem;
        z-index: 1000;
        max-height: 250px;
        overflow-y: auto;
        width: 100%;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .dropdown-container.show {
        display: block;
    }

    .form-check.custom-checkbox {
        padding: 0.5rem;
        border-radius: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .form-check.custom-checkbox:hover {
        background-color: #f1f5f9;
    }

    .form-label.required:after {
        content: "*";
        color: var(--danger-color);
        margin-left: 4px;
    }

    .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    /* Medication table */
    .medication-table {
        margin-top: 1rem;
        border-radius: var(--border-radius);
        overflow: hidden;
    }

    .medication-table .table {
        margin-bottom: 0;
    }

    .medication-table thead th {
        background-color: #f8fafc;
        font-weight: 600;
        color: var(--secondary-color);
    }

    .medication-row:hover {
        background-color: var(--primary-light);
    }

    .cursor-pointer {
        cursor: pointer;
    }

    textarea {
        resize: none;
    }

    /* Input groups */
    .input-group-text {
        border-color: var(--border-color);
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
        .section-title {
            font-size: 1rem;
        }
        
        .btn {
            padding: 0.4rem 0.75rem;
        }
    }
    .model-overflow{
    height: 500px;
    min-height: 500px;
    overflow: auto;
    }
    .form-label
    {
    font-size: 18px !important;
    }

    .card-title
    {
    font-size: 24px !important;

    }

    h4{
    font-size: 24px !important;
    }

    .modal-title{
    color: white;
    font-size: 24px;
    }

    .card-header{
    font-size: 18px !important;
    }
    .custom-checkbox{
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    /* Prescription table enhancements */
    .prescription-table {
        font-size: 0.875rem;
    }

    .prescription-table th {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0.75rem 0.5rem;
        background-color: #f8fafc;
        border-bottom: 2px solid #e2e8f0;
    }

    .prescription-table td {
        padding: 0.75rem 0.5rem;
        vertical-align: middle;
    }

    .prescription-table .badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .prescription-table .btn-group .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    /* Compact filter form */
    .filter-form .form-control-sm {
        font-size: 0.875rem;
        padding: 0.375rem 0.75rem;
    }

    .filter-form .form-label {
        font-size: 0.75rem !important;
        margin-bottom: 0.25rem;
    }


