/**
 * CONSOLIDATED CSS
 * All custom CSS extracted from Blade template <style> tags
 * Organized by page/component with proper CSS scoping to prevent conflicts
 *
 * DO NOT modify Bootstrap, plugins, or theme CSS - those remain separate
 */

/* ========================================================================
   GLOBAL STYLES (from master.blade.php and project-layout.blade.php)
   Applied to all pages
   ======================================================================== */

/* Card Header Styling */
.card .card-header {
    min-height: 50px;
}

/* .card {
    border-top: 2px solid blue;
} */

/* DataTable Length Selector */
#kt_datatable_length {
    position: absolute;
}

/* Month Input Calendar Picker */
input[type="month"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
}

input[type="month"]::-moz-calendar-picker-indicator {
    display: none;
}

div.dataTables_wrapper div.dataTables_length {
    padding: 0.5rem 0 !important;
}

/* Modal Open State - Prevent Background Scroll */
body.modal-open {
    overflow: hidden;
}

/* Date Input Placeholder Styling */
input[type="date"] {
    position: relative;
    color: #333;
}

input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}

input[type="date"]:focus::-webkit-datetime-edit,
input[type="date"]:valid::-webkit-datetime-edit {
    color: #333 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

input[type="date"]::before {
    content: attr(placeholder);
    color: #999;
    position: absolute;
    pointer-events: none;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    display: none;
}

/* Loading Spinner for Submit Buttons */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.12em;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.me-2 {
    margin-right: 0.5rem;
}

/* Disabled Button Styling */
button[disabled],
input[disabled] {
    opacity: 0.65;
    cursor: not-allowed !important;
}

/* ========================================================================
   CAMP EXECUTION INDEX PAGE (camp-execution/index.blade.php)
   ======================================================================== */

/* Form Page Background */
.camp-execution-page {
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: -20px -20px -120px -20px;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
}

.camp-execution-page .camp-header {
    text-align: center;
    padding: 2rem 0 0 0;
    position: relative;
}

.camp-execution-page .camp-header h1 {
    font-family: 'Protest Strike', sans-serif;
    font-size: 32px;
    font-weight: inherit;
    color: #3b4ec7;
    margin-bottom: 20px;
}

.camp-execution-page .camp-illustration {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto 30px;
    display: block;
}

.camp-execution-page .back-button {
    position: absolute;
    left: 1.5rem;
    background: #e5e6f1;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    color: #3b4ec7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.camp-execution-page .back-button:hover {
    background: #f8f9fa;
    border-color: #3b4ec7;
    box-shadow: 0 4px 12px rgba(59, 78, 199, 0.15);
}

.camp-execution-page .back-button svg {
    width: 20px;
    height: 20px;
}

.camp-execution-page .camp-list-header {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    flex-wrap: wrap;
}

.camp-execution-page .camp-list-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.camp-execution-page .camp-count-badge {
    background: linear-gradient(135deg, #4c5fd5 0%, #e74c3c 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
}

.camp-execution-page .camp-filter-select {
    margin-left: auto;
    padding: 10px 40px 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background-color: white;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233b4ec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    transition: all 0.3s;
}

.camp-execution-page .camp-filter-select:focus {
    outline: none;
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.camp-execution-page .camp-date-filter {
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    min-width: 100%;
}

.camp-execution-page .camp-date-filter:focus {
    outline: none;
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.camp-execution-page .camp-card.hidden {
    display: none;
}

.camp-execution-page .camp-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    display: none;
    grid-column: 1 / -1;
}

.camp-execution-page .camp-empty.show {
    display: block;
}

.camp-execution-page .camp-empty p {
    font-size: 16px;
    margin: 0;
}

/* Loading Spinner */
.camp-execution-page .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 15px;
    grid-column: 1 / -1;
}

.camp-execution-page .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3b4ec7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.camp-execution-page .loading-text {
    color: #666;
    font-size: 16px;
}

.camp-execution-page .camp_card_main_list {
    flex: 1;
    min-height: 0;
    max-height: none;
    font-family: 'poppins', sans-serif;
    background-color: white;
    padding: 1rem 0 0 0;
    margin-top: 1rem;
    border-radius: 2rem 2rem 0 0;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 32px 0 0 white;
}

.camp-execution-page .camp_card_main {
    margin: 1.5rem;
    padding: 0 0 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.camp-execution-page .camp-card {
    background: #F0F1F3;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.camp-execution-page .camp-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.camp-execution-page .camp-doctor-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3b4ec7;
    margin-bottom: 0;
    line-height: 1.2;
}

.camp-execution-page .camp-status-badge {
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid;
    line-height: 1.2;
    flex-shrink: 0;
}

.camp-execution-page .status-pending {
    background: white;
    color: #ff9800;
    border-color: #ff9800;
}

.camp-execution-page .status-executed {
    background: #e8f5e9;
    color: #4caf50;
    border-color: #4caf50;
}

.camp-execution-page .status-cancelled {
    background: white;
    color: #f44336;
    border-color: #f44336;
}

.camp-execution-page .camp-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.camp-execution-page .camp-info-item {
    display: flex;
    flex-direction: column;
}

.camp-execution-page .camp-info-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.camp-execution-page .camp-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.camp-execution-page .camp-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.camp-execution-page .btn-cancel-camp {
    flex: 1;
    background: #ffebee;
    color: #f44336;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.camp-execution-page .btn-cancel-camp:hover {
    background: #ffcdd2;
}

.camp-execution-page .btn-execute-camp {
    flex: 1;
    background: #e8f5e9;
    color: #4caf50;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.camp-execution-page .btn-execute-camp:hover {
    background: #c8e6c9;
}

.camp-execution-page .btn-execute-camp.disabled {
    background: #e0e0e0;
    color: #9e9e9e;
    cursor: not-allowed;
    opacity: 0.6;
}

.camp-execution-page .btn-execute-camp.disabled:hover {
    background: #e0e0e0;
}

.camp-execution-page .btn-view-details {
    width: 100%;
    background: linear-gradient(135deg, #4c5fd5 0%, #e74c3c 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.camp-execution-page .btn-view-details:hover {
    box-shadow: 0 6px 20px rgba(60, 80, 200, 0.3);
}

.camp-execution-page .future-date-message {
    background: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
    color: #856404;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.camp-execution-page .future-date-message svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Modal Styles */
.camp-execution-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.camp-execution-page .modal-overlay.active {
    display: block;
}

.camp-execution-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 24px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.camp-execution-page .modal-container.active {
    display: block;
}

.camp-execution-page .modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.camp-execution-page .modal-title-custom {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.camp-execution-page .modal-close-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #000;
    line-height: 1;
    padding: 0;
}

.camp-execution-page .cancel-reason-textarea {
    width: 100%;
    min-height: 150px;
    padding: 15px;
    border: 2px solid #f44336;
    border-radius: 12px;
    font-size: 14px;
    resize: vertical;
    margin-bottom: 20px;
}

.camp-execution-page .cancel-reason-textarea::placeholder {
    color: #999;
}

.camp-execution-page .modal-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

/* Success Modal */
.camp-execution-page .success-modal-content {
    text-align: center;
    padding: 20px 0;
    margin: 10rem 0 0 0;
}

.camp-execution-page .success-icon {
    width: 100%;
    height: 150px;
    margin: 0 auto 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.camp-execution-page .success-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.camp-execution-page .success-message {
    font-size: 16px;
    color: #666;
}

/* Execute Modal Styles */
.camp-execution-page .execute-modal {
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}

.camp-execution-page .camp-details-section {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
}

.camp-execution-page .camp-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.camp-execution-page .camp-detail-item {
    display: flex;
    flex-direction: column;
}

.camp-execution-page .camp-detail-label {
    font-size: 14px;
    color: #9CA3AF;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.camp-execution-page .camp-detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.camp-execution-page .medicine-field {
    margin-bottom: 20px;
}

.camp-execution-page .medicine-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.camp-execution-page .medicine-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    background-color: #f8f9fa;
}

.camp-execution-page .medicine-input::placeholder {
    color: #999;
}

.camp-execution-page .upload-box {
    border: 2px dashed #3b4ec7;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.camp-execution-page .upload-box:hover {
    background: #f8f9ff;
}

.camp-execution-page .upload-icon-svg {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
}

.camp-execution-page .upload-label-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.camp-execution-page .upload-input-hidden {
    display: none;
}

.camp-execution-page .file-preview-container {
    margin-top: 15px;
    display: none;
}

.camp-execution-page .file-preview-container.active {
    display: block;
}

.camp-execution-page .file-preview-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.camp-execution-page .file-preview-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 0;
}

.camp-execution-page .file-preview-info > div {
    flex: 1;
    min-width: 0;
}

.camp-execution-page .file-preview-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.camp-execution-page .file-preview-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.camp-execution-page .file-preview-size {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.camp-execution-page .file-preview-remove {
    background: #ffebee;
    color: #f44336;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
}

.camp-execution-page .file-preview-remove:hover {
    background: #ffcdd2;
}

.camp-execution-page .form-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
}

/* View Details Modal */
.camp-execution-page .details-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.camp-execution-page .details-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.camp-execution-page .details-label {
    font-size: 16px;
    color: #999;
}

.camp-execution-page .details-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.camp-execution-page .details-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.camp-execution-page .details-image-container {
    text-align: center;
}

.camp-execution-page .details-image {
    width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.camp-execution-page .details-image-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 480px) {
    .camp-execution-page .camp_card_main {
        grid-template-columns: 1fr;
    }

    .camp-execution-page .camp-info-grid {
        grid-template-columns: 1fr 1fr;
    }

    .camp-execution-page .details-images {
        grid-template-columns: 1fr;
    }
}

/* ========================================================================
   CAMP EXECUTION FORM PAGE (camp-execution/form.blade.php)
   ======================================================================== */

/* Camp Execution Form Page Background - extends beyond parent padding */
.camp-execution-form-page {
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: -20px -20px 0 -20px;
    padding: 20px;
}

.camp-execution-form-page .execution-form-container {
    font-family: 'Poppins', sans-serif;
    background: white;
    border-radius: 24px 24px 0 0;
    padding: 25px 20px 40px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: calc(100vh - 200px);
}

.camp-execution-form-page .execution-form-header {
    font-family: 'Protest Strike', sans-serif;
    font-weight: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.camp-execution-form-page .execution-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #3b4ec7;
}

.camp-execution-form-page .close-form-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #000;
    line-height: 1;
    padding: 0;
}

.camp-execution-form-page .medicine-field {
    margin-bottom: 20px;
}

.camp-execution-form-page .medicine-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.camp-execution-form-page .medicine-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    background-color: #f8f9fa;
}

.camp-execution-form-page .medicine-input::placeholder {
    color: #999;
}

.camp-execution-form-page .resources-field {
    margin-bottom: 20px;
}

.camp-execution-form-page .resources-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.camp-execution-form-page .resources-label .required {
    color: #f44336;
}

.camp-execution-form-page .resources-inputs {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.camp-execution-form-page .resources-select {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    background-color: #f8f9fa;
    color: #999;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
}

.camp-execution-form-page .qty-input-small {
    width: 100px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    background-color: #f8f9fa;
    text-align: center;
}

.camp-execution-form-page .upload-box {
    border: 2px dashed #3b4ec7;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.camp-execution-form-page .upload-box:hover {
    background: #f8f9ff;
}

.camp-execution-form-page .upload-icon-svg {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
}

.camp-execution-form-page .upload-label-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.camp-execution-form-page .upload-input-hidden {
    display: none;
}

.camp-execution-form-page .file-preview-container {
    margin-top: 15px;
    display: none;
}

.camp-execution-form-page .file-preview-container.active {
    display: block;
}

.camp-execution-form-page .file-preview-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.camp-execution-form-page .file-preview-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 0;
}

.camp-execution-form-page .file-preview-info > div {
    flex: 1;
    min-width: 0;
}

.camp-execution-form-page .file-preview-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.camp-execution-form-page .file-preview-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.camp-execution-form-page .file-preview-size {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.camp-execution-form-page .file-preview-remove {
    background: #ffebee;
    color: #f44336;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
}

.camp-execution-form-page .file-preview-remove:hover {
    background: #ffcdd2;
}

.camp-execution-form-page .form-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
}

/* Success Modal */
.camp-execution-form-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.camp-execution-form-page .modal-overlay.active {
    display: block;
}

.camp-execution-form-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 24px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.camp-execution-form-page .modal-container.active {
    display: block;
}

.camp-execution-form-page .success-modal-content {
    text-align: center;
    padding: 20px 0;
    margin: 10rem 0 0 0;
}

.camp-execution-form-page .success-icon {
    width: 100%;
    height: 150px;
    margin: 0 auto 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.camp-execution-form-page .success-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.camp-execution-form-page .success-message {
    font-size: 16px;
    color: #666;
}

@media (max-width: 768px) {
    .camp-execution-form-page .resources-inputs {
        grid-template-columns: 1fr;
    }

    .camp-execution-form-page .qty-input-small {
        width: 100%;
    }
}

/* ========================================================================
   PROJECT MODULES INDEX PAGE (project-modules/index.blade.php)
   ======================================================================== */

.project-modules-index-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.project-modules-index-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 24px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.project-modules-index-page .modal-container.active,
.project-modules-index-page .modal-overlay.active {
    display: block;
}

/* ========================================================================
   PROFILE PAGE (project-modules/profile.blade.php)
   ======================================================================== */

/* Override container padding */
.profile-page .home-container {
    padding: 0px;
}

/* Profile Header */
.profile-page .profile-header {
    text-align: center;
    margin-bottom: 40px;
}

.profile-page .profile-header h1 {
    font-family: 'Protest Strike', 'sans-serif';
    font-size: 32px;
    font-weight: inherit;
    color: #3b4ec7;
    margin-bottom: 30px;
}

.profile-page .back-button-profile {
    position: absolute;
    left: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.profile-page .back-button-profile:hover {
    background: #f8f9fa;
    border-color: #3b4ec7;
}

/* Avatar */
.profile-page .profile-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e3f3 0%, #ddd6f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 8px 24px rgba(59, 78, 199, 0.15);
}

.profile-page .profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-page .profile-avatar svg {
    width: 80px;
    height: 80px;
    color: #3b4ec7;
}

/* Personal Details Card */
.profile-page .details-card {
    font-family: 'Poppins', sans-serif;
    background: white;
    border-radius: 24px;
    padding: 30px 25px 10rem 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.profile-page .details-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #3b4ec7;
    text-align: center;
    margin: 0 0 30px;
}

/* Detail Item */
.profile-page .detail-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.profile-page .detail-item:last-child {
    border-bottom: none;
}

.profile-page .detail-icon {
    width: 24px;
    height: 24px;
    color: #3b4ec7;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.profile-page .detail-content {
    flex: 1;
}

.profile-page .detail-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.profile-page .detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Edit Profile Button */
.profile-page .edit-profile-btn {
    width: 100%;
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0 4px 12px rgba(59, 78, 199, 0.3);
    transition: all 0.2s;
}

.profile-page .edit-profile-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 78, 199, 0.4);
}

.profile-page .edit-profile-btn:active {
    transform: translateY(0);
}

.profile-page .home-header {
    backdrop-filter: blur(5px);
    padding: 2rem
}

/* Success Modal */
.profile-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.profile-page .modal-overlay.active {
    display: block;
}

.profile-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 3rem;
    padding: 40px;
    text-align: center;
    z-index: 9999;
    width: 90%;
    max-width: 400px;
}

