/**
 * Setup
 */

body .termsfeed-com---nb:not(.termsfeed-com---is-hidden) {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 44, 53, .75) !important;
}

body .termsfeed-com---nb .cc-nb-main-container {
  max-width: 800px;
  margin: auto;
  padding: 2rem 2rem 1rem 2rem;
  background-color: #F4F4F4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

body .termsfeed-com---nb .cc-nb-main-container .cc_dialog_text {
  font-size: 12px;
}

body .termsfeed-com---nb .cc-nb-main-container h1 {
  display: none;
}

body .termsfeed-com---nb .cc-nb-main-container  button {
  padding: 10px 20px;
  font-size: 13px;
  background-color: #C71910 !important;
  color: #ffffff !important;
}

body .termsfeed-com---nb .cc-nb-main-container  button:hover {
  background-color: #94150e !important;
}

.termsfeed-com---palette-light .cc-nb-title,
.termsfeed-com---palette-light .cc-nb-text {
  color: #2A2C35  !important;
}

.termsfeed-com---palette-light button.cc-cp-foot-save {
  font-size: 12px !important;
  background-color: #c70210 !important;
  color: #ffffff !important;
}

.termsfeed-com---palette-light button.cc-cp-foot-save:hover {
  background-color: rgb(237, 40, 54) !important;
}

.termsfeed-com---palette-light h1 {
  font-size:18px !important;
}

.termsfeed-com---palette-light p {
  font-size: 14px !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content a {
  color: #2A2C35 !important;
  text-decoration: underline !important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content a:hover{
  text-decoration: none !important;
}

.termsfeed-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px #2a2c35 !important;
}

.termsfeed-com---palette-light .cc-pc-head-close:active,
.termsfeed-com---palette-light .cc-pc-head-close:focus {
  border: 2px solid #2a2c35 !important;
}

/**
 * Title
 */

.termsfeed-com---nb .cc-nb-title {
 font-size: 22px !important;
}

.termsfeed-com---nb .cc-nb-buttons-container {
 display: flex;
 flex-direction: column;
}

.termsfeed-com---nb .cc-nb-buttons-container button:focus {
 box-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .termsfeed-com---nb .cc-nb-buttons-container {
    flex-direction: row-reverse;
  }
}

/**
 * Details
 */

.termsfeed-com---palette-light .cc-pc-container {
  background-color: #F4F4F4 !important;
  color: #2A2C35 !important;
}

.termsfeed-com---palette-light .cc-pc-container .cc-pc-head,
.termsfeed-com---palette-light .cc-pc-container .cc-cp-body,
.termsfeed-com---palette-light .cc-pc-container .cc-cp-foot {
    background-color: #fff;
    color: #2A2C35;
}

.termsfeed-com---palette-light .cc-pc-container .cc-pc-head,
.termsfeed-com---palette-light .cc-pc-container.cc-cp-foot {
  background-color: #fff;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item[active=true] {
  background-color: #fff !important;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item[active=true] a {
  color: #C71910 !important;
}

  .termsfeed-com---palette-light .cc-cp-body-content-entry-title {
  color: #C71910 !important;
}

.termsfeed-com---palette-light .cc-pc-head-lang select {
  border: 1px solid #C9C9D0;
  padding: 5px;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item-link:focus {
  box-shadow: none !important;
}

.termsfeed-com---pc-dialog div.cc-custom-checkbox {
  position: relative;
  display: inline-block;
}

.termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox {
  background-color: transparent;
}
