body.ccc-disable-scroll {
  left: 0;
  right: 0;
}

#ccc-notify-accept {
  order: 2;
}

#ccc .checkbox-toggle.red {
  background-color: #ef3524 !important;
  border-color: #ef3524 !important;
}

#ccc-notify-reject {
  order: 1;
}

#ccc #ccc-notify {
  flex-direction: column !important;
  padding: 20px 30px !important;
  border-top: 1px solid #999999;
}

#ccc-recommended-settings, #ccc-reject-settings {
  color:#fff;
}

#ccc #ccc-recommended-settings, #ccc #ccc-reject-settings {
  display:flex;
  margin-left: unset;
  margin-right: unset;
  justify-content: center;
}

#ccc #ccc-notify .ccc-notify-button {
  border-color: #ef3524 !important;
  background-color: #ef3524 !important;
  color: #ef3524;
  transition: all 0.2s linear;
}

#ccc .headline-1a, #ccc h1, #ccc h2, #ccc h3, #ccc h4, #ccc h5, #ccc h6 {
  font-family: 'Livory-Regular,Arial,sans-serif';
  font-size: 20px !important;
  font-weight: 600 !important;
}

.ccc-notify-button span {
  color: #fff !important;
}

#ccc-content button span, #ccc-content span {
  color: #fff !important
}

#ccc #ccc-notify .ccc-notify-button:hover {
  opacity: 0.7;
}

#ccc #ccc-notify .ccc-button-solid {
  background-color: #ef3524 !important;
  color: #fff;
}

#ccc #ccc-notify .ccc-button-solid:hover {
  background-color: rgba(239, 53, 36, 0.8) !important;
  border-color: rgba(239, 53, 36, 0.8) !important;
}

#ccc[light] #ccc-title,
#ccc[light] h3 {
  color: #ef3524 !important;
}

#ccc[light] #ccc-notify {
  background: #fff !important;
  background-color: #fff !important;
}

#ccc[light] .ccc-notify-text h3 {
  color: #ef3524 !important;
}

#ccc[light] #ccc-content {
  background-color: #fff !important;
}

#ccc h3, #ccc p {
  text-align: left;
}

#ccc .checkbox-toggle:focus-within {
  outline: none !important;
}

.ccc-notify-text {
  max-width: 800px;
  width: 100%;
}

.ccc-notify-text h1 {
  font-family: 'Livory-Regular,Arial,sans-serif';
  padding-right: 0px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .ccc-notify-text {
    margin-bottom: 20px;
  }
}

#ccc[slideout], #ccc-module {
  width: 100% !important;
}

.ccc-notify-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap
}

@media screen and (max-width: 599px) {
  .ccc-notify-buttons {
    justify-content: center;
  }
}

#ccc-recommended-settings, #ccc-reject-settings {
  border-color: #ef3524 !important;
  background-color: #ef3524 !important;
  transition: background-color 0.2s linear;
  width: 100%;
}

#ccc-recommended-settings:hover, #ccc-reject-settings:hover {
  background-color: rgba(239, 53, 36, 0.8) !important;
}

#ccc-notify-dismiss {
  display: none !important;
}