.profile-page .modal-container.active {
    display: block;
}

.profile-page .success-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto 20px;
}

.profile-page .success-modal-content {
    margin-top: 11rem;
}

.profile-page .success-modal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.profile-page .success-modal-content p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* ========================================================================
   DOCTOR FORM PAGE (project-modules/doctor-form.blade.php)
   ======================================================================== */

/* Form Page Background - extends beyond parent padding */
.doctor-form-page {
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    margin: -20px -20px 0 -20px;
    padding: 20px;
}

/* Header Section */
.doctor-form-page .doctor-header {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem 0rem;
}

.doctor-form-page .doctor-header .back-button {
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    background: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.doctor-form-page .doctor-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    color: #3C50E0;
    margin: 0 0 1.5rem 0;
}

.doctor-form-page .doctor-illustration {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* Action Buttons (Tabs) */
.doctor-form-page .action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    border: 1px solid black;
    border-radius: 1.7rem;
}

.doctor-form-page .btn-add-entry,
.doctor-form-page .btn-view-report {
    flex: 1;
    background: white;
    color: #333;
    border: none;
    border-radius: inherit;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.doctor-form-page .btn-add-entry.active,
.doctor-form-page .btn-view-report.active {
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(60, 80, 200, 0.3);
}

/* Tab Content */
.doctor-form-page .tab-content-area {
    display: none;
}

.doctor-form-page .tab-content-area.active {
    display: block;
}

/* Form Container */
.doctor-form-page .doctor-form-container {
    background: white;
    border-radius: 24px 24px 0 0;
    padding: 2rem 2.1rem;
    min-height: calc(100vh - 300px);
}

/* Form Field */
.doctor-form-page .form-field {
    margin-bottom: 1.5rem;
}

.doctor-form-page .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #1E293B;
    margin-bottom: 8px;
    display: block;
}

