/* Import Avenir Next LT Pro font */
@import url("./fonts.css");

/* Custom select dropdown arrow for Q5, Q6, Q7 */
.telesto-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff
    url('data:image/svg+xml;utf8,<svg fill="%230d9488" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 7.293a1 1 0 011.414 0L10 8.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>')
    no-repeat right 0.75em center/1.2em 1.2em;
  padding-right: 2.5em;
  border: 1.5px solid #0d9488;
  border-radius: 0.375em;
  color: #222b45;
  font-size: 1.08em;
  font-family: inherit;
  min-width: 180px;
  height: 2.4em;
  cursor: pointer;
  transition: border-color 0.2s;
}
.telesto-form-select:focus {
  border-color: #0d9488;
  outline: none;
}
/* Telesto radio group styles for Personal Info step */
/* Telesto radio group styles for Personal Info step - refined for centering and font consistency */
.telesto-form-radio-group {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: block;
}
.telesto-form-radio-label {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
  font-size: 1.12em;
  font-weight: 500;
  color: #222b45;
  font-family: inherit;
  cursor: pointer;
}
.telesto-form-radio {
  accent-color: #0d9488;
  margin-right: 1em;
  width: 1.15em;
  height: 1.15em;
  vertical-align: middle;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #0d9488;
  background: #fff;
  /* box-shadow: 0 0 0 1.5px #0d948833; */
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.telesto-form-radio:checked {
  background: #0d9488;
  border-color: #0d9488;
  /* box-shadow: 0 0 0 2px #0d948855; */
}
.telesto-form-radio:focus {
  outline: none;
  border-color: #0d9488;
  /* box-shadow: 0 0 0 2.5px #0d948888; */
}
.telesto-form-radio-text {
  vertical-align: middle;
  color: #222b45;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
}
/* 
 * BPS Periscope Plugin Styles
 */

/* CSS Reset for Plugin */
.bps-periscope-tool,
.bps-periscope-tool * {
  box-sizing: border-box;
}

.top_panel {
  display: none;
}

.page_content_wrap {
  padding: 0 !important;
}
.content_wrap {
  width: 100% !important;
}
/* Main Container */

.bps-periscope-tool-container {
  padding: 0 !important;
}
/* BPS Periscope Tool Styles */
.bps-periscope-tool-container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #ffffff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  box-shadow: none !important;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.bps-tool-loading {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
}

/* .bps-tool-loading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #0073aa;
  border-radius: 50%;
  animation: spin 1s linear infinite;
} */

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

/* Portfolio Exposure Results Styles */
.portfolio-exposure-results {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
}

.portfolio-exposure-results h2 {
  color: #333;
  border-bottom: 2px solid #4caf50;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.portfolio-exposure-results h3 {
  color: #555;
  margin-top: 20px;
  margin-bottom: 15px;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.results-table th,
.results-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}

.results-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.results-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.summary-section,
.fines-section,
.floor-area-ratios {
  margin: 25px 0;
}

.bps-tool-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin: 10px 0;
  text-align: center;
}

.bps-tool-form h3 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 10px;
}

.bps-survey-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bps-field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bps-field-group label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.bps-field-group .required {
  color: #dc3545;
  font-weight: bold;
  .bps-spinner {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 2.5px solid #0d9488;
    border-radius: 50%;
    border-top-color: transparent;
    animation: bps-spin 0.7s linear infinite;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  background: #fff;
}

.bps-input:focus,
.bps-select:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

.bps-checkbox {
  width: auto;
  margin-right: 8px;
}

.bps-submit-group {
  text-align: center;
  margin-top: 30px;
}

.bps-submit-btn {
  background: #0073aa;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  min-width: 200px;
}

.bps-submit-btn:hover:not(:disabled) {
  background: #005a87;
}

.bps-submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.bps-submit-status {
  margin-top: 15px;
  min-height: 20px;
}

.bps-submit-status .loading {
  color: #0073aa;
  font-weight: 500;
}

.bps-submit-status .success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
  border-radius: 4px;
}

.bps-submit-status .success a {
  color: #155724;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
  padding: 5px 10px;
  background: rgba(21, 87, 36, 0.1);
  border-radius: 3px;
}

.bps-submit-status .success a:hover {
  background: rgba(21, 87, 36, 0.2);
}

.bps-submit-status .error {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  border-radius: 4px;
}

/* Error message styles */
.bps-error-message {
  color: #721c24;
  padding: 10px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  margin: 1rem 0;
}

