/* Final control layer. It prevents WordPress themes from hiding button labels. */
.cc-app button,
.cc-shell-header button,
.cc-login-body button,
.cc-exec-body button {
  visibility: visible !important;
  opacity: 1;
  text-indent: 0 !important;
  text-transform: none;
  letter-spacing: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  -webkit-text-fill-color: currentColor !important;
}

.cc-app button:not(.cc-secondary):not(.cc-close):not(.cc-select-trigger):not(.cc-select-option):not(.cc-tabs button):not(.cc-cancelled-subnav button):not(:disabled) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.cc-app button.cc-secondary,
.cc-app .cc-pager button {
  min-width: 94px;
  min-height: 38px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #294d6b !important;
  -webkit-text-fill-color: #294d6b !important;
  background: #fff !important;
  border: 1px solid #d3e0ec !important;
  box-shadow: 0 4px 12px rgba(32, 72, 112, .06) !important;
  font-weight: 700 !important;
  white-space: nowrap;
}

.cc-app button.cc-secondary:hover,
.cc-app .cc-pager button:hover {
  color: #0b68b7 !important;
  -webkit-text-fill-color: #0b68b7 !important;
  background: #f1f7fd !important;
  border-color: #9fc6e8 !important;
}

.cc-app button:disabled {
  opacity: .48 !important;
  color: #6f8395 !important;
  -webkit-text-fill-color: #6f8395 !important;
}

/* Custom selects must keep dark labels even when a theme forces button text to white. */
.cc-app .cc-select button.cc-select-trigger {
  color: #173a59 !important;
  -webkit-text-fill-color: #173a59 !important;
  opacity: 1 !important;
}

.cc-app .cc-select button.cc-select-option {
  color: #294c69 !important;
  -webkit-text-fill-color: #294c69 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.cc-app .cc-select button.cc-select-option:hover,
.cc-app .cc-select button.cc-select-option:focus-visible {
  color: #0a68b8 !important;
  -webkit-text-fill-color: #0a68b8 !important;
}

.cc-app .cc-select button.cc-select-option.selected {
  color: #075fa9 !important;
  -webkit-text-fill-color: #075fa9 !important;
}

/* The close icon is drawn independently from the × character. */
.cc-app button.cc-close {
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  background: #f4f8fc !important;
  border: 1px solid #d8e4ee !important;
  border-radius: 11px !important;
  box-shadow: 0 5px 15px rgba(32, 72, 112, .10) !important;
  font-size: 0 !important;
}

.cc-app button.cc-close::before,
.cc-app button.cc-close::after {
  content: "" !important;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 17px;
  height: 2px;
  display: block !important;
  border-radius: 2px;
  background: #355b79 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.cc-app button.cc-close::before { transform: rotate(45deg); }
.cc-app button.cc-close::after { transform: rotate(-45deg); }
.cc-app button.cc-close:hover { background: #eaf3fb !important; border-color: #b8d0e4 !important; }

.cc-menu-toggle span {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #315b7e !important;
}

.cc-password-toggle {
  color: #2872af !important;
  -webkit-text-fill-color: #2872af !important;
  background: #edf5fc !important;
  font-size: 11px !important;
}

.cc-login-submit,
.cc-exec-hero button {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