.doctor-form-page .form-label .required {
    color: #EF4444;
    margin-left: 2px;
}

.doctor-form-page .form-input,
.doctor-form-page .form-select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 15px;
    color: #1E293B;
    background: white;
    transition: all 0.3s;
}

.doctor-form-page .form-input::placeholder {
    color: #94A3B8;
}

.doctor-form-page .form-input:focus,
.doctor-form-page .form-select:focus {
    outline: none;
    border-color: #3C50E0;
    box-shadow: 0 0 0 3px rgba(60, 80, 224, 0.1);
}

.doctor-form-page .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px;
}

/* Phone Input */
.doctor-form-page .phone-input-wrapper {
    display: flex;
    gap: 8px;
}

.doctor-form-page .phone-prefix {
    width: 80px;
    padding: 14px 12px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 15px;
    color: #1E293B;
    background: #F8FAFC;
    text-align: center;
    font-weight: 500;
}

.doctor-form-page .phone-input-wrapper .form-input {
    flex: 1;
}

/* Upload Image Section */
.doctor-form-page .upload-section {
    margin-bottom: 1.5rem;
}

.doctor-form-page .upload-area {
    border: 2px dashed #3C50E0;
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: rgba(60, 80, 224, 0.02);
}

.doctor-form-page .upload-area:hover {
    background: rgba(60, 80, 224, 0.05);
    border-color: #2C3FCF;
}

.doctor-form-page .upload-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    color: #3C50E0;
}

.doctor-form-page .upload-text {
    font-size: 15px;
    font-weight: 500;
    color: #3C50E0;
    margin: 0;
}

.doctor-form-page .upload-input {
    display: none;
}

/* Submit Button */
.doctor-form-page .submit-button {
    width: 100%;
    padding: 16px;
    background: #3C50E0;
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(60, 80, 224, 0.3);
}

.doctor-form-page .submit-button:hover {
    background: #2C3FCF;
    box-shadow: 0 6px 16px rgba(60, 80, 224, 0.4);
    transform: translateY(-2px);
}

.doctor-form-page .submit-button:active {
    transform: translateY(0);
}

/* Field Error */
.doctor-form-page .field-error {
    color: #EF4444;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

.doctor-form-page .field-error.show {
    display: block;
}

/* Report Cards */
.doctor-form-page .report-card {
    background: #e5e6f1;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
}

.doctor-form-page .report-card-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.doctor-form-page .report-card-field {
    display: flex;
    flex-direction: column;
}

.doctor-form-page .report-card-label {
    font-size: 13px;
    color: #64748B;
    margin-bottom: 4px;
}

.doctor-form-page .report-card-value {
    font-size: 15px;
    font-weight: 600;
    color: #1E293B;
}

/* Empty Reports */
.doctor-form-page .empty-reports {
    text-align: center;
    padding: 40px 20px;
    color: #64748B;
}

.doctor-form-page .empty-reports p {
    margin: 0;
    font-size: 16px;
}

/* Date Range Filter */
.doctor-form-page .view-report-date-range {
    margin-bottom: 20px;
}

.doctor-form-page .view-report-date-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: none;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    text-align: center;
}

/* Loading Spinner */
.doctor-form-page .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 15px;
}

.doctor-form-page .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3b4ec7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.doctor-form-page .loading-text {
    color: #666;
    font-size: 16px;
}

/* ========================================================================
   CHEMIST FORM PAGE (project-modules/chemist-form.blade.php)
   ======================================================================== */

/* Form Page Background - extends beyond parent padding */
.chemist-form-page {
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    margin: -20px -20px 0 -20px;
    padding: 20px;
}

/* Header Section */
.chemist-form-page .chemist-header {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem 1rem;
}

.chemist-form-page .chemist-header .back-button {
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    background: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chemist-form-page .chemist-header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    color: #3C50E0;
    margin: 0 0 1.5rem 0;
}

.chemist-form-page .chemist-illustration {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* Action Buttons (Tabs) */
.chemist-form-page .action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    border: 1px solid black;
    border-radius: 1.7rem;
}

.chemist-form-page .btn-add-entry,
.chemist-form-page .btn-view-report {
    flex: 1;
    background: white;
    color: #333;
    border: none;
    border-radius: inherit;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.chemist-form-page .btn-add-entry.active,
.chemist-form-page .btn-view-report.active {
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(60, 80, 200, 0.3);
}

/* Tab Content */
.chemist-form-page .tab-content-area {
    display: none;
}

.chemist-form-page .tab-content-area.active {
    display: block;
}

/* Form Container */
.chemist-form-page .chemist-form-container {
    background: white;
    border-radius: 24px 24px 0 0;
    padding: 2rem 2.1rem;
    min-height: calc(100vh - 300px);
}

/* Form Field */
.chemist-form-page .form-field {
    margin-bottom: 1.5rem;
}

.chemist-form-page .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #1E293B;
    margin-bottom: 8px;
    display: block;
}

.chemist-form-page .form-label .required {
    color: #EF4444;
    margin-left: 2px;
}

.chemist-form-page .form-input,
.chemist-form-page .form-select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 15px;
    color: #1E293B;
    background: white;
    transition: all 0.3s;
}