/* View toggle styles */
.bps-view-toggle {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* Table view container */
.bps-table-view {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .bps-periscope-tool-container {
    margin: 0;
    padding: 15px;
  }

  .bps-tool-form h3 {
    font-size: 20px;
  }

  .bps-submit-btn {
    width: 100%;
    padding: 12px;
  }
}

/* Admin styles */
.bps-tool-admin-header {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.bps-current-file {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left: 4px solid #00a32a;
  padding: 12px;
  margin: 10px 0;
  border-radius: 0 4px 4px 0;
}

.bps-tool-info {
  background: #fff;
  border: 1px solid #c3c4c7;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
}

.bps-tool-info code {
  background: #f0f0f1;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
}

.bps-tool-header {
  margin-bottom: 2rem;
  text-align: center;
  display: none;
}

.bps-tool-header h2 {
  color: #2c3e50;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

/* Loading States */
.bps-tool-loading {
  text-align: center;
  padding: 3rem;
}

.bps-tool-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid #b2dfdb;
  border-top: 3px solid #0d9488;
  border-radius: 50%;
  animation: bps-spin 1s linear infinite;
  margin-bottom: 1rem;
}

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

/* Error States */
.bps-tool-error {
  background: #fee;
  border: 1px solid #fcc;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  color: #c33;
}

.bps-tool-error h3 {
  margin-top: 0;
  color: #a00;
}

.bps-tool-retry-btn {
  background: #e74c3c;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 1rem;
  transition: background 0.3s ease;
}

.bps-tool-retry-btn:hover {
  background: #c0392b;
}

/* Form Styles */
.bps-periscope-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  padding: 2rem;
  margin-bottom: 2rem;
}

.bps-form-fields {
  display: grid;
  gap: 1.5rem;
}

.bps-form-field {
  display: flex;
  flex-direction: column;
}

/* Group Field Styles */
.bps-group-container {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  background: #fafafa;
}

.bps-form-group {
  width: 100%;
}

.bps-group-header {
  margin-bottom: 20px;
  border-bottom: 2px solid #0d9488;
  padding-bottom: 15px;
}

.bps-group-title {
  margin: 0 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
}

.bps-section-title {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.bps-table-headers {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  background: #0d9488;
  color: white;
  padding: 12px 15px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 15px;
}

.bps-header-col1 {
  font-weight: 600;
}

.bps-header-col2 {
  font-weight: 600;
  text-align: center;
  min-width: 120px;
}

.bps-group-fields {
  display: grid;
  gap: 15px;
}

.bps-sub-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 10px 15px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: border-color 0.2s ease;
}

.bps-sub-field:hover {
  border-color: #c0c0c0;
}

.bps-sub-field-label {
  font-weight: 500;
  color: #333;
  margin: 0;
}

.bps-sub-field-input {
  position: relative;
  min-width: 120px;
}

.bps-sub-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  color: #2c3e50;
  transition: border-color 0.2s ease;
}

.bps-sub-input:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 1px #0073aa;
}

.bps-sub-input.error {
  border-color: #dc3232;
}

.bps-sub-input[type="number"] {
  text-align: right;
}

.bps-sub-field .bps-form-input {
  width: 120px;
  min-width: 120px;
}

.bps-form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-size: 1rem;
}

.bps-form-label .required {
  color: #e74c3c;
  margin-left: 0.25rem;
}

.bps-form-input,
.bps-form-select {
  padding: 0.75rem;
  border: 2px solid #e1e8ed;
  border-radius: 6px;
  font-size: 1rem;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  background: #fff;
  visibility: visible !important; /* Force visibility for select elements */
  display: block !important; /* Ensure display is not hidden */
}

.bps-form-input:focus,
.bps-form-select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.bps-form-input.error,
.bps-form-select.error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* Ensure select dropdowns are always visible */
.bps-form-select,
select.bps-form-select,
.telesto-form-select,
select.telesto-form-select {
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
  width: 100% !important;
}

.bps-form-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

.bps-form-checkbox input[type="checkbox"] {
  margin-right: 0.75rem;
  transform: scale(1.2);
  cursor: pointer;
}

.bps-checkbox-label {
  cursor: pointer;
}

.bps-field-error {
  color: #e74c3c;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Form Footer */
.bps-form-footer {
  margin-top: 2rem;
  text-align: center;
}

/* Buttons */
.bps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 0.5rem;
}

.bps-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.bps-btn-primary {
  background: #3498db;
  color: white;
}

.bps-btn-primary:hover:not(:disabled) {
  background: #2980b9;
  transform: translateY(-1px);
}

.bps-btn-secondary {
  background: #95a5a6;
  color: white;
}

.bps-btn-secondary:hover:not(:disabled) {
  background: #7f8c8d;
}

.bps-submit-btn {
  min-width: 200px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

/* Success States */
.bps-form-success {
  background: #d4edda;
  border: none;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  color: #155724;
}

.bps-success-icon {
  font-size: 3rem;
  color: #28a745;
  margin-bottom: 1rem;
}

.bps-form-success h3 {
  color: #155724;
  margin: 0 0 1rem 0;
}

.bps-success-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

/* Form Error Messages */
.bps-form-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #721c24;
}

/* File Upload Styles */
.bps-file-upload {
  margin: 1.5rem 0;
}

