#qcCmpUi {
  min-height: 155px !important;
  font-family: Proxima Nova Regular;
}
#qcCmpButtons button {
  min-width: 220px !important;
}
.qc-cmp-buttons {
  position: relative;
  flex-direction: column-reverse !important;
}
#qc-cmp-purpose-button {
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 0;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
#qc-cmp-vendor-button {
  position: absolute;
  bottom: -20px;
  left: 60px;
  right: 0;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #qc-cmp-purpose-button {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 0 0 40px;
  }
  #qc-cmp-vendor-button {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 0 0 40px;
  }
}
.qc-cmp-button {
  background-color: #ededed;
  border-color: #ededed;
}
.qc-cmp-ui-content {
  overflow-y: hidden !important;
  justify-content: space-between !important;
  padding: 25px !important;
}
.qc-cmp-buttons .qc-cmp-button {
  height: 36px !important;
}
.qc-cmp-qc-link-container {
  bottom: -5px !important;
  left: 25px !important;
  top: unset !important;
  right: unset !important;
}
.qc-cmp-link-text {
  margin-bottom: 0 !important;
}
.qc-cmp-qc-link {
  margin-top: 18px;
}
.qc-cmp-title {
  display: none !important;
}
.qc-cmp-alt-action,
.qc-cmp-link {
  color: #ededed !important;
}
.qc-cmp-button {
  border: 1px solid #0dbe98 !important;
  border-radius: 50px !important;
  background-color: #0dbe98 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: ProximaNova, Arial, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
  color: #888 !important;
}
.qc-cmp-button.qc-cmp-secondary-button {
  background-color: transparent !important;
  color: #888 !important;
}
.qc-cmp-button:hover {
  background-color: #0e9d7e !important;
  border-color: #0e9d7e !important;
  color: #fff !important;
  box-shadow: none !important;
}
.qc-cmp-button.qc-cmp-secondary-button:hover {
  border: 1px solid #444 !important;
  background-color: transparent !important;
}
.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-scrolling-section,
.qc-cmp-ui .qc-cmp-vendor-list-title {
  font-family: Proxima Nova Regular;
  color: #000000 !important;
  line-height: 20pt;
  font-size: 12pt;
}
.qc-cmp-ui .qc-cmp-scrolling-section {
  box-shadow: inset 0px 0px 9px rgba(159, 156, 156, 0.5);
  padding: 10px 5px;
  border-radius: 5px;
  margin: 0 0 10px;
}
.qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action {
  color: #000000 !important;
}
.qc-cmp-ui {
  background-color: #fff !important;
}
.qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-toggle.qc-cmp-toggle-on {
  background-color: #0dbe98 !important;
  border-color: #0dbe98 !important;
}
.qc-cmp-toggle-switch {
  width: 14px !important;
  height: 14px !important;
}