.chemist-form-page .form-input::placeholder {
    color: #94A3B8;
}

.chemist-form-page .form-input:focus,
.chemist-form-page .form-select:focus {
    outline: none;
    border-color: #3C50E0;
    box-shadow: 0 0 0 3px rgba(60, 80, 224, 0.1);
}

.chemist-form-page .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px;
}

/* Phone Input */
.chemist-form-page .phone-input-wrapper {
    display: flex;
    gap: 8px;
}

.chemist-form-page .phone-prefix {
    width: 80px;
    padding: 14px 12px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 15px;
    color: #1E293B;
    background: #F8FAFC;
    text-align: center;
    font-weight: 500;
}

.chemist-form-page .phone-input-wrapper .form-input {
    flex: 1;
}

/* Upload Image Section */
.chemist-form-page .upload-section {
    margin-bottom: 1.5rem;
}

.chemist-form-page .upload-area {
    border: 2px dashed #3C50E0;
    border-radius: 16px;
    padding: 2rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: rgba(60, 80, 224, 0.02);
}

.chemist-form-page .upload-area:hover {
    background: rgba(60, 80, 224, 0.05);
    border-color: #2C3FCF;
}

.chemist-form-page .upload-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    color: #3C50E0;
}

.chemist-form-page .upload-text {
    font-size: 15px;
    font-weight: 500;
    color: #3C50E0;
    margin: 0;
}

.chemist-form-page .upload-input {
    display: none;
}

/* Submit Button */
.chemist-form-page .submit-button {
    width: 100%;
    padding: 16px;
    background: #3C50E0;
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(60, 80, 224, 0.3);
}

.chemist-form-page .submit-button:hover {
    background: #2C3FCF;
    box-shadow: 0 6px 16px rgba(60, 80, 224, 0.4);
    transform: translateY(-2px);
}

.chemist-form-page .submit-button:active {
    transform: translateY(0);
}

/* Field Error */
.chemist-form-page .field-error {
    color: #EF4444;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

.chemist-form-page .field-error.show {
    display: block;
}

/* Report Cards */
.chemist-form-page .report-card {
    background: #e5e6f1;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
}

.chemist-form-page .report-card-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.chemist-form-page .report-card-field {
    display: flex;
    flex-direction: column;
}

.chemist-form-page .report-card-label {
    font-size: 13px;
    color: #64748B;
    margin-bottom: 4px;
}

.chemist-form-page .report-card-value {
    font-size: 15px;
    font-weight: 600;
    color: #1E293B;
}

/* Empty Reports */
.chemist-form-page .empty-reports {
    text-align: center;
    padding: 40px 20px;
    color: #64748B;
}

.chemist-form-page .empty-reports p {
    margin: 0;
    font-size: 16px;
}

/* Date Range Filter */
.chemist-form-page .view-report-date-range {
    margin-bottom: 20px;
}

.chemist-form-page .view-report-date-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: none;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    text-align: center;
}

/* Loading Spinner */
.chemist-form-page .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 15px;
}

.chemist-form-page .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3b4ec7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.chemist-form-page .loading-text {
    color: #666;
    font-size: 16px;
}

/* ========================================================================
   MODULE FORM PAGE (project-modules/module-form.blade.php)
   ======================================================================== */

/* Prevent layout shift from scrollbar */
html {
    overflow-y: scroll;
}

/* Form Page Background - extends beyond parent padding */
.module-form-page {
    background-image: url('../images/form_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: -20px -20px 0 -20px;
    padding: 20px;
}

/* POB Tracking Header */
.module-form-page .pob-header {
    position: relative;
    text-align: center;
    margin: 1.1rem 0 0 0;
    padding: 1.8rem 1.8rem 0 1.8rem;
}

.module-form-page .pob-header h1 {
    font-family: 'Protest Strike', sans-serif;
    font-size: 32px;
    font-weight: inherit;
    color: #3b4ec7;
    margin-bottom: 20px;
}

.module-form-page .back-button {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    background: #e5e6f1;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    color: #3b4ec7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.module-form-page .back-button:hover {
    background: #f8f9fa;
    border-color: #3b4ec7;
    box-shadow: 0 4px 12px rgba(59, 78, 199, 0.15);
}

.module-form-page .back-button svg {
    width: 20px;
    height: 20px;
}

.module-form-page .pob-illustration {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto 30px;
    margin-bottom: 0;
    display: block;
}

/* Form Container */
.module-form-page .pob-form-container {
    font-family: poppins, sans-serif;
    font-weight: 400;
    background: white;
    border-radius: 24px 24px 0 0;
    padding: 2rem 1.9rem 1rem 1.9rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    min-height: calc(100vh - 300px);
}

/* Adjust padding for add-entry tab to accommodate bottom spacing */
.module-form-page #add-entry-tab {
    padding-bottom: 1rem;
}

/* Action Buttons */
.module-form-page .action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    border: 1px solid black;
    border-radius: 1.7rem
}

.module-form-page .btn-add-entry,
.module-form-page .btn-view-report {
    flex: 1;
    background: white;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: inherit;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: inherit;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    white-space: nowrap;
}

.module-form-page .btn-add-entry.active,
.module-form-page .btn-view-report.active {
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(60, 80, 200, 0.3);
}

/* Tab Content */
.module-form-page .tab-content-area {
    display: none;
}

.module-form-page .tab-content-area.active {
    display: block;
}

/* Chemist Section */
.module-form-page .chemist-section {
    margin-bottom: 25px;
}

.module-form-page .chemist-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.module-form-page .chemist-label .required {
    color: #e74c3c;
}

.module-form-page .chemist-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.module-form-page .chemist-select-wrapper {
    flex: 1;
    position: relative;
}

.module-form-page .chemist-select {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    background-color: white;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233b4ec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: inherit;
}

.module-form-page .chemist-select:focus {
    outline: none;
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.module-form-page .chemist-select option {
    color: #333;
    padding: 10px;
}

.module-form-page .chemist-select option:first-child {
    color: #999;
}

.module-form-page .btn-add-chemist,
.module-form-page .btn-add-doctor {
    background: linear-gradient(135deg, #4c5fd5 0%, #e74c3c 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: inherit;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(60, 80, 200, 0.2);
    cursor: pointer;
    transition: all 0.3s;
}

.module-form-page .btn-add-chemist:hover,
.module-form-page .btn-add-doctor:hover {
    box-shadow: 0 6px 20px rgba(60, 80, 200, 0.3);
    transform: translateY(-2px);
}

/* Brand Section */
.module-form-page .brand-section {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
}

.module-form-page .brand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.module-form-page .brand-title {
    font-family: 'Protest Strike', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #3b4ec7;
}

.module-form-page .brand-title .required {
    color: #e74c3c;
}

.module-form-page .btn-add-brand {
    background: #3b4ec7;
    color: white;
    border: none;
    border-radius: 1.2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(60, 80, 200, 0.3);
}

.module-form-page #brand-rows-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.module-form-page .brand-row {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    position: relative;
}

.module-form-page .brand-row:hover {
    border-color: #4c5fd5;
    box-shadow: 0 4px 8px rgba(76, 95, 213, 0.1);
}

.module-form-page .btn-remove-brand {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    opacity: 0.7;
}

.module-form-page .btn-remove-brand:hover {
    opacity: 1;
    background: #c0392b;
    transform: scale(1.1);
}

.module-form-page .brand-row.highlight-error {
    border-color: #e74c3c;
    background: #fff5f5;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.module-form-page .brand-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.module-form-page .brand-select,
.module-form-page .qty-input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    background-color: white;
    transition: all 0.3s;
    font-weight: 500;
}

.module-form-page .brand-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233b4ec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
    cursor: pointer;
}

