#MCConsentEdit .widget-consent {
  padding: 16px 8px;
}

#MCConsentEdit .widget-loader,
#MCConsentEdit .widget-loader:after,
#MCConsentEdit .widget-loader:before {
  color: #00867b;
  width: 2.5em;
  height: 2.5em;
}

#MCConsentEdit .widget-consent-list {
  padding: 0;
}

#MCConsentEdit .widget-channel-header {
  color: #2d9b92;
  font-weight: 500;
}

#MCConsentEdit .widget-channel-caption {
  font-weight: 500;
  margin: 0;
}

#MCConsentEdit .widget-channel-proposition {
  font-style: italic;
  font-weight: 500;
  color: #666666;
}

#MCConsentEdit .widget-channel-form-button,
#MCConsentEdit .widget-unsubscribe-all-form-button {
  padding: 8px 26px;
  background: #38424b;
  border: none;
  margin-right: 16px;
  border-radius: 1px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

#MCConsentEdit .widget-channel-form-button:disabled,
#MCConsentEdit .widget-unsubscribe-all-form-button:disabled {
  background: #cdd0d2;
  color: #abadae;
}

#MCConsentEdit .widget-channel-form-fields {
  padding-left: 44px;
}

#MCConsentEdit .widget-channel-form-optin {
  padding-left:16px;
}

#MCConsentEdit .widget-channel-form-label {
  font-weight: bold;
  padding-bottom: 6px;
}

#MCConsentEdit .widget-channel-form-description {
  font-weight: 500;
  color: #666666;
  margin: 0;
  padding-bottom: 16px;
}

#MCConsentEdit .widget-channel-form-status {
  font-size: 13px;
  animation: 1s linear 10s 1 normal forwards running fade_out;
}

#MCConsentEdit .widget-channel-unsubscribe-reasons-wrapper {
  padding-bottom: 16px;
}

#MCConsentEdit .widget-unsubscribe-all-disclaimer {
  font-weight: 500;
  color: #666666;
}

#MCConsentEdit .widget-unsubscribe-all-label {
  color: #2d9b92;
  font-weight: 500;
}

#MCConsentEdit .widget-unsubscribe-all-form-status {
  font-size: 13px;
  animation: 1s linear 10s 1 normal forwards running fade_out;
}

@keyframes fade_out { from { opacity: 1; } to { opacity: 0; }  }
