.ccpa-request-page {
  font-size: 14px;
}
.ccpa-request-page label, .ccpa-request-page .label {
  font-size: 16px;
}
.ccpa-request-page .h2 {
  font-size: 40px;
}
.ccpa-request-page .fs-18 {
  font-size: 18px;
}
.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("/static/main/img/ccpa-request/checkbox.9643f5a3e747.svg") center/cover no-repeat;
}
.ccpa-request-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: url("/static/main/img/ccpa-request/checkbox_checked.259d2b642656.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("/static/main/img/ccpa-request/file.ebe9e6d66a22.svg") center/cover no-repeat;
}
.ccpa-request-page .file-item-delete {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .ccpa-request-page .h2 {
    font-size: 28px;
  }
  .ccpa-request-page .contacts .image-wrap {
    width: 55px;
  }
}
