
[data-theme="dark"] .racioMethodology-overlay {
  background: rgba(0, 0, 0, 0.8);
}

[data-theme="dark"] .racioMethodology-content {
  background: #1f2937;
  color: white;
}

[data-theme="dark"] .racioMethodology-header {
  background: #374151;
  border-color: #4b5563;
}

[data-theme="dark"] .racioMethodology-footer {
  background: #374151;
  border-color: #4b5563;
}

[data-theme="dark"] .racioMethodology-body {
  background: #1f2937;
}

[data-theme="dark"] .racioMethodology-body table {
  color: white;
}




  .racioMethodology-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}

.racioMethodology-content {
  background-color: white;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.racioMethodology-header {
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.racioMethodology-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.racioMethodology-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
}

.racioMethodology-close:hover {
  color: #000;
}

.racioMethodology-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: auto;
  padding: 20px;
}

.racioMethodology-footer {
  padding: 20px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
}


.racioMethodology-btn {
  background-color: rgb(37, 99, 235);
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  margin-top: 0.3rem;
  width: 15%;
  border: none;
  transition: 0.3s;
}

.racioMethodology-btn:hover {
  background-color: #1d4ed8 !important;
}

/* syling switcher */


[data-theme="dark"] #toggle-switch-1.toggle {
  background-color: oklch(25.33% 0.016 252.42) !important; 
  box-shadow: 0 0 0 2px #1d4ed8 !important;
  color: oklch(25.33% 0.016 252.42) !important;
  background-image: none !important;
}

[data-theme="dark"] #toggle-switch-1.toggle::before {
  background-color: #1d4ed8 !important;
}