.module-form-page .brand-select:focus,
.module-form-page .qty-input:focus {
    outline: none;
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.module-form-page .brand-select option {
    color: #333;
    padding: 10px;
}

.module-form-page .brand-select option:first-child {
    color: #999;
}

.module-form-page .qty-input::placeholder {
    color: #999;
}

/* Upload Section */
.module-form-page .upload-section {
    border: 2px dashed #3b4ec7;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.module-form-page .upload-section:hover {
    background-color: #f8f9fa;
}

.module-form-page .upload-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.module-form-page .upload-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.module-form-page .upload-input {
    display: none;
}

/* File Preview Styles */
.module-form-page .file-preview-container {
    margin-top: 15px;
    display: none;
}

.module-form-page .file-preview-container.active {
    display: block;
}

.module-form-page .file-preview-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-form-page .file-preview-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 0;
}

.module-form-page .file-preview-info > div {
    flex: 1;
    min-width: 0;
}

.module-form-page .file-preview-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.module-form-page .file-preview-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-form-page .file-preview-size {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.module-form-page .file-preview-remove {
    background: #ffebee;
    color: #f44336;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
}

.module-form-page .file-preview-remove:hover {
    background: #ffcdd2;
}

/* Submit Button */
.module-form-page .btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(60, 80, 200, 0.3);
}

/* Add Chemist Modal */
.module-form-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.module-form-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 24px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.module-form-page .modal-container.active,
.module-form-page .modal-overlay.active {
    display: block;
}

.module-form-page .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.module-form-page .report-details-images {
    display: grid;
    gap: 16px;
}

.module-form-page .report-details-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.module-form-page .report-details-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
    border-radius: 12px;
}

.module-form-page .report-details-image-label {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: center;
    word-break: break-word;
}

.module-form-page .modal-title {
    font-family: 'Protest Strike', sans-serif;
    font-size: 24px;
    font-weight: inherit;
    color: #333;
}

.module-form-page .modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.module-form-page .modal-field {
    margin-bottom: 20px;
}

.module-form-page .modal-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.module-form-page .modal-input,
.module-form-page .modal-select {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    background-color: white;
    color: #333;
    transition: all 0.3s;
    font-weight: 500;
}

.module-form-page .modal-input:focus,
.module-form-page .modal-select:focus {
    outline: none;
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.module-form-page .modal-input::placeholder {
    color: #999;
}

/* Date input placeholder styling for modals */
.module-form-page input[type="date"].modal-input {
    position: relative;
    color: #333;
}

.module-form-page input[type="date"].modal-input::-webkit-datetime-edit {
    color: transparent;
}

.module-form-page input[type="date"].modal-input:focus::-webkit-datetime-edit,
.module-form-page input[type="date"].modal-input:valid::-webkit-datetime-edit {
    color: #333 !important;
}

.module-form-page input[type="date"].modal-input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.module-form-page input[type="date"].modal-input::before {
    content: attr(placeholder);
    color: #999;
    position: absolute;
    pointer-events: none;
}

.module-form-page input[type="date"].modal-input:focus::before,
.module-form-page input[type="date"].modal-input:valid::before {
    display: none;
}

.module-form-page .modal-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233b4ec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
    cursor: pointer;
}

.module-form-page .modal-select option {
    color: #333;
    padding: 10px;
}

.module-form-page .modal-select option:first-child {
    color: #999;
}

.module-form-page .btn-modal-submit {
    width: 100%;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

/* General Form Field Styles */
.module-form-page .form-field {
    margin-bottom: 25px;
}

.module-form-page .field-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.module-form-page .field-label .required {
    color: #e74c3c;
}

.module-form-page .form-input-text,
.module-form-page .form-input-select {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    background-color: white;
    transition: all 0.3s;
    font-weight: 500;
}

.module-form-page .form-input-text::placeholder {
    color: #999;
}

/* Date input placeholder styling */
.module-form-page input[type="date"].form-input-text {
    position: relative;
    color: #333;
}

.module-form-page input[type="date"].form-input-text::-webkit-datetime-edit {
    color: transparent;
}

.module-form-page input[type="date"].form-input-text:focus::-webkit-datetime-edit,
.module-form-page input[type="date"].form-input-text:valid::-webkit-datetime-edit {
    color: #333 !important;
}

.module-form-page input[type="date"].form-input-text::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.module-form-page input[type="date"].form-input-text::before {
    content: attr(placeholder);
    color: #999;
    position: absolute;
    pointer-events: none;
}

.module-form-page input[type="date"].form-input-text:focus::before,
.module-form-page input[type="date"].form-input-text:valid::before {
    display: none;
}

.module-form-page .form-input-text:focus,
.module-form-page .form-input-select:focus {
    outline: none;
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.module-form-page .form-input-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233b4ec7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
    cursor: pointer;
}

.module-form-page .form-input-select option {
    color: #333;
    padding: 10px;
}

.module-form-page .form-input-select option:first-child {
    color: #999;
}

/* Select2 Custom Styles */
.module-form-page .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    background-color: white;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 24px;
    padding-left: 0;
    font-weight: 500;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 10px;
}

.module-form-page .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.module-form-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b4ec7;
}

.module-form-page .select2-dropdown {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-top: 4px;
}

.module-form-page .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
}

.module-form-page .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #3b4ec7;
}

.module-form-page .select2-results__option {
    padding: 10px 15px;
    font-size: 15px;
}

.module-form-page .select2-container {
    width: 100% !important;
}

.module-form-page .select2-container--default .select2-selection--single,
.doctor-form-page .select2-container--default .select2-selection--single,
.chemist-form-page .select2-container--default .select2-selection--single,
.camp-execution-page .select2-container--default .select2-selection--single,
.camp-execution-form-page .select2-container--default .select2-selection--single {
    height: 54px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    padding: 0 44px 0 16px;
    display: flex;
    align-items: center;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.doctor-form-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.chemist-form-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.camp-execution-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.camp-execution-form-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__placeholder,
.doctor-form-page .select2-container--default .select2-selection--single .select2-selection__placeholder,
.chemist-form-page .select2-container--default .select2-selection--single .select2-selection__placeholder,
.camp-execution-page .select2-container--default .select2-selection--single .select2-selection__placeholder,
.camp-execution-form-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__arrow,
.doctor-form-page .select2-container--default .select2-selection--single .select2-selection__arrow,
.chemist-form-page .select2-container--default .select2-selection--single .select2-selection__arrow,
.camp-execution-page .select2-container--default .select2-selection--single .select2-selection__arrow,
.camp-execution-form-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 36px;
    right: 10px;
}

.module-form-page .select2-container--default .select2-selection--single .select2-selection__arrow b,
.doctor-form-page .select2-container--default .select2-selection--single .select2-selection__arrow b,
.chemist-form-page .select2-container--default .select2-selection--single .select2-selection__arrow b,
.camp-execution-page .select2-container--default .select2-selection--single .select2-selection__arrow b,
.camp-execution-form-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3b4ec7 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-left: -5px;
    margin-top: -3px;
}

.module-form-page .select2-container--default.select2-container--open .select2-selection--single,
.doctor-form-page .select2-container--default.select2-container--open .select2-selection--single,
.chemist-form-page .select2-container--default.select2-container--open .select2-selection--single,
.camp-execution-page .select2-container--default.select2-container--open .select2-selection--single,
.camp-execution-form-page .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3b4ec7;
    box-shadow: 0 0 0 3px rgba(59, 78, 199, 0.1);
}

