.cdn-flush-table {
  border-collapse: collapse;
  margin: 30px auto;
  width: calc(100% - 60px);
}
.cdn-flush-table th {
  text-align: center;
  padding: 8px 5px;
}
.cdn-flush-table td:nth-child(odd) {
  width: 30%;
}
.cdn-flush-table th {
  background-color: #D4CBC7;
}
.cdn-flush-path-input {
  border: inset !important;
  inline-size: -webkit-fill-available;
}

form#ccpaDataRequestForm {
  margin: 0 auto 100px;
  max-width: 900px;
}

form#ccpaDataRequestForm select {
  margin-bottom: 20px !important;
  max-width: 100%;
}

form#ccpaDataRequestForm input {
  margin-bottom: 20px !important;
  max-width: 100%;
}

form#ccpaDataRequestForm input[type="checkbox"] {
  margin-bottom: 0 !important;
}

form#ccpaDataRequestForm input[type="submit"] {
  margin: 20px 0 0 !important;
}

@media (max-width: 576px) {
  .ccpa-form .modal-dialog {
    top: 70px;
  }

  form#ccpaDataRequestForm {
    margin: 0 10px;
  }
}

.ccpa-form .modal-dialog {
  top: 100px;
}

.ccpa-form .modal .modal-dialog .modal-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.ccpa-form .modal .modal-footer {
  border-top: 0 none;
  padding-top: 0;
}

.c-data-request-captcha-container {
  margin-bottom: 1rem;
}

.ccpa-form em a {
  text-decoration: underline;
}

#ccpaDnsForm .mb10 {
  margin-bottom: 10px;
}

form#ccpaDnsForm {
  margin: 0 auto 100px;
  max-width: 900px;
}

form#ccpaDnsForm select {
  margin-bottom: 20px;
}

form#ccpaDnsForm input {
  margin-bottom: 20px;
}

#caliResident {
  margin-right: 10px;
}

#verificationEmail {
  margin-right: 8px;
}

form#ccpaDnsForm input[type="submit"] {
  margin: 20px 0 0;
  background-color: #451400;
  font-size: 1.25rem;
}

form#ccpaDnsForm input[type="submit"]:hover {
  background-color: #6b321b;
  background: #6b321b;
}

form#ccpaDnsForm input[type="submit"]:active {
  background-color: #1f0900;
  background-color: #1f0900;
}

.donotsell-optout {
  background-color: white;
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  border: none;
  color: #451400;
  font-family: "Trade Gothic LT", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 20px;
  min-width: 7rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 44px;
  cursor: pointer;
  display: inline;
  border: 1px solid #451400;
  font-weight: 500;
  color: #451400;
}

.donotsell-optout:hover {
  color: #6b321b;
  border: 1px solid #6b321b;
}

.donotsell-optout.selected {
  background: linear-gradient(to right, #451400 50%, #451400 50%);
  color: white;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

.c-do-not-sell-captcha-container {
  margin-bottom: 1rem;
}