.bps-upload-area {
  border: 2px dashed #cbd5e0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.bps-upload-area:hover,
.bps-upload-area.drag-over {
  border-color: #3498db;
  background: #f0f8ff;
}

.bps-upload-area.has-file {
  border-color: #28a745;
  background: #f8fff9;
}

.bps-upload-prompt {
  color: #6c757d;
}

.bps-upload-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.bps-upload-text {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.bps-upload-hint {
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0;
  color: #8e9ba7;
}

.bps-file-selected {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.bps-file-icon {
  font-size: 2rem;
}

.bps-file-info {
  text-align: left;
}

.bps-file-name {
  font-weight: 600;
  margin: 0;
  color: #2c3e50;
}

.bps-file-size {
  margin: 0.25rem 0 0 0;
  color: #6c757d;
  font-size: 0.9rem;
}

.bps-upload-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.bps-upload-message {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bps-upload-message.bps-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.bps-upload-message.bps-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

/* Responsive Design */
@media (max-width: 768px) {
  .bps-periscope-tool-container {
    padding: 1rem;
    margin: 0;
  }

  .bps-periscope-form {
    padding: 1.5rem;
  }

  .bps-tool-header h2 {
    font-size: 1.5rem;
  }

  .bps-success-actions {
    flex-direction: column;
    align-items: center;
  }

  .bps-btn {
    width: 100%;
    max-width: 300px;
  }
}

/* Admin Page Specific Styles */
.bps-tool-admin-header {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.bps-current-file {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left: 4px solid #00a32a;
  padding: 12px;
  margin: 10px 0;
  border-radius: 4px;
}

.bps-tool-info {
  background: #fff;
  border: 1px solid #c3c4c7;
  padding: 20px;
  margin-top: 30px;
  border-radius: 6px;
}

.bps-tool-info code {
  background: #f0f0f1;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Monaco", "Consolas", monospace;
}

/* WordPress Admin Integration */
.wrap .bps-periscope-tool-container {
  background: #fff;
  padding: 2rem;
  border-radius: 6px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.bps-settings input[type="file"] {
  margin-bottom: 15px;
}

.bps-settings button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.bps-settings button:hover {
  background-color: #005177;
}

/* React Form Styles */
.bps-form {
  display: flex;
  flex-direction: column;
}

.bps-form .form-field {
  margin-bottom: 15px;
}

.bps-form .form-field label {
  margin-bottom: 5px;
}

.bps-form .form-field input,
.bps-form .form-field select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

.bps-form .form-field input[type="submit"] {
  background-color: #28a745;
  color: #fff;
  border: none;
  cursor: pointer;
}

.bps-form .form-field input[type="submit"]:hover {
  background-color: #218838;
}

/* Portfolio Exposure Table Styles */
.bps-portfolio-table-container {
  margin: 30px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.bps-portfolio-table-container .portfolio-exposure-results {
  margin: 0;
  font-family: inherit;
}

.bps-portfolio-table-container .portfolio-exposure-results h2 {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 3px solid #3498db;
  padding-bottom: 10px;
}

.bps-portfolio-table-container .portfolio-exposure-results h3 {
  color: #34495e;
  font-size: 18px;
  margin: 20px 0 15px 0;
}

.bps-portfolio-table-container .results-table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bps-portfolio-table-container .results-table th,
.bps-portfolio-table-container .results-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}

.bps-portfolio-table-container .results-table th {
  background-color: #3498db;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bps-portfolio-table-container .results-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.bps-portfolio-table-container .results-table tr:hover {
  background-color: #e3f2fd;
}

/* Summary Information Styles */
.bps-summary-info {
  margin: 25px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.bps-summary-info h4 {
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 8px;
}

.bps-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.bps-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid #3498db;
}

.bps-summary-label {
  font-weight: 600;
  color: #555;
  font-size: 14px;
}

.bps-summary-value {
  font-weight: 700;
  color: #2c3e50;
  font-size: 16px;
}

/* Success state improvements */
.bps-form-success {
  max-width: 900px;
  margin: 0 auto;
}

/* Full width for slides view */
.bps-form-success.slides-view {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f3f4f6;
}

.bps-success-actions {
  margin-top: 30px;
  display: none; /* Hidden as requested */
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .bps-portfolio-table-container {
    padding: 15px;
    margin: 20px 0;
  }

  .bps-portfolio-table-container .results-table th,
  .bps-portfolio-table-container .results-table td {
    padding: 8px 10px;
    font-size: 14px;
  }

  .bps-summary-grid {
    grid-template-columns: 1fr;
  }

  .bps-summary-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .bps-success-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* Slides Navigation Styles */
.slides-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  pointer-events: none;
}
.slides-navigation > * {
  pointer-events: auto;
}

.slide-content {
  margin-top: 95px;
}

.highlightColor {
  color: #faf4ce;
}