.module-form-page .select2-dropdown,
.doctor-form-page .select2-dropdown,
.chemist-form-page .select2-dropdown,
.camp-execution-page .select2-dropdown,
.camp-execution-form-page .select2-dropdown {
    border: 1px solid rgba(59, 78, 199, 0.18);
    border-radius: 16px;
    margin-top: 8px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.module-form-page .select2-results__options,
.doctor-form-page .select2-results__options,
.chemist-form-page .select2-results__options,
.camp-execution-page .select2-results__options,
.camp-execution-form-page .select2-results__options {
    padding: 8px;
}

.module-form-page .select2-results__option,
.doctor-form-page .select2-results__option,
.chemist-form-page .select2-results__option,
.camp-execution-page .select2-results__option,
.camp-execution-form-page .select2-results__option {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 4px;
}

.module-form-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.doctor-form-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.chemist-form-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.camp-execution-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.camp-execution-form-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: #fff;
}

.module-form-page .select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.doctor-form-page .select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.chemist-form-page .select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.camp-execution-page .select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.camp-execution-form-page .select2-container--default .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background: rgba(76, 95, 213, 0.08);
    color: #3b4ec7;
}

.module-form-page .select2-container--default .select2-search--dropdown,
.doctor-form-page .select2-container--default .select2-search--dropdown,
.chemist-form-page .select2-container--default .select2-search--dropdown,
.camp-execution-page .select2-container--default .select2-search--dropdown,
.camp-execution-form-page .select2-container--default .select2-search--dropdown {
    padding: 10px 10px 0;
}

.module-form-page .select2-container--default .select2-search--dropdown .select2-search__field,
.doctor-form-page .select2-container--default .select2-search--dropdown .select2-search__field,
.chemist-form-page .select2-container--default .select2-search--dropdown .select2-search__field,
.camp-execution-page .select2-container--default .select2-search--dropdown .select2-search__field,
.camp-execution-form-page .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbe1ea;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
}

.module-form-page .select2-container,
.doctor-form-page .select2-container,
.chemist-form-page .select2-container,
.camp-execution-page .select2-container,
.camp-execution-form-page .select2-container {
    width: 100% !important;
}

/* Schedule Time Section (Camp Planning) */
.module-form-page .schedule-time-section {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
}

.module-form-page .schedule-time-title {
    font-size: 18px;
    font-weight: 700;
    color: #3b4ec7;
    margin-bottom: 15px;
}

.module-form-page .time-inputs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.module-form-page .time-input-group {
    display: flex;
    flex-direction: column;
}

.module-form-page .time-input-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.module-form-page .time-input-wrapper {
    position: relative;
}

.module-form-page .time-input {
    width: 100%;
    padding: 15px 45px 15px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    color: #333;
    background-color: white;
}

.module-form-page .time-input::placeholder {
    color: #999;
}

.module-form-page .time-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

/* Report Card Styles */
.module-form-page .report-card {
    background: #e5e6f1;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.module-form-page .report-card-header {
    font-size: 18px;
    font-weight: 700;
    color: #3b4ec7;
    margin-bottom: 5px;
}

.module-form-page .report-card-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.module-form-page .report-card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.module-form-page .report-card-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.module-form-page .report-card-field {
    display: flex;
    flex-direction: column;
}

.module-form-page .report-card-left {
    flex: 1;
}

.module-form-page .report-card-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.module-form-page .report-card-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    word-break: break-word;
}

.module-form-page .report-card-qty {
    text-align: right;
}

.module-form-page .btn-view,
.module-form-page .btn-view-image {
    width: 100%;
    background: linear-gradient(135deg, #4c5fd5 0%, #e74c3c 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.module-form-page .report-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
}

.module-form-page .report-empty p {
    margin: 0;
    color: #666;
}

/* Loading Spinner */
.module-form-page .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 15px;
}

.module-form-page .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3b4ec7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.module-form-page .loading-text {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.module-form-page .view-report-date-range {
    margin-bottom: 20px;
}

.module-form-page .view-report-date-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: none;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    text-align: center;
}

@media (max-width: 768px) {
    .camp-execution-page {
        /* padding: 16px; */
    }

    .doctor-form-page,
    .chemist-form-page,
    .module-form-page {
        padding: 16px;
    }

    .camp-execution-page .camp-header,
    .doctor-form-page .doctor-header,
    .chemist-form-page .chemist-header,
    .module-form-page .pob-header {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        align-items: center;
        gap: 12px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .camp-execution-page .camp-header {
        padding-top: 1rem;
    }

    .doctor-form-page .doctor-header,
    .chemist-form-page .chemist-header {
        padding-top: 1rem;
    }

    .module-form-page .pob-header {
        padding-top: 1.25rem;
    }

    .module-form-page .brand-inputs {
        grid-template-columns: 1fr;
    }

    .module-form-page .time-inputs-row {
        grid-template-columns: 1fr;
    }

    .camp-execution-page .back-button,
    .doctor-form-page .doctor-header .back-button,
    .chemist-form-page .chemist-header .back-button,
    .module-form-page .back-button {
        position: static;
        grid-column: 1;
        width: 40px;
        height: 40px;
    }

    .camp-execution-page .camp-header h1,
    .doctor-form-page .doctor-header h1,
    .chemist-form-page .chemist-header h1,
    .module-form-page .pob-header h1 {
        grid-column: 2;
        margin: 0;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        line-height: 1.15;
        word-break: break-word;
    }

    .camp-execution-page .camp-header h1,
    .doctor-form-page .doctor-header h1,
    .chemist-form-page .chemist-header h1 {
        font-size: 2.2rem;
    }

    .module-form-page .back-button svg {
        width: 18px;
        height: 18px;
    }

    .module-form-page .pob-header h1 {
        font-size: 28px;
    }

    .camp-execution-page .camp-illustration,
    .doctor-form-page .doctor-illustration,
    .chemist-form-page .chemist-illustration,
    .module-form-page .pob-illustration {
        grid-column: 1 / -1;
        margin-top: 8px;
    }

    .camp-execution-page .camp-list-header {
        display: grid;
        grid-template-columns: max-content max-content minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
        row-gap: 14px;
    }

    .camp-execution-page .camp-list-title {
        grid-column: 1;
    }

    .camp-execution-page .camp-count-badge {
        grid-column: 2;
        justify-self: start;
    }

    .camp-execution-page .camp-filter-select {
        grid-column: 3;
        margin-left: 0;
        width: 100%;
        min-width: 0;
    }

    .camp-execution-page .camp-date-filter {
        grid-column: 1 / -1;
    }

    .doctor-form-page .doctor-form-container,
    .chemist-form-page .chemist-form-container,
    .module-form-page .pob-form-container {
        padding: 1.5rem 1rem 1rem;
    }

    .doctor-form-page .action-buttons,
    .chemist-form-page .action-buttons,
    .module-form-page .action-buttons {
        gap: 8px;
        /* padding: 6px; */
        overflow: hidden;
        border-radius: 1.4rem;
    }

    .doctor-form-page .btn-add-entry,
    .doctor-form-page .btn-view-report,
    .chemist-form-page .btn-add-entry,
    .chemist-form-page .btn-view-report,
    .module-form-page .btn-add-entry,
    .module-form-page .btn-view-report {
        min-width: 0;
        padding: 18px 10px;
        font-size: 14px;
        white-space: nowrap;
        line-height: 1.2;
        text-align: center;
    }

    .module-form-page .modal-container {
        padding: 24px 16px;
        width: calc(100% - 32px);
        max-height: calc(100vh - 32px);
    }

    .module-form-page .report-details-image {
        max-height: 50vh;
    }
}

/* Desktop: Keep form narrow and centered like mobile */
@media (min-width: 769px) {
    .module-form-page .pob-header,
    .module-form-page .pob-form-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .module-form-page .pob-illustration {
        width: 180px;
        height: 180px;
    }
}

/* ========================================================================
   RANKING PAGE (project-modules/ranking.blade.php)
   ======================================================================== */

/* Ranking Page */
.ranking-page {
    min-height: 100vh;
}

/* Header */
.ranking-page .ranking-header {
    padding: 20px;
    text-align: center;
    position: relative;
    margin-top: 1.5rem;
}

.ranking-page .back-button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e5e6f1;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 20px;
}

