.ccpa-request-page hr {
  border-top: 1px solid black;
}
.ccpa-request-page .cursor-pointer {
  cursor: pointer;
}
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label {
  padding-left: 10px;
}
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::after, .ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  width: 20px;
  height: 20px;
  top: 0.1rem;
}
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: none;
  background: url("/resources/img/ccpa-request/checkbox.97cefecf1acd.svg") center/cover no-repeat;
}
.ccpa-request-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: url("/resources/img/ccpa-request/checkbox_checked.d9f081ca2cf9.svg") center/cover no-repeat;
}
.ccpa-request-page .custom-file {
  height: 150px;
}
.ccpa-request-page .custom-file-input, .ccpa-request-page .custom-file-label,
.ccpa-request-page .custom-file input {
  height: inherit !important;
}
.ccpa-request-page .custom-file-input ~ .custom-file-label {
  border: 1px dashed #CCCCCC;
}
.ccpa-request-page .custom-file-input ~ .custom-file-label::after {
  content: none;
}
.ccpa-request-page .file-item {
  background-color: #C0D8EA;
  font-size: 12px;
}
.ccpa-request-page .file-item-title {
  position: relative;
  margin-left: 28px;
  word-break: break-all;
}
.ccpa-request-page .file-item-title::before {
  position: absolute;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  top: calc(50% - 12px);
  left: -28px;
  background: url("/resources/img/ccpa-request/file.e53ad2adef11.svg") center/cover no-repeat;
}
.ccpa-request-page .file-item-delete {
  font-size: 16px;
}
