html body .theme-toggle-control,
html body .theme-toggle-control:hover,
html body .theme-toggle-control:focus,
html body .theme-toggle-control:focus-visible {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
  color: #0b2a5a !important;
  box-shadow: 0 8px 22px rgba(7, 27, 59, 0.12) !important;
  opacity: 1 !important;
}

html body .theme-toggle-control i,
html body .theme-toggle-control .theme-toggle-label {
  color: #0b2a5a !important;
  -webkit-text-fill-color: #0b2a5a !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body .theme-toggle-control,
html[data-theme="dark"] body .theme-toggle-control:hover,
html[data-theme="dark"] body .theme-toggle-control:focus,
html[data-theme="dark"] body .theme-toggle-control:focus-visible {
  background: #fff7d6 !important;
  background-color: #fff7d6 !important;
  background-image: none !important;
  border: 1px solid rgba(250, 204, 21, 0.72) !important;
  color: #713f12 !important;
  box-shadow: 0 10px 24px rgba(250, 204, 21, 0.18) !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body .theme-toggle-control i,
html[data-theme="dark"] body .theme-toggle-control .theme-toggle-label {
  color: #713f12 !important;
  -webkit-text-fill-color: #713f12 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn,
html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn:hover,
html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn:focus,
html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
}

html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn i,
html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn i::before,
html[data-theme="dark"] body[class] button.close-modal-btn.close-modal-btn.close-modal-btn span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