.ranking-page .ranking-title {
    font-size: 28px;
    font-weight: 700;
    color: #3b4ec7;
    margin: 0;
    font-family: 'Protest Strike', 'sans-serif';
}

/* All India Button */
.ranking-page .all-india-btn {
    font-family: 'Protest Strike', 'sans-serif';
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: inherit;
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 12px rgba(59, 78, 199, 0.3);
}

/* Podium Section */
.ranking-page .podium-section {
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 40px 20px;
    background-position: top;
}

.ranking-page .podium-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.ranking-page .podium-item {
    text-align: center;
    flex: 1;
    max-width: 120px;
}

.ranking-page .podium-item.first {
    order: 2;
    margin-bottom: 30px;
}

.ranking-page .podium-item.second {
    order: 1;
}

.ranking-page .podium-item.third {
    order: 3;
}

.ranking-page .avatar-container {
    position: relative;
    margin: 0 auto 15px;
}

.ranking-page .avatar-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ranking-page .podium-item.first .avatar-circle {
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg, #d946a6 0%, #5b68e3 100%);
}

.ranking-page .podium-item.second .avatar-circle {
    background: linear-gradient(135deg, #b968d9 0%, #d946a6 100%);
}

.ranking-page .podium-item.third .avatar-circle {
    background: linear-gradient(135deg, #f9a826 0%, #ff7b54 100%);
}

.ranking-page .avatar-emoji {
    font-size: 60px;
}

.ranking-page .podium-item.first .avatar-emoji {
    font-size: 80px;
}

.ranking-page .crown-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: auto;
}

.ranking-page .rank-badge {
    width: 35px;
    height: 35px;
    background: #3b4ec7;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    top: -15px;
}

.ranking-page .podium-item.first .rank-badge {
    width: 45px;
    height: 45px;
    font-size: 22px;
}

.ranking-page .podium-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 5px;
}

.ranking-page .podium-item.first .podium-name {
    font-size: 18px;
}

.ranking-page .podium-rx {
    font-size: 14px;
    color: #666;
}

/* Ranking List */
.ranking-page .ranking-list {
    padding: 20px;
    font-family: 'Poppins', 'sans-serif';
}

.ranking-page .ranking-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    gap: 15px;
}

