html #cc-main {
  --cc-btn-primary-bg: var(--steelcore-camo);
  --cc-btn-primary-hover-bg: var(--steelcore-black);
  --cc-btn-primary-hover-color: var(--steelcore-white);
  --cc-btn-primary-border-color: transparent;
  --cc-btn-primary-hover-border-color: transparent;
  --cc-btn-border-radius: 0;
  --cc-toggle-on-bg: var(--steelcore-camo);
  --cc-modal-border-radius: 0;
}

html #cc-main .toggle__icon-off, html #cc-main .toggle__icon-on {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#cp-button-show {
  box-sizing: border-box;
  display: inline-block !important;
  position: fixed;
  bottom: 10px;
  left: 10px;
  transition-duration: .4s !important;
  overflow: hidden;
  outline: none !important;
  cursor: pointer;
  width: 44px;
  z-index: 9999;
  height: 44px !important;
  padding: 0 13px !important;
  border-radius: 44px;
  border: 8px solid transparent !important;
  border-width: 8px 10px !important;
  color: transparent !important;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16H9.01M12 11H12.01M7 10H7.01M15 16H15.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C12 5.76142 13.7909 8 16 8C16 10.2091 18.2386 12 21 12Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}