@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3/SourceSans3-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3/SourceSans3-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/assets/fonts/SourceSans3/SourceSans3-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Now use it */
* {
    font-family: 'Source Sans 3', sans-serif;
}

.pcpinfo-container {
            /* background: white; */
            padding: 30px;
            border-radius: 8px;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
            /* max-width: 800px; */
            /* margin: 0 auto; */
            width: 100%;
        }
        
        /* Edit button styling - fixed height to prevent movement */
        .edit-header {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
            height: 50px;
            align-items: center;
        }
        
        .edit-btn, .save-btn, .cancel-btn {
            background: #ee942d;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            margin-left: 10px;
        }
        
        .cancel-btn {
            background: #666;
        }
        
        .edit-btn:hover, .save-btn:hover {
            background: #dc7914;
        }
        
        .cancel-btn:hover {
            background: #555;
        }
        
        /* Form styling */
        .pcpportal-form {
            width: 100%;
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }
        
        .fs-25 {
            font-size: 18px;
        }
        
        .fw-bold {
            font-weight: normal; /* Changed to normal */
        }
        
        .lh-2-0 {
            line-height: 2.0;
            /* font-size: 0px; */
        }

        .lh-2-0-pcp {
            line-height: 2.0;
            font-size: 20.5px;
        }

        .lh-2-0-pcp-label {
            line-height: 2.0;
            font-weight: 600;
            font-size: 22.5px;
        }

        .lh-4-0 {
            font-size: 32px;
            font-weight:700;
            padding-bottom: 4px;
        }

        .pcp-info-container {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            padding-bottom: 48px;
        }

        .pcp-field-group {
            flex: 1 1 calc(33.333% - 20px);
            min-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 0px;
        }

        .pcp-field-group .pcp-label {
            margin-bottom: 4px;
        }

        .pcp-field-group .edit-input {
            margin-top: 8px;
        }
        
        /* Input styling for edit mode */
        .input50 {
            width: 300px;
            padding: 8px 12px;
            border: 2px solid #ee942d;
            border-radius: 4px;
            font-size: 16px;
            margin-right: 10px;
        }
        
        .input50:focus {
            outline: none;
            border-color: #dc7914;
            box-shadow: 0 0 5px rgba(238, 148, 45, 0.3);
        }
        
        /* Radio button styling - no orange accent */
        input[type="radio"] {
            margin-right: 8px;
        }
        
        label {
            margin-right: 15px;
            cursor: pointer;
        }
        
        /* Action buttons at bottom */
        .action-buttons {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #eee;
            display: flex;
            gap: 10px;
        }
        
        .hidden {
            display: none;
        }
        
        /* Individual update buttons - always hidden */
        .functionButton {
            display: none;
        }
        
        /* Hide individual update sections completely */
        .individual-update,
        #updateEmail,
        #updateEhrDirectEmail, 
        #updateFax {
            display: none;
        }
        
        /* Clean, simple edit inputs */
        .edit-mode .edit-input {
            display: inline-block;
            border: 1px solid #8c939e; /* Gray slate border */
            border-radius: 4px;
            padding: 6px 10px;
            background-color: #ffffff;
            font-family: inherit;
            font-size: inherit;
            outline: none;
            transition: border-color 0.2s ease;
        }

        .edit-mode .edit-input:focus {
            border-color: #3b82f6; /* Blue on focus */
        }

        /* Hidden when not in edit mode */
        .edit-input {
            display: none;
        }
        
        .edit-mode .display-text,
        /* .edit-mode #providerName, */
        /* .edit-mode #providerNPI, */
        .edit-mode #providerEmail,
        .edit-mode #ehrDirectEmail,
        .edit-mode #providerFax,
        .edit-mode #currentEmail,
        .edit-mode #currentEhrDirectEmail,
        .edit-mode #currentFax {
            display: none !important;
        }
        
        .edit-input {
            display: none;
        }
        
        /* Disable radio buttons when not in edit mode */
        input[name="preferred_contact"] {
            pointer-events: none;
        }
        
        .edit-mode input[name="preferred_contact"] {
            pointer-events: auto;
        }