.ranking-page .ranking-card.rank-4 {
    background: linear-gradient(135deg, #e8e3f3 0%, #ddd6f3 100%);
}

.ranking-page .ranking-card.rank-5 {
    background: linear-gradient(135deg, #d6e9f5 0%, #c5dff5 100%);
}

.ranking-page .ranking-card.rank-6 {
    background: linear-gradient(135deg, #fde8e8 0%, #fdd8d8 100%);
}

.ranking-page .ranking-card.rank-7 {
    background: linear-gradient(135deg, #e8e3f3 0%, #ddd6f3 100%);
}

.ranking-page .rank-number {
    font-size: 28px;
    font-weight: 700;
    color: #3b4ec7;
    min-width: 40px;
}

.ranking-page .ranking-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ranking-page .ranking-info {
    flex: 1;
}

.ranking-page .ranking-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px;
}

.ranking-page .ranking-region {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.ranking-page .ranking-rx {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.ranking-page .rx-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.ranking-page .rx-count {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.ranking-page .trophy-icon {
    width: 35px;
    height: auto;
    margin-left: 10px;
}

/* ========================================================================
   EDIT PROFILE PAGE (project-modules/edit-profile.blade.php)
   ======================================================================== */

/* Override container padding */
.edit-profile-page .home-container {
    padding: 20px;
    height: unset;
}

/* Profile Header */
.edit-profile-page .edit-profile-header {
    text-align: center;
    padding-top: 1.5rem;
    margin-bottom: 30px;
}

.edit-profile-page .edit-profile-header h1 {
    font-family: 'Protest Strike', 'sans-serif';
    font-size: 32px;
    font-weight: inherit;
    color: #3b4ec7;
    margin-bottom: 30px;
}

.edit-profile-page .back-button-profile {
    position: absolute;
    left: 1.3rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.edit-profile-page .back-button-profile:hover {
    background: #f8f9fa;
    border-color: #3b4ec7;
}

/* Avatar with Upload */
.edit-profile-page .profile-avatar-edit {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e3f3 0%, #ddd6f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 8px 24px rgba(59, 78, 199, 0.15);
}

.edit-profile-page .profile-avatar-edit img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.edit-profile-page .profile-avatar-edit svg {
    width: 80px;
    height: 80px;
    color: #3b4ec7;
}

.edit-profile-page .camera-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(59, 78, 199, 0.3);
}

.edit-profile-page .camera-button svg {
    width: 24px;
    height: 24px;
    color: white;
}

.edit-profile-page .camera-button input {
    display: none;
}

/* Form Styles */
.edit-profile-page .edit-form {
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    padding: 1.5rem 0.8rem;
}

.edit-profile-page .form-group {
    margin-bottom: 25px;
}

.edit-profile-page .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.edit-profile-page .form-label .required {
    color: #e74c3c;
}

.edit-profile-page .form-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: none;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.edit-profile-page .form-input:focus {
    outline: none;
    box-shadow: 0 2px 10px rgba(59, 78, 199, 0.2);
}

.edit-profile-page .form-input::placeholder {
    color: #ccc;
}

.edit-profile-page .form-input:read-only {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.edit-profile-page .password-wrapper {
    position: relative;
}

.edit-profile-page .password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.edit-profile-page .password-toggle svg {
    width: 20px;
    height: 20px;
}

/* Update Button */
.edit-profile-page .update-btn {
    width: 100%;
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(59, 78, 199, 0.3);
    transition: all 0.2s;
}

.edit-profile-page .update-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 78, 199, 0.4);
}

.edit-profile-page .update-btn:active {
    transform: translateY(0);
}

/* Alert Messages */
.edit-profile-page .alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
}

.edit-profile-page .alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.edit-profile-page .alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Success Modal */
.edit-profile-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.edit-profile-page .modal-overlay.active {
    display: block;
}

.edit-profile-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 24px;
    padding: 30px;
    max-width: 400px;
    width: 90%;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.edit-profile-page .modal-container.active {
    display: block;
}

.edit-profile-page .success-modal-content {
    text-align: center;
    padding: 20px 0;
    margin: 10rem 0 0 0;
}

.edit-profile-page .success-icon {
    width: 100%;
    height: 150px;
    margin: 0 auto 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.edit-profile-page .success-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.edit-profile-page .success-message {
    font-size: 16px;
    color: #666;
}

/* ========================================================================
   LOGIN PAGE (auth/login.blade.php)
   ======================================================================== */

.login-page .login-card {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.login-page .login-title {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.login-page .login-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}

.login-page .login-input {
    background: #e8eaf6 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
    font-size: 16px !important;
    color: #333 !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

.login-page .login-input:focus {
    background: #e8eaf6 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.login-page .login-submit-btn {
    background: #4285F4 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 18px 40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 100% !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

.login-page .login-submit-btn:hover {
    background: #3367D6 !important;
}

@media (max-width: 576px) {
    .login-page .login-card {
        padding: 40px 30px;
    }

    .login-page .login-title {
        font-size: 24px;
    }

    .login-page .login-subtitle {
        font-size: 20px;
    }
}

/* ========================================================================
   CONTACT US PAGE (project-modules/contact-us.blade.php)
   ======================================================================== */

.contact-us-page .contact-page {
    background: transparent;
    min-height: calc(100vh - 150px);
    padding: 0 0.8rem 140px;
}

.contact-us-page .contact-header {
    background: transparent;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-us-page .back-button {
    position: absolute;
    left: 20px;
    background: #e5e6f1;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

.contact-us-page .back-button:hover {
    transform: translateX(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-us-page .back-button svg {
    width: 24px;
    height: 24px;
    color: #333;
}

.contact-us-page .contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #3b4ec7;
    margin: 0;
}

.contact-us-page .contact-section {
    margin-top: 30px;
}

.contact-us-page .section-heading {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.contact-us-page .section-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-us-page .contact-card {
    background: white;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
}

.contact-us-page .contact-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.contact-us-page .contact-icon {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-us-page .contact-icon svg {
    width: 24px;
    height: 24px;
    color: #333;
}

.contact-us-page .contact-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.contact-us-page .social-media-section {
    margin-top: 40px;
}

.contact-us-page .social-card {
    background: white;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
    text-decoration: none;
    color: inherit;
}

.contact-us-page .social-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.contact-us-page .social-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(59, 78, 199, 0.12);
}

.contact-us-page .social-icon.facebook {
    background: #1877f2;
}

.contact-us-page .social-icon.youtube {
    background: #ff0000;
}

.contact-us-page .social-icon.linkedin {
    background: #0077b5;
}

.contact-us-page .social-icon i {
    font-size: 24px;
    color: white;
    line-height: 1;
}

.contact-us-page .social-content {
    flex: 1;
}

.contact-us-page .social-text {
    font-size: 15px;
    color: #4b5563;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 480px) {
    .contact-us-page .contact-title {
        font-size: 24px;
    }

    .contact-us-page .section-heading {
        font-size: 20px;
    }

    .contact-us-page .back-button {
        width: 45px;
        height: 45px;
    }
}

/* ========================================================================
   REPORTS PAGE (project-modules/reports.blade.php)
   ======================================================================== */

.home-container.reports-container {
    min-height: 100vh !important;
    /* NO height property - allows container to grow naturally with content */
    padding-bottom: 120px;
    overflow: scroll;
}

/* Removed conflicting height overrides */
.reports-page{
    height: 100%;
}

.reports-page .report-header {
    padding: 20px 0;
}

.reports-page .report-header h1 {
    font-family: 'Protest Strike', 'sans-serif';
    font-size: 2.1rem;
    font-weight: 700;
    color: #3b4ec7;
    margin: 0;
}

.reports-page .select-container {
    font-family: 'Poppins', 'sans-serif';
    position: relative;
    margin-bottom: 30px;
}

.reports-page .select-wrapper {
    position: relative;
    background: white;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.reports-page .report-select-native {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.reports-page .report-select-trigger {
    width: 100%;
    min-height: 58px;
    padding: 18px 18px 18px 25px;
    font-size: 16px;
    color: #666;
    border: 1px solid #1f2937;
    border-radius: 50px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
}

.reports-page .report-select-trigger .select-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.reports-page .custom-report-select.open .report-select-trigger .select-icon {
    transform: rotate(180deg);
}

.reports-page .report-select-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.16);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
    padding: 8px;
    display: none;
    z-index: 30;
    max-height: 320px;
    overflow-y: auto;
}

.reports-page .custom-report-select.open .report-select-menu {
    display: block;
}

.reports-page .report-select-option {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.reports-page .report-select-option:hover,
.reports-page .report-select-option.active {
    background: linear-gradient(135deg, #4c5fd5 0%, #3b4ec7 100%);
    color: #fff;
}

.reports-page .reports-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 2.5rem;
}

.reports-page .report-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.reports-page .report-card-header {
    font-size: 18px;
    font-weight: 700;
    color: #3b4ec7;
    margin-bottom: 15px;
}

.reports-page .report-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.reports-page .report-field-item {
    display: flex;
    flex-direction: column;
}

.reports-page .report-card-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.reports-page .report-card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reports-page .report-card-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    word-break: break-word;
}

.reports-page .brand-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reports-page .brand-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.reports-page .brand-name {
    font-weight: 600;
}

.reports-page .brand-qty {
    font-weight: 700;
    color: #3b4ec7;
}

.reports-page .btn-view-image {
    margin-top: 15px;
    width: 100%;
    background: linear-gradient(135deg, #4c5fd5 0%, #e74c3c 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.reports-page .report-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
}

.reports-page .report-empty p {
    margin: 0;
    color: #666;
}

/* Loading Spinner */
.reports-page .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.reports-page .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3b4ec7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

.reports-page .loading-text {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

/* Date Range Picker Styling */
.reports-page .date-range-container {
    margin-top: 20px;
}

.reports-page .date-range-input {
    width: 100%;
    padding: 18px 25px;
    font-size: 16px;
    color: #666;
    border: none;
    border-radius: 50px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    text-align: center;
}

/* Camp Plan Report Card Styles */
.reports-page .camp-plan-report-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: relative;
}

.reports-page .camp-plan-report-doctor-name {
    font-size: 20px;
    font-weight: 700;
    color: #3b4ec7;
    margin-bottom: 15px;
}

.reports-page .camp-plan-report-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .reports-page .camp-plan-report-info-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.reports-page .camp-plan-report-info-item {
    display: flex;
    flex-direction: column;
}

.reports-page .camp-plan-report-info-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.reports-page .camp-plan-report-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.reports-page .camp-plan-report-status-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid;
}

.reports-page .status-planned {
    background: #e3f2fd;
    color: #1976d2;
    border-color: #1976d2;
}

.reports-page .status-executed {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #2e7d32;
}

.reports-page .status-cancelled {
    background: #ffebee;
    color: #c62828;
    border-color: #c62828;
}

/* Image Modal */
.reports-page .report-image-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}

.reports-page .report-image-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    padding: 30px;
    z-index: 9999;
    width: 80%;
    max-height: 90vh;
    overflow-y: auto;
}

.reports-page .report-image-modal.active,
.reports-page .report-image-modal-overlay.active {
    display: block;
}

.reports-page .report-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.reports-page .report-image-item {
    text-align: center;
}

.reports-page .report-image-item img {
    width: 100%;
    max-width: 300px;
    height: 200px;
    max-height: 200px;
    object-fit: contain;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
}

.reports-page .report-image-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .reports-page .report-images-grid {
        grid-template-columns: 1fr;
    }
}

/* Cancellation Reason Modal */
.reports-page .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.reports-page .modal-overlay.active {
    display: block;
}

.reports-page .modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 24px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.reports-page .modal-container.active {
    display: block;
}

.reports-page .modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reports-page .modal-title-custom {
    font-size: 24px;
    font-weight: 700;
    color: #3b4ec7;
    margin: 0;
}

.reports-page .modal-close-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    padding: 0;
}

/* ========================================================================
   END OF CONSOLIDATED CSS
   ======================================================================== */
